
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body {
    font-family: 'Open Sans', sans-serif;
}

 #wrapper {
    width: 100%;
    background:#09192A;
}

#page-wrapper {
    padding: 15px 15px;
    min-height: 600px;
    background:#E5EBF2;
   
}
#page-inner {
    width:100%;
    margin:10px 20px 10px 0px;
    background-color:transparent;
    padding:10px;
    min-height:600px;
}

.text-center {
    text-align:center;
}
.no-boder {
    border:1px solid #f3f3f3;
}

h1, .h1, h2, .h2, h3, .h3 {
margin-top: 7px;
margin-bottom: -5px;
}
h2 {
    color: #000;
}
h4 {
    padding-top:10px;
}
.square-btn-adjust {
    border: 0px solid transparent; 
   -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;

}
p {
    font-size:16px;
    line-height:25px;
    padding-top:20px;
}
/*----------------------------------------------
   DASHBOARD STYLES    
------------------------------------------------*/
.page-header {
padding-bottom: 9px;
margin: 10px 0 45px;
border-bottom: 1px solid #C7D1DD;
}
.panel-back {
    background-color:#fff;

}
.panel-default > .panel-heading {
color: #fff;
background-color: #d8261f;
border-color: #ddd;
font-weight:bold;
}
.jumbotron, .well{
background:#fff;
}
   .noti-box {
min-height: 100px;
padding: 20px;
}

    .noti-box .icon-box {
display: block;
float: left;
margin: 0 15px 10px 0;
width: 70px;
height: 70px;
line-height: 75px;
vertical-align: middle;
text-align: center;
font-size: 40px;
}
.text-box p{
    margin: 0 0 3px;
}
.main-text {
    font-size: 25px;
    font-weight:600;
}
.set-icon {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;

}
    .bg-color-green {
background-color: #fff;
color: #5cb85c;
}
 .bg-color-blue {
background-color: #fff;
color: #4CB1CF
}
  .bg-color-red {
background-color: #fff;
color:#F0433D;
}
  .bg-color-brown {
background-color: #fff;
color:#f0ad4e;
}
.back-footer-green {
background-color: #5cb85c;
color:#fff;
border-top: 0px solid #fff;
}
 .back-footer-red {
background-color: #F0433D;
color:#fff;
border-top: 0px solid #fff;
}
 .back-footer-blue {
background-color: #4CB1CF;
color:#fff;
border-top: 0px solid #fff;
}
 .back-footer-brown {
background-color: #f0ad4e;
color:#fff;
border-top: 0px solid #fff;
}
 .icon-box-right {
display: block;
float: right;
margin: 0 15px 10px 0;
width: 70px;
height: 70px;
line-height: 75px;
vertical-align: middle;
text-align: center;
font-size: 40px;
}

 .main-temp-back {
background: #8702A8;
color: #FFFFFF;
font-size: 16px;
font-weight: 300;
text-align: center;
}
 .main-temp-back .text-temp {
font-size: 40px;
}
.back-dash {
    padding:20px;
    font-size:20px;
    font-weight:500;
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-color:#2EA7EB;
color:#fff;
}
    .back-dash p {
        padding-top:16px;
        font-size:13px;
        color:#fff;
        line-height:25px;
        text-align:justify;
    }

     .color-bottom-txt {
   color: #000;
font-size: 16px;
line-height: 30px;
}
     /*CHAT PANEL*/
 .chat-panel .panel-body {
height: 450px;
overflow-y: scroll;
}
 .chat-box {
margin: 0;
padding: 0;
list-style: none;
}
 .chat-box li {
margin-bottom: 15px;
padding-bottom: 5px;
border-bottom: 1px dotted #808080;
}
 .chat-box li.left .chat-body {
margin-left: 90px;
}
 .chat-box li .chat-body p {
margin: 0;
color: #8d8888;
}
.chat-img>img {
    margin-left:20px;
}
footer p{
font-size: 14px;
}
/*----------------------------------------------
    MENU STYLES    
------------------------------------------------*/


.user-image {
    margin: 25px auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
max-height:170px;
max-width:170px;
}
.top-navbar{
margin:0px;
}
.top-navbar .navbar-brand {
color: #fff;
/*width: 260px;*/
text-align: left;
height: 60px;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
line-height: 30px;
padding-top:5px;
padding-bottom:5px;
}
.top-navbar .nav > li {
position: relative;
display: inline-block;
}
.top-navbar .nav > li > a {
position: relative;
display: block;
padding: 19px 15px;
color: #77C0FD;
}
.top-navbar .nav > li > a:hover, .top-navbar .nav > li > a:focus {
text-decoration: none;
background-color: #005ca1;
color: #fff;
}
.top-navbar .dropdown-menu{
min-width: 230px;
border-radius: 0 0 4px 4px;
}
.top-navbar .dropdown-menu > li > a:hover, .top-navbar .dropdown-menu > li > a:focus{
color: #225081;
background:none;
}
.dropdown-tasks{
width: 255px;
}
.dropdown-tasks .progress {
height: 8px;
margin-bottom: 8px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 0px;
}
.dropdown-tasks > li > a { 
padding: 0px 15px;
}
.dropdown-tasks p {
font-size: 13px;
line-height: 21px;
padding-top: 4px;
}
.active-menu {
    background-color:#225081!important;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}


.nav-second-level li,
.nav-third-level li {
    border-bottom:1px solid #283e55;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 55px;
}
.sidebar-collapse , .sidebar-collapse .nav{
	background:none;
}
.sidebar-collapse .nav {
	padding:0;
}
.sidebar-collapse .nav > li > a {
	color:#fff;
	background:transparent;
	text-shadow:none;
	
}
.sidebar-collapse > .nav > li > a {
	padding:15px 10px;
}
.sidebar-collapse > .nav > li {
	border-bottom: 1px solid rgba(107, 108, 109, 0.19);
}
ul.nav.nav-second-level.collapse.in {
background: #172D44;
}
.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {
	 
	outline:0;
}
 
.navbar-side {
	border:none;
	background-color: #09192a;
	
}
.top-navbar {
	background:#09192A;
	border-bottom:none;
	
}
.top-navbar .nav > li > a > i {
margin-right: 2px;
padding-left:5px;
}
.top-navbar .navbar-brand:hover { 
color:#fff;

}
.dropdown-user li {
margin: 8px 0;
}
.navbar-default {
border:0px solid black;
     
}
.navbar-header {
    background: #09192A;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #B40101;
}
.navbar-default .navbar-toggle {
border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
background-color: #FFF;
}
.nav > li > a > i {
    margin-right:10px;
}
/*----------------------------------------------
    UI ELEMENTS STYLES     
------------------------------------------------*/
.btn-circle {
width: 50px;
height: 50px;
padding: 6px 0;
 -webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
text-align: center;
font-size: 12px;
line-height: 1.428571429;
}

.login-sec{display:block; padding:80px 0 20px; clear:both; position:relative; z-index:5;}
.signin-form {margin-top:50px;}
.signin-form h2 i{padding-right:5px;}
.signin-form h2{text-transform: uppercase; text-align:center; color: #fff; margin:0em 0 1em 0; font-weight: 700;  font-size: 1.4em; letter-spacing: 1px;}

.signin-form{background: #195b95; padding: 2em 2em; box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);  -webkit-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);  -moz-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);   -o-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02); border: 1px solid #ddd;}
.login-form{padding:15px;}
.signin-form .form-control{border: 1px solid #b9c0c3; border-radius:0; -webkit-border-radius:0; height:40px;}
.signin-form .form-control:hover, .signin-form .form-control:focus{box-shadow:0 0 0; -webkit-box-shadow:0 0 0; border-color:#555;}

.footer{display:block; padding:15px 0; clear:both; position:relative; text-align:center;}
.footer a{color:#ff7900;}

.panel-default > .panel-heading  h2{text-transform: uppercase; color: #fff; margin:0em 0 0px 0; font-weight: 700;  font-size: 1.4em;}
.panel-default > .panel-heading  h2 i{padding-right:5px;}
.label-tp{padding-top:7px;}
.panel-default .form-control{border: 1px solid #b9c0c3; border-radius:0; -webkit-border-radius:0; height:40px;}
.panel-default .form-control:hover, .panel-default .form-control:focus{box-shadow:0 0 0; -webkit-box-shadow:0 0 0; border-color:#999;}
.form-group:before, .form-group:after{content:""; display:table;}
.form-group:after{clear:both;}
.form-group{margin-left:-15px; margin-right:-15px;}
.Note_add{display:block; clear:both; font-size:14px; border:1px solid #ddd; margin-top:15px; border-radius:4px; -webkit-border-radius:4px; padding:5px 15px;}
.Note_add span{font-weight:bold; color:#d8261f;}
.rgMasterTable.edit-table{overflow: inherit !important; empty-cells: inherit !important; table-layout: inherit !important; width: 100% !important;}
.rgMasterTable.edit-table th{background:#005ca1; padding:5px 5px; text-align:left; color:#fff; font-size:14px;}
.rgMasterTable.edit-table th a{color:#fff;}
.rgMasterTable.edit-table td{padding:5px 5px; border:1px solid #ddd; font-size:13px;}
.rgMasterTable.edit-table td:last-child{border-left:0; vertical-align:middle;}
.rgMasterTable.edit-table td.btn_bt{border-bottom:1px solid #ddd !important;vertical-align:middle;}
.rgMasterTable.edit-table td.btn_bt a, .rgMasterTable.edit-table td.btn_bt input{border-radius:4px; -webkit-border-radius:4px; padding:3px 10px; background:#d8261f; color:#fff;}
.rgMasterTable.edit-table td:last-child a{border-radius:4px; -webkit-border-radius:4px; padding:3px 10px; background:#005ca1; color:#fff; display:inline-block;}
.pending-c{height:40px; width:40px; display:inline-block; background:#CCCCFF; border-radius:50px; -webkit-border-radius:50px;}
.accepted-c{height:40px; width:40px; display:inline-block; background:#79A411; border-radius:50px; -webkit-border-radius:50px;}
.rejected-c{height:40px; width:40px; display:inline-block; background:#AA2F13; border-radius:50px; -webkit-border-radius:50px;}
.panel-default .btn{height:40px;}
.rgMasterTable.edit-table.tcric td{vertical-align:middle;}
.rgMasterTable.edit-table.tcric td input.bts{height:30px; width:30px; display:inline-block; background:#ccc; border:1px solid #ccc; border-radius:50px; -webkit-border-radius:50px;}

.table-wd-s table{width:100%; margin-bottom:15px; border:1px solid #ddd !important;} 
.table-wd-s table+table{margin-bottom:0;}
.table-wd-s table+table td{border:1px solid #ddd !important; padding:5px;}
.table-wd-s table+table tr + tr td{padding:0;}
.table-wd-s table+table td input[type="submit"]{height: 100%;width: 100% !important;border:1px solid #333; background:#C60 !important; color:#fff !important}

.field-box{display:block; padding:15px 20px; border:1px solid #ddd; clear:both; margin-bottom:20px;}
.field-box legend{padding: 11px 5px; display: inline-block; border-bottom:0; width:auto;}
.input-t-box .RadInput_Default{width:100% !important;}
.input-t-box .riTextBox{border: 1px solid #b9c0c3 !important; border-radius:0; -webkit-border-radius:0; height:40px !important;}
 
.house-table th{background:#005ca1; padding:5px 5px; text-align:left; color:#fff; font-size:14px;}
.house-table td{padding:5px 5px; border:1px solid #ddd;}

.deduction-table td{padding:5px 5px !important; border:0 !important;}
.dropdown-user li{}
.dropdown-user li i{padding-right:8px;}

.breadcrumb li:first-child a{font-weight:bold;}

.vertical-alignment-helper {display:table; height: 100%; width: 100%;}
.vertical-align-center {display: table-cell; vertical-align: middle;}
.modal-content {width:inherit; height:inherit;margin: 0 auto;}
.modal-box{position: fixed; top: 0; right: 0; width:100%; height:100%; background:rgba(0,0,0,0.5); bottom: 0; left: 0; z-index: 1050; display: block; overflow: auto; overflow-y: scroll;}
.modal-box h4{font-size:20px; font-weight:bold; padding:0;}
.modal-box h4 i{padding-right:5px;}
.modal-box .modal-body{font-size:16px; padding:15px;}
.modal-box .modal-footer{margin-top:0;}
.ifrmfrg{border:0; width:100%; height:100%;}
.sidebar-collapse .nav > li > a:hover, .sidebar-collapse .nav > li > a:focus, .sidebar-collapse .nav > li > a.active{background:#005ca1;}

.rgMasterTable.edit-table .rgCommandRow td{padding:0 0 5px; border:0;}
.rgMasterTable.edit-table .rgCommandRow td a{background:none; color:#333; padding:0 0 0 5px; border-radius:0;}
.rgMasterTable.edit-table .rgCommandRow td[align="left"] input{background:url(../images/circledplus.png) no-repeat; border:0;  border-radius: 0; display:inline-block; height:24px; width:24px;}
.rgMasterTable.edit-table .rgCommandRow td[align="right"] input{background:url(../images/refresh.png) no-repeat; border:0;  border-radius: 0; display:inline-block; height:24px; width:24px;}

.empdt-sec{}
.setup-ifrm{border:0; width:100%; height:100%;}

.log-f{background:url(../images/login-bn.jpg) no-repeat center top fixed; background-size:cover;position:relative; /*left:0; top:0;*/   height:100%; width:100%;}
html.log{}
html.log:before{background: #000; opacity: 0.8; position: absolute; right: 0; top: 0; width: 100%; height: 100%; content:""; }
.bannerText{border-left:3px solid #ff7900; margin-top:150px;  padding:30px 0 0 30px; z-index:999999 ; display:block; clear:both;} 
.bannerText h3{color:#fefefe; font-size:32px; line-height:32px; font-weight:700; text-transform:none; letter-spacing:-2px; margin:0 0 20px;}
.bannerText p{ font-size:15px; line-height:21px; font-weight:400; color:#fefefe; text-transform:none; margin:0; padding-top:0; padding-bottom:25px;}
.bannerText p a {font-size:14px; color:#ff7900; line-height:16px; font-weight:700; text-decoration:none; text-transform:uppercase; padding:0; display:inline-block; margin:0;}
.bannerText p a i {font-size:17px; font-weight:700;}
.bannerText p a:hover{color:#fff;}

.pending-cl{height:25px; width:25px; display:inline-block; background:#CCCCFF; border-radius:50px; -webkit-border-radius:50px;}
.accepted-c1{height:25px; width:25px; display:inline-block; background:#79A411; border-radius:50px; -webkit-border-radius:50px;}
.rejected-c1{height:25px; width:25px; display:inline-block; background:#AA2F13; border-radius:50px; -webkit-border-radius:50px;}
.pdn{display:inline-block; vertical-align:middle; padding-right:10px;}
.pdn span{vertical-align:middle;  margin-right:5px;}
.word-pnl table{width:100%;}
.word-pnl table td{text-align:center; padding-bottom:10px;}
.table-wd-s.levt table td input[type="submit"]{width: 100% !important; border:0 !important;}

.panel-wd-l table{width:100%;}
.panel-wd-l table td{padding:8px; border-color:#333 !important;}

.RadComboBox.RadComboBox_Default.form-control{width:100% !important;}





@media screen and (-webkit-min-device-pixel-ratio: 0){
	html[class="RadForm RadForm_Default rfdButton rfdScrollBars rfdRadio rfdCheckbox"] label{padding-left:15px !important;}
	
}



/*----------------------------------------------
    MEDIA QUERIES     
------------------------------------------------*/
 
 @media(min-width:768px) {
     #page-wrapper{
               margin: 0 0 0 260px;
        padding: 15px 30px;
        min-height: 400px;
		
    }
	
	
    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 260px;
    }

   .navbar {
 border-radius: 0px; 
}
   
}
 @media(max-width:480px) {
.page-header small {
display: block;
padding-top: 14px;
font-size: 19px;
}
}

@media(max-width:767px){
#page-inner{padding:0; margin: 10px 0px 10px 0; min-height:100px;}	
#page-wrapper{min-height:100px;}
.mob-sspd{min-height:45px; margin-top:15px;}
.top-navbar .nav > li{display:block; text-align:center;}
.top-navbar .nav > li> a{padding:10px 15px;}
.navbar-header{border-bottom:1px solid #0e2946;}
.navbar-toggle{margin-top:11px;}
.top-navbar .dropdown-menu{ min-width: 100%; text-align: left;}
.top-navbar .nav .open > a, .top-navbar .nav .open > a:hover, .top-navbar .nav .open > a:focus{background-color: #005ca1;}
.panel-default .btn[value="Export To Excel"], .panel-default .btn[value="Export To Word"]{margin-bottom:15px;}
.bannerText{display:none;}
.login-sec{padding-top:0px;}
}


