/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    min-height: 100%;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    display: block;
    width: 100%;
    min-height: 100%;
    position: absolute;
    //padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
        background: #072C40;
        margin-bottom: 8px;
}


.sidebar-nav > .sidebar-brand a {
    margin-left: 10px;
    color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}



 /* Candidate inner dashboard menu start */

 
 .sidebar-nav li:nth-child(2) a:before
 {
     font-family:FontAwesome;
     padding-right:10px;
      content: '\f01e'; 
      
      }
 
  .sidebar-nav li:nth-child(3) a:before
 {
     font-family:FontAwesome;
     padding-right:10px;
      content: '\f00a'; 
      
      }

  .sidebar-nav li:nth-child(4) a:before
 {
     font-family:FontAwesome;
     padding-right:10px;
      content: '\f0a2'; 
      
      } 
      
    .sidebar-nav li:nth-child(5) a:before
 {
     font-family:FontAwesome;
     padding-right:10px;
      content:'\f0ed';
      
      }
    .sidebar-nav li:nth-child(6) a:before
 {
     font-family:FontAwesome;
     padding-right:10px;
      content:  '\f02f' ; 
      
      }  
      
         .sidebar-nav li:nth-child(7) a:before
 {
     font-family:FontAwesome;
     padding-right:10px;
      content: '\f1ae'; 
      
      }  
      
        .sidebar-nav li:nth-child(8) a:before
 {
     font-family:FontAwesome;
     padding-right:10px;
      content: '\f019'; 
      
      }   
      
      
        .sidebar-nav li:nth-child(9) a:before
 {
     font-family:FontAwesome;
     padding-right:10px;
      content: '\f045'; 
      
      }     
 
         .sidebar-nav li:nth-child(10) a:before
 {
     font-family:FontAwesome;
     padding-right:10px;
      content:'\f127'; 
      
      }     
 
          .sidebar-nav li:nth-child(11) a:before
 {
     font-family:FontAwesome;
     padding-right:10px;
      content:'\f059'; 
    
      
      }     
           .sidebar-nav li:nth-child(12) a:before
 {
     font-family:FontAwesome;
     padding-right:10px;
      content: '\f1e0'; 
      
      }
      
/*               .sidebar-nav li:nth-child(13) a:before
 {
     font-family:FontAwesome;
     padding-right:10px;
      content: '\f03e'; 
      
      }   */ 
           
                .sidebar-nav li:nth-child(13) a:before
 {
     font-family:FontAwesome;
     padding-right:10px;
      content: '\f1da'; 
      
      }    
        
                 .sidebar-nav li:nth-child(14) a:before
 {
     font-family:FontAwesome;
     padding-right:10px;
      content: '\f1da'; 
      
      } 
      
      
                       .sidebar-nav li:nth-child(15) a:before
 {
     font-family:FontAwesome;
     padding-right:10px;
      content: '\f08b'; 
      
      } 

               
      
       .sidebar-nav li:nth-child(16)
       {
           margin-bottom:80px;
           }
           
           
    .Main-heading , .myhead
{
    background:#014B6E;
    color:#fff;
    font-size:16px;
    padding:10px;
    }       
           
    
  #ctl00_ContentPlaceHolder1_btnUpdatePhoto1:before
  {
      font-family:FontAwesome;
     padding-right:10px;
      content: '\f00a'; 
      
      }
    
        
 /* Candidate inner dashboard menu end */ 
 




@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
       //padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}