.fileinput-remove{
    display:none;
}
.btn-fl{
    width:100% !important;
}
.container{
	width:100%;
}
body{
	-webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  -ms-content-zooming: none;
}
.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*/
.tabbable{

}
.tab-content .tab-pane{
	padding: 10px 15px; 
  border: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; 
}
.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*/
.panel-body i {
	text-decoration: none;
	color:#fff;
}
.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;
}

.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: 80px;
	padding:0px;
}



.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;
}	

.but{
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #ffffff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;  
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
    .que{
        font-weight:bold;
        color: #7B1113;
    }
    .ans{
        font-weight:bold;
        color: #006301;
        padding-left:20px;
    }
    .note{
        font-weight:bold;
        color: #00008B;
    }
    .heads{
        background-color:#aaa;
        color:#fff;
        padding:10px;
        text-align:center;
        font-weight:bold;
        font-size:18px;
        border-radius: 5px ;
    }
    .faq-body{
        background-color:#eee;
        border: 1px solid #aaa;
        border-radius:5px ;
        padding:10px;
    }
    
    /* Landing Page modal*/
    .SIZE_LARGE{
    	width:80%;
    }
    #closeModal{
    	background-color: transparent;
    	border: none;
    	color: #337ab7;
    }
    #closeModal:hover, #closeModal:focus{  
    	color: #23527c;
    	text-decoration: underline;
	}

.popover-title {
    color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.popover-content {
border-color: #ebccd1;
}
@media print{
    .jui-print-hidden{
        display: none;
    }
}
