html, body{
    background: rgba(0, 0, 0, 0) url("../img/bg.jpg") repeat scroll 0 0;
}
.ui-page{
    background-color: #222d32;
}
.exp_detail{
    overflow: hidden;
}
.direct-chat-text::after, .direct-chat-text::before{
      border-style: none !important;  
}
.direct_chat_custom_css {
    background: #ffffff none repeat scroll 0 0;
    margin: 0;
    position: static;

}
.input-type-btn{
    font-size: 22px;
    font-weight: bold;
    line-height: 16px;
    padding: 0 3px !important;
}
.datepicker-dropdown{
z-index:10000 !important;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{
    color:#AAAAAA;
}
.row{
    margin-bottom:5px;
}
.login-page, .register-page{
    background: transparent none repeat scroll 0 0;
}
.login-box-body, .register-box-body{
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.3);
    background: #eae0d4 none repeat scroll 0 0;
    border: 2px solid #fff5e9;
    border-radius: 5px;
    color: #037c8e;
}
.login-logo img, .register-logo img{
    max-width: 320px;
}
.skin-blue .main-header .navbar{
    background-color: #2a4044;
	
}
.skin-blue .main-header .logo {
     background-color: #2a4044;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a{
    border-left-color: #037c8e;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover{
    background-color: #036F80;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header{
    height: 110px;
}
.dropdown-menu{
    border-color:#036F80;
}
.skin-blue .main-header li.user-header{
    background-color: #037c8e;
}
.btn-primary {
    background-color: #037c8e;
    border-color: #005567;
}
.btn-primary:hover,.btn-primary:active,.btn-primary.hover  {
    background-color: #036F80;
}
.box.box-primary{
    border-top-color: #037c8e;
}
.bg-blue{
    background-color: #037c8e !important;
}
.main-content{
    padding: 5px 20px;
}
a {
    color: #037c8e;
}
a:hover , a:focus, a:active{
    color: #005567;
}
.error{
    color:red;
}

/* Data Table for User */

.profile-pic-dt img{
    border: 2px solid #fff;
    border-radius: 64px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    display: block;
    height: auto;
    max-height: 64px;
    max-width: 64px;
    width: 48px;
}

/* Upload Button */

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.display-pro-pic {
    margin: 10px 0;
    text-align: center;
}
.pro-pic-container{
    border: 1px solid #ccc;
    overflow: hidden;
}
.display-pro-pic img{
    border: 2px solid #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    max-width: 84px;
    max-height: 84px;
}

.color-tbl-cell{
    width: 20px;
    height: 20px;
    margin: 0 auto;
    border-radius: 20px;
	float:right;
}
.permission-lbl {
    background-color: #037c8e;
    border-radius: 5px;
    color: white;
    display: inline;
    float: left;
    margin: 2px;
    padding: 2px 12px;
}
.role-lbl
{
    background-color: #037c8e;
    border-radius: 5px;
    color: white;
    display: inline;
    float: left;
    margin: 2px;
    padding: 2px 12px;
}
.department-lbl
{
   background-color: #037c8e;
    border-radius: 5px;
    color: white;
    display: inline;
    float: left;
    margin: 2px;
    padding: 2px 12px;
}
.level-lbl
{
    background-color: #037c8e;
    border-radius: 5px;
    color: white;
    display: inline;
    float: left;
    margin: 2px;
    padding: 2px 12px;
}
.file-name-lbl{
   /* background-color: #037c8e;
    border-radius: 5px;
    color: white;*/
    display: inline;
    /*float: left;*/
    margin: 2px;
    padding: 2px 12px;
}
body{    
    padding-right: 0 !important;}
    .chat .item  > img {
    height: 35px ; 
}
	
.btn-inline{
   padding: 0 5px ;
}

.staff_dept_box{
    overflow: hidden;
}
.select_stud_box{
    overflow: hidden;
}
.batch_date_box{
    overflow: hidden;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left:0px!important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    height: 34px !important;
    padding-left: 8px;
    width: 100%;
}
.form-control{
     border-radius: 4px;
}
.textarea{
    border-radius: 5px; /*add mittal*/
    width: 100%; 
    height: 125px; 
    font-size: 14px; 
    line-height: 18px; 
    border: 1px solid #dddddd; 
    padding: 10px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer, .navbar-nav > .messages-menu > .dropdown-menu > li.footer, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer{
     padding: 7px 10px;
     overflow: hidden;
     border-top: 1px solid #eee;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.content, .navbar-nav > .messages-menu > .dropdown-menu > li.content, .navbar-nav > .tasks-menu > .dropdown-menu > li.content{
    padding: 0 10px;
}


.file-edit-delete{
    position: absolute;
    left: 50px;
    top: 6px;
}
.filename-edit-delete{
    padding-left:60px;
}
.file-download{
    left: 20px;
    position: absolute;
    top: 6px;
}
.datepicker > .datepicker_header > .icon-home > div{
     left: 0;
    position: absolute;
    top: 0;
}
.datepicker > .datepicker_header > .icon-close > div{
     right: 0;
    position: absolute;
    top: 0;
}
.datepicker > .datepicker_header > .icon-home{
    padding: 0 8px 0 0;
    margin: 8px 0 0 8px;
}
.datepicker > .datepicker_header > .icon-close{
padding: 0 8px 0 0;
margin: 8px 8px 0 0 ;
}

.fc-day-grid thead > tr{
    background: #3e9eb0 none repeat scroll 0 0;
    border: 1px solid #037c8e;
}
.fc-day-grid .fc-day-number{
    color:#FFF;
}
.fc-unthemed .fc-today {
    background: #f3f3e5 none repeat scroll 0 0;
}
.ui-checkbox{
    position: absolute;
}
.tnc .ui-page{
    background-color: rgba(0,0,0,0);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #3c8dbc !important;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        margin-right: 5px   !important;
        color: rgba(255,255,255,0.7)  !important;
    }
    
#wait-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 1050;
}
#loading {
    width: 80px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
}

.teacher_detail {
    overflow: hidden;
}
.student_detail {
    overflow: hidden;
}
.dataTables_length{
	padding: 5px 10px;
}
.DTFC_RightFootWrapper, .DTFC_RightHeadWrapper, .DTFC_LeftFootWrapper, .DTFC_LeftHeadWrapper {
    background: white none repeat scroll 0 0;
}
.DTFC_LeftBodyLiner, .DTFC_RightBodyLiner{
	overflow:hidden;
}

.testcl.select2-selection.select2-selection--multiple{
	height: 150px ;
	overflow-y: scroll ;
}
*.stock_purchase_reomve_btn {
    margin-top: 30px ;
	
}
.purchase_dept_box{
    overflow: hidden;
}
.stock_purchase{
    overflow: hidden;
}
.select_test_box{
    overflow: hidden;
}

/*add mittal 7 oct*/
.dt-button-collection {
  
width: 165px  !important ;}

/*end add mittal 7 oct*/
..select2-container, .select2-choices { height: 200px;}{

}
/* add mittal */
.profile-user-img {
     
    width: 150px;
}
.control-label {
	
	margin-right: 5px;
}
#wait-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 1050;
}

#loading {
    width: 80px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
}
/*end mittal*/
/*end mittal*/