/*shujaat write css Start*/

.VactionStatusPending{
        background-color: #188ae2;
        border-color: #188ae2;
        color: #FFFFFF;
    }
    .VactionStatusAccepted{
        background-color: #4bd396;
        border-color: #4bd396;
        color: #FFFFFF;
    }
    .VactionStatusRejected{
        background-color: #f5707a;
        border-color: #f5707a;
        color: #FFFFFF;
    }
    .PublicHoliday{
        background-color: #1fa2b2;
        border-color: #1fa2b2;
        color: #FFFFFF;
    }
    .VacationAlert {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}
#sidebar-menu ul ul a {
    padding: 10px 20px 10px 25px;
}
/*shujaat write css End*/

.TodobgCalendar{
    background-color: #026b78;
    color: #fff;
}

.table.VacationCalendarTable td, .table.VacationCalendarTable th {
    border: 1px solid #096b76;
    text-align: center;
    padding: 2px;
}

.table.VacationCalendarTable hr {
    margin: 0;
}
.table.VacationCalendarTable .weekendDay{background-color: #ccc;color:#000;}
.table.VacationCalendarTable .CurrentDateCell 
{
    border-left: 2px solid #f00;
    border-right: 2px solid #f00;
}
.table.VacationCalendarTable .NewMonthStartCell 
{
    border-left: 2px solid #096b76;
    border-right: 2px solid #096b76;
}
.table.VacationCalendarTable .PublicHolidayCell {
    background-color: yellow;
    color: #000;
}

#sidebar-menu ul a, #sidebar-menu ul ul a, #sidebar-menu ul ul ul a{padding-left: 10px !important;}
#sidebar-menu ul li a img{ display: none !important; }

.form-control {
    padding: 3px 7px;
    height: 30px;
}
.nav-tabs > li > a {
    text-transform: unset; 
}
.select2-container .select2-selection--single {
    height: 30px !important;
}
.select2-container .select2-selection--multiple {
    min-height: 30px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
     line-height: 30px !important; 
}
.form-group {
    margin-bottom: 5px; 
}
body {
    font-size: 13px;
}
.stop-watch-counter {
    text-align: center;
    font-size: 70px;  
}
.input-group-btn .btn {
    padding: 4px 12px;
}
#sidebar-menu ul li ul li.active a {
    color: #fff;
}

#sidebar-menu ul li ul li ul li{
	padding-left: 20px;
}
#sidebar-menu ul li ul li a.active{
	background-color:#001937 !important;
}
#sidebar-menu ul li ul li ul li a.active{
	background-color:transparent !important;
}
#sidebar-menu ul li ul li ul li:before{
	padding-left: 20px;
    content: "\f068";
    font-family: FontAwesome;
    color: #fff;
    font-size: 8px;
    position: absolute;
    top: 14px;
    left: 0;
    left: 0;
}
#sidebar-menu ul li ul li ul li.active:before{
	color: #cab74d;	
}
#sidebar-menu ul li ul li ul li a.active{
	color: #cab74d;	
}

.breadcrumb { 
  list-style: none; 
  overflow: hidden; 
  font: 18px Sans-Serif;
}
.breadcrumb li { 
  float: left; 
}
.breadcrumb li a {
  color: white;
  text-decoration: none; 
  padding: 10px 13px 10px 14px;
  background: #48c6d6; /* fallback color */
  position: relative; 
  display: block;
  float: left;
      font-size: 13px;
}

.breadcrumb .active { 
  float: left; 
}
.breadcrumb .active {
  color: white;
  text-decoration: none; 
  padding: 10px 13px 10px 19px;
  background: #1999a9; /* fallback color */
    font-size: 13px;
  position: relative; 
  display: block;
  float: left;
}

.breadcrumb li a::after { 
content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 11px solid #48c6d6;
    position: absolute;
    top: 84%;
    margin-top: -30px;
    left: 100%;
    z-index: 2;
}

.breadcrumb .active::after { 


  content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
     border-left: 13px solid #1999a9;
    position: absolute;
    top: 84%;
    margin-top: -30px;
    left: 100%;
    z-index: 2;
}

.expand-1, .expand-2, .expand-3, .expand-4 {
    content: url('../images/open.png');
}
.collapse.expand-1, .collapse.expand-2, .collapse.expand-3, .collapse.expand-4 {
    content: url('../images/close.png');
    display: inline-block !important;
}

.breadcrumb>li+li:before {

    display: none;
}

.ui-progressbar.beginning .ui-progressbar-value { background: red; }
.ui-progressbar.middle .ui-progressbar-value { background: yellow; }
.ui-progressbar.end .ui-progressbar-value { background: green; }

.progress-label {
    float: left;
    margin-left: 50%;
    margin-top: 5px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
  }
  
.rating {
    float:left;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: #f70;
    text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}