﻿html {
    /*background-color: #efeeef;*/
    background-color: #fff;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background-color: #fff;
    /*background-color: #efeeef; */
    /*border-top: solid 10px #000;*/
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    min-width: 980px;
}

a:not(.btn):link, a:not(.btn):visited, a:not(.btn):active, a:not(.btn):hover {
    color: #317212;
    outline: none;
    /*padding-left: 3px;
    padding-right: 3px;*/
}

a:link, a:visited, a:active, a:hover {
    text-decoration: none;
}

.aNoLink {
    color: #317212;
}

a:not(.btn):not(.no-underline):hover {
    /*background-color: #c7d1d6;*/
    text-decoration: underline;
}

.no-float {
    float: none !important;
}

header, footer, hgroup nav, section {
    display: block;
}

    header .content-wrapper {
    }

    header .main-content {
        /*    border-bottom: solid 3px #497a60;*/
    }

    footer .content-wrapper {
    }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-none {
    clear: none !important;
}

.small-text {
    font-size: 0.7em;
}

.clear {
    clear: both;
}

.highlight {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6, legend {
    color: #497a60;
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 5px;
}

h1 {
    font-size: 2em;
}

h2, legend {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

p {
    margin: 0px;
}

/* main layout 
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    /*max-width: 1600px;*/
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

#body {
    clear: both; /*padding-bottom: 35px;*/
    min-height: calc(100vh - 230px);
}

.main-content {
    /*background: url("../images/accent.png") no-repeat;*/
    margin-left: 10px;
    margin-right: 10px;
}

/*.featured + .main-content {
        background: url("../images/heroaccent.png") no-repeat;
    }*/


footer {
    clear: both; /*background-color: #e2e2e2;*/
    font-size: 0.9em;
    min-height: 20px;
}

    footer .main-content {
        border-top: solid 3px #497a60;
        padding: 10px;
    }


.nav-tabs > li.active {
    font-weight: bold;
    background-color: #fff;
}

.form-central {
    margin: 0 auto;
    width: 50%;
    padding-top: 20px;
}

.no-bullets li {
    list-style-type: none;
    margin-left: -40px;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 20px 0;
}

.site-type {
    /*color: rgb(27, 172, 0);*/
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: -40px;
    margin-left: 102px;
}

.site-description {
    color: red;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 0px;
    margin-left: 70px;
}


.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}

.subscriber-image {
    max-height: 70px;
    max-width: 300px;
    margin-top: 15px;
    margin-right: 15px;
    float: right;
}

.service-report-image {
    max-width: 100% !important;
}

/* login  
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin-top: 20px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin-left: 0px;
            text-decoration: underline;
        }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu  
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }



/* page elements  
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7AC0DA 0%, #A4D4E6 100%);
        background-image: -o-linear-gradient(left, #7AC0DA 0%, #A4D4E6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7AC0DA), color-stop(1, #A4D4E6));
        background-image: -webkit-linear-gradient(left, #7AC0DA 0%, #A4D4E6 100%);
        background-image: linear-gradient(left, #7AC0DA 0%, #A4D4E6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.one {
            background: url("../images/orderedlistOne.png") no-repeat;
        }

        ol.round li.two {
            background: url("../images/orderedlistTwo.png") no-repeat;
        }

        ol.round li.three {
            background: url("../images/orderedlistThree.png") no-repeat;
        }

.login-area {
    float: right;
    margin: 5px;
    margin-top: 10px;
    margin-bottom: -5px;
}

    .login-area #welcome {
        font-weight: bold;
        font-size: 1.4em;
        margin-right: 10px;
    }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

/*.label
{
    font-weight: 700;
}*/

/* tabs */
.tabs {
    width: 100%;
    font-size: 1.2em;
    color: grey;
    border-bottom: solid 1px #CACACA;
    padding-bottom: 10px;
    margin-top: 15px;
    padding-top: 10px;
}

    .tabs a {
        padding: 10px;
        cursor: pointer;
        border-bottom: solid 1px #CACACA;
        color: #ACACAC;
    }

        .tabs a.active {
            border: solid 1px #CACACA;
            border-bottom: solid 2px white;
            color: #497a60;
        }

.job-tabs {
    font-size: 1em !important;
}

.bootstrap.job-tabs .nav-tabs > li {
    margin-bottom: -2px !important;
}

/* Schedule */
.schedule-notification-cell {
    background-color: #e8f7ff !important;
}

/*@media only screen and (max-width: 1380px) {
    .job-tabs {
        font-size: 1em !important;
    }
        .job-tabs a {
            padding:9px;
        }
}


@media only screen and (max-width: 1330px) {
    .job-tabs {
        font-size: 0.95em !important;
    }
        .job-tabs a {
            padding:9px;
        }
}

@media only screen and (max-width: 1280px) {
    .job-tabs {
        font-size: 0.85em !important;
    }
        .job-tabs a {
            padding:9px;
        }
}

@media only screen and (max-width: 1200px) {
    .job-tabs {
        font-size: 0.8em !important;
    }
        .job-tabs a {
            padding:9px;
        }
}

@media only screen and (max-width: 1135px) {
    .job-tabs {
        font-size: 0.7em !important;
    }
        .job-tabs a {
            padding:8x;
        }
}

@media only screen and (max-width: 1050px) {
    .job-tabs {
        font-size: 0.65em !important;
    }
}*/


.tab-button {
    float: left;
    min-height: 36px;
    padding: 10px 25px 5px 15px;
    background-color: #eeeeee;
    /*border: solid 1px #bebebe;*/
    width: 170px;
    text-align: center;
    color: #497a60;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    box-sizing: content-box;
    border-radius: 5px;
    margin-top: 2px;
}

.widget {
    /*position: absolute;
    z-index: 0;*/
    min-height: 20px;
    padding: 8px;
    padding-right: 20px;
    background-color: #eeeeee; /*border: solid 1px #497a60;*/
    width: 85%;
    text-align: left;
    color: #454545;
    font-size: 0.9em;
    font-weight: bold;
    clear: both;
}

.widget-container {
    margin-top: 15px;
}

.widget-number {
    position: absolute;
    z-index: 1;
    font-size: 16px;
    font-weight: bold;
    width: 38px;
    height: 38px;
    text-align: center;
    vertical-align: middle;
    line-height: 33px;
    border: 3px solid #eeeeee;
    border-radius: 50%;
    background-color: #FFF;
    margin-left: 150px;
    margin-top: -10px;
}

.widget-home-notif {
    font-size: 12px;
    font-weight: bold;
    float: left;
    position: relative;
    width: 27px;
    height: 27px;
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
    /*background: #dcdcdc;*/
    background: #fff;
    border: 1px solid #bebebe;
    margin-left: 88%;
    margin-top: -42px;
    border-radius: 51%;
}

/* Bootstrap version */
.tab-number {
    font-size: 0.8em;
    color: white;
    font-weight: bold;
    position: absolute;
    right: 0;
    width: 18px;
    top: -5px;
    text-align: center;
    vertical-align: middle;
    border: solid 1px red;
    background-color: red;
    border-radius: 5px;
}

.dropdown-number {
    font-size: 0.8em;
    color: white;
    font-weight: bold;
    width: 26px;
    text-align: center;
    vertical-align: middle;
    border: solid 1px red;
    background-color: red;
    border-radius: 5px;
    margin-left: 8px;
    padding: 0px 5px;
}
/*.tab-number {
    font-size: 0.8em;
    color: white;
    font-weight: bold;
    float: left;
    position: absolute;
    width: 18px;
    /* height: 18px; */
text-align: center; vertical-align: middle;
/* line-height: 33px; */
/* background: url(/images/icons/dashboard-circle.png) top left no-repeat; */
border: solid 1px red; background-color: red; border-radius: 5px; margin-left: -10px; margin-top: -20px;
}

#tabs .horizontal {
    clear: both;
}

#tabs .first {
    -moz-border-radius-top-left: 15px;
    border-top-left-radius: 15px;
}

#tabs .last {
    -moz-border-radius-top-right: 15px;
    border-top-right-radius: 15px;
}

#tabs .selected {
    background-color: white;
    border-bottom: solid 1px white;
}

#tabs .horizontal.selected {
    background-color: white;
    /*border-bottom: solid 1px #497a60;*/
    border: solid 1px #bebebe;
}

.tab-content {
    padding: 10px;
    border: solid 1px #497a60;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 45%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 50%;
}

.small {
    min-width: 100px !important;
}

/* Job List Page */
#job-count {
    text-align: right;
    margin-top: 20px;
}

    #job-count h3 {
        font-size: 2.2em;
        padding: 0px;
        color: Black;
    }

    #job-count .numbers {
        color: #497a60;
    }

/* tables */
.list-table {
    border-collapse: collapse;
    width: 100%;
}

    .list-table a, .list-table a:hover, .list-table a:link, .list-table a:visited, .list-table a:active {
        color: Black;
    }

    .list-table th, .list-table thead td {
        /*color: #949494;*/
        font-weight: bold;
        text-align: left;
        padding-left: 5px;
        padding-bottom: 5px;
    }

    .list-table tbody td,
    .list-table tfoot td {
        border: solid 1px #adadad;
        padding: 5px;
    }

    .list-table.small-padding tbody td {
        border: solid 1px #adadad;
        padding: 5px;
    }

    .list-table tr.line-sep, .list-table tr.line-sep td {
        height: 5px;
        border: none;
    }

    .list-table tr:nth-child(odd) {
        background: #FFF;
    }

    .list-table.no-bg-list tr:nth-child(odd) {
        background: none;
    }

    .list-table tr:nth-child(even) {
        background: #FAFAFA; /*background: #EFFCE9;*/
    }

    .list-table.no-bg-list tr:nth-child(even) {
        background: none;
    }

    .list-table tr.alt1:nth-child(even), .list-table tr.alt1:nth-child(odd) {
        background: #FFF;
    }

    .list-table tr.alt2:nth-child(even), .list-table tr.alt2:nth-child(odd) {
        background: #FAFAFA; /*background: #EFFCE9;*/
    }

    .list-table tfoot th {
        font-weight: bold;
        font-size: 1.10em;
    }

.list-table-nobgcolor {
    border-collapse: collapse;
    width: 100%;
}

    .list-table-nobgcolor a, .list-table-nobgcolor a:hover, .list-table-nobgcolor a:link, .list-table-nobgcolor a:visited, .list-table-nobgcolor a:active {
        color: Black;
    }

    .list-table-nobgcolor th, .list-table-nobgcolor thead td {
        color: #949494;
        font-weight: normal;
        text-align: left;
        padding-left: 5px;
        padding-bottom: 5px;
    }

    .list-table-nobgcolor tbody td {
        border: solid 1px #adadad;
        padding: 5px;
    }

    .list-table-nobgcolor tr.line-sep, .list-table-nobgcolor tr.line-sep td {
        height: 5px;
        border: none;
    }

    .list-table-nobgcolor tfoot th {
        font-weight: bold;
        font-size: 1.10em;
    }

table.dataTable thead th {
    cursor: pointer;
}

.no-input-border input[type="text"]:not(.input-validation-error), .no-input-border textarea:not(.input-validation-error), .no-input-border select:not(.input-validation-error), .transparent-box {
    border: none !important;
    border-bottom: solid 1px #DBD4D4 !important;
}

.no-input-border td {
    border: none !important;
}

.plain-list-table {
    border-collapse: collapse;
    width: 100%;
}

    .plain-list-table a, .plain-list-table a:hover, .plain-list-table a:link, .plain-list-table a:visited, .plain-list-table a:active {
        color: Black;
    }

    .plain-list-table th, .plain-list-table thead td {
        color: #949494;
        font-weight: normal;
        text-align: left;
        padding-bottom: 5px;
    }


    .plain-list-table tr.line-sep, .plain-list-table tr.line-sep td {
        height: 5px;
        border: none;
    }



tbody.datarow:hover {
    cursor: pointer;
    background-color: #F0FCED;
}

.group-name td {
    background-color: #DBDAD8;
    font-weight: bold;
}

.group {
    font-weight: bold;
    background-color: #DBDAD8;
    border: none;
    width: 300px;
}

.group-total {
    font-weight: bold;
    color: #949494;
}

.job-list-description {
    border: solid 1px #adadad;
}

.list-table .icon {
    width: 25px;
    margin-right: 4px;
    float: right;
    text-align: center;
    clear: none;
}

.list-table .sun-icon {
    float: right;
    background: url(/images/icons/sun.png) center center;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
}

div.datarow {
    border: solid 1px #adadad;
    padding: 10px;
}


.character-count {
    margin-top: -20px;
    float: right;
}
/* Column Displays */
.left-column {
    width: 45%;
    float: left;
    padding: 10px;
}

.right-column {
    width: 45%;
    float: right;
    padding: 10px;
}

.new-line {
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .new-line .prompt {
        width: 32%;
        color: #8B8B8B;
        float: left;
        font-weight: 600;
        padding-top: 5px;
    }

    .new-line .text-box-prompt {
        padding-top: 10px;
    }

    .new-line .value {
        float: left;
        width: 65%; /*border: solid 1px #dcdcdc;*/
        padding: 4px;
        font-size: 1.1em;
        color: black;
    }

.full-width {
    float: none;
    padding: 10px;
    width: 95%;
    color: black;
}

    .full-width .value {
        width: 95%;
    }

/* forms */
fieldset {
    border: none;
}

legend {
    font-weight: bold;
    padding: 0px;
}

fieldset.sub legend {
    font-weight: normal;
    padding: 0px;
    padding-bottom: 5px;
    width: 100%;
    border-bottom: solid 1px gray;
}

ol {
    padding: 0;
    list-style: none;
}

    ol li {
        padding-bottom: 5px;
    }

/*label
{
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}*/

.checkbox-in-cell {
    text-align: center;
}

    .checkbox-in-cell .checkbox {
        margin-top: 0px;
    }

label.checkbox {
    display: inline;
}

input[type="text"]:not(.form-control), input[type="password"]:not(.form-control), select:not(.form-control), .dataTables_filter input:not(.form-control) {
    border: 1px solid #C9C9C9;
    color: #333;
    font: Arial, Helvetica, Sans-Serif;
    font-size: 0.95em; /*font-size: 1.2em;*/
    padding: 5px; /*width: 300px;*/
    margin-left: 0px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*select {
    min-width: 300px;
}*/

.ui-datepicker-title select {
    min-width: inherit;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 40% !important;
}

.ui-datepicker-header {
    background-color: #999 !important;
    border-color: #eeeeee;
}

.ui-datepicker .ui-state-default {
    color: #000 !important;
}

.ui-datepicker .ui-state-hover {
    background-color: #fff;
}

.datepicker {
    margin-left: 0px;
}

select.nowidth {
    min-width: 100px;
}

input.long, select.long {
    width: 75%;
}

input.medium {
    width: 40%;
}

input.medium-short, select.medium-short {
    width: 25%;
}

input.short {
    width: 160px;
}

input.tiny {
    width: 95%;
}


.text-box-no-border input {
    border: none;
}

input[type="text"]:focus, input[type="password"]:focus {
    border: 1px solid #7ac0da;
}

textarea {
    border: 1px solid #C9C9C9;
    color: #333;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 1em; /*font-size: 1.2em;*/
    padding: 5px;
    width: 100%;
    height: 60px;
}

    textarea.tinymce {
        height: 450px;
    }

    textarea.no-border {
        padding: 0;
        border: none;
        width: 100%;
    }
/*
fieldset input[type="submit"]
{
    background-color: #d3dce0;
    border: solid 1px #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
}
*/

/* ajax login/registration dialog */
.modal-popup {
    font-size: 0.7em;
}

    .modal-popup input[type="text"], .modal-popup input[type="password"] {
        width: 90%;
    }


/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error, input[type="password"].input-validation-error {
    border: solid 1px #e80c4d;
}

.validation-summary-errors {
    color: white;
}

    .validation-summary-errors ul {
        list-style: none;
        padding-left: 0px;
        padding: 0px;
        margin: 10px 0px 0px 0px;
    }

.validation-summary-valid {
    display: none;
}


/* Details pages */
.details-top-section {
    border: solid 1px black;
    padding: 10px;
    margin-top: 10px;
}

    .details-top-section #id {
        color: Black;
        font-size: 2.5em;
        font-weight: bold;
    }

    .details-top-section #type {
        color: Black;
        font-size: 1.1em;
        text-align: right;
    }


/* Progress Bar */
.progress-bar {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    overflow: visible;
    margin-top: 10px;
}

    .progress-bar .start {
        color: #497a60;
        font-size: 1.7em;
        font-weight: bold;
        float: left;
        margin-right: 20px;
    }

    .progress-bar .progress-section {
        width: 16%;
        float: left;
        border-bottom: solid 5px #497a60;
        height: 16px;
    }

    .progress-bar .last {
        border-bottom: none;
        width: 4%;
    }

    .progress-bar .progress-section .progress-icon {
        padding: 5px;
        font-size: 1.3em;
        font-weight: bold;
        width: 20px;
        border: solid 1px #497a60;
        -moz-border-radius: 15px;
        border-radius: 15px;
        background-color: White;
        color: #497a60;
    }

    .progress-bar .progress-section .completed {
        background-color: #497a60;
        color: White;
        cursor: pointer;
    }

    .progress-bar .progress-section .in-progress {
        background-color: #CFE2D9;
        color: #497a60;
    }


input[type="text"].search-box {
    padding: 3px;
    width: 100px;
    font-size: 0.9em;
    margin-right: 10px;
}

.wide-search {
    margin: 5px 0 10px !important;
}

.tagit {
    margin: 5px 0 10px !important;
}

.indent {
    margin-left: 15px;
}

.left-bar p a, .sidebar p a {
    font-size: 1.3em;
}



/* Dashboard */
.quote-hours-over {
    background-color: #ffe3e3 !important;
}

.quote-alert-over {
    background-color: #feffb9 !important;
}

.left-bar p, .sidebar p {
    width: 90%;
    /*height: 2em;*/
    vertical-align: middle;
    padding-left: 5px;
    padding-bottom: 2px;
}

    .left-bar p.active, .left-bar div.active, .sidebar p.active, .sidebar div.active {
        background: #40ab4b;
    }

        .left-bar p.active a, .left-bar div.active a, .sidebar p.active a, .sidebar div.active a {
            color: white;
        }

.sidebar a.disabled,
.sidebar a.disabled:hover,
.sidebar a.disabled:focus,
.sidebar a.disabled:active {
    color: #999 !important;
    cursor: not-allowed !important;
    text-decoration: none !important;
}

.right-bar div, fieldset div {
    clear: both;
}

    .right-bar div.checkbox, fieldset div.checkbox {
        clear: none !important;
    }

    .right-bar div.ignore-clear, fieldset div.ignore-clear {
        clear: none !important;
    }


    .right-bar div label, fieldset div label {
        float: left;
        width: 30%;
        max-width: 170px;
        vertical-align: middle;
        padding-top: 0px;
    }

    fieldset div .textDisplay {
        float: left;
        vertical-align: middle;
        padding-top: 5px;
    }

    .right-bar div input, fieldset div input {
        float: left;
    }

        .right-bar div input[type="checkbox"], fieldset div input[type="checkbox"] {
            margin-top: 10px;
        }

        .right-bar div input[type="text"].required, fieldset div input[type="text"].required,
        .right-bar div select.required, fieldset div select.required {
            background-color: none;
            /*background-color: #ebffdf;*/
        }

    .right-bar div.buttons, fieldset div.buttons {
        padding-top: 10px;
    }

        .right-bar div.buttons a, .right-bar div.buttons input[type="submit"], .right-bar div.buttons input[type="button"],
        fieldset div.buttons a, fieldset div.buttons input[type="submit"], fieldset div.buttons input[type="button"] {
            margin-right: 10px;
        }

            .right-bar div.buttons a fieldset div.buttons a {
                margin-top: 2px;
            }

    div input[type="text"].required, fieldset div input[type="text"].required,
    div select.required, fieldset div select.required,
    div textarea.required, fieldset div textarea.required {
        background-color: none; /*background-color: #ebffdf;*/
    }

.label-required::after {
    content: "*";
    color: red;
}

table input {
    float: none !important;
}

/* info and errors */
.message-info {
    border: solid 1px;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    background-color: #e80c4d;
    padding: 10px;
    color: white;
    padding-left: 20px;
    font-size: 1.3em;
    font-weight: bold;
}

    .message-error .message-icon {
        background: url(/images/icons/warning.png) no-repeat top center;
        width: 40px;
        margin-right: 20px;
        float: left;
        height: 30px;
    }

.message-success {
    background-color: #74C045;
    padding: 10px;
    color: white;
    padding-left: 20px;
    font-size: 1.3em;
    font-weight: bold;
}

    .message-success .message-icon {
        background: url(/images/icons/white-tick.png) no-repeat top center;
        width: 40px;
        margin-right: 20px;
        float: left;
        height: 30px;
    }

.notification-success {
    background-color: #74C045;
    padding: 10px;
    color: white;
    padding-left: 20px;
    font-size: 1.3em;
    font-weight: bold;
}

    .notification-success .notification-icon {
        background: url(/images/icons/white-tick.png) no-repeat top center;
        width: 40px;
        margin-right: 20px;
        float: left;
        height: 30px;
    }


.search-criteria label {
    min-width: 100px;
}

    .search-criteria label.date {
        min-width: 170px;
    }

/* JQuery UI*/
.ui-widget {
    font-family: 'Segoe UI', Arial, Helvetica, Sans-Serif !important;
}

.ui-multiselect {
    padding: 6px !important;
    padding-left: 10px !important;
}

/* autocomplete */
.ui-menu-item a {
    font-size: .85em !important;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif !important;
}

.ui-menu-item.contract-expired {
    background: rgb(255, 224, 224);
}

.ui-menu-item .ui-state-focus {
    background-color: #eeeeee !important;
}

.half-left {
    width: 50%;
    float: left;
}

.half-right {
    width: 50%;
    float: right;
}

    .half-left .long, .half-right .long {
        width: 65%;
    }

/*.half-left select.long, .half-right select.long {
        width: 68%;
    }*/

/* Icons for submit buttons */
.icon-delete {
    width: 20px;
    height: 20px;
    border: 0px;
    background-color: none;
    cursor: pointer;
    outline: 0;
}

/* File Uploader Override */
.fileinput-button {
    overflow: visible !important;
}

tbody.files td {
    padding-left: 10px;
    padding-right: 10px;
}

p.size {
    margin: 10px !important;
}

#draganddropbox {
    width: 450px;
    height: 100px;
    text-align: center;
    border: 2px dotted #A9EC9F;
    background-color: #F0F0F0;
    padding-top: 25px;
    font-family: Arial;
    font-size: 14px;
    margin-top: 35px;
    color: #A6A6A6;
}

/* Job Images */
.job-image {
    margin: 8px;
    float: left;
}

    .job-image img {
        width: 200px;
    }

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 650px) {

    /* header  
                                ----------------------------------------------------------*/
    /*header .float-left, header .float-right
                        {
                            float: none;
                        }*/

    /* logo */
    /*header .site-title
                        {
                            margin: 10px;
                            text-align: center;
                        }*/

    /* login */
    #login {
        font-size: .85em;
        margin-top: 0;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout  
                                ----------------------------------------------------------*/
    .main-content, .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.one, ol.round li.two, ol.round li.three {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    fieldset input[type="text"], fieldset input[type="password"] {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer  
                                ----------------------------------------------------------*/
    footer .float-left, footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }

    ul#social {
        padding: 0;
        margin: 0;
    }

    a.facebook, a.twitter {
        background: none;
        display: inline;
        float: none;
        height: auto;
        padding-left: 0;
        text-indent: 0;
        width: auto;
    }

    .progress-bar .progress-section {
        width: 13.7%;
    }

    .DefaultViewLink {
        cursor: pointer;
    }
}

/* Dropzone Overrides */
.custom-dropzone .dropzone {
    min-height: 100%;
}

    .custom-dropzone .dropzone .dz-default.dz-message span {
        display: block !important;
        color: black;
        text-align: center;
    }

        .custom-dropzone .dropzone .dz-default.dz-message span h1 {
            color: black;
        }

    .custom-dropzone .dropzone .dz-default.dz-message {
        background-image: none !important;
    }

/********************
*   Printing Styles   *
********************/

@media print {
    .main_container {
        margin: 10px auto;
        background-color: White;
        min-width: 960px;
        max-width: 960px;
        border: solid 1px #ddd;
    }
}

.startswith {
    margin-left: 1px;
    margin-right: 1px;
}

.xora-icon {
    float: left;
    margin-left: -30px;
    margin-top: 8px;
    height: 20px;
    width: 20px;
}

.xora-icon-addon {
    height: 13px;
    width: 13px;
}
/* Selectable boxes */
.selectable-box {
    /*float: left;
    width: 22%;*/
    clear: none;
    font-size: 0.9em;
    border: solid 1px lightgray;
    padding: 5px;
    cursor: pointer;
    height: 45px;
    overflow: hidden;
}

.chosen {
    background-color: #D2FFB8;
}

.red-chosen {
    background-color: rgb(255, 200, 200);
}

.template-header {
    font-weight: bold;
    background-color: #EEEEEE !important;
    border: solid 1px #EEEEEE;
    border-bottom: none;
}

.template-item {
    background: none !important;
    border-left: solid 1px #EEEEEE;
    border-right: solid 1px #EEEEEE;
}

    .template-item td:first-child {
        padding-left: 20px;
        font-size: 0.9em;
    }

.template-sep {
    border-top: solid 1px #EEEEEE;
    height: 5px;
    background: none !important;
}

    .template-sep td {
        padding: 0;
    }


/* Sortable Styling */
.sortable-placeholder td {
    height: 20px !important;
    background-color: #FDFFE8 !important;
}

.halfstrengthimage {
    opacity: 0.5;
    -moz-opacity: 0.5;
}

tr.deleted, tbody.deleted tr:not(.line-sep) {
    background-color: rgb(255, 224, 224) !important;
}

tr.canceled, tbody.canceled tr:not(.line-sep) {
    background-color: #f3f3f3 !important;
}

.labour-section tbody.labourItem tr:not(.comment-line):not(.deletedLabourItem),
.labour-section tbody.group-total tr,
.labour-section tfoot tr {
    background-color: #FAFAFA !important;
}

.costing-table tr td input {
    font-size: 0.95em;
}

.costing-table td {
    overflow-wrap: break-word;
}

.costingSheetMaterialRow td {
    padding-top: 0 !important;
}

.costingSheetLabourRow td {
    padding-top: 0 !important;
}

.comment-line {
    background-color: rgb(214,255,186) !important;
    font-weight: normal;
}

    .comment-line textarea {
        font-style: italic;
    }

.changed-line {
    background-color: #d9e1f7 !important;
}


.display-label {
    max-width: 100%;
    width: 65%;
}

.no-bg {
    background: none;
}

tr:hover .drag-handle {
    background: url(/images/drag-helper-bg.jpg) center center no-repeat;
    /*padding:0px;*/
}

tbody.quote-cancelled {
    opacity: 0.35;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

/* Font Awesome - change colours of text in buttons */
.btn-red {
    color: red;
}

.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}


tbody tr.folder-name {
    background: #DBDAD8 !important;
}

tbody tr.folder-name-selected {
    background: #FAFAFA !important;
}

tbody tr.folder-name label {
    width: 90%;
    padding-top: 0px;
    max-width: 90%;
}

.list-table a.btn {
    color: #ffffff;
}

.attachments-drag-hover {
    /*border: 1px solid #999999/*{borderColorHover}*/;
    background: #FFFFE5 !important;
    /*{bgColorHover}* url("images/ui-bg_glass_75_dadada_1x400.png")/*{bgImgUrlHover}* 50%/*{bgHoverXPos}* 50%/*{bgHoverYPos}* repeat-x/*{bgHoverRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: black /*{fcHover}*/;
}

.job-invoice-table {
    height: 95%;
}

#tableMaterial tr td .icon i.fa,
#tableLabour tr td .icon i.fa {
    line-height: 31px;
}

.fa-1-5x {
    font-size: 1.5em;
    padding-left: 3px;
    padding-right: 3px;
}

.opacity-25 {
    opacity: 0.25;
}

.limitwidth100 {
    max-width: 100px;
    word-wrap: break-word;
}

.limitwidth150 {
    max-width: 150px;
    word-wrap: break-word;
}

.limitwidth200 {
    max-width: 200px;
    word-wrap: break-word;
}

/*
 * Checkbox and Radio
 */
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;
}

    .radio label,
    .checkbox label {
        min-height: 18px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
        max-width: none !important;
        width: auto !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .checkbox label span {
            float: left;
            margin-top: -5px;
        }


    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
        float: none !important;
    }

/*.radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }*/

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

/*
 * Checkbox and Radio
 */

.checkbox label,
.radio label {
    padding-left: 30px;
    position: relative;
}

.checkbox input,
.radio input {
    top: 0;
    left: 0;
    margin-left: 0 !important;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 0;
}

.checkbox .input-helper:before,
.radio .input-helper:before,
.checkbox .input-helper:after,
.radio .input-helper:after {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    content: "";
}

.checkbox .input-helper:before,
.radio .input-helper:before {
    left: 0;
    border: 1px solid #ccc;
}

.checkbox.disabled,
.radio.disabled {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.checkbox input {
    width: 17px;
    height: 17px;
}

    .checkbox input:checked ~ .input-helper:before {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .checkbox input:checked ~ .input-helper:after {
        -webkit-transform: scale(1) rotate(-50deg);
        -ms-transform: scale(1) rotate(-50deg);
        -o-transform: scale(1) rotate(-50deg);
        transform: scale(1) rotate(-50deg);
        opacity: 1;
        filter: alpha(opacity=100);
    }

.checkbox .input-helper:before {
    top: 5px;
    width: 12px;
    height: 12px;
}

.checkbox .input-helper:after {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0) rotate(80deg);
    -ms-transform: scale(0) rotate(80deg);
    -o-transform: scale(0) rotate(80deg);
    transform: scale(0) rotate(80deg);
    width: 15px;
    height: 7px;
    border-bottom: 2px solid #009688;
    border-left: 2px solid #009688;
    border-bottom-left-radius: 2px;
    left: 0px;
    top: 5px;
}

.radio input {
    width: 19px;
    height: 19px;
}

    .radio input:checked ~ .input-helper:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

.radio .input-helper:before {
    top: -1px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
}

.radio .input-helper:after {
    width: 11px;
    height: 11px;
    background: #009688;
    border-radius: 50%;
    top: 3px;
    left: 4px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.checkbox-inline,
.radio-inline {
    vertical-align: top;
    margin-top: 0;
    padding-left: 25px;
}

.checkbox.floating-left {
    float: left;
    clear: none !important;
    margin-right: 15px;
}

.form-group {
    margin-top: 5px;
}

.form-control {
    display: block;
    width: 100%;
    /*height: 35px;*/
    padding: 5px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #b4b4b4;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 180, 180, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 180, 180, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 35px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 40px;
    }
}


.attachment-expired {
    background-color: rgb(255, 224, 224) !important;
}

.sortable-table thead th {
    cursor: pointer;
}


label.control-label {
    margin-top: 5px;
}



.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-danger {
    background-color: #d9534f;
}


.label-info {
    background-color: #5bc0de;
}

.transparent {
    background: none;
    border: none;
}


.btn-green-tick {
    background: url(/Images/icons/green-tick.png) center center no-repeat;
    background-size: 17px;
    display: -moz-inline-box;
    display: inline-block;
    width: 23px;
    height: 23px;
}


/* Subscription */
.subscription-ok {
    background-color: #FAFAFA !important;
    color: black !important;
}

.subscription-warning {
    background-color: lightyellow !important;
    color: black !important;
}

.subscription-expired {
    background-color: rgb(255, 224, 224) !important;
    color: black !important;
}

.subscription-default {
    background-color: white !important;
    color: black !important;
}

.subheading {
    font-weight: normal;
    margin-bottom: 15px;
    border-bottom: solid 1px #CACACA;
}

#costingSheetMaterialTypeCell {
    max-width: 1px;
    word-wrap: break-word;
}

.ui-datepicker-other-month,
.ui-priority-secondary {
    background: #ffffff !important;
}

.btn-fixed-width {
    width: 135px;
}

.online-help-guide {
    display: none;
    position: absolute;
    right: 25px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

table {
    background-color: transparent;
}

    table col[class*="col-"] {
        position: static;
        display: table-column;
        float: none;
    }

    table td[class*="col-"],
    table th[class*="col-"] {
        position: static;
        display: table-cell;
        float: none;
    }

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 10px 10px 8px 10px;
        line-height: 1.42857143;
        vertical-align: middle;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
        background-color: #eeeeee;
        vertical-align: middle;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

.ui-multiselect-none span, .ui-multiselect-all span {
    color: #FFFFFF;
    font-weight: bold;
}

.icon {
    max-height: 32px;
    max-width: 32px;
}

.upper-table {
    margin: 10px 0;
}

.panel-heading {
    background-color: #eeeeee;
    border-bottom: 1px solid #bebebe;
}

.panel {
    border-color: #bebebe;
    margin-top: 10px;
}

    .panel h3 {
        padding: 0px;
        color: #497a60;
    }

.panel-std {
    margin-left: 20px;
    margin-right: 0px;
}

.panel-hdr {
    border: 2px solid #CACACA;
    border-radius: 5px;
    /*margin-bottom: 10px;*/
    padding: 10px 15px;
    position: relative;
    background-color: #fdfdfd;
}


.inner-navtab {
    padding: 15px 30px;
    border: solid 1px #CACACA;
}

.inner-navtab2 {
    padding: 15px 10px 15px 5px;
    border: solid 1px #CACACA;
}

.table-right-group-button {
    text-align: right;
    margin-top: -10px;
}

.right-group-button {
    text-align: right;
    padding: 5px 10px;
}

.left-group-button {
    margin-top: 15px;
}

.e-ddl.e-input-group {
    border: 1px solid #e0e0e0 !important;
    border-radius: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.ui-multiselect-menu .ui-widget-header {
    border-color: transparent;
    padding: 5px;
    font-weight: normal;
}

.ui-multiselect-menu ul li label span {
    margin-left: 5px;
}

.last-update {
    margin: 15px 5px 0px;
    font-size: small;
    font-style: italic;
}

.sub {
    margin: 0 0 10px;
    padding: 0;
}

option:hover {
    background-color: #eeeeee !important;
}

.tab-pane {
    padding: 15px;
}

/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 20px;
    padding-right: 20px;
}*/
