/*------------------------------------------------------------------

[Layout Stylesheet]

    Project:        Mahdia Adminize
    Version:        1.0
    Last change:    11/08/2012
    Assigned to:    Chandra Noor


[Table of contents]
    x. Load Font
    xx.Dashboard
    1. Global
    2. Navbar [.navbar]
    3. Main Nav [#main-nav]
    4. Content [#content]
    5. Footer [#footer]
    6. Widget [.widget]
    7. Account [.account]
    8. News [.News]
    9. Miscellaneous
    10.FAQ [.faq]
    11.Pricing Plans [.pricing]
    12.Login
    13.SubNavbar [.subnavbar]
    14.Responsive Navbar [.selector]
    15.Tags [.tags]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------

[x. Load The Font]

*/



/*------------------------------------------------------------------

[xx.Dashboard Part]

*/

/*------------------------------------------------------------------
[1. Stats / .stat-container]
*/

.stat-container {
    display: table;

    margin-bottom: 1.5em;

    width: 100%;
}

.stat-holder {
    display: table-cell;

    width: 25%;
}

.stat span {
    display: block;
    margin-bottom: .4em;
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    color: #4A515B;
}

.stat {
    height: 50px;
    padding: 15px;
    margin-right: 1em;

    font-size: 12px;
    font-style: italic;
    text-align: center;
    color: #888;

    background: #FFF;

    border: 1px solid #CCC;

    border-radius: 5px;

    text-shadow: 1px 1px 2px rgba(255,255,255,.5);
}
.stat:hover{
background: #fbfafb;
}


.stat-container .stat-holder:last-child .stat {
    margin: 0;
}


@media (max-width: 767px) {

    .stat-container {
        float: left;
        display: block;

        margin-bottom: 1em;
    }

    .stat-holder {
        float: left;
        display: block;

        width: 50%;
        margin-bottom: 1em;
    }

    .stat {
        margin: 0 1em;
    }

    .stat-container .stat-holder:last-child .stat {
        margin: 0 1em;
    }

}

/*------------------------------------------------------------------
[1. Global]
*/

body {
    font: 12px/1.7em 'Open Sans', arial, sans-serif;
    overflow:Scroll;
}

p {
    font: 13px/1.7em 'Open Sans', arial, sans-serif;
}

h1 {
    margin-bottom: .25em;
}

h2 {
    margin-bottom: .5em;

    color: #4A515B;
}

h3 {
    margin-bottom: .75em;

    font-weight: 600;
    color: #49AFCD;
}

h4, h5, h6 {
    margin-bottom: 1.25em;

    color: #666;
}

hr {
    border-top-color: #DDD;
}

input {
    font: 13px/1.7em 'Open Sans', arial, sans-serif;
}


/*------------------------------------------------------------------
[2. Navbar / .navbar]
*/

.page-top-alert {
    font-size: 13px;
    line-height: 40px;
    background: rgb(230, 245, 249);
    color: rgb(78, 120, 132);
    margin: 0;
    text-align: center;
}

.page-top-alert-old-browser {
    padding: 10px 0;
    line-height: inherit;
}

.navbar .divider-vertical{
  width: 1px;
  height: 40px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #3a3f44;
  border-right: 1px solid #52575c;
}

.navbar .brand {
    position: relative;
    top: 2px;
    color:#fff;
    font-size: 18px;
    font-weight: 600;
    text-shadow: none;
}
.navbar .brand img{
margin-right:10px;
}

.navbar .nav>li>a {
    color: #c2c6ca;
}

.navbar .nav>li>a:hover {
    color: white;
}

.navbar .nav>li>a .caret {
    border-top-color: inherit !important;
}

.navbar-inner{
background-color:#3a3f44;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#52575c), color-stop(70%, #3a3f44), to(#3a3f44));background-image:-webkit-linear-gradient(#52575c, #3a3f44 70%, #3a3f44);background-image:-moz-linear-gradient(top, #52575c, #3a3f44 70%, #3a3f44);background-image:-o-linear-gradient(#52575c, #3a3f44 70%, #3a3f44);background-image:linear-gradient(#52575c, #3a3f44 70%, #3a3f44);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff52575c', endColorstr='#ff3a3f44', GradientType=0);
}

@media (max-width: 979px) {

    .nav-collapse {
        float: right;
        clear: none;
        overflow: visible;
        height: auto;
    }
    .nav-collapse .nav.pull-right {
        float: right !important;
    }

    .nav-collapse .nav.pull-right li a.dropdown-toggle {
        color: white !important;
        background: transparent !important;
    }

    .nav-collapse .nav.pull-right li a {
        color: #353535;
        text-align: left;
        display: block;
    }

    .nav-collapse .nav.pull-right li a:hover {
        color: black;
    }

    .nav-collapse .nav.pull-right .dropdown.open {
        position: absolute;
        right: 0px;
        background: white;
        z-index: 1050;
        border-radius: 2px;
        border: 1px solid #d1d1d1;
        box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    }

    .nav-collapse .nav.pull-right .dropdown.open a.dropdown-toggle  {
        background: #454545 !important;
    }

    .nav-collapse .nav.pull-right .dropdown.open .dropdown-menu {
        margin: 10px;
    }

    .navbar .btn-navbar {
        display: block;
        height: 40px;
        padding: 10px;
        box-sizing: border-box;
    }
}

.nav-client-switch{
    border-radius: 3px;
    height: 24px;
    margin-left: 10px;
    margin-top: 4px;
    float: right;
    background: #52575c;
    border: 1px solid #42474c;
    padding: 5px 40px 5px 10px;
    position: relative;
}
.nav-client-switch:hover {
    cursor: pointer;
    background: #62676c;
}
.client-switch-current{
    color: #c2c6ca;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
}
.client-switch-icon {
    position: absolute;
    right: 10px;
    top: 7px;
    height: 15px;
}
.client-switch-icon img {
    height: 13px;
}

.client-switch-clients {
    display: none;
    box-sizing: border-box;
    border-radius: 3px;
    background: white;
    border: 1px solid #e0e0e0;
    list-style: none;
    position: absolute;
    top: 40px;
    right: 0;
    min-width: 100%;
    width: auto;
    max-height: 200px;
    overflow-y: scroll;
    z-index: 2000;
}
.client-switch-clients:hover {
    cursor: default;
}
.client-switch-clients .dropdown-header {
    color: black;
    line-height: 10px;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding: 10px 10px 5px 10px;
    text-transform: uppercase;
}
.client-switch-clients .client-switch-client {
    border-bottom: 1px solid #e0e0e0;
    display: block;
}
.client-switch-clients .client-switch-client a {
    display: inline-block;
    padding: 7px 10px;
    color: #42474c;
    width: 100%;
    box-sizing: border-box;
}
.client-switch-clients .client-switch-client a:hover {
    background: #f8f8f8;
    color: #42474c;
    cursor: pointer;
    text-decoration: none;
}

.dropdown .dropdown-toggle {
    height: 24px !important;
    line-height: 24px !important;
}

.dropdown.open .dropdown-toggle {
    background-color: #52575c !important;
    border-left: 1px solid #42474c;
    border-right: 1px solid #42474c;
    color: #c2c6ca !important;
}

.dropdown .dropdown-toggle .caret {
    margin-left: 5px !important;
    margin-top: 10px !important;
}

.dropdown-menu {
    z-index: 2000;
}

.dropdown-menu .dropdown-hours {
    padding: 10px 20px;
}

.dropdown-menu .dropdown-hours .hours-label {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.dropdown-menu .dropdown-hours .hour-balance {
    float: left;
    width: 33%;
    padding: 0;
}

.dropdown-hours .hour-balance .balance-amount {
    font-weight: bold;
    line-height: 12px;
    margin-bottom: 0;
}

.navbar-fixed-top{
    position:static;
}

.navbar-search .search-query{
    border-radius:20px;
    background-color:#3C4049;
    color: white;
    font-size:11px;
    border-color: #666;
}

#calendar-navigation {
    box-sizing: border-box;
    display: block;
    float: left;
    margin: -10px auto 10px auto;
    width: 100%;
    padding-top: 10px;
    border-bottom: 1px solid #dadada;
}

.page-headerbox-editcal {
    clear: both;
    background: white;
    padding: 15px 10px;
    border: 1px solid #ececec;
    border-radius: 3px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.calendar-navigation-wrap {
    width: auto;
}

.calendar-navigation-left {
    float: left;
    text-align: left;
    width: 70%;
    margin-top: 5px;
}

.calendar-navigation-full {
    float: left;
    text-align: left;
}

.calendar-navigation-center h2 {
    line-height: 30px;
    height: 30px;
    font-size: 20px;
    vertical-align: middle;
    margin: 3px 0 0;
    padding: 0;
}

.calendar-navigation-right{
    float: left;
    text-align: right;
    width: 30%;
    margin-top: 5px;
}

.calendar-navigation-wrap.no-border {
    border-right: 0px;
}

.calendar-navigation-wrap .button-nav {
    margin-left: 0;
    vertical-align: top;
    margin-bottom: 10px;
}

.calendar-navigation-wrap .calendar-switch-label {
    border-radius: 3px;
    line-height: 28px;
    height: 28px;
    border: 1px solid #d5d5d5;
    border-right: 0;
    background: #eaeaea;
    color: #454545;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding: 0 20px 0 10px;
    display: inline-block;
    margin-top: 0;
    vertical-align: top;
}

.calendar-navigation-wrap .calendar-switch {
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    border-radius: 0 3px 3px 0;
    padding: 0 20px 0 10px;
    line-height: 29px;
    height: 30px;
    width: auto;
    margin-bottom: 10px;
    margin-left: -15px;
}

.dropdown-menu .form-field {
    display: block;
    padding: 10px;
    width:100%;
    border-bottom: 1px solid #ececec;
    box-sizing: border-box;
}

.dropdown-menu .form-field .field-label {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 5px;
    line-height: 1;
    letter-spacing: -0.1px;
}

.dropdown-menu .form-field select {
    margin-bottom: 0;
}


.dropdown-menu .dropdown-menu-calendar-periods {
    list-style: none;
    margin: 0;
}

.dropdown-menu .dropdown-menu-calendar-periods .calendar-period {
    padding: 10px 10px;
    font-size: 12px;
    line-height: 1;
    display: block;
    color: #575757;
}

.dropdown-menu .dropdown-menu-calendar-periods .calendar-period:hover {
    color: #242424;
    background: #f5f5f5;
    text-decoration: none;
}

.month-navigation.button-nav .scrollable-menu,
.calendar-navigation-wrap .button-nav .scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.month-navigation.button-nav {
    vertical-align: top;
    margin-left: 10px;
    float: right;
}

.month-navigation.button-nav .btn,
.calendar-navigation-wrap .button-nav .btn {
    text-shadow: 1px 1px 0 white;
    color: #454545;
    font-weight: bold;
}

#calendar-navigation .grid-view-buttons {
    margin: 0 0 0 10px;
    display: inline-block;
}

#calendar-navigation .grid-show-availabilities-container {
    float: left;
    margin-bottom: 10px;
    display: inline-block;
}

#permanent-shift-button {
    float: left;
}

.calendar-locations {
    margin-top: 5px;
}

.calendar-locations label{
    display: inline-block;
    margin-left: 5px;
}

.nav-schedule-switch {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    height: 30px;
    margin: 0 10px 0 0;
    float: left;
/*
    background: #fcfcfc;
    border: 1px solid #ccc;
    padding: 0 40px 0 10px;
    position: relative;
    margin-bottom: 10px;
}
.nav-schedule-switch:hover {
    cursor: pointer;
    background: white;
}

.nav-schedule-switch .client-switch-current {
    color: #454545;
    font-weight: normal;
    line-height: 30px;
    font-size: 12px;
    font-weight: 500;
    */
    background: white;
    border: 1px solid #D5D5D5;
    padding: 0 40px 0 10px;
    position: relative;
    min-width: 175px;
    width: auto;
}
.nav-schedule-switch:hover {
    cursor: pointer;
    background: #FAFAFA;
    border-color: #A0A0A0;
}

.nav-schedule-switch .client-switch-current {
    line-height: 30px;
    color: #353535;
}

.nav-schedule-switch .client-switch-icon {
    top: 4px;
}

.client-switch-clients.schedules {
    border-color: #A0A0A0;
    box-shadow: 0px 0px 4px #BBBBBB;
    -webkit-box-shadow: 0px 0px 5px #BBBBBB;
    -moz-box-shadow: 0px 0px 5px #BBBBBB;
    display: none;
    left: 0;
    right: auto;
    margin: -10px 0 0 -1px;
    min-width: 175px;
    width: 100%;
}

.calendar-edit-page-header {
    font-size: 15px;
    line-height: 30px;
    margin: 0;
    float: left;
    color: #353535;
}

/*------------------------------------------------------------------
[3. Sidebar Nav / #main-nav]
*/

#main-nav.nav-tabs.nav-stacked > li {
    margin-bottom: 4px;
}

#main-nav.nav-tabs.nav-stacked > li > a {
    padding: 10px 8px;

    font-size: 12px;
    font-weight: 600;
    color: #4A515B;

    background: #E9E9E9;
    background:-moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
    background:-ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
    background:linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";


    border: 1px solid #D5D5D5;

    border-radius: 4px;
}

#main-nav.nav-tabs.nav-stacked > li.active > a,
#main-nav.nav-tabs.nav-stacked > li > a:hover {
    color: #FFF;


    background: #3C4049;
    background:-moz-linear-gradient(top, #4A515B 0%, #3C4049 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#4A515B), color-stop(100%,#3C4049)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, #4A515B 0%,#3C4049 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, #4A515B 0%,#3C4049 100%); /* Opera11.10+ */
    background:-ms-linear-gradient(top, #4A515B 0%,#3C4049 100%); /* IE10+ */
    background:linear-gradient(top, #4A515B 0%,#3C4049 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A515B', endColorstr='#3C4049');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A515B', endColorstr='#3C4049')";

    border-color: #2B2E33;
}

#main-nav.nav-tabs.nav-stacked > li.active > a{
pointer-events:none;
}

#main-nav.nav-tabs.nav-stacked > li:first-child > a,
#main-nav.nav-tabs.nav-stacked > li:last-child > a {
    border-radius: 5px;
}

#main-nav.nav-tabs.nav-stacked li [class^="icon-"],
#main-nav.nav-tabs.nav-stacked li [class*=" icon-"] {
    position: relative;
    top: 1px;

    margin-right: .35em;

    font-size: 15px;
}

#main-nav.nav-tabs.nav-stacked li .label {
    position: relative;
    top: 2px;
}


/*------------------------------------------------------------------
[4. Content / #content]
*/

#content {
    padding-top: 0px;
}


/*------------------------------------------------------------------
[5. Footer / #footer]
*/

#footer {
    margin-bottom: 1em;
}



/*------------------------------------------------------------------
[6. Widget / .widget]
*/

.widget {

    position: relative;
    clear: both;

    width: auto;

    margin-bottom: 2em;
}

.widget-header {

    position: relative;

    line-height: 40px;

    background: #E9E9E9;
    background:-moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
    background:-ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
    background:linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";


    border: 1px solid #D5D5D5;

    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

    -webkit-background-clip: padding-box;
}

    .widget-header h3 {

        position: relative;
        top: 2px;
        left: 10px;

        display: inline-block;
        margin-right: 3em;

        font-size: 14px;
        font-weight: 800;
        color: #555;
        line-height: 18px;

        text-shadow: 1px 1px 2px rgba(255,255,255,.5);
    }

        .widget-header [class^="icon-"], .widget-header [class*=" icon-"]
        {

            display: inline-block;
            margin-left: 13px;
            margin-right: -2px;

            font-size: 16px;
            color: #555;
            vertical-align: middle;



        }




.widget-content {
    padding: 20px 15px 15px;

    background: #FFF;


    border: 1px solid #D5D5D5;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.widget-header+.widget-content {
    border-top: none;

    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.widget-nopad .widget-content {
    padding: 0;
}

/* Widget Content Clearfix */
.widget-content:before,
.widget-content:after {
    content:"";
    display:table;
}

.widget-content:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content {
    zoom:1;
}

/* Widget Table */

.widget-table .widget-content {
    padding: 0;
}

.widget-table .table {
    margin-bottom: 0;

    border: none;
}

.widget-table .table tr td:first-child {
    border-left: none;
}

.widget-table .table tr th:first-child {
    border-left: none;
}

.widget-table .table th{
font-size:10px;
text-transform:uppercase;
background-image: -o-linear-gradient(top, #FFF, #eaeaea);
background:-moz-linear-gradient(center top , rgb(248, 248, 248) 0%, rgb(227, 227, 227) 100%) repeat scroll 0% 0% transparent;
background-image:-webkit-gradient(linear, 0 0, 0 100%, from(white), to(#EAEAEA));
background-image:-o-linear-gradient(center top , rgb(248, 248, 248) 0%, rgb(227, 227, 227) 100%) repeat scroll 0% 0% transparent;
background:linear-gradient(center top , rgb(248, 248, 248) 0%, rgb(227, 227, 227) 100%) repeat scroll 0% 0% transparent;
}

.sortable th:hover{
cursor:pointer;
background-image: -o-linear-gradient(top, #FFF, #f1f1f1);
background:-moz-linear-gradient(center top , rgb(255, 255, 255) 0%, rgb(241, 241, 241) 100%) repeat scroll 0% 0% transparent;
background-image:-webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f1f1f1));
background-image:-o-linear-gradient(center top , rgb(255, 255, 255) 0%, rgb(241, 241, 241) 100%) repeat scroll 0% 0% transparent;
background:linear-gradient(center top , rgb(255, 255, 255) 0%, rgb(241, 241, 241) 100%) repeat scroll 0% 0% transparent;
}

/*------------------------------------------------------------------
[7. Account / .account-container]
*/

.account-container {
    display: table;
}

.account-avatar,
.account-details {
    display: table-cell;
    vertical-align: top;
}

.account-avatar {
    padding-right: 10px;
    width:68px;
}

.account-avatar .image-wrap {
    -moz-background-size:60px 60px;
    -webkit-background-size:70px 70px;
    -background-size:70px 70px;

}

.thumbnail-circle{
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    -moz-box-shadow: 0 0 8px #3e3e3e;
    box-shadow:  0 0 8px #3e3e3e;
    -webkit-box-shadow: 0 0 8px #3e3e3e;
}

.account-avatar img {
    width: 60px;
    height: 60px;
}

.account-details {
}

.account-details span {
    display: block;
}

.account-details .account-name {
    font-size: 15px;
    font-weight: 600;
}

.account-details .account-role {
    color: #888;
}

.account-details .account-actions {
    color: #BBB;
}

.account-details a {
    font-size: 11px;
}

/*------------------------------------------------------------------
[8. News]
*/

.news-items {
    margin: 1em 0 0;
}

.news-items li {
    display: table;
    padding: 0 2em 0 1.5em;
    padding-bottom: 1em;
    margin-bottom: 1em;

    border-bottom: 1px dotted #CCC;
}

.news-items li:last-child { padding-bottom: 0; border: none; }

.news-item-date {
    display: table-cell;
}

.news-item-detail {
    display: table-cell;
}

.news-item-title,.news-item-month {
    font-weight: 600;
}

.news-item-date {
    width: 75px;
    vertical-align: middle;
    text-align: right;
}

.news-item-day {
    display: block;
    margin-bottom: .25em;
    font-weight:bold;
    font-size: 24px;
    color: #888;
}

.news-item-preview {
    margin-bottom: 0;
}

.news-item-month {
    display: block;
    padding-right: 1px;
    color: #888;
}
/*------------------------------------------------------------------
[9. Miscellaneous]
*/
.fixed{
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.btn-space{
margin:10px;
}

.chart-holder {
    position: relative;

    display: block;

    width: 100%;
    height: 325px;
}

.profile_pic{
    text-align:center;
}

.page-title {
    padding: 5px 10px;
    margin-bottom: 1.25em;

    font-weight: 600;
    color: #FFF;

    background: #3C4049;
    background:-moz-linear-gradient(top, #4A515B 0%, #3C4049 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#4A515B), color-stop(100%,#3C4049)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, #4A515B 0%,#3C4049 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, #4A515B 0%,#3C4049 100%); /* Opera11.10+ */
    background:-ms-linear-gradient(top, #4A515B 0%,#3C4049 100%); /* IE10+ */
    background:linear-gradient(top, #4A515B 0%,#3C4049 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A515B', endColorstr='#3C4049');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A515B', endColorstr='#3C4049')";

    border-radius: 4px;

    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

    .page-title i {
        margin-right: .4em;
        vertical-align:baseline;
    }



.table .action-td {
    width: 80px;

    text-align: center;
}

#filter{
margin-top:20px;
margin-bottom:20px;
}

.time-bank-usage-report-statement-container .nav-tabs {
    border-bottom: 0;
}

.time-bank-usage-report-statement-container .nav-tabs li a {
    margin-right: 15px;
    margin-bottom: 15px;
    background: #e5e5e5;
    border: 1px solid #c5c5c5;
    border-radius: 3px 3px 3px 3px;
    color: #757575;
}

.time-bank-usage-report-statement-container .nav-tabs li.active a:hover {
    cursor: pointer;
}

.time-bank-usage-report-statement-container .nav-tabs li.active a:hover {
    border-bottom-color: #ddd;
}

.time-bank-usage-report-statement-container .nav-tabs li.active a {
    font-weight: bold;
    background: white;
    border-color: #ddd;
}

.time-bank-usage-report-statement-container table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.time-bank-usage-report-statement-container table tbody td .event-note {
    font-size: 11px;
    color: #909090;
    display: block;
    padding-top: 5px;
}

/* Live Assignments Published View */

.page-blank .page-blank-header {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #dadada;
}

.page-blank .page-blank-header .day-label {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    line-height: 30px;
    margin: 0;
    padding: 0 10px 0 0;
    vertical-align: middle;
}

.page-blank .page-blank-header .close-blank-page {
    color: #747474;
    float: right;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
}

.page-blank .page-blank-header .close-blank-page span {
    font-size: 20px;
    vertical-align: bottom;
    line-height: 30px;
    margin-right: 4px;
    padding-left: 20px;
    border-left: 1px solid #dadada;
}

.page-blank .page-blank-header .close-blank-page:hover,
.page-blank .page-blank-header .close-blank-page:focus {
    text-decoration: none;
    color: #242424;
}

.page-blank .page-blank-header .btn-unpublish,
.page-blank .page-blank-header .btn-assignment-pdf {
    float: right;
    margin-right: 20px;
}

.page-blank .page-blank-title {
    margin-top: 20px;
    text-align: left;
    line-height: 1;
}

.page-blank .page-blank-subtitle {
    margin-top: 10px;
    text-align: left;
    line-height: 1;
}

.page-blank .published-assignments-table {
    border: 1px solid #dadada;
    border-right: 0;
}

.page-blank .published-assignments-table th,
.page-blank .published-assignments-table td {
    border-right: 1px solid #dadada;
}

.page-blank .published-assignments-table thead {
    background: #eeeeee;
}

.page-blank .published-assignments-table tbody tr:nth-child(even){
    background: #fafafa;
}


/*------------------------------------------------------------------
[10. FAQ]
*/

.faq input{
height:35px;
width:98%;
}

.faq-number{
width: 32px;
    height: 32px;

    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 32px;
    color: #FFF;

    background: #49AFCD;

    border: 3px solid #FFF;

    box-shadow: -1px 1px 3px rgba(0,0,0,.4);

    border-radius: 100px;

    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
}
.faqlist{
display:table;
margin-left:0px;
}
.faqlist li{
display:table;
margin-bottom:25px;
}
.faqlist .faqicon{
display: table-cell;
padding-right: 1.25em;
vertical-align: top;
}

.faqlist h4{
margin-bottom:10px;
color:#7f7f7f;
}

/*---------------------------------------------------------------------------
[11. Pricing Plans]
*/

.plan-container {
    position: relative;
    float: left;
    margin-bottom:20px;
}

/*-- Columns --*/

.pricing.plans-1 .plan-container {
    width: 100%;
}
.pricing.plans-2 .plan-container {
    width: 50%;
}

.pricing.plans-3 .plan-container {
    width: 33.33%;
}

.pricing.plans-4 .plan-container {
    width: 25%;
}

/* style */
.pricing .plans_border{
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-right:15px;
    margin-left:10px;
    text-align:center;
}
.pricing .gr_grey{
        background: #65707f; /* Old browsers */
        background: -moz-linear-gradient(top, #65707f 0%, #4b5565 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#65707f), color-stop(100%,#4b5565)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #65707f 0%,#4b5565 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #65707f 0%,#4b5565 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #65707f 0%,#4b5565 100%); /* IE10+ */
        background: linear-gradient(to bottom, #65707f 0%,#4b5565 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65707f', endColorstr='#4b5565',GradientType=0 ); /* IE6-9 */
    }

.pricing .featured .gr_grey{

background: #65707f; /* Old browsers */
        background: -moz-linear-gradient(top, #49AFCD 0%, #29819A 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49AFCD), color-stop(100%,#29819A)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #29819A 0%,#29819A#49AFCD 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #49AFCD 0%,#29819A 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #49AFCD 0%,#29819A 100%); /* IE10+ */
        background: linear-gradient(to bottom, #49AFCD 0%,#29819A 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49AFCD', endColorstr='#29819A',GradientType=0 ); /* IE6-9 */

}

.pricing h3,
.pricing h4
{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: #858D99 solid 1px;
    margin:0;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;

    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
}
.pricing .for_price{
    _border: 1px solid black;
    float:left;
    position: relative;
    top:3px;
    padding-left: 30px;
    padding-right: 30px;
}
    .pricing .for_price p:first-child{
        font-size: 17px;
        font-weight:bold;
        padding-bottom: 0;
    }
    .pricing .for_price p:last-child{
        font-size: 10px;
        position: relative;
        top:-20px;
    }
.pricing .featured .plans_border .for_button{
background-color: #B1DEE9;
border-top: 1px solid #CAE8F0;
}
.pricing .for_button{
    height:54px;
    background-color: #F0F3F4;

    border-top: 1px solid white;
    border-bottom: 1px solid #E0E0E0;
}

    .pricing .for_button button{

        padding: 5px 10px;

        position: relative;
        top: 10px;

    }

.pricing .pricing_body p{
    border-bottom: #EFEFF0 1px solid;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.pricing .pricing_body p:hover{
    background-color: #F0F3F4;

    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}
.pricing .pricing_body p:last-child{
    border: none;
}

/*-------------------------------------------
12. Login
*/
/* LOGIN */

.bottom-login{
    width: 330px;
    display: block;
    margin: 20px auto 0 auto;
    padding: 16px 20px 23px 25px;

}
.bottom-login p{
 color:#7d7d7d;
 text-align: center;
}

.wrap-login{
    width: 400px;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    margin: 60px auto 0 auto;

    background: #f9f9f9;

    border: 1px solid #d5d5d5;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    box-shadow:  0px 0px 2px #dadada, inset 0px -3px 0px #e6e6e6;
    padding: 15px 25px 25px;

}

.wrap-login .title{
    color:#d5d5d5;

}

.ket-title{
    color:#7d7d7d;
}

.wrap-login form{
    margin-top: 5px;
    padding:3px 3px;
}

.wrap-login .input-prepend {
    display: block;
}

.wrap-login form button{

}

@media (max-width: 767px){
    .wrap-login form input[type=text],.wrap-login form input[type=password]{
        height: 40px !important;
        line-height: 40px;
        font-size: 15px;
    }
}

.wrap-login form input[type=text],.wrap-login form input[type=password]{
    height: 40px;
    color:#464646;
    font-size: 15px;
    line-height: 40px;
    width: calc(100% - 40px);
    box-sizing: border-box;
    padding: 0 10px;
}


.wrap-login form .add-on{
    padding: 9px 9px;
}

.wrap-login form input[type=text],.wrap-login form input[type=password],.wrap-login form .add-on{
    margin-top: 13px;
}

.zmini{
    font-size: 12px !important;
    min-width: 125px;
}

.logintab{
    display: block;
    list-style: none;
    margin-left: -5px;
}
.logintab li a{
    font-size: 25px;
    color: #c3c3c3;
    text-decoration: none;
}
.logintab li.active a{
    font-size: 25px;
    color: #3e3e3e;
    text-decoration: none;
}

.logintab li a:hover{
    color: #3e3e3e;
}
.logintab li.mati{
    font-size: 25px;
    color: #c3c3c3;
    cursor:default;
}
.logintab li{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.jarak-bawah{
    padding-bottom: 30px;
}

.jarak{
padding-top:8px;
padding-bottom:5px;
}
/* LOGIN END */


/*------------------------------------------------------------------
[12. Subnavbar / .subnavbar]
*/

.subnavbar {
        margin-bottom: 15px;
        border-top: 1px solid #52575c;
    }

.subnavbar-inner {


    background: #3a3f44;
    background-image: -moz-linear-gradient(top, #3a3f44, #3a3f44);
    background-image: -ms-linear-gradient(top, #3a3f44, #3a3f44);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3a3f44), to(#3a3f44));
    background-image: -webkit-linear-gradient(top, #3a3f44, #3a3f44);
    background-image: -o-linear-gradient(top, #3a3f44, #3a3f44);
    background-image: linear-gradient(top, #3a3f44, #3a3f44);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3f44', endColorstr='#3a3f44', GradientType=0);

    border-bottom: 1px solid #000;
}

.subnavbar .container > ul {
    display: block;

    padding: 0;
    margin: 0;

    border-left: 1px solid #292929;
    border-right: 1px solid #52575c;
}

.subnavbar .container > ul > li {
    float: left;

    min-width: 90px;
    height: 40px;
    padding: 0;
    margin: 0;

    text-align: center;
    list-style: none;

    border-left: 1px solid #52575c;
    border-right: 1px solid #292929;

}

.subnavbar .container > ul > li > a {
    display: block;
    vertical-align:middle;
    height:20px;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: bold;
    color: #c2c6ca;

    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.subnavbar .container > ul > li > a:hover {
    color: white;
    text-decoration: none;
}

.subnavbar .container > ul > li > a > i {
margin-right:10px;
font-size:15px;
}

.subnavbar .container > ul > li > a > span {

}


.subnavbar .container > ul > li.active > a {
    background: #333;
    color: #49AFCD;
}

.dropdown.open .dropdown-menu {
    z-index: 1050;
}

.subnavbar .dropdown .dropdown-menu a {
    font-size: 12px;
}


.subnavbar .dropdown .dropdown-menu {
        text-align: left;

        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }



.subnavbar .dropdown-menu::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}

.subnavbar .dropdown-menu::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 10px;
}


.subnavbar .caret {
    margin-top: 8px;

    border-top-color: white;
    border-bottom-color: white;
}





/*------------------------------
13. Responsive Navbar [.selector]
*/

div.selector {
display:none;
margin-top:10px;
margin-right:auto;
margin-left:auto;
    border:solid 1px #d7d7d7; padding:3px; width:130px;
    padding:3px;
    border-radius:8px;
    padding-left: 10px;
    height:16px;
    position: relative;
    width:135px;
    background-color:#fff;
}
div.selector select {
    cursor: pointer;
    font-size:13px; color:#818181;
    line-height:14px;
    left: 0;
    font-weight:bold;
    position: absolute;
    top: 0;
    width: 150px;
    height:22px;
}
div.selector select option{
    padding:5px;
    margin-top:2px;
    border:none;
}
div.selector span {
    background: url(../img/arrow.png) no-repeat scroll right -106px transparent;
    cursor: pointer;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: 0;
    top: 0;
    width: 125px;
    color:#818181;
}

/*-------------------------------------
15.Tags [.tags]
*/
.tags{
    margin:0;
    padding:0;

    list-style:none;
    }
.tags li, .tags a{
    float:left;
    height:24px;
    line-height:24px;
    position:relative;
    font-size:11px;
    margin-bottom:5px;
    }
.tags a.green{
background:#51A351;
}
.tags a.green:before{
border-color:transparent #51A351 transparent transparent;
}

.tags a.red{
background:#e00089;
}
.tags a.red:before{
border-color:transparent #e00089 transparent transparent;
}

.tags a.orange{
background:#e08900;
}
.tags a.orange:before{
border-color:transparent #e08900 transparent transparent;
}


.tags a{
    margin-left:20px;
    padding:0 10px 0 12px;
    background:#0089e0;
    color:#fff;
    text-decoration:none;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
    }
.tags a:before{
    content:"";
    float:left;
    position:absolute;
    top:0;
    left:-12px;
    width:0;
    height:0;
    border-color:transparent #0089e0 transparent transparent;
    border-style:solid;
    border-width:12px 12px 12px 0;
    }
.tags a:after{
    content:"";
    position:absolute;
    top:10px;
    left:0;
    float:left;
    width:4px;
    height:4px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background:#fff;
    -moz-box-shadow:-1px -1px 2px #004977;
    -webkit-box-shadow:-1px -1px 2px #004977;
    box-shadow:-1px -1px 2px #004977;
    }
.tags a:hover{background:#555;}

.tags a:hover:before{border-color:transparent #555 transparent transparent;}

.btn-block { display: block; width: 100%; }

.navbar .nav>li>a {
    text-shadow: none;
    text-shadow: none;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    border-width: 0;
}

.availability-buttons-wrap .btn {
    margin-bottom: 10px;
    margin-right: 7px;
}

.availability-buttons-wrap .btn-group {
    margin-right: 0;
}

.availability-buttons-wrap .btn-group .btn {
    margin-right: 0;
}

.availability-buttons-wrap .btn-group .btn.day_name.btn-primary {
  background: #717171;
}

/* Message Blasts */

.controls-combination .checkbox.inline {
    margin: 0 10px 10px 0;
    margin-left: 0 !important;
}

/* ASSIGNMENTS */

#card_details {
    top: 3% !important;
}

.assignments-container {
    width: 100%;
    margin: 0 auto;
    margin-top: -30px;
    box-sizing: border-box;
    position: relative;
}
.assignments-container.scaled {
    padding-right: 315px;
}
.assignments-navigation .btn-group {
    float: left;
}
.assignments-navigation .btn.toggle-resources {
    float: left; margin-left: 10px;
}
.assignments-navigation .date-nav {
    float: right;
}

.assignments-navigation span {
    font-weight: bold;
    padding-right: 5px;
    line-height: 25px;
    text-transform: uppercase;
    vertical-align: text-bottom;
}

.assignments-navigation select,
.assignments-navigation input {
    display: inline-block;
    width: auto;
}

.assignments-table {
    float: left;
    clear: both;
    display: block;
    width: 100%;
    margin-top: 5px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.assignments-table table {
    background: white;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    border-collapse: separate;
}
.assignments-table tr {
    border: 1px solid #e0e0e0;
    border-bottom: 0;
    display: table-row;
    clear: left;
    width: 100%;
}
.assignments-table thead tr th {
    line-height: 30px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.assignments-table thead tr th .note {
    float: right;
}
.assignments-table thead tr th .day-actions {
    float: right;
}
.assignments-table thead tr th .day-actions .day-action{
    background-color: #fdfdfd;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: black;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    float: right;
    text-transform: uppercase;
}
.assignments-table thead tr th .day-actions .day-action:hover{
    background-color: white;
    text-decoration: none;
}

.assignments-table thead tr th .assignment-date a{
    text-decoration: none;
    color: black;
}
.assignments-table thead tr th .assignment-date a:hover{
    cursor: pointer;
    color: #007EBD;
}
.assignments-table thead tr:first-child {
    border-radius: 3px 3px 0 0;
}
.assignments-table tbody tr:last-child {
    border-radius: 0 0 3px 3px;
}
.assignments-table thead tr th.active-day {
    background-color: #f1f5f9;
}

.assignments-table tr th, .assignments-table tr td {
    border-right: 1px solid #e0e0e0;
    padding: 10px;
    width: 7%;
    text-align: left;
    display: table-cell;
    box-sizing: border-box;
}

.assignments-table tr th:last-child, .assignments-table tr td:last-child {
    border-right: 0;
}

.assignments-table tr .active-day {
    width: 49%;
}

.assignments-table tr .active-day.selected-day-assignment{
    border: 2px solid #007EBD !important;
}

.assignments-table tr .inactive-day {
    width: 6% !important;
}

.active-assignment-row .active-day {
    border: 2px solid #007EBD;
    border-bottom: 2px solid #007EBD !important;
}

.assignments-table .assignment-row td {
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
    height: 100%;
    position: relative;
}


.assignments-table .assignment-row td span {
    font-weight: normal;
}

.assignment-row {
    border-bottom: 1px solid #e1e1e1;
}

.assignment-row .assignment-needs {
    display: block;
}

/* Active day stylings */
.assigned .assignment-shift-time-header {
    margin: 0 0 5px 1px;
    font-weight: bold;
    width: 100%;
    display: block;
    clear: both;
}
.assigned .assigned-person {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    padding: 10px;
    position: relative;
    margin-bottom: 5px;
    width: 100%;
}
.assigned .assigned-person .remove-assignment {
    position: absolute;
    top: -5px;
    left: -5px;
    padding: 3px 5px;
    background: #757575;
    display: none;
    font-size: 8px;
    color: white;
    line-height: 8px;
    border-radius: 2px;
    text-transform: uppercase;
}
.assigned .assigned-person .remove-assignment:hover {
    background: #656565;
    cursor: pointer;
}
.assigned .assigned-person:hover .remove-assignment {
    display: inline-block;
}
.assigned .assigned-person .assigned-person-name {
    font-weight: bold;
    padding-bottom: 0;
    line-height: 1;
    margin-bottom: 0;
}
.assigned .assigned-person .assignment-resource {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}
.assigned .assigned-person .add-resource {
    display: block;
    line-height: 1;
    margin: 5px 0 0 0;
}

/* Inactive day stylings */
.assigned.inactive-day .assignment-shift-time-header {
    font-size: 12px;
}
.assigned.inactive-day .assigned-person {
    padding: 3px;
    margin-bottom: 0px;
    border: 1px solid #e5e5e5;
    border-radius: none;
    background-color: transparent;
}
.assigned.inactive-day .assigned-person:hover {
    background-color: transparent;
}
.assigned.inactive-day .assigned-person .assigned-person-name {
    font-weight: normal;
    font-size: 10px;
}
.assigned.inactive-day .assigned-person .assignment-resource {
    display: none;
}
.assigned.inactive-day .assigned-person .add-resource {
    display: block;
    line-height: 1;
    margin: 5px 0 0 0;
}

.assignment-row td.unassigned {
    background-color: #efefef;
}
.assignment-row td.unassigned:hover,
.assignment-row td.assigned:hover,
.assignment-row td.unassigned.active-day:hover,
.assignment-row td.assigned.active-day:hover {
    background-color: #eaf2fb;
    cursor: pointer;
}

.assignment-row td.assigned.active-day,
.assignment-row td.unassigned.active-day {
    background-color: #f1f5f9;
}

.assignment-row td.active-day.selected,
.assignment-row td.active-day.selected:hover {
    background-color: #dbe5ee;
    cursor: pointer;
}

.assigned .assigned-person .icon-plus {
    float: right;
}
.assigned .assigned-person:hover {
    background: #f5f5f5;
    cursor: pointer;
}

.resource-panel {
    display: block;
    background: white;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding-bottom: 10px;
    position: absolute;
    right: 0;
    top: 30px;
    width: 300px;
    background: #fcfcfc;
    z-index: 900;
}
.resource-panel .panel-header {
    box-sizing: border-box;
    padding: 5px 15px 0;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    display: block;
}
.resource-panel .panel-subheader {
    padding: 0 15px 15px;
    position: relative;
    font-size: 14px;
    line-height: 15px;
    display: block;
    border-bottom: 1px solid #eaeaea;
}
.resource-panel .panel-subheader .caret {
    margin-top: 5px;
    margin-left: 5px;
}
.resource-panel .panel-subheader .dropdown-menu {
    position: absolute;
    top: 20px;
    left: 15px;
    width: auto;
}
.resource-panel .panel-beat-details {
    font-weight: bold;
    padding: 15px;
    border: 2px solid #007EBD;
    line-height: 1;
    margin-bottom: 0;
    box-sizing: border-box;
    width: 100%;
}

.resource-panel .input-group {
    box-sizing: border-box;
    margin: 0;
    padding: 20px 10px 0 10px;
    width: 100%;
}

.resource-panel .input-group input {
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
    width: 100%;
}

.resource-panel .resource-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 10px;
    overflow-y: scroll;
    min-height: 100%;
    max-height: calc(100vh - 400px);
}
.resource-panel .resource-list .resource {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 10px 15px 10px;
    margin-bottom: 5px;
    box-sizing: border-box;
    float: left;
    clear: left;
    width: 100%;
}
.resource-panel .resource-list .resource.search {
    border: 0;
    padding-top: 5px;
}
.resource-panel .resource-list .resource .resource-confirmation .icon-check {
    margin-left: 5px;
}
.resource-panel .resource-list .resource.selected .icon-minus {display: block;}
.resource-panel .resource-list .resource.selected .icon-plus {display: none;}
.resource-panel .resource-list .resource .resource-assignment {
    float: left;
    display: block;
    width: 100%;
    padding: 0px 0 0;
    margin-bottom: 0;
}
.resource-panel .resource-list .resource .resource-assignment .existing-resources {
    margin-bottom: 0;
}

#show-non-beat-people {
    display: block;
    margin-top: 15px;
    color: #999;
}

#show-non-beat-people:hover {
    text-decoration: none;
    cursor: pointer;
    color: #444;
}

#popover-content {
    padding: 14px;
}

/* Minimum Staffing */

.min-staffing-widget .dropdown {
    float: right;
}

.min-staffing-widget .dropdown .dropdown-toggle {
    line-height: 20px !important;
    height: auto !important;
}

.min-staffing-widget .dropdown .dropdown-toggle:focus {
    background: #e6e6e6 !important;
}

.min-staffing-widget .dropdown .dropdown-menu {
    padding: 10px 0;
}

.min-staffing-widget .dropdown .dropdown-menu .dropdown-header {
    padding: 2px 10px;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    color: #6b7b95;
}

.min-staffing-widget .dropdown .dropdown-menu .dropdown-data {
    padding: 2px 10px 5px;
    line-height: 1.5;
}

.min-staffing-widget .dropdown .dropdown-menu .dropdown-divider {
    display: block;
    height: 1px;
    border-top: 1px solid #dadada;
    margin-top: 5px;
    padding-top: 5px;
}

.min-staffing-widget .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    display: block;
    padding: 2px 10px 3px;
    color: black;
    text-decoration: none;
}

.min-staffing-widget .dropdown .dropdown-menu .dropdown-item.delete {
    color: red;
}

.min-staffing-widget .dropdown .dropdown-menu .dropdown-item:hover {
    font-weight: bold;
}

.min-staffing-widget .dropdown .dropdown-menu .dropdown-item:last-child {
    padding-bottom: 0;
}

/* policy board */

.policy-board {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 15px;
}

.policy-board tr {
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

.policy-board thead tr {
    border-top: 1px solid #dadada;
}

.policy-board th, .policy-board td {
    border-right: 1px solid #dadada;
    padding: 10px 7px;
    position: relative;
}

.policy-board td.role-name .remove-role {
    display: none;
    position: absolute;
    top: -5px;
    left: -5px;
    font-size: 9px;
    line-height: 1;
    color: white;
    background: #DC2618;
    padding: 3px 5px;
    border-radius: 10px;
}

.policy-board td.role-name:hover .remove-role {
    display: block;
}

.policy-board td:hover .remove-role:hover {
    text-decoration: none;
}

.policy-board tr td:last-child {
    border-right: 0;
}

.policy-board tr.centered td, .policy-board tr.centered th {
    text-align: center;
    width: 12.5%;
}

.policy-board tr td.filled-req:hover {
    cursor: pointer;
    background: #f6f6f6;
}

.policy-board td.incomplete {
    color: rgb(170, 60, 51);
    background: #fdeeed;
}

.policy-board tr td.filled-req.incomplete:hover {
    color: rgb(170, 60, 51);
    background: #FBDCDA;
}

.policy-board td.incomplete span.req-time {
    border-color: rgba(170, 60, 51, 0.2);
}

.policy-board td.incomplete span.req-time .time-value {
    background: #fdeeed;
}

.policy-board tr td.filled-req.incomplete:hover span.req-time .time-value {
    background: #FBDCDA;
}

.policy-board tr.add-requirement,
.policy-board td.missing {
    background: #dde8fb;
}

.policy-board td.missing {
    font-weight: bold;
}

.policy-board tr.add-requirement td {
    border-color: #9ab5dd;
    font-weight: bold;
}

.policy-board tr.add-requirement td:hover,
.policy-board td.missing:hover {
    background: #d5e0f3;
    cursor: pointer;
}

.policy-board tr td span.req-block {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}

.policy-board tr td span.req-block:first-child {
    padding-top: 0;
}

.policy-board tr td span.req-block:last-child {
    padding-bottom: 0;
}

.policy-board tr td span.req-time {
    box-sizing: border-box;
    border-top: 1px solid #e5e5e5;
    display: block;
    position: relative;
    padding: 3px 0;
}

.policy-board tr td span.req-time .time-value {
    box-sizing: border-box;
    font-size: 9px;
    font-weight: bold;
    padding: 3px 5px;
    line-height: 1;
    background: white;
    position: absolute;
    top: -8px;
    left: 30%;
    width: 40%;
    text-align: center;
}

.policy-board tr td.filled-req:hover span.req-time .time-value {
    background: #f6f6f6;
}

/* add requirement modal */

.modal.add-requirement .modal-header {
    border-bottom: 1px solid #e1e1e1;
}

.modal.add-requirement .modal-body {
    width: 100%;
    position: relative;
    background: white;
    padding: 0;
    float: left;
    max-height: 500px;
}

.modal .modal-body .modal-body-need:before,
.modal .modal-body .modal-body-need:after {
    content: " ";
    display: table;
}

.modal.add-requirement .modal-body .modal-body-need:after,
.modal.new-boost .modal-body .modal-body-need:after {
    clear: both;
}

.modal.add-requirement .modal-body label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #757575;
    padding-bottom: 5px;
    line-height: 1;
}

.modal.add-requirement .modal-body .modal-body-role {
    background: #f9f9f9;
    padding: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.modal.add-requirement .modal-body .modal-body-role .title-selection-list {
    list-style: none;
    margin-left: 0;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.modal.add-requirement .modal-body .modal-body-role .title-selection-list .title-select {
    float: left;
    margin-right: 15px;
}

.modal.add-requirement .modal-body .modal-body-role .title-selection-list .title-select input {
    display: inline-block;
}

.modal.add-requirement .modal-body .modal-body-role .title-selection-list .title-select label {
    display: inline-block;
    margin-left: 5px;
    vertical-align: sub;
}

.modal .modal-body .modal-body-need {
    background: white;
    padding: 15px;
    border-bottom: 1px solid #dadada;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.modal .modal-body .modal-body-need.add-need {
    padding: 0px;
}

.modal .modal-body .modal-body-need.add-need:hover {
    background: #fcfcfc;
    cursor: pointer;
}

.modal .modal-body .modal-body-need.add-need h6 {
    line-height: 1;
    text-align: center;
    margin: 0;
    padding: 15px 0;
}

.modal .modal-body .modal-body-need .number{
    display: inline-block;
    margin-right: 10px;
}

.modal .modal-body .modal-body-need .field-note {
    display: block;
    line-height: 1.2;
    padding-bottom: 5px;
    color: #747474;
    margin-bottom: 0;
}

.modal .modal-body .modal-body-need .half-field {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding-right: 5px;
}

.modal .modal-body .modal-body-repeat {
    background: #f9f9f9;
    padding: 15px;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
}

.modal .modal-body .modal-body-repeat .day-selection-list {
    list-style: none;
    margin-left: 0;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 0px;
}

.modal .modal-body .modal-body-repeat .day-selection-list .day-select {
    float: left;
    margin-right: 4%;
    width: 10%;
}

.modal .modal-body .modal-body-repeat .day-selection-list .day-select input {
    display: inline-block;
}

.modal .modal-body .modal-body-repeat .day-selection-list .day-select label {
    display: inline-block;
    margin-left: 5px;
    vertical-align: sub;
}

.modal.add-requirement .modal-footer,
.modal.edit-policy .modal-footer,
.modal.new-boost .modal-footer {
    clear: left;
    border-top: 0;
}

.modal.add-requirement .field-note,
.modal.edit-policy .field-note,
.modal.new-boost .field-note {
    color: #858585;
}

.modal.edit-policy .field-note.text-error {
  color: #b94a48;
}

/* edit policy modal */

.modal.edit-policy .modal-header {
    border-bottom: 1px solid #e1e1e1;
}

.modal.edit-policy .modal-body {
    width: 100%;
    position: relative;
    background: white;
    padding: 0;
    float: left;
    max-height: 500px;
}

.modal.edit-policy .modal-body .modal-body-need:before,
.modal.edit-policy .modal-body .modal-body-need:after {
    content: " ";
    display: table;
}

.modal.edit-policy .modal-body .modal-body-need:after {
    clear: both;
}

.modal.edit-policy .modal-body label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #757575;
    padding-bottom: 5px;
    line-height: 1;
}

.modal.edit-policy .modal-body .modal-body-policy-for {
    background: #f9f9f9;
    padding: 15px;
    border-bottom: 1px solid #e1e1e1;
    float: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.modal.edit-policy .modal-body .modal-body-policy-for .group-selection-list,
.modal.edit-policy .modal-body .modal-body-policy-settings .group-selection-list {
    list-style: none;
    margin-left: 0;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 0;
}

.modal.edit-policy .modal-body .modal-body-policy-for .group-selection-list .group-select,
.modal.edit-policy .modal-body .modal-body-policy-settings .group-selection-list .group-select {
    float: left;
    margin-right: 15px;
}

.modal.edit-policy .modal-body .modal-body-policy-for .group-selection-list .group-select input,
.modal.edit-policy .modal-body .modal-body-policy-settings .group-selection-list .group-select input {
    display: inline-block;
}

.modal.edit-policy .modal-body .modal-body-policy-for .group-selection-list .group-select label,
.modal.edit-policy .modal-body .modal-body-policy-settings .group-selection-list .group-select label {
    display: inline-block;
    margin-left: 5px;
    vertical-align: sub;
}

.modal.edit-policy .modal-body .modal-body-policy-settings {
    background: white;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px;
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

/* schedule boost */

.modal.new-boost .modal-header {
    border-bottom: 1px solid #e1e1e1;
}

.modal.new-boost .modal-body {
    width: 100%;
    position: relative;
    background: white;
    padding: 0;
    float: left;
    max-height: 600px;
}

.modal.new-boost .modal-body label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #757575;
    padding-bottom: 5px;
    line-height: 1;
}

.modal.new-boost .modal-body .modal-body-when {
    background: #f9f9f9;
    padding: 15px;
    border-bottom: 1px solid #e1e1e1;
    float: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

/* */

.inventory-table tbody tr td {
    line-height: 2.1;
}

.inventory-table .asset-status.assigned {
    color: orange;
}

.inventory-table .asset-status.available {
    color: rgba(0, 188, 0, 0.9);
}

.inventory-table .asset-status.available.reserved {
    color: #757575;
    font-style: italic;
}

.inventory-table .unavailable-asset {
    background-color: rgba(188, 0, 0, 0.03);
}

.inventory-table .unavailable-asset .asset-scheduled,
.inventory-table .unavailable-asset .asset-type,
.inventory-table .unavailable-asset .asset-name {
    background-color: inherit;
}

.inventory-table .unavailable-asset .asset-status {
    color: rgba(188, 0, 0, 0.5);
    background: inherit;
}

.inventory-table .asset-status .btn {
    float: right;
    margin-left: 5px;
    font-style: normal;
}

.inventory-table .asset-scheduled .asset-scheduled-item {
    font-size: 11px;
    line-height: 1.5;
    padding-bottom: 0;
    margin-bottom: 0;
    clear: both;
}

.inventory-table .asset-scheduled .asset-scheduled-item.warning {
    background-color: rgba(188, 0, 0, 0.5);
    padding: 3px 5px;
    color: rgba(255, 240, 240, 0.9);
    border-radius: 2px;
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.inventory-table .asset-scheduled .asset-scheduled-item.warning strong {
    color: white;
}

.inventory-table .asset-scheduled .asset-scheduled-item.warning .countdown {
    float: right;
}

.inventory-table .asset-scheduled .asset-scheduled-item strong {
    text-transform: uppercase;
}

.inventory-table .asset-scheduled .asset-scheduled-item span.tag {
    padding: 3px 5px;
    margin-top: 2px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 2px;
    background: #b5b5b5;
    color: white;
    text-transform: uppercase;
}

.inventory-table .unavailable-asset .asset-scheduled .asset-scheduled-item span.tag {
    background: rgba(188, 0, 0, 0.5);
    padding: 3px 5px;
    color: white;
    font-weight: bold;
    border-radius: 2px;
}

.inventory-table .asset-scheduled .asset-scheduled-none {
    font-size: 11px;
    font-weight: bold;
    color: #555555;
    text-transform: uppercase;
    line-height: 2.2;
    margin-bottom: 0;
    padding-bottom: 0;
}

#assign_asset_header {
    font-size: 17px;
    line-height: 40px;
    color: #656565;
    font-weight: bold;
    text-transform: uppercase;
}

.asset-modal .modal-body {
    padding: 0;
}

.asset-modal .modal-body .scheduled-assignments {
    padding: 15px;
    background: white;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

.asset-modal .modal-body .scheduled-assignments .upcoming-assignments {
    margin-bottom: 0;
}

.asset-modal .modal-body .scheduled-assignments .upcoming-assignment td {
    background: white;
    line-height: 2.7;
    padding: 5px;
}

.asset-modal .modal-body .scheduled-assignments .upcoming-assignment:nth-child('even') td {
    background: #fefefe;
}

.asset-modal .modal-body .scheduled-assignments .upcoming-assignment .confirm-assignment{
    width: 100%;
    box-sizing: border-box;
    line-height: 2.2;
}

.asset-modal .modal-body .scheduled-assignments .upcoming-assignments-subtext {
    margin-bottom: 10px;
    font-size: 11px;
    color: #747474;
    line-height: 1.5;
}

.asset-modal .modal-body .person-selection {
    background: #f9f9f9;
    border-bottom: 1px solid #e1e1e1;
    padding: 0px 15px 0px 15px;
    display: block;
}

.asset-modal .modal-body .assignment-settings {
    background: #fff;
    padding: 0px 15px 0px 15px;
    border-bottom: 1px solid #eaeaea;
    display: block;
}

.asset-modal h2.assign-modal-body-header {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.asset-modal .modal-body .scheduled-assignments h3,
.asset-modal .modal-body .person-selection h3,
.asset-modal .modal-body .assignment-settings h3 {
    font-size: 11px;
    font-weight: bold;
    color: #757575;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
    line-height: 1;
    display: block;
}

.asset-modal .modal-body .half-fields-wrap {
    clear: left;
    width: 100%;
    margin-top: 5px;
}

.asset-modal .modal-body .half-fields-wrap .half-field {
    float: left;
    width: 50%;
}

.asset-modal .modal-body .half-fields-wrap .half-field label {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #757575;
    line-height: 1;
}

/* Overwatch Modal */

#overwatch.modal {
    top: 5vh;
    max-height: 90vh;
    left: 5vw;
    width: 90vw;
    margin-left: 0;
    border-radius: 2px;
    position: fixed;
}

#overwatch.modal h4.select-label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10pt;
    margin: 0 15px 0 0;
    display: inline-block;
    line-height: 48px;
}

#overwatch.modal select {
    margin-bottom: 0;
}

#overwatch.modal .modal-header{
    background: white;
    border-bottom-color: #dcdcdc;
}

#overwatch.modal .modal-header .policy-date{
    font-weight: 600;
    font-size: 10pt;
    display: inline-block;
    line-height: 32px;
    color: #555555;
    border-left: 1px solid #e1e1e1;
    padding: 0 0 0 15px;
}

#overwatch.modal .modal-header .modal-header-actions {
    float: right;
}

#overwatch.modal .modal-header .modal-header-actions .btn-primary {
    float: left;
    margin-top: 10px;
}

#overwatch.modal .modal-header .modal-header-actions .close {
    float: left;
    font-weight: bold;
    font-size: 15px;
    line-height: 45px;
    margin: 0 5px 0 15px;
}

#overwatch.modal .modal-header .policy-select {
    height: 40px;
    margin-top: -3px;
}

#overwatch.modal .modal-body {
    padding: 0;
    top: 67px;
    position: absolute;
    max-height: calc(90vh - 67px);
    width: 100%;
}

#overwatch.modal .modal-body::-webkit-scrollbar {
    display: none;
}
#overwatch.modal .modal-body::-moz-scrollbar {
    display: none;
}

#overwatch.modal .overwatch-timeline,
#overwatch.modal .overwatch-wrap .overwatch-totals,
#overwatch.modal .overwatch-wrap .overwatch-user-shifts {
    padding: 0;
    background: white;
    width: 100%;
    display: block;
}

#overwatch.modal .modal-body .fixed-rows {
    position: fixed;
    width: 90vw;
    z-index: 1100;
}

#overwatch.modal .fixed-rows .overwatch-timeline {
    background: #f5f5f5;
    border-bottom: 2px solid #b9b9b9;
}

#overwatch.modal .timeline {
    display: inline-block;
    width: 80%;
    vertical-align: bottom;
    margin-left: -4px;
}

#overwatch.modal .timeline .block-hour {
    float: left;
    margin: 0;
    padding: 0;
    width: 10%; /** JAVASCRIPT VARIABLE BASED ON # OF HOURS TO INCLUDE **/
}

#overwatch.modal .timeline .block-hour .block-hour-time {
    float: left;
    font-size: 8pt;
    font-weight: bold;
    color: #757575;
    line-height: 19px;
    margin-bottom: 0;
    width: calc(100% + 15px);
    padding: 5px 0 10px 0;
    margin-left: -15px;
}

#overwatch.modal .timeline .block-hour:first-child .block-hour-time {
    margin-left: 10px;
}

#overwatch.modal .timeline .block-hour .block-quarter {
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #b9b9b9;
    width: 25%;
    height: 10px;
    position: relative;
}

#overwatch.modal .timeline .block-hour .block-quarter:last-child {
    border-right-color: #252525;
}

#overwatch.modal .timeline .block-hour .block-quarter .marker-now {
    background: rgba(0, 0, 225, 0.1);
    height: calc(90vh - 115px);
    position: absolute;
    width: 100%;
    top: 8px;
    left: 0;
}

#overwatch.modal .overwatch-timeline .select-shift {
    max-width: calc(100% - 55px);
    margin-top: -2px;
}

#overwatch.modal .fixed-rows .overwatch-totals {
    border-bottom: 2px solid #d5d5d5;
    background: white;
    z-index: 1100;
}

#overwatch.modal .modal-body .overwatch-totals .fixed-column {
    padding: 7px 15px;
}

#overwatch.modal .modal-body .overwatch-totals .role-name {
    margin-bottom: 0;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

#overwatch.modal .modal-body .overwatch-totals .role-req-timeline{
    display: inline-block;
    width: 80%;
    vertical-align: bottom;
    margin-left: -4px;
}

#overwatch.modal .modal-body .overwatch-totals .time-block {
    float: left;
    margin: 0;
    padding: 2px 5px 0;
    height: 35px;
    border-bottom: 4px solid #008F00;
    box-sizing: border-box;
    border-right: 1px solid #d5d5d5;
}

#overwatch.modal .modal-body .overwatch-totals .time-block:last-child {
    border-right: 0;
}

#overwatch.modal .modal-body .overwatch-totals .time-block.under {
    border-bottom-color: #A30000;
    background: rgba(163,0,0, 0.2);
}

#overwatch.modal .modal-body .overwatch-totals .time-block .time-block-req {
    margin-bottom: 0;
    line-height: 22px;
}

#overwatch.modal .timeline .block-hour:first-child .block-hour-time {
    visibility: hidden;
}

#overwatch.modal .timeline .block-hour .block-quarter {
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #d5d5d5;
    width: 25%;
    height: 10px;
    position: relative;
}

#overwatch.modal .timeline .block-hour:last-child .block-quarter:last-child {
    border-right-color: transparent;
}

#overwatch.modal .overwatch-wrap {
    background: url(../img/bg1.png) repeat 0 0 fixed;
    position: static;
    margin-top: 128px;
    max-height: calc(90vh - 120px);
    overflow-y: scroll;
    z-index: 1200;
    width: 100%;
}

#overwatch.modal .overwatch-wrap::-webkit-scrollbar {
    display: none;
}
#overwatch.modal .overwatch-wrap::-moz-scrollbar {
    display: none;
}

#overwatch.modal .modal-body .fixed-column {
    border-right: 1px solid #b9b9b9;
    padding: 10px 15px;
    width: 20%;
    min-width: 200px;
    box-sizing: border-box;
    display: inline-block;
}

#overwatch.modal .modal-body h4.select-label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9pt;
    margin: 0 5px 0 0;
    display: inline-block;
    line-height: 30px;
}

#overwatch.modal .overwatch-wrap .overwatch-user-shifts {
    border-bottom: 1px solid #b9b9b9;
    height: 60px;
    background: rgba(0,0,0,0.15);
}

#overwatch.modal .overwatch-wrap .overwatch-user-shifts .user-shifts-timeline {
    display: inline-block;
    width: 80%;
    vertical-align: bottom;
    margin-left: -4px;
}

#overwatch.modal .overwatch-wrap .overwatch-user-shifts .fixed-column {
    background: white;
}

#overwatch.modal .overwatch-wrap .overwatch-user-shifts .fixed-column .user-name {
    font-weight: 600;
    display: block;
    width: 100%;
    line-height: 20px;
    margin-bottom: 0;
}

#overwatch.modal .overwatch-wrap .overwatch-user-shifts .fixed-column .user-details {
    display: block;
}

#overwatch.modal .overwatch-wrap .overwatch-user-shifts .user-shift {
    -webkit-box-shadow: 3px 3px 5px -2px rgba(122,122,122,0.51);
    -moz-box-shadow: 3px 3px 5px -2px rgba(122,122,122,0.51);
    box-shadow: 3px 3px 5px -2px rgba(122,122,122,0.51);
    background: white;
    background: repeating-linear-gradient(-55deg,#FFF,#FFFFFF 10px,#F5F5F5 3px,#FFF 12px);
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    padding: 5px;
    height: 60px;
    margin: 0;
    box-sizing: border-box;
    display: inline-block;
}

#overwatch.modal .overwatch-wrap .overwatch-user-shifts .user-shift p {
    margin-bottom: 0;
}

.modal {
    max-height: 90vh;
    overflow-y: auto;
}

.container-widget-shift-change {
    position: relative;
}

.container-widget-shift-change.scaled {
    padding-right: 300px;
}

.widget-shift-change {
    clear: none;
    float: left;
    width: 100%;
}

.widget-shift-change-drawer {
    background-color: #fff;
    clear: none;
    width: 285px;
    position: absolute;
    right: 0;
    border: 1px solid #d5d5d5;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.widget-shift-change-drawer-header {
    border-bottom: 1px solid #d5d5d5;
    padding: 0;
}

.widget-shift-change-drawer-header .dropdown .dropdown-toggle {
    color: #545454;
    text-decoration: none;
    padding: 0 15px;
    font-weight: bold;
    display: block;
    line-height: 40px !important;
    height: 40px !important;
}

.widget-shift-change-drawer-header .dropdown .dropdown-toggle:hover {
    background-color: #f9f9f9 !important;
    cursor: pointer;
}

.widget-shift-change-drawer-header .dropdown.open .dropdown-toggle {
    background-color: #fcfcfc !important;
    color: #242424 !important;
    border: 0 !important;
}

.widget-shift-change-drawer-header .dropdown .dropdown-toggle .caret {
    margin-top: 18px !important;
    margin-left: 7px !important;
    float: right;
}

.widget-shift-change-drawer-header .dropdown-menu .dropdown-header {
    display: block;
    padding: 0 10px 5px 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.widget-shift-change-drawer-header .dropdown-menu > li > a {
    padding: 0 10px;
    line-height: 25px;
    margin-bottom: 0;
}

.widget-shift-change-drawer-subheader-job-type-list {
    background: #fcfcfc;
}

.widget-shift-change-drawer-subheader-job-type-list .filter-list-toggle {
    width: 50%;
    float: left;
    background: #5bb75b;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    text-decoration: none;
    border-bottom: 1px solid #4BAA4B;
}

.widget-shift-change-drawer-subheader-job-type-list .filter-list-toggle:hover {
    background: #4BAA4B;
    border-bottom-color: #3E8E3E;
}

.widget-shift-change-drawer-subheader-job-type-list .filter-list-cancel {
    width: 50%;
    float: right;
    background: #f9f9f9;
    border-bottom: 1px solid #d5d5d5;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    color: #454545;
    font-weight: bold;
    text-decoration: none;
}

.widget-shift-change-drawer-subheader-job-type-list .filter-list-cancel:hover {
    background: #f5f5f5;
}

.widget-shift-change-drawer-subheader-job-type-list .filters-label-header {
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 3px;
    text-transform: uppercase;
    display: block;
}

.widget-shift-change-drawer-subheader-job-type-list label {
    font-size: 12px;
    display: inline-block;
    width: 90px;
}

.widget-shift-change-drawer-subheader-job-type-list > div {
    border-bottom: 1px solid #d5d5d5;
    padding: 10px;
}

.widget-shift-change-drawer-subheader-job-type-list > div.clearfix {
    padding: 0;
    border: 0;
}

.widget-shift-change-drawer-content ul {
    list-style: none;
    margin: 0;
}

.widget-shift-change-drawer-content ul li.user-list-clear-filters a {
    background: #f0f0f0;
    display: inline-block;
    width: 50%;
    text-transform: uppercase;
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    color: #656565;
    text-decoration: none;
    font-weight: bold;
}

.widget-shift-change-drawer-content ul li.empty-list span {
    padding: 10px;
    text-align: center;
    line-height: 30px;
    width: 100%;
    box-sizing: border-box;
}

.widget-shift-change-drawer-content ul li.user-list-clear-filters a:hover {
    background: #eaeaea;
    color: #343434;
}

.widget-shift-change-drawer-content ul li.user-list-header {
    background: #f9f9f9;
    padding: 0 10px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
}

.widget-shift-change-drawer-content ul li {
    border-bottom: 1px solid #d5d5d5;
    *zoom: 1;
}

.widget-shift-change-drawer-content ul li.user-list-user {
    padding: 0 10px;
    line-height: 27px;
}

.widget-shift-change-drawer-content ul li.user-list-user:nth-child(odd){
    background: #f9f9f9;
}

.widget-shift-change-drawer-content ul li:before,
.widget-shift-change-drawer-content ul li:after {
  display: table;
  content: "";
}

.widget-shift-change-drawer-content ul li:after {
  clear: both;
}

.widget-shift-change-drawer-content ul li:first-child {
    font-weight: bold;
    background: #f2f2f2;
}

.widget-shift-change-drawer-content ul li span {
    display: inline-block;
}

.widget-shift-change-drawer-content ul li span:first-child {
    float: left;
}

.widget-shift-change-drawer-content ul li span:nth-child(2) {
    text-align: right;
    float: right;
}

.widget-shift-change-drawer-footer {
    padding: 10px;
    text-align: center;
}

.widget-shift-change-drawer-dates {
    background: #fcf8e3;
    border-bottom: 1px solid #d5d5d5;
    padding: 0 10px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.widget-shift-change-drawer-dates-form {
    background: #f9f9f9;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 0;
    padding: 10px;
}

.widget-shift-change-drawer-dates-form .input-small {
    margin-right: 5px;
    height: 19px;
    line-height: 19px;
    width: 85px;
}

.widget-shift-change-drawer-dates-form .btn {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 11px;
    padding: 0 8px;
    line-height: 26px;
}

.widget-shift-change-drawer-dates .icon-edit {
    float: right;
    line-height: 35px;
}

.filter-list-button {
    width: 206px;
    margin-bottom: 10px;
    float: right;
    font-weight: bold;
    font-size: 12px;
}

/* GRID MESSAGE MODAL */

.modal.grid-message-modal {
    overflow-y: hidden;
    height: auto;
}

.modal.grid-message-modal.fade.in {
    top: 5vh;
}

.modal.grid-message-modal .modal-wrapper {
    position: relative;
    min-height: 25vh;
    height: auto;
    max-height: 90vh;
    width: 100%;
    overflow: hidden;
    padding-bottom: 60px;
}

.modal.grid-message-modal .modal-header {
    border-bottom: 1px solid #e1e1e1;
}

.modal.grid-message-modal .modal-header h3 {
    color: #545454;
    font-size: 15px;
    text-transform: uppercase;
}

.modal.grid-message-modal .modal-body {
    width: 100%;
    position: relative;
    background: white;
    padding: 0;
    float: left;
    height: auto;
    max-height: calc(90vh - 110px);
    overflow-y: auto;
    box-sizing: border-box;
}

.modal.grid-message-modal .message-details-section {
    background: #f9f9f9;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 15px 5px;
    box-sizing: border-box;
    width: 100%;
    float: left;
}

.modal.grid-message-modal .message-body-section {
    background: #FFF;
    padding: 15px 15px 5px;
    box-sizing: border-box;
    width: 100%;
    float: left;
}

.modal.grid-message-modal .modal-body .modal-section-header {
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    background: #f1f1f1;
    clear: left;
}

.modal.grid-message-modal .modal-body .form-field {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    clear: left;
}

.modal.grid-message-modal .modal-body .form-field label {
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.modal.grid-message-modal .modal-body .form-field .role-item {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.modal.grid-message-modal .modal-body .form-field .role-item label {
    float: right;
    padding-left: 8px;
    line-height: 24px;
    font-weight: normal;
}

.modal.grid-message-modal .modal-body .form-field input[type="text"],
.modal.grid-message-modal .modal-body .form-field select,
.modal.grid-message-modal .modal-body .form-field textarea {
    width: 100%;
    box-sizing: border-box;
}

.modal.grid-message-modal .modal-body .form-field input[type="text"] {
    line-height: 30px;
    height: 30px;
}

.modal.grid-message-modal .modal-body .form-field textarea {
    min-height: 150px;
}

.modal.grid-message-modal .modal-body .form-field .form-field-note {
    font-size: 11px;
    color: #757575;
}

.modal.grid-message-modal .modal-body .form-field.half-field {
    float: left;
    width: 50%;
    padding-right: 15px;
    clear: none;
}

.modal.grid-message-modal .modal-body .form-field.half-field.right-half {
    padding-right: 0;
    padding-left: 15px;
}

.modal.grid-message-modal .modal-footer {
    clear: left;
    text-align: left;
    position: absolute;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
}
