/* here you can put your own css to customize and override the theme */
.page-content {
    min-height:0px;
}
.table thead {
    background-color:#237EB4  !important;
    color:white;
}

.table thead-black {
    background-color:#000  !important;
    color:white;
}
.page-content .page-breadcrumb.breadcrumb {
    margin-bottom:15px;
}
.portlet.box.light-grey > .portlet-title {
    color:black;
    background-color:#EEEEEE;
}
.portlet.box > .portlet-title {
    color: black !important;
    border-top:1px solid #bbb;
    border-bottom:1px solid #bbb;
}
.portlet.box.light-grey > .portlet-title > .caption > i {
    color:#000;
}
.profile-icon {
    background-color:#F5F5F5;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    padding-bottom: 5px;
    padding-top: 10px;
}
.profile-icon .profile ul.profile-nav {
    margin-bottom: 12px !important;
}
.filter-input-samll {
    height: 30px !important;
    padding: 5px 10px  !important;
}
.footer .footer-inner {
    color: #FFF;
}
.form-horizontal .control-label, 
.form-horizontal .radio, 
.form-horizontal .checkbox, 
.form-horizontal .radio-inline, 
.form-horizontal .checkbox-inline {
    padding-top:5px;
}
.ajaxLoading {
    background-image: url("../../assets/img/ajax-loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
}
/*************************************06-02-2014*/
.text-arabic {
    direction: rtl;
}
/***************************************07-02-2014*/
.bg-theme-blue {
    background-color: #1570a6;
}
.tile.selected .delete:after {  
  color:lightsalmon;
  font-family: FontAwesome;
  font-size: 13px;
  content: "\f00d";
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 2px;
}
.tile.selected .check:after {
    color: lightcyan;
}
.profile ul.profile-nav {
    margin-bottom: 0px !important;
}
.help-block-error {
    margin-bottom: 0px;
}
.star .input-group-addon{
    min-width:0px !important;
    color:red !important;
    padding:6px 0px;
    /*background-color:#B94A48;*/
    border-left: 2px solid red;
}
.red {
    color: red;
    font-weight:bold;
    font-size:15px;
}
.icon-update {
    display: inline-block;
    padding: 5px 4px 6px 5px;
    text-align: center;
    vertical-align: middle;
}
.profile-name {
    bottom: 0;
    left: 0;
    /*
    margin-bottom: 20px;
        */
    color: #000;
    opacity: 1;
    border: none;
    padding-left: 3px;
    padding-right:3px;
    font-size: 12px;
    /*background: #FFF;
    position: absolute;*/
}

.profile-status {
    top: 0;
    left: 0;
    margin-top: 0px;
    color: #fff;
    opacity: 1;
    border: none;
    font-size: 12px;
    padding-left: 3px;
    padding-right:3px;
    /*
    padding: 3px 9px;
    background: #4EDA6C;
    
    position: absolute;
        */
}

.table .heading > th {
    background-color: #237EB4 !important;
}
.table thead .filter {
    background-color:#EEE  !important;
    color:black;
}

/**9/9/2014**/
.feeds .col2 
{
    margin-left: -149px;
    width: 148px;
}
.page-content {
    margin-left: 225px;
    margin-top: 0;
    min-height: 600px;
    padding: 5px 20px 20px;
}
/***2/12/2014*/
h5 {
    font-weight: bold !important;
}
.form-section {    
    margin: 18px 0 24px 0px;     
}
/*****11/12/2014*/
.table-scrollable {
    border:none;
}
/*****13/12/2014***********/
.modal-xlg {
   width:85%;
}
/**********24/12/2014******/
.table-scrollable {
    overflow:auto;
}
/**************26/12/2014*************/
.table-scrollable > .table > thead > tr > th, .table-scrollable > .table > tbody > tr > th, .table-scrollable > .table > tfoot > tr > th, .table-scrollable > .table > thead > tr > td, .table-scrollable > .table > tbody > tr > td, .table-scrollable > .table > tfoot > tr > td {
 white-space: normal;
}
.table>thead>tr>th {
 vertical-align: top;

}
/**************30/12/2014*******/
/*ChildTable*/
.child-grid .table-advance thead tr th {
  background:#f0f6fa;
}

.child-grid .table-bordered th, 
.child-grid .table-bordered td,
.child-grid .table-bordered {
  border-color:#e5eff6;
}

.child-grid .table-striped tbody > tr:nth-child(2n+1) > td, 
.child-grid .table-striped tbody > tr:nth-child(2n+1) > th {
  background:#fcfcfc;
}

.child-grid .table-hover tbody tr:hover td, 
.child-grid .table-hover tbody tr:hover th {
  background:#f5fafd;
}
/**************24-1-2015***********/
.header.navbar .navbar-brand {
    width:50%;
}
/**************29-4-2015******/
.page-500 .number {
    color: #ec8c8c;
    display: inline-block;
    font-size: 55px;
    font-weight: 300;    
    line-height: 128px;
    text-align: right;
    letter-spacing:0px;
}
/**************04-01-2016******/
.profile-name-li {
    background: none repeat scroll 0 0 #ffb848;
    font-size: 13px;
    font-weight: bold;
    padding-left: 1px;
    padding-right: 1px;
}
.margin-top-5 {
    margin-top:5px ;
}
/*
.profile ul.profile-nav {
    margin-top: 31px;
}
.profile-status {
    margin-top: -31px;
    width: 100%;
    background-color:#ffb848;
}*/
/***********06-01/2016************/
.alert {
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
}
.holiday-color 
{
    background: none repeat scroll 0 0 #F94545 !important;
    color:#ffffff;
}
.time-warning 
{
     background-color :red;
}
/**28-03-16***/
.login .content .form-control {
    padding-left: 29px;
}
/*****04-08-2016*********/
/******Emp profile status change modal popup status drop down**********/
.select2-display-none {
    display: none;
    z-index: 100000;
}





/* 07-11-2022 The below code is added by Manoj for the ESS web app design change*/

.padding-top-20 {
    padding-top: 20px;
}

.center {
    display: flex;
    justify-content: center;
}

.dashboard-title {
    padding-top: 20px;
    font-size: 25px;
    /*text-align: center;*/
    display: block;
    color: #000;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
@media (max-width: 1200px) {
    .dashboard-title {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .dashboard-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .dashboard-title {
        font-size: 16px;
    }
}



.rounded-border {
    border-radius: 15px !important;
}

.rounded-border-bottom {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.grey-bg {
    background-color: #f2f2f2;
    padding: 5px 0;
}

.dashboard-stat.purple {
    background-color: #852b99;
}

.dashboard-stat.purple .more {
    background-color: #6e1881;
}

.dashboard-stat.olive {
    background-color: #808000;
}

.dashboard-stat.olive .more {
    background-color: #656500;
}

.dashboard-stat.pink {
    background-color: #f699CD;
}

.dashboard-stat.pink .more {
    background-color: #f471ba;
}

.dashboard-stat.rosewood {
    background-color: #9E4244;
}

.dashboard-stat.rosewood .more {
    background-color: #9c2d2f;
}

/* Black icon */
.m-icon-black {
  background-image: url(../img/syncfusion-icons.png);
}

.dashboard-stat .essdetails {
  position: absolute;
  left: 30px;
  padding-right: 10px;  
}