.timesheet_bg{ background:url(../images/timesheet_bg.jpg) repeat-y top; border-bottom:1px solid #d4d4d4; }
.timesheet_bg_top{ background:url(../images/timesheet_bg_top.jpg) no-repeat top; }
.timesheet_left{ width:779px; float:left; }
.timesheet_right{ width:170px; float:right; }

/***Please change this for month view**/
.timesheet_bg1{ background:url(../images/timesheet_bg2.jpg) repeat-y top; border-bottom:1px solid #d4d4d4; }
.timesheet_bg_top1{ background:url(../images/timesheet_bg_top2.jpg) no-repeat top; }
.timesheet_left1{ width:430px; float:left; }
.timesheet_right1{ width:170px; float:right; }
.timesheet_bg1 td{ border-right:1px solid #c5c5c5; border-bottom:1px solid #c5c5c5; background:url(../images/bg_inactive.jpg) no-repeat top; width:59px; height:37px; }

.timesheet_right1 ul{ padding:10px 0 0 0; list-style:none; }
.timesheet_right1 ul li{ color:#4a4949; padding:2px 0 4px 0; }
.timesheet_right1 ul li img{ margin-right:6px; }

.tbl_brdr{ border-top:1px solid #dddddd; border-left:1px solid #dddddd; }
/***End**/


/* .months{ padding:10px 0 4px 69px; margin-bottom: 2px; border:1px solid #d4d4d4; border-radius: 4px;  background:#344470; color:#FFFFFF;  } */
/* .months_b{ padding:10px 0 4px 69px; margin-bottom: 2px; border:1px solid #d4d4d4; border-radius: 4px;  background:#344470; color:#FFFFFF; width: 93%; margin-left: 59px; } */
.months1{background:#ededed; border-top:1px solid #d4d4d4; border-bottom:1px solid #d4d4d4; border-left:1px solid #d4d4d4; }

.months ul{ list-style:none; padding:0; }
.months ul li{ display:block; float:left; margin-left:1px; background:url(../images/attendence/bg_month.jpg) no-repeat top; width:59px; height:36px; color:#4a4949; font-size:12px; text-transform:uppercase; text-align:center; line-height:36px; font-weight:bold; }
.months ul li .img{ background:url(../images/attendence/star.png) no-repeat 10px 10px; padding-left:14px; } 
.months tr th .img{ background:url(../images/attendence/star.png) no-repeat 0px 0px; padding-left:14px; } 
.months_b ul li .img{ background:url(../images/attendence/star.png) no-repeat 10px 10px; padding-left:14px; } 
.months_b tr th .img{ background:url(../images/attendence/star.png) no-repeat 0px 0px; padding-left:14px; } 
.week_box{ border-top:1px solid #c5c5c5; border-bottom:1px solid #6cb7f3; margin-left:2px; }
.week_box td{ border-right:1px solid #c5c5c5; border-bottom:1px solid #c5c5c5; background:url(../images/attendence/bg_inactive.jpg) no-repeat top; width:59px; height:37px; } 
/* .sunday{ background: linear-gradient(to bottom, #f0f0f0, #b9b9b9); display:block; text-align:center; font-size:12px; line-height:36px; color:#4a4949; text-transform:uppercase; font-weight:bold; } */
/* .otherday{  background: linear-gradient(to bottom, #f0f0f0, #b9b9b9); display:block; text-align:center; font-size:12px; line-height:36px; color:#4a4949; text-transform:uppercase; font-weight:bold; } */
.holidays{ background: linear-gradient(to bottom, #f0f0f0, #b9b9b9); display:block; height:36px; }
/* .black_dates{ padding:7px 0px 7px 19px; color:#4a4949; font-size:12px; font-weight:normal; cursor:pointer; } */
/* .white_dates{ padding:10px 0 6px 17px; color:#fff; font-size:12px; font-weight:bold; cursor:pointer; } */
.flag{ background:url(../images/attendence/flag.png) no-repeat 6px 8px; }
.smiley{ background:url(../images/attendence/sorrow-face.png) no-repeat 6px 12px; }
.attend_day{ background: linear-gradient(to bottom, #75b7cd, #3d8ea9); display:block; height:36px; }
.lessworking_day{ background: linear-gradient(to bottom, #db5b50, #c42b25); display:block; height:36px; }
.absent_day{ background: linear-gradient(to bottom, #db5b50, #c42b25); display:block; height:36px; }
.time_duration_nav_bar{ background: linear-gradient(to bottom, #db5b50, #c42b25); display:block; height:55px; }
.regularize_day{ background: linear-gradient(to bottom, #59c768, #2eaa3c); display:block; height:36px; }
.leave_day{ background: linear-gradient(to bottom, #cb02cd, #a500a9); display:block; height:36px; }
.time_duration_regularize_day{ background: linear-gradient(to bottom, #59c768, #2eaa3c); display:block; height:55px; }
.half_present_1{ background-image: -webkit-linear-gradient(126deg, #bd01c0 50%, #64aac2 50%); display:block; height:36px; }
.half_present_2{ background-image: -webkit-linear-gradient(126deg, #64aac2 50%, #bd01c0 50%); display:block; height:36px; }
.half_absent_1{ background-image: -webkit-linear-gradient(126deg, #c42b25 50%, #cb02cd 50%); display:block; height:36px; }
.half_absent_2{ background-image: -webkit-linear-gradient(126deg, #cb02cd 50%, #c42b25 50%); display:block; height:36px; }
.half_leave_1{ background-image: -webkit-linear-gradient(126deg, #cb02cd 50%, #b9b9b9 50%); display:block; height:36px; }
.half_leave_2{ background-image: -webkit-linear-gradient(126deg, #b9b9b9 50%, #cb02cd 50%); display:block; height:36px; }

:focus {
  outline: none;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
/* 
    Sometimes the sub menus get too large for the page and prevent the menu from scrolling, limiting functionality
    A quick fix is to change .side-menu to 

    -> position:absolute
    
    and uncomment the code below.
    You also need to uncomment 
    
    -> <div class="absolute-wrapper"> </div> in the html file

    you also need to tweek the animation. Just uncomment the code in that section
    --------------------------------------------------------------------------------------------------------------------
    If you want to make it really neat i suggest you look into an alternative like http://areaaperta.com/nicescroll/
    This will allow the menu to say fixed on body scoll and scoll on the side bar if it get to large
*/
/*.absolute-wrapper{
    position: fixed;
    width: 300px;
    height: 100%;
    background-color: #f8f8f8;
    border-right: 1px solid #e7e7e7;
}*/

/*.side-menu {
  position: relative;
  width: 260px;
  height: 100%; 
  border-right: 1px solid #e7e7e7;
}*/
.side-menu {
	background-color: #ffffff;
    box-shadow: 0px 0px 7px -2px;
}
.side-menu .navbar {
  /*border: none;*/
}
.side-menu .navbar-header {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.side-menu .navbar-nav .active a {
  background:#344470;
  color:#fff;
  border-left:4px solid #e77721;
}
.side-menu .navbar-nav .active a:hover {
	color:#fff;
}
.side-menu .navbar-nav li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  transition: 0.1s all ease-in-out;
}
.side-menu .navbar-nav li:hover {
	background:#344470;
	transition: 0.1s all ease-in-out;
	border-left:4px solid #e77721;
}
.side-menu .navbar-nav li a:hover {
	color:#fff;
}
.side-menu .navbar-nav li a {
  padding: 15px;
}
.side-menu .navbar-nav li a .glyphicon {
  padding-right: 10px;
}
.side-menu #dropdown {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.side-menu #dropdown .caret {
  float: right;
  margin: 9px 5px 0;
}
.side-menu #dropdown .indicator {
  float: right;
}
.side-menu #dropdown > a {
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown > a:hover {
color:#000;
border-left:4px solid #e77721;
}
.side-menu #dropdown .panel-body {
  padding: 0;
  background-color: #f3f3f3;
}
.side-menu #dropdown .panel-body .navbar-nav {
  width: 100%;
}
.side-menu #dropdown .panel-body .navbar-nav li {
 
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body .navbar-nav li:last-child {
  border-bottom: none;
}
.side-menu #dropdown .panel-body .panel > a {
  margin-left: -20px;
  padding-left: 35px;
}
.side-menu #dropdown .panel-body .panel-body {
  margin-left: -15px;
}
.side-menu #dropdown .panel-body .panel-body li {
  padding-left: 30px;
}
.side-menu #dropdown .panel-body .panel-body li:last-child {
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #search-trigger {
  background-color: #f3f3f3;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 18px;
}
.side-menu .brand-name-wrapper {
  min-height: 50px;
}
.side-menu .brand-name-wrapper .navbar-brand {
  display: block;
}
.side-menu #search {
  position: relative;
  z-index: 1000;
}
.side-menu #search .panel-body {
  padding: 0;
}
.side-menu #search .panel-body .navbar-form {
  padding: 0;
  padding-right: 50px;
  width: 100%;
  margin: 0;
  position: relative;
  border-top: 1px solid #e7e7e7;
}
.side-menu #search .panel-body .navbar-form .form-group {
  width: 100%;
  position: relative;
}
.side-menu #search .panel-body .navbar-form input {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: 50px;
}
.side-menu #search .panel-body .navbar-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  background-color: #f3f3f3;
  padding: 15px 18px;
}
.navbar .slider .list-item.active {border-bottom: 3px solid #ffffff; padding-bottom: 10px;}
/* Main body section */
.side-body {
  margin-left: 310px;
}
/* small screen */
@media (max-width: 768px) {
  .side-menu {
    position: relative;
    width: 100%;
    height: 0;
    border-right: 0;
    border-bottom: 1px solid #e7e7e7;
  }
  .side-menu .brand-name-wrapper .navbar-brand {
    display: inline-block;
  }
  /* Slide in animation */
  @-moz-keyframes slidein {
    0% {
      left: -300px;
    }
    100% {
      left: 10px;
    }
  }
  @-webkit-keyframes slidein {
    0% {
      left: -300px;
    }
    100% {
      left: 10px;
    }
  }
  @keyframes slidein {
    0% {
      left: -300px;
    }
    100% {
      left: 10px;
    }
  }
  @-moz-keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -300px;
    }
  }
  @-webkit-keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -300px;
    }
  }
  @keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -300px;
    }
  }
  /* Slide side menu*/
  /* Add .absolute-wrapper.slide-in for scrollable menu -> see top comment */
  .side-menu-container > .navbar-nav.slide-in {
    -moz-animation: slidein 300ms forwards;
    -o-animation: slidein 300ms forwards;
    -webkit-animation: slidein 300ms forwards;
    animation: slidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .side-menu-container > .navbar-nav {
    /* Add position:absolute for scrollable menu -> see top comment */
    /* position: fixed; */
    left: -300px;
    width: 300px;
    top: 43px;
    height: 100%;
    border-right: 1px solid #e7e7e7;
    background-color: #f8f8f8;
    -moz-animation: slideout 300ms forwards;
    -o-animation: slideout 300ms forwards;
    -webkit-animation: slideout 300ms forwards;
    animation: slideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .side-menupk li {
	      background: #6f6f6f;
  }
  /* Uncomment for scrollable menu -> see top comment */
  /*.absolute-wrapper{
        width:285px;
        -moz-animation: slideout 300ms forwards;
        -o-animation: slideout 300ms forwards;
        -webkit-animation: slideout 300ms forwards;
        animation: slideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }*/
  @-moz-keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      left: 300px;
    }
  }
  @-webkit-keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      left: 300px;
    }
  }
  @keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      left: 300px;
    }
  }
  @-moz-keyframes bodyslideout {
    0% {
      left: 300px;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes bodyslideout {
    0% {
      left: 300px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes bodyslideout {
    0% {
      left: 300px;
    }
    100% {
      left: 0;
    }
  }
  /* Slide side body*/
  .side-body {
    margin-left: 5px;
    margin-top: 70px;
    position: relative;
    -moz-animation: bodyslideout 300ms forwards;
    -o-animation: bodyslideout 300ms forwards;
    -webkit-animation: bodyslideout 300ms forwards;
    animation: bodyslideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .body-slide-in {
    -moz-animation: bodyslidein 300ms forwards;
    -o-animation: bodyslidein 300ms forwards;
    -webkit-animation: bodyslidein 300ms forwards;
    animation: bodyslidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  /* Hamburger */
  .navbar-toggle {
    border: 0;
    float: left;
    padding: 18px;
    margin: 0;
    border-radius: 0;
    background-color: #f3f3f3;
  }
  /* Search */
  #search .panel-body .navbar-form {
    border-bottom: 0;
  }
  #search .panel-body .navbar-form .form-group {
    margin: 0;
  }
  .navbar-header {
    /* this is probably redundant */
    position: fixed;
    z-index: 3;
    background-color: #f8f8f8;
  }
  /* Dropdown tweek */
  #dropdown .panel-body .navbar-nav {
    margin: 0;
  }
}

.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
	background-color: #d6e9c6;
	border-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
	color: #3c763d;
	background-color: #fff;
	border-color: #d6e9c6;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #3c763d;   
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3c763d;
}
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
	background-color: #bce8f1;
	border-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
	color: #31708f;
	background-color: #fff;
	border-color: #bce8f1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #31708f;   
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #31708f;
}
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > .open > a,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
	background-color: #faebcc;
	border-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
	color: #8a6d3b;
	background-color: #fff;
	border-color: #faebcc;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #8a6d3b; 
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #8a6d3b;
}
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
}
.with-nav-tabs.panel-danger .nav-tabs > .open > a,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
	background-color: #ebccd1;
	border-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
	color: #a94442;
	background-color: #fff;
	border-color: #ebccd1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f2dede; /* bg color */
    border-color: #ebccd1; /* border color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #a94442; /* normal text color */  
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ebccd1; /* hover bg color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff; /* active text color */
    background-color: #a94442; /* active bg color */
}
.btn-circle-micro {
  width: auto;
  height: 19px;
  text-align: center;
  padding: 1px 5px;
  font-size: 13px;
  line-height: 0.1;
  border-radius: 30px;
  margin:2px;
  margin-top:15px;
}
.btn-circle-sm {
  width: auto;
  height: 22px;
  text-align: center;
  padding: 1px 10px;
  font-size: 13px;
  line-height: 0.1;
  border-radius: 30px; 
}
.modal-dialog{
    position: relative;
    display: table; /* This is important */ 
    overflow-y: auto;    
    overflow-x: auto; 
}
.profile-box{
	border:1px solid #ccc;
	border-radius:4px;
}
.profile-pic{
	float:left;
	padding-right:8px;
	border-right:1px solid #ccc;
	margin-right:8px;
}
.profile-pic img{
	width:60px;
	height:60px;
	border:1px solid #ccc;
	border-radius:50%;
	padding:2px;
	margin:8px;
}
.profile-content{
	float:none;
	margin-left:3px;
}
.profile-content fa{
	padding:3px 5px;
}
.profile-content a{
	display:block;
	width:100%;
	list-style:none;
	padding:4px;
	margin-left:4px;
	color: #23618b;
}
.profile-content a:hover{
	width:100%;
	color:#3e8dc1;
}
.successMsg {
	color: #4cae4c;
}
 
.calNav{ border-top:1px solid #dddddd; border-right:1px solid #dddddd; border-left:1px solid #dddddd; background:#e8e8e8 url(../images/cal_header.jpg) repeat-x top;  margin-top:10px; }
.calNav td{ font-size:12px; color:#4a4949; line-height:30px; text-align:center; }

.months th {
	width:59px;
	padding:12px;
}
.months_b th {
	width:59px;
	padding:12px;
}
.table>tbody.timesheet>tr>td,
.table>tbody.timesheet>tr>th,
.table>tfoot.timesheet>tr>td,
.table>tfoot.timesheet>tr>th,
.table>thead.timesheet>tr>td,
.table>thead.timesheet>tr>th {
    padding: 0px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.black_dates {
    padding: 11px 0px 8px 27px;
    color: #4a4949;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}
.white_dates {
    padding: 11px 0px 8px 27px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
.sunday {
    /* background: linear-gradient(to bottom, #8f8f8f, #848484); */
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 36px;
    color: #4a4949;
    text-transform: uppercase;
    font-weight: bold;
    background: #cccccc;
}
.otherday{  background: linear-gradient(to bottom, #f0f0f0, #dedede); display:block; text-align:center; font-size:12px; line-height:36px; color:#4a4949; text-transform:uppercase; font-weight:bold; }
.months{ padding:10px 0 4px 69px; margin-bottom: 2px; border:1px solid #d4d4d4; border-radius: 4px;  background:#3577a3; color:#FFFFFF;  }
.months_b{ padding:10px 0 4px 69px; margin-bottom: 2px; border:1px solid #d4d4d4; border-radius: 4px;  background:#3577a3; color:#FFFFFF;  }
.menu-profile-pic{
	padding-top: 4px;
    margin-left: 10px;
    font-size: 26px;
}
.menu-profile-pic img{
	width:30px;
	height:30px;
	border:1px solid #ccc;
	border-radius:50%;
	padding:2px;
}
tr.odd{ background: #fbfbfb;}
tr.even{ background: #f3f0f0;}
.ontime {
	color: #7b7777;
    font-size: 11px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body.defaultHeightBar{
	height: 285px;
	overflow-x: auto;
	border-radius: 0 0 0px 0px;
}
.footer-pannel.viewDeatils{
	padding-top: 0px;
}
.footer-pannel .btn.btn-viewDeatils{
	width: 100%;
	border-radius: 0 0 3px 3px;
	margin-top: -2px;
}

/*********/

.progress-bar-info {
	background-color: #2e97b5;
}
.report {
	/*padding-top: 50px;*/
	position: relative;
}
.report .tooltip.top .tooltip-inner {
	background-color:#5bc0de;
	padding: 2px 3px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 1px;
	
}
.report .tooltip.top .tooltip-arrow {
		  border-top-color: #5bc0de;
}
.report a.tooltips {
	outline: none;
	text-decoration: none;
	background: none repeat scroll 0 0 #06c;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.6) inset, -1px -1px 2px rgba(0, 0, 0, 0.6) inset;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	height: 15px;
	line-height: 15px;
	text-align: left;
	vertical-align: middle;
	width: 15px;
	position: absolute;
	right: 2px;
	top: 20px;
	z-index: 111;
	padding: 1px 2px 3px 3px;
}	
.report .progress-report {
	visibility: hidden;
	position: absolute;
	right: -5px;
	top: -7px;
	z-index:111;
	background-color: #5bc0de;
	color: #fff;
	display: table;
	text-align: right; 
	font-size: 12px;
	padding: 1px 2px;
	border-radius: 4px;
	} 	
.report a.tooltips:hover + .progress-report {
	visibility: visible;
}
.report .progress-report:before {
	bottom: -4px;
	right: 9px;
	border-top: 5px solid #ccc;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top-color: #5bc0de;
	display: inline-block;
	position: absolute;
	content: '';
}  
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  color: #fff;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 1;
}
.tooltip.top {
  padding: 3px 0;
  margin-top: 0px;color: #fff;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: 0px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/******homepage css - added 21st-sept-18*******/
.main-section .panel {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	border: none;
}
.news-events-sec .dropdown-menu>li>a {
	color: #337ab7;
}
.news-events-sec .dropdown-menu {
	min-width: auto;
}
.main-section .panel > .panel-heading {
	border-bottom: none;
	position: relative;
	box-shadow: 1px 6px 20px -8px black;
}
.event-list li { display: inline-block;}
.event-list {
	padding-left: 0px;
	padding-right: 0px;
}
.event-list li .caret{
	font-size: 21px;
}
.panel .panel-body {
	border: 1px solid transparent;
}
.panel, .panel .panel-body, .panel-default>.panel-heading+.panel-collapse>.panel-body,
.panel-default>.panel-heading+.panel-collapse>.panel-body.defaultHeightBar, .panel-footer, 
.footer-pannel .btn.btn-viewDeatils {
	border-radius: 0px 0px 10px 10px;
}
.footer-pannel { border-top: 1px solid transparent !important; background-color: #fff; border-radius: 0px 0px 10px 10px;}
div#accordion1 .panel-body {
	border-radius: 0px;
}
h4.media-heading {
	text-transform: capitalize;
}
.btn.btn-sm.btn-viewAll {
	padding: 5px 11px;
	border-radius: 20px;
	letter-spacing: 2px;
	font-size: 1em;
	background-color: rgb(113, 129, 152);
	border: 1px solid rgb(255, 255, 255);
	transition: 0.25s;
	display: table;
}
.btn-info.active, .btn-info:active, .btn-info:hover, .open>.dropdown-toggle.btn-info {
	outline: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	transform: translateY(-0.25em);
}
.row.footer-pannel {
	padding: 5px 13px;
}
.panel-default>.panel-heading {
	height: auto;
}
.panel-heading p {
	margin: 0px;
}
.panel-heading .event-list {
	margin-bottom: 0px;
}
.heading-text2 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px 0px;
	letter-spacing: 2px;
}
.small-text {
	margin-top: 0px;
}
.footer-pannel .btn.btn-viewDeatils {
   width: auto;
}
.input-group {
	border: 2px solid #3e8dc1;
	border-radius: 20px;
}
.input-group input.form-control {
	border: none;
	border-radius: 20px;
}
.input-group input.form-control:hover, .input-group input.form-control:focus {
	outline: none;
	box-shadow: none;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	border: none;
	box-shadow: none;
	border-radius: 20px;
}
.input-group-btn:last-child>.btn:hover, .input-group-btn:last-child>.btn:focus {
	background: transparent;
	outline: none;
}
.glyphicon-search {
	color: #3e8dc1;
}
.important-link {
	padding: 10px 10px 10px 0px !important;
}
.important-link [class*=' col-'] { padding: 5px}
.link-box a {
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 1.45em;
	font-size: 1.12em;
	padding: 6px 3px;
}
.link-box {
	position: relative;
	border: 2px solid #718198;
	border-radius: 5px;
	padding: 5px;
	margin: 1px 0px 0px 5px;
	height: 80px;
	width: 100%;
	background-color: #718198;
	color: #fff;
	transition: 0.25s;
}
.link-box:hover, .link-box:focus {box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	transform: translate(0.25em);
	background-color: #fff;
}
.link-box:hover a, .link-box:focus a {
	color: #3e8dc1;
}
/***.btn.btn-sm.btn-viewAll:hover, .btn.btn-sm.btn-viewAll:focus {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	transform: translateY(-0.25em);
	outline: none;
}***/
.hof-content {
	border-radius: 10px;
	padding: 0px;
	margin-top:0px;
	}
.hof-content > div{
	padding: 12px;
	}	
.hof-content .hof-name {
	font-weight: 600;
	line-height: 1.35em;
	margin-top: 0px;
	letter-spacing: 1px;
}
.hof-emp-img { border: 3px solid transparent; filter: drop-shadow(0px 3px 4px rgba(81, 81, 81,0.65));}	
.hof-title {
	border-radius: 10px 10px 0px 0px;
	border-bottom: 3px solid transparent;
	box-shadow: 0 3px 23px rgba(0, 0, 0, 0.43);
	margin: 0px;
}
.hof-content2 {
	border-radius: 10px;
	padding: 5px;
	height: 350px !important;
}
.hof-content2 .hof-name {
	font-size: 1.45em;
	line-height: 1.2em;
	text-transform: capitalize;
}
.hof-content2 .hof-emp-img {
	position: relative;
	margin-top: -55px;
	width: 100%;
	border: none;
	border-radius: 0px 0px 5px 5px;
	border-radius: 20px;
}
.hof-name2 {
	font-weight: 600;
}
.policies ul li {
	line-height: 18px;
}
.policies li a {
	display: flex;
	width: auto;
	}
.policies li a:before {
	font-family: FontAwesome;
	content: "\f061";
	position: relative;
	left: -5px;
	color: #000;
}
.more-policy {
	display: none;
}
.policy-button:hover, .policy-button:focus { outline: none}
.media { 
	padding: 5px; margin: 10px 0px;
	transition: box-shadow 0.25s ease-in-out;
}
.media:hover, .media:focus { box-shadow: 0 5px 15px rgba(0,0,0,0.25);}
.media i.fa-birthday-cake {
	color: #e57525;
	-webkit-animation: rotation 3.5s infinite linear;

}
@-webkit-keyframes rotation {
	from {
			-webkit-transform: rotateY(0deg);
	}
	to {
			-webkit-transform: rotateY(360deg);
	}
}
	
.slider {
	width: 95%;
	margin: 0px auto;
	position: relative;
	padding-left: 15px;
	margin-left: 0px !important;
}

.slick-slide {
	margin: 0px 10px;
}
.slick-list {
	z-index: 0;
}
.slick-slide img {
	width: 100%;
}
.slick-prev:before {
	position: absolute;
	left: -40px;
}
.slick-next:before {
	position: absolute;
	right: -55px;
}
.slick-prev:before,
.slick-next:before {
	color: #fff;
	font-weight: 800;
	font-size: 42px;
	visibility: visible;
	position: absolute;
	top: 0;
	z-index:1;
}
.slick-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	background-color: #e57525;
	padding: 2px 15px;
	left: -20px;
}
.slick-next:before {
	content: "\f105";
	font-family: FontAwesome;
	background-color: #e57525;
	padding: 2px 15px;
	/* right: 0px; */
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: 1;
}
.slick-prev,
.slick-next {
	visibility: hidden;
}
.slick-active {
	opacity: 1;
}

.slick-current {
	opacity: 1;
}
.slick-arrow {
	opacity: 0;
}
.slick-prev, .slick-next {
	width: 50px;
	height: 100%;
	margin-left: -14px;
}
.list-item > a { font-size: 15px; color: #fff; font-family: calibri; text-transform: uppercase; letter-spacing: 1px;}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0;
}
.slick-slide { width: auto !important}
.category-name { margin-top: 4px}
.hof-content > div {
    padding: 0px;
}
.hof-content > div > img {
    margin: 10px auto;
	width: auto;
}
.hof-description {
    padding: 0px 8px;
	min-height:auto;
	text-align:center;
}
.hof-content .hof-name {
    font-weight: 600;
    line-height: 1.35em;
    margin-top: 0px;
    letter-spacing: 1px;
    background-color: #e57525;
    color: #fff;
    height: 35px;
    margin: auto;
    text-shadow: 1px 1px 10px #515151;
    padding: 5px;
    position: relative;
}

.hof-content .hof-name > span {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
	line-height: 15px;
}
 
.hof-name2 {
    font-weight: 600;
    background-color: rgba(53, 119, 163,0.75);
    letter-spacing: 2px;
    color: #fff;
    font-size: 11px;
}


/************/
@media (max-width: 1023px) {
	.slider {
		display: none;
	}
	.mobile-navbar {display: block;}
	.slider {
		width: 100%;
		margin-left: 0px !important;
	}
}
@media (min-width: 1024px) {
	.slick-slide {
		margin: 0px 10px;
	}
	.mobile-navbar {display: none;}
	.menu-section {
		line-height: 1;
		height: 48px;
	}
}