/*CP Singh*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');
body {
        color: #000;
        background: whitesmoke;
       font-family: 'Varela Round','Open Sans', sans-serif;
      letter-spacing: .5px;
      font-size: 13px;
 }

.control {
  //display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.m-0 {
  margin: 0 !important;
}

.m-05 {
  margin: 5px !important;
}

.m-1 {
  margin: 8px !important;
}

.m-2 {
  margin: 16px !important;
}

.m-3 {
  margin: 24px !important;
}

.m-4 {
  margin: 32px !important;
}

.m-5 {
  margin: 40px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-05 {
  margin-top: 5px !important;
}

.mt-1 {
  margin-top: 8px !important;
}

.mt-2 {
  margin-top: 16px !important;
}

.mt-3 {
  margin-top: 24px !important;
}

.mt-4 {
  margin-top: 32px !important;
}

.mt-5 {
  margin-top: 40px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-05 {
  margin-bottom: 5px !important;
}

.mb-1 {
  margin-bottom: 8px !important;
}

.mb-2 {
  margin-bottom: 16px !important;
}

.mb-3 {
  margin-bottom: 24px !important;
}

.mb-4 {
  margin-bottom: 32px !important;
}

.mb-5 {
  margin-bottom: 40px !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-05 {
  margin-left: 5px !important;
}

.ms-1 {
  margin-left: 8px !important;
}

.ms-2 {
  margin-left: 16px !important;
}

.ms-3 {
  margin-left: 24px !important;
}

.ms-4 {
  margin-left: 32px !important;
}

.ms-5 {
  margin-left: 40px !important;
}

.me-0 {
  margin-right: 0px !important;
}
.pl-03{
padding-left: 3px;
}
.me-05 {
  margin-right: 5px !important;
}

.me-1 {
  margin-right: 8px !important;
}

.me-2 {
  margin-right: 16px !important;
}

.me-3 {
  margin-right: 24px !important;
}

.me-4 {
  margin-right: 32px !important;
}

.me-5 {
  margin-right: 40px !important;
}

.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

 
.containerRadio {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.invoice_table{
  border-collapse: collapse;
  width: 100%;
 table-layout: fixed;
}
.invoice_table td{
  font-size: 12px;
} 
.invoice_table input,.invoice_table select{
 width: 100%;

 }
 .invoice_table small{
 font-size: 80%;
 }
/* Hide the browser's default radio button */
.containerRadio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

#create_invoice_frm h5{
  margin-top: 1px !important;
  margin-bottom: 3px !important;
  font-size: 12px;
}
#create_invoice_frm>.btn-group{
  float: right !important;
}
#add_mail{
  z-index: 1051;
}
.bootstrap-datetimepicker-widget{
    z-index: 1200;
}
.loader {
    margin-left: 20%;
    margin-top: -50%;
    position: fixed;
    z-index: 1060;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}
 ul.wysihtml5-toolbar li a[title="Insert image"] { display: none; }
  ul.wysihtml5-toolbar li a[title="Insert link"] { display: none; }
  ul.wysihtml5-toolbar li a[title="Unordered list"] { display: none; }
  ul.wysihtml5-toolbar li a[title="Ordered list"] { display: none; }
  ul.wysihtml5-toolbar li a[title="Outdent"] { display: none; }
  ul.wysihtml5-toolbar li a[title="Indent"] { display: none; }
  ul.wysihtml5-toolbar li [data-wysihtml5-command-value="blockquote"] { display: none; }
ul.wysihtml5-toolbar li.dropdown { display: none; }
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerRadio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerRadio input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerRadio input:checked ~ .checkmark:after {
    display: block;
}

#loading-img {
    background: url(../../images/carload.gif) center center no-repeat;
    height: 100%;
    z-index: 1055;
}
.nopadding {
   padding: 1px !important;
   margin: 0px !important;
}
.nopadding-right {
   padding-right: 1px !important;
   margin-right: 0px !important;
}
.nopadding-left {
   padding-left: 1px !important;
   margin-left: 0px !important;
}
.overlay_old {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 1055; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

/* Style the indicator (dot/circle) */
.containerRadio .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* unvisited link */

.modal {
 // overflow-y:auto;
   overflow-y:scroll;
}

/* float btn */


.zoom {
  position: fixed;
  z-index: 1000;
  bottom: 45px;
  right: 24px;
  height: 70px;
}

.zoom-fab {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #009688;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  transition: 0.2s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #FFF;
}

.zoom-fab:hover {
  background-color: #4db6ac;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.zoom-btn-large {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.zoom-btn-person { background-color: #F44336; }

.zoom-btn-person:hover { background-color: #e57373; }

.zoom-btn-doc { background-color: #ffeb3b; }

.zoom-btn-doc:hover { background-color: #fff176; }

.zoom-btn-tangram { background-color: #4CAF50; }

.zoom-btn-tangram:hover { background-color: #81c784; }

.zoom-btn-report { background-color: #2196F3; }

.zoom-btn-report:hover { background-color: #64b5f6; }

.zoom-btn-feedback { background-color: #9c27b0; }

.zoom-btn-feedback:hover { background-color: #ba68c8; }

.zoom-menu {
  position: absolute;
  right: 70px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 500px;
  list-style: none;
  text-align: right;
}

.zoom-menu li {
  display: inline-block;
  margin-right: 10px;
}

.zoom-card {
  position: absolute;
  right: 150px;
  bottom: 70px;
  transition: box-shadow 0.25s;
  padding: 24px;
  border-radius: 2px;
  background-color: #009688;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.zoom-card ul {
  -webkit-padding-start: 0;
  list-style: none;
  text-align: left;
}

.scale-transition { transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }

.scale-transition.scale-out {
  transform: scale(0);
  transition: transform 0.2s !important;
}

.scale-transition.scale-in { transform: scale(1); }



  .fstElement { font-size: 1.2em; }
            .fstToggleBtn { min-width: 3.5em; }
      .trdutyfinder .tdtime{width:30%}
            .my-xs {
    padding: 0px 2px;
    font-size: 10px;
    line-height: 1.2;
    margin-bottom: 3px;
    border-radius: 3px;
      }
.fstMultipleMode { display: block; }
.fstMultipleMode .fstControls { width: 100%; }

#insert_duties .modal-dialog{width:98%;}
      .searchable-container{margin:10px 0 0 0;border-right: 1px dashed pink}
.searchable-container label.btn-default.active{background-color:#007ba7;color:#FFF}
.searchable-container label.btn-default{width:90%;margin:5px;}
.searchable-container label .bizcontent{width:100%;}
.searchable-container .btn-group{width:90%}
.dticon{
    opacity: 0;
  margin-left: -20px;
}
.searchable-container .btn.active span.glyphicon {
    opacity: 1;
  margin-left: -10px;
}
.btn-group.bootstrap-select.form-control{
  margin-top: 0px;
}

#insert_shift .selectpicker ,#update_shift .selectpicker {
margin-top: 0px;
}

.navbar-collapse .btn-group.bootstrap-select.form-control{
  min-width: 200px;
}
h4.invoice_balance,h4.invoice_total{
  margin-top: -5px !important;
  margin-bottom:1px !important;
}
.dataTables_wrapper .dataTables_info {
    clear:none;
    margin-right:10px;
    padding-top:0;
    float: left;
}
  .loadingg{ position: fixed;
    top: 60%;
    left: 50%;
}
/*div#order_data_length{
width: 50%;
    float: left;
}*/
.dataTables_paginate,.dataTables_filter{
  float: right;
}
/* mouse over link */


.bootstrap-select > .btn-default{
  background-image:none !important;
}

.bootstrap-select > .btn-default.active, .bootstrap-select > .btn-default:active {
    background-color: #f5f4f4;
    border-color: #eae8e8;
}
.bootstrap-select > .btn-default:focus, .bootstrap-select > .btn-default:hover {
    background-color: #fff;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #f9f8f8;
    border-color: #c7c6c6;
}
.bs-searchbox, .bs-actionsbox {
 
    margin-bottom: 7px;
 }
 .trshdow{
      box-shadow:0px 2px 18px 0px rgba(0,0,0,0.5);
      background-color:#f5f5f5;
     }

     
.dropkro{
padding-right:150px;
}
.footer{
background:#0099c7;
padding:20px;
color:#fff;
}
.footer .text-muted{
color:#fff;
float:right;
}

.navbar-inner{
    /*height: 90px*/
    min-height: 60px
    }
.navbar .brand{
    padding: 0 10px;
}
.navbar .nav > li > a {
    padding: 20px 10px;
    /*padding: 35px 15px;*/
}
.navbar .btn-navbar {
    /*margin-right: 0px;*/
    margin-top:15px;
}
.brand img{
    margin-top: 5px
}
@media (max-width:768px) {
    .brand img{
        margin-bottom: 5px
    }
    .navbar .btn-navbar{
        /*margin-right: -15px;*/
    }
    .navbar .nav > li > a {
        padding: 10px 15px;
    }
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a{
    background-color: #03253a;
    background-image: #03253a;
}
/*.dropdown-menu>li>a{
    color: #fff;
}
.dropdown-menu{
    background-color: #4bb9da;
}*/
.mbtn{
margin-right:10px;
margin-bottom:10px;
}
.addbtn{margin-top:10px;} 
.wapper{
min-height:550px;
}
.pac-container{z-index:2000 !important;}
div.dt-buttons {position: relative;right: right;font: 0.9em Arial; padding-bottom: 0.25em;}
div.dt-buttons .dt-button {margin: 0.25em 0.333em 1.25em 0;} 
div.dt-button-background {position: fixed;top: 0; left: 0;width: 100%;height: 100%;background: black;opacity: .35;filter: alpha(opacity=35); z-index: 2001;} 
div.dt-button-collection {font: 0.9em Arial;position: absolute;margin-top: 3px; padding: 4px;border: 1px solid #ccc;background-color: #fff;overflow:hidden; z-index: 2002;}
 
div.dt-button-collection .dt-button {text-align: center;position: relative;display: block;margin-right: 0;width: 100px;}
 
a.dt-button.buttons-columnVisibility.ui-state-active, a.dt-button.buttons-columnVisibility {position: relative; *width: 230px; width: auto; text-align: left;}
 
a.dt-button.buttons-select-cells, a.dt-button.buttons-select-rows, a.dt-button.buttons-select-columns {position: relative; width: 175px;text-align: left;}

.panel-success {
    border-color: #ffffff;
}
.navbar-inverse{
 background-color:#2e353d !important;
 background-image: -webkit-linear-gradient(top,#2e353d 0,#2e353d 100%) !important;
 border-color: #2e353d !important;
}
.navbar-inverse .navbar-nav>li>a{
  color: #fff;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
color: #dcdcdc;

}
 .searchable-container{
        border-right: 0px;
 }

    .table-wrapper {
        background: #fff;
        padding: 20px 25px;
        margin: 30px 0;
        border-radius: 3px;
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
    }
    .table-title {        
        padding-bottom: 15px;
        background: #f3f3f3;
        color: #1a8fd5;
        padding: 16px 30px;
        margin: -20px -25px 10px;
        border-radius: 3px 3px 0 0;
    }
    .table-title h2 {
        margin: 5px 0 0;
        font-size: 24px;
    }
    .table-title .btn-group {
        float: right;
    }
    .table-title .btn {
        
        float: right;
        font-size: 13px;
        min-width: 50px;
        border-radius: 2px;
        margin-left: 10px;
    }
 
   table.table tr th, table.table tr td {
       
       border-color: #e0dfdf;
       //border-color: #f7f7f70a;
       padding: 8px 12px;
       vertical-align: middle;
    }
   
    table.table-striped tbody tr:nth-of-type(odd) {
        background-color: #f9f9f9;
    }
    table.table-striped.table-hover tbody tr:hover {
        background: #f5f5f5;
    }


    table.table td a:hover {
        color: #2196F3;
    }
    table.table td a.edit {
        color: #FFC107;
    }
    table.table td a.delete {
        color: #F44336;
    }
    table.table td i {
        font-size: 14px;
    }
    table.table .avatar {
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 10px;
    }

    .pagination {
        float: right;
        margin: 0 0 5px;
    }
    .pagination li a {
        border: none;
        font-size: 13px;
        min-width: 30px;
        min-height: 30px;
        color: #999;
        margin: 0 2px;
        line-height: 30px;
        border-radius: 2px !important;
        text-align: center;
        padding: 0 6px;
    }
    .pagination li a:hover {
        color: #666;
    }   
    .pagination li.active a, .pagination li.active a.page-link {
        background: #03A9F4;
    }
    .pagination li.active a:hover {        
        background: #0397d6;
    }
    .pagination li.disabled i {
        color: #ccc;
    }
    .pagination li i {
        font-size: 16px;
        padding-top: 6px
    }
    .hint-text {
        float: left;
        margin-top: 10px;
        font-size: 13px;
    }    




.modal .modal-footer {
        background: #ecf0f1;
        border-radius: 0 0 3px 3px;
}
.calendar {float: left;margin-bottom: 0;}
.fc-view {margin-top: 30px;}
.none-border .modal-footer {border-top: none;}
.fc-toolbar h2 {font-size: 18px;font-weight: 600;font-family: 'Lato', sans-serif;line-height: 30px;text-transform: uppercase;}
.fc-day-grid-event .fc-time {font-family: 'Lato', sans-serif;}
.fc-day {background: #fff;}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {z-index: 0;}
.fc th.fc-widget-header {background: #eeeeee;font-size: 14px;line-height: 20px;padding: 10px 4px;text-transform: uppercase;}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {border-color: #f3f3f3;}
.fc-button {background: #f1f1f1;border: none;color: #797979;text-transform: capitalize;box-shadow: none !important;border-radius: 3px !important;margin: 0 3px !important;padding: 6px 12px !important;height: auto !important;}
.fc-text-arrow {font-family: inherit;font-size: 16px;}
.fc-state-hover {background: #f3f3f3;}
.fc-state-highlight {background: #f0f0f0;}
.fc-state-down,
.fc-state-active,
.fc-state-disabled {background-color: #00c5fb !important;color: #fff !important;text-shadow: none !important;}
.fc-cell-overlay {background: #f0f0f0;}
.fc-unthemed .fc-today {background: #fff;}
.fc-event {border-radius: 2px;border: none;cursor: move;font-size: 13px;margin: 1px 7px;padding: 5px 5px;text-align: center;}
.external-event {cursor: move;margin: 10px 0;padding: 6px 10px;}
.external-event.bg-primary {background-color: rgba(127, 193, 252, 0.3) !important;color: #7fc1fc;}
.external-event.bg-success {background-color: rgba(75, 211, 150, 0.3) !important;color: #4bd396;}
.external-event.bg-info {background-color: rgba(58, 201, 214, 0.3) !important;color: #3ac9d6;}
.external-event.bg-warning {background-color: rgba(249, 200, 81, 0.3) !important;color: #f9c851;}
.external-event.bg-danger {background-color: rgba(245, 112, 122, 0.3) !important;color: #f5707a;}
.external-event.bg-pink {background-color: rgba(240, 98, 146, 0.3) !important;color: #f06292;}
.external-event.bg-purple {background-color: rgba(107, 95, 181, 0.3) !important;color: #6b5fb5;}
.external-event.bg-inverse {background-color: rgba(59, 62, 71, 0.3) !important;color: #3b3e47;}
.external-event.bg-orange {background-color: rgba(255, 152, 0, 0.3) !important;color: #ff9800;}
.external-event.bg-brown {background-color: rgba(141, 110, 99, 0.3) !important;color: #8d6e63;}
.external-event.bg-teal {background-color: rgba(38, 166, 154, 0.3) !important;color: #26a69a;}
.fc-basic-view td.fc-week-number span {padding-right: 8px;font-weight: 700;font-family: 'Lato', sans-serif;}
.fc-basic-view td.fc-day-number {padding-right: 8px;font-weight: 700;font-family: 'Lato', sans-serif;}
.schsidebar{margin-top: 30px}

.feature-box {
  
    border-radius: 3px;
    margin-bottom: 15px;
    min-height: 20px;
    padding: 19px;
    text-align: center;
}

.feature-box a,.feature-box a:link,.feature-box a:visited , {
  color: #fff;
}

.feature-icon i {
    font-size: 50px;
    color: #fff;
}
.feature-box .h4,
.feature-box .h5,
.feature-box .h6,
.feature-box h4,
.feature-box h5,
.feature-box h6 {
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 16px;
}


.market-update-block {
    padding: 15px ;
  margin-bottom:10px;
    background: #999;
  
}
.market-update-block h3 {
    color: #fff;
    font-size: 2.5em;
    font-family: 'Carrois Gothic', sans-serif;
}
.market-update-block h4 {
  font-size: 1.2em;
    color: #fff;
    margin: 0.3em 0em;
   font-family: 'Carrois Gothic', sans-serif;
}
.market-update-block p {
    color: #fff;
    font-size: 0.8em;
    line-height: 1.8em;
}
.market-update-block.clr-block-1 {
    background: #68ae00;
    margin-right: 0.8em;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  padding: 25px;
}
.market-update-block.clr-block-2 {
    background:#FC8213;
    margin-right: 0.8em;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
    padding: 25px;
}
.market-update-block.clr-block-3 {
    background:#337AB7;
  margin-right: 0.8em;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
    padding: 25px;
}
.market-update-block.clr-block-4 {
    background:#999;
  margin-right: 0.8em;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
    padding: 25px;
}

.market-update-block:hover {
    background: #3C3C3C;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.db-header { border-bottom: 1px solid #d3d3d3; margin-bottom: 20px; padding-bottom: 1px;}
.db-header-title { font-size: 18px; float: left;}
.page-header-title { font-size: 24px; float: left;}
.task-header-title { font-size: 18px; float: left;}
.db-header-extra { float: right; padding: 5px;  }

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.button {
  border-radius: 4px;
  background-color: #0b6fab;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 5px;
  min-width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  color:#fff;
  padding-right: 15px;
}

.button:hover span:after {
  color:#fff;
  opacity: 1;
  right: 0;
}
#add_duty_table>tbody {
    cursor: move; 
    cursor: all-scroll;
    cursor: -moz-all-scroll;
    cursor: -webkit-all-scroll;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



.panel-default>.panel-heading a:before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-heading .accordion-toggle:before {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\25BC";    /* adjust as needed, taken from bootstrap.css */
    float: left;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}


.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:before {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:before {
  content: "\25BC";
  /*-webkit-transform: rotate(90deg);
  transform: rotate(90deg);*/
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}




/*---*/

* {
  box-sizing: border-box;
}
.fullmodal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.fullmodal .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.fullmodal .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0px solid #2e353d;
  border-radius: 0;
  box-shadow: none;
}
.fullmodal .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  background: #2e353d;
  border: 0;
}
.fullmodal .modal-title {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
}
.fullmodal .modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
}
.fullmodal .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #ecf0f1;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background: #f1f3f5;
  border-left: 1px solid #d3d9e0;
}
::-webkit-scrollbar-thumb {
  background: #b5c0cb;
}

.closebtn{
      display: inline-block;
      margin-top: -2px;
      vertical-align: middle;
      color: red;
      
      border-radius: 50%;
      padding: 8px;
      font-size: 11px;
}

.savebtn{
      display: inline-block;
      margin-top: -2px;
      vertical-align: middle;
      color: green;
      border: 1px solid green;
      border-radius: 50%;
      padding: 8px;
      font-size: 11px;
}

.ui-menu{
max-height:300px;
overflow-y:scroll;
overflow-x:hidden;
}

.ui-menu .ui-menu-item a {
  font-size: 12px;
}

.ui-menu .ui-menu-item a {
  font-size: 12px;
}
.ui-autocomplete {
  position: absolute;
  top: 60px;
  left: 15px;
  z-index: 1510 !important;
  float: left;
  display: none;
  min-width: 140px;
  //width: 150px !important;
  padding: 8px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.input-group-addon {
    padding: 3px 6px;
    cursor: pointer;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}
.ui-state-hover, .ui-state-active {
      color: #ffffff;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
}

input.tgl-radio-tab-child {
  position: absolute;
  left: -99999em;
  top: -99999em;
  opacity: 1;
  z-index: 1;
}
.pointer{cursor: pointer;}
input.tgl-radio-tab-child+label {
  cursor: pointer;
  float: left;
  border: 1px solid #aaa;
  margin-right: -1px;
  padding: .5em 1em;
  position: relative;
}

input.tgl-radio-tab-child+label:hover {
  background-color: #e2744f;
}

[type=radio]:checked+label {
  background-color: #c30;
  color: #fff;
  z-index: 1;
}
.no-border {
    border: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}
.cautocomplete-label {
    display: block;
    font-weight: bold;
    margin-bottom: 1em;
  }
.cautocomplete-icon {
    float: left;
    height: 32px;
    width: 32px;
  }
.cautocomplete-description {
    margin: 0;
    padding: 0;
  }

 /* menu */
 
 .mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
} 

#update_shift .btn-link{
  font-size: 13px;
}
#update_shift .btn-link:hover{
  text-decoration: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d8d8d8;
     border-radius: 0px;
  -webkit-transition:none; 
    -o-transition:none;
     transition:none; 
   -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(102,175,233,.6);
}

.myButton {
  -moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
  -webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
  box-shadow:inset 0px 1px 3px 0px #91b8b3;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #758581), color-stop(1, #064646));
  background:-moz-linear-gradient(top, #758581 5%, #064646 100%);
  background:-webkit-linear-gradient(top, #758581 5%, #064646 100%);
  background:-o-linear-gradient(top, #758581 5%, #064646 100%);
  background:-ms-linear-gradient(top, #758581 5%, #064646 100%);
  background:linear-gradient(to bottom, #758581 5%, #064646 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#758581', endColorstr='#064646',GradientType=0);
  background-color:#758581;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  border:1px solid #566963;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:13px;
  font-weight:bold;
  padding:10px;
  text-decoration:none;
  text-shadow:0px -1px 0px #2b665e;
}
.myButton:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #064646), color-stop(1, #758581));
  background:-moz-linear-gradient(top, #064646 5%, #758581 100%);
  background:-webkit-linear-gradient(top, #064646 5%, #758581 100%);
  background:-o-linear-gradient(top, #064646 5%, #758581 100%);
  background:-ms-linear-gradient(top, #064646 5%, #758581 100%);
  background:linear-gradient(to bottom, #064646 5%, #758581 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#064646', endColorstr='#758581',GradientType=0);
  background-color:#064646;
}
.myButton:active {
  position:relative;
  top:1px;
}

a.myButton:hover {
  color: #fff;
  text-decoration: none;
}


.shadow1{
  -webkit-box-shadow: 0 4px 5px 0 rgb(0 0 0 / 10%), 0 3px 7px 0 rgb(0 0 0 / 19%);
  -moz-box-shadow: 0 4px 5px 0 rgb(0 0 0 / 10%), 0 3px 7px 0 rgb(0 0 0 / 19%);
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 10%), 0 3px 7px 0 rgb(0 0 0 / 19%);
    padding: 5px;
}


.shadow2
{
  position: relative;
}
.shadow2:before, .shadow2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shadow2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/* btn */
/* button 1*/

  .item-filters {
    position: fixed;
    z-index: 1000;
    top: 50px;
    right: 0;
    overflow: auto;
    max-height: 100%;
    bottom: 60px;
    transition:0.5s;
  }
  
  .item-filters.closeitem{
    right: -80%;
  }

 .btn-danger{
  color: #d9534f;
  background-color: transparent;
 }
.btn-primary {
    color: #337ab7;
    background-color: transparent;
}
.btn-primary:hover{
  background: #337ab7;
  color:#fff;
}
.btn-danger:hover{
  background: #d9534f;
  color:#fff;
}
.bdr50{
  border-radius: 50%;
}
.btn-primary.focus, .btn-primary:focus{
    color: #337ab7;
    outline: none !important;
    background-color: transparent;
    border:none ! important;
}

.weekinput .btn-primary {
    color: #5d5e5f;
    background-color: #f1f3f4;
    border:none !important;
}
.weekinput .btn-group {
    margin-top: 5px;
}

label.btn.btn-primary.bdr50.active{
   background: #1a73eb;
   color: #fff;
}
.btn-success {
    color: #5cb85c;
    background-color: transparent;
}
.btn-success:hover{
  background: #5cb85c;
  color:#fff;
}

 @import url(http://fonts.googleapis.com/css?family=Lato:400,700);
body
{
    font-family: 'Lato', 'sans-serif';
    }
.profile 
{
    min-height: 355px;
    display: inline-block;
    border: 1px solid #f7f7;
    }

.divider 
{
    border-top:1px solid rgba(0,0,0,0.1);
    }
.emphasis 
{
    border-top: 4px solid transparent;
    }
.emphasis:hover 
{
    border-top: 4px solid #1abc9c;
    }
.emphasis h2
{
    margin-bottom:0;
    }
  .modal.left .modal-dialog,
  .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 420px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }

  .modal.left .modal-content,
  .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
  }
  
  .modal.left .modal-body,
  .modal.right .modal-body {
    padding: 15px 15px 80px;
  }
.delete-choice{height: 33px}
        
/*Right*/
  .modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
  }
  
  .modal.right.fade.in .modal-dialog {
    right: 0;
  }

/* ----- MODAL STYLE ----- */
  .modal-content {
    border-radius: 0;
    border: none;
  }

  .modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
  }


.load-10 .bar {animation: loadingJ 2s cubic-bezier(.17,.37,.43,.67) infinite;}
.bar {
    float: left;
    width: 50px;
    height: 6px;
    border-radius: 2px;
    background-color: #4b9cdb;
}
@keyframes loadingJ {
  0%,100% {transform: translate(0,0);}
  
  50% {
      transform: translate(50px,0);
      background-color: #79b5e4;
      width: 75px;
  }
}
    .navbar-nav .dropdown-menu {
        right: 0;
        left: auto;
    }


    .form-control{
      border: 1px solid #f2f2f2;
      color: #666666;
    }
    label{
  color: #4d4d4d;
  margin-bottom: 0;
}
h1, h2, h3{
    color: #4d4d4d;
    padding-left: 20px;
}
a{
  color: #282828;
  font-weight: bolder;
}

  body{
    font-family: Avenir,Helvetica,Arial,sans-serif;
    color: #4d4d4d;
  }

      .dtp-buttons >.btn {

    border: none;

    border-radius: 2px;

    position: relative;

    padding: 8px 30px;

    margin: 10px 1px;

    font-size: 14px;

    font-weight: 500;

    text-transform: uppercase;

    letter-spacing: 0;

    will-change: box-shadow,transform;

    -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);

    -o-transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);

    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);

    outline: 0;

    cursor: pointer;

    text-decoration: none;

    background: 0 0;

}

.dropdown-submenu {

  position: relative;

}



.dropdown-submenu .dropdown-menu {

  top: 0;

  //left: 100%;

  right: 190px;

  margin-top: -1px;

}



body,label,.fc th.fc-widget-header,.fc-day-grid-event .fc-time {

    font-weight: lighter !important;

}

.fc-toolbar h2{

  font-weight: 400 !important;

}

.fc-title {

    font-size: 10px;

    font-weight: lighter;

}



.overlay {

  height: 0%;

  width: 100%;

  position: fixed;

  z-index: 9999;

  padding: 10px;

  top: -30px;

  left: 0;

  background-color: rgb(0,0,0);

  background-color: rgba(0,0,0);

  overflow-y: hidden;

  transition: 0.1s;

}



.overlay-content {

  position: relative;

 

  width: 15%;

  text-align: center;


  float: left;

}



.overlay a {

  padding: 5px;

  text-decoration: none;

  font-size: 16px;

  color: #818181;

  display: block;

  transition: 0.3s;

  text-align: left;

}



.overlay a:hover, .overlay a:focus {

  color: #f1f1f1;

}


pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  text-align: justify;
}
.overlay .closebtn {

  position: absolute;

  top: 20px;

  right: 45px;

  font-size: 60px;

}


@media screen and (max-height: 450px) {

  .overlay {overflow-y: auto;}

  .overlay a {font-size: 20px}

  .overlay .closebtn {

  font-size: 40px;

  top: 15px;

  right: 35px;

  }

}

.nav-side-menu li a i{color: #fff}

   body,html{
    margin: 0;
    padding: 0;
  }