/* Minification failed. Returning unminified contents.
(11907,28): run-time error CSS1035: Expected colon, found '100%'
 */
    /********************************************/
    /*********Used on _Layout*************/
    /********************************************/

    body.fullscreen
    {
        padding: 0;
    }

.navbar .nav .dropdown
{
    line-height: 30px;
}

@media (min-width: 980px)
{
    .nav li .brand
    {
        margin: 20px 0 0 0;
    }

    .navbar .nav .dropdown
    {
        line-height: 70px;
    }

}

.sidebar-nav
{
    padding: 9px 0;
}

.dropdown-menu .active > a, .dropdown-menu .active > a:hover
{
    color: #fff;
}

.facility-links button.dropdown-toggle {
	padding: 6px;
}

div#breadcrumb .facility-links button.dropdown-toggle .fa{
	font-size:14px;
}

.facility-links .dropdown-menu {
    text-align: left;
}

.breadcrumb li.active
{
    text-shadow: none;
}

.filter-wrapper .input-mini
{
    width: 40px;
}

@media (max-width: 1110px)
{
    .workingEmpTile, .nonProdEmpTile, .inactiveEmpTile
    {
        font-size: 60%;
    }
}

@media (max-width: 768px)
{
    .workingEmpTile, .nonProdEmpTile, .inactiveEmpTile
    {
        font-size: 200%;
    }
}
/************* END *****************/
/***********************************/


/***  Used in "DLM/_DLMReports" and "DLM/_VisualWorkplace" ***/
.reportEntries, .reportEntries UL
{
    list-style: none;
}

/*** Not sure where this is used. ***/
.bigModal
{
    width: 940px;
    margin-left: -470px;
}

/*** Used in "DLM/Departments" and "DLM/Equipment" ***/
.statusIcon
{
    width: 15px;
    height: 15px;
}

/*** Not sure where this is used. ***/
.tickerHeader
{
    margin: 0;
    text-align: center;
}

/*** Used in every DLM view ***/
.sidebarToggle
{
    cursor: pointer;
}

    /*** Not sure where this is used.  Possibly in the Javascript ***/
    .sidebarToggle .side-right
    {
        display: none;
    }

/*** Not sure where this is used.***/
.area-slide-out-div
{
    background-color: #036;
}

/*** Used in every DLM view***/
.sidebar
{
    margin-top: 0px;
}

/*** Used only in the "DLM/Index" ***/
#charts-wrapper h1
{
    text-align: center;
}

/*** Used in "DLM/Equipment &Equipment_Historic, DLM/Departments &Departments_Historic***/
.chart-wrapper
{
    cursor: pointer;
}

/*** Used in "DLM/Equipment &Equipment_Historic, DLM/Departments &Departments_Historic***/
.chartTitle
{
    font-size: 25px;
    margin: 0 0 5px 0;
}

/*** Used in "DLM/Index, DLM/Departments &Departments_Historic, DLM/Equipment &Equipment_Historic" ***/
.chart-value
{
    position: relative;
    text-align: center;
    top: -45px;
    font-size: 40px;
    height: 0;
    overflow: visible;
}

    /*** Used in "DLM/Employee, DLM/Plant***/
    .chart-value .alert-error, .chart-value .alert-success, .chart-value .alert-info
    {
        background-color: transparent;
        border: solid 0px #000;
    }


.text-left{
    text-align:left !important;
}

.text-center{
    text-align:center !important;
}

.text-right{
    text-align:right !important;
}

.table td:first-child,
.table th:first-child {
	text-align: left;
}

.pct-table, .pct-narrow-table {
	width: 100%;
}

table.pct-table td, table.pct-table td:first-child{
	width: 10%;
	border:none;
	text-align: right;
}

.pct-narrow-table td, table.pct-narrow-table td:first-child{
    width: 25%;
	border:none;
	text-align: right;
}
/*** Used in "DLM/Index, DLM/Plant***/
#regional-data .alert, #regional-data .alert-error
{
    background-color: transparent;
}

/*** Used in "DLM/Index, DLM/Plant***/
#regional-data td
{
    text-align: center;
    font-size: 20px;
    padding: 5px 5px 5px 0px;
}

/*** Used in "DLM/Index" ***/
td[data-region]
{
    font-size: 18px;
}

/*** Used in "DLM/Index, DLM/Plant***/
.region-city
{
}

/*** Used in "DLM/Index, DLM/Plant***/
#regional-data .region-name
{
    text-align: left;
}

/*** Used in "DLM/Index, DLM/Plant***/
.region-name
{
    cursor: pointer;
}

/*** Used in "DLM/Index, DLM/Plant***/
#regional-data .region-city
{
    padding: 5px 5px 5px 20px;
    text-align: left;
}

/*** Used in "DLM/Index, DLM/Plant***/
#regional-data th
{
    text-align: center;
    font-size: 22px;
    width: 210px;
    padding-top: 20px;
    border-top: 0;
}

    /*** Used in "DLM/Index, DLM/Plant***/
    #regional-data th.data-header-first
    {
        border-style: solid;
        border-width: 1px 0 0 1px;
        border-color: #DDDDDD;
    }

    /*** Used in "DLM/Index, DLM/Plant***/
    #regional-data th.data-header-last
    {
        border-style: solid;
        border-width: 1px 1px 0 0;
        border-color: #DDDDDD;
    }

    /*** Used in "DLM/Index, DLM/Plant***/
    #regional-data th.highlighted-data-header
    {
        border-style: solid;
        border-width: 4px 4px 0 4px;
        border-color: #000;
    }

/*** Used in "DLM/Index, DLM/Plant***/
.highlighted-data-header
{
    cursor: pointer;
}

/*** Used in "DLM/Index, DLM/Plant***/
.data-chart-first
{
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: #DDDDDD;
    background-color: #f5f5f5;
    padding-bottom: -40px;
}

/*** Used in "DLM/Index, DLM/Plant***/
.data-chart-last
{
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #DDDDDD;
    background-color: #f5f5f5;
    padding-bottom: -40px;
}

/*** Used in "DLM/Index, DLM/Plant***/
.highlighted-data-chart
{
    border-style: solid;
    border-width: 0 4px;
    border-color: #000;
    background-color: #f5f5f5;
}

/*** Used in "DLM/Index, DLM/Plant***/
.highlighted-data
{
    border-style: solid;
    border-width: 0 4px;
    border-color: #000;
}

/*** Used in "DLM/Index, DLM/Plant***/
.highlighted-data-footer
{
    border-style: solid;
    border-width: 0 4px 4px 4px;
    border-color: #000;
}

/*** Used in "DLM/Index" ***/
.region-name .icon-plus, .region-name .icon-minus
{
    cursor: pointer;
}

/*** Used in "DLM/Departments, DLM/Equipment" ***/
.filter-wrapper
{
    margin-top: 7px;
    margin-bottom: 7px;
}

/*** Not sure where this is used.  Possibly in the Javascript ***/
.selected-chart
{
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
}

/*** Not sure where this is used. ***/
.search-btn
{
    cursor: pointer;
}

/*** Used in "DLM/Employee" ***/
.stoplight
{
    max-width: none; /* Added due to IE8 not working with images and max-widht when parent container doesn't have a width */
    width: 75px;
    height: 75px;
}

/*** Used in "DLM/Employee" ***/
.stoplight-info
{
    margin: 2px;
}

/*** Used in "DLM/Employee" ***/
/* important(so we can absolutely position the description div */
/*div.wrapper
{
    position: relative;
    float: left;
}*/

/*** Used in "DLM/Employee" ***/
div.description
{
    position: absolute; /* absolute position (so we can position it where we want)*/
    bottom: 31px; /* position will be on bottom */
    left: 16px;
    /* hide it */
    /* styling bellow */
    background-color: transparent;
    font-family: 'tahoma';
    font-size: 17px;
    color: black;
    font-weight: bold;
}

/*** Not sure where this is used. ***/
div.description_content
{
    padding: 10px;
}

/*** Not sure where this is used. ***/
.DLMTickerItem
{
    cursor: pointer;
    padding: 5px;
    margin: 5px 5px 5px 5px;
}

/*** Used in "DLM/Departments, DLM/Equipment" ***/
.scroll-on-normal
{
    height: 645px;
    overflow: hidden;
    border: none;
    background-color: #ccc;
    padding: 2px;
}

/*** Not sure where this is used. ***/
.scroll-on-full
{
    height: 859px;
    overflow: hidden;
    border: none;
    background-color: #ccc;
    padding: 2px;
}

/*** Used in "DLM/Equipment &Equipment_Historic, DLM/Departments &Departments_Historic***/
.plant-link
{
    cursor: pointer;
}

/*** Used in "DLM/Equipment &Equipment_Historic, DLM/Departments &Departments_Historic, DLM/Employee" ***/
#charts-wrapper h3
{
    margin: 0;
    line-height: 37px;
}

/*** Used in "DLM/Equipment &Equipment_Historic, DLM/Departments &Departments_Historic***/
.plant-link .pull-right
{
    margin-right: 10px;
}

/*** Used in "DLM/Employee" ***/
.DLMTickerItem_large
{
    padding: 5px;
}

.chart
{
    position: relative;
}

.data-indicator
{
    border: 1px solid #686868;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 24px;
    padding: 5px;
    text-align: center;
    width: 100px;
    margin:0 auto;
}

.data-indicator-bottom
{
    position: absolute;
    right: 40%;
    bottom: -20px;
    font-size: 24px;
    font: bold;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #686868;
    padding: 3px;
}

.alert-negative
{
    background-color: #e60000;
}

.alert-nomovement
{
    background-color: #e36b00;
}

.alert-positive
{
    background-color: #0fd800;
}

ul
{
    list-style: none;
}

.sidebar-content
{
    height: 150px;
}

.chart-header, .icon-drilldown
{
    display: inline;
    width: 20px;
}

    .section-header h3
    {
        display: inline;
    }

    /*.section-header a
    {
        display: inline;
    }*/

/*	.section-header .btn-group {
		padding: 0 0 5px 0;
	}*/

	.section-header .dropdown-menu{
		text-shadow: none;
	}

.page-header
{
    /*text-align: center;
    margin: 0px;
    padding: 0px;*/
}

    .page-header h3
    {
        display: inline;
    }

    .page-header h4
    {
        display: inline;
    }

    .page-header h6
    {
        display: inline;
    }

    .page-header a
    {
        display: inline;
    }

.ticker-header
{
    margin: 0px;
}

.filter-employees
{
    margin-bottom: 0px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus
{
    background-color: #969696;
}

.nav-tabs.nav-stacked > li.active > a {
    background-color:#b7b7b7;
}

.nav-tabs.nav-stacked > li > a {
    background-color:#fff;
}

#corps-label
{
    -moz-text-decoration-color: white;
    color:white;
    text-decoration-color: white;
    line-height:15px;
}

.form h4,label
{
    color:white;
}

.modal label{
	color:#000;
}

h4 a
{
    color:white;
}

    h4 a:hover, h4 a:focus
    {
        color:#b9b9b9;
    }

.formatted-date
{
    font-weight:normal;
    font-style:italic;
    font-size:75%;
}
/*
<% if( !string.IsNullOrEmpty(Request.QueryString["ecolab"]) ){ %>
    #myTab a {
    	height: 31px;
    }
<% } %>
*/


/******************
  Employee Page
*******************/
    .page-header
    {
        margin: 0px;
        padding: 0px;
    }

        .page-header h3
        {
            display: inline;
        }

        .page-header h6
        {
            display: inline;
        }

        .page-header a
        {
            display: inline;
        }

    .info
    {
        text-align: center;
    }

    .logged-time
    {
        padding: 3px;
        margin-bottom: 3px;
    }

    .current-work
    {
        padding: 3px;
        margin-bottom: 3px;
    }

        .current-work h4, .employee-info h4
        {
            text-align: center;
            margin-top: 8px;
        }

        .current-work .classification
        {
            text-align: center;
        }

    .current-efficiency
    {
        font-size: 24px;
        font-weight: bold;
        color: white;
        text-align: center;
        border: 1px solid black;
        margin-bottom: 2px;
    }

    .employee-main-info
    {
        padding: 5px;
    }

	td.fac-prod-class{
		padding-left: 23px;
		font-size: 12px;
	}

    .container-center
    {
        width:50%;
    }
    @media (max-width:768px)
    {
       .container-center {
            width:100%;
        }
    }

#create-user form label
#create-user .form label,
#create-user .form-group label{
    color:initial;
}

#create-user .table th,
#create-user .table td{
    text-align:left;
}

#users-table-wrapper .table th ul, #users-table-wrapper .table td ul{
    list-style-type:disc;
    margin:0;
}

table td .form-group label{
    color:initial;
}


@media(max-width:480px){
    div#gas-meters .consumption-usage{
        display: none;
    }
    div#water-meters .temperature{
        display: none;
    }
}

div#wae-facility div.wrapper div.chart-header h4.subheader{
    text-align: center;
    margin: 0;
}

div#wae-facility div.wrapper div.chart-header h5.subheader{
    text-align: center;
    margin: 5px 0 10px;
}

div.hc-container{
    position:relative;
}

#emp-activity-header span,
#emp-activity-header h4{
    display:inline-block;
}

#emp-activity-header span {
    margin-right:3px;
}

.coaching-comment-edit .ta-scroll-window.form-control,
.coaching-comment-edit .ta-scroll-window > .ta-bind,
#coaching-text-editor .ta-scroll-window.form-control,
#coaching-text-editor .ta-scroll-window > .ta-bind {
    min-height: 80px;
}
div#coaching-moments-portlet div#no-coaching-comments.well,
div#coaching-moments-portlet div#coaching-comments.well {
    padding:20px 20px 10px 20px;
    height: auto;
    margin-bottom:5px;
}

div.coaching-comment-edit .btn,
div#coaching-text-editor .btn {
    padding: 3px 9px;
}

div.coaching-comment-edit .btn-wrapper,
div#coaching-text-editor .btn-wrapper {
    text-align: right;
    margin:10px 0;
}

div.coaching-comment {
    margin-bottom:20px;
}

div.coaching-comment {
    border-bottom:2px solid #ccc;
}

/*div.coaching-comment:last-child {
    border-bottom:0;
}*/

div.coaching-comment-content{
    overflow-y: hidden;
    padding-right: 60px;
}

div.coaching-comment-content.show-less{
    max-height:75px;
    overflow-y: hidden;
}

div.coaching-comment-edit{
    margin-top:10px;
}

div#coaching-comments p.see-more-less{
    margin-top:10px;
}

div#comment-more-less > div{
    display:inline-block;
}

div#maint-calendar-content div.cal-row-fluid.cal-row-head,
div#maint-calendar-content div.cal-row-fluid.cal-before-eventlist{
    background-color: #fff;
}

div#maint-calendar-content mwl-calendar .day-highlight:hover,
div#maint-calendar-content mwl-calendar .day-highlight {
    background-color: #dddddd;
}


div#maint-calendar-content mwl-calendar div.cal-month-box a.general-work-order {
    border-radius: unset;
    box-shadow: unset;
    border: 1px solid #000000;
}

div#maint-calendar-content mwl-calendar div.cal-week-box div.status-canceled a {
    color:#000;
}
html {
    height: 100%;
}

#sidebar {
    display: block;
    float: left;
    position: absolute;
    width: 240px;
    z-index: 16;
}

    #sidebar hr {
        border-bottom: 1px solid #858585;
        border-top: 1px solid #4A4A4A;
        margin-bottom: 2em;
    }

.allow-overflow {
    overflow: visible;
}

#main-nav {
    border-bottom: 1px solid #858585;
    border-top: 1px solid #4A4A4A;
    margin: 10px 0 2.5em;
    padding: 0;
    position: relative;
    width: 240px;
}

    #main-nav > li {
        border-bottom: 1px solid #4A4A4A;
        border-top: 1px solid #858585;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

        #main-nav > li > a {
            -moz-box-sizing: border-box;
            color: #FFFFFF;
            display: inline-block;
            font-size: 13px;
            font-weight: normal;
            outline: medium none;
            padding: 11px 18px;
            text-decoration: none;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
            width: 100%;
        }

            #main-nav > li > a i {
                color: #444444;
                display: inline-block;
                font-size: 16px;
                margin-right: 1em;
                position: relative;
                text-align: center;
                text-shadow: none;
                top: 1px;
                width: 16px;
            }

            #main-nav > li > a:hover, #main-nav > li.opened > a {
                background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
            }

        #main-nav > li.active {
            border-top: medium none;
        }

            #main-nav > li.active > a {
                background: linear-gradient(to bottom, #FFFFFF 0%, #F0F0F0 100%) repeat-x scroll 0 0 #066ECD;
                border-top: medium none;
                box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
                color: #8C8C8C;
                font-weight: 600;
                text-shadow: none;
            }

                #main-nav > li.active > a i {
                    color: #8C8C8C;
                }

        #main-nav > li.dropdown > a {
            padding-bottom: 12px;
        }

            #main-nav > li.dropdown > a .caret {
                border-bottom-color: #383838;
                border-top-color: #383838;
                display: inline-block;
                height: 0;
                position: absolute;
                right: 20px;
                top: 19px;
                width: 0;
            }

    #main-nav .sub-nav {
        background: none repeat scroll 0 0 #555555;
        border-bottom: medium none;
        display: none;
        list-style-type: none;
        margin-bottom: 0;
        margin-top: 0;
        padding: 1em 0 1em 25px;
        position: relative;
        top: 0;
        width: 100%;
    }

        #main-nav .sub-nav > li {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
            list-style-type: none;
            margin: 0 1em 0 0;
            padding: 0;
        }

            #main-nav .sub-nav > li > a {
                color: #FFFFFF;
                display: block;
                font-size: 12px;
                padding: 7px 15px 7px 30px;
                width: auto;
            }

                #main-nav .sub-nav > li > a:hover {
                    background-color: #4D4D4D;
                    border-radius: 5px;
                    text-decoration: none;
                }

                #main-nav .sub-nav > li > a i {
                    color: #FFFFFF;
                    font-size: 13px;
                    margin-right: 0.65em;
                    position: relative;
                    top: 1px;
                }

#content {
    background: none repeat scroll 0 0 #FFFFFF;
    left: auto;
    margin-left: 240px;
    min-height: 800px;
    position: relative;
    top: auto;
    width: auto;
    z-index: 18;
    height:auto;
}

#content-header {
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%);
    background-repeat: repeat-x;
    border-bottom: 1px solid #CCCCCC;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 96px;
    margin-bottom: 2em;
    position: relative;
    top: -96px;
    width: 100%;
}

    #content-header:before, #content-header:after {
        content: " ";
        display: table;
    }

    #content-header:after {
        clear: both;
    }

    #content-header h1 {
        color: #444444;
        font-size: 32px;
        font-weight: 400;
        left: 20px;
        letter-spacing: -2px;
        line-height: 96px;
        margin: 0;
        position: relative;
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    }

#content-container {
    padding: 0 20px;
    position: relative;
    top: -96px;
}

    #content-container .portlet {
        margin-bottom: 2em;
    }

    #content-container .row {
        margin-bottom: 2em;
    }

        #content-container .row.row-marginless {
            margin-bottom: 0 !important;
        }

        #content-container .row > div .portlet:last-child {
            margin-bottom: 0;
        }

#sidebar-wrapper.collapse, #top-bar.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
}

#wrapper {
    width: 100%;
}

#header {
    background: linear-gradient(to bottom, #3F3F3F 0%, #222222 100%) repeat-x scroll 0 0 #222222;
    border-bottom: 1px solid #000000;
    height: 77px;
    position: relative;
    width: 100%;
    z-index: 15;
}

body {
    background-attachment: fixed;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url("/Content/assets/spindleservices/background_tile.png");
    height: 100%;
    margin: 0;
}

#logoutForm {
    margin: 0px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.admin-sidenav {
    background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    margin: 30px 0 0;
    padding: 0;
    width: 228px;
}

    .admin-sidenav > li:first-child > a {
        border-radius: 6px 6px 0 0;
    }

    .admin-sidenav > li > a {
        border: 1px solid #E5E5E5;
        display: block;
        margin: 0 0 -1px;
        padding: 8px 14px;
    }

    .admin-sidenav > li:last-child > a {
        border-radius: 0 0 6px 6px;
    }

    .admin-sidenav > .active > a {
        border: 0 none;
        box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset;
        padding: 9px 15px;
        position: relative;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
        z-index: 2;
    }

.portlet {
    clear: both;
    position: relative;
    width: auto;
}

    .portlet .portlet-header:before, .portlet .portlet-header:after {
        content: " ";
        display: table;
    }

    .portlet .portlet-header:after {
        clear: both;
    }

    .portlet .portlet-header:before, .portlet .portlet-header:after {
        content: " ";
        display: table;
    }

    .portlet .portlet-header {
        background-image: linear-gradient(to bottom, #FAFAFA 0%, #EBEBEB 100%);
        background-repeat: repeat-x;
        border: 1px solid #D5D5D5;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        padding: 1px 15px;
        position: relative;
    }

        .portlet .portlet-header h1, .portlet .portlet-header h2, .portlet .portlet-header h3, .portlet .portlet-header h4, .portlet .portlet-header h5, .portlet .portlet-header h6 {
            color: #555555;
            display: inline-block;
            float: left;
            font-size: 15px;
            font-weight: 600;
            margin: 0 1em 0 0;
            padding: 10px 0;
            text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
            vertical-align: middle;
        }


.portlet .portlet-header h1 i, .portlet .portlet-header h2 i, .portlet .portlet-header h3 i, .portlet .portlet-header h4 i, .portlet .portlet-header h5 i, .portlet .portlet-header h6 i {
    color: #777777;
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle;
}

.portlet .portlet-content:before, .portlet .portlet-content:after {
    content: " ";
    display: table;
}

.portlet .portlet-content:after {
    clear: both;
}

.portlet .portlet-content:before, .portlet .portlet-content:after {
    content: " ";
    display: table;
}

.portlet .portlet-header + .portlet-content, .portlet .portlet-toolbar + .portlet-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 1px;
}

.portlet .portlet-content {
    background: none repeat scroll 0 0 padding-box #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    padding: 22px 10px 15px;
}

.view {
    margin-top: 40px;
}

.row-fluid .span12 {
    margin: 0px;
}

    #users-portlet {
        padding: 20px;
    }

.spindle-header{
	background-color: #fff;
	text-align: center;
	padding: 25px;
}

.nav-tabs.nav-stacked > li > a{
    background-color:white;
}

.nav-tabs.nav-stacked > li > a:hover{
    background-color: lightgray;
}

div.location-select{
    margin:0 0 12px 0;
}

div.user-header span{
    font-size:25px;
    line-height: 1.1;
    display:inline-block;
    width:30px;
    text-align:center;
}

div.user-header h3{
    display:inline-block;
    width:auto;
    margin:5px 0 15px;
}

div.user-header h3 a{
    display:inline-block;
    color: inherit;
}

div#create-user-header span{
    color:white;
    font-size:25px;
    display:inline-block;
    width:30px;
    text-align:center;
}

div#create-user-header h3{
    display:inline-block;
}

div#create-user-header h3 a{
    display:inline-block;
    color:white;
    text-shadow: 1px 1px 0 #000
}

div#create-user-main-content .tabbable {
    float:left;
    display:inline-block;
    width:10%;
}

div#create-user-main-content .tabbable .nav {
    margin-top:10px;
    margin-right:0px;
    float:right;
}

div#create-user-main-content  .tabs-left > .nav-tabs > li > a {
    background-color:lightgray;
}

div#create-user-main-content  .tabs-left > .nav-tabs > li > a:hover {
    background-color:white;
}


div#create-user-main-content .tabs-left > .nav-tabs > li > a.active {
    background-color: whitesmoke;
}

div#create-user-main-content .tab-content {
    float:left;
    display:inline-block;
    width:43%;
    background-color:white;
    border-radius:3px;
    margin-right:15px;
    min-height:280px;
}

div#create-user-main-content .user-info-wrapper {
    float:left;
    display:inline-block;
    width:43%;
    padding-left:20px;
}

div#create-user-main-content .user-info {
    border-radius:3px;
    background-color:white;
    padding-bottom:20px;
}

div#create-user-main-content .user-info dl{
    margin:0;
    padding-top:20px;
    padding-bottom:20px;
}

div#create-user-main-content .user-info button{
    margin-right:15px;
}

div#create-user-main-content .tab-content .tab-pane{
    width:80%;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom:30px;

}

.create-user-nav-row {
    margin-top:15px;
    margin-bottom:15px;
}

.create-user-nav-row button{
    margin-right:25px;
}


#login-content .form h4, #login-content label {
    color: white;
}


.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: block;
}

input[type="radio"], input[type="checkbox"] {
margin-top:0px;
margin-right:4px;
}

.tab-pane select{
    margin-bottom:0px;
}

div#userRegions .form-group{
    margin-top:20px;
    margin-bottom:20px;
}

div#userRegions .form-group:first-child{
    margin-top:10px;
}

div#users-content .form-search label {
    margin-left:10px;
    color:#000000;
}

div#filter-body-row{
    display:table;
    margin-top:20px;
}

div#users-table-wrapper{
    position:relative;
    min-height:100px;
}

div.filter-col{
    display:table-cell;
    padding-left:10px;
    padding-right:10px;
}

.filter-button{
    display:inline;
    padding-left:10px;
    padding-right:10px;
}

.paging-row{
    margin-top:15px;
    margin-bottom:15px;
}

.paging-details-row {
    display: table;
    width: 100%;
    margin: 6px 0;
}

.paging-details-cell {
    display:table-cell;
    vertical-align:middle;
    width:50%;

}

div#filter-button-row{
    margin-top:15px;
}

.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 0;
    padding-left: 0;
}
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #428bca;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #eee;
    border-color: #ddd;
    color: #2a6496;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
    cursor: default;
    z-index: 2;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #fff;
    border-color: #ddd;
    color: #999;
    cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: 18px;
    padding: 10px 16px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 12px;
    padding: 5px 10px;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    list-style: none outside none;
    margin: 20px 0;
    padding-left: 0;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager li > a, .pager li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
}
.pager li > a:hover, .pager li > a:focus {
    background-color: #eee;
    text-decoration: none;
}
.pager .next > a, .pager .next > span {
    float: right;
}
.pager .previous > a, .pager .previous > span {
    float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    background-color: #fff;
    color: #999;
    cursor: not-allowed;
}

.pagination, .carousel, .panel-title a {
    cursor: pointer;
}

div#user-profile-content .table th, div#user-profile-content .table td {
    text-align:left;
}

div#select-corp .modal-body label{
    display:inline-block;
    margin-right:10px;
}

div#select-corp .modal-body select{
    display:inline-block;
    margin-bottom:0px;
}

#user-header-row .span3 a{
    margin:10px 0;
}

#main-user-portlet .table th, #main-user-portlet .table td{
    text-align:left;
}

#setPswdModal .control-group {
    display:block;
}

.valid-indicators{
    display:inline-block;
}

#createUserModal .modal-body .form-group{
    margin:10px 0;
}

#create-user-pswd .control-group{
    display:block;
}

#userFacilities ul, #userRoles ul{
    list-style:disc;
}

#user-permissions .table tr td ul{
    list-style:disc;
    padding:0;
}

#adjustRequirementsModal form .controls input{
    width:80px;
}

#adjustRequirementsModal form {
    margin: 0 auto;
    text-align: center;
    width: 340px;
}

#createRequirementsModal form{
    width:300px;
    margin:0 auto;
}

.content-wrapper{
    margin-top: 10px;
}

.admin-employees .well .content-wrapper .col-wpoh-included form.editable-checkbox{
    float:right;
}

.admin-employees .well .content-wrapper .col-wpoh-included .control-group{
    width:60%;
}

.admin-reqs .well h4{
    display:inline-block;
}

.admin-reqs .alert-wrapper{
    display:block;
    width:100%;
}

.admin-reqs .well .main-content .header-wrapper{
    position:relative;
}

.admin-reqs .well .main-content .header-wrapper .reqs-btn-group{
    position:absolute;
    right:0;
    top:5px;
}

.admin-reqs .well .main-content .header-wrapper h4{
    display:inline-block;
    width:100%;
}

.admin-reqs .well .btn-create-reqs{
    margin-top:5px;
}

.admin-reqs .well .main-content .reqs-class-name{
    margin-left:17px;
}

.admin-reqs .well .main-content .adjust-wrapper input{
    margin:0;
    width:55px;
}

.admin-reqs .well .main-content .spinner-wrapper{
    width:80px;
    display:inline-block;
    text-align:right;
}

.admin-reqs .well .main-content .ui-spinner{
    width:100%;
}

.admin-reqs .well .main-content .ui-spinner input{
    width:100%;
}

#createRequirementsModal form .control-group{
    margin-right:0;
}

#createRequirementsModal form .control-group.include-classifications{
    width:100%;
    text-align:center;
}

#createRequirementsModal form label.reqs-date-label{
    display:inline-block;
    margin:0 10px 0 0;
}

#createRequirementsModal form .singleDatePicker{
    display:inline-block;
    margin:5px 0 0;
}

#createRequirementsModal form .singleDatePicker b.caret{
    display:inline-block;
    margin:8px 0;
}

#createRequirementsModal .modal-body .alert-info{
    margin-top:0;
}

table td number-only-input input{
    width:60px;
    text-align:center;
    margin:0 !important;
}

.admin-kpi-entry table td .singleDatePicker .caret{
    margin-top:8px;
}

.admin-kpi-entry table td.text-left{
    text-align:left;
}

.admin-kpi-entry table td div.alert{
    margin:10px 0 0;
}

.admin-kpi-entry table td div.alert p{
    margin:0;
}


div#createKpiEntryModal .singleDatePicker .caret{
    margin-top:10px;
}

div#createKpiEntryModal .modal-body .alert{
    margin:0;
}

div#createKpiEntryModal .modal-body .alert p{
    margin:0;
}

.admin-menu-content-wrapper{
    padding:0 25px 0 0;
    position:relative;
    margin-top:15px;
}

@media (max-width:768px){
    .admin-menu-content-wrapper{
        padding:0;
    }
}

@media (max-width:545px)
{
    .admin-users-facilities{
        display:none;
    }
}

@media (max-width:445px)
{
    .admin-users-logins{
        display:none;
    }
}

div.panel div.panel-heading h3.panel-title{
    display:inline-block;
    width:auto;
}



.admin-timeclock .col-select{
    vertical-align:top;
}

.admin-timeclock .col-select button.btn-primary{
    background-color: transparent !important;
    border-color: transparent !important;
    color: #777 !important;
    padding:0;
    border:0;
}

.admin-timeclock .panel-btn-group > button.btn,
.admin-timeclock .panel-btn-group > div.col-select{
    padding:6px 10px 5px;
    border:0;
    color:#333;
    background-color:transparent;
}

.admin-timeclock .panel-heading .panel-btn-group{
    margin-top:-5px;
}

.admin-timeclock .panel-btn-group > div.col-select{
    padding:0;
}

.admin-timeclock .panel-btn-group > div.col-select .multiSelect .multiSelectItem,
.admin-timeclock .panel-btn-group > div.col-select .multiSelect .multiSelectItem label{
    color:#777;
}

.admin-timeclock .multiSelect .checkboxLayer {
    right:0;
}

.admin-timeclock .multiSelect > button{
    min-height:30px !important;
}

.admin-analytics .row.five-col{
    display:table;
    width:100%;
}

.admin-analytics .row.five-col .col{
    width: 25%;
    display:table-cell;
    padding:0 10px;
}

.admin-analytics .row.five-col .col .portlet h1{
    text-align:center
}

.admin-analytics .row h1{
    font-weight:900;
}
.admin-analytics .row.five-col .col .portlet .section-header{
    border:0;
}

.admin-analytics .page-header{
    border:0;
    padding-left:20px;
}

.admin-analytics .page-header h3{
    font-weight:300;
}

.kpi-entry-content .col-select,
.water-energy-content .col-select{
    vertical-align:top;
}

.kpi-entry-content .multiSelect .caret,
.water-energy-content .multiSelect .caret{
    margin: 0 5px 0 5px !important;
}

.kpi-entry-content .col-select button.btn-primary,
.water-energy-content .col-select button.btn-primary{
    background-color: transparent !important;
    border-color: transparent !important;
    color: #777 !important;
    padding:0;
    border:0;
    min-height:auto !important;
    background-image: none !important;
}

.kpi-entry-content .panel-heading .panel-btn-group,
.water-energy-content .panel-heading .panel-btn-group{
    position:absolute;
    top:5px;
    right:10px;
}

.kpi-entry-content .panel-btn-group > button.btn,
.kpi-entry-content div.col-select,
.water-energy-content .panel-btn-group > button.btn,
.water-energy-content div.col-select{
    padding:6px 10px 5px;
    border:0;
    color:#777;
    background-color:transparent;
}

.kpi-entry-content div.col-select{
    padding:3px 10px;
}

.water-energy-content div.col-select{
    padding:5px 10px;
}

.kpi-entry-content div.col-select .multiSelect .multiSelectItem,
.kpi-entry-content div.col-select .multiSelect .multiSelectItem label,
.water-energy-content div.col-select .multiSelect .multiSelectItem,
.water-energy-content div.col-select .multiSelect .multiSelectItem label {
    color: #777 !important;
}

.kpi-entry-content .multiSelect .checkboxLayer,
.water-energy-content .multiSelect .checkboxLayer{
    right:15px;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 25px;
    margin: 0;
}
.dragover {
    border: 5px dashed blue;
}

/*.water-energy-content .row.well{
    min-height:600px;
}*/


.uib-datepicker-popup.dropdown-menu{
  display: block;
}

div.btn-group div.btn-multi-select{
    padding: 4px 10px 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-left:0;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}

div.side-menu-close{
    position: absolute;
    right:0;
    top:10px;
    z-index: 10;
}


div.side-menu-open{
    position: absolute;
    top:10px;
    z-index: 10;
}

div.pro-equip-content label,
div.pro-equip-content .multiSelect .multiSelectItem .acol label{
    color: #333;
}


.pro-edit-view-header {
    display:inline-block;
    margin-bottom:30px;
}

.pro-edit-view-close {
    margin-top:10px;
    cursor:pointer;
}

.form-horizontal .form-group.editable-controls {
    margin-right: 0;
    margin-left: 0;
}


.form-inline-row .form-group{
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}


div.assets-select .multiSelect .multiSelectItem.multiSelectGroup .acol label {
    font-weight: bold;
}


div.ui-select-control .ui-select-match .btn{
    padding: 8px 40px 5px 10px;
    height:38px;
}

div.spindle-pro .text-angular-control ul{
    list-style:initial;
}

div.spindle-pro .text-angular-control .ta-editor.ta-html,
div.spindle-pro .text-angular-control .ta-scroll-window.form-control,
div.spindle-pro .text-angular-control .ta-scroll-window > .ta-bind{
    min-height: initial;
}

div.spindle-pro .ui-select-bootstrap > .ui-select-choices {
    width:initial;
}

div.spindle-pro .work-order-indicator{
    display:inline;
}

div.spindle-pro .pm-instruction-details-options-btn{
    margin-left: 20px;
    margin-top: -5px;
}

div.spindle-pro .wo-history-file-icon {
    width:15px;
}

div.spindle-pro .wo-history-download-icon {
    width:20px;
}

div.spindle-pro .day-highlight.status-pending a,
div.spindle-pro .day-highlight.status-in-progress a{
    color:#000000;
}

div.spindle-pro .day-highlight.status-not-created a,
div.spindle-pro .day-highlight.status-ignored a,
div.spindle-pro .day-highlight.status-completed a,
div.spindle-pro .day-highlight.status-overdue a{
    color:#FFFFFF;
}

div.spindle-pro .pro-calendar-view .btn:not(.active){
    color:#FFFFFF;
}

div.spindle-pro .filter-control label{
    display: block;
}

div.spindle-pro div#pm-instructions-table table tbody{
    border-bottom: 1px solid #777777;
}

div.spindle-pro div#asset-pmi-schedules label,
div.spindle-pro div#pmi-asset-schedules label{
    display: block;
}

div.spindle-pro div#asset-pmi-schedules div.control-wrapper button.btn,
div.spindle-pro div#asset-pmi-schedules div.control-wrapper div.ui-select-control,
div.spindle-pro div#pmi-asset-schedules div.control-wrapper button.btn,
div.spindle-pro div#pmi-asset-schedules div.control-wrapper div.ui-select-control{
    display: inline-block;
    vertical-align:top
}

div.ng-toast ul.alert-list{
    padding: 0;
}

.ng-toast.ng-toast--right .ng-toast__message p,
.ng-toast.ng-toast--right .ng-toast__message li{
    text-align: left;
}


div.ui-select-match a.clear-ui-select-btn{
    position:absolute;
    right:20px;
}

div.spindle-pro table.maint-sch-list tr.selected-row td{
    background-color: #d4d4d4;
}

button#maint-date-picker.as-active {
    color:#333;
    background-color:#c4c4c4;
    border-color:#adadad;
    box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);
}

div.print-next-due {
    cursor: pointer;
}

span.admin-expand-wrapper{
    width: 23px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
}

div.spindle-pro td.pmi-description-cell .editable-input.editable-has-buttons{
    width:100%;
}

div.spindle-pro div#print-work-orders{

}

div.spindle-pro div#print-work-orders-header h3{
    margin:5px 0 20px;
    display:inline-block;
}

div.spindle-pro div.print-work-order-view{
    margin-bottom:20px;
    /*border-bottom: 1px solid #808080;*/
}

div.spindle-pro div.wo-paging-ctrl{
    display:inline-block;
}
div.spindle-pro div.wo-paging-ctrl-wrapper{
    margin-bottom:20px;
}
div.spindle-pro span#asset-make-model,
div.spindle-pro span#asset-serial{
    display:block;
}
div#print-work-orders-view button.print-preview-only{
    display:none;
}

div#maint-calendar-content div.filter-control div.status-select span.status-indicator {
    display: inline-block;
    background-color: #c3c3c3;
    width: 12px;
    height: 12px;
    margin-right: 2px;
    margin-bottom: 2px;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    border: 1px solid #ffffff;
    vertical-align: middle;
}

td.step-instruction-field .ta-scroll-window > .ta-bind {
    height: auto;
    min-height:initial;
}

td.step-instruction-field .ta-editor.ta-html,
td.step-instruction-field .ta-scroll-window.form-control {
    min-height: initial;
}

div.ui-select-match .btn-default {
    padding: 6px 35px 6px 12px;
}

tr.highlight-row{
    background-color: #fff155;
}

/*#woDetailsModal div.modal-body {
    max-height: 625px;
}*/

#woDetailsModal.in .dropdown-menu > li > a {
    background-color: initial;
    color: initial;
    /*background-color: #606264;
    color: #fff;*/
}

#woDetailsModal.in .dropdown-menu > li > a:hover {
    background-color: #606264;
    color: #fff;
}


.spindle-pro text-angular .btn-toolbar{
    display: none;
}

.spindle-pro text-angular .ta-editor{
    top: 5px;
}

div.ms-dialog .modal-body{
    max-height: initial;
}

div.ms-dialog .modal-body .assets-form-group .asset-desc-input,
div.ms-dialog .modal-body .assets-form-group .assets-select {
    display: inline-block;
}

div.ms-dialog .modal-body .assets-form-group ul {
    list-style: initial;
}

div.ms-dialog .modal-body .assets-form-group .assets-select .multiSelect .checkBoxContainer {
    max-height: 400px;
    overflow-y: auto;
}

div.ms-dialog .ta-editor.ta-html,
div.ms-dialog .ta-scroll-window.form-control,
div.ms-dialog .ta-scroll-window > .ta-bind {
    min-height: initial;
}


div#wo-parts-required-input pre {
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
}

div#wo-parts-required-input a {
    display:inline;
}

div#wo-parts-required-input a pre {
    color: inherit;
    margin: 0;
    display:inline;
}


    div#wo-parts-required-input pre textarea.form-control {
        height: auto;
    }

div.ms-dialog.in .dropdown-menu > li > a{
    background-color: initial;
    color:initial;
}

    div.ms-dialog.in .dropdown-menu > li > a:hover,
    div.ms-dialog.in .dropdown-menu > li > a:focus {
        background-color: #919191;
        color: #FFFFFF;
    }

    div.ms-dialog.in .dropdown-menu > .active > a,
    div.ms-dialog.in .dropdown-menu > .active > a:hover,
    div.ms-dialog.in .dropdown-menu > .active > a:focus {
        background-color: #444;
        color: #FFFFFF;
    }

    div[name="calendarSlideBox"] {
        display:none;
    }

.form div.form-group-wrapper div.form-group,
form div.form-group-wrapper div.form-group {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

div.single-datepicker-wrapper{
    position: relative;
}

div.status-missed > a,
div.status-overdue > a,
div.status-completed > a,
div.status-suspended > a,
div.status-in-progress > a{
    color: #FFFFFF;
}

div.status-scheduled > a{
    color: #000000;
}

div#terms-inner-wrapper .multiSelect .multiSelectItem .acol label{
    color: initial;
}

body.admin-page div.user-header {
    display:inline;
}


body.admin-page .section-header{
    border:0;
    text-transform:none;
    text-shadow: none;
    display:inline;
}

    body.admin-page .section-header div.regions-wrapper ul.dropdown-menu,
    body.admin-page .section-header div.location-wrapper ul.ui-select-choices {
        left: unset;
        right: 0;
    }

    body.admin-page .section-header .regions-wrapper,
    body.admin-page .section-header .location-links-wrapper {
        display: inline-block;
        vertical-align: top;
    }

body.admin-page table.manual-reading-table thead tr th a {
    color: #333;
    cursor: pointer;
}

body.admin-page div.admin-employees div.margin-bottom{
    margin-top: 20px;
}

div.form-group-wrapper div.form-group input,
div.form-group-wrapper div.ui-select-container{
    max-width: 200px;
}

#pmDetailsModal div.wo-advanced-filters div.filter-control{
    vertical-align:top;
}

#pmDetailsModal div.wo-advanced-filters div.filter-control label {
    display: block;
}

#schedulePmModal.ms-dialog{
    
}

#schedulePmModal.ms-dialog div.modal-body {
    position: static;
    overflow: unset;
}

#addEditPartModal div.modal-body .multiSelect .checkBoxContainer,
#schedulePmModal.ms-dialog div.modal-body .multiSelect .checkBoxContainer {
    overflow-y: auto;
    max-height: 275px;
}


@media (min-width: 768px) {
    #schedulePmModal.ms-dialog .modal-dialog {
        width: auto;
        max-width:650px;
    }
}


.qr-code img {
    display: block;
    margin: 0 auto;
}

.asset-qr-wrapper {
    width: 100%;
}

.qr-wrapper {
    width: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 30px auto;
}

span.qr-code {
    display: block;
    margin: 0 auto 10px;
}

.qr-modal-wrapper{
    width: 100%;
    text-align:center;
}

div#breadcrumb.section-header div.dropdown-wrapper {
    display: inline;
}


div#facility-translations-page div#breadcrumb.section-header div.dropdown-wrapper {
    float: right;
}

div#facility-translations-page div#breadcrumb.section-header h3 {
    margin: 5px 0 10px 20px;
    font-size: 24px;
}

div.maint-admin-page form.editable-wrap{
    width: 90%;
}

div.maint-admin-page form.editable-wrap div.editable-controls {
    min-width: 90%;
}

    div.maint-admin-page form.editable-wrap div.editable-controls input.editable-input {
        width:100%;
    }

div.virtual-rail-admin-content div#breadcrumb.section-header h3,
div.devops-admin-content div#breadcrumb.section-header h3 {
    display: inline-block;
    width: auto;
    font-size: 24px;
    margin: 5px 0 12px;
}

div.virtual-rail-admin-content div#breadcrumb.section-header div.dropdown-wrapper,
div.devops-admin-content div#breadcrumb.section-header div.dropdown-wrapper {
    float: right;
}


.pre-wrap {
    white-space: pre-wrap;
}

.pre {
    white-space: pre;
}


div#pm-order-details div.modal-body div.comments-wrapper form.editable-text div.editable-controls {
    min-width: 320px;
} 
/********************************************/
/*********** Impact Design ******************/
/********************************************/
html{
	height:100%;
	min-height:100%;
}
body
{
	margin: 0;
    padding:0px;
	height:100%;
	/*background-color: #000;*/

	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background-attachment: fixed;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%), url("/Content/assets/spindleservices/background_tile.png");/* W3C */


	background-image: url("/Content/assets/spindleservices/background_tile.png");
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%), url("/Content/assets/spindleservices/background_tile.png"); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))), url("/Content/assets/spindleservices/background_tile.png"); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%), url("/Content/assets/spindleservices/background_tile.png"); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%), url("/Content/assets/spindleservices/background_tile.png"); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%), url("/Content/assets/spindleservices/background_tile.png"); /* IE10+ */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%), url("/Content/assets/spindleservices/background_tile.png"); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */

}
@font-face {
  font-family: 'Roboto Light';
  src: url('../../fonts/Roboto-Light.ttf') format("TrueType");
}
@font-face {
  font-family: 'Roboto Regular';
  src: url('../../fonts/Roboto-Regular.ttf') format("TrueType");
}

body.sl-login{
	font-family:"Roboto Light";
}
body.sl-login .page-wrapper {
    padding: 0;
}
body.sl-login .row{
    margin:0;
}
body.sl-login .login-footer-cell {
        width:25%;
        display: table-cell;
        padding: 20px 5px;
}

@media(max-width:1100px){
    body.sl-login .login-footer-cell{
        width:100%;
        display: block;
    }
}
body.sl-login{
    background-image: none;
    background-color: #fff;
}
body.sl-login h3{
    color:#fff;
    text-decoration:none;
    font-family: "Roboto Regular",sans-serif;
    padding:0px 20px;
}
body.sl-login a{
    color:#fff;
    text-decoration:none;
    font-family: "Roboto Regular",sans-serif;
}
body.sl-login .controls a {
    font-family: "Roboto Light",sans-serif;
}
body.sl-login h5, body.sl-login p{
    font-family: "Roboto Regular",sans-serif;
}
body.sl-login label {
    color:#000;
    font-weight:normal;
    font-family: "Roboto Light",sans-serif;
}
body.sl-login .footer-wrapper{
    display:none;
}
    body.sl-login .btn {
        border-radius: 0px;
        font-family: "Roboto Regular",sans-serif;
        background-color: #01426a;
        color: #fff;
        padding: 16px 32px;
    }
body.sl-login .btn[disabled]:hover{
    background-color: #999999;
    color: #fff;
}

body.sl-login input {
    padding: 8px;
}

#header{
	background-color:#fff;
	font-size: 13px;
}

#header .brand{
	display: block;
	margin: 10px 30px 30px 130px;
}

.brand-wrapper {
    left: 40px;
    position: absolute;
    top: 30px;
}

.spindle-header{
	background-color: #fff;
	text-align: center;
	padding: 25px;
}

.portlet-config {
    position:relative;
    border-radius:5px;
    background-color:#FFFFFF;
    height:250px;
    padding:10px;
}

.portlet-footer{
    position: absolute;
    bottom: 0px;
    height: 30px;
    width:90%;
    margin: 0 auto;
    margin-bottom:10px;
}

.main-content-top-nav .navbar {
    background-color: #444444;
    background-image: none;
    border-width: 0;
    border-color: #FFFFFF;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.top-nav li{
    background-color:#606264;
    color:#ffffff;
    -moz-border-left-radius: 5px;
    -webkit-border-left-radius: 5px;
    -khtml-border-left-radius: 5px;
    border-radius: 5px;
}

.top-nav .dropdown-menu li{
	background-color: #fff;
	color: #606264;
}

div#myTab nav.navbar .navbar-collapse {
    padding:0;
}

.navbar-inverse .nav-collapse .nav > li > a,
.navbar-inverse .nav-collapse .dropdown-menu a{
    color: #FFFFFF;
}

.navbar .nav .dropdown-menu li > a{
    padding:7px 20px;
}

.nav{
    margin-bottom: 10px;
}

.navbar .in .nav > li > a{
    margin-left: 0;
    margin-right: 0;
}

.navbar .nav.pull-right > li > a{
	margin: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a{
    background-color: #919191;
    /*background-image: linear-gradient(to bottom, #0088CC, #0077B3);*/
	background-image:none;
    background-repeat: repeat-x;
    color: #FFFFFF;
    text-decoration: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #919191;
    /*background-image: linear-gradient(to bottom, #0088CC, #0077B3);*/
	background-image:none;
    background-repeat: repeat-x;
    color: #FFFFFF;
    outline: 0 none;
    text-decoration: none;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #606264;
    color: #fff;
}

.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.navbar .nav .dropdown{
	line-height: 20px;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
}

.navbar-fixed-top .container-fluid
{
    background-color:#FFF;
}

.dropdown-menu .divider {
    background-color: #333333;
    border-bottom: 1px solid #333333;
}
.page-wrapper{
	padding: 0 40px;
}

#token-exp-noti,
#corp-noti{
    background-color:#606264;
    border:1px solid red;
    position:relative;
}

#maint-noti{
    background-color:#ffd;
    position:relative;
}
#maint-noti .maint-msg{
    font-weight:bold;
    text-align:center;
    margin:0px;
    padding:10px 0;
    border-bottom:1px solid black;
}

#token-exp-noti p,
#corp-noti p{
    text-align:center;
    margin:0px;
    padding:10px 0;
    color:#fff;
}

#maint-noti div.close-icon{
    position:absolute;
    cursor:pointer;
    top:10px;
    right:10px;
    width:20px;
    height:20px;
    text-align:center;
}
#maint-noti i.preview{
    position:absolute;
    top:13px;
    left:10px;
}

#inactive-alert{
     margin:20px 0;
}

#login-form form, #forgot-password-form form{
     margin-top:30px;
     margin-bottom: 20px;
}

#token-exp-noti a, #corp-noti a{
    color:#fff;
    text-decoration:underline;
}

#dept-content > div:not(:nth-child(1)){
    margin-top:20px;
}

#facility-content > div:not(:nth-child(1)){
    margin-top:20px;
}

#charts-content > div:not(:nth-child(1)){
    margin-top:20px;
}

#myTab{
    font-size: 13px;
    margin: 0 0 15px;
    padding: 20px 40px 30px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#ececec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
    position:relative;
}

#myTab ul.nav{
	margin-bottom: 0;
	margin-left: -15px;
}

#myTab .navbar .container .nav > li > a{
    color: #ffffff;
}

#myTab .dropdown-menu li{
    margin-right: 0;
}

.dropdown-submenu .dropdown-menu{
    left: -100%;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #fff;
}
#myTab .active > a, #myTab .active > a:hover, #myTab .active > a:focus {
	color: #fff;
	background-color: #919191;
}

#myTab li > a:hover, #myTab li > a:focus {
    border-color: #919191;
	color: #fff;
	background-color: #919191;
	/*text-shadow: 1px 0px 0px #000000;*/
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #919191;
    text-decoration: none;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    background-color: #f5f5f5;
	cursor: pointer;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus{
	background-color: #007ac9;
}

.navbar .nav > li > .dropdown-menu:after {
    border-bottom-color: #444444;
}

.nav-collapse .dropdown-menu {
    background-color: #444444;
}

li.nav-breadcrumb.nav-breadcrumb-first {
	background-color: #606264;
	border-radius: 5px 0px 0px 5px;
}

li.nav-breadcrumb {
	background-color: #606264;
	border-radius: 0;
}

li.nav-separator.nav-breadcrumb{
	border-right: solid 1px #fff;
}

.in li.nav-separator{
	/*background-color: #444;*/
	border-radius: 0;
	border-width: 0;
}

.in .dropdown-menu > .active > a, .in  .dropdown-menu > .active > a:hover, .in .dropdown-menu > .active > a:focus{
	background-color: #444;
}
.in .dropdown-menu > li > a{
	background-color: #606264;
	color: #fff;
}

.in  .dropdown-menu > li > a:hover, .in .dropdown-menu > li > a:focus{
	background-color: #444;
	color: #fff;
}

.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus{
	background-color: #606264;
}

.nav-separator-over1{
	float: right;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #ffffff;
	margin: 13px -11px 0 0px;
}


.in .nav-separator-over1, .in .nav-separator-over2{
	display: none;
}

.nav-separator-over2{
	float: right;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #606264;
	margin: 13px -9px 0 0;
}

.navbar .navbar-toggle {
    background-color: #444444;
    background-image: none;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus, .navbar .navbar-toggle:active, .navbar .navbar-toggle.active, .navbar .navbar-toggle.disabled, .navbar .navbar-toggle[disabled] {
    background-color: #606264;
    color: #FFFFFF;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #f5f5f5;
}
/* Making active buttons slightly darker, but not make disabled buttons too dark */
.btn:active, .btn.active{
	background-color: #c4c4c4;
}

#myTab .home-menu-link,
#desktop-navbar ul.main-menu li:first-child {
    margin-left: 5px;
}

.navbar .nav .dropdown {
    line-height: 20px;
}
.messaging-btns {
    padding: 6px 12px;
    position: absolute;
    right: 30px;
    top: 0;
}

.dateTime-display.desktop {
    color: #CCCCCC;
    padding: 15px 12px;
	 line-height: 20px;
}

.dateTime-display.mobile {
    display:none;
}
.refresh-switch.mobile{
    display:none;
}

.fa-refresh{
    cursor:pointer;
}
.mobile-refresh{
    display:none;
}
.corpdatepicker.mobile{
    display:none;
}


.messaging-btns .btn{
    line-height: 14px;
    padding: 4px;
}

.navbar-inverse .divider-vertical {
    border-left-color: #444444;
    border-right-color: #333333;
}

.table-striped tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > th {
  /*background-color: #cecece;*/
}


.section-header{
	color: #ffffff;
	border: solid 1px #c5c5c5;
	border-radius: 2px;
    text-transform: uppercase;
	margin: 0 0 15px 0 ;
    padding: 0px;
	font-size: 12px;
    text-align: center;
	text-shadow: 1px 1px 0px #000;
    position:relative;
}

.section-header .dropdown-menu{
    text-transform:none;
}

.sidebar-header h3,
.section-header h3 {
	font-size:17px;
    display: inline-block;
    margin:10px 0;
}

.section-header h4 {
    font-size: 15px;
}

.section-header div#eqmreportrange,
.section-header div#reportrange{
    display: inline;
    width:200px;
    margin:0 auto;
}

.page-header h6{
	font-size: 12px;
}

.chart-row-wrapper{
	margin: 0 0 20px 0;
	border-radius: 0 0 5px 5px;
	overflow:hidden;

	-webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}

#login{
	color: #fff;
	margin: 0 auto;
	width: 600px;
}

#login .control-label{
	/*color: #fff;*/
}
.chart-legend{
	margin: 234px 0 0 0;
	text-align: center;
}

.chart-row{
	padding: 10px 15px;

	background: -moz-linear-gradient(top, rgba(185,185,185,0) 0%, rgba(185,185,185,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(185,185,185,0)), color-stop(100%,rgba(185,185,185,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(185,185,185,0) 0%, rgba(185,185,185,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(185,185,185,0) 0%, rgba(185,185,185,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(185,185,185,0) 0%, rgba(185,185,185,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(185,185,185,0) 0%, rgba(185,185,185,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9b9b9', endColorstr='#b9b9b9',GradientType=0 ); /* IE6-9 */

}

.plant-chart-row {
	padding: 10px 15px 35px;
}

.chart{
	margin: 5px 0 0 0;
	min-height: 175px;
}

.chart-header{
	color: #ffffff;
	-webkit-text-shadow: 1px 1px 0px #000;
	text-shadow: 1px 1px 0px #000;
    width:100%;
    position:relative;
    display:block;

}

.alert-header-wrapper .chart-header{
    width:auto;
}



.chart-header h4 {
	font-size: 16px;
    text-align: center;
    margin:0 0 10px;
}

#regional-data{
	/*background-color: #fff;*/
	margin: 0;
}

.alert-info{
	/*margin-top: 30px;*/
    margin: 5px 0;
}

.data-indicator-bottom {
    left: 1px;
	right: 1px;
	bottom: -27px;
    margin: 0 auto;
    padding: 7px;
    text-align: center;
    width: 95px;
}

.alert-positive, .Good{
	background: rgb(15,216,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(15,216,0,1) 0%, rgba(0,128,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(15,216,0,1)), color-stop(100%,rgba(0,128,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(15,216,0,1) 0%,rgba(0,128,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(15,216,0,1) 0%,rgba(0,128,9,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(15,216,0,1) 0%,rgba(0,128,9,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(15,216,0,1) 0%,rgba(0,128,9,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fd800', endColorstr='#008009',GradientType=0 ); /* IE6-9 */
}

.alert-nomovement, .Avg{
	background: rgb(227,107,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(227,107,0,1) 0%, rgba(187,88,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,107,0,1)), color-stop(100%,rgba(187,88,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(227,107,0,1) 0%,rgba(187,88,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(227,107,0,1) 0%,rgba(187,88,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(227,107,0,1) 0%,rgba(187,88,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(227,107,0,1) 0%,rgba(187,88,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e36b00', endColorstr='#bb5800',GradientType=0 ); /* IE6-9 */
}

.alert-negative, .Bad {
	background: rgb(230,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(230,0,0,1) 0%, rgba(154,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,0,0,1)), color-stop(100%,rgba(154,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(230,0,0,1) 0%,rgba(154,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(230,0,0,1) 0%,rgba(154,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(230,0,0,1) 0%,rgba(154,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(230,0,0,1) 0%,rgba(154,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60000', endColorstr='#9a0000',GradientType=0 ); /* IE6-9 */
}

.alert-inactive{
    background: #545454; /* Old browsers */
    background: -moz-linear-gradient(top, #545454 0%, #939393 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545454), color-stop(99%,#939393)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #545454 0%,#939393 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #545454 0%,#939393 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #545454 0%,#939393 99%); /* IE10+ */
    background: linear-gradient(to bottom, #545454 0%,#939393 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#939393',GradientType=0 ); /* IE6-9 */
}
.table > tfoot > tr > th,
.table > thead > tr > th,
.table tr.header-row > th {
    vertical-align: middle;
	 background-color: #f5f5f5;
}

.table .manual-task-header th{
   vertical-align: middle;
	background-color: #f5f5f5;
	text-align: center;
}

.data-table{
	background-color: #fff;
}

.data-table th, .data-table tr.header-row th:not(:first-child){
	text-align: center;
}

.data-table-body th{
	text-align: center;
}

#corp-dlm-portlet .data-table tr td:first-child a.btn,
.data-table th a,
.show-more-fewer-wrapper a {
    color: #333333;
	 cursor: pointer;
}

.data-table-body td{
	padding: 0;
	text-align: center;
}

.data-table-body td a{
	-moz-box-sizing: border-box;
	display: block;
	padding: 8px;
}

.data-table-body td a:hover{
	/*background-color: #808080;*/
	text-decoration: none;
}

.data-table-body .row-identity{
	text-align: left;
}

.week-table-summary-row td{

}
.week-table-summary-row td.disabled a{
	color: #000;
}

#week-data-table td.disabled a{
	color: #000;
}

.current-day{
	color: #006DCC;
}

.DLMTickerItem .stoplight-info {
    overflow: hidden;
    white-space: nowrap;

}

div.description
{
    position: absolute; /* absolute position (so we can position it where we want)*/
    bottom: 31px; /* position will be on bottom */
    left: auto;
    /* hide it */
    /* styling bellow */
    background-color: transparent;
    font-family: 'tahoma';
    font-size: 17px;
    color: #fff;
	width: 100%;
	text-align:center;
    font-weight: bold;
}

.sidebarToggle{
	margin: 10px;
}

.sidebar-content-wrapper {
	margin: 0 0 20px 0;
    border-radius: 0 0 5px 5px;
	overflow:hidden;

	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}

.sidebar-content{
    font-size:12px;
	/*border: 1px solid #FFFFFF;*/
	padding: 0 8px 8px;
	height: auto;
    position:relative;

	background: -moz-linear-gradient(top, rgba(185,185,185,0) 0%, rgba(185,185,185,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(185,185,185,0)), color-stop(100%,rgba(185,185,185,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(185,185,185,0) 0%,rgba(185,185,185,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(185,185,185,0) 0%,rgba(185,185,185,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(185,185,185,0) 0%,rgba(185,185,185,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(185,185,185,0) 0%,rgba(185,185,185,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9b9b9', endColorstr='#b9b9b9',GradientType=0 ); /* IE6-9 */
}

.sidebar-content-wrapper a:active{
	color: #fff;
}

.sidebar-message-content{
	height: 100%;
}

.sidebar-header {
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 1px;
    text-shadow: 1px 1px 0 #000;
    text-align:center;
}


div#dept-content .sidebar-header h3 {
    display: inline-block;
    font-size: 17px;
    left: 75px;
    margin: 0;
    position: absolute;
    text-align: left;
}

div#dept-content .sidebar-header .fa{
    margin-top:10px;
    margin-right:5px;
}


#message-send .btn-group{
	display: block;
}

#message-send .btn-group .btn{
	width: 90%;
}

#message-send .btn-group .dropdown-toggle{
	width: 10%;
}

footer{
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 25px 0 3px 0;
	overflow: hidden;
}

.footer-content{
	padding: 10px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
	background: -moz-linear-gradient(top, rgba(213,213,213,0) 71%, rgba(206,206,206,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(71%,rgba(213,213,213,0)), color-stop(100%,rgba(206,206,206,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(213,213,213,0) 71%,rgba(206,206,206,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(213,213,213,0) 71%,rgba(206,206,206,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(213,213,213,0) 71%,rgba(206,206,206,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(213,213,213,0) 0%,rgba(206,206,206,0.14) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d5d5d5', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
}

.footer-content .nav{
	margin: 0;
}

footer a{
	color: #c5c5c5;
}

footer li.disabled a{
	color: #c5c5c5;
}



.cog-btn {
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
}

.cog-btn:hover, .cog-btn:focus{
    color: #333333;
}

.fa-calendar + .fa-caret-down{
    margin-left: 3px;
}


div#no-emp-over-alert{
    margin-top:0px;
    margin-bottom:10px;
}

div#no-emp-under-alert{
    margin:0px;
}

div#dept-content .fa-exclamation-triangle{
    color:#f89406;
}


.wrapper{
    position:relative
}


body{
    position:relative;
}

.modal-backdrop{
    position:fixed;
}

.indicator {
    position: absolute;
    left: 47.3%;
    top: 40%;
}

div#ranked .indicator{
    position: absolute;
    left: 40%;
    top: 40%;
}

.ai-circled {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
}

.loading-bg {
    background-color: #ffffff;
    border-radius: 5px;
    height: 80px;
    width: 100%;
}


    .oppTable {
        margin-bottom: 0px;
    }

    .well {
        /*margin: 0px;*/
    }

    html {
        overflow-y: scroll;
    }

    	#embedded-chat-feed {
		height: 600px;
		background-color: #FFFFFF;
		border-radius: 0 0 5px 5px;
		padding: 10px;
	}

    .table td.equip-row, .table td.manual-class-name {
        padding-left:20px;
    }

    .table td.lane-row{
        padding-left:40px;
    }

    .fa{
        cursor:pointer;
    }

    .login-alert, .table-hover .login-alert {
        font-weight:bold;
        background-color:#ff0000 !important;
        color:#ffffff;
        -webkit-animation: pulsate 1s ease-out;
        -webkit-animation-iteration-count: infinite;
    }

    .portlet-content-wrapper{
        overflow-y:auto;
		  max-height:835px;
    }

    #eqmreportrange,
    #reportrange,
    .reportrange {
        cursor: pointer;
		  padding: 15px 15px;
		  line-height: 20px;
        text-shadow: none;
        color:white;
    }

        #eqmreportrange .caret,
        #reportrange .caret,
        .reportrange .caret {
            color:white;
            margin-left: 2px;
            margin-top: 0px;
            border-bottom-color: #FFFFFF;
            border-top-color: #FFFFFF;
        }

        @media(max-width:1210px) {
            #eqmreportrange .caret,
            #reportrange .caret {
                margin-top:8px;
            }
        }

        #eqmreportrange span,
        #reportrange span {
            padding-left: 3px;
        }

    .narrow-expand {
        display: none;
    }




    .fa-question-circle{
        cursor:pointer;
    }

    .brand img {
        border-radius:5px;
        width:125px;
        height:55px;
    }

    .main-content-top-nav .navbar {
        margin: 20px 0 0 140px;
        min-height: initial;
    }

    .responsive-collapse{
        display:none;
    }

  .navbar ul.nav li.open ul.dropdown-menu{
    background-color: #444444;
}
  .navbar .nav > li > a, .navbar .dropdown-menu a{
    color: #ffffff;
}

.region-name {
    display: inline;
    font-size: 15px;
}

.main-content {
    margin:0px !important;
    padding-top:10px;
}



    #charts-opp-total-col {
        vertical-align:middle;
    }

    #charts-opp-progress {
        margin:10px;
    }

    #charts-opp-progress-col {
        vertical-align:middle;
    }

    #charts-opp-table{
        margin-bottom:0px;
    }

    #charts-identity-col {
        vertical-align:middle;
    }



.sidebar-img-wrapper {
    width:15%;
    display:inline-block;
    float:left;
}

    .sidebar-img-wrapper img {
        height:40px;
        width:40px;
    }

.sidebar-header-wrapper {
    width:85%;
    display:inline-block;
    float:left;
}

#fac-comp #loginCompChart {
    height:250px;
}

.chart-medium {
    height:250px;
}

.chart-large {
    height:300px;
}

.chart-xlarge {
    height:400px;
}

div.alert-header-wrapper {
    margin:0 auto;
    width:100%;
    position:relative;
    text-align:center;
}

    div.alert-header-wrapper img{
        display:inline-block;
        height:40px;
        width:40px;
    }

    div.alert-header-wrapper h3 {
        display:inline-block;
        margin-top:0px;
        margin-bottom:10px;
    }

    div#alerts .sidebar-header{
        width:98.7%;
    }


    .collapsing{
        display:none;
    }

div#report-content .span4{
    margin-bottom:20px;
}

div#mobile-alerts{
    display: none;
}

dt{
    margin-top:10px;
}


div#dept-content .fa-exclamation-circle{
    font-size:1.2em;
}

div#profile-content .table td{
    text-align:left;
}


div#profile-content .fa-times{
    cursor:pointer;
}


div.row-fluid > div.section-header{
    margin-left:0;
}

table#dept-overview thead tr:first-child th:first-child{
    border-right:3px solid #dddddd;
}


table#dept-overview .dept-na{
    border-right:3px solid #dddddd;
}

#dept-dropdown li a {
    min-width:150px;
}

#dept-dropdown li a span{
    display:inline-block
}

.dept-badges{
    display:inline-block;
}

#users-table-wrapper .table th, #users-table-wrapper .table td {
    text-align:left;
}

#login-form .control-group .controls strong{
    color:#FFFFFF;
}

.control-label{
    color:black;
}

.page-wrapper > .row{
    margin: 0 -40px;
}

@media(min-width:1212px) {
    div#charts-opp-timespan {
        margin:5px 0;
        font-size:20px;
        font-weight:bold;
    }


    div#charts-opp-label{
        margin:5px 0;
        font-size:20px;
        font-weight:bold;
    }

    div#charts-opp-total{
        margin:5px 0;
        font-size:20px;
        font-weight:bold;
        color:green;
    }
}

@media (min-width:1501px) {
   #sidebar-alerts .col-sm-6{
        width:100%;
    }
}

@media (max-width:1500px) {
    div#mobile-alerts {
        display:block;
    }

    .section-header.col-md-9{
        width:100%;
    }

    #sidebar-alerts{
        display:block;
        width:100%;
        /*float:initial;*/
        margin-left:0;
    }

    #sidebar-alerts.col-md-3{
        padding:0;
    }

    #sidebar-alerts > .col-md-12{
        padding:0;
    }

    .main-content{
        width:100% !important;
    }
    div#alerts div.sidebar-header-wrapper h3{
        text-align:left;
        position:absolute;
        left:17%;
    }

    div#alerts div.sidebar-header-wrapper .fa{
        margin-right:5px;
        margin-top:9px;
    }
}
@media(max-width:1070px){
    div#ranked .indicator{
        position: absolute;
        left: 42%;
        top: 40%;
    }
    div#ranked.span3{
        margin-left:0;
        display:block;
        width:100%;
        float:none;
    }
    div#corp-dlm-portlet.span9{
        display:block;
        width:100%;
        float:none;
    }

    .oee-time-slot{
        height: 15px;
        font-size: 85%;
    }

    .oee-time-slot.oee-time-slot-alt{
        border-left:solid 0px transparent;
        padding-left: 2px;
    }
}

@media (max-width:995px){
    .row > .col-md-12 > .col-md-3{
        width:100%;
    }

    .row > .col-md-12 > .col-md-9:nth-child(2){
        float:initial;
        width:100%;
    }
}

@media (max-width:845px){
    .emp-activity-opp-money{
        display:none;
    }
}

@media (max-width: 768px) {
    div#myTab{
        padding:0;
        margin:0;
    }
    div#myTab nav.navbar{
        background-color:transparent;
        margin:0;
        padding:0;
    }
    div#myTab nav.navbar ul{
        margin:0;
    }

    .page-wrapper > .row{
        margin: 0 -15px 10px;
    }

    div#myTab nav.navbar .divider-vertical,
    div#myTab nav.navbar .datepicker,
    div#myTab nav.navbar .dt-refresh,
    div#myTab nav.navbar .dt-display{
        display:none;
        }
    div#myTab nav.navbar .navbar-collapse{
        background-color: #333333;
        margin-top: 10px;
        /*position: absolute;*/
        /*width: 100%;*/
        /*z-index: 1;*/
        padding:0;
        }
    div#myTab nav.navbar .navbar-collapse ul#user-menu{
        margin:0;
        padding:0;
            }
    div#myTab nav.navbar .navbar-collapse ul#user-menu li.divider{
        display:none;
    }
    div#myTab nav.navbar .navbar-collapse ul li ul.dropdown-menu{
        background-color:initial;
    }
    div#myTab nav.navbar .navbar-collapse ul li ul.dropdown-menu li,
    div#myTab nav.navbar .navbar-collapse ul li{
        background-color:#333333;
        border-bottom:1px solid #ffffff;
        margin:0;
    }
    div#myTab .navbar-default .navbar-nav .open .dropdown-menu > li > a{
        background-color:initial;
        padding-left:30px;
        color:#ffffff;
    }

    div#myTab .navbar-default .navbar-nav .open .dropdown-menu > li.active > a,
    div#myTab .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
        background-color:#919191;
    }

    div#myTab nav.navbar .container-fluid{
        padding:10px 15px;
    }
    div#myTab nav.navbar .navbar-header{
        padding:0;
        margin:0;
    }

    div#myTab nav.navbar .navbar-header .navbar-brand{
        padding:0;
        }

    div#myTab .brand-wrapper{
        left: 20px;
        top: 10px;
        }

    div#desktop-navbar {
        display: none;
    }

    /*div#mobile-navbar {
        display: block;
    }*/
    .page-wrapper{
        padding:0 15px;
    }
    .container-fluid.page-wrapper .container-fluid{
        padding: 0 5px;
    }

    div#ranked .indicator{
        position: absolute;
        left: 45%;
        top: 40%;
    }
    /******************************/
    /*********  Header ************/
    /******************************/

    .narrow-expand {
        display: inline;
    }

    #corp-dlm-portlet {
        display:block;
        width:100%;
    }

    .section-header div#eqmreportrange,
    .section-header div#reportrange {
        display: inline-block;
        margin:0 auto;
        width:200px;
    }

    #eqmreportrange .caret
    #reportrange .caret {
        color: white;
        border-bottom-color: #ffffff;
        border-top-color: #ffffff;
        margin-left: 2px;
        margin-top: 8px;
    }


    div.sidebar-info {
        display: block;
        width: 100% !important;
        margin-left: 0px !important;
    }

    .row-fluid .main-content {
        margin:0px !important;
        width:100% !important;
        float:initial;
    }

    div#charts-opp-timespan {
        font-size:16px;
        font-weight:bold;
    }

    div#charts-opp-label{
        font-size:16px;
        font-weight:bold;
    }

    div#charts-opp-total{
        font-size:16px;
        font-weight:bold;
        color:green;
    }

    div.portlet div.row-fluid:first-child div:first-child {
        margin-left:0px;
        width:80%;
        float:left;
    }

    div.portlet div.row-fluid:first-child div:nth-child(2) {
        margin-left:0px;
        width:20%;
        float:left;
        position:relative;
    }

    .chart-header h4 {
        font-size: 16px;
        margin: 0 0 10px;
        text-align: left;
    }
}

@media (max-width:695px) {

    div.page-wrapper div.container-fluid form{
        width:90%;
    }

    #loginCompChart{
        height:250px;
    }
    .region-name{
        font-size:12px;
    }
    .region-city{
        font-size:10px;
    }

    div#charts-opp-timespan {
        font-size:14px;
        font-weight:bold;
    }

    div#charts-opp-label{
        font-size:14px;
        font-weight:bold;
    }

    div#charts-opp-total{
        font-size:14px;
        font-weight:bold;
        color:green;
    }

    .emp-activity-opp-hrs{
        display:none;
    }
}

@media (max-width:1175px) {
    .resp-corp-table th:nth-of-type(8) ~ th {
        display: none;
    }

    .resp-corp-table td:nth-of-type(8) ~ td {
        display: none;
    }
}

@media (max-width:1075px) {
    .resp-corp-table th:nth-of-type(7) ~ th {
        display: none;
    }

    .resp-corp-table td:nth-of-type(7) ~ td {
        display: none;
    }
}

@media (max-width:670px){
	.corp-emps {
		display: none;
	}
}

@media (max-width:675px){
    .resp-corp-table th:nth-of-type(6) ~ th{
        display: none;
    }
    .resp-corp-table td:nth-of-type(6) ~ td{
		display: none;
	}
}

@media (max-width:600px) {
    div#corp-dlm-portlet .indicator{
        position: absolute;
        left: 42%;
        top: 40%;
    }

    div#charts-content .indicator{
        position: absolute;
        left: 45%;
        top: 40%;
    }

    div#facility-content .indicator{
        position: absolute;
        left: 45%;
        top: 40%;
    }

    div#dept-content .indicator{
        position: absolute;
        left: 45%;
        top: 40%;
    }

    div#report-content .indicator{
        position: absolute;
        left: 45%;
        top: 40%;
    }

    div#charts-opp-timespan {
        font-size:12px;
        font-weight:bold;
    }

    div#charts-opp-label{
        font-size:12px;
        font-weight:bold;
    }

    div#charts-opp-total{
        font-size:12px;
        font-weight:bold;
        color:green;
    }

}

@media (max-width:590px) {
    .emp-activity-prod{
        display:none;
    }
}

@media (max-width:575px){
        .corp-etc {
        display:none;

    }
}

@media (max-width:565px) {
	.resp-corp-table th:nth-of-type(5) ~ th{
		display: none;
	}
	.resp-corp-table td:nth-of-type(5) ~ td{
		display: none;
	}

    .fac-prod-assigned {
        display: none;
    }

    .fac-prod-na {
        display: none;
    }
}


@media (max-width:525px) {

    .corp-emps {
        display: none;
    }

    div#breadcrumb h3 {
        font-size:14px;
    }

    .chart-header h4 {
        font-size: 14px;
        margin: 0 0 10px;
        text-align: left;
    }

    .sidebar-header h3 {
        font-size: 14px;
        margin: 0;
        text-align: left;
    }

    div#ranked .sidebar-header h3 {
        font-size: 14px;
        margin: 0;
        text-align: center;
    }

    div.alert-header-wrapper h3 {
        font-size:17px;
        display: inline-block;
        margin-bottom: 10px;
        margin-top: 0;
    }

    div.alert-header-wrapper {
        margin: 0 auto;
        width: 110px;
    }

    div.alert-header-wrapper img {
        display: inline-block;
        height: 30px;
        width: 30px;
    }

    .sidebar-img-wrapper img {
        height: 25px;
        width: 25px;
        margin-top:8px;
    }

    div.section-header div.btn-group a{
        font-size:12px;
    }

    g text tspan {
        font-size:9px !important;
    }


    .sidebar-content-wrapper:nth-child(1) {
        display: block;
        width: 100%;
        float:none;
    }

    .sidebar-content-wrapper:nth-child(2) {
        display: block;
        width: 100%;
        float:none;
    }

    .sidebar-content-wrapper:nth-child(3) {
        display: block;
        width: 100%;
        float:none;
    }

    .sidebar-content-wrapper:nth-child(4) {
        display: block;
        width: 100%;
        float:none;
    }

    .fac-prod-assigned {
        display: none;
    }

    .fac-prod-na {
        display: none;
    }

}

@media (max-width:505px) {
    .emp-activity-pph
    {
        display:none;
    }
}

@media (max-width:480px) {
    div.spindle-header {
        padding:15px;
    }

    div.spindle-header img{
       width:150px;
   }

   div#charts-content .indicator{
        position: absolute;
        left: 42%;
        top: 40%;
    }

   div#facility-content .indicator{
        position: absolute;
        left: 42%;
        top: 40%;
    }

    div#dept-content .indicator{
        position: absolute;
        left: 42%;
        top: 40%;
    }

    div#report-content .indicator{
        position: absolute;
        left: 42%;
        top: 40%;
    }

    .corp-emps{
        display:none;
    }

	.resp-corp-table th:nth-of-type(4) ~ th{
		display: none;
	}
	.resp-corp-table td:nth-of-type(4) ~ td{
		display: none;
	}

    .corp-etc{
        display:none;
    }

    .corp-ppoh{
        display:none;
    }

    div.wrapper{
        display:block;
    }
}

@media (max-width:467px){
    .fac-vacant {
        display: none;
    }
}

@media(max-width:450px){
    .dept-emp-today {
        display: none;
    }
    .corp-comp {
        display: none;
    }
}

@media (max-width:412px) {
    .fac-lanes{
        display:none;
    }
}

@media (max-width:400px) {
    .fac-perc-hours,
    .fac-total-hours {
        display:none;
    }

    .fa-2x {
        font-size:1.7em;
    }
    .corp-emps{
        display:none;
    }

    .corp-etc{
        display:none;
    }

	.resp-corp-table th:nth-of-type(3) ~ th{
		display: none;
	}
	.resp-corp-table td:nth-of-type(3) ~ td{
		display: none;
	}

    .corp-ppoh {
        display:none;
    }

    #breadcrumb h3{
        display:inline-block;
        margin:0;
    }

    .fac-vacant {
        display: none;
    }

    .fac-prod-tavg {
        display: none;
    }

    .fac-prod-pavg{
        display: none;
    }

    .dept-class{
        display:none;
    }
}
@media (max-width:360px) {
    .sidebar-content .table th, .sidebar-content .table td{
        font-size:11px;
                padding:5px;
    }

    #end-shift-content .end-shift-loc {
        display:none;
    }
}

@media (max-width:350px) {
    .table th, .table td {
        font-size:11px;
        padding:5px;
    }

    #charts-opp-total-col {
        display: none;
    }


    .fac-lanes {
        display: none;
    }

    .fac-vacant {
        display: none;
    }

    .fac-hours {
        display: none;
    }

}

@media (max-width:320px) {
    .fac-perc-hours {
        display:none;
    }
    .corp-emps{
        display:none;
    }

    .corp-etc{
        display:none;
    }

    .corp-ppoh {
        display:none;
    }

	.resp-corp-table th:nth-of-type(2) ~ th{
		display: none;
	}
	.resp-corp-table td:nth-of-type(2) ~ td{
		display: none;
	}

    .corp-comp {
        display:none;
    }
}


.emp-equip h4{
    margin-bottom: 0;
    margin-top: 5px;
}

.emp-lane h4{
    margin-bottom: 0;
    margin-top: 5px;
}

.emp-class{
    text-align:center;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    padding:10px 0;
    width:98%;
    margin:5px auto 0;
}

.emp-class span{
    margin:5px;
}

.emp-rolling {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    position:relative;
}

@media(min-width:1300px){
    .emp-rolling{
        width:90%;
    }
}

.emp-list-rolling {
    position:relative;
    height:100%;
    text-align:center;
}

.emp-list-rolling img{
    width:70px;
}

.emp-list-rolling span {
    color: #ffffff;
    font-size: 16px;
    font-weight: bolder;
    left: 0;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 100%;
}

.emp-daily{
    position:relative;
    height:100%;
    width:100%;
}

.today-perf {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    color: white;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    margin: 5px auto auto;
    position: relative;
    text-align: center;
    top: 2px;
    width: 80%;
    max-width:100px;
}

.today-perf span{
    color: #ffffff;
    font-size: 16px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 100%;
}

.emp-daily .emp-value, .emp-rolling .emp-value.alert-inactive{
    width:90px;
    float:right;
    height: 73px;
    display:block;
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin: 5px auto auto;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    position:relative
}

    .emp-daily .emp-value span, .emp-rolling .emp-value.alert-inactive span {
        position:absolute;
        left:0;
        right:0;
        top:0;
        bottom:0;
        padding-top:19px;
    }

.alert-positive {
    background: linear-gradient(to bottom, rgba(15, 216, 0, 1) 0%, rgba(0, 128, 9, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.alert-nomovement {
    background: linear-gradient(to bottom, rgba(227, 107, 0, 1) 0%, rgba(187, 88, 0, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.alert-negative {
    background: linear-gradient(to bottom, rgba(230, 0, 0, 1) 0%, rgba(154, 0, 0, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.alert-inactive {
    background: linear-gradient(to bottom, #545454 0%, #939393 99%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

div.scrollable-h-wrapper{
	width: 100%;
    /*min-width: 500px;*/
	position: relative;
}
div.scrollable-h {
    width: calc(100% - 347px);
    overflow-x: auto;
    margin-left: 28px;
    /*overflow-y: visible;*/
    padding: 0;
}

.headcolLeft {
    position: absolute;
    width: 30px;
    height: 81px;
    left: 0;
    top: auto;
}

.headcolLeft-lane {
    position: absolute;
    width: 30px;
    height: 61px;
    left: 0;
    top: auto;
}

.table td.headcolLeft.equip-row {
    padding-left:10px;
}

.headcolLeft i.fa{
    line-height: 73px;
}

.headcolMid{
    height: 81px;
    font-size: 0; /* prevent inline-block elements from expanding the height*/
    white-space:nowrap;
    min-width: 730px;
}

.headcolMid-lane{
    height: 61px;
    font-size: 0; /* prevent inline-block elements from expanding the height*/
    white-space:nowrap;
    min-width: 730px;
}

.headcolRight {
    text-align: center;
    position: absolute;
    width: 81px;
    top: auto;
}

.headcolRight{
	right:0;
    height: 81px;
    font-size: 85%;
}

.headcolRight-lane{
    text-align: center;
    position: absolute;
    right: 0;
    width: 81px;
    height: 61px;
    top: auto;
    font-size: 85%;
}

.oee-table > thead > tr > th.headcolLeft,
.oee-table > thead > tr > th.headcolMid,
.oee-table > thead > tr > th.headcolRight,
.oee-table > tfoot > tr > th.headcolLeft,
.oee-table > tfoot > tr > th.headcolMid,
.oee-table > tfoot > tr > th.headcolRight{
    height: 30px;
    border-bottom-width: 1px;
}

.oee-table > thead > tr > th.headcolMid,
.oee-table > tbody > tr > td.headcolMid,
.oee-table > tbody > tr > td.headcolMid-lane,
.oee-table > tfoot > tr > th.headcolMid{
    text-align: right;
}


.headcolRight2{
	right:80px;
}

.headcolRight3{
	right:160px;
}

.headcolRight4{
	right:240px;
}

.oee-time-slot-wrapper{
    font-size: 0; /* prevent inline-block elements from expanding the height*/
}


.long {
  background: yellow;
  letter-spacing: 1em;
}

.eqm-status-portlet {
    min-width: 500px;
}
.oee-table{
    min-width: 500px;
}

.oee-table > thead > tr > th,
.oee-table > tbody > tr > th,
.oee-table > tfoot > tr > th,
.oee-table > tbody > tr > td {
    text-align:center;
    vertical-align: middle;
    padding: 3px;
}

.oee-metric-col{
    text-align: center;
    padding: 3px;
    width: 81px;
}

.oee-time-slot{
    display:inline-block;
    height: 20px;
    text-align:left;
    border-left:solid 1px #000;
    padding-left: 1px;
    overflow: hidden;
    font-size: 12px;
    vertical-align: top;
}

.oee-time-slot-alt{
    height: 10px;
}

.oee-metric-alert{
    text-align: center;
    font-size: 24px;
    width: 72px;
    height: 72px;
    margin: 0 auto;
    color: #FFF;
    line-height: 48px;
    padding: 12px 0px 0px;
    border-radius: 40px;
}

.oee-metric-alert-lane{
    text-align: center;
    font-size: 18px;
    width: 54px;
    height: 54px;
    margin: 0 auto;
    color: #FFF;
    line-height: 36px;
    padding: 9px 0px 0px;
    border-radius: 30px;
}

.oee-pr-stoplight{
    position:relative;
    height:73px;
}

.oee-pr-stoplight-lane{
    height:61px;
}

.oee-pr-stoplight-wrapper{
    position:relative;
    padding-left: 4px;
}

.oee-pr-stoplight-lane-wrapper{
    position:relative;
    padding-left: 5px;
}

.oee-pr-metric{
    position: absolute;
    top: 17px;
    font-size: 24px;
    width: 76px; /* width of image is 81px, but it has a 5px shadow; consider removing the shadow from the image and applying via css box-shadow property */
    color: #FFF;
    padding-right: 7px;
}

.oee-pr-metric-lane{
    position: absolute;
    top: 16px;
    font-size: 18px;
    width: 76px; /* width of image is 81px, but it has a 5px shadow; consider removing the shadow from the image and applying via css box-shadow property */
    color: #FFF;
    padding-right: 10px;
}

.eqm-status-portlet .progress{
    margin: 0;
}

.oee-progress-equipment{
    height: 73px;
    display:inline-block;
}
.oee-progress-lane{
    height: 52px;
    display:inline-block;
}

.eqm-progress-bar-empty{
    border-left: 3px transparent;
    background-color: #eee;
}

.eqm-progress-bar-maint-downtime{
    background-color: #000;
}

.eqm-progress-bar-prod-downtime{
    background-color: #555;
}

.eqm-progress-bar-unavailable{
    border-left: solid 3px #999;
    background-color: #999;
}

.eqm-progress-class-changed{
    border-left: solid 3px #337ab7;
}


@media (max-width:800px ){
    div.scrollable-h {
      width: calc(100% - 269px);
      margin-left: 28px;
    }

    .headcol {
      width: 30px;
      left: 0;
    }

    .headcolMid{
        height: 61px;
    }

    .headcolMid-lane{
        height: 45px;
    }

    .headcolLeft{
        height: 61px;
        width: 30px;
    }

    .headcolLeft-lane {
        width: 30px;
        height: 45px;
    }

    .headcolLeft i.fa{
        line-height: 61px;
    }

    .headcolRight,
    .scrollable-h .oee-pr-stoplight {
        width: 58px;
        height: 58px;
    }

    .headcolRight-lane{
        width: 61px;
        height: 45px;
        overflow: hidden;
    }

    .headcolRight{
        overflow: hidden;
    }

    .oee-table > thead > tr > th.headcolMid,
    .oee-table > tfoot > tr > th.headcolMid{
        text-align: right;
    }

    .oee-progress-lane{
        height: 35px;
    }

    .headcolRight2{
	    right:60px;
    }

    .headcolRight3{
	    right:120px;
    }

    .headcolRight4{
	    right:180px;
    }

    .scrollable-h .oee-metric-col{
        width: 61px;
    }

    .scrollable-h .oee-pr-metric{
        top: 13px;
        font-size: 20px;
        width: 56px;
        padding-right: 5px;
    }

    .oee-pr-stoplight-wrapper{
        position:relative;
        padding-left: 0;
    }

    .oee-pr-stoplight-lane-wrapper{
        position:relative;
        padding-left: 3px;
    }

    .headcolRight-lane .oee-pr-stoplight-lane{
        height:40px;
    }

    .scrollable-h .oee-pr-metric-lane{
        width: 61px;
        top: 8px;
        font-size: 16px;
        padding-right: 12px;
    }

    .scrollable-h .oee-progress-equipment{
        height: 51px;
    }
}

.column-row{
    display:table;
    width:100%;
    height:100%;
}



.column-row > .column6{
    display:table-cell;
    width:49%;
    height:100%;
    vertical-align:top;
    padding:0 1%;
    text-align:center;
}

.emp-rolling .emp-value{
    height:100%;
    position:relative
}

.emp-rolling .emp-value img{
    height:90px;
}

.emp-rolling .emp-value .emp-status-total{
    position:absolute;
    top:33%;
    right:37%;
}
.emp-rolling .emp-value .emp-status-total.digits3{
    right:37%;
}
.emp-rolling .emp-value .emp-status-total.digits2{
    right:40%;
}

.emp-rolling .emp-value .emp-status-total.digits1{
    right:43%;
}

.perc-sign{
    font-size:10px;
    position:absolute;
    top:0;
}

#emp-status-logged-out, #emp-status-logged-in {
    height:90%;
    position:relative;
}

#emp-status-logged-out .emp-status-row{
    width:100%;
    height:100%;
    margin: 5px 0;
}

 #emp-status-logged-in .row-fluid{
    margin: 5px 0;
 }

.emp-equip{
    text-align:center;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    padding:5px 0;
 }

.emp-lane{
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    text-align: center;
    padding:10px 0;
 }

.emp-status-loc{
    display:inline-block;
    width:100%;
    float:left;
    height:70px;
    text-align:center;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.emp-last-login{
    display:inline-block;
    width:48%;
    float:right;
    height:70px;
    text-align:center;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}

#emp-name-col {
    margin-left:0px;
}

.modal-filters{
    padding:15px;
    border-bottom: 1px solid #eee;
}

.modal-search{
    padding:15px;
    border-bottom: 1px solid #eee;
    text-align:center;
}

#search-employees .modal-body table th:not(:nth-child(1)){
    text-align:center;
}

body.modal-open{
    overflow: visible
}

.modal-dialog {
    margin-top: 40px;
}

.modal-body{
    overflow: auto;
    max-height: 400px;
}

.emp-daily span.emp-daily-label, .emp-rolling span.emp-now-label{
    position:absolute;
    top:5px;
    right:0;
    width:100%;
    text-align:left;
    color:black;
    font-size:16px;
    font-weight:bold;
}

.emp-rolling span.emp-now-label{
    width:130px;
}

.emp-daily span.emp-daily-label{
    width:140px;
}

@media(min-width:768px) and (max-width:800px) {
    .emp-rolling span.emp-now-label{
        width:115px;
    }

    .emp-daily span.emp-daily-label{
        width:145px;
    }
}

.emp-rolling span.emp-now-value{
    position:absolute;
    right:18px;
    width:100%;
    text-align:right;
    top:25px;
}



.column-row > .column4{
    display:table-cell;
    width:31%;
    height:100%;
    vertical-align:top;
}

#emp-name-col{
    padding-left:20px;
}

.emp-status-header {
    display:inline-block;
    margin:0 0 5px;
    font-size:20px;
    line-height:35px;
}


@media (max-width:768px) {

    .column-row > .column4{
        display:block;
        width:100%;
    }

    #emp-status-logged-in .span9, #emp-status-logged-in .span3{
        margin:5px 0;
    }

    .emp-equip{
        width:98%;
        margin:0 auto;
    }

    .emp-lane{
        width:98%;
        margin:0 auto;
    }

    #emp-status-logged-in .row-fluid {
        margin: 0;
    }
}

@media(max-width:420px){
    #emp-search-table .emp-rolling-col{
        display:none;
    }
}

@media(max-width:320px){
    #emp-search-table .emp-status-col{
        display:none;
    }
}

.report-header{
    position:relative;
}

.report-header .fa{
    position:absolute;
    font-size:1.4em;
    right:0px;
    top:10px;
    cursor:pointer;
}

#report-content .row-fluid .no-left-margin{
    margin-left:0px;
}

.well.emp-alert {
    width:45%;
    display:inline-block;
    padding:0;
    min-height:65px;
}

.well.emp-alert .span4, .well.emp-alert .span3{
    padding:5px 10px;
}

.active-employees {
    position:relative;
}

.perf-filter-menu{
    min-width:100px;
}

.emp-filter-control form{
    margin:0;
}

.emp-filter-control{
    display:inline-block;
    width:auto;
    margin:5px;
    vertical-align:top;
}

.emp-filter-control label{
    display: block;
}

.emp-filter-control.date-filter{
    max-width:150px;
}

.emp-filter-control.date-filter .input-append{
    margin-bottom:0;
}

.emp-filter-control:first-child{
    margin-left:0;
}

.well.emp-alert {
    width:100%;
    display:inline-block;
    padding:0;
}

.well.emp-alert .span5 {
    padding:5px;
}

.emp-filter-control .btn-group .sort-dropdown-btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.emp-filter-control .btn-group .sort-order-btn {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

div.nav-link > .fa-building-o,
div#emp-content div.nav-link > .fa-users,
div#facility-content div.nav-link > .fa-users,
div#dept-content div.nav-link > .fa-users,
div.nav-link > .section-header-btn
{
    font-size:20px;
    color:white;
    margin:10px 10px 10px 0px;
    cursor:pointer;
	 text-shadow: none;
}

@media(min-width:770px) and  (max-width:930px) {
    div#emps-content .span6 .span2 .emp-list-rolling span {
        color: #ffffff;
        font-size: 14px;
        font-weight: bolder;
        left: 0;
        position: absolute;
        text-align: center;
        top: 13px;
        width: 100%;
    }

    .well.emp-alert {
        font-size:12px;
    }

    .today-perf{
        margin:2px auto;
        height:43px;
    }

    .emp-list-rolling{
        margin:2px auto;
    }

    .today-perf span{
        font-size:14px;
        height:40px;
        top:9px;
    }
}

@media(max-width:765px) {
    .row .col-md-6{
        width:100%;
    }

    .row > .col-md-6:first-child{
        margin-right:0;
        float:initial;
    }

    .row > .col-md-6:nth-child(2){
        float:initial;
    }

    .well.emp-alert {
        font-size:14px;
    }
    .well.emp-alert .span3 {
        display:inline-block;
        width: 23.4043%;
        float:left;

    }
    .well.emp-alert .span5 {
        display:inline-block;
        width: 40.4255%;
        float:left;
        margin-left: 2.12766%;
    }
    .well.emp-alert .span2{
        display:inline-block;
        width: 14.8936%;
        float:left;
        margin-left: 2.12766%;
    }
    div#emps-content .span6 .span2 .emp-list-rolling span {
        color: #ffffff;
        font-size: 16px;
        font-weight: bolder;
        left: 0;
        position: absolute;
        text-align: center;
        top: 20px;
        width: 100%;
    }
}

@media(max-width:450px) {
    div.nav-link > .fa-building-o, div#facility-content div.nav-link > .fa-users,
    div#dept-content div.nav-link > .fa-users{
        font-size:20px;
        color:white;
        margin:10px 10px;
        cursor:pointer;
    }
    .well.emp-alert {
        font-size:13px;
        position:relative;
    }
    .well.emp-alert .span3 {
        display:inline-block;
        width: 30%;
        float:left;
    }
    .well.emp-alert .span5 {
        display:inline-block;
        width:67%;
        float:left;
        text-align:right;
        margin-left: 2.12766%;
    }
    .well.emp-alert .span2{
        display:inline-block;
        width: 50%;
        float:left;
        margin-left: 0;
    }
    .emp-list-rolling{
        text-align:right;
    }
    div#emps-content .span6 .span2 .emp-list-rolling span {
        color: #ffffff;
        font-size: 16px;
        font-weight: bolder;
        left: unset;
        right:0;
        position: absolute;
        text-align: center;
        top: 20px;
        width: auto;
        min-width:70px;
    }
    .today-perf{
        float:right;
        margin-right:5px;
        margin-top:0;
        top:6px;
    }

    .well.emp-alert .span2.rolling-perf-span{
        bottom: 0;
        padding-right: 10px;
        position: absolute;
        right: 75px;
        width: auto;
    }

    .well.emp-alert .span2.today-perf-span{
        width:auto;
        min-width:85px;
        float:right;
        min-height:70px
    }
}

@media(max-width:600px) {
    .emp-class-prod-quarter-avg, .emp-class-prod-quarter-tph, .emp-class-prod-month-avg{
        display:none;
    }
}

@media(max-width:500px) {
    .emp-activity-datatype{
        display:none;
    }
}

@media(max-width:455px) {
    .emp-activity-actual, .emp-activity-target{
        display:none;
    }
}


@media(max-width:360px){
    .emp-class-prod-variance {
        display:none;
    }
}

#analysis-content .filter-control,
#emps-content .emp-filter-control,
#eqm-content .emp-filter-control
{
    vertical-align:top;
    margin-bottom:10px;
}

#analysis-content .filter-control:last-child,
#emps-content .emp-filter-control:last-child,
#eqm-content .emp-filter-control:last-child{
    margin-right: 0;
}

.no-margin{
    margin:0 !important;
}

.no-padding{
    padding:0 !important;
}

analysis-content .filter-control .btn,
#emps-content .emp-filter-control .btn,
#eqm-content .emp-filter-control .btn
{
    padding: 8px 12px;
}

#emps-content .form-search input,
#eqm-content .form-search input
{
    height: 38px;
}

#emps-content .form-search .add-on,
#eqm-content .form-search .add-on
{
	padding: 8px 12px;
}

.filter-control{
    display:inline-block;
    margin-right:20px;

}

div#washer-utilities .filters-wrapper{
    margin-bottom:0;
    display: inline-block;
}

div.wae-info div.filters-wrapper{
    margin-bottom:20px;
}


div#washer-utilities .filter-control{
    margin-bottom:15px;
    margin-right:20px;
}

@media(max-width:768px){
    div#washer-utilities .filters-wrapper.pull-right{
        float:left !important;
    }
}

.filter-control label{
    margin-bottom:5px;
}

.filter-control .btn-group{
    margin:0px;
}

.filter-control .date-filter .input-append{
    margin:0px;
}

@media(max-width:640px){
    #analysis-content .filter-control a,
    #analysis-content .filter-control label,
    #analysis-content .filter-control button,
    #analysis-content .filter-control span{
        font-size:13px;
    }
    #analysis-content .filter-control .multiSelect .button,
	 #emps-content .filter-control .multiSelect .button,
	 #eqm-content .filter-control .multiSelect .button{
        font-size:13px;
    }
    #analysis-content .filter-control .btn{
        padding:8px 10px;
    }
}

#emp-content .emp-activity-opp-info.well{
    height: auto;
    min-width: 225px;
    position: absolute;
    width: auto;
    z-index: 3;
}

#emp-content .emp-activity-opp-info table td,#emp-content .emp-activity-opp-info table th{
    font-size:11px;
}

#emp-content .emp-activity-opp .fa-caret-down{
    cursor:pointer;
}

.admin-page .well ul.nav-pills.lang-select
{
    display: inline-block;
}

.admin-page .well ul.nav-pills.lang-select > li.active > a{
    background-color:#cccccc;
}


.wysiwyg-textarea {
    background-color: #fff;
    border: 1px solid #cccccc;
    margin: 10px;
    padding: 10px;
}

.control-group{
    display:inline-block;
    margin:10px 40px 10px 0px;
}

#login-form .control-group{
    width: 100%;
}

.country-control-group{
    display:block
}

.splash-header {
	background-color: #FFFFFF;
	padding: 25px;
	text-align: center;
}

.splash-main{
	text-align: center;
	color: #FFF;
	font-size:50px;
	margin:75px 20px 20px 20px;
	text-shadow: 2px 2px 1px #111;
}

.reports-menu-link{
    border-bottom:1px solid lightgray;
}

div#releaseModal .modal-body ul{
    list-style:outside none disc;
    margin-bottom:5px;
}

div#releaseModal .modal-body ul li{
    margin-top:10px;
}

div#releaseModal .modal-body p.subnote{
    font-size:12px;
}

.view {
    text-transform:capitalize;
}

#contact-form .control-group{
    display:block;
}

#emp-content .nav-link{
    display:inline-block;
    float:right;
}

div#emp-content .emp-status-header .fa-user{
    font-size:1em;
}


body .atlwdg-trigger.atlwdg-SUBTLE {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    border-color: #ccc -moz-use-text-color -moz-use-text-color #ccc;
    border-image: none;
    border-radius: 2px 2px 0 0;
    border-style: solid none none solid;
    border-width: 1px medium medium 1px;
    bottom: 20%;
    box-shadow: -2px -2px 10px rgba(0, 0, 0, 0.5);
    color: #444 !important;
    font-size: 11px;
    padding: 6px;
    right: -40px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
}


/**********************/
/*  Alerts            */
/**********************/
.alert-header{
    padding:3px;
	border:solid 1px #C5C5C5;
	border-radius: 2px 2px 2px 2px;
	margin: 0 0 6px;
	font-size: 14px;
	color: #ffffff;
	-webkit-text-shadow: 1px 1px 0px #000;
	text-shadow: 1px 1px 0px #000;
    position:relative;
}
.alert-icon{
    height:25px;
    width:25px;
}
.alert-header h3 {
    font-size: 16px;
    display: inline-block;
    margin: 12px 0;
    width: 70%;

}

@media(max-width:370px) {
    .alert-header h3{
        font-size:14px;
    }
}
.alert-header i{
    font-size:17px;
    cursor:pointer;
}
.alert-header i.fa-plus,
.alert-header i.fa-minus{
    margin:0 5px 0;
}
.alert-header .alert-badge {
    vertical-align:top;
}

.alert-header .left-col{
    display:inline-block;
    width:55px;
}
.alert-header .right-col{
    position:absolute;
    right:10px;
    top:14px;
    text-align:right;
}

.alert-header .left-col i,
.alert-header .left-col img,
.alert-header .right-col span,
.alert-header .right-col i{
    display:inline-block;
}


i.fa-question-circle{
    font-size:17px;
    /*padding: 4px 12px;*/
}

.switch-mini.ats-switch{
    min-width:70px;
    height:22px;
}

.switch-mini.ats-switch span{
    padding:1px;
}



/******************************************/
/*  Employee Activity Today               */
/******************************************/
@media(max-width:565px) {
    .emp-activity-opp-hrs{
        display:none;
    }
}


/*****************************************/
/*  Employee Classification Productivity */
/*****************************************/

div#emp-class-prod-content .emp-class-prod{
    width:20%;
    vertical-align:top;
}

div#emp-class-prod-content .emp-current-tph{
    vertical-align:top;
}

div#emp-class-prod-content .emp-avg-hrs{
    vertical-align:top;
}

div#emp-class-prod-content th.emp-week1-aph{
    text-align:center;
}



/**********************************/
/*  Reports Dashboard             */
/**********************************/
table#reports-table tbody tr th,
table#reports-table tbody tr td{
    padding:5px 10px;
}

.report-filter{
    display:inline-block;
    float:left;
}
.report-filter .input-prepend{
    margin-bottom:0;
}
.report-filter .input-prepend span{
    font-weight:bold;
}
.toolbar-option{
    display:inline-block;
    margin:0 5px 0 0;
}
.toolbar-group{
    display:inline-block;
}
.report-toolbar-wrapper{
    margin:20px 0 0;
}
.filter-prompt{
    font-weight:bold;
}
.filter-selected{
    font-weight:normal;
}
.filter-input{
    width:70px;
}
.report-viewer-toolbar-header .main-config {
    margin-bottom:20px;
}
.report-viewer-header{
    margin-bottom:10px;
}
.report-viewer-toolbar-header .settings .caret,
.report-viewer-header #reportrange .caret{
    margin-top:8px;
}
.report-viewer-header div#reportrange{
    color: white;
    display: inline;
    margin-left:10px;
    width: 200px;
}
div#report-content .report-filter .control-label{
    color:#333333;
    font-weight:bold;
}

div#report-content .report-viewer-toolbar .settings .caret{
    margin-top:8px;
}

.report-viewer-toolbar-header .paging-row {
    margin-bottom:0;
}

div#report-content .report-viewer-toolbar-header .paging-row .span4 {
    margin-bottom:0;
}

#report-content button.btn.btn-primary {
    white-space: normal;
}

/*****************************/
/* Corp Equipment Portlet    */
/*****************************/
@media(max-width:800px) {
    .corp-demand{
        display:none;
    }
}

@media(max-width:660px) {
    .corp-prod{
        display:none;
    }
}

@media(max-width:565px) {
    .corp-maint{
        display:none;
    }
}

@media(max-width:455px) {
    .corp-avail{
        display:none;
    }
}

@media(max-width:365px) {
    .corp-perf, .corp-oee, .corp-name{
        font-size:11px;
        padding:5px;
    }
}



#eqm-facility table.table tr th{
    vertical-align:top;
}



@media(max-width:1260px){
    #eqm-facility .row-fluid .portlet table tr th,
    #eqm-facility .row-fluid .portlet table tr td{
        font-size:12px;
    }
}
@media(max-width:1040px){
    #eqm-facility .row-fluid > .span6.wrapper{
        display:block;
        width:100%;
        margin:0 0 20px;
    }
}



#eqm-facility .oee-portlet .mobile{
    display:none;
}

@media(max-width:795px){
    #eqm-facility .oee-portlet .desktop{
        display:none;
    }
    #eqm-facility .oee-portlet .mobile{
        display:block;
    }
}
@media(max-width:470px){
    #eqm-facility .oee-portlet .mobile .nodemand{
        display:none;
    }
}
@media(max-width:410px){
    #eqm-facility .oee-portlet .mobile .prod{
        display:none;
    }
}

@media(max-width:340px){
    #eqm-facility .oee-portlet .mobile .maint{
        display:none;
    }
}

.ctrl-wrapper{
    margin: 0 0 0 12px;
    font-size: 17px;
    text-shadow: none;
}

.section-header .ctrl-wrapper, #alert-header .ctrl-wrapper {
    margin: 5px 10px 0px 12px;
}

#eqm-facility .ctrl-wrapper.mobile{
    display:none;
}

@media(max-width:550px){
    #eqm-facility .ctrl-wrapper.mobile{
        display:inline-block;
    }


}

#eqm-facility div.row-fluid div.oee-portlet div.btn-group.pull-right{
    float:right;
    width:auto;
}

#staffing-content #staffing-datepicker,
#eqm-facility #eqmoverview-datepicker,
#eqm-facility #eqmincident-datepicker,
#eqm-facility #eqmimpact-datepicker,
#eqm-content #equipMaintDowntime-datepicker,
#eqm-content #equipProductionDowntime-datepicker,
#eqm-content #equipmentWPOH-datepicker{
   cursor:pointer;
}
#staffing-content #staffing-datepicker b.caret,
#eqm-facility span#eqmoverview-datepicker b.caret,
#eqm-facility span#eqmincident-datepicker b.caret,
#eqm-facility span#eqmimpact-datepicker b.caret,
#eqm-content span#equipMaintDowntime-datepicker b.caret,
#eqm-content span#equipProductionDowntime-datepicker b.caret,
#eqm-content span#equipmentWPOH-datepicker b.caret{
    margin-top:10px;
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
}

#available-table tr th,
#available-table tr td{
    vertical-align:middle;
}
#available-table tr th{
    width:20%;
}
#available-table tr td.summary-cell{
    width:25%;
    padding: 10px 40px;
}
#available-table .progress{
    margin:0;
}
#available-table tfoot .legend div.progress,
#available-table tbody .legend div.progress{
    display:inline-block;
    width:auto;
}
#available-table tfoot .legend div.progress div.bar,
#available-table tbody .legend div.progress div.bar{
    width:100%;
    padding:0 20px;
}

#available-table tbody .legend,
#available-table tfoot .legend{
    text-align:center;
    width:100%;
}


#eqm-facility .alert-info, #eqm-content .alert-info, #eqm-charts .alert-info, .reqrail-portlet .alert-info, #charts-content .alert-info{
    margin:5px 0;
}

@media(max-width:575px){
    /*#eqm-facility .oee-portlet i.fa-question-circle{
        position: absolute;
        right: 65px;
        top: 4px;
    }*/
}
.emp-logins{
    padding:5px 0;
}
.timestamp{
    margin-top:5px;
}
.timestamp:first-child{
    margin-top:0;
}
.timestamp > div{
    display:inline-block;
    margin-right:5px;
}
.timestamp .value{
    min-width:60px;
}

.emp-status-header-wrapper{
    display:inline-block;
}
.emp-total-hours h5,
.emp-total-hours span{
    display:inline-block;
}
.emp-total-hours h5{
    margin:0;
}
.emp-status-portlet, .eqm-status-portlet{
    background-color:#fff;
    border-radius:3px;
    padding: 0 0 5px 0;
}

.emp-status-row .center-block,
.eqm-status-portlet .center-block{
    padding:5px;
}

.emp-status-row .center-block .col-md-9{
    width:74%;
}

.emp-status-row .center-block .col-md-3{
    float:right;
}

.emp-info-row{
    display:table;
    width:100%;
}
.emp-status-row .center-block .emp-info-row:first-child{
    margin-bottom:5px;
}

.emp-info-block{
    display:table-cell;
    vertical-align:top;
}

.emp-info-block.block-width-3{
    width:25%;
}

.emp-info-block.block-width-3{
    padding-left:5px;
}

.emp-info-block.block-width-9{
    width:75%;
}

.emp-info-block.block-width-9{
    padding-right:5px;
}

.emp-info-block.block-width-6{
    width:50%;
}

.emp-info-block.block-width-12{
    width:100%;
}

.emp-status-row .center-block .emp-info-block .emp-info-inner{
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px 10px;
    text-align: center;
}

.emp-status-row .center-block .col-md-9 h4,
.emp-status-row .center-block .col-md-3 h4{
    margin:5px 0 5px;
}

.emp-status-row .center-block .col-md-12{
    margin:5px 0 0;
}

.emp-status-row .left-block .col-md-6{
    display:inline-block;
}

@media(max-width:765px){
    .emp-status-row .left-block .col-md-6{
        display:inline-block;
        width:49%;
        margin-left:0;
        vertical-align:top;
    }
    .emp-status-row .emp-status-loc{
        float:none;
    }
    .emp-status-row .center-block .col-md-9{
        margin:0 0 5px;
    }

    .emp-status-row .right-block .col-md-6:last-child{
        float:right;
}
}
@media(max-width:400px){
    .emp-status-row .left-block .col-md-6{
        display:block;
        width:100%;
    }
}

#eqm-facility{
    font-size:13px;
}

.scrollable-content{
    max-height: 265px;
    overflow-y:scroll;
}

div#breadcrumb div.facility-links ul.dropdown-menu li a i,
div#breadcrumb div.facility-links ul.dropdown-menu li a img{
    width:15px;
    margin-right:8px;
}

div.maint-msg {
    width:auto;
    margin:0 auto;
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
    display: block;
    width: 100%;
}

#analysis-content .multiSelectItem label, #emps-content .multiSelectItem label, #eqm-content .multiSelectItem label, #alert-content .multiSelectItem label{
    color:#444;
}

.singleDatePicker{
    cursor:pointer;
}

.white-font{
    color:#fff;
}

.no-selection{
    margin:40px 0 20px;
}

.indicator.top-align{
    top:5%;
}

#analysis-content .datetime-picker-analysis .caret{
    margin-top:8px;
    border-top: 4px solid #fff;
}

#analysis-content .datetime-picker-analysis .caret,
#analysis-content .datetime-picker-analysis{
    color:white;
    cursor: pointer
}

@media (max-width:1020px){
    #desktop-navbar .datepicker{
        display:none;
    }
    .corpdatepicker.mobile{
        display:block;
    }
}

@media (max-width:1205px){
    .refresh-wrapper,
    .desktop-refresh-wrapper {
        display: none !important;
    }
    .dateTime-display.mobile {
        display:inline-block;
        padding: 3px 0px 10px;
        text-align:left;
        max-width:50%;
    }
    .mobile-refresh{
        display:inline-block;
        margin-bottom:10px;
    }
    .refresh-switch.mobile{
        display:inline-block;
        margin-right:10px;
    }
}

table th .fa-expand,
table th .fa-compress{
    cursor:pointer;
}

.oee-indicator{
    width:20px;
    height:20px;
}


@media (max-width:1025px){
    #emp-analysis-content .table th,
    #emp-analysis-content .table td {
        font-size:13px;
    }
}

@media (max-width:500px){
    #emp-analysis-content .table th,
    #emp-analysis-content .table td {
        font-size:12px;
    }
}


.cap-first{
    text-transform:capitalize;
}
#prodStatus-content .fac-prod-pavg,
#prodStatus-content .fac-prod-assigned,
#prodStatus-content .fac-prod-na{
    display:table-cell;
}


@media (max-width:1060px) {
    #prodStatus-content .fac-prod-tavg {
        display: none;
    }
}
@media(max-width:570px){
    #prodStatus-content .fac-prod-perc {
        display:none;
    }
}
@media(max-width:460px) {
    #prodStatus-content .fac-prod-assigned{
        display:none;
    }
}

@media(max-width:400px){
    #prodStatus-content .first-col{
        max-width:100px;
        overflow:hidden;
    }
}

@media(max-width:600px){
    #staffing-needs-content .staff-over-under{
        display:none;
    }
    #staffing-needs-content .staff-job-code{
        overflow:hidden;
        max-width:50px;
    }
    #staffing-needs-content .staff-class{
        max-width:60px;
        overflow:hidden;
    }
    #staffing-needs-content .staff-actual,
    #staffing-needs-content .staff-required{
        display:none;
    }
}
@media(max-width:768px) {
    #login-form form{
        margin: 30px auto 20px;
        max-width: 400px;
    }

    div#myTab nav.navbar .container-fluid{
        padding:10px 15px;
    }
}

#create-user form label
#create-user .form label{
    color:initial;
}

#create-user .table th,
#create-user .table td{
    text-align:left;
}

#main-user-portlet table td form span.editable-buttons{
    display:block;
    text-align:right;
}

.small-margin-top{
    margin:20px 0 0;
}

#user-menu.dropdown-menu{
    border-top:0px;
}

body .toggle-switch{
    border:0px;
    min-width:80px;
}

body .toggle-switch span{
    padding:2px 4px;
}


/** remove spacing between middle columns **/
.row.no-gutter [class*='col-']:not(:first-child):not(:last-child) {
  padding-right:5px;
  padding-left:5px;
}
/* remove right padding from first column */
.row.no-gutter [class*='col-']:first-child {
  padding-right:5px;
}
/* remove left padding from first column */
.row.no-gutter [class*='col-']:last-child {
  padding-left:5px;
}


/****************************************************************************************/
/********** Override bootstrap 3 badges and labels to use the 2.3 styles ****************/
/****************************************************************************************/

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important,
.btn .badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href],
.btn .badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning,
.btn .badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href],
.btn .badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success,
.btn .badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href],
.btn .badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info,
.btn .badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href],
.btn .badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse,
.btn .badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href],
.btn .badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-sm .label,
.btn-sm .badge {
  top: 0;
}

.navbar-toggle{
    margin-right:0;
    padding:15px;
}

.sidebar{
    float: right;
    margin-top: 0;
    padding: 0 0 0 30px;
}

.analysis-select{
    background-color: #f5f5f5;
}

@media print {
    * {
        -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
        color-adjust: exact !important;                 /*Firefox*/
    }

    a[href][ng-click]:after {/* prevent printing of empty href attribute as () */
        content: none !important;
    }

    .page-wrapper{
        padding: 0 5px;
    }

	#myTab, footer{
		display:none;
	}

    #breadcrumb button.dropdown-toggle{
        border: none;
    }

    #breadcrumb button .fa-caret-down{
        display: none;
    }

    .ctrl-wrapper{
        display: none;
    }

    .facility-links{
        display: none;
    }

	#corp-noti, #maint-noti{
		display: none;
	}

	#analysis-content #breadcrumb, #analysis-content .filters-wrapper, #analysis-content .filter-control{
		display: none;
	}

	#analysis-content .chart-header, #analysis-content .ctrl-wrapper{
		display: none;
	}

	#atlwdg-trigger{
		display:none;
	}

	#analysis-content  a[href]:after{
		content: "";
	}

    div.scrollable-h{
        width: 1065px;
    }

    .headcolLeft{
        display: none;
    }
    .headcolRight{
        position: static;
    }

    .progress-bar-success {
        background-color: #5cb85c !important;
    }

    .progress-bar-info {
        background-color: #5bc0de !important;
    }

    .progress-bar-warning {
        background-color: #f0ad4e !important;
    }

    .progress-bar-danger {
        background-color: #d9534f !important;
    }

    .eqm-progress-bar-empty{
        background-color: #eee !important;
    }

    .eqm-progress-bar-unavailable {
        background-color: #999 !important;
    }

    .eqm-progress-bar-maint-downtime {
        background-color: #000 !important;
    }

    .eqm-progress-bar-maint-downtime{
        background-color: #000 !important;
    }

    .eqm-progress-bar-prod-downtime{
        background-color: #555 !important;
    }

    .oee-pr-metric{
        width: 69px;
    }
}

.col-select
{
    vertical-align:top;
}

.col-select .multiSelect .caret
{
    margin: 0 !important;
}

.col-select button.btn-primary
{
    background-color: transparent !important;
    border-color: transparent !important;
    color: #333333 !important;
    padding:0;
    border:0;
    min-height:auto !important;
    background-image: none !important;
}

div.col-select
{
    padding:0;
    border:0;
    color:#333333;
    background-color:transparent;
}

div#washer-utilities div.col-select{
    position:relative;
}

div#washer-utilities div.col-select .multiSelect .checkboxLayer{
    right:initial;
}
div#washer-utilities div.col-select .multiSelect .buttonLabel,
div#washer-utilities div.col-select .multiSelect > button{
    font-size:13px;
}

div#washer-utilities div.col-select .multiSelect .buttonLabel .fa-caret-down,
div#washer-utilities div.col-select .multiSelect .caret,
div#washer-utilities div.col-select .multiSelect > button .fa-caret-down{
    margin-left:10px !important;
}

div#washfloor-analysis-content div.col-select .multiSelect > button,
div#dlm-analysis-content div.col-select .multiSelect > button,
div#eqm-analysis-content div.col-select .multiSelect > button {
    font-size: 14px;
}

div#washfloor-analysis-content div.col-select .multiSelect .caret,
div#dlm-analysis-content div.col-select .multiSelect .caret,
div#dlm-content div.col-select .multiSelect .caret,
div#eqm-analysis-content div.col-select .multiSelect .caret {
    margin: 0 0 0 10px !important;
}


div.col-select .multiSelect > button
{
    font-size: 17px;
}

div#washfloor-analysis-content div.col-select .multiSelect .checkboxLayer,
div#dlm-analysis-content div.col-select .multiSelect .checkboxLayer,
div#eqm-analysis-content div.col-select .multiSelect .checkboxLayer,
div#washer-utilities div.col-select .multiSelect .checkboxLayer {
    right: auto;
}

div.col-select .multiSelect .checkboxLayer{
    right: 0px;
}

div.col-select .multiSelect .multiSelectItem,
div.col-select .multiSelect .multiSelectItem label
{
    color: #777 !important;
}

div.col-select .multiSelect .multiSelectItem:hover,
div.col-select .multiSelect .multiSelectItem:hover label
{
    color: #fff !important;
}

div.col-select .multiSelect .multiSelectItem.selected:not(.multiSelectGroup)
{
    background-image: none;
    background-color: #fff;
    border: none;
}

.wae-facility-page .filters-wrapper,
.meter-page .filters-wrapper{
    margin-bottom:20px;
}

.meter-page .portlet .data-content{
    margin-bottom: 40px;
}

.washer-group-table tbody td ul{
    padding: 0;
}

table.washer-utility-table tr th span{
    display:block;
}

.temp-config{
    position: absolute;
    right: 15px;
    top: 17px;
}


body.admin-page  .filter-control label{
    color:#000;
}

div.sidebar-content-wrapper{
    overflow: visible;
}

.capitalize {
    text-transform:capitalize;
}


.export-dropdown > div.dropdown-toggle{
    background-color: transparent;
    border:none;
    margin: 2px 0 0 10px;
    text-shadow:initial;
    cursor: pointer;
}

.export-dropdown > div.dropdown-toggle i.fa-share-square{
    font-size:20px;
}

.export-dropdown > div.dropdown-toggle b.fa-caret-down{
    font-size:17px;
}

.export-dropdown ul.dropdown-menu li a{
    text-shadow:initial;
}

.filter-control.align-top{
    vertical-align: top;
}

.text-capitalize{
    text-transform:capitalize;
}

.no-click {
  pointer-events: none;
}

.datepicker-dropdown {
    cursor: pointer;
}

.center-loading{
    position:absolute;
    top:40px;
    left:0px;
    right:0px;
    height:50px;
    width:50px;
}

div#washfloor-analysis-content div.filters-content,
div#eqm-analysis-content div.filters-content {
    margin-top: 20px;
}

.max-col-width{
    max-width: 100px;
}


/***********************************/
/* Corp MaintScheduling Portlet    */
/***********************************/
table#ms-table th.corp-name,
table#ms-table td.corp-name {
    min-width: 130px;
}

@media(max-width:989px) {
    div#ms-content{
        overflow-x:scroll;
    }
}

div.progress-bar.progress-bar-purple {
    background-color: #a142f5;
}

div.labor-mode-filter.filter-control {
    vertical-align: top;
}

    div.labor-mode-filter div.col-select .multiSelect .caret,
    div.labor-mode-filter.filter-control .multiSelect .buttonLabel .caret {
        margin: 0 7px 0 3px !important;
    }

div.labor-mode-filter.filter-control .multiSelect .buttonLabel {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

div.labor-mode-filter .multiSelect .helperContainer {
    display: none;
}

div.labor-mode-filter div.col-select .multiSelect .checkboxLayer {
    right: initial;
}
div.labor-mode-filter div.col-select .multiSelect .multiSelectItem label {
    font-size: 12px;
}

div.labor-mode-filter.filter-control .multiSelect > button {
    font-size: 12px;
    min-height: initial !important;
    background-image: none;
    padding: 2px 2px 2px 8px;
}

table.fixed-sticky-header {
    display: table;
    position: fixed;
    top: 0;
    z-index: 2;
}

@media(max-width:1000px) {
    table.fixed-sticky-header {
        display: none;
    }
}

span.expand-toggle {
    position: absolute;
    left: 8px;
}

div#dlmModalViewWrapper text-angular .ta-toolbar,
div#cmmsModalViewWrapper text-angular .ta-toolbar,
div#generalWorkOrderModal text-angular .ta-toolbar,
div#createWorkOrderModal text-angular .ta-toolbar {
    display: none;
}


div.ms-corp-kpi div.cols-select .multiSelect > button {
    border-radius: 0;
    border: 0;
    background: transparent;
    font-size: 17px;
    padding: 0;
}

.wo-requests text-angular .btn-toolbar {
    display: none;
}

div#cancelWorkOrderModal text-angular div.ta-toolbar{
    display:none;
}

div.trending-analysis div.location-col-select .multiSelect .checkBoxContainer,
div.trending-analysis div.col-select .multiSelect .checkBoxContainer {
    max-height: 400px;
    overflow-y: scroll;
}

div.maint-admin-page ul.nav-pills li.active a{
    color:#fff;
}
div.maint-admin-page ul.nav-pills li a {
    color: #333;
}


body.main-app div.admin-analytics h3{
    margin:0;
}

body.main-app div.admin-analytics .wrapper {
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
    margin: 0 0 15px;
    background: linear-gradient(to bottom, rgba(185, 185, 185, 0) 0%, #B9B9B9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0 8px 8px;
}

body.admin-page div.admin-analytics .wrapper {
    min-height: 125px;
}

body.admin-page div.admin-analytics .wrapper .section-header {
    min-height:40px;
}

    body.main-app div.admin-analytics .wrapper .section-header {
        width: 100%;
    }


body.main-app div.admin-analytics .row.five-col {
    display: table;
    width: 100%;
}

body.main-app div.admin-analytics .row.five-col .col {
    width: 20%;
    display: table-cell;
    padding: 0 10px;
}

body.main-app div.admin-analytics .row.five-col .col .portlet h1 {
    text-align: center
}

body.main-app div.admin-analytics .row.five-col .col .portlet .section-header {
    border: 0;
}


body.main-app div.admin-reqs h4 {
    display: inline-block;
}

body.main-app div#user-profile-inner-wrapper div.title-row h3 {
    display: inline-block;
    font-size: 17px;
    margin: 0 0 11px 0;
    font-weight: bold;
}

    body.main-app div#user-profile-inner-wrapper div.title-row h3 a {
        color: #4d4f5c;
    }

body.main-app div#users-table-wrapper table {
    background-color:#fff;
}

#cmmsModalViewWrapper div.modal-dialog {
    width: 40%;
    min-width: 400px;
}

#dlmModalViewWrapper.coaching-view div.modal-dialog,
#dlmModalViewWrapper.team-status div.modal-dialog,
#dlmModalViewWrapper.employee-view div.modal-dialog {
    width: 60%;
    min-width: 400px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
#dlmModalViewWrapper.coaching-view div.modal-content,
#dlmModalViewWrapper.team-status div.modal-content,
#dlmModalViewWrapper.employee-view div.modal-content {
    height: 100%;
    overflow: hidden;
}

        #dlmModalViewWrapper.employee-view div.modal-dialog div.row#coaching-row > div.col-md-6 {
            width: 100%;
        }

        #dlmModalViewWrapper.employee-view div.modal-dialog div.row#coaching-row > div.col-md-6:first-child {
            margin-bottom: 20px;
        }

        #dlmModalViewWrapper.employee-view div.modal-dialog div.emp-status-portlet > .emp-status-row > .left-block > div.emp-info-row .block-width-6{
            width:100%;
            display:block;
        }

        #dlmModalViewWrapper.employee-view div.modal-dialog div.emp-status-portlet > .emp-status-row .emp-daily span.emp-daily-label, .emp-rolling span.emp-now-label{
            position:relative;
            top: unset;
            right: unset;
            text-align:center;
            width:100%;
            display:block;
        }

        #dlmModalViewWrapper.employee-view div.modal-dialog div.emp-status-portlet > .emp-status-row .emp-daily .emp-value, .emp-rolling .emp-value.alert-inactive{
            float: unset;
        }

            #dlmModalViewWrapper.employee-view div.modal-dialog div.emp-status-portlet > .emp-status-row .emp-rolling .emp-value.alert-inactive span{
                font-size:16px;
            }


            #dlmModalViewWrapper div.modal-header {
                padding: 15px 15px 5px;
            }

    #cmmsModalViewWrapper div.modal-header h3.chart-header,
    #dlmModalViewWrapper div.modal-header h3.chart-header {
        display: inline-block;
        margin: 10px 0 20px;
        width: auto;
    }

    #dlmModalViewWrapper div.modal-header div.btn-group-controls {
        margin: 10px 0;
    }

#dlmModalViewWrapper div.modal-body {
    min-height: 320px;
    height: 90%;
    max-height: 100%;
}

/*#dlmModalViewWrapper.team-status div.modal-body {
    min-height:400px;
}

#dlmModalViewWrapper.team-status div.modal-body {
    min-height: 400px;
}*/

table a.emp-view-toggle{
    cursor: pointer;
}

div.facility-dept-opportunity table.data-table td.fac-dept a,
div.facility-dept-opportunity table.data-table td a.emp-view-toggle,
div.facility-dept-opportunity table.data-table th.fac-active-emps span.badge,
div.facility-dept-opportunity table.data-table td.fac-active-emps span.badge {
    cursor: pointer;
}

div.dlm-team-status-view .dept-filter .multiSelect .checkBoxContainer,
div.dlm-team-status-view .class-filter .multiSelect .checkBoxContainer {
    max-height: 330px;
    overflow-y: scroll;
}
#cmmsModalViewWrapper div.modal-header-wrapper,
#cmmsModalViewWrapper div.modal-header-wrapper div.back-link,
#cmmsModalViewWrapper div.modal-header-wrapper div.back-link span,
#cmmsModalViewWrapper div.modal-header-wrapper div.back-link a i,
#cmmsModalViewWrapper div.modal-header-wrapper div.back-link a
#cmmsModalViewWrapper div.modal-header-wrapper div.back-link h4 {
    display: inline-block;
}

#dlmModalViewWrapper div.modal-header-wrapper,
#dlmModalViewWrapper div.modal-header-wrapper div.back-link,
#dlmModalViewWrapper div.modal-header-wrapper div.back-link span,
#dlmModalViewWrapper div.modal-header-wrapper div.back-link a i,
#dlmModalViewWrapper div.modal-header-wrapper div.back-link a
#dlmModalViewWrapper div.modal-header-wrapper div.back-link h4 {
    display: inline-block;
}
    #dlmModalViewWrapper div.modal-header-wrapper div.back-link a span{
        text-decoration:none;
        font-size:17px;
    }

div#eqm-analysis-content div.filters-wrapper div.filter-control .multiSelect .checkBoxContainer {
    max-height:400px;
    overflow-y:scroll;
}

div.parts-inventory-view div#addEditPartModal div#qty-section div.form-group {
    width:125px;
}

div.parts-inventory-view div#addEditPartModal div#qty-section label{
    display:block;
}


body.sl-login div.row.footer {
    padding: 90px 0px;
    background-color: #01426a;
    color: #fff;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
}

body.sl-login div.footer h4,
body.sl-login div.footer ul {
    padding:0;
}
body.sl-login div.footer ul {
    list-style: none;
    margin: 0;
}

body.sl-login div.footer h4 {
    margin: 1rem 0;
    display: block;
    margin-top: 16px;
    margin-block-start: 16px;
    margin-block-end: 16px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 700;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body.sl-login div.footer a {
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
    display: block;
    box-sizing: unset;
    line-height: unset;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

body.sl-login div.footer li.copyright{
    font-size:16px;
}

div#filePmiModal .multiSelect .checkBoxContainer {
    max-height:225px;
    overflow-y:scroll;
}


div#fhs-modal div.modal-body ul {
    padding-left: 15px;
    list-style: initial;
}

div#fhs-modal div.modal-body p.fhs-section {
    margin: 0;
}




@media(max-width:1480px) {
    div#maint-calendar-content .content-row div.col-lg-6 {
        display:block;
        width:100%;
    }
}



.glyphicon-paperclip::before {
    content: "\e142";
}

div#fileAssetModal .multiSelect .checkBoxContainer {
    max-height: 255px;
    overflow-y: scroll;
}

div#assets th.action-col {
    width:125px;
}


.allow-overflow {
    overflow: visible;
}


div.modal-body div.form-group .multiSelect .checkBoxContainer {
    max-height: 300px;
    overflow: scroll;
}


div#dlmModalViewWrapper .coaching-comment-edit text-angular .ta-text.ta-editor > .ta-bind,
div#dlmModalViewWrapper .coaching-comments-form-group text-angular .ta-text.ta-editor > .ta-bind {
    min-height: 100px;
}

div#coaching-moments-portlet div#coaching-text-editor text-angular .ta-toolbar,
div#coaching-moments-portlet .coaching-comment-edit text-angular .ta-toolbar,
div#dlmModalViewWrapper .coaching-comment-edit text-angular .ta-toolbar {
    display: none;
}




/* Include this file in your html if you are using the CSP mode. */

@charset "UTF-8";

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide {
  display: none !important;
}

ng\:form {
  display: block;
}

/* The styles below ensure that the CSS transition will ALWAYS
 * animate and close. A nasty bug occurs with CSS transitions where
 * when the active class isn't set, or if the active class doesn't
 * contain any styles to transition to, then, if ngAnimate is used,
 * it will appear as if the webpage is broken due to the forever hanging
 * animations. The border-spacing (!ie) and zoom (ie) CSS properties are
 * used below since they trigger a transition without making the browser
 * animate anything and they're both highly underused CSS properties */
.ng-animate-start { border-spacing:1px 1px; -ms-zoom:1.0001; }
.ng-animate-active { border-spacing:0px 0px; -ms-zoom:1; }

#corp-dlm-portlet .btn-sm {
    padding: 0 3px;
}

.region-child {
    display: none;
}

.table .region-city {
    display: inline;
    padding: 5px 8px 5px 15px;
    font-size: 12px;
    text-align: left;
}

.alert-img {
    height: 25px;
    width: 25px;
}

#table-rank-top .text-right, #table-rank-bottom .text-right {
    text-align: right;
}

#table-rank-top-header {
    border-bottom: medium none;
    border-radius: 4px 4px 0 0;
    margin: 0;
}

#table-rank-top-header th{
	border: none;
}

#table-rank-top {
    border-radius: 0 0 4px 4px;
}

#table-body-rank-top td {
    border-left: none;
    border-right: none;
}

.narrow-expand {
    display: none;
}

@media (max-width: 1150px) {
    .narrow-collapse {
        display: none;
    }

    .narrow-expand {
        display: inline;
    }
}

#dlm-kpi-table thead tr > th:first-child,
#dlm-kpi-table tbody tr > td:first-child,
#dlm-table thead tr > th:first-child,
#dlm-table tbody tr > td:first-child,
#eqm-table thead tr > th:first-child,
#eqm-table tbody tr > td:first-child,
#ms-table thead tr > th:first-child,
#ms-table tbody tr > td:first-child,
#cw-table thead tr > th:first-child,
#cw-table tbody tr > td:first-child,
#wae-table thead tr > th:first-child,
#wae-table tbody tr > td:first-child,
#dryers-table thead tr > th:first-child,
#dryers-table tbody tr > td:first-child {
    width: 23%;
}

#dlm-table thead tr > th:not(:first-child),
#dlm-table tbody tr > td:not(:first-child),
#eqm-table thead tr > th:not(:first-child),
#eqm-table tbody tr > td:not(:first-child),
#ms-table thead tr > th:not(:first-child),
#ms-table tbody tr > td:not(:first-child),
#cw-table thead tr > th:not(:first-child),
#cw-table tbody tr > td:not(:first-child),
#wae-table thead tr > th:not(:first-child) /*,
#wae-table tbody tr > td:not(:first-child)*/ {
    width: 12.83%;
    text-align: center;
}

.wrapper {
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
    margin: 0 0 15px;
    background: linear-gradient(to bottom, rgba(185, 185, 185, 0) 0%, #B9B9B9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0 8px 8px;
}

.portlet {
}

.table {
    margin-bottom: 5px;
}

    .table th, .table td {
        text-align: center;
    }

    .table tbody th {
        text-align: left;
    }

    .table th.total {
        text-align: right;
    }

    .table .summary-row th {
        text-align: center;
    }

.stoplight-icon {
    height: 25px;
    width: 25px;
}

.spindle-header {
    background-color: #FFFFFF;
    padding: 25px;
    text-align: center;
}

.data-date-range-controls{
	display: inline-block;
	text-shadow: none;
    color:#FFFFFF;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}


/* Employees page */
.rollingIcon-small{
	width: 20px;
	height: 20px;
}
.colorpicker-visible {
  display: block !important;
}
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAFJhJREFUeAGMU+/q4kAMzFYf4LgP96a+q4c+gSIqxf/r5maWDoTgz15gmM0kW5uMLa21v2b2G6jAG2iEzqUU6q5c/OlMuHtL/ULNd5TP6EJ1RP7NuXvKE397jmbg7MrzHI748T1UA3eopyGQV2qK1+vVHo/Hm1itVm0J7Q+afwGMmgeRphf7Noh6lCeuHJAvm/X8rAQNlw2VScoj6863OQjl2ZB3qkeu5Lh0RJ3qynuNjJA21FppQAHa8/l83263No5jOxwOttlsbL1e2xIXXpMZzzRsXoTw34bQgLiQbKh6M9SXDBSypn4XGOSkGUO1cJdn1Yh4/qYVgctmGSwXyARNcOSFRuBMHvA1GMzwy+Vix+PRdrvdYrvd2vl87oZYDCxBL9B/jEyopghzlNjL0DlB+gAoPNXyOfa3oA9puXonyVHzdH+g9MEISa5z0qUNkwkm6MJkxALg8mlMAxvNwBfhYLvf7w50vl6vBV9H2e/3BjYateQDY8gM5bmWovygdyEb87k/G5Zz9c/2zfEQFysO5nDJ6mMel91Z//pwFpygIWIaMXE3AoYssPBCI/B12DiONMT5VZxOJ0f+j/MyWo5chYGowfn/j03lNXBpl85Up8d46u6DChBMvKv2UePrrAsChtdLTi73oEBjFDYpmIp/KSgRhRw357sXuHLknRgI8d90F8QL761oI8iQeJqvUOGnAoEkgNblF13iiJASZCwhLkG+v7/Halvt5+enr7x+02lZOwKymJ7jMAXK32RxaXnNxfXzCOkCxTO2I3NiR0i9gAjQLLoVHkKG8pCi0UT4Q0h5xUFIlBJEYmg+1yg6TrUq+YfEWKK0lWsSS8+DkNvCWtvJXu0UbDyH/NYjoDHFybPd/cPeficiW5LvkVdBNY4UoIqOQMwPBXm9vUYIVCj3GkXCCo1tRS//uMhYoVG3q46HaBQtamESTs/+0o92hOTaBbqjBwpu8reCuzAP4rkXpQBzQwbhZxD7jNYEAS4CI2Rg4hLitPUor2hGh6j4hQ5FfWt8LQF+SwyJIpGUV05nu56VHqJhR8ybb+Q+/dnPYZYSigIICvY3xfYxCckz/qazprjDiFJ+5DWVwscaMpSDgkleI2uutaKk5kPFNTqO8pBDlBQZEqKvoJXp7+lxzx7Cuoqp2M7zlrm5JbH/9oZ/GLdzBGf9FNmmvPi+h2FXnm8L5WhdCMJNyr1D6yvKP1rFQYgSjWpteE0JMraEME8ykpzo/0/+wcg5yGHMooegQYIRyXU1i52tCSfn9oSQFH+Fe4jypxs3RHA+xNCcNUZ+BXRg7iu0lhgDAesisSfE6UA0iudz9sNHKChek5eBX9a+FwKkKQ+Nd6JljkLX6B4x2L8hhHOsVdhR4iHEEe1LeWJCSI2tCo9AU3OIKHGgbupv6NvyRciGgMzPPLP5LmhPdKTx8qgSWIXxVkZx8QJihmCvPP8nE6IRXniKT9GThhKF0QkZal3KQYcLgn+s8YwWJiNnLVL4mOz1b+4piM8/+YYb8xNlLoASXqC7c9DCOokhl4RAKgSkCNM9wklBOPL4BIJoblQggsb8Km9W/IlIJkKrPN4xEETPwtS3hczrp8//pxmzpoUIBfeSO8r8/OE59wgTIsnIb4yBj7Cft6pYI8Sbh5TBD749IANSlKPgJQQmrr0uUfjbCnlV/V9OCfLpDc9b0nw4x3bznAbWFAyfUeBLEIhA3uaCKifFyUBg8pg+Ro8nOCVOintKoy0xj5bFvhNCQMAfoUqgc8UwMRot8dWy/qPcDHQk5XkgOPD97//Gl/xC2kKlkhl2V4pMQmAON+22E+4XgIzMKYMSmp7S0ymTcpYEYM6eVjKlJV25HgYguZ6lD1hR4S4byoxRwMUQjm87MYVxrW19nCqbgTD4kSEde7FlxcF4tKDCPu41lBUKa7tjgGuHJuPCwpBPdcONuVTiMEMgbPpugJE0+GIRusL+yD9qGhrP05ClFHfOuppZeV4ZkgyJdJc3dkxh0+8YDBpbsyuxrXYzV4VfmJLFwxdAEq7azIj9Yw9AuUCjEL3I7pD1xgo0BPv5Y2U9MCBvegpGxq9/vK7BftOQssP3ueL+HfJwLkAqVLlgPH9CF7phgMoKj/X8EjiNCtGQHzFU9mM7gsR8W/5wkuZ9ZUKBcYuWdE3qU2YYqLIllfo5aog2m2haKnlsvP30YUHO+3f9Yu2GrNpW2rYV8id2bM/9KxBPc/QgZQT9AlotQRtgSls1pIDADvo+3hL0bXBU0yxqG4Fx2ZshdXSBaEjZYtIdh/uxQDOrpMV/Biatjj8nzRgq8p0Ud6w9fAwwe+9mSJPWUMWzPG+A21ZWG45nhoQp1RdaBZ1WYDteUQ4gffvH1jomTHlkxk9GTDi5AS0YAODxMoRjMiqsjq/MyqvFFJX9buv6+18Y8mwDyFRH7Dj+T1rBtYivRV1v9mHtiKhfD10QrRFdsxor9Z4bgChAtF22fLsv1sfsGL4B0grazi9DygpagZ0A2s2WBMBmLn0de15D11KG5WSAvh20rB92fEIVwk0jdV2qPdyWr4mYuw75NMua7FFtmZxbkN7qi4DSFgaqQjc75GwDwbgBMkMMAPfD6cR1wpl1o7GftDhMMSPaFmm05+Tv/HWW9aQXbMfiBAZ4cNLdnz6hyAyj7ki9oQYYqdYd4h405JRwXs4DhLKozKhzG65449eQ4i5nX2LKXYjCVDcWF58Y0uJvj2EpY2VN79NzjHlVF8E1M2JZxOzW62rIEhhlywoAMMhrS8dFBJhgMJx5aRxg/fv9rSW9WN7LeQxZPn4bo6ExYgppsWNkQIt2pOAU8DAK8Oh/yK7ECM8pCAboJDTRFNsJQ3ZkBdtFXgV+A5qAEasl4sk2WxjOzn9PY6sZ1ZxJD/p9FMwoc1pjLNhEbLd2eX2Kpv6Y+aSCn8OUxhqyGBOwS9fxUiwDPIXfZw2JeNs+hS2/2R6r2Lfv+S/ivt3PG7eHh3S/52EDDD0j5h9rStliJiQLc5/fW9wP0PNcfB77nmVpX6Js2WaOQwb9OrXLJ9UMz7UmuJaAQj7fjxi6V97wIGftsqVMwcGZN2ZTL30fr7IYkL4xpG/9Y9bV677pUYXfrHk5tzuvoS1aRPX9ScV+3+Mn1FU7YMR6GT8LEP38xs2OyzVZRjIz9mWrIV2lTYo6LLk3BKXGKCM47jycKCb4zb4GzBi0g3Ec0a9OsBVQQsp+YwTjo+Mr9C/MQluIJmIkYYvvzpL2RhuiKT1uttTrK+q74p8siUsR64/nlS3XedcfZgY6kfUsv/FOUZfOlwGTfjyPCxjrRDbCvMLr4vCc9kN26pBR7H8KuW0wHZrkYCzj2+z5WbPCoZM2rISeEwop48KRZdhiPtmYLXNSyZs91YAeH06dow/Vpg3o+W9a/hbgPI5jTnvdx5YxZUbrCY1V7De22qProHXrDL/9B8dlHIuM3QQqUxL7d/pLyyqrzKlV6/2O/F/GBXP6ochjYdiKvQ4saA1ddlTvY/bEkY9Wa1iLkEN2JVavOhxHRlvqMF/XAnEVOJgXy3fAhCgY0N8bC0Nnpl8Lw/bt2LnCnsENO6o5r7bMcn2hONzQswSK2WVbphBy2kcjGqqWNRJQfU6ALwFgHTlo41pWWaE+O4V2zuhYZ1jYinTnvVmcC0Oclck+MgTH1jZU9Ty/VWaUIS42JwFPpkiWyDiZafZDygiJTseTIrc/g5v1qYQ6kgVnT48A+bztNN774MD2U8kDphjxaP18nyGzZBGUh7Y9L1uGvIp6Mq3EePVl7Xxf2/pE9gWI2KTFX2J3xx8Z0jWvnv+VhaG6tr8vkccerdTfdvhaXzTlLUM8t6HNIa9a4DfuDYgCWEaUCQ5jBcz2YI43lgqsrRi21F+pRThPhW5NvqLDK0Nw5E7RV7DKjDreX69/ZVY14wGQ8+HN733OxHGci9MKTBlkMNCSMqJA/udFzgg5IWqXKW9pbwvDu9VxFIjREGtHAS1w7rs4bcXtpIEV1t7H9QdgfmPIGrTmKDAW+gmIFHxNaRl3iCKEvYcsjuPAgTEzQ5zO2SHY3q+FX98oqti8casANPRxL19nx34JWZ9XQJ4r+uOLpmwxZxGyZF8Bcb9lf+dUR0zZgjwCigMKmGltbXG/SzZmUzQlxzMzGCdcmVUDEH3OijXp7k5StNVSh7xnV6Nju98+MaTMaMjK+b7xCy2gD1vk+G54eVxM6PEzM2TLqjJk3IdR/4iG7RSF+y1klQk4jqGvb/h4n6TBQwHZ77GYE0alLzZOTOl1+ShiFvUyBYRJIvSC1PFPfYemMoW+EpWXtaznArCLitWSnX6BKnPOLkTWIT/3vB3SEFemqF+m0Bh7ZIoY13m7IfmhfyxNzsu90j/f65Bn5hSoMSHIvPE+nptWAKesbWRY6xJax/NG30AnvS4AAPkVEOuDmHBk3KJ+dsewIt41+3t8+kqRB85Sy82QAmZmpGrfGnfqejZrKlP8Rv+GIZ0nnWi/Ys74kWzs6Ly7INTfYvA4CshcGL6wpSJ8I1/GtLCs9ji0lQG+vgzBOkmInRh2a0Y1If0DYPmr5vTPwIv9hCWPXyBcjUGL+n+PhWEdL9Rhi390Wv2lxeHRjGZbYR0Os7DWgb0f15VVzPd5XVcgClAZ41se8uE/3efT7Eq7oQXk7xpSB3NcrfAYzGmFLUAL1MwYtabPjBeYXhcAAGolA3vSjJkZ88Zdx6+/pzrEaf35x9XeODgANYTlPox167cOfmJMAbnv4+1QGNA6pAwpg8qInhdAPa4GFTjrKQi5XSAsjrsf0qWSb3sjm+M4vQz5fNEaA1TGTMxo9vVu2wIATgWozlfavegXZJ7h/+3dYY7cOA7F8VQnu/e/5u4dtnqRwThD/KA/ywU0Jl9GQGCZkl0yHx9JSW4nGPRxKXuA8RzG/BygfJchBtujW5Ipzso9R5HGA998fC7MCMX2kYyrC+mrwd9z7+n5ZIMM9bODV8kYUjuEoeTPAyPemVxq0feB+cJ/xJYuKj3qFoL3r0khi4uHLEvLJwitTGlA4pz734whA7A+ElO05MEer2vLt9hPRgoQcVQmBUM6oNf7VxPlOXudyl7AYEI3Yk0z4TOYxXyEVDliCvOZp+NH8cmAEXNmevVk1p7fpr89MZyKP1l9xZIXzPmIdPmkkLlrqEL8bpbu8XUBJOTT+psdPAvPMV1LAnOlvgkIfyPoPsjxMxquUV2ncX/do65KmSvOriY70XSF2OecL0A7Yf08eYKMJeiHuFq7hE+A2V3WUGgE7sEKGHFjTuNKwAfp8HPGLRUA4N+GAv8QaOkqr91Yl9E+ActMDb059ktX92PIolQB+Hx9Ta9voeB8y/4A9mmCqjyzMvY5PhjHMchf7REHZNH15xSTIfafLss/R2hABEKmtPK5VwPszNms7xOwLB8VM5RrqZbprier+Ei/cncBZYzxQkCaIdv+uUvr9Mm3ViKmPIwBk0GAL7N0mRFjWh6z/+d0oRrAVGTMMSZwMwP9dOvW6077IcWUufB3cjnXUspxM2l+YvZwf2PHtFI+vEm/YMbhvGIJ/SI7Q4kyJGJVsk9mjIniD7Os27GEPjLiaLE323Nyimu85GXtMhM3kvs3F8BPsr+NISPNpR0WhKuaxvkSkIeu5PpW1rWqSrvnMqn+nvE4TxkymeA5zOnzcZnn34whtD281rb511sX+5mTPGVmrWWZP1vPd31Xix+gvMGcEwO9RycRvdFm7DH1TMB1VbqnQ1enDMYUWfNwtRelN1Nc32KVuIBA3qlxj6GMpZlhPYB4VIzyt4JhFyN+nXs/FH8vy5p7HlMZIjwyiGNGtCluDOrElNXKG+gEeAcw5j4HVygTbBf4qfTt/V7rP+YX5a7B+S1FFxFBvSeMs06/zfVk3f0Zf98gbJJge9WV6bKW9hP7vG8EeHcMUYxKOLkvY4D+WoDGMQO9TAt31oC2mysDAqhwaWBmf5iTACADEPZDZMJunYJG8NU9IburyOhztPgyjOt4igUE+3xW2SCYm7IFPQJ6z9SvclKKD6tchS0uyz4F/gocYDcjPLaRnTBIVzaex+Mp/pxiyXMAknvq5bZOR/vLBhX0oH8r/v6xx6d27x8FAgU3a2RixRCSooshjxUQPyV+zGooKD+PBUSwLmVfAWa09bOgZ9zQAwZMr/AcR1n10mWlHzaoNrv6WAogdazY9iXHUalOt+8FsJ8nt49rHYAMlxWAzBRYBWbATdkAVIujr22vLNd4Z+Z253pdh8quMQuMCp4NHUcA5PjWieDAjqByANJ1gRV0AcQ0yfioe6Rpldm2M6d/WuVHW7isUJ5lUV4yQ5mgC2y4SYGq/t5vjU8b4xmDynxo/TIi6iX7fgRk/ueQbrSMPY+rbrawAlfgFLA1nylSAHRbbjDj/n36ehk8ZBPome5eRZfV8w/lo+hK7Huso1TqgDkskvoat+L/X3QsGoDM2tHouKDcJmPWeT9kobMvXc+dwrkOhtJeK/Nm/XEXaCx01ssAWtc99rUOAJ6Uu/srhrQyWgn2g4K6GOvZL5TBwwSA742/x7ijZF3F7tfNUi7Lh5grvwbisoxwYReZamaf9VC8cWhVsAuV4Y5oYyaNcdAuoPa1TcPQZX3v/y16+N55kyFTGQIxNLcDpwIvFKe7cU7keHd2VMxrhR+Y+WXnx+xsrPbm4Mf+eTMn1mYGaFrjptDj/ZmkmjaXVWv19slxkTXJynCvnIdL8zdZOnn83A9ZFSTAB4VsSpGmyipunCjuGN9liwzZs8ddwQVEyzeyuGPYD7APuOS6o7aO9xWo/P3fbrnF8e5y2+7Lnamvyg8GKNeKog2m2NaW+SjwLCQhlr5/M6DamjnNlAbJLKtBaQZU226Ru2KbCe+Ph6Tk3THb/v5zaRQ7yz4M6usa1HywJU50n+7bgb4Z0sC2XIa8P56+JvvuWHTaa6kgbLn7ELvV9bU76A0+hpTKuh3PoryDwKvrflwx5F/1IMaK9wrK+h3ltf/+bb8d5d8/XdZ//txS/N9hxfdvGNg/ZQT1//4fih7V/hdi/qwAAAAASUVORK5CYII=');
  cursor: crosshair;
  float: left;
}
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.colorpicker-hue {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEUA/z8AuP//JAAA/33/3AAA/1ABAv8A/7r/AH7/jgD2AP8A//j/AEHmAP/XAP/HAP+4AP//ALyoAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8ATv//AG7/cAD/vgD/APoAmv//ADH/AKwB/wMA5//4Eg4AL///AOr/UQD/nwAA/27/7AAA/+kAe/8Ayf8A/5sA/zEA/6z/ABEAEP8A/17/MgAA/9n/ACL/gAD/AJ0AXP8Aqv//AMoA/yHqFBb/zAD/AGD/ANsA9//1/wDk/wDV/wDF/wC3/wD/AI2m/wD/FACY/wCI/wB5/wBp/wD/YgBb/wBK/wA8/wAs/wAd/wAN/wAAPv8A/xH/AFAAi///rQAA/8r/+gAA1///QwAAH/8Abf8A/43c/JNGAAAAiUlEQVR4AQXBg2EDAAAAsMy2bds2ttp2+/8PTby79mDLsKJPq/oFPdk24dWXAxsGjRg1ZtykKdNmzJozb8GiJct63WjYl7fiWdOZkk0vOpyr2fVtyKl7FX2uXGjpcuxWDy69KdiRk5WRlpIUFxMVERLw78+vH1Unun1YV3ZkwKM1CYfq7nQK22sD03ITV2Aqp0IAAAAASUVORK5CYII=');
}
.colorpicker-alpha {
  display: none;
}
.colorpicker-alpha,
.colorpicker-color {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAMAAACIElGlAAADAFBMVEUAAADT09PT09P////T09P////e3t7q6urT09Px8fHT09P////////T09PT09P////////T09PT09P////////////T09PT09P////////////T09P////T09PT09PT09P////T09PT09P////////////////T09P////T09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09P////T09P////////////T09PT09P////T09P////////////////////T09P////////T09PT09P////////////////////////T09PT09P////////////////////////T09PT09P////T09PT09P////////T09P////////////T09P////////T09P////T09P////T09P////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////////////////T09PT09P////////////T09P////////T09P////T09PT09PT09P////////T09P////////T09P////T09PT09P////////////////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////T09P////T09PT09PT09PT09PT09P////////////////////////////////////T09P////T09P////T09P////T09PT09P////////////T09P////T09P////T09P////////////T09PT09P////////////////T09PT09P////T09P////T09PT09P////T09P////T09PT09P////T09PT09PT09PT09P////T09PT09P////////////T09PT09P////T09P////////T09MQsm1FAAABAHRSTlMAgJN8/vcDAfcCnJyGaZmZlomGk4yJOmM/eTxs8wY0YDFC7HNdLx18n5/7aUvzCcW9+qKiK8P0ZiltRwfdw/n8Px3WduJjItj78ss5PDHUNELbwP5wplA2FglEVwvkqNarCs4Z7b2sDLgQ0xNdyLrr0eLLUeW1Vs5TWQLwjPI3ZvQGdvxFyFrAeevaLCLvGd0kpRskGyf4qK605xKvFrGyDRHnBYMEkJaDkIBvB/gpH99O6CrbIC4nH3Lg2SXp4A7Qul/GDEgPSlMQ6LjqFU0SjyCCj5V/gnBN7xglL3O70WBU7gjFFEfft0sPTo1ndRipwXr2yRemWRVENq+ytbGuxGaWGQAAAnpJREFUeNpNxmdcDHAAxvEHOWXvmXX23ntv2XvvMg/Z44x0KaRBSnfcKSqlnYZKp1QqGpT20KZh783/eePj+3vzw3/q/AM9iURPTy6XS+RwcXNzcZMQTE1dTE3bE7y9S0u9xxD600rCGtpI2ErOsbGxzoiMrIqscnaOi4vDdnp4XYSrguwxQSb7KpMllycnl2MFaTSaTxrY5NrY5BoKb2BnZ2doZ29vb2OPSdSd4Bcc7OcXGhqamgqrYCsrq+mEiEtC3gUBDg55Dg53IkQYSYG+gb6+GEqB5wV0o5D8/JAQdKK5hA40n3BS+L6c0JJmE+ZQW8JEak1YQJ0Jq+jbaQEPnotGE+IrK+Pj+xKqU6pTUrIDAgKysZ+WEY5QQkJxcQIO0WrCUbL4YmFhgZ3UlVAUHR1d1JEwjVoRRpDJKxMTE/ShBoRR1I6whLyyvLyyUFAQFhbWhTCFFArFawXOCu/bEHpQLYKnZ0aGZw2CR1qah0dmpqurK+pTU0ILakJoTi+PC7j5RHTrqQg1qRkh3T3d3b0xoSE1ItSleoSe1IswmIYQPl8UlhLWkaOj41tHbKENBLX6j1qt/KFUKnFN+Onk9NvJCQdJpfqlUqGiIjExcRthN91/JsJmGkhYRO/OCBhHwwgxMWUxZQMIu8j8o7m5OfbRLMJh2kTYQ1FRhYVR2EHzCOtpMmEG3SUsJEvLoKAg2Prb2tqOJYSH+/uH33shwlTaS1hLBwhX6AYX2tuiRwStVntOa5yUZJwEqbREKjUi5Bjl5BhZW1uXWOMYGRBOnNDX1zfoxz1FwwkfSJfgo6vr41P7soBBNJ7Qm2YSzHTMzMwmEHRoMf0Fm5mYOUrzNBYAAAAASUVORK5CYII=');
}
.colorpicker {
  *zoom: 1;
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 120px;
  margin-top: 1px;
  border-radius: 4px;
}
.colorpicker div {
  position: relative;
}
.colorpicker.alpha {
  min-width: 140px;
}
.colorpicker.alpha .colorpicker-alpha {
  display: block;
}
.colorpicker:after,
.colorpicker:before {
  content: '';
  display: inline-block;
  position: absolute;
}
.colorpicker:after {
  clear: both;
  border: 6px solid transparent;
  top: -6px;
  left: 7px;
}
.colorpicker:before {
  border: 7px solid transparent;
  top: -7px;
  left: 6px;
}
.colorpicker-position-top:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  top: auto;
  bottom: -6px;
}
.colorpicker-position-top:before {
  border-top: 7px solid #ccc;
  border-bottom: 0;
  top: auto;
  bottom: -7px;
}
.colorpicker-position-right:after {
  border-right: 6px solid #fff;
  border-left: 0;
  top: 11px;
  left: -6px;
}
.colorpicker-position-right:before {
  border-right: 7px solid #ccc;
  border-left: 0;
  top: 10px;
  left: -7px;
}
.colorpicker-position-bottom:after {
  border-bottom: 6px solid #fff;
  border-top: 0;
}
.colorpicker-position-bottom:before {
  border-bottom: 7px solid #ccc;
  border-top: 0;
}
.colorpicker-position-left:after {
  border-left: 6px solid #fff;
  border-right: 0;
  top: 11px;
  left: auto;
  right: -6px;
}
.colorpicker-position-left:before {
  border-left: 7px solid #ccc;
  border-right: 0;
  top: 10px;
  left: auto;
  right: -7px;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}

/* 
 * Don't modify things marked with ! - unless you know what you're doing
 */

/* ! vertical layout */
.multiSelect .vertical {
    float: none;        
}

/* ! horizontal layout */
.multiSelect .horizontal:not(.multiSelectGroup) {
    float: left;
}

/* ! create a "row" */
.multiSelect .line {
    padding:  2px 0px 4px 0px;
    max-height: 30px;   
    overflow: hidden;
    box-sizing: content-box;
}

/* ! create a "column" */
.multiSelect .acol {
    display: inline-block;    
    min-width: 12px;
}

/* ! */
.multiSelect .inlineBlock {
    display: inline-block;
}

/* the multiselect button */
.multiSelect > button {
    display: inline-block;
    position: relative;
    text-align: center;    
    cursor: pointer;
    border: 1px solid #c6c6c6;    
    padding: 1px 8px 1px 8px;    
    font-size: 14px;
    min-height : 38px !important;
    border-radius: 4px;
    color: #555;   
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; 
    white-space:normal;
    background-color: #fff;
    background-image: linear-gradient(#fff, #f7f7f7);      
}

/* button: hover */
.multiSelect > button:hover {    
    background-image: linear-gradient(#fff, #e9e9e9);    
}

/* button: disabled */
.multiSelect > button:disabled {
    background-image: linear-gradient(#fff, #fff);      
    border: 1px solid #ddd;    
    color: #999;
}

/* button: clicked */
.multiSelect .buttonClicked {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* labels on the button */
.multiSelect .buttonLabel {
    display: inline-block;
    padding: 5px 0px 5px 0px; 
}

/* downward pointing arrow */
.multiSelect .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0px 0px 1px 12px  !important;    
    vertical-align: middle;
    border-top: 4px solid #333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted; 
}

/* the main checkboxes and helper layer */
.multiSelect .checkboxLayer {
    background-color: #fff;
    position: absolute;
    z-index: 999;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);    
    min-width:278px;
    display: none !important;    
}

/* container of helper elements */
.multiSelect .helperContainer {
    border-bottom: 1px solid #ddd;
    padding: 8px 8px 0px 8px;    
}

/* helper buttons (select all, none, reset); */
.multiSelect .helperButton {
    display: inline;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    height: 26px;
    font-size: 13px;
    border-radius: 2px;
    color: #666;    
    background-color: #f1f1f1;
    line-height: 1.6;
    margin: 0px 0px 8px 0px;
}

.multiSelect .helperButton.reset{
    float: right;
}

.multiSelect .helperButton:not( .reset ) {
    margin-right: 4px;    
}

/* clear button */
.multiSelect .clearButton {
    position: absolute;
    display: inline;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    height: 22px;
    width: 22px;
    font-size: 13px;
    border-radius: 2px;
    color: #666;    
    background-color: #f1f1f1;
    line-height: 1.4;
    right : 2px;
    top: 4px;
}

/* filter */
.multiSelect .inputFilter {
    border-radius: 2px; 
    border: 1px solid #ccc;
    height: 26px;
    font-size: 14px;
    width:100%;    
    padding-left:7px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */    
    color: #888;
    margin: 0px 0px 8px 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

/* helper elements on hover & focus */
.multiSelect .clearButton:hover,
.multiSelect .helperButton:hover {
    border: 1px solid #ccc;
    color: #999;    
    background-color: #f4f4f4;    
}
.multiSelect .helperButton:disabled {
    color: #ccc;    
    border: 1px solid #ddd;
}

.multiSelect .clearButton:focus,
.multiSelect .helperButton:focus,
.multiSelect .inputFilter:focus {
    border: 1px solid #66AFE9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.065), 0 0 5px rgba(102, 175, 233, .6) !important;
            box-shadow: inset 0 0 1px rgba(0,0,0,.065), 0 0 5px rgba(102, 175, 233, .6) !important;
}

/* container of multi select items */
.multiSelect .checkBoxContainer {
    display: block;
    padding: 8px;   
    overflow: hidden;
}

/* ! to show / hide the checkbox layer above */
.multiSelect .show {
    display: block !important;
}

/* item labels */
.multiSelect .multiSelectItem {
    display: block;
    padding: 3px;
    color: #444;       
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;      
    border: 1px solid transparent;
    position: relative;
    min-width:278px;    
    min-height: 32px;    
}

/* Styling on selected items */
.multiSelect .multiSelectItem:not(.multiSelectGroup).selected
{
    background-image: linear-gradient( #e9e9e9, #f1f1f1 );    
    color: #555;        
    cursor: pointer;        
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;    
    border-right: 1px solid #d9d9d9;            
}

.multiSelect .multiSelectItem .acol label {
    display: inline-block;
    padding-right: 30px;    
    margin: 0px;
    font-weight: normal;    
    line-height: normal;
}

/* item labels focus on mouse hover */
.multiSelect .multiSelectItem:hover, 
.multiSelect .multiSelectGroup:hover {
    background-image: linear-gradient( #c1c1c1, #999 ) !important;    
    color: #fff !important;    
    cursor: pointer;        
    border: 1px solid #ccc !important;
}

/* item labels focus using keyboard */
.multiSelect .multiSelectFocus { 
    background-image: linear-gradient( #c1c1c1, #999 ) !important;    
    color: #fff !important;    
    cursor: pointer;        
    border: 1px solid #ccc !important;
}

/* change mouse pointer into the pointing finger */
.multiSelect .multiSelectItem span:hover, 
.multiSelect .multiSelectGroup span:hover
{    
    cursor: pointer;  
}

/* ! group labels */
.multiSelect .multiSelectGroup {    
    display: block;
    clear: both;
}

/* right-align the tick mark (&#10004;) */
.multiSelect .tickMark {
    display:inline-block; 
    position: absolute; 
    right: 10px; 
    top: 7px;
    font-size: 10px;          
}

/* hide the original HTML checkbox away */
.multiSelect .checkbox {    
    color: #ddd !important;    
    position: absolute;
    left: -9999px;
    cursor: pointer;    
}

/* checkboxes currently disabled */
.multiSelect .disabled, 
.multiSelect .disabled:hover,
.multiSelect .disabled label input:hover ~ span {
    color: #c4c4c4 !important;
    cursor: not-allowed !important;
}

/* If you use images in button / checkbox label, you might want to change the image style here. */
.multiSelect img {
    vertical-align: middle;
    margin-bottom:0px;
    max-height: 22px;
    max-width:22px;
}

/*!
 * ngToast v2.0.0 (http://tameraydin.github.io/ngToast)
 * Copyright 2016 Tamer Aydin (http://tamerayd.in)
 * Licensed under MIT (http://tameraydin.mit-license.org/)
 */

.ng-toast{position:fixed;z-index:1080;width:100%;height:0;margin-top:20px;text-align:center}.ng-toast.ng-toast--top,.ng-toast.ng-toast--top .ng-toast__list{top:0;bottom:auto}.ng-toast.ng-toast--top.ng-toast--center .ng-toast__list{position:static}.ng-toast.ng-toast--bottom,.ng-toast.ng-toast--bottom .ng-toast__list{top:auto;bottom:0}.ng-toast.ng-toast--bottom.ng-toast--center .ng-toast__list{pointer-events:none}.ng-toast.ng-toast--bottom.ng-toast--center .ng-toast__message .alert{pointer-events:auto}.ng-toast.ng-toast--right .ng-toast__list{left:auto;right:0;margin-right:20px}.ng-toast.ng-toast--right .ng-toast__message{text-align:right}.ng-toast.ng-toast--left .ng-toast__list{right:auto;left:0;margin-left:20px}.ng-toast.ng-toast--left .ng-toast__message{text-align:left}.ng-toast .ng-toast__list{display:inline-block;position:absolute;right:0;left:0;margin:0 auto;padding:0;list-style:none}.ng-toast .ng-toast__message{display:block;width:100%;text-align:center}.ng-toast .ng-toast__message .alert{display:inline-block}.ng-toast .ng-toast__message__count{display:inline-block;margin:0 15px 0 5px}
/*!
 * ngToast v2.0.0 (http://tameraydin.github.io/ngToast)
 * Copyright 2016 Tamer Aydin (http://tamerayd.in)
 * Licensed under MIT (http://tameraydin.mit-license.org/)
 */

.ng-toast--animate-fade .ng-enter,.ng-toast--animate-fade .ng-leave,.ng-toast--animate-fade .ng-move{transition-property:opacity;transition-duration:.3s;transition-timing-function:ease}.ng-toast--animate-fade .ng-enter{opacity:0}.ng-toast--animate-fade .ng-enter.ng-enter-active,.ng-toast--animate-fade .ng-leave{opacity:1}.ng-toast--animate-fade .ng-leave.ng-leave-active{opacity:0}.ng-toast--animate-fade .ng-move{opacity:.5}.ng-toast--animate-fade .ng-move.ng-move-active{opacity:1}.ng-toast--animate-slide .ng-enter,.ng-toast--animate-slide .ng-leave,.ng-toast--animate-slide .ng-move{position:relative;transition-duration:.3s;transition-timing-function:ease}.ng-toast--animate-slide.ng-toast--center.ng-toast--top .ng-toast__message{position:relative;transition-property:top,margin-top,opacity}.ng-toast--animate-slide.ng-toast--center.ng-toast--top .ng-toast__message.ng-enter{opacity:0;top:-100px}.ng-toast--animate-slide.ng-toast--center.ng-toast--top .ng-toast__message.ng-enter.ng-enter-active,.ng-toast--animate-slide.ng-toast--center.ng-toast--top .ng-toast__message.ng-leave{opacity:1;top:0}.ng-toast--animate-slide.ng-toast--center.ng-toast--top .ng-toast__message.ng-leave.ng-leave-active{opacity:0;margin-top:-72px}.ng-toast--animate-slide.ng-toast--center.ng-toast--bottom .ng-toast__message{position:relative;transition-property:bottom,margin-bottom,opacity}.ng-toast--animate-slide.ng-toast--center.ng-toast--bottom .ng-toast__message.ng-enter{opacity:0;bottom:-100px}.ng-toast--animate-slide.ng-toast--center.ng-toast--bottom .ng-toast__message.ng-enter.ng-enter-active,.ng-toast--animate-slide.ng-toast--center.ng-toast--bottom .ng-toast__message.ng-leave{opacity:1;bottom:0}.ng-toast--animate-slide.ng-toast--center.ng-toast--bottom .ng-toast__message.ng-leave.ng-leave-active{opacity:0;margin-bottom:-72px}.ng-toast--animate-slide.ng-toast--right{transition-property:right,margin-right,opacity}.ng-toast--animate-slide.ng-toast--right .ng-enter{opacity:0;right:-200%;margin-right:20px}.ng-toast--animate-slide.ng-toast--right .ng-enter.ng-enter-active,.ng-toast--animate-slide.ng-toast--right .ng-leave{opacity:1;right:0;margin-right:0}.ng-toast--animate-slide.ng-toast--right .ng-leave.ng-leave-active{opacity:0;right:-200%;margin-right:20px}.ng-toast--animate-slide.ng-toast--left{transition-property:left,margin-left,opacity}.ng-toast--animate-slide.ng-toast--left .ng-enter{opacity:0;left:-200%;margin-left:20px}.ng-toast--animate-slide.ng-toast--left .ng-enter.ng-enter-active,.ng-toast--animate-slide.ng-toast--left .ng-leave{opacity:1;left:0;margin-left:0}.ng-toast--animate-slide.ng-toast--left .ng-leave.ng-leave-active{opacity:0;left:-200%;margin-left:20px}
.ta-hidden-input {
	width: 1px;
	height: 1px;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -10000px;
	left: -10000px;
	opacity: 0;
	overflow: hidden;
}

/* add generic styling for the editor */
.ta-root.focussed > .ta-scroll-window.form-control {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
	min-height: 300px;
	height: auto;
	overflow: auto;
	font-family: inherit;
	font-size: 100%;
}

.ta-scroll-window.form-control {
	position: relative;
	padding: 0;
}

.ta-scroll-window > .ta-bind {
	height: auto;
	min-height: 300px;
	padding: 6px 12px;
}

.ta-editor:focus {
	user-select: text;
}

/* add the styling for the awesomness of the resizer */
.ta-resizer-handle-overlay {
	z-index: 100;
	position: absolute;
	display: none;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-info {
	position: absolute;
	bottom: 16px;
	right: 16px;
	border: 1px solid black;
	background-color: #FFF;
	padding: 0 4px;
	opacity: 0.7;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-background {
	position: absolute;
	bottom: 5px;
	right: 5px;
	left: 5px;
	top: 5px;
	border: 1px solid black;
	background-color: rgba(0, 0, 0, 0.2);
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
	width: 10px;
	height: 10px;
	position: absolute;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl{
	top: 0;
	left: 0;
	border-left: 1px solid black;
	border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr{
	top: 0;
	right: 0;
	border-right: 1px solid black;
	border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl{
	bottom: 0;
	left: 0;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br{
	bottom: 0;
	right: 0;
	border: 1px solid black;
	cursor: se-resize;
	background-color: white;
}

/* copy the popover code from bootstrap so this will work even without it */
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
			background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
			box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
	margin-top: -10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow:after {
	content: "";
	border-width: 10px;
}
.popover.top > .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0;
}
.popover.top > .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0;
}
.popover.bottom > .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}

/* Styling for the ngProgress itself */
#ngProgress {
    margin: 0;
    padding: 0;
    z-index: 99998;
    background-color: green;
    color: green;
    box-shadow: 0 0 10px 0; /* Inherits the font color */
    height: 2px;
    opacity: 0;

    /* Add CSS3 styles for transition smoothing */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* Styling for the ngProgress-container */
#ngProgress-container {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

/*!
 * FullCalendar v3.10.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }

/*!
angular-xeditable - 0.1.8
Edit-in-place for angular.js
Build date: 2014-01-10 
*/

.editable-wrap{display:inline-block;white-space:nowrap;margin:0}.editable-wrap .editable-controls,.editable-wrap .editable-error{margin-bottom:0}.editable-wrap .editable-controls>input,.editable-wrap .editable-controls>select,.editable-wrap .editable-controls>textarea{margin-bottom:0}.editable-wrap .editable-input{display:inline-block}.editable-buttons{display:inline-block;/*vertical-align:top*/}.editable-buttons button{margin-left:5px}.editable-input.editable-has-buttons{width:auto}.editable-bstime .editable-input input[type=text]{width:46px}.editable-bstime .well-small{margin-bottom:0;padding:10px}.editable-range output{display:inline-block;min-width:30px;vertical-align:top;text-align:center}.editable-color input[type=color]{width:50px}.editable-checkbox label span,.editable-checklist label span,.editable-radiolist label span{margin-left:7px;margin-right:10px}.editable-hide{display:none!important}.editable-click,a.editable-click{text-decoration:none;color:#428bca;border-bottom:dashed 1px #428bca}.editable-click:hover,a.editable-click:hover{text-decoration:none;color:#2a6496;border-bottom-color:#2a6496}.editable-empty,.editable-empty:hover,.editable-empty:focus,a.editable-empty,a.editable-empty:hover,a.editable-empty:focus{font-style:italic;color:#D14;text-decoration:none}
#sidebar-nav.navbar[class*=fixed-] {
    z-index: 900; /* moved to 900 to be below the 1000 from the dropdown menus (especially facility lists for bigger corps) */
}

#sidebar-nav.navbar {
    background-color: #fff;
    border-radius: 0;
}

    #sidebar-nav.navbar .navbar-brand {
        padding: 15px 0 0;
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        color: #4d4f5c;
    }

        #sidebar-nav.navbar .navbar-brand > img {
            display: block;
            margin: 0 auto;
        }
        #sidebar-nav a.navbar-brand > span {
            font-size: 9px;
            display: block;
            line-height:14px;
        }

    #sidebar-nav.navbar hr {
        border-top: 1px solid #4d4f5c;
        margin: 10px auto;
        width: 60%;
    }

#sidebar-nav .side-navbar-collapse {
    padding: 0;
}

#sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav {
    float: none;
    padding: 0;
    display: block;
}
    #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav.bottom-nav {
        position: fixed;
        bottom: 0;
        display: block;
        margin: 0 auto;
        width: 82px;
    }
    #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav.bottom-nav ul.dropdown-menu {
        top: auto;
        bottom: 0;
        height: 500px;
        position: fixed;
    }
        #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav.bottom-nav ul.dropdown-menu {
            top: auto;
            bottom: 0;
            height: 500px;
            position: fixed;
        }


        #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav.bottom-nav ul.dropdown-menu ul.dropdown-menu.bottom-nav {
            bottom: 0;
            height: auto;
            position: fixed;
            margin:0;
        }

    #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.selected {
        background-color: #ddd;
    }

    #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.selected ul.dropdown-menu,
    #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.hover ul.dropdown-menu {
        display: block;
        box-shadow: 0;
        background-clip: unset;
    }

    #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.selected ul.dropdown-menu{
        z-index:100;
    }
    #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.hover ul.dropdown-menu {
        z-index:1000;

    }

#sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav ul.dropdown-menu {
    display: none;
    min-width:190px;
    background-color:#ddd;
    left:82px;
    top:0;
    height:100%;
    border:0;
    border-radius:0;
    box-shadow:none;
    padding: 0;
}
    #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav ul.dropdown-menu li.nav-item-sublink a {
        color: #4d4f5c;
        font-size: 16px;
        padding: 8px 20px;
        line-height: 20px;
        background-color:transparent;
    }
    #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav ul.dropdown-menu li.nav-item-sublink.active a {
        background-color: #27A5F1;
        color: #fff;
    }

        #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav ul.dropdown-menu li.nav-item-sublink a:hover {
            background-color: #27A5F1;
            color: #fff;
            cursor: pointer;
        }
    #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav ul.dropdown-menu li.dropdown-header {
        color: #4d4f5c;
        white-space: normal;
        padding:3px 20px;
    }
    #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav ul.dropdown-menu li.dropdown-header h3 {
        font-size:22px;
        margin:20px 0 10px;
    }
    #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav ul.dropdown-menu li.dropdown-header.close-menu {
        padding:10px 20px;
        margin-top:10px;
    }

    #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.disabled span.inactive{
        position:absolute;
        top:0;
        right:10px;
        font-size: 12px;
    }

    #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item div.feature-desc {
        position: absolute;
        width: 250px;
        background-color: #ddd;
        left: 82px;
        padding: 10px 20px;
        display: none;
        top: -15px;
        z-index:1000;
    }

        #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item div.feature-desc:before {
            content: ' ';
            height: 0;
            position: absolute;
            width: 0;
            left: -20px;
            border: 10px solid transparent;
            border-right-color: #ddd;
            top: 14px;
        }

    #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.disabled:hover{
        cursor:pointer
    }

#sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.disabled:hover div.feature-desc {
    display: inline-block;
}

    #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.disabled {
        position:relative;
    }

    #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item {
        float: none;
        padding: 0;
        display: block;
        padding: 0;
        width:100%;
    }

        #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
            padding: 10px 0 3px;
            display: block;
            text-align: center;
            color: #4d4f5c;
        }

        #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.active a.nav-link {
            border-left: 3px solid #27A5F1;
            font-weight: bold;
        }

        #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.language-dropdown a span{
            display:inline-block;
            font-size:14px;
            margin-left:15px;
        }

        #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.language-dropdown ul.dropdown-menu {
            background-color: #ddd;
            display: none;
            position: absolute;
            left: 190px;
            top: -2px;
            bottom: auto;
            box-shadow: none;
            border-radius: 0;
            border: 0;
            background-clip: unset;
            float: none;
            width:auto;
        }

        #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.language-dropdown.hover ul.dropdown-menu {
            display: inline-block;
        }

            #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.language-dropdown ul.dropdown-menu a.dropdown-item {
                display: block;
                width: 100%;
                color: #4d4f5c;
                padding: 10px;
                background-color:transparent;
            }
                #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.language-dropdown ul.dropdown-menu li.active a.dropdown-item {
                    background-color: #27A5F1;
                    color: #fff;
                }
                #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.language-dropdown ul.dropdown-menu a.dropdown-item:hover {
                    cursor: pointer;
                    background-color: #27A5F1;
                    color: #fff;
                }

        #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.language-dropdown a.nav-link {
            text-align: left;
            padding: 10px 20px;
            background-color:transparent;
        }

            #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.language-dropdown a.nav-link:hover {
                background-color: #27A5F1;
                color: #fff;
            }

        #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.language-dropdown a.nav-link img {
            margin: 0;
            display: inline-block;
        }

        #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item a.nav-link img {
            height:auto;
            width:30px;
            display: block;
            text-align: center;
            margin:0 auto;
        }

        #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item a.nav-link span {
            font-size: 9px;
            display: block;
            line-height:14px;
        }

@media (max-width: 768px){
    #sidebar-nav.navbar {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    #sidebar-nav.navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    #sidebar-nav.navbar-expand-md {
        padding-left: 0;
        padding-right: 0;
    }

    #sidebar-nav.navbar-vertical.navbar-expand-md.fixed-left {
        left: 0;
        border-width: 0;
        padding:0;
    }

    #sidebar-collapse{
        background-color: #fff;
    }

    #sidebar-nav.navbar-vertical.navbar-expand-md {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        max-width: 250px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        overflow-y: auto;
        margin-bottom: 0;
    }

    #sidebar-nav.navbar-vertical-sm.navbar-expand-md {
        max-width: 82px;
        padding-left: .75rem;
        padding-right: .75rem;
        overflow: visible;
    }

    #sidebar-nav.navbar-vertical.navbar-expand-md.fixed-left:not([style*="display: none"]) ~ .main-content-sidenav {
        margin-left: 250px;
    }

    #sidebar-nav.navbar-vertical-sm.navbar-expand-md.fixed-left:not([style*="display: none"]) ~ .main-content-sidenav {
        margin-left: 82px;
        padding: 0 30px;
    }


}

.refresh-wrapper {
    display: block;
    top: 0;
    right: 20px;
    position: absolute;
    z-index: 100;
}

.refresh-wrapper .dt-refresh {
    margin-top:5px;
    float: right;
}

.refresh-wrapper .dt-refresh .fa-refresh{
    margin-right:15px;
}

    .refresh-wrapper .dt-display {
        margin-top: 7px;
        float: right;
        margin-right: 20px;
    }





div#main-navbar-collapse {

}

/*div.main-content-sidenav #top-nav-toggle{
    display: none;
}

div.main-content-top-nav #side-nav-toggle{
    display: none;
}*/


#sidebar-nav.navbar .navbar-brand > img.mobile-logo {
    display: none;
}
/*@media (max-height: 700px ) {
    #sidebar-nav.navbar-vertical.navbar-expand-md{
        position: absolute;
    }
    #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav.bottom-nav {
        position: relative;
    }
}*/

@media (max-width: 780px) {
    #sidebar-nav.navbar .navbar-brand{
        display:inline-block;
        height:auto;
        width:80px;
        margin-bottom:10px;
    }

    #sidebar-nav.navbar .navbar-brand > img{
        display: block;
        text-align: left;
        margin: 0 0 0 20px;
    }

    button#side-nav-toggle {
        background-color:#27A5F1;
        position: absolute;
        top: 5px;
        right: 16px;
    }

    nav#sidebar-nav .navbar-toggle .icon-bar {
        background-color: #f5f5f5;
    }

    #sidebar-nav .side-navbar-collapse {
        width: 82px;
        position: absolute;
        background-color: #fff;
        overflow-y: unset;
    }

    #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav.bottom-nav {
        position: relative;
    }

    #sidebar-nav.navbar hr{
        display: none;
    }
    #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav{
        width:100%;
        margin:0 auto;
    }
        #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item ul.dropdown-menu{
            position:absolute;
            left:82px;
        }

        #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav ul.dropdown-menu li.nav-item-sublink a{
            background-color:transparent;
        }

        #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.language-dropdown a.nav-link{
            background-color:transparent;
        }

        #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.language-dropdown:hover ul.dropdown-menu {
            display: none;
        }

        #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.language-dropdown.hover ul.dropdown-menu {
            display: block;
            height:auto;
        }

        #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.language-dropdown ul.dropdown-menu {
            display: none;
            top: 0;
            position: relative;
            left: 0;
        }
            #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav li.nav-item.language-dropdown ul.dropdown-menu a.dropdown-item {
                background-color: transparent;
                padding: 10px 20px;
            }

        #sidebar-nav.navbar .side-navbar-collapse ul.navbar-nav.bottom-nav ul.dropdown-menu ul.dropdown-menu.bottom-nav{
            position:absolute;
            left:0;
        }


    div.main-content-sidenav div#myTab {
        display:none;
    }
}
div#feature-overview div.overview-wrapper {
    display:table;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    max-width:1000px;
    margin:0 auto;
}
div#feature-overview .well-half {
    display: table-cell;
    width: 50%;
    padding: 20px;
    vertical-align: middle;
}

div#feature-overview div#water-energy div.well-half{
    padding:50px 20px;
}

div#feature-overview div.overview-wrapper h1 {
    margin: 0 0 20px;
}

    div#feature-overview div.overview-wrapper p {
        margin: 20px 0;
    }


    div#feature-overview div.overview-wrapper ul {
        text-align: left;
        list-style: disc;
        margin: 20px 0;
    }

    div#feature-overview div.overview-wrapper a.learn-more-btn {
        display:inline-block;
        margin:10px auto 0;
    }

    div#feature-overview div.overview-wrapper a.contact-sales {
        display: block;
        margin:10px auto 0;
    }

        div#feature-overview div.overview-wrapper ul li{
            padding-left:10px;
        }



    div#feature-overview .well-half:nth-child(1) {
        background-color: #f5f5f5;
    }

div#feature-overview .well-half:nth-child(2) {
    background-color:#fff;
}

div#feature-overview div.overview-wrapper .well-half{
    text-align:center;
}
::selection {
    background-color: #27A5F1; /*inspiration blue*/
    /*background-color: #2689C4;*/ /* Inspiration blue darker */
    color: #fff;
}

/* #2689C4 */ /* Inspiration blue darker */
/* #2689C4 */ /* Inspiration blue darker */
body.main-app:not(.sl-login)
, body.admin-page:not(.sl-login) {
    background: none;
    background-color: #ccc;
    color: #4d4f5c;
}

.main-app .footer-wrapper ul li a,
.admin-page .footer-wrapper ul li a {
    color: #333;
}

@media(min-width: 768px) {
    .main-app .footer-wrapper.has-sidenav, .admin-page .footer-wrapper.has-sidenav {
        margin-left: 82px;
    }

}

.main-app .main-content-top-nav .nav > li > a {
    color: #333;
}

.main-content-top-nav #myTab {
    background: #fff;
    margin: 0 0 0 0;
    padding: 10px 40px 10px 0;
}

.main-content-top-nav .brand-wrapper {
    top: 5px;
    left: 10px;
}

.main-content-top-nav nav.navbar {
    margin: 0 0 0 180px;
}

.main-content-top-nav .navbar {
    background-color: #fff;
}

    .main-content-top-nav .navbar .nav > li > a {
        color: #4d4f5c;
    }

    .main-content-top-nav .navbar .dropdown-menu a {
        color: #4d4f5c;
    }

div#breadcrumb .dropdown-menu > .active > a, div#breadcrumb .dropdown-menu > .active > a:hover, div#breadcrumb .dropdown-menu > .active > a:focus,
div#breadcrumb .ui-select-bootstrap .ui-select-choices-row.active > span {
    color: #fff;
    /*background-color: #4d4f5c;*/
    background-color: #27A5F1; /*inspiration blue*/
    /*background-color: #2689C4;*/ /* Inspiration blue darker */
}

.main-content-top-nav .dropdown-menu > .active > a, .main-content-top-nav .dropdown-menu > .active > a:hover, .main-content-top-nav .dropdown-menu > .active > a:focus {
    color: #fff;
    /*background-color: #4d4f5c;*/
    background-color: #27A5F1; /*inspiration blue*/
    /*background-color: #2689C4;*/ /* Inspiration blue darker */
}

.main-content-top-nav .dropdown-menu > li > a:hover, .main-content-top-nav .dropdown-menu > li > a:focus, .main-content-top-nav .dropdown-submenu:hover > a, .main-content-top-nav .dropdown-submenu:focus > a {
    color: #fff;
    /*background-color: #4d4f5c;*/
    background-color: #27A5F1; /*inspiration blue*/
    /*background-color: #2689C4;*/ /* Inspiration blue darker */
}

.main-content-top-nav .dropdown-menu .divider {
    color: #4d4f5c;
}

.main-content-top-nav .navbar .nav li.dropdown.open > .dropdown-toggle, .main-content-top-nav .navbar .nav li.dropdown.active > .dropdown-toggle, .main-content-top-nav .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #fff;
    /*background-color: #4d4f5c;*/
    background-color: #27A5F1; /*inspiration blue*/
    /*background-color: #2689C4;*/ /* Inspiration blue darker */
}

.main-content-top-nav .navbar ul.nav li.open ul.dropdown-menu {
    color: #4d4f5c;
    background-color: #fff;
}

.main-content-top-nav #myTab .active > a, .main-content-top-nav #myTab .active > a:hover, .main-content-top-nav #myTab .active > a:focus {
    color: #fff;
    /*background-color: #4d4f5c;*/
    background-color: #27A5F1; /*inspiration blue*/
    /*background-color: #2689C4;*/ /* Inspiration blue darker */
}

.reportrange {
    color: #4d4f5c;
}

.main-content-top-nav .daterangepicker .ranges li.active, .main-content-top-nav .daterangepicker .ranges li:hover {
    background-color: #27A5F1; /*inspiration blue*/
    /*background-color: #2689C4;*/ /* Inspiration blue darker */
    border-color: #27A5F1; /*inspiration blue*/
    /*border-color: #2689C4;*/ /* Inspiration blue darker */
}

.main-content-top-nav .daterangepicker .ranges li {
    color: #2689C4; /* Inspiration blue darker */
}

.main-content-top-nav .dateTime-display.desktop {
    color: #4d4f5c;
}

.main-content-top-nav .dateTime-display.mobile {
    color: #4d4f5c;
}

.main-content-top-nav .daterangepicker td.today.active, .main-content-top-nav .daterangepicker td.active, .main-content-top-nav .daterangepicker td.active:hover {
    background-color: #27A5F1; /*inspiration blue*/
    /*background-color: #2689C4;*/ /* Inspiration blue darker */
    border-color: #27A5F1; /*inspiration blue*/
    /*border-color: #2689C4;*/ /* Inspiration blue darker */
}

.main-content-top-nav #myTab li > a:hover, .main-content-top-nav #myTab li > a:focus {
    color: #fff;
    /*background-color: #4d4f5c;*/
    background-color: #27A5F1; /*inspiration blue*/
    /*background-color: #2689C4;*/ /* Inspiration blue darker */
}

.main-app .main-content-top-nav .nav > li > a:hover, .main-app .main-content-top-nav .nav > li > a:focus {
    color: #fff;
    /*background-color: #4d4f5c;*/
    background-color: #27A5F1; /*inspiration blue*/
    /*background-color: #2689C4;*/ /* Inspiration blue darker */
}

.main-content-top-nav .navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #4d4f5c;
    /*border-bottom-color: #27A5F1;*/ /*inspiration blue*/
    /*border-bottom-color: #2689C4;*/ /* Inspiration blue darker */
}

.main-content-top-nav .navbar .nav li.dropdown > a:hover .caret, .main-content-top-nav .navbar .nav li.dropdown > a:focus .caret {
}

#token-exp-noti, #corp-noti {
    background-color: #ccc;
    border: none;
}

    #token-exp-noti p, #corp-noti p {
        color: #4d4f5c;
    }

    #token-exp-noti a, #corp-noti a {
        color: #4d4f5c;
    }

.main-app .section-header
, .admin-page .section-header {
    text-shadow: none;
    border: none;
    color: #4d4f5c;
    margin: 0 0 0 0;
    text-align: left;
}

    .main-app div#breadcrumb.section-header h3{
        margin-right:10px;
    }

.main-app div#breadcrumb.section-header div.regions-wrapper {
    text-align: left
}

.main-app div#breadcrumb.section-header div.regions-wrapper,
.main-app div#breadcrumb.section-header div.location-links-wrapper,
.main-app div#breadcrumb.section-header div.btn-group.location-wrapper {
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    padding-top: 3px;
}

/*.main-app div#health-content div#breadcrumb.section-header div.location-links-wrapper,
.main-app div#health-content div#breadcrumb.section-header div.regions-wrapper {
    text-align: center;
    display: block;
}*/

/*.main-app div#health-content div#breadcrumb.section-header div.regions-wrapper button {
    margin:0 auto;
    float: unset;
}*/

/*.main-app div#health-content .section-header h3 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #4d4f5c;
    font-weight: 500;
    line-height: 1.1;
    display: block;
    text-align: center;
}*/

.sidebar-content-wrapper {
    margin: 0;
    box-shadow: none;
    border: none;
}

.sidebar-content {
    background: none;
}

.main-app .section-header {
    text-transform: inherit;
    display:inline-block;
    margin-bottom:10px;
}

    .sidebar-header h3, .main-app .section-header h3 {
        margin: 0 0 11px 0;
        font-weight: bold;
    }

.alert-header {
    border: none;
    text-shadow: none;
    color: #4d4f5c;
    background-color: #fff;
    border-radius: 10px;
}

    .alert-header h3 {
    }

.main-app .chart-header {
    color: #4d4f5c;
    text-shadow: none;
}

    .main-app .chart-header h4 {
        color: #4d4f5c;
        font-weight: bold;
        text-align: left;
    }

.main-app .section-header .ctrl-wrapper, #alert-header .ctrl-wrapper {
    margin: 0 10px 0 12px;
}

.main-app .wrapper {
    box-shadow: none;
    background: none;
    padding: 0;
    margin: 0 0 0 0;
}

.main-app .data-table th a
, .admin-page .data-table th a {
    color: #fff;
}

.main-app .data-table tbody th a {
    color: #4d4f5c;
}

#corp-dlm-portlet .data-table tr td:first-child a.btn, .data-table th a.btn, .show-more-fewer-wrapper a {
    color: #4d4f5c;
}

    #corp-dlm-portlet .data-table tr td:first-child a.btn:focus {
        color: #fff;
    }

    #corp-dlm-portlet .data-table tr td:first-child a.btn:hover, .data-table th a.btn:hover {
        color: #fff;
        background-color: #27A5F1; /*inspiration blue*/
        /*background-color: #2689C4;*/ /* Inspiration blue darker */
    }

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus {
    color: #fff;
    background-color: #2689C4;
}

#corp-dlm-portlet > div:not(:nth-child(1)), #emp-content > div:not(:nth-child(1)) {
    margin-top: 20px;
}

#facility-content > div:not(:nth-child(1)) {
    margin-top: 20px;
}

#charts-content > div:not(:nth-child(1)) {
    margin-top: 0;
}

label {
    color: #4d4f5c;
}

body .toggle-switch {
    border: 1px solid #ccc;
}

.toggle-switch .switch-left {
    background-color: #4d4f5c;
}

.btn:active, .btn.active {
    background-color: #4d4f5c;
    color: #fff;
}

.btn-group.open .dropdown-toggle {
    color: #4d4f5c;
}

.btn-default {
    color: #4d4f5c;
}

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        /*color: #fff;*/
        color: #4d4f5c;
    }

    .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
        background-color: #4d4f5c;
        color: #fff;
    }

#eqm-facility .main-content {
    padding-left: 0;
    padding-right: 0;
}

    #eqm-facility .main-content .row {
        margin-top: 20px;
    }

.footer-content {
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.ai-dark-spin {
    border-color: rgba(77, 79, 92, .5) rgba(77, 79, 92, .5) rgba(77, 79, 92, .75) rgba(77, 79, 92, .75); /*#4d4f5c #4d4f5c*/
}

a {
    color: #27A5F1; /*inspiration blue*/
    /*color: #2689C4;*/ /* Inspiration blue darker */
    /*color: #2f7ed8;*/ /*bootstrap blue*/
    /*color: #41748d;*/ /*Spindle brand lighter blue*/
}

.btn-primary {
    background-color: #27A5F1; /*inspiration blue*/
    /*background-color: #2689C4;*/ /* Inspiration blue darker */
    border-color: #27A5F1; /*inspiration blue*/
    /*border-color: #2689C4;*/ /* Inspiration blue darker */
}

    .btn-primary:hover {
        color: #27A5F1; /*inspiration blue*/
        /*color: #2689C4;*/ /* Inspiration blue darker */
        background-color: #fff;
        border-color: #27A5F1; /*inspiration blue*/
        /*border-color: #2689C4;*/ /* Inspiration blue darker */
    }

.kpi-chart-widget .kpi-icon svg {
    width: 24px;
    height: 24px;
    stroke: #27a5f1; /*inspiration blue*/
    /*stroke: #2689C4;*/ /* Inspiration blue darker */
    /*stroke: #41748D;*/ /* Spindle brand lighter blue*/
    stroke-width: 1.5;
    stroke-linecap: square;
    stroke-linejoin: miter;
    fill: none;
    color: #27A5F1; /*inspiration blue*/
    /*color: #2689C4;*/ /* Inspiration blue darker */
    /*color: #41748D;*/ /* Spindle brand lighter blue*/
    /*border-color: #41748D;*/ /* Spindle brand lighter blue*/
}

.kpi-chart-widget:hover .kpi-icon svg {
    stroke: #fff;
}

.kpi-chart-widget:hover .highcharts-container svg {
    /*stroke: #fff;*/
    background-color: #fff;
}

.kpi-chart-widget, .value-widget {
    color: #4d4f5c;
    background-color: #fff;
}

    .kpi-chart-widget h2, .kpi-chart-widget h3 {
        color: #4d4f5c;
    }

    .value-widget a {
        color: #27A5F1; /*inspiration blue*/
        /*color: #2689C4;*/ /* Inspiration blue darker */
        /*color: #41748D;*/ /* Spindle brand lighter blue*/
        /*border-color: #41748D;*/ /* Spindle brand lighter blue*/
    }

    .kpi-chart-widget:hover, .kpi-chart-widget:hover h2, .kpi-chart-widget:hover h3, .value-widget:hover h2, .value-widget:hover h3, .value-widget:hover a {
        color: #fff;
    }

    .kpi-chart-widget:hover, .value-widget:hover {
        background-color: #27A5F1; /*inspiration blue*/
        /*background-color: #2689C4;*/ /* Inspiration blue darker */
        /*background-color: #41748D;*/ /* Spindle brand lighter blue*/
        color: #fff;
    }
/*.kpi-chart-widget:hover .kpi-performance-indicator.text-success,
    .kpi-chart-widget:hover .kpi-performance-indicator.text-success,
    .kpi-chart-widget:hover .kpi-performance-indicator.text-danger{
        text-shadow: 2px 2px 2px #FFFFFF;
    }*/
.main-app .table > tfoot > tr > th, .main-app .table > thead > tr > th, .main-app .table tr.header-row > th
, .admin-page .table > tfoot > tr > th, .admin-page .table > thead > tr > th, .admin-page .table tr.header-row > th {
    background-color: #27A5F1; /*inspiration blue*/
    /*background-color: #2689C4;*/ /* Inspiration blue darker */
    /*background-color: #41748D;*/ /* Spindle brand lighter blue*/
    color: #fff;
    border-color: #27A5F1; /*inspiration blue*/
    /*border-color: #2689C4;*/ /* Inspiration blue darker */
}

.eqm-status-portlet .table > tfoot > tr > th, .eqm-status-portlet .table > thead > tr > th, .eqm-status-portlet .table tr.header-row > th {
    background-color: #fff;
    color: #4d4f5c;
    border-color: #ccc;
}

.main-app .table-bordered {
    border-top-color: #27A5F1; /* Inspiration blue */
    /*border-top-color: #2689C4;*/ /* Inspiration blue darker */
}

#staffing-needs-content .table-bordered {
    border-top-color: #27A5F1; /* Inspiration blue */
    /*border-top-color: #2689C4;*/ /* Inspiration blue darker */
}

.eqm-status-portlet .table-bordered {
    border-top-color: #ccc;
}

#staffing-needs-content .data-table th a, .eqm-status-portlet .data-table th a {
    color: #4d4f5c;
}

#staffing-needs-content .data-table thead th a {
    color: #fff;
}

#staffing-needs-content .table > tfoot > tr > th, #staffing-needs-content .table > thead > tr > th, #staffing-needs-content .table tr.header-row > th {
    color: #4d4f5c;
    background-color: #fff;
    border-color: #ddd;
}

#staffing-needs-content .table > thead > tr > th {
    background-color: #27A5F1; /*inspiration blue*/
    /*background-color: #2689C4;*/ /* Inspiration blue darker */
    color: #fff;
    border-color: #27A5F1; /*inspiration blue*/
    /*border-color: #2689C4;*/ /* Inspiration blue darker */
}

.progress-bar-info {
    background-color: #27A5F1; /*inspiration blue*/
    /*background-color: #2689C4;*/ /* Inspiration blue darker */
}

div#myTab nav.navbar .navbar-collapse {
    background-color: #fff;
}

@media (max-width: 1500px) {
    .sidebar {
        float: unset;
    }
}

@media (max-width: 780px) {
    .main-content-top-nav div#myTab{
        padding:0;
    }
    .main-content-top-nav .navbar .navbar-toggle,
    .main-content-top-nav .navbar .navbar-toggle:active,
    .main-content-top-nav .navbar .navbar-toggle:focus {
        background-color: #27A5F1; /*inspiration blue*/
        /*background-color: #2689C4;*/ /* Inspiration blue darker */
        color: #fff;
    }

    .main-content-top-nav div#myTab nav.navbar .navbar-collapse ul li {
        background-color: #fff;
        color: #4d4f5c; /*inspiration blue*/
    }

    .main-content-top-nav .navbar .navbar-toggle:hover {
        background-color: #27A5F1; /*inspiration blue*/
        /*background-color: #2689C4;*/ /* Inspiration blue darker */
        color: #fff;
    }

    .main-content-top-nav div#myTab .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        background-color: #fff;
        color: #4d4f5c;
    }

        .main-content-top-nav div#myTab .navbar-default .navbar-nav .open .dropdown-menu > li.active > a,
        .main-content-top-nav div#myTab .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            background-color: #27A5F1; /*inspiration blue*/
            /*background-color: #2689C4;*/ /* Inspiration blue darker */
            color: #fff;
        }
}

@media (max-width: 768px) {
    .main-content-top-nav div#myTab nav.navbar .navbar-collapse {
        background-color: #fff;
    }
}


body.main-app table.manual-reading-table thead tr th a {
    color: #FFF;
    cursor: pointer;
}


div.work-order-details div.modal-body div.comments-wrapper form.editable-text div.editable-controls,
div.pm-order-details div.modal-body div.comments-wrapper form.editable-text div.editable-controls {
    min-width: 320px;
}

    div.work-order-details div.modal-body div.comments-wrapper form.editable-text div.editable-controls input,
    div.pm-order-details div.modal-body div.comments-wrapper form.editable-text div.editable-controls input {
        width: 100%;
        display: block;
        margin-bottom: 6px;
    }

    div.work-order-details div.modal-body div.comments-wrapper form.editable-text div.editable-controls .editable-buttons,
    div.pm-order-details div.modal-body div.comments-wrapper form.editable-text div.editable-controls .editable-buttons {
        float: right;
    } 
/**
 * angular-bootstrap-calendar - A pure AngularJS bootstrap themed responsive calendar that can display events and has views for year, month, week and day
 * @version v1.0.0
 * @link https://github.com/mattlewis92/angular-bootstrap-calendar
 * @license MIT
 */
mwl-calendar [class*="cal-cell"] {
  float: left;
  margin-left: 0;
  min-height: 1px;
}
mwl-calendar .cal-row-fluid {
  width: 100%;
  *zoom: 1;
}
mwl-calendar .cal-row-fluid:before,
mwl-calendar .cal-row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
mwl-calendar .cal-row-fluid:after {
  clear: both;
}
mwl-calendar .cal-row-fluid [class*="cal-cell"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  *margin-left: -0.05213764%;
}
mwl-calendar .cal-row-fluid [class*="cal-cell"]:first-child {
  margin-left: 0;
}
mwl-calendar .cal-row-fluid .controls-row [class*="cal-cell"] + [class*="cal-cell"] {
  margin-left: 0%;
}
mwl-calendar .cal-week-box.cal-grid-1 .cal-row-fluid .cal-cell1,
mwl-calendar .cal-month-box.cal-grid-1 .cal-row-fluid .cal-cell1 {
  width: 100%;
  *width: 99.93781095%;
}
mwl-calendar .cal-week-box.cal-grid-1 .cal-row-fluid .cal-offset1,
mwl-calendar .cal-month-box.cal-grid-1 .cal-row-fluid .cal-offset1,
mwl-calendar .cal-week-box.cal-grid-1 .cal-row-fluid .cal-offset1:first-child,
mwl-calendar .cal-month-box.cal-grid-1 .cal-row-fluid .cal-offset1:first-child,
mwl-calendar .cal-week-box.cal-grid-1 .cal-week-box .cal-offset1,
mwl-calendar .cal-month-box.cal-grid-1 .cal-week-box .cal-offset1 {
  margin-left: 100%;
  *margin-left: 99.93781095%;
}
mwl-calendar .cal-week-box.cal-grid-2 .cal-row-fluid .cal-cell1,
mwl-calendar .cal-month-box.cal-grid-2 .cal-row-fluid .cal-cell1 {
  width: 50%;
  *width: 49.96890547%;
}
mwl-calendar .cal-week-box.cal-grid-2 .cal-row-fluid .cal-offset1,
mwl-calendar .cal-month-box.cal-grid-2 .cal-row-fluid .cal-offset1,
mwl-calendar .cal-week-box.cal-grid-2 .cal-row-fluid .cal-offset1:first-child,
mwl-calendar .cal-month-box.cal-grid-2 .cal-row-fluid .cal-offset1:first-child,
mwl-calendar .cal-week-box.cal-grid-2 .cal-week-box .cal-offset1,
mwl-calendar .cal-month-box.cal-grid-2 .cal-week-box .cal-offset1 {
  margin-left: 50%;
  *margin-left: 49.96890547%;
}
mwl-calendar .cal-week-box.cal-grid-2 .cal-row-fluid .cal-cell2,
mwl-calendar .cal-month-box.cal-grid-2 .cal-row-fluid .cal-cell2 {
  width: 100%;
  *width: 99.93781095%;
}
mwl-calendar .cal-week-box.cal-grid-2 .cal-row-fluid .cal-offset2,
mwl-calendar .cal-month-box.cal-grid-2 .cal-row-fluid .cal-offset2,
mwl-calendar .cal-week-box.cal-grid-2 .cal-row-fluid .cal-offset2:first-child,
mwl-calendar .cal-month-box.cal-grid-2 .cal-row-fluid .cal-offset2:first-child,
mwl-calendar .cal-week-box.cal-grid-2 .cal-week-box .cal-offset2,
mwl-calendar .cal-month-box.cal-grid-2 .cal-week-box .cal-offset2 {
  margin-left: 100%;
  *margin-left: 99.93781095%;
}
mwl-calendar .cal-week-box.cal-grid-3 .cal-row-fluid .cal-cell1,
mwl-calendar .cal-month-box.cal-grid-3 .cal-row-fluid .cal-cell1 {
  width: 33.33333333%;
  *width: 33.31260365%;
}
mwl-calendar .cal-week-box.cal-grid-3 .cal-row-fluid .cal-offset1,
mwl-calendar .cal-month-box.cal-grid-3 .cal-row-fluid .cal-offset1,
mwl-calendar .cal-week-box.cal-grid-3 .cal-row-fluid .cal-offset1:first-child,
mwl-calendar .cal-month-box.cal-grid-3 .cal-row-fluid .cal-offset1:first-child,
mwl-calendar .cal-week-box.cal-grid-3 .cal-week-box .cal-offset1,
mwl-calendar .cal-month-box.cal-grid-3 .cal-week-box .cal-offset1 {
  margin-left: 33.33333333%;
  *margin-left: 33.31260365%;
}
mwl-calendar .cal-week-box.cal-grid-3 .cal-row-fluid .cal-cell2,
mwl-calendar .cal-month-box.cal-grid-3 .cal-row-fluid .cal-cell2 {
  width: 66.66666667%;
  *width: 66.6252073%;
}
mwl-calendar .cal-week-box.cal-grid-3 .cal-row-fluid .cal-offset2,
mwl-calendar .cal-month-box.cal-grid-3 .cal-row-fluid .cal-offset2,
mwl-calendar .cal-week-box.cal-grid-3 .cal-row-fluid .cal-offset2:first-child,
mwl-calendar .cal-month-box.cal-grid-3 .cal-row-fluid .cal-offset2:first-child,
mwl-calendar .cal-week-box.cal-grid-3 .cal-week-box .cal-offset2,
mwl-calendar .cal-month-box.cal-grid-3 .cal-week-box .cal-offset2 {
  margin-left: 66.66666667%;
  *margin-left: 66.6252073%;
}
mwl-calendar .cal-week-box.cal-grid-3 .cal-row-fluid .cal-cell3,
mwl-calendar .cal-month-box.cal-grid-3 .cal-row-fluid .cal-cell3 {
  width: 100%;
  *width: 99.93781095%;
}
mwl-calendar .cal-week-box.cal-grid-3 .cal-row-fluid .cal-offset3,
mwl-calendar .cal-month-box.cal-grid-3 .cal-row-fluid .cal-offset3,
mwl-calendar .cal-week-box.cal-grid-3 .cal-row-fluid .cal-offset3:first-child,
mwl-calendar .cal-month-box.cal-grid-3 .cal-row-fluid .cal-offset3:first-child,
mwl-calendar .cal-week-box.cal-grid-3 .cal-week-box .cal-offset3,
mwl-calendar .cal-month-box.cal-grid-3 .cal-week-box .cal-offset3 {
  margin-left: 100%;
  *margin-left: 99.93781095%;
}
mwl-calendar .cal-week-box.cal-grid-4 .cal-row-fluid .cal-cell1,
mwl-calendar .cal-month-box.cal-grid-4 .cal-row-fluid .cal-cell1 {
  width: 25%;
  *width: 24.98445274%;
}
mwl-calendar .cal-week-box.cal-grid-4 .cal-row-fluid .cal-offset1,
mwl-calendar .cal-month-box.cal-grid-4 .cal-row-fluid .cal-offset1,
mwl-calendar .cal-week-box.cal-grid-4 .cal-row-fluid .cal-offset1:first-child,
mwl-calendar .cal-month-box.cal-grid-4 .cal-row-fluid .cal-offset1:first-child,
mwl-calendar .cal-week-box.cal-grid-4 .cal-week-box .cal-offset1,
mwl-calendar .cal-month-box.cal-grid-4 .cal-week-box .cal-offset1 {
  margin-left: 25%;
  *margin-left: 24.98445274%;
}
mwl-calendar .cal-week-box.cal-grid-4 .cal-row-fluid .cal-cell2,
mwl-calendar .cal-month-box.cal-grid-4 .cal-row-fluid .cal-cell2 {
  width: 50%;
  *width: 49.96890547%;
}
mwl-calendar .cal-week-box.cal-grid-4 .cal-row-fluid .cal-offset2,
mwl-calendar .cal-month-box.cal-grid-4 .cal-row-fluid .cal-offset2,
mwl-calendar .cal-week-box.cal-grid-4 .cal-row-fluid .cal-offset2:first-child,
mwl-calendar .cal-month-box.cal-grid-4 .cal-row-fluid .cal-offset2:first-child,
mwl-calendar .cal-week-box.cal-grid-4 .cal-week-box .cal-offset2,
mwl-calendar .cal-month-box.cal-grid-4 .cal-week-box .cal-offset2 {
  margin-left: 50%;
  *margin-left: 49.96890547%;
}
mwl-calendar .cal-week-box.cal-grid-4 .cal-row-fluid .cal-cell3,
mwl-calendar .cal-month-box.cal-grid-4 .cal-row-fluid .cal-cell3 {
  width: 75%;
  *width: 74.95335821%;
}
mwl-calendar .cal-week-box.cal-grid-4 .cal-row-fluid .cal-offset3,
mwl-calendar .cal-month-box.cal-grid-4 .cal-row-fluid .cal-offset3,
mwl-calendar .cal-week-box.cal-grid-4 .cal-row-fluid .cal-offset3:first-child,
mwl-calendar .cal-month-box.cal-grid-4 .cal-row-fluid .cal-offset3:first-child,
mwl-calendar .cal-week-box.cal-grid-4 .cal-week-box .cal-offset3,
mwl-calendar .cal-month-box.cal-grid-4 .cal-week-box .cal-offset3 {
  margin-left: 75%;
  *margin-left: 74.95335821%;
}
mwl-calendar .cal-week-box.cal-grid-4 .cal-row-fluid .cal-cell4,
mwl-calendar .cal-month-box.cal-grid-4 .cal-row-fluid .cal-cell4 {
  width: 100%;
  *width: 99.93781095%;
}
mwl-calendar .cal-week-box.cal-grid-4 .cal-row-fluid .cal-offset4,
mwl-calendar .cal-month-box.cal-grid-4 .cal-row-fluid .cal-offset4,
mwl-calendar .cal-week-box.cal-grid-4 .cal-row-fluid .cal-offset4:first-child,
mwl-calendar .cal-month-box.cal-grid-4 .cal-row-fluid .cal-offset4:first-child,
mwl-calendar .cal-week-box.cal-grid-4 .cal-week-box .cal-offset4,
mwl-calendar .cal-month-box.cal-grid-4 .cal-week-box .cal-offset4 {
  margin-left: 100%;
  *margin-left: 99.93781095%;
}
mwl-calendar .cal-week-box.cal-grid-5 .cal-row-fluid .cal-cell1,
mwl-calendar .cal-month-box.cal-grid-5 .cal-row-fluid .cal-cell1 {
  width: 20%;
  *width: 19.98756219%;
}
mwl-calendar .cal-week-box.cal-grid-5 .cal-row-fluid .cal-offset1,
mwl-calendar .cal-month-box.cal-grid-5 .cal-row-fluid .cal-offset1,
mwl-calendar .cal-week-box.cal-grid-5 .cal-row-fluid .cal-offset1:first-child,
mwl-calendar .cal-month-box.cal-grid-5 .cal-row-fluid .cal-offset1:first-child,
mwl-calendar .cal-week-box.cal-grid-5 .cal-week-box .cal-offset1,
mwl-calendar .cal-month-box.cal-grid-5 .cal-week-box .cal-offset1 {
  margin-left: 20%;
  *margin-left: 19.98756219%;
}
mwl-calendar .cal-week-box.cal-grid-5 .cal-row-fluid .cal-cell2,
mwl-calendar .cal-month-box.cal-grid-5 .cal-row-fluid .cal-cell2 {
  width: 40%;
  *width: 39.97512438%;
}
mwl-calendar .cal-week-box.cal-grid-5 .cal-row-fluid .cal-offset2,
mwl-calendar .cal-month-box.cal-grid-5 .cal-row-fluid .cal-offset2,
mwl-calendar .cal-week-box.cal-grid-5 .cal-row-fluid .cal-offset2:first-child,
mwl-calendar .cal-month-box.cal-grid-5 .cal-row-fluid .cal-offset2:first-child,
mwl-calendar .cal-week-box.cal-grid-5 .cal-week-box .cal-offset2,
mwl-calendar .cal-month-box.cal-grid-5 .cal-week-box .cal-offset2 {
  margin-left: 40%;
  *margin-left: 39.97512438%;
}
mwl-calendar .cal-week-box.cal-grid-5 .cal-row-fluid .cal-cell3,
mwl-calendar .cal-month-box.cal-grid-5 .cal-row-fluid .cal-cell3 {
  width: 60%;
  *width: 59.96268657%;
}
mwl-calendar .cal-week-box.cal-grid-5 .cal-row-fluid .cal-offset3,
mwl-calendar .cal-month-box.cal-grid-5 .cal-row-fluid .cal-offset3,
mwl-calendar .cal-week-box.cal-grid-5 .cal-row-fluid .cal-offset3:first-child,
mwl-calendar .cal-month-box.cal-grid-5 .cal-row-fluid .cal-offset3:first-child,
mwl-calendar .cal-week-box.cal-grid-5 .cal-week-box .cal-offset3,
mwl-calendar .cal-month-box.cal-grid-5 .cal-week-box .cal-offset3 {
  margin-left: 60%;
  *margin-left: 59.96268657%;
}
mwl-calendar .cal-week-box.cal-grid-5 .cal-row-fluid .cal-cell4,
mwl-calendar .cal-month-box.cal-grid-5 .cal-row-fluid .cal-cell4 {
  width: 80%;
  *width: 79.95024876%;
}
mwl-calendar .cal-week-box.cal-grid-5 .cal-row-fluid .cal-offset4,
mwl-calendar .cal-month-box.cal-grid-5 .cal-row-fluid .cal-offset4,
mwl-calendar .cal-week-box.cal-grid-5 .cal-row-fluid .cal-offset4:first-child,
mwl-calendar .cal-month-box.cal-grid-5 .cal-row-fluid .cal-offset4:first-child,
mwl-calendar .cal-week-box.cal-grid-5 .cal-week-box .cal-offset4,
mwl-calendar .cal-month-box.cal-grid-5 .cal-week-box .cal-offset4 {
  margin-left: 80%;
  *margin-left: 79.95024876%;
}
mwl-calendar .cal-week-box.cal-grid-5 .cal-row-fluid .cal-cell5,
mwl-calendar .cal-month-box.cal-grid-5 .cal-row-fluid .cal-cell5 {
  width: 100%;
  *width: 99.93781095%;
}
mwl-calendar .cal-week-box.cal-grid-5 .cal-row-fluid .cal-offset5,
mwl-calendar .cal-month-box.cal-grid-5 .cal-row-fluid .cal-offset5,
mwl-calendar .cal-week-box.cal-grid-5 .cal-row-fluid .cal-offset5:first-child,
mwl-calendar .cal-month-box.cal-grid-5 .cal-row-fluid .cal-offset5:first-child,
mwl-calendar .cal-week-box.cal-grid-5 .cal-week-box .cal-offset5,
mwl-calendar .cal-month-box.cal-grid-5 .cal-week-box .cal-offset5 {
  margin-left: 100%;
  *margin-left: 99.93781095%;
}
mwl-calendar .cal-week-box.cal-grid-6 .cal-row-fluid .cal-cell1,
mwl-calendar .cal-month-box.cal-grid-6 .cal-row-fluid .cal-cell1 {
  width: 16.66666667%;
  *width: 16.65630182%;
}
mwl-calendar .cal-week-box.cal-grid-6 .cal-row-fluid .cal-offset1,
mwl-calendar .cal-month-box.cal-grid-6 .cal-row-fluid .cal-offset1,
mwl-calendar .cal-week-box.cal-grid-6 .cal-row-fluid .cal-offset1:first-child,
mwl-calendar .cal-month-box.cal-grid-6 .cal-row-fluid .cal-offset1:first-child,
mwl-calendar .cal-week-box.cal-grid-6 .cal-week-box .cal-offset1,
mwl-calendar .cal-month-box.cal-grid-6 .cal-week-box .cal-offset1 {
  margin-left: 16.66666667%;
  *margin-left: 16.65630182%;
}
mwl-calendar .cal-week-box.cal-grid-6 .cal-row-fluid .cal-cell2,
mwl-calendar .cal-month-box.cal-grid-6 .cal-row-fluid .cal-cell2 {
  width: 33.33333333%;
  *width: 33.31260365%;
}
mwl-calendar .cal-week-box.cal-grid-6 .cal-row-fluid .cal-offset2,
mwl-calendar .cal-month-box.cal-grid-6 .cal-row-fluid .cal-offset2,
mwl-calendar .cal-week-box.cal-grid-6 .cal-row-fluid .cal-offset2:first-child,
mwl-calendar .cal-month-box.cal-grid-6 .cal-row-fluid .cal-offset2:first-child,
mwl-calendar .cal-week-box.cal-grid-6 .cal-week-box .cal-offset2,
mwl-calendar .cal-month-box.cal-grid-6 .cal-week-box .cal-offset2 {
  margin-left: 33.33333333%;
  *margin-left: 33.31260365%;
}
mwl-calendar .cal-week-box.cal-grid-6 .cal-row-fluid .cal-cell3,
mwl-calendar .cal-month-box.cal-grid-6 .cal-row-fluid .cal-cell3 {
  width: 50%;
  *width: 49.96890547%;
}
mwl-calendar .cal-week-box.cal-grid-6 .cal-row-fluid .cal-offset3,
mwl-calendar .cal-month-box.cal-grid-6 .cal-row-fluid .cal-offset3,
mwl-calendar .cal-week-box.cal-grid-6 .cal-row-fluid .cal-offset3:first-child,
mwl-calendar .cal-month-box.cal-grid-6 .cal-row-fluid .cal-offset3:first-child,
mwl-calendar .cal-week-box.cal-grid-6 .cal-week-box .cal-offset3,
mwl-calendar .cal-month-box.cal-grid-6 .cal-week-box .cal-offset3 {
  margin-left: 50%;
  *margin-left: 49.96890547%;
}
mwl-calendar .cal-week-box.cal-grid-6 .cal-row-fluid .cal-cell4,
mwl-calendar .cal-month-box.cal-grid-6 .cal-row-fluid .cal-cell4 {
  width: 66.66666667%;
  *width: 66.6252073%;
}
mwl-calendar .cal-week-box.cal-grid-6 .cal-row-fluid .cal-offset4,
mwl-calendar .cal-month-box.cal-grid-6 .cal-row-fluid .cal-offset4,
mwl-calendar .cal-week-box.cal-grid-6 .cal-row-fluid .cal-offset4:first-child,
mwl-calendar .cal-month-box.cal-grid-6 .cal-row-fluid .cal-offset4:first-child,
mwl-calendar .cal-week-box.cal-grid-6 .cal-week-box .cal-offset4,
mwl-calendar .cal-month-box.cal-grid-6 .cal-week-box .cal-offset4 {
  margin-left: 66.66666667%;
  *margin-left: 66.6252073%;
}
mwl-calendar .cal-week-box.cal-grid-6 .cal-row-fluid .cal-cell5,
mwl-calendar .cal-month-box.cal-grid-6 .cal-row-fluid .cal-cell5 {
  width: 83.33333333%;
  *width: 83.28150912%;
}
mwl-calendar .cal-week-box.cal-grid-6 .cal-row-fluid .cal-offset5,
mwl-calendar .cal-month-box.cal-grid-6 .cal-row-fluid .cal-offset5,
mwl-calendar .cal-week-box.cal-grid-6 .cal-row-fluid .cal-offset5:first-child,
mwl-calendar .cal-month-box.cal-grid-6 .cal-row-fluid .cal-offset5:first-child,
mwl-calendar .cal-week-box.cal-grid-6 .cal-week-box .cal-offset5,
mwl-calendar .cal-month-box.cal-grid-6 .cal-week-box .cal-offset5 {
  margin-left: 83.33333333%;
  *margin-left: 83.28150912%;
}
mwl-calendar .cal-week-box.cal-grid-6 .cal-row-fluid .cal-cell6,
mwl-calendar .cal-month-box.cal-grid-6 .cal-row-fluid .cal-cell6 {
  width: 100%;
  *width: 99.93781095%;
}
mwl-calendar .cal-week-box.cal-grid-6 .cal-row-fluid .cal-offset6,
mwl-calendar .cal-month-box.cal-grid-6 .cal-row-fluid .cal-offset6,
mwl-calendar .cal-week-box.cal-grid-6 .cal-row-fluid .cal-offset6:first-child,
mwl-calendar .cal-month-box.cal-grid-6 .cal-row-fluid .cal-offset6:first-child,
mwl-calendar .cal-week-box.cal-grid-6 .cal-week-box .cal-offset6,
mwl-calendar .cal-month-box.cal-grid-6 .cal-week-box .cal-offset6 {
  margin-left: 100%;
  *margin-left: 99.93781095%;
}
mwl-calendar .cal-week-box.cal-grid-7 .cal-row-fluid .cal-cell1,
mwl-calendar .cal-month-box.cal-grid-7 .cal-row-fluid .cal-cell1 {
  width: 14.28571429%;
  *width: 14.27683014%;
}
mwl-calendar .cal-week-box.cal-grid-7 .cal-row-fluid .cal-offset1,
mwl-calendar .cal-month-box.cal-grid-7 .cal-row-fluid .cal-offset1,
mwl-calendar .cal-week-box.cal-grid-7 .cal-row-fluid .cal-offset1:first-child,
mwl-calendar .cal-month-box.cal-grid-7 .cal-row-fluid .cal-offset1:first-child,
mwl-calendar .cal-week-box.cal-grid-7 .cal-week-box .cal-offset1,
mwl-calendar .cal-month-box.cal-grid-7 .cal-week-box .cal-offset1 {
  margin-left: 14.28571429%;
  *margin-left: 14.27683014%;
}
mwl-calendar .cal-week-box.cal-grid-7 .cal-row-fluid .cal-cell2,
mwl-calendar .cal-month-box.cal-grid-7 .cal-row-fluid .cal-cell2 {
  width: 28.57142857%;
  *width: 28.55366027%;
}
mwl-calendar .cal-week-box.cal-grid-7 .cal-row-fluid .cal-offset2,
mwl-calendar .cal-month-box.cal-grid-7 .cal-row-fluid .cal-offset2,
mwl-calendar .cal-week-box.cal-grid-7 .cal-row-fluid .cal-offset2:first-child,
mwl-calendar .cal-month-box.cal-grid-7 .cal-row-fluid .cal-offset2:first-child,
mwl-calendar .cal-week-box.cal-grid-7 .cal-week-box .cal-offset2,
mwl-calendar .cal-month-box.cal-grid-7 .cal-week-box .cal-offset2 {
  margin-left: 28.57142857%;
  *margin-left: 28.55366027%;
}
mwl-calendar .cal-week-box.cal-grid-7 .cal-row-fluid .cal-cell3,
mwl-calendar .cal-month-box.cal-grid-7 .cal-row-fluid .cal-cell3 {
  width: 42.85714286%;
  *width: 42.83049041%;
}
mwl-calendar .cal-week-box.cal-grid-7 .cal-row-fluid .cal-offset3,
mwl-calendar .cal-month-box.cal-grid-7 .cal-row-fluid .cal-offset3,
mwl-calendar .cal-week-box.cal-grid-7 .cal-row-fluid .cal-offset3:first-child,
mwl-calendar .cal-month-box.cal-grid-7 .cal-row-fluid .cal-offset3:first-child,
mwl-calendar .cal-week-box.cal-grid-7 .cal-week-box .cal-offset3,
mwl-calendar .cal-month-box.cal-grid-7 .cal-week-box .cal-offset3 {
  margin-left: 42.85714286%;
  *margin-left: 42.83049041%;
}
mwl-calendar .cal-week-box.cal-grid-7 .cal-row-fluid .cal-cell4,
mwl-calendar .cal-month-box.cal-grid-7 .cal-row-fluid .cal-cell4 {
  width: 57.14285714%;
  *width: 57.10732054%;
}
mwl-calendar .cal-week-box.cal-grid-7 .cal-row-fluid .cal-offset4,
mwl-calendar .cal-month-box.cal-grid-7 .cal-row-fluid .cal-offset4,
mwl-calendar .cal-week-box.cal-grid-7 .cal-row-fluid .cal-offset4:first-child,
mwl-calendar .cal-month-box.cal-grid-7 .cal-row-fluid .cal-offset4:first-child,
mwl-calendar .cal-week-box.cal-grid-7 .cal-week-box .cal-offset4,
mwl-calendar .cal-month-box.cal-grid-7 .cal-week-box .cal-offset4 {
  margin-left: 57.14285714%;
  *margin-left: 57.10732054%;
}
mwl-calendar .cal-week-box.cal-grid-7 .cal-row-fluid .cal-cell5,
mwl-calendar .cal-month-box.cal-grid-7 .cal-row-fluid .cal-cell5 {
  width: 71.42857143%;
  *width: 71.38415068%;
}
mwl-calendar .cal-week-box.cal-grid-7 .cal-row-fluid .cal-offset5,
mwl-calendar .cal-month-box.cal-grid-7 .cal-row-fluid .cal-offset5,
mwl-calendar .cal-week-box.cal-grid-7 .cal-row-fluid .cal-offset5:first-child,
mwl-calendar .cal-month-box.cal-grid-7 .cal-row-fluid .cal-offset5:first-child,
mwl-calendar .cal-week-box.cal-grid-7 .cal-week-box .cal-offset5,
mwl-calendar .cal-month-box.cal-grid-7 .cal-week-box .cal-offset5 {
  margin-left: 71.42857143%;
  *margin-left: 71.38415068%;
}
mwl-calendar .cal-week-box.cal-grid-7 .cal-row-fluid .cal-cell6,
mwl-calendar .cal-month-box.cal-grid-7 .cal-row-fluid .cal-cell6 {
  width: 85.71428571%;
  *width: 85.66098081%;
}
mwl-calendar .cal-week-box.cal-grid-7 .cal-row-fluid .cal-offset6,
mwl-calendar .cal-month-box.cal-grid-7 .cal-row-fluid .cal-offset6,
mwl-calendar .cal-week-box.cal-grid-7 .cal-row-fluid .cal-offset6:first-child,
mwl-calendar .cal-month-box.cal-grid-7 .cal-row-fluid .cal-offset6:first-child,
mwl-calendar .cal-week-box.cal-grid-7 .cal-week-box .cal-offset6,
mwl-calendar .cal-month-box.cal-grid-7 .cal-week-box .cal-offset6 {
  margin-left: 85.71428571%;
  *margin-left: 85.66098081%;
}
mwl-calendar .cal-week-box.cal-grid-7 .cal-row-fluid .cal-cell7,
mwl-calendar .cal-month-box.cal-grid-7 .cal-row-fluid .cal-cell7 {
  width: 100%;
  *width: 99.93781095%;
}
mwl-calendar .cal-week-box.cal-grid-7 .cal-row-fluid .cal-offset7,
mwl-calendar .cal-month-box.cal-grid-7 .cal-row-fluid .cal-offset7,
mwl-calendar .cal-week-box.cal-grid-7 .cal-row-fluid .cal-offset7:first-child,
mwl-calendar .cal-month-box.cal-grid-7 .cal-row-fluid .cal-offset7:first-child,
mwl-calendar .cal-week-box.cal-grid-7 .cal-week-box .cal-offset7,
mwl-calendar .cal-month-box.cal-grid-7 .cal-week-box .cal-offset7 {
  margin-left: 100%;
  *margin-left: 99.93781095%;
}
mwl-calendar [class*="cal-cell"].hide,
mwl-calendar .cal-row-fluid [class*="cal-cell"].hide {
  display: none;
}
mwl-calendar [class*="cal-cell"].pull-right,
mwl-calendar .cal-row-fluid [class*="cal-cell"].pull-right {
  float: right;
}
mwl-calendar .cal-row-head [class*="cal-cell"] {
  border: none;
  padding: 5px 0;
  text-align: center;
  font-weight: bolder;
}
mwl-calendar .cal-row-head [class*="cal-cell"] small {
  font-weight: normal;
}
mwl-calendar .cal-year-box .row:hover,
mwl-calendar .cal-row-fluid:hover {
  background-color: #fafafa;
}
mwl-calendar .cal-month-day {
  height: 100px;
}
mwl-calendar [class*="cal-cell"]:hover,
mwl-calendar .cell-focus,
mwl-calendar [class*="cal-cell"] .drop-active,
mwl-calendar .cal-cell.drop-active,
mwl-calendar .cal-week-box .cal-cell1.drop-active,
mwl-calendar .cal-day-hour-part.drop-active {
  background-color: #ededed;
}
mwl-calendar .cal-year-box [class*="span"],
mwl-calendar .cal-month-box [class*="cal-cell"] {
  min-height: 100px;
  position: relative;
}
mwl-calendar .cal-year-box [class*="span"] + [class*="span"],
mwl-calendar .cal-month-box [class*="span"] + [class*="span"],
mwl-calendar .cal-year-box [class*="cal-cell"] + [class*="cal-cell"],
mwl-calendar .cal-month-box [class*="cal-cell"] + [class*="cal-cell"] {
  border-left: 1px solid #e1e1e1;
}
mwl-calendar .cal-year-box [class*="span"] {
  min-height: 60px;
}
mwl-calendar .cal-year-box .row,
mwl-calendar .cal-month-box .cal-row-fluid {
  border-bottom: 1px solid #e1e1e1;
  margin-left: 0px;
  margin-right: 0px;
}
mwl-calendar .cal-year-box,
mwl-calendar .cal-week-box {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-radius: 2px;
}
mwl-calendar span[data-cal-date] {
  font-size: 1.2em;
  font-weight: normal;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  margin-top: 15px;
  margin-right: 15px;
}
mwl-calendar span[data-cal-date]:hover {
  opacity: 1;
}
mwl-calendar .cal-day-outmonth span[data-cal-date] {
  opacity: 0.1;
  cursor: default;
}
mwl-calendar .cell-is-selected {
    background-color: #e8fde7;
}

    mwl-calendar .cell-is-selected span[data-cal-date] {
        color: darkgreen;
    }

    mwl-calendar .cell-is-selected .cal-day-open span[data-cal-date] {
        font-size: 1.9em;
    }
/*mwl-calendar .cal-day-today {
    background-color: #e8fde7;
}

mwl-calendar .cal-day-today span[data-cal-date] {
    color: darkgreen;
}

mwl-calendar .cal-month-box .cal-day-today span[data-cal-date] {
    font-size: 1.9em;
}*/
mwl-calendar .cal-day-holiday span[data-cal-date] {
  color: #800080;
}
mwl-calendar .cal-day-weekend span[data-cal-date] {
  color: darkred;
}
mwl-calendar .cal-week-box-cell {
  border: 1px solid #e1e1e1;
  border-right: 0px;
  border-radius: 5px 0 0 5px;
  background-color: #fafafa;
  text-align: right;
}
mwl-calendar .cal-day-tick {
  border: 1px solid #e1e1e1;
  border-top: 0px solid;
  border-radius: 0 0 5px 5px;
  background-color: #ededed;
  text-align: center;
}
mwl-calendar .cal-day-tick .fa {
  display: none;
}
mwl-calendar .cal-day-tick {
  position: absolute;
  right: 50%;
  bottom: -21px;
  padding: 0px 5px;
  cursor: pointer;
  z-index: 5;
  text-align: center;
  width: 26px;
  margin-right: -17px;
}
mwl-calendar .cal-slide-box {
  border-top: 0px solid #8c8c8c;
}
mwl-calendar .cal-slide-content {
  padding: 20px;
  color: #ffffff;
  background-color: #555555;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
mwl-calendar .cal-slide-content a.event-item {
  color: #ffffff;
  font-weight: normal;
}
mwl-calendar a.event-item-edit,
mwl-calendar a.event-item-delete,
mwl-calendar a.event-item-action {
  padding-left: 5px;
}
mwl-calendar .cal-year-box .cal-slide-content a.event-item,
mwl-calendar .cal-year-box a.event-item-edit,
mwl-calendar .cal-year-box a.event-item-delete,
mwl-calendar .cal-year-box a.event-item-action {
  position: relative;
  top: -3px;
}
mwl-calendar .events-list {
  max-height: 47px;
  padding-left: 5px;
}
mwl-calendar .cal-column {
  border-left: 1px solid #e1e1e1;
}
mwl-calendar a.cal-event-week {
  text-decoration: none;
  color: #151515;
}
mwl-calendar .badge-important {
  background-color: #b94a48;
}
mwl-calendar .pointer {
  cursor: pointer;
}
mwl-calendar .cal-year-box:last-child {
  border-bottom: 0px;
}
mwl-calendar .cal-context {
  width: 100%;
}
mwl-calendar .cal-events-num {
  margin-top: 20px;
}
@media (max-width: 991px) {
  mwl-calendar .cal-year-box [class*="span"]:nth-child(2) {
    border-right: 0px;
  }
  mwl-calendar .cal-year-box [class*="span"]:nth-child(1),
  mwl-calendar .cal-year-box [class*="span"]:nth-child(2) {
    border-bottom: 1px solid #e1e1e1;
  }
}
mwl-calendar .cal-month-box .cal-row-fluid {
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
mwl-calendar .cal-month-box .cal-row-head {
  border-left: none;
  border-right: none;
}
mwl-calendar .cal-month-box .cal-row-head [class*="cal-cell"] {
  border: none;
  overflow: hidden;
  min-height: unset;
  text-overflow: ellipsis;
}
mwl-calendar .cal-month-box .cal-month-day {
  position: relative;
  display: block;
  width: 100%;
  overflow:hidden;
}
mwl-calendar .cal-month-box .cal-month-day .cal-events-num {
  margin-left: 10px;
  margin-top: 18px;
}
mwl-calendar .cal-month-box .cal-week-box-cell {
  position: absolute;
  width: 70px;
  left: -71px;
  top: -1px;
  padding: 8px 5px;
  cursor: pointer;
}
mwl-calendar .cal-month-box .cal-slide-box {
  position: relative;
}
mwl-calendar .cal-month-box .cal-slide-tick {
  position: absolute;
  width: 16px;
  margin-left: -7px;
  height: 9px;
  top: -1px;
  z-index: 1;
}
mwl-calendar .cal-month-box .cal-slide-tick.tick-month1 {
  left: 12.5%;
}
mwl-calendar .cal-month-box .cal-slide-tick.tick-month2 {
  left: 37.5%;
}
mwl-calendar .cal-month-box .cal-slide-tick.tick-month3 {
  left: 62.5%;
}
mwl-calendar .cal-month-box .cal-slide-tick.tick-month4 {
  left: 87.5%;
}
mwl-calendar .cal-month-box .cal-slide-tick.tick-day1 {
  left: 7.14285714285715%;
}
mwl-calendar .cal-month-box .cal-slide-tick.tick-day2 {
  left: 21.42857142857143%;
}
mwl-calendar .cal-month-box .cal-slide-tick.tick-day3 {
  left: 35.71428571428572%;
}
mwl-calendar .cal-month-box .cal-slide-tick.tick-day4 {
  left: 50%;
}
mwl-calendar .cal-month-box .cal-slide-tick.tick-day5 {
  left: 64.2857142857143%;
}
mwl-calendar .cal-month-box .cal-slide-tick.tick-day6 {
  left: 78.57142857142859%;
}
mwl-calendar .cal-month-box .cal-slide-tick.tick-day7 {
  left: 92.85714285714285%;
}
mwl-calendar .cal-month-box .events-list {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
}
mwl-calendar .cal-month-box .cal-slide-content ul.unstyled {
  margin-bottom: 0;
}
mwl-calendar .cal-month-box .cal-slide-content ul li.dragging-active .event-item {
  color: black;
}
mwl-calendar .cal-month-box .cal-day-selected {
  background-color: #ededed;
}
.cal-week-box {
  position: relative;
}
.cal-week-box [data-event-class] {
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 12px;
  padding: 0 3px !important;
}
.cal-week-box .cal-day-panel {
  border: 0px !important;
}
.cal-week-box .cal-row-head {
  border-bottom: 1px solid #e1e1e1;
}
.cal-week-box:not(.cal-day-box) .cal-row-fluid {
  margin-bottom: 2px;
}
.cal-week-box:not(.cal-day-box) .cal-row-fluid:hover,
.cal-week-box:not(.cal-day-box) [class*="cal-cell"]:hover {
  background-color: inherit !important;
}
.cal-week-box:not(.cal-day-box) [data-event-class] {
  margin-left: 2px;
  margin-right: 2px;
}
.cal-week-box:not(.cal-day-box) .border-left-rounded {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cal-week-box:not(.cal-day-box) .border-right-rounded {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cal-week-box.cal-day-box .cal-row-head {
  padding-left: 60px;
}
.cal-week-box.cal-day-box .cal-day-panel {
  overflow-x: hidden;
}
.cal-day-box {
  text-wrap: none;
  overflow-x: auto !important;
  overflow-y: hidden;
}
.cal-day-box .cal-day-hour-part {
  height: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: thin dashed #e1e1e1;
}
.cal-day-box .cal-day-hour-part .cal-day-hour-part-time {
  width: 60px;
  text-align: center;
  float: left;
}
.cal-day-box .cal-day-hour-part .cal-day-hour-part-spacer {
  height: 30px;
  display: inline-block;
}
.cal-day-box .cal-day-hour-part:hover {
  background-color: #ededed;
}
.cal-day-box .cal-day-hour-part-selected {
  background-color: #e1e1e1;
}
.cal-day-box .cal-day-hour {
  background-color: #ffffff;
}
.cal-day-box .cal-day-hour .day-highlight {
  height: 30px;
}
.cal-day-box .cal-day-hour:nth-child(odd) {
  background-color: #fafafa;
}
.cal-day-box .cal-hours {
  font-weight: bold;
  font-size: 12px;
}
.cal-day-box .cal-day-panel {
  position: relative;
  padding-left: 60px;
  border: solid 1px #e1e1e1;
}
.cal-day-box .cal-day-panel-hour {
  position: absolute;
  width: 100%;
  margin-left: -60px;
}
.cal-day-box .day-event {
  position: absolute;
  width: 150px;
  overflow: hidden;
  padding: 2px 3px !important;
}
.cal-day-box .day-event a {
  font-size: 12px;
  text-overflow: ellipsis;
}
.cal-day-box .day-highlight {
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #c3c3c3;
  margin: 1px 1px;
  overflow: hidden;
  text-overflow: ellipsis;
}
mwl-calendar-day.time-hidden .cal-day-hour-part-time {
  display: none;
}
mwl-calendar-day.time-on-side .cal-day-box {
  overflow: visible !important;
  margin-left: 55px;
}
mwl-calendar-day.time-on-side .cal-day-panel {
  min-width: initial !important;
}
mwl-calendar-day.time-on-side .cal-day-hour-part-time {
  margin-left: -55px;
}
mwl-calendar .event {
  display: block;
  background-color: #c3c3c3;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-bottom: 2px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  border: 1px solid #ffffff;
}
mwl-calendar .event-block {
  display: block;
  background-color: #c3c3c3;
  width: 20px;
  height: 100%;
}
mwl-calendar .cal-event-list .event.pull-left {
  margin-top: 3px;
}
mwl-calendar .day-highlight:hover,
mwl-calendar .day-highlight {
  background-color: #dddddd;
}


mwl-calendar div.cal-month-box a.general-work-order {
    border-radius: unset;
    box-shadow: unset;
    border:1px solid #000000;
}
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.3 - 2016-08-17T06:16:42.140Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}


.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close{
  display:none;
}

.select-locked > .ui-select-match-close{
    display:none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    border-top-width: 1px;  /* FIXME hardcoded value :-/ */
    border-top-style: solid;

    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
    margin-top: 4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
    margin-top: -2px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="selectize"] input.ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
    width: 0;
}

/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

.ui-select-bootstrap > .ui-select-match > .btn{
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
  width: auto;
  height: auto;
  max-height: 395px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>span {
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>span:hover, .ui-select-bootstrap .ui-select-choices-row>span:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
    width: 100%;
    padding-right: 1em;
}
.ui-select-bootstrap .ui-select-match-text span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}
.ai-indicator,
.ai-indicator *,
.ai-indicator *:before,
.ai-indicator *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Colors */

.ai-white-spin {
  border-color: rgba(255,255,255,.5) rgba(255,255,255, .5) #fff #fff;
}

.ai-white-parent > * {
  background: #fff;
}

.ai-grey-spin {
    border-color: rgba(44, 62, 80, .5) rgba(44, 62, 80, .5) #2c3e50 #2c3e50;
    /*border-color: rgba(189, 195, 199, .5) rgba(189, 195, 199, .5) #bdc3c7 #bdc3c7;*/
}

.ai-grey-parent > * {
  background: #bdc3c7;
}

.ai-dark-spin {
  border-color: rgba(44, 62, 80, .5) rgba(44, 62, 80, .5) #2c3e50 #2c3e50;
}

.ai-dark-parent > * {
  background: #2c3e50;
}

/* Circled */

.ai-circled {
  height: 32px;
  width: 32px;
  position: relative;
  border-width: 5px;
  border-style: solid;
  border-radius: 100%;
  -webkit-animation: ai-clockwise .6s linear infinite;
  animation: ai-clockwise .6s linear infinite;
}

@-webkit-keyframes ai-clockwise {
  to {
    -webkit-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0);
  }
}

@keyframes ai-clockwise {
  to {
    -webkit-transform: rotate(360deg) translateZ(0);
    -ms-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0);
  }
}

/* Dotted */

.ai-dotted {
  width: 36px;
}

.ai-dotted .ai-inner1,
.ai-dotted .ai-inner2,
.ai-dotted .ai-inner3 {
  display: inline-block;
  margin: 0.125em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: ai-rotate .75s linear infinite;
  animation: ai-rotate .75s linear infinite;
}

.ai-dotted .ai-inner2 {
  -webkit-animation-delay: 0.1875s;
  animation-delay: 0.1875s;
}

.ai-dotted .ai-inner3 {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
}

@-webkit-keyframes ai-rotate {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  30% {
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
  }

  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  70% {
    -webkit-transform: translateY(0.25em);
    transform: translateY(0.25em);
  }
}

@keyframes ai-rotate {
  0% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  30% {
    -webkit-transform: translateY(-0.25em);
    -ms-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
  }

  50% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  70% {
    -webkit-transform: translateY(0.25em);
    -ms-transform: translateY(0.25em);
    transform: translateY(0.25em);
  }
}

/* Spinner */

.ai-spinner {
  position: absolute;
  width: 100px;
  height: 100px;
  -webkit-animation: ai-rotateThis 1s infinite linear;
  animation: ai-rotateThis 1s infinite linear;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}

.ai-spinner > * {
  width: 10px;
  height: 30px;
  position: absolute;
  top: 35px;
  left: 45px;
  border-radius: 50px;
}

@-webkit-keyframes ai-rotateThis {
  from {
    -webkit-transform: scale(0.3) rotate(0deg);
    transform: scale(0.3) rotate(0deg);
  }

  to {
    -webkit-transform: scale(0.3) rotate(360deg);
    transform: scale(0.3) rotate(360deg);
  }
}

@keyframes ai-rotateThis {
  from {
    -webkit-transform: scale(0.3) rotate(0deg);
    -ms-transform: scale(0.3) rotate(0deg);
    transform: scale(0.3) rotate(0deg);
  }

  to {
    -webkit-transform: scale(0.3) rotate(360deg);
    -ms-transform: scale(0.3) rotate(360deg);
    transform: scale(0.3) rotate(360deg);
  }
}

.ai-bar1 {
  -webkit-transform: rotate(0deg) translate(0, -40px);
  -ms-transform: rotate(0deg) translate(0, -40px);
  transform: rotate(0deg) translate(0, -40px);
  opacity: 0.1;
}

.ai-bar2 {
  -webkit-transform: rotate(36deg) translate(0, -40px);
  -ms-transform: rotate(36deg) translate(0, -40px);
  transform: rotate(36deg) translate(0, -40px);
  opacity: 0.2;
}

.ai-bar3 {
  -webkit-transform: rotate(72deg) translate(0, -40px);
  -ms-transform: rotate(72deg) translate(0, -40px);
  transform: rotate(72deg) translate(0, -40px);
  opacity: 0.3;
}

.ai-bar4 {
  -webkit-transform: rotate(108deg) translate(0, -40px);
  -ms-transform: rotate(108deg) translate(0, -40px);
  transform: rotate(108deg) translate(0, -40px);
  opacity: 0.4;
}

.ai-bar5 {
  -webkit-transform: rotate(144deg) translate(0, -40px);
  -ms-transform: rotate(144deg) translate(0, -40px);
  transform: rotate(144deg) translate(0, -40px);
  opacity: 0.5;
}

.ai-bar6 {
  -webkit-transform: rotate(180deg) translate(0, -40px);
  -ms-transform: rotate(180deg) translate(0, -40px);
  transform: rotate(180deg) translate(0, -40px);
  opacity: 0.6;
}

.ai-bar7 {
  -webkit-transform: rotate(216deg) translate(0, -40px);
  -ms-transform: rotate(216deg) translate(0, -40px);
  transform: rotate(216deg) translate(0, -40px);
  opacity: 0.7;
}

.ai-bar8 {
  -webkit-transform: rotate(252deg) translate(0, -40px);
  -ms-transform: rotate(252deg) translate(0, -40px);
  transform: rotate(252deg) translate(0, -40px);
  opacity: 0.8;
}

.ai-bar9 {
  -webkit-transform: rotate(288deg) translate(0, -40px);
  -ms-transform: rotate(288deg) translate(0, -40px);
  transform: rotate(288deg) translate(0, -40px);
  opacity: 0.9;
}

.ai-bar10 {
  -webkit-transform: rotate(324deg) translate(0, -40px);
  -ms-transform: rotate(324deg) translate(0, -40px);
  transform: rotate(324deg) translate(0, -40px);
  opacity: 1;
}
#documentViewer.modal {
    background-color:#000;
}

    #documentViewer.modal div.modal-dialog {
        width: 100%;
        margin: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        border-radius: 0;
    }
    #documentViewer.modal div.modal-dialog div.modal-content {
        position: relative;
        width:100%;
        height:100%;
        border-radius:0;
        background-color:unset;
    }
    #documentViewer.modal div.modal-dialog div.modal-header {
        position: absolute;
        z-index: 10;
        width: 100%;
        background-color: transparent;
        border:0;
    }
        #documentViewer.modal div.modal-dialog div.modal-header div.doc-info-wrapper div.doc-icon{
            display:inline-block;
            vertical-align:top;
            color:#fff;
        }

        #documentViewer.modal div.modal-dialog div.modal-header div.doc-info-wrapper div.doc-info-data-wrapper {
            display: inline-block;
            vertical-align:top;
            color:#fff;
            margin-top:2px;
        }


        #documentViewer.modal div.modal-dialog div.modal-body {
            max-height: 100%;
            height: 100%;
            width: 100%;
            padding: 0;
            overflow: hidden
        }

            #documentViewer.modal div.modal-dialog div.modal-body div.doc-wrapper {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100%;
            }

            #documentViewer.modal div.modal-dialog div.modal-body div.doc-wrapper img{
                width: auto;
                max-width: 100%;
                height: auto;
                max-height 100%;
            }

    #documentViewer.modal div.modal-dialog div.modal-header h3 {
        margin: 10px 0 0;
    }


    #documentViewer.modal div.modal-dialog div.modal-footer {
        position: absolute;
        z-index: 10;
        width: 100%;
        bottom:0;
        display:none;
    }

html.no-scroll {
    overflow-y:hidden;
}

div.pdf-toolbar {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    text-align: center;
}

div.pdf-preview-wrapper {
    color: #fff;
    text-align: center;
    width: 180px;
}

div.pdf-preview-wrapper i{
    margin-bottom:20px;
}

@media(min-width:769px) {
    #documentViewer.modal div.img-wrapper {
        padding: 0 100px;
    }
}
@media(max-width:768px) {
    #documentViewer.modal div.img-wrapper {
        padding: 100px 0;
    }
}
