body{
  margin:0;
  padding:0;
  background: #f9f9f9;
  font-family: 'Open Sans Semibold';
  font-size: 13px;
}

.hide{display: none;}
.show{display: block;}

.assign{
  float: right;
  margin-top: 5px;
  margin-right: 5px;
}

input[type='checkbox']{
  outline-style: none!important;
  border: none!important;
}


.dataTables_wrapper{
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.action_buttons .submit_btn{
  text-transform: none;
}
.action_buttons .submit_btn.black{
  background: #252d2f; 
  border-bottom: 2px solid #252d2f;
}

.dataTable{
    border: 1px solid #ededed;
    margin-top: 5px!important;
    float: left;
}
.dataTable td{
  font-size: 13px;
  color: #465153;
  border-bottom: 1px solid #ededed;
  background: #ffffff!important;
}
.dataTable th{
  font-family: 'Open Sans Bold';
  font-size: 12px;
  color: #1f2427;
  background-color: #ffffff!important;
}
table.dataTable thead th, table.dataTable thead td{
  border-bottom: 1px solid #ededed!important;
}
table.dataTable.no-footer{
  border-bottom: 1px solid #ededed!important;
}

.login_page{
  background: url('../images/login_bg.jpg') no-repeat center center fixed;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.login_page .logo_wrap{
  background: none;
  margin-top: 15px;
  margin-left: 70px;
}
.login_page .logo_wrap .finance{
  color: #166684!important;
}
.login_page .logo{
  clear: both;
}

.login_page form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 385px;
  min-height: 440px;
  margin-left: -192px;
  margin-top: -220px;
  background: #61c6eb;
  color: #f9f9f9;
}

.login_page h3{
  text-align: center;
  font-size: 22px;
  font-family: 'Open Sans Light';
  margin-top: 5px;
  margin-bottom: 0px;
}

.login_page h2{
  text-align: center;
  font-size: 37px;
  font-family: 'Open Sans Semibold';
  margin-top: 0px;
  margin-bottom: 15px;
}

.login_page label{
  font-size: 14px;
  font-family: 'Open Sans Semibold';
  margin-left: 33px;
  float: left;
  margin-bottom: 5px;
}
.login_page .pwd_label{
  margin-top: 20px;
}

.login_input_wrap{
  width: 315px;
  height: 50px;
  background: #ffffff;
  margin-left: 33px;
  float: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; /* future proofing */
  -khtml-border-radius: 2px; /* for old Konqueror browsers */
}
.login_input_wrap img{
  float: left;
  margin-top: 20px;
  margin-left: 15px;
}
.login_input_wrap input{
  float: left;
  margin-top: 15px;
  margin-left: 10px;
  width: 270px;
  border: 0;
  background: #ffffff;
  color: #999898;
  font-family: 'Open Sans Semibold';
  font-size: 16px;  
}
input, textarea{
  outline: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

.login_page .submit{
  background: #166684;
  font-family: 'Open Sans Bold';
  font-size: 18px; 
  color: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none; 
  border-bottom: 2px solid #0e526c;
  text-align: center;
  width: 230px;
  line-height: 48px;
  display: block;
  float: left;
  margin-top: 30px;
  margin-left: 75px;
  cursor: pointer;
  margin-bottom: 30px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; /* future proofing */
  -khtml-border-radius: 2px; /* for old Konqueror browsers */
}

.login_page .login_message{
  float: left;
  color: red;
  text-align: center;
  font-family: 'Open Sans Regular';
  margin-left: 33px;
  width: 315px;  
}

.login_page .login_message p{
  margin-bottom: 0px;
}

.navigation_left{
  position: absolute;
  left: 0;
  top: 0;
  float: none;
  width: 230px;
  background: #252d2f;
  height: 62px;
  z-index: 999;
}

.logo_wrap{
  height: 62px;
  background: #1f2427;
}
.logo_wrap .finance{
  color: #de4b39;
  font-family: 'Open Sans Bold';
  font-size: 11px;
  margin-left: 60px;
  margin-top: 7px;
  float: left;
}
.logo_wrap .logo{
  width: 98px;
  height: 29px;
  background: url('../images/logo.png') no-repeat;
  float: left;
  margin-left: 70px;
}

.navigation_left label{
  font-family: 'Open Sans Extrabold';
  font-size: 11px;
  color: #586669;
  padding-left: 30px;
  float: left;
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
}

.navigation_left a{
  display: block;
  float: left;
  width: 100%;
  font-family: 'Open Sans Bold';
  font-size: 12px;
  color: #a1abad;
  text-decoration: none;
  line-height: 38px;
}

.navigation_left a:hover{
  color: #d5d5d5;
  background: #1f2427;
}

.navigation_left a.dashboard:hover span.border, .navigation_left a.dashboard.active span.border{
  border-left: 5px solid #61c6eb;
}
.navigation_left a.users:hover span.border, .navigation_left a.users.active span.border{
  border-left: 5px solid #de4b39;
}

.navigation_left a.waiting_cases:hover span.border, .navigation_left a.waiting_cases.active span.border{
  border-left: 5px solid #77b634;
}
.navigation_left a.open_cases:hover span.border, .navigation_left a.open_cases.active span.border{
  border-left: 5px solid #77b634;
}
.navigation_left a.assigned_cases:hover span.border, .navigation_left a.assigned_cases.active span.border{
  border-left: 5px solid #77b634;
}
.navigation_left a.delete_cases:hover span.border, .navigation_left a.delete_cases.active span.border{
  border-left: 5px solid #77b634;
}
.navigation_left a.search_cases:hover span.border, .navigation_left a.search_cases.active span.border{
  border-left: 5px solid #77b634;
}

.navigation_left a.manage_categories:hover span.border, .navigation_left a.manage_categories.active span.border{
  border-left: 5px solid #f7941d;
}
.navigation_left a.manage_resources:hover span.border, .navigation_left a.manage_resources.active span.border{
  border-left: 5px solid #f7941d;
}
.navigation_left a.email_resources:hover span.border, .navigation_left a.email_resources.active span.border{
  border-left: 5px solid #f7941d;
}
.navigation_left a.email_cases:hover span.border, .navigation_left a.email_cases.active span.border{
  border-left: 5px solid #f7941d;
}
.navigation_left a.manage_tips:hover span.border, .navigation_left a.manage_tips.active span.border{
  border-left: 5px solid #f7941d;
}

.navigation_left a.counsellor_reports:hover span.border, .navigation_left a.counsellor_reports.active span.border{
  border-left: 5px solid #8781bd;
}
.navigation_left a.monthly_report:hover span.border, .navigation_left a.monthly_report.active span.border{
  border-left: 5px solid #8781bd;
}

.navigation_left a.active{
  color: #d5d5d5;
  background: #1f2427;
}
.navigation_left a:hover .icon, .navigation_left a.active .icon{
  background-position: 0 -15px;
}
.navigation_left a span.border{
  border-left: 5px solid #252d2f;
  float: left;
  width: 2px;
  height: 38px;
}


.navigation_left .icon{
  float: left;
  margin-left: 30px;
  margin-right: 15px;
  width: 16px;
  height: 15px;
  margin-top: 11px;
}
.navigation_left .dashboard .icon{
  background: url('../images/dashboard_icon.png') 0 0 no-repeat;
}
.navigation_left .users .icon{
  background: url('../images/users_icon.png') 0 0 no-repeat;
}
.navigation_left .waiting_cases .icon{
  background: url('../images/waiting_cases_icon.png') 0 0 no-repeat;
}
.navigation_left .open_cases .icon{
  background: url('../images/open_cases_icon.png') 0 0 no-repeat;
}
.navigation_left .assigned_cases .icon{
  background: url('../images/assigned_cases_icon.png') 0 0 no-repeat;
}
.navigation_left .delete_cases .icon{
  background: url('../images/delete_cases_icon.png') 0 0 no-repeat;
}
.navigation_left .search_cases .icon{
  background: url('../images/search_cases_icon.png') 0 0 no-repeat;
}
.navigation_left .manage_categories .icon{
  background: url('../images/manage_categories_icon.png') 0 0 no-repeat;
}
.navigation_left .manage_resources .icon{
  background: url('../images/manage_resources_icon.png') 0 0 no-repeat;
}
.navigation_left .email_resources .icon{
  background: url('../images/email_resources_icon.png') 0 0 no-repeat;
}
.navigation_left .email_cases .icon{
  background: url('../images/email_cases_icon.png') 0 0 no-repeat;
}
.navigation_left .manage_tips .icon{
  background: url('../images/manage_tips_icon.png') 0 0 no-repeat;
}
.navigation_left .counsellor_reports .icon{
  background: url('../images/counsellor_reports_icon.png') 0 0 no-repeat;
}
.navigation_left .monthly_report .icon{
  background: url('../images/monthly_report_icon.png') 0 0 no-repeat;
}

.header_right{
  width: 100%;
  min-width: 1250px;
  height: 62px;
 /* background: #1f2427; */
  background: #82c341;
  position: relative;
  margin-bottom: 20px;
}
.header_right .title_wrap{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.header_right .title{
  color: #ffffff;
  font-family: 'Open Sans Semibold';
  font-size: 14px;
  line-height: 62px;
}

.header_right .title .icon{
  float: left;
  margin-left: 30px;
  margin-top: 23px;
  width: 16px;
  height: 15px;
  margin-right: 12px;
}
.header_right .title.dashboard .icon{
  background: url('../images/dashboard_icon.png') 0 -30px no-repeat;
}
.header_right .title.manage_users .icon{
  background: url('../images/users_icon.png') 0 -30px no-repeat;
}
.header_right .title.waiting_cases .icon{
  background: url('../images/waiting_cases_icon.png') 0 -30px no-repeat;
}
.header_right .title.open_cases .icon{
  background: url('../images/open_cases_icon.png') 0 -30px no-repeat;
}
.header_right .title.assigned_cases .icon{
  background: url('../images/assigned_cases_icon.png') 0 -30px no-repeat;
}
.header_right .title.deleted_cases .icon{
  background: url('../images/delete_cases_icon.png') 0 -30px no-repeat;
}
.header_right .title.search_cases .icon{
  background: url('../images/search_cases_icon.png') 0 -30px no-repeat;
}
.header_right .title.manage_categories .icon{
  background: url('../images/manage_categories_icon.png') 0 -30px no-repeat;
}
.header_right .title.manage_packages .icon{
  background: url('../images/manage_resources_icon.png') 0 -30px no-repeat;
}
.header_right .title.email_resources .icon{
  background: url('../images/email_resources_icon.png') 0 -30px no-repeat;
}
.header_right .title.email_cases .icon{
  background: url('../images/email_cases_icon.png') 0 -30px no-repeat;
}
.header_right .title.manage_tips .icon{
  background: url('../images/manage_tips_icon.png') 0 -30px no-repeat;
}
.header_right .title.counsellor_reports .icon{
  background: url('../images/counsellor_reports_icon.png') 0 -30px no-repeat;
}
.header_right .title.monthly_report .icon{
  background: url('../images/monthly_report_icon.png') 0 -30px no-repeat;
}

.header_right .header_icons{
  background: #1f2427;
  float: right;
  z-index: 9;
  position: relative;
}

.header_right .logout{
  float: right;
  width: 60px;
  height: 62px;
  background: #1f2427 url('../images/logout_icon.png') 10px center no-repeat;
  z-index: 9;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
}
.header_right .settings{
  float: right;
  width: 34px;
  height: 62px;
  background: #1f2427 url('../images/settings_icon.png') center center no-repeat;
  z-index: 9;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
}
.header_right .notifications{
  float: right;
  width: 34px;
  height: 62px;
  background: #1f2427 url('../images/notification_icon.png') center center no-repeat;
  z-index: 9;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
}
.header_right .menu{
  float: right;
  width: 34px;
  height: 62px;
  background: #1f2427 url('../images/menu_icon.png') center center no-repeat;
  z-index: 9;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
}
.header_right .username{
  float: right;
  height: 62px;
  padding-left: 15px;
  padding-right: 15px;
  background: #1f2427;
  z-index: 9;
  position: relative;
  margin-left: 20px;
}
.header_right .username span{
  font-size: 12px;
  color: #a1abad;
  font-family: 'Open Sans Bold';
  line-height: 62px;
}

.navigation_top{
  float: left;
  margin-bottom: 50px;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #ededed;  
}
.navigation_top ul{
  margin: 0;
  padding: 0;
}
.navigation_top li{
  float: left;
  list-style: none;
  border-right: 1px solid #ededed;
}
.navigation_top li a{
  float: left;
  height: 58px;
  color: #465153;
  font-family: 'Open Sans Bold';
  font-size: 15px;
  line-height: 58px;
  text-decoration: none;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
.navigation_top li a span{
  padding-left: 10px;
}

.save_note{
  float: left;
  margin-top: 0;
  margin-left: 10px;
}

.ml340{
  margin-left: 340px;
}
.ml295{
  margin-left: 295px;
}
.ml23{
  margin-left: 23px;
}
.mt18{
  margin-top: 18px!important;
}


.assign_counsellor .ui-selectmenu-button{
  width: 150px!important;
  float: left;
  margin-top: 15px;
  margin-right: 10px;
}

.wrapper{
  min-width: 1280px;
  width: 100%;
}

.content{
  position: absolute;
  left: 0px;
  width: 100%;
  min-width: 1000px;
}

.form{
  margin-left: 30px;
  float: left;
  width: 980px;
  border: 1px solid #ededed;
  background: #ffffff;
  margin-bottom: 30px;
}
.form h3{
  float: left;
  width: 960px;
  border-bottom: 1px solid #ededed;
  font-family: 'Open Sans Bold';
  font-size: 13px;
  line-height: 50px;
  padding-left: 20px;  
  margin-top: 0;
  margin-bottom: 0;
}
.form_row{
  float: left;
  width: 960px;
  border-bottom: 1px solid #ededed;
  font-family: 'Open Sans Semibold';
  color: #465153;
  font-size: 13px;
  line-height: 50px;
  padding-left: 20px; 
}

.form_row input{
  border: 1px solid #cecece;
  width: 215px;
  height: 29px;
  color: #9b9b9b;
}

.quick_search_input{
  border: 1px solid #cecece;
  width: 215px;
  height: 29px;
  color: #9b9b9b;
}
.quick_search .submit_btn{
  margin: 0 0 0 10px;
  border: 1px solid #fff;
}

.form_row textarea{
  border: 1px solid #cecece;
  width: 210px;
  height: 100px;
  color: #9b9b9b;
}
.form_row_left textarea, .form_row_right textarea {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form_row_left{
  float: left;
  min-width: 415px; 
}
.form_row_left label{
  float: left;
  width: 200px;
}
.form_row_left input, .form_row_left select{
  float: left;
  width:  215px;
  margin-top: 10px;
}
.form_row_right{
  float: left;

}
.form_row_right label{
  float: left;
  margin-left: 100px;
  width: 200px;
}
.form_row_right input, .form_row_right select{
  float: left;
  width:  215px;
  margin-top: 10px;
}
.content form span.ui-selectmenu-button{
  margin-top: 10px;
}

.submit_btn{
  background: #77b634;
  border: none;
  border-bottom: 2px solid #548b19;
  font-family: 'Open Sans Bold';
  font-size: 12px;
  color: #ffffff;
  padding: 6px 15px;
  margin: 20px 22px;
  cursor: pointer;
  text-transform: uppercase;
}
.submit_btn.save{
  color: #ffffff;
  width: 60px;
  margin-left: 10px;
  margin-right: 0;
}
.dataTables_filter {
  float: left!important;
}
.dataTables_wrapper label select{
  width: 70px;
}

.ui-widget{
  font-family: 'Open Sans Regular';
  font-size: 12px!important;
}

.content form label, .content form input, .content form select, .content form textarea{
  float: left;
  display: block;
}

.content form .half label{
  width: 125px;
}

.content form input, .content form select, .content form textarea{

}
.content form .half input, .content form .half select, .content form .half textarea{
  width: 165px;
}
.content form span{
  float: left;
}
.mr10{
  margin-right: 10px;
}
.mr20{
  margin-right: 20px;
}
.ml0{
  margin-left: 0!important;
}
.ml10{
  margin-left: 10px!important;
}
.ml20{
  margin-left: 20px;
}
.ml30{
  margin-left: 30px;
}
.ml40{
  margin-left: 40px;
}
.ml60{
  margin-left: 60px!important;
}
.ml100{
  margin-left: 100px;
}

.mt0{
  margin-top: 0!important;
}
.mb0{
  margin-bottom: 0!important;
}
.mb20{
  margin-bottom: 20px!important;
}

input[type="radio"] {
    outline: none;
    border: none;
}

.form_row textarea.case_notes_box{
  width: 370px!important;
  height: 150px;
}

.action_buttons a{
  margin: 20px 5px;
}

div.error{
  clear: both;
  float: right;
  color: red;
  margin-right: 20px;
  width: 390px;
  text-align: right;
  margin-bottom: 10px;
}

.form .error{
  line-height: 14px;
}

form{
  width: 620px;
}

.saved_search span.ui-selectmenu-button{
  margin-top: 10px;
  float: left;
}

.w40{width: 40px!important;}
.w50{width: 50px!important;}
.w60{width: 60px!important;}
.w70{width: 70px!important;}
.w80{width: 80px!important;}
.w90{width: 90px!important;}
.w100{width: 100px!important;}
.w180{width: 180px!important;}
.w900{width: 900px!important;}

.pr10{
  padding-right: 10px;
}

.clear{clear: both!important;}
.clnone{clear: none!important;}
.left{float: left;}
.right{float: right;}

.edit{
  width: 22px;
  height: 18px;
  background: url('../images/edit_icon.png') center center no-repeat;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

.delete{
  width: 13px;
  height: 18px;
  background: url('../images/delete_icon.png') center center no-repeat;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

a{
  color: #61c6eb;
  text-decoration: none;
}


.status_active{
  width: 20px;
  height: 20px;
  background: url('../images/status_icon.png') 0 0 no-repeat;
  margin: 0 auto;
}
.status_inactive{
  width: 20px;
  height: 20px;
  background: url('../images/status_icon.png') 0 -20px no-repeat;
  margin: 0 auto;
}

.bold td{
  font-family: 'Open Sans Bold';
}

.bold{font-weight: bold!important; font-family: 'Open Sans Bold';}
.wauto{width: auto!important;}
.hauto{height: auto!important;}
.lh35{
  line-height: 35px!important;
}
.lh30{
  line-height: 30px!important;
}

.red{color:red;}


#table2{
  width: 100%;
  float: left;
  border-spacing: 0;
}
#table2 td{
  font-size: 13px;
  color: #465153;
  border-bottom: 1px solid #ededed;
  background: #ffffff!important;
  text-align: left;
  line-height: 36px;
  padding-left: 20px;
}
#table2 th{
  font-family: 'Open Sans Bold';
  font-size: 12px;
  color: #1f2427;
  background-color: #ffffff!important;
  border-bottom: 1px solid #ededed;  
  text-align: left;
  padding-left: 20px;
  line-height: 36px;
}

.nbb{
  border-bottom: 0;
}

.form.half{
  width: 474px;
}
h3.full{
  width: 455px;
}


.ui-multiselect { padding:2px 0 2px 4px; text-align:left; margin-top: 10px; min-height: 30px; width: 213px!important; }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:auto }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

.ui-selectmenu-menu{
  z-index: 99999!important;
}
.popup{
  background-color:#fff;
  color:#111;
  display:none;
  min-width:450px;
  padding:25px;
  min-height:250px;
  margin-top:50px;
}
.button.b-close{
  box-shadow:none;
  font:bold 131% sans-serif;
  padding:0 6px 2px;
  position:absolute;
  right:7px;
  top:7px;
  cursor: pointer;
}
.b-modal {
    background: rgba(0, 0, 0, 0.7) !important;
    opacity: 1 !important;
}

.shepell_header img{
  margin-left: 35px;
  margin-top: 10px;
}
.shepell_header h3{
  margin-left: 120px;
  margin-top: 20px;
  font-size: 22px;
}
.shepell_header .logo_wrap{
  background: #82c341;
  width: 200px;
}
.shepell_header .logo{
  clear: both;
  margin-left: 0;
}
.shepell_header .finance{
  clear: both;
  margin-left: 0;
  color: #ffffff!important;
}

#table2 .internal_notes td{
  line-height: 16px!important;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
}



.cke_top, .cke_bottom{
  float: none!important;
}
.cke_chrome{
  float: left!important;
}
.cke_resizer_ltr{
  float: right!important;
}



#menu {
  width: 850px;
  height: 62px;
  clear: both;
  position: absolute;
  top:0;
  left: 230px;
  z-index: 9998;
  background: #82c341;
}

#nav {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
}

#nav li {
  display: inline;
  float: left;
  z-index: 99;
}

#nav li a {
  float: left;
  line-height: 62px;
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 0 22px;
    z-index: 99;
position: relative; 

}

/* APPLIES THE ACTIVE STATE */
#nav .current a, #nav li:hover > a  {
  color: #000;
  text-decoration: none;
}

/* THE SUBMENU LIST HIDDEN BY DEFAULT */
#nav ul {
  display: none;
  width: auto;
}


/* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
#nav li:hover > ul {
  position: absolute;
  display: block;
  width: 850px;
  height: 62px;
  margin: 62px 0 0 0;
  padding-left: 0px; 
  left:0;
  background: #82c341;
  border-top: 1px solid #000;
}

#nav li:hover > ul li a {
  float: left;
  line-height: 62px;
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 0 10px 0 10px;
  width: auto;
    z-index: 99;
}

#nav li:hover > ul li{
  position: relative;
  z-index: 99;
  padding: 0 5px;
}
#nav li:hover > ul li a:hover {
  color: #120000;
  text-decoration: none;
    z-index: 99;
position: relative;
}

table.dataTable thead .sorting, 
table.dataTable thead .sorting_asc, 
table.dataTable thead .sorting_desc {
    background-image : none!important;
    background-color: #ffffff!important;
}


.quick_search{
  float: right;
  width: auto;
  margin-top: 17px;
  position: relative;
  z-index: 9998;
  margin-right: 25px;
}

.month_dropdown{
  width: 150px;
}
.open_cc{
  position: relative;
}
.open_cc .ui-selectmenu-button{
  position: absolute;
  right: 50px;
  top:15px;
}

.dashboard_wrapper td, .dashboard_wrapper th{
  line-height: 22px!important;
}


.notification-board.top{
  top: 70px!important;
}


table.dataTable thead th{
  text-align: left;
  padding-left: 10px!important;
}
table.dataTable thead th.center, table.dataTable tbody td.center{
  text-align: center;
}

.ucc{
  color: #82c341;
}


