* {
    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: #777;
}


.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/cpbg.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;
    background: #fff;
    border: 1px solid #242424;
    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;
    overflow: auto;
}

.primary-actions input, .primary-actions a {
    /*border: thin solid #ccc;*/
    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;
}

.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;
}

.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, .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;
}

.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: #fff;*/
}

    header .logo {
        margin-left: 0px;
        margin-top: 0px;
        background-color: #fff;
        width: 199px;
        height: 95px;
        padding-top: 5px;
    }

        header .logo img {
            display: block;
            max-width: 100%;
            max-height: 90px;
            width: auto;
            height: auto;
            margin: 0 auto;
            padding-left: 6px;
        }

    header .content-header {
        /*background-color: transparent;*/
        background-color: white;
    }

.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: 0px;
    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;
            /*color: #fff;*/
        }

    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 > ul > li > ul > li > .menu-item i {
            padding-right: 5px;
        }

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: none repeat scroll 0 0 transparent;
    border: medium none;
    clear: both;
    color: #DD9A00;
    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: #303068;
        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;
}

