﻿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;
} 