/* Minification failed. Returning unminified contents.
(3068,46): run-time error CSS1030: Expected identifier, found ','
(3068,57): run-time error CSS1031: Expected selector, found ')'
(3068,57): run-time error CSS1025: Expected comma or open brace, found ')'
 */
* {
    margin: 0;
    padding: 0;
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html, body {
    height: 100%;
}

a, a:focus, select:focus, .btn:focus {
    outline: 0;
}

tr {
    height: 28px;
}

textarea {
    resize: vertical;
}

select {
    line-height: initial;
    font-size: 11px;
    padding-left: 3px;
}

select option[disabled] {
    background-color: #f0f0f0;
}

fieldset {
    position: relative;
    padding-top: 50px;
}

.input-validation-error {
    border-color: #b94a48 !important;
}

.twrap {
    position: absolute;
    top: 32px;
    left: 7px;
    right: 7px;
    bottom: 0;
    overflow: auto;
}

/*JQUERY DATE PICKER*/

.ui-widget-content {
    background: none repeat scroll 0 0 #262626;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0;
}

.btn-group > .btn:first-child, .btn-group > .btn:last-child, .btn-group > .dropdown-toggle, .dropdown-menu {
    border-radius: 0;
}

.pagination ul > .active > a,
.pagination ul > .active > a:hover {
    background-color: #E3F1FC;
    color: #0088CC;
}

.table-bordered {
    border-radius: 0;
}

.excel-export-container {
    float: right;
    margin-right: 8px;
    margin-top: 3px;
    margin-bottom: 5px;
}

    .excel-export-container img {
        opacity: 0.9;
    }

        .excel-export-container img:hover {
            opacity: 1;
        }

.search-container {
    margin-bottom: 5px;
    display: inline-block;
}

    .search-container .search-query {
        position: relative;
        height: 25px;
        padding-bottom: 2px;
        padding-right: 7px;
    }

        .search-container .search-query input {
            width: 100%;
            height: 100%;
            padding: 0px;
            padding-left: 5px;
            margin: 0;
        }

        .search-container .search-query i {
            position: absolute;
            right: 10px;
            top: 6px;
            cursor: pointer;
        }

.btn {
    border: thin solid #ccc;
    border-radius: 0 0 0 0;
    box-shadow: none;
    padding: 6px 20px;
    background-image: none;
    display: inline;
}

.button-disabled {
    background-color: #D3D3D3;
    border: thin solid #CCCCCC;
    cursor: not-allowed !important;
    padding: 6px 20px;
}

a.button-disabled {
    color: #808080 !important;
}

.masonry [class*="span"] {
    margin-left: 0;
    margin-right: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(49, 88, 61, 0.30);
    -moz-box-shadow: 0 1px 3px rgba(49, 88, 61, 0.30);
    box-shadow: 0 1px 3px rgba(49, 88, 61, 0.30);
    /*-webkit-box-shadow: 0px 3px 9px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 3px 9px rgba(50, 50, 50, 0.5);
box-shadow:         0px 3px 9px rgba(50, 50, 50, 0.5);*/
}


.icon-themed {
    background-image: url('/Content/images/glyphicons-halflings-themed.png');
}

.icon-inactive {
    background-image: url('/Content/images/glyphicons-halflings-inactive.png');
}

    .icon-inactive:hover {
        background-image: url('/Content/images/glyphicons-halflings-themed.png');
    }

header {
    position: fixed !important;
    z-index: 1;
    color: white;
    border-bottom: 1px solid #333333;
    height: 100px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

    header .logo {
        margin-left: 5px;
        margin-top: 25px;
        width: 189px;
    }

        header .logo img {
            width: 189px;
            height: 45px;
        }

body {
    /*background-color:#434343;*/
    /*background-color: #262626;*/
    padding: 0;
}

fieldset legend {
    /*display: none;*/
    line-height: 33px;
    margin-bottom: 10px;
    position: absolute;
    top: 0px;
}

.wrapper {
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
}

.ajax-loader {
    height: 29px;
    margin: 20% auto;
    vertical-align: middle;
    width: 220px;
}

.ajax-error {
    height: 100px;
    overflow: hidden;
}

    .ajax-error p {
        color: #B94A48;
        display: block;
        margin: 35px auto auto;
        text-align: center;
        width: 300px;
    }

.pagination ul a {
    width: 16px;
}


.actions {
    /*padding-left: 160px;*/
    position: absolute;
    right: 0;
    top: 0px;
}

    /*@-moz-document url-prefix() {

    .actions {
    padding-left: 160px;
    position: absolute;
    right: 0;
    top: -45px;
}

}*/


    .actions a {
        display: block;
        margin-top: 10px;
    }

#nav_bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 200px;
    bottom: 0px;
    background-color: #444;
   
}

nav {
    position: fixed !important;
    top: 101px;
    width: 200px;
    z-index: 0;
    bottom: 0;
    overflow: hidden auto;
    /*background-color: #262626;*/
}

    nav > ul {
        margin: 0;
        width: 100%;
    }

    nav label {
        margin: 0;
    }

    nav > ul > li > ul {
        background-color: #262626;
        border-top: thin solid #555555;
        box-shadow: 0 1px 10px 0 #111111 inset;
        clear: both;
        margin: 0;
    }

        nav > ul > li > ul > li {
            min-height: 25px;
        }

            nav > ul > li > ul > li > .menu-item {
                border-top: thin solid #333333;
                color: #FFFFFF;
                display: block;
                padding: 3px 10px;
            }

                nav > ul > li > ul > li > .menu-item:hover {
                    background-color: #111;
                }

    nav > ul > li > .menu-item {
        color: #ccc;
        display: block;
        padding: 7px 5px;
    }

        nav > ul > li > .menu-item:hover {
            background-color: #555;
        }

    nav .menu-item:hover {
        text-decoration: none;
        color: #fff;
    }

    nav > ul > li > .menu-item > i {
        margin-right: 5px;
    }

    nav > ul > li {
        min-height: 30px;
        border-bottom: solid thin #333;
        border-top: solid thin #555;
        background-color: #434343;
    }

    nav ul li {
        list-style: none;
        position: relative;
    }

.content-wrapper {
    background-color: #EEEEEE;
    background-image: linear-gradient(to right bottom, #EEEEEE 0%, #FFFFFF 100%);
    border-left: 2px solid #333333;
    bottom: 0;
    height: auto !important;
    left: 200px;
    min-height: 100%;
    position: fixed;
    right: 0;
    top: 52px;
}

/*.content-wrapper .content-header,
    .content-wrapper .breadcrumb,
    .content-wrapper .content {
        padding-left: 10px;
    }*/

/*.content-wrapper .content {
        position: relative;
        padding-top: 50px;
    }*/

.content-header {
    background-color: #31583D;
    height: 57px;
    left: 200px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}

    .content-header h1 {
        font-size: 25px;
        margin: 11px 0 0;
        color: white;
    }


.content {
    bottom: 0;
    left: 200px;
    overflow: auto;
    margin-top: 52px;
    padding-left: 7px;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 1;
    padding-top: 8px;
}

.page-title {
    border-left: 2px solid #333333;
    height: 55px;
    left: 200px;
    padding-left: 5px;
    position: fixed;
    right: 0;
    top: 0px;
}


/*.control-grad {
    background-image: -ms-linear-gradient(top, #EDEDED 0%, #D1D1D1 100%);
    background-image: -moz-linear-gradient(top, #EDEDED 0%, #D1D1D1 100%);
    background-image: -o-linear-gradient(top, #EDEDED 0%, #D1D1D1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EDEDED), color-stop(1, #D1D1D1));
    background-image: -webkit-linear-gradient(top, #EDEDED 0%, #D1D1D1 100%);
    background-image: linear-gradient(to bottom, #EDEDED 0%, #D1D1D1 100%);
}*/

/*.content-wrapper .breadcrumb {
        border-bottom: thin solid #BBBBBB;
        border-radius: 0 0 0 0;
        border-top: thin solid #BBBBBB;
        height: 10px;
        padding: 0;
    }*/

.login-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: url('/Content/images/hwbg.jpg');
    background-size: cover;
    display: table;
}

    .login-container > div {
        display: table-cell;
        vertical-align: middle;
    }

.login {
    min-height: 230px;
    margin: 10% auto;
    width: 410px;
    /*background-color: #F2F2F2;*/
    /*border: thin solid #000;*/
    /*-moz-box-shadow: 0px 0px 16px 0px #000;
    -webkit-box-shadow: 0px 0px 16px 0px #000;
    box-shadow: 0px 0px 16px 0px #000;*/
}

    .login .banner {
        height: 110px;
        margin-bottom: 20px;
        width: 410px;
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
    }

        .login .banner img {
            height: 90px;
        }

        .login .banner h1 {
            color: #AFAFC5;
            font-size: 20px;
            margin: 0 10px;
        }

    .login .loginForm {
        margin-top: 20px;
    }

    .login .actions {
        position: relative;
        margin-top: 20px;
        padding-left: 95px;
        top: 0px;
    }

        .login .actions .control-group {
            margin: 0;
        }

        .login .actions .control-label {
            width: 102px;
        }


    .login .user,
    .login .password {
        position: relative;
        margin-top: 10px;
    }


        .login .user input,
        .login .password input {
            width: 100%;
            box-sizing: border-box;
            padding: 12px;
            font-size: 18px;
            height: 33px;
            border: 1px solid #5c5c5c;
        }



        .login .user i, .login .password i {
            position: absolute;
            right: 67px;
            top: 7px;
            z-index: 1;
        }

    .login .form-horizontal .control-label {
        width: 120px;
    }

    .login .form-horizontal .controls {
        float: left;
        margin-left: 10px;
    }

    .login .alert {
        margin: 10px;
    }


.primary-actions {
    background-color: #FFFFFF;
    border-bottom: 1px solid #333333;
    border-left: 2px solid #333333;
    border-top: 1px solid #333333;
    height: 34px;
    left: 200px;
    padding: 5px 10px;
    position: fixed;
    right: 0;
    top: 55px;
    z-index: 1;
}

.primary-actions input, .primary-actions a {
    font-size: 16px;
    display: inline-block;
}

.primary-actions input[type="submit"][data-disabled="true"] {
    opacity: 0.55;
}

.form-horizontal .controls {
    position: relative;
    margin-bottom: 5px;
}

.form-horizontal .control-label {
    width: 170px;
    padding-top: 3px;
}

.form-horizontal .control-group {
    margin-bottom: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
    border-top-left-radius: 0;
}

.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
    border-top-right-radius: 0;
}

.overview th {
    position: relative;
    color: #fff;
}

.table th, .table td {
    border-top: 1px solid #DDDDDD;
    line-height: 27px;
    padding: 0 7px;
    text-align: left;
    vertical-align: top;
}

legend + .control-group {
    margin-top: 0;
}

.lookup .lookup-button {
    background-image: url("/content/images/dialog_lookup30.png");
    background-position: -2px -63px;
    border: 1px solid #CCCCCC;
    display: inline-block;
    height: 21px;
    position: absolute;
    left: 219px;
    top: 0;
    width: 25px;
}

    .lookup .lookup-button.disabled,
    .lookup .lookup-button.disabled:hover {
        background-position: -2px -3px;
        cursor: default;
    }


    .lookup .lookup-button:hover {
        background-position: -2px -33px;
    }

.lookup .control-group.error .controls .lookup-multi-list {
    border-color: #B94A48;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.lookup .control-group.error .controls .help-inline {
    margin-left: 30px;
    position: absolute;
    top: 3px;
}


.lookup .li-remove {
    position: absolute;
    right: 64px;
    top: 3px;
}

.modal-header {
    min-height: 30px;
}

    .modal-header h3 {
        float: left;
        margin: 0 10px 0 0;
        width: 270px;
        font-size: 18px;
    }

    .modal-header .close {
        margin-top: 7px;
        opacity: 1;
    }

    .modal-header span {
        clear: both;
        display: block;
    }

.modal-footer .new-button {
    float: left;
}

.modal-body {
    min-height: 300px;
    max-height: 400px;
}

/*make lookup modals taller so we can accommodate more rows*/
.lookup .modal-body {
    max-height: 500px;
}

.lookup .modal-body > .pagination {
    margin-bottom: 2px;
}

    .modal-body .action-select {
        cursor: pointer;
        display: block;
        height: 17px;
        margin: 1px auto;
        width: 17px;
    }


.time-spinner.spinner.ui-spinner-input {
    margin: 0;
}

/*Custom checkbox*/
input[type=checkbox].css-checkbox {
    /*display: none;*/
    position: absolute;
    left: -9999px;
}

    input[type=checkbox].css-checkbox + label.multi-select-css-label {
        background-repeat: no-repeat;
        cursor: pointer;
        display: block;
        height: 17px;
        margin: 1px auto;
        width: 17px;
    }

    label.multi-select-css-label {
        top: 4px;
        position: relative;
    }

.modal td:last-child > i.single-select-css-icon {
    top: 4px;
    position: relative;
}

.input-append .add-on, .input-prepend .add-on {
    height: 16px;
    font-size: 14px;
    padding: 4px 5px;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size: 11px;
    height: 13px;
    line-height: 18px;
    padding: 4px 6px;
    box-shadow: none;
}

select {
    height: 28px;
}

.control-collection {
    position: relative;
    -moz-box-sizing: content-box;
}

    .control-collection .controls.input-prepend {
        display: block;
    }

        .control-collection .controls.input-prepend input {
            width: 120px;
        }

label.multi-select-css-label.checked {
    background-position: 0 -17px;
}

.multi-select-css-label {
    background-image: url('/content/images/elegant.png');
}

.single-select-css-icon {
    background-image: url('/content/images/elegant_blue.png');
}

    .single-select-css-icon:hover {
        background-position: 0 -17px;
    }

.lookup-multi-list {
    display: inline-block;
    min-height: 115px;
    margin: 0;
    padding: 4px 6px 1px;
    width: 206px;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    background-color: #f6f6f6;
    vertical-align: middle;
    /*border-radius: 4px 0 4px 4px;*/
}

    .lookup-multi-list li {
        position: relative;
        list-style: none;
        border-top: solid 1px #CCC;
        min-height: 25px;
        padding-top: 3px;
    }

        .lookup-multi-list li:first-child {
            border-top: none;
            padding-top: 0px;
        }

        .lookup-multi-list li .mli-remove {
            /*float: right;*/
            position: absolute;
            right: 0;
            background-color: #f6f6f6;
            padding-left: 1px;
        }



.edit {
    border: thin dashed #CCCCCC;
    display: block;
    margin-top: 20px;
    padding-top: 10px;
    position: relative;
    box-shadow: 0 0 5px 0;
}

    .edit .edit-controls {
        background-color: #E2E2E2;
        border: thin solid #CCCCCC;
        height: 25px;
        left: -1px;
        position: absolute;
        top: -27px;
        box-shadow: 0 0 5px 0;
    }

        .edit .edit-controls a {
            background: url("/content/images/edit-exit-gs.png") no-repeat scroll 2px 4px transparent;
            cursor: pointer;
            display: block;
            float: left;
            padding: 2px;
            text-indent: -9999px;
            width: 16px;
        }

.editable {
    position: relative;
}

    .editable:hover {
        box-shadow: 0 0 10px 0;
        border-radius: 3px;
    }

    .editable .edit-box {
        position: absolute;
        top: 0;
        left: 0;
        /*background:url('/content/images/gray.png') repeat;*/
        border-radius: 4px;
    }

        .editable .edit-box a {
            display: block;
        }

        .editable .edit-box img {
            /*margin:0 auto;*/
            float: none;
            position: absolute;
            top: -5%;
            right: -5%;
            display: none;
            cursor: pointer;
        }

.editable-new {
    border: thin dashed #ccc;
    border-radius: 3px;
    cursor: pointer;
}

    .editable-new img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -24px 0 0 -24px;
    }

.control-group input[readonly] {
    cursor: default;
}


nav, header, .content-header, .page-title, .content, .primary-actions {
    position: absolute;
}

.page-title {
    left: 0;
}

/*.content-wrapper, .content {
    overflow: visible;
}*/

.primary-actions {
    position: fixed;
    top: 55px;
    left: 200px;
    background-color: #F9F9F9;
    z-index: 3;
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3071a9;
        border-color: #285e8e;
    }

.content-wrapper {
    top: 0px;
}

/*lookup modal hover*/
.lookup .modal table tbody tr {
    cursor: pointer;
}

    .lookup .modal table tbody tr:hover td:last-child .single-select-css-icon {
        background-position: 0 -17px;
    }

/*table rows with action hover*/
table tr.link {
    cursor: pointer;
}

.dAct {
    cursor: pointer;
}


#password-reset-conditions {
    background-color: white;
}

.required {
    position: absolute;
    color: #f00;
    line-height: 1;
}

/*info-modal*/
.info-modal .form-horizontal {
    margin: 0;
}

.info-modal .modal-header h3 {
    width: initial;
}

/*readonly checkbox*/
.form-horizontal input[type="checkbox"][readonly] {
    pointer-events: none;
    opacity: 0.3;
    background-color: transparent;
}

.form-horizontal label.control-label[data-disabled] {
    pointer-events: none;
}


/*popup layout*/
body.layout-popup #nav_bg {
    width: 0;
}

body.layout-popup .wrapper > nav {
    display: none;
}

body.layout-popup .content-wrapper {
    left: 0;
}

body.layout-popup .content {
    left: 0;
}

body.layout-popup .logo {
    display: none;
}

body.layout-popup .content-header {
    left: 0;
}

body.layout-popup .primary-actions {
    left: 0;
}

/*input-resize (used in conjunction with SetLabelSize() HtmlHelper)*/
.input-resize .lookup .controls input.selected,
.input-resize .lookup .controls .lookup-multi-list {
    width: calc(100% - 14px);
}

.input-resize .lookup .controls .lookup-button {
    left: initial;
    right: -26px;
}

.input-resize .lookup .controls .li-remove {
    right: 5px;
    top: 3px;
}

.input-resize .lookup .controls .mli-remove {
    right: -1px;
    top: 0;
}

.input-resize ul.lookup-multi-list {
    font-size: 12px;
}

.input-resize .lookup-multi-list li {
    min-height: 23px;
}

.input-resize .controls > input[type="text"],
.input-resize .controls > textarea,
.input-resize .controls > .tp-wrap > textarea {
    width: calc(100% - 14px);
}

/*spinner*/
.ui-spinner .spinner {
    padding-right: 3px;
}

.ui-spinner .ui-spinner-up,
.ui-spinner .ui-spinner-down {
    display: none;
}

body {
    /*background-color: #262626;*/
}

header {
    /*background-color: #444;*/
}

    header .logo {

        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

        header .logo img {

            object-fit: cover;
            width: 100%;
            height: 80%;
            margin-top: 5px;
        }

    header .content-header {
        /*background-color: transparent;*/
        background-color:#444;
    }

.content-wrapper {
    /*border-left-width: 1px;*/
    border-left-width: 0px;
    background-color: #fff;
    background-image: none;
}

.primary-actions {
    border-left-width: 0;
}

.actions a.btn,
.actions button.btn {
    border: none;
    background: none;
    padding: 0;
    color: #0088cc;
    font-weight: normal;
    margin-top: 10px;
    font-size: 15px;
}

.actions a.btn:not(:last-of-type) {
    padding-right: 7px;
    border-right: 1px solid #bababa;
    margin-right: 2px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background-color: #f6f6f6;
}


.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #f9faff;
}

/*.table-striped tbody > tr:nth-child(2n) > td, .table-striped tbody > tr:nth-child(2n) > th {
    background-color: #f9faff;
}*/

.modal {
    border-radius: 0;
}


.page-title {
    border-left-width: 1px;
    border-top-width: 1px;
}

nav > ul > li {
    border-bottom: solid thin #333;
    border-top: solid thin #505050;
    background-color: #444;
}

    nav > ul > li > .menu-item {
        color: #f2f2f2;
        display: block;
        padding: 7px 5px;
    }

        nav > ul > li > .menu-item:hover {
            background-color: #505050;
        }

    nav > ul > li > ul {
        background-color: #3C3C3C;
        border-top: thin solid #2f2f2f;
        box-shadow: none;
        clear: both;
        margin: 0;
        color: #fff;
    }

        nav > ul > li > ul > li > .menu-item {
            border-top: thin solid #333333;
            color: #C0C0C0;
            display: block;
            padding: 3px 10px;
        }

            nav > ul > li > ul > li > .menu-item:hover {
                background-color: #505050;
            }

nav .menu-item:hover {
    text-decoration: none;
}

nav > ul > #Home-Index {
    background-color: #035942;
    border-top: none;
}

    nav > ul > #Home-Index > a:hover {
        background-color: #087558;
    }

    nav > ul > #Home-Index .menu-item:hover {
        color: black;
    }


nav > ul > #Office-Maintenance {
    /*background-color:#48624a;*/
    background-color: #624848;
}

    nav > ul > #Office-Maintenance > label:hover {
        /*background-color:#48624a;*/
        background-color: #7D5C5B;
    }




    nav > ul > #Office-Maintenance label {
        color: #FFFFFF;
    }

#topDataTab {
    margin-bottom: 0;
}

.scroll-rail {
    background-color: #555555;
    margin: 21px 0 0 7px;
    width: 3px;
}

.scroll-bar {
    height: 200px;
    position: absolute;
    top: 20px;
    width: 16px;
}

    .scroll-bar .bar {
        background-color: #EEEEEE;
        border-radius: 3px 3px 3px 3px;
        height: 100%;
        width: 5px;
        margin: 0 6px;
        cursor: pointer;
    }

.nav-scroll {
    background-color: #262626;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
}




.login .banner {
    background-color: none;
}

    .login .banner h1 {
        color: #303068;
        font-size: 20px;
        margin: 0 10px;
    }

.login .btn-primary {
    background-color: #2D9500;
    border: 1px solid #000;
    width: 110px;
}

.login .forgot {
    background: #000000;
    border: medium none;
    clear: both;
    color: #FFFFFF;
    margin-top: 3px;
}

    .login .forgot:hover {
        color: #fff;
        text-decoration: none;
    }

.profile {
    height: 25px;
    position: absolute;
    right: 20px;
    top: 23px;
}

    .profile .user {
        border-right: 1px solid #333333;
        padding-right: 10px;
    }

        .profile .user a {
            color: #dd9a00;
            font-weight: 700;
            margin-left: 5px;
            text-decoration: underline;
        }

    .profile .sign-out {
        color: orange;
        font-weight: 600;
        margin-left: 10px;
    }

    .profile .user, .profile .sign-out {
        float: right;
    }


legend {
    border-color: #6aa6b5;
}

.control-collection {
    /*border: thin solid #CCCCCC;*/
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px 10px;
}

.masonry [class*="span"] {
    margin-right: 10px;
    box-shadow: none;
}

.time .ui-widget-content {
    background: none;
    border: none;
}

.time .ui-corner-all {
    border-radius: 0;
}

.time a:hover {
    cursor: pointer;
}

.time-spinner {
    width: 50px;
}

/*404*/

#notFound {
    position: relative;
    width: 580px;
    margin: 0 auto;
}

    #notFound label {
        font-size: 110px;
        height: 120px;
        position: relative;
        line-height: 1;
    }

    #notFound p {
        font-size: 17px;
        font-weight: bolder;
        left: 55px;
        position: absolute;
        top: 430px;
    }

/*JOBS*/

.overview {
    margin-right: 15px;
}

    .overview th {
        color: black;
        border-bottom: 1px solid #98989f;
        background-color: #F8F8F8;
    }

    .overview .table-hover tbody tr:hover > td {
        background-color: #E4E4F6;
    }

    .overview table .job-number {
        width: 90px;
    }

    .overview table .works-order-number {
        width: 150px;
    }

    .overview table .job-limit {
        width: 65px;
    }

    .overview table .job-description {
        width: 350px;
    }

    .overview table .net-amount {
        width: 85px;
    }

    .overview table .job-raised {
        width: 80px;
    }

    .overview table td {
        font-size: 11px;
        line-height: 20px;
    }

    .overview table tr {
        height: 23px;
        /*cursor: pointer;*/
    }

.jobs .search-query {
    width: 193px;
}

.job-costs, .job-dockets {
    min-height: 118px;
}

.job-comments {
    min-height: 170px;
}

.job-commentborder {
    margin-top: 20px;
}

.job .photos {
    float: left;
}

.job .bx-wrapper .bx-prev {
    left: -50px;
    z-index: 1;
}

.job .bx-wrapper .bx-next {
    right: -50px;
    z-index: 1;
}

.job #contractual-job {
    display: none;
}

.job .on-site-resource a {
    display: block;
    float: left;
    margin-right: 1px;
}

@media screen and (min-width:1715px) {

    .job .photos {
        width: 1464px;
    }

    .job .risk-assessment {
        width: 965px;
    }

    .risk-assessment .other-text {
        width: 500px;
    }
}

@media screen and (min-width:1213px) and (max-width:1714px) {

    .job .photos {
        width: 962px;
    }

    .job .risk-assessment {
        width: 965px;
    }

    .risk-assessment .other-text {
        width: 500px;
    }
}

@media screen and (max-width:1212px) {

    .job .photos {
        width: 460px;
    }

    .job .risk-assessment {
        width: 460px;
    }

    .risk-assessment .other-text {
        width: 300px;
    }
}

@media screen and (max-width:1279px) {

    .job .bx-wrapper .bx-prev {
        left: 0;
        margin: 10px;
        top: 100%;
    }

    .job .bx-wrapper .bx-next {
        right: 0;
        margin: 10px;
        top: 100%;
    }
}



.job .risk-question {
    border: thin solid;
    padding: 15px;
}

.job .risk-answer {
}

.job .dockets {
    list-style: none;
    height: 180px;
}


    .job .dockets > li {
        float: left;
        margin-right: 5px;
        width: 64px;
        height: 84px;
        position: relative;
    }

        .job .dockets > li > a {
            cursor: pointer;
        }

            .job .dockets > li > a > img {
                float: left;
            }

        .job .dockets > li label {
            clear: both;
            float: left;
            text-align: center;
            width: 64px;
            word-wrap: break-word;
        }

/*flow-root is supported by all modern browsers and does what clearfix does but saves having to modify the html*/
/*as ul.documents is used by many editors, this is the safest way to ensure correct height fix is applied to all document editors*/
.job .documents {
    list-style: none;
    /*height: 180px;*/
    display: flow-root;
}

/* IE10-11 only, does not apply to any other browser */
/* display flow-root is not supported in IE11, but overflow auto is the best nearest alternative */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .edit > ul.documents {
        overflow: auto;
    }
}

/*because li height is no longer fixed, we must clear both on the 1st li of each row for the li's to flow next to each and not (sometimes) stack.*/
/*by default there are 6 li's per row, override this value if your documents collection has more or less li's per row*/
.documents > li:nth-child(6n+1) {
    clear: both;
}

    .job .documents > li {
        float: left;
        margin-right: 5px;
        width: 64px;
        min-height: 84px;
        position: relative;
    }

        .job .documents > li > a {
            cursor: pointer;
        }

            .job .documents > li > a > img {
                float: left;
            }

        .job .documents > li label {
            clear: both;
            float: left;
            text-align: center;
            width: 64px;
            word-wrap: break-word;
        }

.siterecord .documents {
    list-style: none;
    /*height: 180px;*/
    display: flow-root;
}

    .siterecord .documents > li {
        float: left;
        margin-right: 5px;
        width: 64px;
        min-height: 84px;
        position: relative;
    }

        .siterecord .documents > li > a {
            cursor: pointer;
        }

            .siterecord .documents > li > a > img {
                float: left;
            }

        .siterecord .documents > li label {
            clear: both;
            float: left;
            text-align: center;
            width: 64px;
            word-wrap: break-word;
        }

.survey .documents {
    list-style: none;
    /*height: 180px;*/
    display: flow-root;
}


    .survey .documents > li {
        float: left;
        margin-right: 5px;
        width: 64px;
        min-height: 84px;
        position: relative;
    }

        .survey .documents > li > a {
            cursor: pointer;
        }

            .survey .documents > li > a > img {
                float: left;
            }

        .survey .documents > li label {
            clear: both;
            float: left;
            text-align: center;
            width: 64px;
            word-wrap: break-word;
        }

.survey .photos {
    list-style: none;
    height: 180px;
}


    .survey .photos > li {
        float: left;
        margin-right: 5px;
        width: 64px;
        height: 84px;
        position: relative;
    }

        .survey .photos > li > a {
            cursor: pointer;
        }

            .survey .photos > li > a > img {
                float: left;
            }

        .survey .photos > li label {
            clear: both;
            float: left;
            text-align: center;
            width: 64px;
            word-wrap: break-word;
        }

.incident .documents {
    list-style: none;
    /*height: 180px;*/
    display: flow-root;
}


    .incident .documents > li {
        float: left;
        margin-right: 5px;
        width: 64px;
        min-height: 84px;
        position: relative;
    }

        .incident .documents > li > a {
            cursor: pointer;
        }

            .incident .documents > li > a > img {
                float: left;
            }

        .incident .documents > li label {
            clear: both;
            float: left;
            text-align: center;
            width: 64px;
            word-wrap: break-word;
        }

.incident .photos {
    list-style: none;
    height: 180px;
}


    .incident .photos > li {
        float: left;
        margin-right: 5px;
        width: 64px;
        height: 84px;
        position: relative;
    }

        .incident .photos > li > a {
            cursor: pointer;
        }

            .incident .photos > li > a > img {
                float: left;
            }

        .incident .photos > li label {
            clear: both;
            float: left;
            text-align: center;
            width: 64px;
            word-wrap: break-word;
        }

.site .documents {
    list-style: none;
    /*height: 180px;*/
    display: flow-root;
}

.site-audit .documents {
    list-style: none;
    /*height: 180px;*/
    display: flow-root;
}

    .site-audit .documents > li {
        float: left;
        margin-right: 5px;
        width: 64px;
        min-height: 84px;
        position: relative;
    }

        .site-audit .documents > li > a {
            cursor: pointer;
        }

            .site-audit .documents > li > a > img {
                float: left;
            }

        .site-audit .documents > li label {
            clear: both;
            float: left;
            text-align: center;
            width: 64px;
            word-wrap: break-word;
        }

.table thead th {
    vertical-align: top;
    /*background-color: #f9f9f9;*/
    color: #727272;
}

.site .documents > li {
    float: left;
    margin-right: 5px;
    width: 64px;
    min-height: 84px;
    position: relative;
}

    .site .documents > li > a {
        cursor: pointer;
    }

        .site .documents > li > a > img {
            float: left;
        }

    .site .documents > li label {
        clear: both;
        float: left;
        text-align: center;
        width: 64px;
        word-wrap: break-word;
    }

.quote .documents {
    list-style: none;
    /*height: 180px;*/
    display: flow-root;
}


    .quote .documents > li {
        float: left;
        margin-right: 5px;
        width: 64px;
        min-height: 84px;
        position: relative;
    }

        .quote .documents > li > a {
            cursor: pointer;
        }

            .quote .documents > li > a > img {
                float: left;
            }

        .quote .documents > li label {
            clear: both;
            float: left;
            text-align: center;
            width: 64px;
            word-wrap: break-word;
        }

.quotesummary #ibnModal .modal-body {
    height: 70px;
}

.quotesummary .documents {
    list-style: none;
    /*height: 180px;*/
    display: flow-root;
}


    .quotesummary .documents > li {
        float: left;
        margin-right: 5px;
        width: 64px;
        min-height: 84px;
        position: relative;
    }

        .quotesummary .documents > li > a {
            cursor: pointer;
        }

            .quotesummary .documents > li > a > img {
                float: left;
            }

        .quotesummary .documents > li label {
            clear: both;
            float: left;
            text-align: center;
            width: 64px;
            word-wrap: break-word;
        }

.contract .documents {
    list-style: none;
    /*height: 180px;*/
    display: flow-root;
}


    .contract .documents > li {
        float: left;
        margin-right: 5px;
        width: 64px;
        min-height: 84px;
        position: relative;
    }

        .contract .documents > li > a {
            cursor: pointer;
        }

            .contract .documents > li > a > img {
                float: left;
            }

        .contract .documents > li label {
            clear: both;
            float: left;
            text-align: center;
            width: 64px;
            word-wrap: break-word;
        }
/*QUOTES*/

.quotes .quote-description {
    min-height: 200px;
}

.quote-management {
    min-height: 530.5px;
}

.quote-managementupdate {
    min-height: 580.4px;
}

.quote .quoteDocuments {
    width: 960px;
}

.quotesummary .quoteDocuments {
    width: 960px;
}

/*TEAMS*/
.team-description {
    min-height: 379px;
}

.team-management {
    min-height: 379px;
}

/*SKILLS*/
.skills .skill-description {
    min-height: 120px;
}

.skills table {
    width: 482px;
}

.skills .icon-remove:hover {
    background-image: url("/Content/images/glyphicons-halflings-themed.png");
}

.skills table .name {
}

.skills table .expires {
    width: 40px;
}

.skills table .expiry-date {
    width: 80px;
}

.skills table .table-actions {
    width: 10px;
}

.skills #HiddenCreate {
    display: none;
}

/*STAFF*/
.staff .staff-description {
    min-height: 200px;
}

.staff .address-description {
    min-height: 200px;
}

.staff .contact-description {
    min-height: 200px;
}

.staff .skill-description {
    min-height: 100px;
}

#DocketModal .modal-body {
    height: 135px;
}

/*SITE*/
.site .move-actions {
    width: 55px;
}

    .site .move-actions a {
        display: block;
        float: left;
        margin-right: 1px;
    }

.site .priority {
    width: 20px;
}

.site .siteDocuments {
    width: 960px;
}

.site .icon-arrow-up:hover {
    background-image: url("/Content/images/glyphicons-halflings-green.png");
}

.site .icon-arrow-down:hover {
    background-image: url("/Content/images/glyphicons-halflings-green.png");
}

.site .icon-remove:hover {
    background-image: url("/Content/images/glyphicons-halflings-themed.png");
}

.site .comment-text {
    max-width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#ViewCommentModal .modal-body {
    min-height: 50px;
}

.invoice #InvoiceModal label {
    cursor: default;
}

/*Customer*/
/*.span12
{
    width: 460px;
    height: 395px;
}*/

.member {
    margin: 0 !important;
}

.member-type {
    padding: 10px 0 5px;
    margin-bottom: 5px;
}

    .member-type .control-group {
        margin-bottom: 5px;
    }

.invoice label.dockets {
    margin-left: 1px;
}

.system-users .member {
    margin-bottom: 5px;
}

.invoice li.dockets {
    margin-left: 25px;
}

/*Customer*/
.table-Actions-Spacing td:first-child {
    width: 18px;
}


/*Finished Jobs*/

.risk-assessment .table td {
    padding: 0;
    border: none;
}

.risk-assessment .answer-container {
    width: 50px;
}



.risk-assessment .answer {
    width: inherit;
    height: 38px;
    border: none;
    border-left: 1px solid #999999;
    text-align: center;
    line-height: 37px;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(bottom, rgb(235,235,235) 11%, rgb(255,255,255) 70% /*, rgb(227,227,227) 100%*/ );
    background-image: -o-linear-gradient(bottom, rgb(235,235,235) 11%, rgb(255,255,255) 70% /*, rgb(227,227,227) 100%*/ );
    background-image: -moz-linear-gradient(bottom, rgb(235,235,235) 11%, rgb(255,255,255) 70% /*, rgb(227,227,227) 100%*/ );
    background-image: -webkit-linear-gradient(bottom, rgb(235,235,235) 11%, rgb(255,255,255) 70% /*, rgb(227,227,227) 100%*/ );
    background-image: -ms-linear-gradient(bottom, rgb(235,235,235) 11%, rgb(255,255,255) 70% /*, rgb(227,227,227) 100%*/ );
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.11, rgb(235,235,235)), color-stop(0.7, rgb(255,255,255)) /*, color-stop(1, rgb(227,227,227)) */ );
}

.risk-assessment .answer-checked.yes {
    background: #afffb2; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmZmZiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NGVkOGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #afffb2 0%, #84ed8a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afffb2), color-stop(100%,#84ed8a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #afffb2 0%,#84ed8a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #afffb2 0%,#84ed8a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #afffb2 0%,#84ed8a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #afffb2 0%,#84ed8a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afffb2', endColorstr='#84ed8a',GradientType=0 ); /* IE6-8 */
}

.risk-assessment .answer-checked.no {
    background: #ffb1af; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjFhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjg4ODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffb1af 0%, #ef8888 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb1af), color-stop(100%,#ef8888)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb1af 0%,#ef8888 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb1af 0%,#ef8888 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb1af 0%,#ef8888 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffb1af 0%,#ef8888 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb1af', endColorstr='#ef8888',GradientType=0 ); /* IE6-8 */
}

.risk-assessment .answer-checked.na {
    background: #b2ddff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyZGRmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YWNhZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #b2ddff 0%, #8acaf2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2ddff), color-stop(100%,#8acaf2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b2ddff 0%,#8acaf2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b2ddff 0%,#8acaf2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b2ddff 0%,#8acaf2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b2ddff 0%,#8acaf2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2ddff', endColorstr='#8acaf2',GradientType=0 ); /* IE6-8 */
}

.risk-assessment .questions thead th {
    color: #fff;
    margin-bottom: 3px;
    background: #565656; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NTY1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzFjMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #565656 0%, #1c1c1c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#1c1c1c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #565656 0%,#1c1c1c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #565656 0%,#1c1c1c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #565656 0%,#1c1c1c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #565656 0%,#1c1c1c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-8 */
}

.risk-assessment .questions tbody tr {
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}

.risk-assessment .questions tbody td:first-child {
    line-height: 37px;
    padding-left: 15px;
}

.weekly-checklist .questions table td {
    padding: 0;
}

.weekly-checklist .answer-container {
    width: 50px;
    padding-left: 0px;
    padding-right: 0px;
}

.weekly-checklist .answer {
    width: inherit;
    height: 38px;
    border: none;
    border-left: 1px solid #999999;
    text-align: center;
    line-height: 37px;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(bottom, rgb(235,235,235) 11%, rgb(255,255,255) 70% /*, rgb(227,227,227) 100%*/ );
    background-image: -o-linear-gradient(bottom, rgb(235,235,235) 11%, rgb(255,255,255) 70% /*, rgb(227,227,227) 100%*/ );
    background-image: -moz-linear-gradient(bottom, rgb(235,235,235) 11%, rgb(255,255,255) 70% /*, rgb(227,227,227) 100%*/ );
    background-image: -webkit-linear-gradient(bottom, rgb(235,235,235) 11%, rgb(255,255,255) 70% /*, rgb(227,227,227) 100%*/ );
    background-image: -ms-linear-gradient(bottom, rgb(235,235,235) 11%, rgb(255,255,255) 70% /*, rgb(227,227,227) 100%*/ );
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.11, rgb(235,235,235)), color-stop(0.7, rgb(255,255,255)) /*, color-stop(1, rgb(227,227,227)) */ );
}

.weekly-checklist .answer-checked.yes {
    background: #afffb2; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmZmZiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NGVkOGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #afffb2 0%, #84ed8a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afffb2), color-stop(100%,#84ed8a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #afffb2 0%,#84ed8a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #afffb2 0%,#84ed8a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #afffb2 0%,#84ed8a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #afffb2 0%,#84ed8a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afffb2', endColorstr='#84ed8a',GradientType=0 ); /* IE6-8 */
}

.weekly-checklist .answer-checked.no {
    background: #ffb1af; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjFhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjg4ODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffb1af 0%, #ef8888 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb1af), color-stop(100%,#ef8888)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb1af 0%,#ef8888 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb1af 0%,#ef8888 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb1af 0%,#ef8888 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffb1af 0%,#ef8888 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb1af', endColorstr='#ef8888',GradientType=0 ); /* IE6-8 */
}

.weekly-checklist .questions thead th {
    color: #fff;
    margin-bottom: 3px;
    background: #565656; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NTY1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzFjMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #565656 0%, #1c1c1c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#1c1c1c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #565656 0%,#1c1c1c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #565656 0%,#1c1c1c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #565656 0%,#1c1c1c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #565656 0%,#1c1c1c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-8 */
}

.weekly-checklist .questions tbody tr {
    border: 1px solid #ccc;
}

.weekly-checklist .questions tbody td:first-child {
    line-height: 37px;
    padding-left: 15px;
}


#JobNotDoneModal .modal-body {
    height: 200px;
}

#WorkplanModal .modal-body {
    height: 120px;
}

.site-contract .radioSchedule {
    display: inline;
}

.generate-modal-body {
    min-height: 100px;
    padding: 15px;
}

.documentDropDown {
    display: inline-block;
}

.includeDockets {
    display: inline-block;
    float: left;
}

.customer-details {
    display: block;
    position: relative;
}

.sub-tab .nav-tabs > .active > a,
.sub-tab .nav-tabs > .active > a:hover,
.sub-tab .nav-tabs > .active > a:focus {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 20px;
    border: none;
    border-left: 1px solid;
    border-left-color: #0088CC;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    color: #0088CC;
    text-decoration: underline;
}

.sub-tab .nav-tabs > li > a {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 20px;
    border: none;
    border-left: 1px solid;
    border-left-color: #0088CC;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

    .sub-tab .nav-tabs > li > a:hover {
        background: none;
    }

.sub-tab .nav-tabs > .active:first-child > a,
.sub-tab .nav-tabs > li:first-child > a {
    border-left: none;
    margin-left: 8px;
}

.calendar {
    float: left;
}

    .calendar .calendar-table {
        margin-left: 1px;
    }

        .calendar .calendar-table .corner {
            border: 1px solid black;
            text-align: center;
            font-size: large;
            font-weight: bold;
            width: 200px;
            height: 30px;
            background-color: #C8D7EC;
        }

        .calendar .calendar-table .topRow {
            border-left: 1px solid black;
            border-right: 1px solid black;
            border-top: 1px solid black;
            text-align: center;
            font-size: large;
            font-weight: bold;
            width: 200px;
            height: 30px;
            background-color: #C8D7EC;
        }

        .calendar .calendar-table .secondRow {
            border-left: 1px solid black;
            border-right: 1px solid black;
            border-bottom: 1px solid black;
            text-align: center;
            font-size: large;
            font-weight: bold;
            width: 200px;
            height: 30px;
            background-color: #A6C0E1;
        }

        .calendar .calendar-table .cell {
            text-align: left;
            border-left: solid 1px black;
            border-bottom: solid 1px black;
            border-top: solid 1px black;
            padding-left: 5px;
            width: 185px;
            height: 25px;
            background-color: #DCE8D6;
            table-layout: fixed;
            word-wrap: hyphenate;
        }

        .calendar .calendar-table .cellActions {
            border-right: solid 1px black;
            border-top: solid 1px black;
            border-bottom: solid 1px black;
            width: 15px;
            height: 25px;
            background-color: #DCE8D6;
        }

        .calendar .calendar-table .skillCell {
            text-align: left;
            border-left: solid 1px black;
            border-bottom: solid 1px black;
            border-top: solid 1px black;
            padding-left: 5px;
            width: 185px;
            height: 25px;
            background-color: #ff948f;
            table-layout: fixed;
            word-wrap: hyphenate;
        }

        .calendar .calendar-table .skillCellActions {
            border-right: solid 1px black;
            border-top: solid 1px black;
            border-bottom: solid 1px black;
            width: 15px;
            height: 25px;
            background-color: #ff948f;
        }

        .calendar .calendar-table .blankCell {
            text-align: left;
            border: solid 1px black;
            padding-left: 5px;
            width: 185px;
            height: 25px;
            background-color: #e6e6e6;
        }

        .calendar .calendar-table .blankCellActions {
            border-right: solid 1px black;
            border-top: solid 1px black;
            border-bottom: solid 1px black;
            width: 15px;
            height: 25px;
            background-color: #e6e6e6;
        }

.timesheet .timesheet-table thead td {
    border: solid 2px black;
    text-align: center;
    width: 125px;
    height: 30px;
    font-weight: bold;
    background-color: #C8D7EC;
}

.timesheet .timesheet-table tbody td {
    border: solid 1px black;
    border-left: solid 2px black;
    border-right: solid 2px black;
    text-align: center;
    width: 125px;
    height: 30px;
    font-weight: normal;
    background-color: #FFFFFF;
}

.customer .disabledCheck {
    width: 10px;
    height: 10px;
    border: 1px solid #8b8b8b;
    background: #FAFAFA;
    margin-top: 6px;
    display: inline-block;
    /*EEEEEE*/
}

.comment-action-options {
    display: inline-block;
    margin-right: -20px;
    margin-left: 65px;
}

.comment-text-buttons {
    display: inline-block;
}

.comment-radio-buttons {
    display: inline-block;
    margin-right: 45px;
}

/*ICONS*/
.cicon-tip {
    background: url("/content/images/tip.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 30px;
    position: absolute;
    right: -8px;
    top: 0px;
    width: 10px;
    cursor: help;
}

.small-warning {
    font-size: 10px;
    color: grey;
    margin-left: 30px;
}

.asset .equipment-image {
    width: 275px;
}

.asset #imagePreview {
    width: 100px;
    height: 100px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
}

.workinstruction .loading-sheet {
    display: inline-block;
}

.details .accidents {
    display: inline-block;
}

.details .observations {
    display: inline-block;
}

.loading-sheet .actions a {
    display: inline-block;
}

.loading-sheet .equipment {
    width: 500px;
}

.left-align {
    width: 225px;
    float: left;
    padding-bottom: 5px;
}

.schedule-filter {
    display: inline-block;
    height: 28px;
    padding: 0px 20px;
}

.callprotocol {
    width: 350px;
    height: 200px;
}

#widataTab {
    width: 1200px;
}

.outOfHours table tbody tr[data-selectable] {
    cursor: pointer;
}

.assignOOH {
    width: 1500px;
}

.font-super-script {
    position: relative;
    top: -0.3em;
    font-size: 80%;
    line-height: 80%;
}

.float-right {
    float: right;
}

/*.datepicker[readonly] {
    pointer-events: none;
    -moz-user-focus: -moz-none;
    user-focus: none;
}*/


/*single css property helpers*/ 
.text-align-center {
    text-align: center;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.pointer-events-none {
    pointer-events: none;
}

.no-wrap {
    white-space: nowrap;
}

.tp-wrap {
    position: relative;
    height: 100%;
    width: 100%;
}

    .tp-wrap .tp-pop-con {
        display: none;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 20px;
        height: 20px;
        background-color: #5b5b5b;
        color: #fff;
        padding-left: 4px;
        cursor: ne-resize;
        z-index: 3;
    }

    .tp-wrap:hover .tp-pop-con {
        display: block;
        opacity: 0.15;
    }

    .tp-wrap:hover textarea {
        /*padding-bottom: 20px;*/
    }

    .tp-wrap:hover .tp-pop-con:hover {
        opacity: 1;
    }

.tp-pop-modal {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9999;
}

    .tp-pop-modal .con {
        width: 100%;
        height: 100%;
        display: table;
        position: relative;
        z-index: 9999999;
    }

    .tp-pop-modal .bg {
        opacity: 0.5;
        background-color: #000;
        width: 100%;
        height: 100%;
        position: absolute;
    }


    .tp-pop-modal .tp-modal-in {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

        .tp-pop-modal .tp-modal-in .tp-text {
            resize: both;
            width: 500px;
            height: 300px;
            padding: 5px;
        }


#wi #activeDrawings tr td:nth-of-type(2) {
    white-space: nowrap;
}

#wi #activeDrawings th:nth-of-type(3) {
    width: 10%;
}

#wi #activeDrawings tr td:nth-of-type(3) {
    text-align: center;
}

#wi #activeDocuments tr td:nth-of-type(2) {
    white-space: nowrap;
}

#wi #activeDocuments th:nth-of-type(3) {
    width: 10%;
}

#wi #activeDocuments tr td:nth-of-type(3) {
    text-align: center;
}

#wi #shiftProgress table tbody tr td:first-child {
    white-space: nowrap;
}

#wi #activeLoadingSheets tr th {
    white-space: nowrap;
}

#wi input.transition-500ms {
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s
}

#wi #StartDate {
    width: 102px;
}


#wi .start-date-scheduler-link {
    font-size: 12px;
    top: 1px;
    position: relative;
    margin-left: 7px;
}

#wi #ReasonNotes {
    height: 125px;
}

#wi #shiftStaff table tbody tr td:first-of-type,
#wi #shiftVehicles table tbody tr td:first-of-type {
    white-space: nowrap;
}

#wi .form-horizontal label[for="StateInductionRequirement"] {
    position: absolute;
    width: 185px;
    left: -15px;
}

#wi .protection-header {
    font-weight: bold;
    margin-bottom: 3px;
}

#wi .protection-footer {
    text-align: center;
    font-style: italic;
    font-size: 12px;
    margin-top: 5px;
}

#wi .shift-type {
    padding: 3px 40px 3px 40px;
    line-height: normal;
    margin-right: 2px;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: unset !important;
}

#wi .shift-type.active {
    background-color: #8bec7c;
}

#wi #shiftStaff table tr[data-rowdata*="Agency Required"] td:nth-child(2),
#wi .shiftstaff-container .shiftstaff-table .agency-required {
    color: #b30000;
}

#wi #shiftStaff tbody tr td:last-of-type,
#wi #shiftVehicles tbody tr td:last-of-type {
    width: 135px;
}

#wi #EmployeeID-modal tbody tr td:last-of-type,
#wi #VehicleID-modal tbody tr td:last-of-type {
    width: 80px;
}

#wi .shiftstaff-container .shiftstaff-table {
    margin-bottom: 2px;
}

#wi .shiftstaff-container .shiftstaff-table tr td:first-child {
    width: 160px;
}

#wi .shiftvehicle-container .shiftvehicle-table {
    margin-bottom: 2px;
}

#wi .shiftvehicle-container .shiftvehicle-table tr td:first-child {
    width: 160px;
}

#wi-container td.readonly {
    background-color: #eee;
}

/*table-input*/
#wi-container .form-horizontal .table-input {
    font-size: 14px;
    width: calc(100% - 12px);
    height: 27px;
    padding: 0;
    border: none;
    vertical-align: top;
}

#wi-container .form-horizontal .table-input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#wi-container .form-horizontal .table-input[readonly] {
    cursor: default;
}

#wi-container #CancelWorkInstructionIDs-modal {
    width: 900px;
    margin-left: -450px;
}

#wi-container #VehicleID-modal {
    width: 700px;
    margin-left: -350px;
}

#wi-container #workinstruction-shiftstaff-modal .modal-title > a:hover {
    color: #08c;
}

#wi-container #workinstruction-shiftvehicles-modal .modal-title > a:hover {
    color: #08c;
}


/*containers*/
#t {
    height: 100%;
}

#t > form {
    height: 100%;
    margin: 0;
}

#t .top {
    height: 205px;
    width: 1300px;
}

/*save-button*/
#t .save-button.dirty {
    background-color: #ca5f00;
}

/*filters*/
#t #filters-fieldset {
    float: left;
    min-height: 155px;
    width: 650px;
    margin-right: 20px;
}

#t .filters-left {
    float: left;
    width: 270px;
}

#t .filters-right {
    width: 350px;
    float: left;
}

#t .search-button[disabled],
#t .search-button[disabled]:hover {
    opacity: 0.55;
    background-color: #0044cc;
}

/*info*/
#t #info-fieldset,
#t #info-fieldset label {
    font-size: 13px;
}

#t #info-fieldset .control-label {
    width: 115px;
    margin: 0 10px 3px 0;
    padding: 0;
}

#t #info-fieldset .control-text {
    margin: 0;
    padding: 0;
}

#t #info-fieldset .info-left {
    float: left;
    width: 300px;
    border-right: 1px solid #c2c2c2;
}

#t #info-fieldset .info-right {
    overflow: auto;
}

#t #info-fieldset .info-right .control-label {
    margin-left: 25px;
    float: none;
    text-align: left;
}

#t #info-fieldset .info-right .control-text {
    margin-left: 25px;
}

#t #info-fieldset .info-address {
    max-height: 155px;
    line-height: 22px;
    white-space: pre-line;
}

/*table-lookup*/
#t .table-lookup {
    line-height: 24px;
    width: 150px;
}

#t .table-lookup .control-group .controls {
    margin: 0;
}

#t .table-lookup .control-group .controls .selected {
    height: 19px;
    border: none;
    width: calc(100% - 38px);
}

#t .table-lookup .control-group .controls .selected:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#t .table-lookup .control-group .controls .lookup-button {
    left: initial;
    right: -1px;
    top: -1px;
    height: 27px;
    background-position: -2px -60px;
}

#t .table-lookup .control-group .controls .lookup-button:hover {
    background-position: -2px -30px;
}

#t .table-lookup .control-group .controls .lookup-button.disabled,
#t .table-lookup .control-group .controls .lookup-button.disabled:hover {
    background-position: -2px 0px;
    cursor: default;
}

#t .table-lookup .control-group .controls .li-remove {
    right: 31px;
    top: 1px;
}

/*table-text*/
#t .table-input {
    width: calc(100% - 12px);
    height: 27px;
    padding: 0 6px;
    border: none;
    vertical-align: top;
}

#t .table-input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#t .table-input[readonly] {
    cursor: default;
}

/*table-input-time*/
#t .table-input-time {
    float: left;
    width: calc(50% - 9px);
    height: 27px;
    padding: 0 4px;
    border: none;
    text-align: center;
}

#t .table-input-time:first-of-type {
    border-right: 1px solid #DDDDDD;
}

#t .table-input-time:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#t .table-input-time[readonly] {
    cursor: default;
}

#t .timesheet.edited .table-input-time {
    background-color: #ebffe9
}

/*info*/
#t #info-fieldset {
    width: 600px;
}

/*max-row-limit*/
#t .max-row-limit {
    font-size: 14px;
    color: #005ed7;
    vertical-align: top;
    top: 1px;
    position: relative;
    margin-left: 6px;
}

/*timesheets-fieldset*/
#t #timesheets-fieldset {
    height: calc(100% - 270px);
    min-height: 150px;
}

/*timesheets*/
#t #timesheets-table {
    font-size: 11px;
    white-space: nowrap;
    width: min-content;
    border-top: none;
}

#t #timesheets-table > thead > tr > th,
#t #timesheets-table > tbody > tr > td > span {
    padding: 0 6px;
}

#t #timesheets-table > tbody > tr > td {
    padding: 0;
}

#t #timesheets-table > tbody > tr.row-error,
#t #timesheets-table > tbody > tr.row-error .table-lookup .selected,
#t #timesheets-table > tbody > tr.row-error .table-input[readonly] {
    background-color: #f2dede;
}

#t #timesheets-table > tbody > tr.active,
#t #timesheets-table > tbody > tr.active .table-lookup .selected,
#t #timesheets-table > tbody > tr.active .table-input[readonly] {
    background-color: #deecff;
}

#t #timesheets-table > tbody > tr.active .col-driving-time,
#t #timesheets-table > tbody > tr.active .col-passenger-time,
#t #timesheets-table > tbody > tr.active .col-break-time,
#t #timesheets-table > tbody > tr.active .col-working-time {
    background-color: #fff;
}

/*timesheets-table-container*/
#t .timesheets-table-container {
    display: inline-block;
    height: 100%;
    overflow: auto;
    padding-right: 25px;
}

/*timesheets stick header*/
#t #timesheets-table > thead > tr > th {
    position: sticky;
    top: 0px;
    z-index: 2;
    background-color: white;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #ddd;
}

/*columns*/
#t #timesheets-table > tbody > tr:not(.active,.row-error) > td.col-day,
#t #timesheets-table > tbody > tr:not(.active,.row-error) > td.col-date,
#t #timesheets-table > tbody > tr:not(.active,.row-error) > td.col-contract,
#t #timesheets-table > tbody > tr:not(.active,.row-error) > td.col-work-instruction,
#t #timesheets-table > tbody > tr:not(.active,.row-error) > td.col-site,
#t #timesheets-table > tbody > tr:not(.active,.row-error) > td.col-employee,
#t #timesheets-table > tbody > tr:not(.active,.row-error) > td.col-agency,
#t #timesheets-table > tbody > tr:not(.active,.row-error) > td.col-vehicle,
#t #timesheets-table > tbody > tr:not(.active,.row-error) > td.col-status,
#t #timesheets-table > tbody > tr:not(.active,.row-error) > td.col-total {
    background-color: #f6f6f6;
}

#t #timesheets-table > tbody > tr > td.col-work-instruction .table-lookup {
    width: 90px;
}

#t #timesheets-table > tbody > tr > td.col-employee .table-lookup {
    width: 120px;
}

#t #timesheets-table > tbody > tr > td.col-vehicle .table-lookup {
    min-width: 140px;
    width: auto;
}

#t #timesheets-table > tbody > tr > td.col-status[data-status="Submitted"] {
    background-color: #caffc5;
}
#t #timesheets-table > tbody > tr > td.col-status[data-status="Submit to Accounts"] {
    background-color: #c5d4ff;
}
#t #timesheets-table > tbody > tr > td.col-status[data-status="HQ Approval"] {
    background-color: #ffe6c5;
}
#t #timesheets-table > tbody > tr > td.col-status[data-status="OM Approval"] {
    background-color: #fffbc5;
}

#t #timesheets-table > tbody > tr > td.col-status > span {
    display: block;
}
#t #timesheets-table > tbody > tr > td.col-status > span[title]:hover {
    color: #005580;
}

#t #timesheets-table > thead > tr > th.col-driving-time,
#t #timesheets-table > tbody > tr > td.col-driving-time,
#t #timesheets-table > thead > tr > th.col-passenger-time,
#t #timesheets-table > tbody > tr > td.col-passenger-time,
#t #timesheets-table > thead > tr > th.col-break-time,
#t #timesheets-table > tbody > tr > td.col-break-time,
#t #timesheets-table > thead > tr > th.col-working-time,
#t #timesheets-table > tbody > tr > td.col-working-time,
#t #timesheets-table > thead > tr > th.col-total,
#t #timesheets-table > tbody > tr > td.col-total {
    border-left: 1px solid #737373;
}

#t #timesheets-table > tbody > tr > td.col-total {
    text-align: center;
}

#t #timesheets-table > tbody > tr > td.background-yellow {
    background-color: #fff998 !important;
}

#t #timesheets-table > tbody > tr > td.background-red {
    background-color: #ff9898 !important;
}

#t #timesheets-table > tbody > tr > td.col-signature {
    text-align: center;
}

#t #timesheets-table > tbody > tr > td.col-actions button {
    height: 21px;
    margin: 3px;
    padding: 0 7px;
    font-size: 12px;
    vertical-align: top;
}

#t #timesheets-table > tbody > tr > td.col-actions button:not(:last-child) {
    margin-right: 1px;
}

#t #timesheets-table > tbody > tr > td.col-actions button:not(:first-child) {
    margin-left: 0px;
}

/*filter modals*/
#t #Filter-WorkInstructionID-modal {
    width: 900px;
    margin-left: -450px;
}

/*table modals*/
#t #timesheets-table tbody .modal table {
    font-size: 13px;
}

#t #timesheets-table > tbody > tr > td.col-work-instruction .modal {
    width: 900px;
    margin-left: -450px;
}

/*expand*/
#t .expand,
#t .expand-all {
    width: 17px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #404040;
    opacity: 0.7;
    vertical-align: top;
    margin-top: 6px;
}

#t .expand.icon-plus,
#t .expand-all.icon-plus {
    background-position: -406px -96px;
}

#t .expand.icon-minus,
#t .expand-all.icon-minus {
    background-position: -431px -96px;
}

#t .expand:hover,
#t .expand-all:hover {
    border: 1px solid #00029d;
    background-color: #e8e8e8;
    cursor: pointer;
}

/*notes modal*/
#t-container #timesheet-notes-modal .modal-body {
    max-height: 515px;
}

#t-container .notes-container .note {
    border: 1px solid #8e8e8e;
    margin-bottom: 5px;
    padding: 3px;
    background-color: #e6e6e6;
}

#t-container .notes-container .note .body textarea {
    width: calc(100% - 14px);
    height: 80px;
    cursor: initial;
}

#t-container .notes-container .note .footer {
    font-size: 12px;
    color: #3c3c3c;
    padding: 3px 1px 1px;
}

#t-container .notes-container .note .footer .posted-by {
    display: inline-block;
    padding: 3px 5px;
}

#t-container .notes-container .note .footer button {
    width: 85px;
    line-height: 16px;
    font-size: 12px;
    padding: 4px;
}

#t-container #timesheet-notes-modal .modal-footer #Add-Note {
    float: left;
}

#t-container #timesheet-notes-modal .general-error {
    text-align: center;
    margin-top: 120px;
    font-size: 22px;
}

/*popup image*/
#t-container .popup-image-file {
    max-height: 300px;
    margin: 0 auto;
    display: block;
}

/*modal fade*/
/*#t-container .modal.fade {
    -webkit-transition: opacity 0s linear;
    -moz-transition: opacity 0s linear;
    -ms-transition: opacity 0s linear;
    -o-transition: opacity 0s linear;
    transition: opacity 0s linear;
}*/

/*#t-container .modal.fade.in {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}*/


/*containers*/
#gt {
    height: 100%;
}

#gt > form {
    height: 100%;
    margin: 0;
}

/*tasks*/
#gt #tasks-fieldset {
    float: left;
    height: calc(100% - 52px);
    width: 420px;
    margin-right: 20px;
    margin-left: 10px;
}

#gt .tasks {
    height: calc(100% - 90px);
    overflow: auto;
    margin-top: 10px;
    padding-right: 10px;
}

#gt .task {
    position: relative;
    margin-bottom: 5px;
    border: 1px solid #888;
}

#gt .task:hover {
    border: 1px solid blue;
    cursor: pointer;
}

#gt .task.active {
    border: 1px solid blue;
}

#gt .task-icon {
    position: absolute;
    top: 10px;
    left: 9px;
}

#gt .task-icon img {
    width: 125%;
    max-width: none;
}

#gt .task-header {
    padding: 5px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #cecece;
}

#gt .task.active .task-header {
    background-color: #dbecff;
}

#gt .task-name {
    float: left;
    margin-left: 50px;
}

#gt .task-link {
    float: right;
    margin-right: 15px;
}

#gt .task-footer {
    padding: 5px;
}

#gt .task-completed-time {
    float: left;
    margin-left: 50px;
}

#gt .task-reported-time {
    float: right;
    margin-right: 15px;
}

/*map*/
#gt #map-fieldset {
    overflow: visible;
    height: calc(100% - 80px);
    margin-right: 20px;
}

#gt .map {
    height: 100%;
    border: 1px solid black;
}



