.container{
    width:100%;

}

@font-face {
    font-family: macfont;
    src: url(Roboto-Light.ttf);
}

body{
    -webkit-font-smoothing: antialiased;
    font-family: "macfont";
    font-weight: 300;
    line-height: 1.4;
    -ms-content-zooming: none;
    background-color: #F1F3F6;
    text-align:justify;
}
.login-box{
    background-color: #EFF4FB;
    padding-bottom: 10px;
    border-radius: 3px;
}

.bx-alert{
    background-color: #398AB9;	
    padding:2px;
    font-weight:bold;
    font-size:1.2em;
    color:#fff;
    text-align:center;
    border-radius: 3px 3px 0 0;
}

.login-head{

    background-color: #398AB9;	
    padding:10px;
    font-weight:bold;
    font-size:1.2em;
    color:#fff;
    text-align:center;
    border-radius: 3px 3px 0 0 ;

}

/*Landing Page Tabs*/

.tab-content .tab-pane{
    padding: 10px 15px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow-y: scroll;
    height:897px;
}
.nav-tabs li a{
    background-color: #ccc;
    border: 1px solid #ddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    text-decoration: none;
    color:#333;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #f5f5f5;
    /*border-bottom: 1px solid #f5f5f5;*/
    -webkit-box-shadow: 0px 2px 0px 1px rgba(245,245,245,1);
    -moz-box-shadow: 0px 2px 0px 1px rgba(245,245,245,1);
    box-shadow: 0px 2px 0px 1px rgba(245,245,245,1);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    text-decoration: none;
    color:#000;
}
/*Landing Page Tabs*/

/*Notifications*/
.notification{
    height:266px;
    overflow-y: scroll;
}
.notification-scroll{
    list-style-type: none;
    padding: 5px;
}
#notification-img{
    margin-right:5px;
}
#notification-msg{
    overflow: hidden;
    background-color:#fff;
    font-size:12px;
    color:#65f;
}

#notification-msg{
    font-size:12px;
}
#notification-heading{
    line-height:16px;
    overflow:hidden;
}
.news-item {
    padding: 4px 4px;
    margin: 0px;
    border-bottom: 1px dotted #555;
}

/*Notifications*/
.back{
    background-color:#EFF4FB;
    color: #000;
    margin: 20px 0;
    padding: 5px 0 5px 0;
    box-shadow: 5px 10px 10px #ccc;
}
.headings{
    clear:both;
    margin: 20px 0 10px 0;
    font-weight:bold;
    font-size: 1.4em;
    padding:5px 10px;
    text-align: left;
    background: -webkit-linear-gradient(#0C1D31,#112945,#143152,#112945,#0C1D31); 
    background: -o-linear-gradient(#0C1D31,#112945,#143152,#112945,#0C1D31); 
    background: -moz-linear-gradient(#0C1D31,#112945,#143152,#112945,#0C1D31); 
    background: linear-gradient(#0C1D31,#112945,#143152,#112945,#0C1D31); 

    color: #fff;
}
label{
    text-align: center;
    font-weight: normal; 
}

.bx-header{
    background-color:#EFF4FB;
    height:600px;
}

.blue-bold{
    font-weight:bold; color:#132F4F; text-align:center; margin-bottom:10px; font-size:1.3em;
}

/*Navigation Bar*/
.uod-img{
    margin:10px;
    height: 120px;
    padding:0px;
}

.uod-nav{
    border: 1px solid #ddd;
    margin-bottom:0px;
    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(69,72,77) 0%, rgb(0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(69,72,77)), color-stop(100%,rgb(0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(69,72,77) 0%,rgb(0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(69,72,77) 0%,rgb(0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(69,72,77) 0%,rgb(0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgb(69,72,77) 0%,rgb(0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

ul.uod-nav2{
    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(69,72,77) 0%, rgb(0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(69,72,77)), color-stop(100%,rgb(0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(69,72,77) 0%,rgb(0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(69,72,77) 0%,rgb(0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(69,72,77) 0%,rgb(0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgb(69,72,77) 0%,rgb(0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    font-size:18px;
    font-weight:400;
}

.candalert{

}
/*Navigation Bar*/

/*Content*/
.nav-content{
    z-index : -9;
}

/*Candidate Dashboard*/
.n-status{
    color:red;
    letter-spacing:	1px;
}
.p-status{
    color:green;
    letter-spacing:	1px;
}
.app-status[disabled]{
    opacity:1;
    color:#fff;
    font-size: 30px;
}	

.app-label[disabled]{
    opacity:1;
}

.wizard a {
    background: #efefef;
    display: inline-block;
    margin-right: 5px;
    min-width: 150px;
    outline: none;
    padding: 10px 40px 10px;
    position: relative;
    text-decoration: none;
}
.wizard .active {
    background: #007ACC;
    color: #fff;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.anil-container{
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 10px !important; 

}
.form-control{
    border-radius: 4px;

}
.ui-widget-content{
    border: 0px !important;

}

.dudnone{    
    display: none;
}
.setdisplaytrue{    
    display: true;
}

.editedxedit{
    background-color: #67C0FF;

}
.nared {
    color :red;

}
input[type=checkbox] {
  /* All browsers except webkit*/
  transform: scale(1.5);

  /* Webkit browsers*/
  -webkit-transform: scale(1.5);
}
.popover{
  max-width: none;
}
.nav-justified > li > a {
 background-color : #089DE3;
     font-size: large;
     color: #FFF;
}
.nav-justified > li > a:hover, .nav-justified > li > a:focus {
     font-size: large;
     background-color: #37AFE7 ;
    color:#FFF;
}
