.navbar-brand {
    padding: 0px 15px;
}
ul.nav.navbar-nav.navbar-middle {
    margin-left: 25%;
    margin-top: 2%;
}
.navbar-brand img {
    height: 100%;
   max-width: 275px;
   max-height: 50px;
}
.badge.project_status_onhold,.project_status_unconfirmed{
    background-color:  #FF9800;
}

.badge.project_status_confirmed{
    background-color: #2196F3;
}

.badge.project_status_in_progress{
    background-color:lightgreen;
}

.badge.project_status_completed{
    background-color: #4CAF50;
}

.block-header {
      padding-right: 15px;
}

.selectize-control {
    padding: 0px;
}

span.name {
    white-space: inherit;
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.col-sm-6.col-md-6 {
 /*   margin-left: -15px;
    margin-right: 15px;*/
}

a.js-search i {
    color: grey;
}

.search-bar {
    position: fixed;
    right: 0px;
    left:auto;
    width: 25%;
}

.search {
    background: white;
    position: absolute;
    width: 100%;
}

.search.close {
    display: none;
}

.search_result {
    padding-left: 20px;
}
.search .search_form {
  padding-bottom: 1rem; }
  .search .search_form .form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0;
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: 500; }

    .gen-image {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    /* background: #512DA8; */
    margin-right: 10px;
    padding-top: 5px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.search .search_result .search_section {
  font-size: 1.3rem;
  font-weight: 500;
  color: #5d5b6f;
  margin: 2rem 0 1rem 0; }

.search .search_result .search_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.25rem; }
  .search .search_result .search_item:last-child {
    margin-bottom: 0; }
  .search .search_result .search_item .search_item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f0f0f4;
    width: 50px;
    height: 50px;
    border-radius: 50%; }
    .search .search_result .search_item .search_item-icon > i {
      font-size: 1.5rem; }
  .search .search_result .search_item .search_item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px; }
    .search .search_result .search_item .search_item-img > img {
      max-width: 35px;
    max-height: 35px;
      border-radius: 50%; }
    .search .search_result .search_item .search_item-img.search_item-img--file {
      width: 40px; }
      .search .search_result .search_item .search_item-img.search_item-img--file > img {
        max-width: 40px;
        border-radius: 0; }
  .search .search_result .search_item .search_item-wrapper {
    padding-left: 1.25rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .search .search_result .search_item .search_item-wrapper .search_item-title {
      font-size: 1.5rem;
      font-weight: 500;
      color: #5d5b6f;
      text-decoration: none;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .search .search_result .search_item .search_item-wrapper .search_item-title:hover {
        color: #5d78ff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
    .search .search_result .search_item .search_item-wrapper .search_item-desc {
      font-size: 1rem;
      font-weight: 400;
      color: #b3b1c2; }


.d-block {
    display:block;
}
.employee small i.material-icons {
    font-size: 16px;
    margin-right: 10px;
    line-height: 1;
    float: left;
}

.employee small {
    min-height: 22px;
}

.policy small {
    min-height: 60px;
}

.body.employee {
    padding: 10px;
}

.header.employee h2 {
    height: 30px;
    font-size: 15px;
}

.body.employee .d-block {
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* border: 1px solid #000000; */
}
.profileImage {
    width: 35px;
    height: 30px;
    border-radius: 50%;
/*    background: #512DA8;*/
    margin-right: 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.manager_dashboard.profile {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* background: #512DA8; */
    margin-right: 10px;
   padding-top: 10px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.user.profile {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    padding-top: 5px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.sidebar .user-info
{
height: 80px; 
}

.sidebar .user-info .image
{
    float: left;
        width: 50px;
    height: 50px;
}

.sidebar .user-info .info-container
{
    top:0px;
    float: left;
}

.dropdown-menu > li > form > a {
    padding: 10px 10px;
    color: #666;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 12px;
    line-height: 15px;

        display: block;
    
    clear: both;

    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > form > a:hover {
    background-color: rgba(0, 0, 0, 0.075);

     text-decoration: none;
}

.img-rounded-profile
{
    border-radius: 50%;
}

.badge.awaited,.exit_awaited{
    background-color: #FF9800;
}

.badge.hr_approved,.exit_hr_approved{
    background-color: #4CAF50;
}

.badge.hr_rejected,.exit_hr_rejected{
    background-color: red;
}

.badge.manager_approved,.exit_manager_approved{
    background-color: #2196F3;
}

.badge.manager_rejected,.exit_manager_rejected{
    background-color: red;
}

.badge.expense_status_approved {
    background-color: #2196F3;
}

.badge.expense_status_rejected {
    background-color: red;
}

.badge.expense_status_pending {
    background-color: goldenrod;
}

.badge.expsense_status_reimbursed {
    background: green;
}
.badge.expense_status_non_reimbursable {
    background-color: lightseagreen;
}

.nav-tabs
{
font-size:12px !important;
}

textarea.form-control {
    height:34px;
}

.borderless td {
 border:none !important;
}

.demo-radio-button {
    padding-bottom: 6px;
}


.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color:#ffff !important;
  color: silver;

padding-left: 10px;

 }

.required::after
{
 content: "*";
   
    color: red;
}

/* .form-group {
    
    max-height: 60px;
}*/

label {
    display: inline;
font-size:12px;
    }

.form-group label.error {
    
    display: inline;
    
}



.dhx_cal_select_menu
{
display: none!important;
}


.info-box .icon {
width:50px !important;
}

.info-box .content {
    
    padding: 2px 5px;
        text-align: center;
}

.info-box .content .number {
    font-weight: 600;
    font-size: 23px;
        margin-top: 4px;
    }

    .info-box .content .text {
    font-size: 12px;}


.slimScrollDiv{
    
    position: relative; 
    overflow: hidden; 
    width: auto; 
    height: 421px;
    line-height: 13px !important;
}

.slimScrollDiv > ul > li {

    margin-top: -7px !important;

}


.info-box {
   
    height: 65px !important;
    margin-bottom: 10px;
}


.slimScrollBar {
  /*  background: white !important; */
   /* width: 10px !important; */
display:block !important;


   /* border: 5px solid;*/
    border-color: grey;
  
}


.sidebar .menu {
   
}


.error {
    color: dodgerblue;
}


.info-box-4 .content .number {
    
    font-size: 20px;
    
}


.info-box-4 {

    cursor: pointer;
}

.ls-closed .bars:before
{
   color:grey;
}

/* Changes for Minify   */

section.content {
    margin: 90px 0px 0 300px;

}

.container-fluid {
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
    /*    width: 75%;
    float: left;*/
}


    body {
    background-color: white !important;
}



.row {
    margin-right: 0px;
    margin-left: 0px;
}


.card .body {
    font-size: 14px;
    color: #555;
    padding: 20px;
}


.right-bar-custom {
    width: 20%;
    float: left;
    margin-left: -15px;
     
}

.block-header h2 {
    margin: 0 !important;
    margin-left: 15px !important;
    }
.btn
    {
     width: auto;
    height: 35px;
    }


    .table {

    font-size: 14px;

}


.dropdown-menu.open {
    max-height: none !important;
    overflow: inherit!important;
}