﻿html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
html body {
  background: #fff;
  padding: 64px 0 0;
  overflow-x: hidden;
}
html body.no-header {
    padding: 0;
}

#wrapper {
    display: table;
}

.wrapper-row {
    display: table-row;
}
.wrapper.new-row > .wrapper-section {
    display: table-cell;
}

#content {
  position: relative;
  background: #fff;
  padding: 35px 35px 50px;
  margin-bottom: 35px;
}

.content-section {
    margin-bottom: 15px;
}
.content-footer:after {
    content: '';
    display: table;
    clear: both;
}



@media (min-width: 1200px) {
    .container {
        width: inherit;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1450px;
    }
}

/* Misc */

.full-width {
    width: 100%;
}

.text-green {
  color: #9cd401;
}
.text-blue {
  color: #0099ff;
}
.text-orange {
  color: #fc7600;
}
.text-red {
  color: #ec1c23;
}
.text-uppercase {
    text-transform: uppercase;
}

/* Headings */

h3, h4, h5 {
    padding: 7px 0;
    font-weight: bold;
    line-height: 20px;
    color: #2e3640;
}
h3 {
    margin: 0 0 20px;
    font-size: 17.5px;
}
h4 {
    font-size: 16px;
}


h3 .btn, h3 .button,
h4 .btn, h4 .button,
h5 .btn, h5 .button {
    margin-top: -7px;
}

/* Links */

a {
    text-decoration: none;

    -webkit-font-smoothing: antialiased !important;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    -moz-osx-font-smoothing: grayscale;

    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

/* Inputs */

.form-control {
    background-image: none;
    -moz-border-radius: 0;
    border-radius: 0;
}
div.form-control {
    height: auto;
    min-height: 34px;
}
textarea.form-control {
    height: 165px;
    resize: vertical;
}


.form-control.control-small {
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
}

.input-group-addon {
    background-image: none;
    -moz-border-radius: 0;
    border-radius: 0;
}
.input-group-addon i:last-child {
    margin: 0;
}

.form-control.select2-container {
    padding: 0;
}
.form-control.select2-container .select2-choice {
    background: none;
    border: none;
    height: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control.select2-container .select2-choice .select2-arrow {
    position: absolute;
    background: none;
    border-left: 1px solid #ccc;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 32px;
    line-height: 32px;
    text-align: center;
}
.form-control.select2-container .select2-choice .select2-arrow b {
    display: none;
}
.form-control.select2-container .select2-choice .select2-arrow:after {
    content: "\f078";
    display: block;
    position: relative;
    font-family: FontAwesome;
    font-size: 16px;

    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}
.form-control.select2-container.select2-dropdown-open .select2-choice .select2-arrow:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.form-control.select2-container .select2-drop {
    border: 1px solid #ccc;
    border-top: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: -1px;
    right: -1px;
    width: auto;

}


.form-control.ng-touched.ng-invalid,
.form-control.error {
    background: #fff5ff;
    border-color: #e80f71;
}

/* Buttons */

.btn,
.button {
    display: inline-block;
    position: relative;
    -webkit-appearance: none;
    background-image: none;
    border: none;
    outline: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 25px;
    font-family: 'Montserrat', Helvetica, sans-serif, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;

    -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn:disabled,
.btn.disabled,
.btn[disabled],
.button:disabled,
.button.disabled,
.button[disabled] {
    background: #CACDCF;
    color: #ffffff;
    cursor: default;
}

.btn-small,
.button.small {
    height: 26px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 26px;
}
.btn-small i:last-child,
.button.small i:last-child {
    margin-right: 0;
}

.btn.btn-default,
.button.grey {
    background: #cccccc;
    color: #333333;
}
.btn.btn-primary:not(:disabled,.disabled):hover,
.button.blue:not(:disabled,.disabled):hover {
    background: #6f6f6f;
}

.btn.btn-primary,
.button.blue {
    background: #009ce7;
    color: #ffffff;
}
.btn.btn-primary:not(:disabled,.disabled):hover,
.button.blue:not(:disabled,.disabled):hover {
    background: #0084c3;
}

.btn.btn-secondary,
.button.dark-blue {
    background: #337ab7;
    color: #ffffff;
}
.btn.btn-secondary:not(:disabled,.disabled):hover,
.button.dark-blue:not(:disabled,.disabled):hover {
    background: #2d6a9e;
}

.btn.btn-danger,
.button.red {
    background: rgb(221, 4, 4);
    color: #ffffff;
}
.btn.btn-danger:not(:disabled,.disabled):hover,
.button.red:not(:disabled,.disabled):hover {
    background: rgb(197, 5, 5);
}

/* Bootstrap Switch */

.bootstrap-switch {
    -webkit-appearance: none;
    background-image: none;
    -moz-border-radius: 0;
    border-radius: 0;
}
.bootstrap-switch .bootstrap-switch-handle-on {
    -moz-border-radius: 0;
    border-radius: 0;
}
.bootstrap-switch .bootstrap-switch-container {
    white-space: nowrap;
    width: 100% !important;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
    margin-left: -50% !important;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
    display: inline-block;
    width: 50% !important;
}

/* Dropdown Menu */

.dropdown-menu {
    left: 50%;
    border-radius: 4px;

    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);

    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.dropdown-menu:before,
.dropdown-menu:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    right: 50%;
}
.dropdown-menu:before {
    border: 11px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .175);
    margin-right: -11px;
}
.dropdown-menu:after {
    border: 8px solid transparent;
    border-bottom-color: #fff;
    margin-right: -8px;
}
.dropdown-menu .dropdown-header {
    border-bottom: 1px solid #d6d7da;
    padding: 10px 15px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
}
.dropdown-menu .dropdown-header h3 {
    margin: 0;
    text-transform: uppercase;
}
.dropdown-menu .dropdown-items {
    display: block;
    width: 100%;
}
.dropdown-menu .dropdown-items .empty {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.dropdown-menu .dropdown-items .item {
    display: block;
    position: relative;
    border-bottom: 1px solid #f0f5f9;
    min-height: 75px;
    padding: 8px 20px 8px 85px;
    font-size: 14px;
    color: #333;

    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.dropdown-menu .dropdown-items .item:hover {
    background: #f5fbff;
}
.dropdown-menu .dropdown-footer {
    display: block;
    border-top: 1px solid #d6d7da;
    padding: 10px 15px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
}

/* Modal */

.modal {
  background: url(../img/modal-background.png) repeat !important;
}

.modal .modal-dialog .modal-content .modal-header {
    border-top: 1px solid #e5e5e5;
}
.modal .modal-dialog .modal-content .modal-header:first-child {
    border-top: none;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
    padding: 0;
}
.modal-backdrop {
  display: none;
}

.modal-pad {
    position: relative;
    background: #fff;
    padding: 30px 15px 30px;
    margin-top: 35px;

    -webkit-box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.3);
}
.modal-pad:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/App/Supplier/Assets/img/pad-binder.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    margin-top: -35px;
}
.modal-pad table.pad-table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.modal-pad table.pad-table tr td {
    border: 1px solid #D9D9D9;
    padding: 0;
    vertical-align: top;
}
.modal-pad table.pad-table tr:first-child td {
    border-top: none;
}
.modal-pad table.pad-table tr:last-child td {
    border-bottom: none;
}
.modal-pad table.pad-table tr td:first-child {
    border-left: none;
}
.modal-pad table.pad-table tr td:last-child {
    border-right: none;
}
.modal-pad table.pad-table .pad-heading {
    padding: 25px;
    font-family: 'Open Sans';
    font-size: 35px;
    line-height: 40px;
    text-align: center;
}

@media (min-width: 992px) {
    .modal .modal-dialog.container {
        width: 970px;
    }
}
@media (min-width: 768px) {
    .modal .modal-dialog.container {
        width: 750px;
    } 
}
@media (min-width: 1200px) {
    .modal .modal-dialog.container {
        width: 1170px;
    }
}

/* Header */

#header {
    position: absolute;
    background: #232b3d;
    display: block;
    top: 0;
    height: 64px;
    width: 100%;
    z-index: 200;
}
#header.mobile-fixed {
    position: absolute;
}
#header:not(.mobile-fixed) {
    top: 0 !important;
}
#header .logo {
  display: inline-block;
  position: relative;
  width: 170px;
  height: 100%;
  float: left;
  text-decoration: none;
}
#header .logo h2 {
  display: block;
  background: url(../img/logo/logo-inline.png) no-repeat center center;
  background-size: 125px 30px;
  height: 100%;
  width: 170px;
  padding: 0;
  margin: 0;
  text-indent: -9999em;
  vertical-align: middle;
}
#header .icon {
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    border-left: 1px solid #283042;
    border-right: 1px solid #283042;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 64px;
    height: 100%;
    padding: 0;
    margin: 0;
    float: left;
    font-size: 21px;
    line-height: 64px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    overflow: hidden;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#header .icon:hover,
#header .icon:focus {
    color: #99a6b2;
}
#header .icon i {
    margin: 0;
}
#header .menu {
    position: absolute;
    height: 100%;
    left: 234px;
    right: 422px;
    min-width: 384px;
    padding: 0;
    text-align: center;
}
#header .menu .menu-center {
    display: inline-block;
    position: relative;
    min-width: 50%;
    height: 100%;
    text-align: center;
}
#header .menu .nav {
    display: block;
    list-style: none;
    height: 100%;
}
#header .menu .nav li {
    display: inline-block;
    position: static;
    height: 100%;
    padding: 0 2.5%;
    margin: 0;
}
#header .menu .nav li a {
    display: block;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 11.5px;
    line-height: 64px;
    color: #c1cfd9;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
}
#header .menu .nav li a:hover,
#header .menu .nav li a:focus,
#header .menu .nav li a:active {
    background: none;
    color: #99a6b2;
}
#header .menu .nav li a .replace-icon {
    display: none;
}

@media (max-width: 1065px) {
    #header .menu .menu-center {
        float: left;
    }
    #header .menu .nav li {
        border-right: 1px solid #283042;
        padding: 0;
        width: 64px;
        float: left;
    }
    #header .menu .nav li:first-child {
        border-left: 1px solid #283042;
    }
    #header .menu .nav li a .nav-text {
        display: none;
    }
    #header .menu .nav li a .replace-icon {
        display: inline-block;
        position: relative;
        margin: 0;
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    #header .menu {
        left: 64px;
        right: 129px;
        padding: 0
    }
}
@media (max-width: 767px) {
    #header .menu {
        right: 129px;
        padding: 0;
    }
}

#header .menu .search-form {
    display: block;
    position: absolute;
    background: #fff;
    top: 50%;
    left: 100%;
    right: 0;
    height: 40px;
    margin-top: -20px;
    overflow: hidden;
    z-index: 1;

    -webkit-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    -ms-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
}
#header .menu .search-form.active {
    left: 0;
}
#header .menu .search-form input[type="text"] {
    position: absolute;
    border: none;
    outline: 0;
    top: 0;
    left: 0;
    width: calc(100% - 80px);
    height: 100%;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
}
#header .menu .search-form button {
    display: inline-block;
    position: absolute;
    background: none;
    border: none;
    outline: 0;
    border-left: 1px solid #d6d7da;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}
#header .menu .search-form button i {
    margin: 0;
}
#header .menu .search-form .submit {
    right: 40px;
}

#header .menu .search-results {
    width: 500px;
}
#header .menu .search-results .results-empty {
    display: block;
    height: 75px;
    font-size: 16px;
    line-height: 75px;
    color: #333;
    text-align: center;
}
#header .menu .search-results .item {
    padding-left: 108px;
}
#header .menu .search-results .item .item-image {
    position: absolute;
    background: #FFF;
    border-right: 1px solid #f0f2f5;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    overflow: hidden;
}
#header .menu .search-results .item .item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100px;

    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#header .menu .search-results .item .item-heading {
    font-family: 'Montserrat', Helvetica, sans-serif;
    color: #333;
}
#header .menu .search-results .item .item-details {
    font-family: lato;
    color: #999;
}
#header .menu .search-results .result .result-field {
}
#header .menu .search-results .result .result-field .field-value {
    margin-left: 7px;
    color: #373737;
    float: right;
}

#header .dropdown-menu {
    top: 90%;
}

#header .header-options {
    height: 100%;
    float: right;
}

#header .header-options .option {
    display: inline-block;
    position: relative;
    height: 100%;
    float: left;
}
#header .header-options .dropdown-menu {
    left: auto;
    right: -20px;
    font-size: 16px;

    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
#header .header-options .dropdown-menu:before,
#header .header-options .dropdown-menu:after {
    right: 50px;
}
#header .header-options .settings .dropdown-menu {
    width: 185px;
}
#header .header-options .messages .dropdown-menu {
    width: 435px;
    padding: 0;
}
#header .header-options .messages .item .image {
    display: inline-block;
    position: absolute;
    background-size: cover;
    background-position: center center;
    border-radius: 100%;
    top: 7px;
    left: 15px;
    width: 58px;
    height: 58px;
}
#header .header-options .messages .item i.image {
    background: #ffffff;
    border: 2px solid #2e3640;
    width: 56px;
    height: 56px;
    margin: 0;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
}
#header .header-options .messages .item .make,
#header .header-options .messages .item .job {
    margin-bottom: 5px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
}
#header .header-options .messages .item .make {
    clear: both;
}
#header .header-options .messages .item .time {
    font-size: 14px;
    line-height: 14px;
    color: #808080;
}
#header .header-options .messages .item .subject,
#header .header-options .messages .item .from {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}
#header .header-options .messages .item .from {
    color: #333333;
}
#header .header-options .messages .item .from .value {
    color: #0099ff;
}
#header .header-options .messages .item .note {
    display: block;
    clear: both;
    font-size: 14px;
    color: #808080;
}
#header .header-options .messages .more {
    color: #0099ff;
}

#header .header-options .user {
    display: inline-block;
    position: relative;
}
#header .header-options .user button {
    position: relative;
    background-color: transparent;
    border: none;
    border-left: 1px solid #283042;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 100%;
    min-width: 200px;
    max-width: 230px;
    padding: 0 25px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 11.5px;
    line-height: 64px;
    text-align: right;
    text-decoration: none;
    color: #FFF;
    overflow: hidden;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#header .header-options .user button:hover,
#header .header-options .user button:focus {
    color: #99a6b2;
}
#header .header-options .user button i {
    font-size: 28px;
    margin-right: 12px;
    top: 17px;
    float: left;
}
#header .header-options .user button .caret {
    border-top: 6px solid #c1cfd9;
    margin-left: 10px;
}
#header .header-options .user button:hover .caret,
#header .header-options .user button:focus .caret {
    border-top-color: #99a6b2;
}
#header .header-options .user .dropdown-menu {
    right: 5px;
    width: 100%;
}
#header .header-options .user .dropdown-menu li a {
    color: #333333;
}
@media (max-width: 767px) {
    #header .header-options .user button {
        padding: 0;
        width: 64px;
        min-width: 0;
        text-align: center;
    }
    #header .header-options .user button i {
        font-size: 20px;
        margin-right: 0;
        top: 0;
        float: none;
        vertical-align: middle;
    }
    #header .header-options .user ul.dropdown-menu .arrow {
        right: 25px;
    }
}


/*********************
/*****  OLD CSS ******
**********************/

#printMessageBox
{
    height: 150px !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}


.no-bullet {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.resetSize {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.resetMP {
  margin: 0;
  padding: 0;
}
.caps {
  text-transform: uppercase;
}
/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}
.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}
.mCustomScrollBox > .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}
/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}
.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right;
}
.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/
}
/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(../less/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}
/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/*light-2*/
.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
/*dark-2*/
.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
/*light-thick*/
.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
/*dark-thick*/
.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
/*light-thin*/
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
/*dark-thin*/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.jplist-ios-button {
  display: none;
}
.jplist-panel {
  color: #27252a;
}
.jplist-panel button {
    width: 100%;
    height: 30px;
    padding: 4px 15px;
}
.jplist-panel button.jplist-disabled {
  background: #e3e3e3;
  color: #6c6c6c;
  cursor: default;
}
.jplist-panel button.jplist-selected {
  color: #f03800;
}
.jplist-panel input[type="text"] {
  float: left;
  height: 30px;
  box-shadow: 0 0 1px #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #fff;
  color: #27252a;
  width: 150px;
  text-indent: 5px;
  background: #ffffff;
}
.jplist-panel input[type="checkbox"],
.jplist-panel input[type="radio"] {
  float: left;
  display: inline-block;
  height: 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #27252a;
}
.jplist-panel label {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #27252a;
  cursor: pointer;
}
.jplist-panel .text-filter-box {
  height: 30px;
}
.jplist-panel .text-filter-box .jplist-icon {
  background: #e8eff9;
}
.jplist-panel .text-filter-box .jplist-label {
  margin: 0;
  border-right: 0;
  background: #f1f1f1;
}
.jplist-panel .text-filter-box button {
  margin: 0;
  border-left: 0;
  padding: 0 10px;
}
.jplist-panel .jplist-group {
  height: 30px;
  box-shadow: 0 0 1px #fff;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #fff;
  color: #27252a;
  padding: 0 0 0 5px;
  height: auto;
}
.jplist-panel .jplist-group input,
.jplist-panel .jplist-group label {
  height: 28px;
  line-height: 30px;
}
.jplist-panel .jplist-group ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 10px;
  line-height: 28px;
}
.jplist-panel .jplist-group ul li {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  height: 28px;
  line-height: 30px;
}
.jplist-empty {
  display: none;
}
.jplist-icon {
  float: left;
  height: 30px;
  box-shadow: 0 0 1px #fff;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #fff;
  color: #27252a;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  border-right: 0;
}
.jplist-icon:hover {
  color: #0381bb;
}
.jplist-label {
  float: left;
  height: 30px;
  box-shadow: 0 0 1px #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #fff;
  color: #27252a;
  line-height: 30px;
  padding: 0 10px;
  margin: 10px 10px 0 0;
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #ffffff 0, #efefef 100%);
  background: -o-linear-gradient(top, #ffffff 0, #efefef 100%);
  background: -ms-linear-gradient(top, #ffffff 0, #efefef 100%);
  background: linear-gradient(to bottom, #ffffff 0, #efefef 100%);
}
.jplist-selected {
  color: #ca3f1a;
}
@media only screen and (max-width: 600px) {
  .jplist-panel {
    display: none;
  }
  .jplist-ios-button {
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    line-height: 30px;
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #ffffff 0, #efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0, #efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0, #efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0, #efefef 100%);
  }
  .jplist-ios-button:hover {
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #fafafa 0, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #fafafa 0, #ededed 100%);
    background: -o-linear-gradient(top, #fafafa 0, #ededed 100%);
    background: -ms-linear-gradient(top, #fafafa 0, #ededed 100%);
    background: linear-gradient(to bottom, #fafafa 0, #ededed 100%);
  }
  .jplist-ios-show {
    display: block;
  }
}
.jplist-drop-down {
  float: left;
  height: 30px;
  box-shadow: 0 0 1px #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #fff;
  color: #27252a;
  width: 130px;
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #ffffff 0, #efefef 100%);
  background: -o-linear-gradient(top, #ffffff 0, #efefef 100%);
  background: -ms-linear-gradient(top, #ffffff 0, #efefef 100%);
  background: linear-gradient(to bottom, #ffffff 0, #efefef 100%);
  margin: 10px 10px 0 0;
}
.jplist-drop-down .jplist-dd-panel {
  float: left;
  width: 130px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-indent: 10px;
  cursor: pointer;
}
.jplist-drop-down .jplist-dd-panel:after {
  content: '\25BC';
  color: #111;
  display: inline-block;
  float: right;
  margin: 0 10px;
}
.jplist-drop-down ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  border-radius: 0 0 3px 3px;
  position: relative;
  top: 0;
  z-index: 1000;
  width: 128px;
  display: none;
  overflow: hidden;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 3px 6px #bbbbbb;
}
.jplist-drop-down ul li {
  width: 100%;
  float: left;
  height: 30px;
  line-height: 30px;
  text-indent: 10px;
  cursor: pointer;
}
.jplist-drop-down ul li:hover {
  background-color: #ececec;
}
.jplist-drop-down:hover .jplist-dd-panel {
  color: #0381bb;
}
.jplist-drop-down:hover .jplist-dd-panel:after {
  color: #0381bb;
}
.jplist-panel .jplist-pagination {
  cursor: pointer;
  float: left;
  line-height: 30px;
}
.jplist-panel .jplist-pagination button {
  display: inline-block;
  color: #0381bb;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.jplist-panel .jplist-pagination .jplist-current {
  font-weight: bold;
  color: #f03800;
}
.jplist-panel .jplist-pagination .jplist-pagingprev,
.jplist-panel .jplist-pagination .jplist-pagingmid,
.jplist-panel .jplist-pagination .jplist-pagingnext {
  float: left;
}
.jplist-panel .jplist-pagination .jplist-pagingprev button,
.jplist-panel .jplist-pagination .jplist-pagingnext button {
  font-size: 20px;
  font-family: 'Montserrat', Helvetica, sans-serif;
}
.jplist-one-page {
  display: none;
}
.jplist-reset-btn {
  width: 75px;
}
.radio-filters {
  float: left;
  margin: 5px 15px 0 0;
}
.radio-filters input {
  vertical-align: baseline;
}
.radio-filters label {
  margin-right: 10px;
}
.radio {
  float: left;
}
.jplist-select {
  height: 30px;
  box-shadow: 0 0 1px #fff;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #fff;
  color: #27252a;
  float: left;
  margin: 10px 10px 0 0;
  padding: 5px;
}
.jplist-range-slider {
  float: left;
  margin-top: 15px;
}
.jplist-range-slider .value {
  float: left;
  margin: 0 15px;
  font-size: 12px;
}
.jplist-range-slider .ui-slider {
  float: left;
  width: 130px;
}
.ui-slider {
  margin-top: 5px;
}
.jplist-date-picker-range {
  float: left;
  margin-top: 10px;
}
.jplist-date-picker-range .gap {
  float: left;
  display: block;
  margin-right: 5px;
}
.date-picker {
  float: left;
  border: 1px solid #dbdbdb;
  margin-right: 5px;
  width: 100px;
}
.jplist-panel .jplist-views {
  float: left;
}
.jplist-panel .jplist-views .jplist-view {
  float: left;
  height: 30px;
  box-shadow: 0 0 1px #fff;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #fff;
  color: #27252a;
  cursor: pointer;
  width: 32px;
}
.jplist-panel .jplist-views .list-view {
  background: url('../img/icons/list-btn.png') no-repeat 50% 50%;
}
.jplist-panel .jplist-views .grid-view {
  background: url('../img/icons/grid-btn-disabled.png') no-repeat 50% 50%;
}
.jplist-grid .jplist-panel .jplist-views .list-view {
  background: url('../img/icons/list-btn-disabled.png') no-repeat 50% 50%;
}
.jplist-grid .jplist-panel .jplist-views .grid-view {
  background: url('../img/icons/grid-btn.png') no-repeat 50% 50%;
}
.jplist-hide-preloader {
  display: none;
}
.jplist-preloader {
  height: 30px;
  line-height: 30px;
  margin: 10px 10px 0 0;
  float: right;
}
.jplist-hidden {
  display: none;
}
.block {
  width: 840px;
}
.like,
.keywords {
  color: #440e00;
}
.price {
  color: #17161b;
}
.list {
  background: #fff;
  margin: 30px 0;
}
.list .img {
  width: 15%;
  float: left;
  font-size: 0;
  text-align: center;
}
.list .img img {
  max-width: 90%;
}
.list .block {
  float: right;
  width: 85%;
}
.list .block p {
  margin: 0;
  padding: 0 15px 5px 0;
}
.list .list-item {
  margin-top: 15px;
  float: left;
}
@media only screen and (max-width: 800px) {
  .list .block,
  .list .img {
    width: 90%;
    margin: 0 5%;
  }
  .list .img {
    background: #f1f1f1;
    border-radius: 3px;
    font-size: 0;
    line-height: 0;
    padding: 15px 0;
    margin-bottom: 10px;
    border: 1px solid #dbdbdb;
  }
  .list .img img {
    max-width: 100%;
    border-radius: 3px;
    border: 1px solid #27252a;
  }
}
.box-header {
  background: #e0d7c5;
  border-bottom: 1px solid #ccbda1;
  border-radius: 3px 3px 0;
  margin-top: 20px;
  padding: 5px 0;
}
.demo-tbl {
  background: #fff;
  width: 100%;
  float: left;
  border-collapse: collapse;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin: 30px 0;
}
.demo-tbl td,
.demo-tbl th {
  border-left: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  vertical-align: top;
  padding: 15px;
}
.demo-tbl p {
  margin: 0;
  padding: 0 15px 5px 0;
}
.demo-tbl .odd {
  background: #e8eff9;
}
.demo-tbl .even {
  background: #f4f4f4;
}
.ul-li-list {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ul-li-list .list-item {
  float: left;
  width: 100%;
}
.ul-li-list .list-box {
  width: 100%;
  float: right;
}
.ul-li-list .img {
  float: left;
  margin-right: 20px;
}
.ul-li-list .block {
  float: left;
}
.ul-li-list .desc {
  text-align: justify;
}
.ul-li-list p {
  margin: 0;
  padding: 0 25px 5px 0;
}
@media only screen and (max-width: 800px) {
  .ul-li-list .block {
    width: 90%;
  }
}
.jplist-grid .list-item {
  width: 20%;
  overflow: hidden;
  margin: 20px 0;
}
.jplist-grid .list-item .img {
  width: 100%;
  text-align: center;
}
.jplist-grid .list-item .desc {
  display: none;
}
.jplist-grid .list-item .block {
  width: 100%;
  text-align: center;
}
.jplist-grid .list-item .block p {
  padding: 0.3em 0 0 0;
}
.jplist-grid .list-item .block .title {
  line-height: 1.5em;
  font-size: 1em;
}
.jplist-grid .list-item .date {
  float: none;
}
@media only screen and (max-width: 600px) {
  .jplist-grid .list-item {
    width: 100%;
  }
  .jplist-grid .list-item .img {
    width: 90%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
  .jplist-grid .list-item .img {
    width: auto;
    background: none;
    border: 0;
  }
}
.double-sort .list {
  float: left;
  width: 100%;
  padding: 1.25em 0;
}
.double-sort .list .list-item {
  float: left;
  width: 96%;
  margin: 0 2% 1em 2%;
  clear: both;
}
.subject {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #444444;
}
.course {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #8e3d3d;
}
.jplist-sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #f1f1f1;
  padding-bottom: 5px;
}
.sticky-demo .panel > .center {
  max-width: 100%;
}
.sticky-demo .jplist-sticky > .center {
  max-width: 95%;
}

/*! X-editable - v1.5.1 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
.editableform {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
}
.editableform .control-group {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
  white-space: nowrap;
  /* prevent wrapping buttons on new line */
  line-height: 20px;
  /* overwriting bootstrap line-height. See #133 */
}
/* 
  BS3 width:1005 for inputs breaks editable form in popup 
  See: https://github.com/vitalets/x-editable/issues/393
*/
.editableform .form-control {
  width: auto;
}
.editable-buttons {
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  vertical-align: top;
  margin-left: 7px;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline;
}
.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0;
}
.editable-input {
  vertical-align: top;
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  width: auto;
  /* bootstrap-responsive has width: 100% that breakes layout */
  white-space: normal;
  /* reset white-space decalred in parent*/
  /* display-inline emulation for IE7*/
  zoom: 1;
  *display: inline;
}
.editable-buttons .editable-cancel {
  margin-left: 7px;
}
/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px;
}
.editableform-loading {
  background: url('../img/loading.gif') center center no-repeat;
  height: 25px;
  width: auto;
  min-width: 25px;
}
.editable-inline .editableform-loading {
  background-position: left 5px;
}
.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal;
}
/*add padding for jquery ui*/
.editable-error-block.ui-state-error {
  padding: 3px;
}
.editable-error {
  color: red;
}
/* ---- For specific types ---- */
.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left;
}
/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}
/* checklist vertical alignment */
.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0;
}
.editable-checklist label {
  white-space: nowrap;
}
/* set exact width of textarea to fit buttons toolbar */
.editable-wysihtml5 {
  width: 566px;
  height: 250px;
}
/* clear button shown as link in date inputs */
.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right;
}
/* IOS-style clear button for text inputs */
.editable-clear-x {
  background: url('../img/clear.png') center center no-repeat;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;
  top: 50%;
  right: 6px;
  margin-top: -6px;
}
.editable-clear-x:hover {
  opacity: 1;
}
.editable-pre-wrapped {
  white-space: pre-wrap;
}
.editable-container.editable-popup {
  max-width: none !important;
  /* without this rule poshytip/tooltip does not stretch */
}
.editable-container.popover {
  width: auto;
  /* without this rule popover does not stretch */
}
.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline;
}
.editable-container.ui-widget {
  font-size: inherit;
  /* jqueryui widget font 1.1em too big, overwrite it */
  z-index: 9990;
  /* should be less than select2 dropdown z-index to close dropdown first when click */
}
.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc;
}
.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
}
.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  /* border-bottom: none; */
  text-decoration: none;
}
.editable-unsaved {
  font-weight: bold;
}
.editable-unsaved:after {
  /*    content: '*'*/
}
.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;
}
/*see https://github.com/vitalets/x-editable/issues/139 */
.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block;
}

html span.custom_checkbox {
  display: inline-block;
  position: relative;
  background: url(../img/custom-checkbox-login-buttons.png) -17px 0 no-repeat;
  top: 3px;
  width: 17px;
  height: 16px;
  margin-right: 10px;
  cursor: pointer;
}
html span.custom_checkbox.checked {
  background-position-x: 0;
}
html span.custom_checkbox input[type="checkbox"] {
  position: absolute;
  left: -10000px;
}
html span.custom_radio {
  display: inline-block;
  position: relative;
  background: url(../img/custom-checkbox-radio-buttons.png) -18px 0 no-repeat;
  top: 3px;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
html span.custom_radio.checked {
  background-position-x: 0;
}
html span.custom_radio input[type='radio'] {
  position: absolute;
  left: -10000px;
}
html .has-feedback select {
  text-indent: 1.5em;
}
html .has-feedback select + .form-control-feedback {
  color: #009ce7;
  left: 0;
}
html .has-feedback .glyphicon-ok {
  color: #9ed201;
}
html .has-feedback .glyphicon-remove {
  color: #d9534f;
}
html .has-feedback input + .form-control-feedback {
  right: -25px;
}
html .md_blk,
html .md_right {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
html .md_blk .md_left {
  float: left;
  margin-right: 10px;
}

html body .fa,
html body .unity-ico {
  margin-right: 0.5em;
}
html body .fa.ico-lg,
html body .unity-ico.ico-lg {
  font-size: 200%;
}
html body .ico-orange {
  color: #fd7600;
}
html body .ico-blue {
  color: #009ce7;
}
html body .ico-green {
  color: #9ed201;
}
html body .popover .popover-content .confirm-delete {
  padding: 1em 0.5em;
}
html body .popover .popover-content .confirm-delete .btn {
  margin: 0.5em;
}
html body a {
  cursor: pointer;
}
html body .editable-click,
html body a.editable-click,
html body a.editable-click:hover {
  border-bottom: none;
}
html body .custom_select.default .btn{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-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;
}
html body .scroll_table {
    overflow-x: auto;
}

#contentWrap {
    display: block;
    position: relative;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    padding: 0;
}
#contentTop {
    background: #ffffff;
}
#contentTop #car_logo {
    display: table-cell;
    background: #f5f5f5;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
    padding-top: 5em;
    padding-bottom: 5em;
    vertical-align: middle;
}
#contentTop #car_logo img {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}
#contentTop #contentTopContent {
    display: table-cell;
}
@media (max-width: 767px) {
    #contentTop #contentTopContent {
        padding: 0;
    }
    #contentTop #contentTopContent > .row {
        display: table;
        width: 100%;
        margin: 0;
    }
    #contentTop #contentTopContent > .row > [class^="col"] {
        display: table-cell;
        float: none;
        padding: 10px !important;
        vertical-align: top;
    }
}
#contentTop #contentTopContent #contentNav {
  text-transform: uppercase;
  background: #ffffff;
  border: none;
  border-color: transparent;
  min-height: 67px;
  font-family: 'Montserrat', Helvetica, sans-serif;
  margin-bottom: 0;
  padding-top: 14px;
}
#contentTop #contentTopContent #contentNav .navbar-collapse {
  border-top: none;
}
@media (max-width: 767px) {
  #contentTop #contentTopContent #contentNav ul {
    margin: 15px 0;
  }
}
#contentTop #contentTopContent #contentNav ul li {
  margin: 0 1em;
}
@media (max-width: 1199px) {
  #contentTop #contentTopContent #contentNav ul li {
    margin: 0 0.5em;
  }
}
@media (max-width: 991px) {
  #contentTop #contentTopContent #contentNav ul li {
    margin: 0;
  }
}
#contentTop #contentTopContent #contentNav ul li a {
  padding: 14px 1em;
}
@media (max-width: 1199px) {
  #contentTop #contentTopContent #contentNav ul li a {
    padding: 14px 0.5em;
  }
}
#contentTop #contentTopContent #contentNav ul li.active a {
  border-bottom: 5px solid #009ce7;
  background: transparent;
  color: #2e3640;
}

#contentTop #contentBreadCrumb {
  background: #ffffff;
  height: 67px;
  font-size: 16px;
  line-height: 67px;
  color: #999999;
}
#contentTop #contentBreadCrumb a,
#contentTop #contentBreadCrumb .active {
  color: #0099ff;
  text-decoration: none;
}
#contentTop #contentBreadCrumb a:hover,
#contentTop #contentBreadCrumb a:focus {
  color: #247AA3;
}
#contentTop #contentBreadCrumb i {
    font-size: 12px;
    margin: 0 0.5em;
}
#contentTop #contentTopContent #contentSubNav {
  background: #f5f5f5;
  font-family: 'Montserrat', Helvetica, sans-serif;
  min-height: 153px;
  padding-top: 4em;
  padding-bottom: 4em;
}
@media (max-width: 767px) {
  #contentTop #contentTopContent #contentSubNav {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#contentTop #contentTopContent #contentSubNav ul li.active a {
  background: #009ce7;
  color: #ffffff;
}
#contentTop #contentTopContent #contentSubNav ul li.active a:hover {
  color: #ffffff;
}
#contentTop #contentTopContent #contentSubNav ul li a {
  color: #8694a8;
}
#contentTop #contentTopContent #contentSubNav ul li a:hover {
  color: #2e3640;
}
#contentTop #contentTopContent #contentSubNav .assessed_top {
  font-family: 'Lato', Helvetica, sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  #contentTop #contentTopContent #contentSubNav .assessed_top {
    padding: 30px 0;
  }
}
#contentTop #contentTopContent #contentSubNav .assessed_top .fa-calendar {
  font-size: 20px;
}
#contentTop #contentTopContent #contentSubNav .assessed_top .select_month {
  line-height: 1;
}
@media (max-width: 767px) {
  #contentTop #contentTopContent #contentSubNav .assessed_top .select_month {
    margin-bottom: 15px;
  }
}
#contentTop #contentTopContent #contentSubNav .assessed_top .select_month .txt {
  float: left;
  line-height: 38px;
}
#contentTop #contentTopContent #contentSubNav .assessed_top .select_month .custom_select {
  display: block;
  float: left;
  margin: 0 20px;
}
@media (max-width: 767px) {
  #contentTop #contentTopContent #contentSubNav .assessed_top .select_month .custom_select {
    float: right;
    margin: 0;
  }
}
#contentTop #contentTopContent #contentSubNav .assessed_top .select_month .button {
  padding: 0;
  float: left;
}
#contentTop #contentTopContent #contentSubNav .assessed_top .select_month .button i {
  margin: 0 15px;
}
#contentTop #contentTopContent #contentSubNav .assessed_top .select_month .button span {
 padding: 0 25px;
}
@media (max-width: 767px) {
  #contentTop #contentTopContent #contentSubNav .assessed_top .select_month .button {
    clear: both;
    margin-top: 15px;
    float: right;
  }
}
#contentTop #contentTopContent #contentSubNav .assessed_top .results_for {
  line-height: 38px;
}
#contentTop #contentTopContent #contentSubNav .assessed_top .results_for a {
  color: #2e3640;
  padding: 0 5px;
  text-decoration: none;
}
#contentTop #contentTopContent #contentSubNav .assessed_top .results_for a:hover {
  text-decoration: underline;
}
#contentTop #contentTopContent #contentSubNav .assessed_top .custom_select {
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBQkFERUI4M0U0NTIxMUUzQUI3NzlFNEUxRTJFM0NBQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBQkFERUI4NEU0NTIxMUUzQUI3NzlFNEUxRTJFM0NBQiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFCQURFQjgxRTQ1MjExRTNBQjc3OUU0RTFFMkUzQ0FCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFCQURFQjgyRTQ1MjExRTNBQjc3OUU0RTFFMkUzQ0FCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+QKIwlwAAAEpJREFUeNpiZFxwPICBgcGeATdYxgIkdgFxLhA7YVEwHYjPMAGJb0DsC8T7sCjIBuL/TFABdIVwBSAOC5JOmMJkIJ4CUwACAAEGAKlhELRpa5ONAAAAAElFTkSuQmCC);
  background-position: 90% 50%;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  width: 140px;
}
#contentTop #contentTopContent #contentSubNav .assessed_top .custom_select select {
  -webkit-appearance: none;
  background: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 13px;
  padding: 10px;
  width: 100%;
}
#contentTop.breadcrumbs-row {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
#contentTop.breadcrumbs-row .blue-title {
  color: #009ce7;
  display: inline-block;
}
#contentTop.breadcrumbs-row .btn.pull-right i {
  margin-right: 0;
}
#contentTop.breadcrumbs-row .btn.pull-right + .btn.pull-right {
  margin-right: 1em;
}

/* Content Bar */
#contentBar {
    display: table-caption;
    background: #ffffff;
    padding: 15px;
    font-size: 16px;
    line-height: 34px;
    color: #999999;
    vertical-align: middle;
}
#contentBar .bar-actions {
    float: right;
}
#contentBar .bar-actions .btn {
    margin: -4px 0 0 5px;
    text-transform: uppercase;
}
#contentBar .bar-actions .btn:first-child {
    margin-left: 0;
}
#contentBar .btn.btn-default {
    border: 1px solid #cccccc;
}
@media (max-width: 1199px) {
    #contentBar {
        text-align: center;
    }
    #contentBar .bar-actions {
        margin-top: 15px;
        float: none;
    }
}
@media (min-width: 1400px) {
    #contentBar .container {
        width: 1400px;
        max-width: 100%;
    }
}

/* Main Content */
#mainContent {
    display: table;
    table-layout: fixed;
    background: #f5f5f5;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: top;
}
@media (max-width: 991px) {
    #mainContent {
        border-left: none;
    }
}
#mainContent .job-id {
    display: none;
}


#mainContent #contentVideo {
    display: table-row;
    background: url(../img/video/video-bg.jpg) repeat-x;
    height: 435px;
}
#mainContent #contentVideo .inner {
    display: table-cell;
    text-align: center;
}
#mainContent #contentVideo .inner .center {
    display: inline-block;
    position: relative;
    margin-bottom: -5px;
    overflow: hidden;
}
#mainContent #contentVideo #video {
    display: none;
    position: absolute;
    left: 50%;
    width: 1045px;
    max-width: 100%;
    margin: 0 0 -5px -522.5px;
    cursor: pointer;
}
@media (max-width: 1045px) {
    #mainContent #contentVideo #video {
        width: 100%;
        left: 0;
        margin: 0 0 -5px;
    }
}
#mainContent #contentVideo #video-placeholder {
    display: table;
    position: relative;
    width: 100%;
    max-width: 1366px;
    height: 435px;
    margin: 0 auto;
    cursor: pointer;
}
#mainContent #contentVideo #video-placeholder .play {
    display: table-caption;
    position: absolute;
    border: 3px solid #ffffff;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    width: 185px;
    height: 185px;
    margin: -92.5px 0 0 -92.5px;
    font-size: 70px;
    line-height: 185px;
    text-align: center;
    color: #ffffff;
}
#mainContent #contentVideo #video-placeholder .play i {
    margin: 0;
}
#mainContent #contentVideo #video-placeholder .title {
    display: table-cell;
    width: 50%;
    padding: 0 70px;
    font: 60px bold, 'Montserrat';
    line-height: 60px;
    text-align: left;
    vertical-align: middle;
}
#mainContent #contentVideo #video-placeholder .title .white {
    color: #ffffff;
}
#mainContent #contentVideo #video-placeholder .title .black {
    color: #333333;
}
#mainContent #contentVideo #video-placeholder .title .video-button {
    display: block;
    background: #0099ff;
    border: none;
    border-radius: 1.1em;
    width: auto;
    height: 35px;
    padding: 0 25px;
    margin: 25px 0 0;
    font: 15px normal, 'Montserrat';
    color: #ffffff;
    line-height: 35px;
}
#mainContent #contentVideo #video-placeholder .image {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}

#mainContent #contentMain {
    display: table-cell;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 3em 0 0;
    vertical-align: top;
}
#mainContent #contentMain .ico-btn.btn-default .fa,
#mainContent #contentMain .ico-btn.btn-default .unity-ico {
  color: #009ce7;
}
#mainContent #contentMain .btn.pull-right + .btn.pull-right {
  margin-right: 1em;
}
#printBtn .button i {
  margin-left: 10px;
}
#printBtn .btn-group .btn {
  background: transparent;
}
#printBtn .btn-group .filter-option {
  text-align: center;
}
#printBtn .btn-group.action-print:before {
  content: "\e621";
  font-family: unity;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #009ce7;
  font-size: 1em;
  position: absolute;
  top: 25%;
  left: 20%;
}
#printBtn .btn-group div.dropdown-menu,
#mainContent #contentMain #tutorialContent #printBtn .btn-group div.dropdown-menu {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background: #f5f5f5;
  border: none;
  padding: 10px 5px 15px;
}
#printBtn .btn-group div.dropdown-menu ul li,
#mainContent #contentMain #tutorialContent #printBtn .btn-group div.dropdown-menu ul li {
  background: #ffffff;
  border-right: none;
}
#printBtn .btn-group div.dropdown-menu .close.btn,
#mainContent #contentMain #tutorialContent #printBtn .btn-group div.dropdown-menu .close.btn {
  background: #009ce7;
  color: #ffffff;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 300;
  margin-top: 0.75em;
  opacity: 1;
  padding: 6px 12px;
}
#content .estimate-section {}
#content .estimate-section .section-title {
    display: block;
    position: relative;
    height: 34px;
    padding-right: 34px;
    margin: 15px 0;
    line-height: 34px;
    vertical-align: middle;
}
#content .estimate-section .section-title .section-name {
    display: inline-block;
    width: 25%;
    font-size: 18px;
    font-weight: bold;
    color: #2e3640;
    cursor: pointer;
}
#content .estimate-section .section-title .section-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#content .estimate-section.collapsed .section-title .section-toggle {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#content .estimate-section .section-title .section-toggle i {
    margin: 0;
}
#content .estimate-section .section-title .supplement-no {
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
}
#content .estimate-section .section-title textarea {
    background: none;
    border: none;
    resize: none;
}

#content .estimate-section .section-title .section-rates {
    display: inline-block;
}
#content .estimate-section .section-title .section-rates .rates-label {
    display: inline-block;
}
#content .estimate-section .section-title .section-rates .rates-value {
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
}

#content .estimate-section .section-title .section-sub-totals {
    width: 290px;
    opacity: 0;
    float: right;

    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
#content .estimate-section.collapsed .section-title .section-sub-totals {
    opacity: 1;
}
#content .estimate-section .section-title .section-sub-totals .section-value {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 25px;
    white-space: nowrap;
}
#content .estimate-section .section-title .section-sub-totals .section-value .value-label {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
}
#content .estimate-section .section-title .section-sub-totals .section-value .value-total {
    width: 100%;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
#content .estimate-section .section-body {

}
#content .estimate-section .section-body .table {
    margin-bottom: 0;
}
#content .estimate-section .section-body .table tr.new-row td {

}
#content .estimate-section .section-body .table-totals tr td {
    border-top: 1px solid #808080;
    font-weight: bold;
    color: #2E3640;
}
#content .estimate-section .section-body .table #newRow .inlineEdit {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    float: left;
}
#content .estimate-section .section-body .table #newRow .optionEdit {
    width: 100%;
}

#content .table > thead > tr > th,
#content .table > tbody > tr > th,
#content .table > tfoot > tr > th,
#content .table > thead > tr > td,
#content .table > tbody > tr > td,
#content .table > tfoot > tr > td {
  border-top: none;
}
#content .editable-table,
#mainContent #contentMain #tutorialContent .editable-table {
    overflow: auto;
}
#content .editable-table thead tr td,
#mainContent #contentMain #tutorialContent .editable-table thead tr td {
  padding-bottom: 1em;
}
#content .editable-table tbody tr,
#mainContent #contentMain #tutorialContent .editable-table tbody tr {
  text-transform: uppercase;
  cursor: move;
}
#content .editable-table tbody tr.dragged,
#mainContent #contentMain #tutorialContent .editable-table tbody tr.dragged {
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
#content .editable-table tbody tr.dragged td,
#mainContent #contentMain #tutorialContent .editable-table tbody tr.dragged td {
  background: #cfeaff;
}
#content .editable-table tbody tr.duplicate td {
    background: #f0ad4e;   
}
#content .editable-table tbody tr td {
    font-weight: 300;
    line-height: 2em;
}
#content .editable-table tbody tr td .trigger-action,
#content .editable-table tbody tr td .trigger-flag,
#content .editable-table tbody tr td .trigger-delete,
#content .editable-table tbody tr td .trigger-comment,
#content .editable-table tbody tr td .hidden-flag,
#content .editable-table tbody tr td .hidden-delete,
#content .editable-table tbody tr td .hidden-comment,
#content .editable-table tbody tr td .edit-rate {
    display: none;
    background: none;
    border: none;
    outline: none;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #8694a8;

    -webkit-box-shadow: none;
    box-shadow: none;
}
#content .editable-table tbody tr:hover:not(#newRow) td .trigger-action,
#content .editable-table tbody tr:not(#newRow) td.open .trigger-action,
#content .editable-table tbody tr:hover:not(#newRow) td .trigger-flag,
#content .editable-table tbody tr:hover:not(#newRow) td .trigger-delete,
#content .editable-table tbody tr:hover:not(#newRow) td .trigger-comment,
#content .editable-table tbody tr:hover:not(#newRow) td .edit-rate {
    display: block;
}
#content .editable-table tbody tr td .trigger-flag.active,
#content .editable-table tbody tr td .trigger-delete.active,
#content .editable-table tbody tr td .trigger-action.active,
#content .editable-table tbody tr td .trigger-comment.active {
    display: block;
    color: #d9534f;
}
#content .editable-table tbody tr td .trigger-comment.active
{
    color: #428bca;
}
#content .editable-table tbody tr td .edit-rate {
    display: block;
    color: #000;
}
#content .editable-table tbody tr td.row-total .dropdown-menu {
    padding: 10px;
    cursor: default;
}
#content .editable-table tbody tr td.row-total .dropdown-menu label {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 5px;
}
#content .editable-table tbody tr td.row-total .dropdown-menu .form-control,
#content .editable-table tbody tr td.row-total .dropdown-menu .btn {
    height: 27px;
    padding: 0 10px;
}
#content .editable-table tbody tr td.row-total .dropdown-menu .input-group .btn {
    background-color: #428bca;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#content .editable-table tbody tr td.btn-group {
    display: table-cell;
    text-transform: none;
}

#content .editable-table tbody tr td .no-pointer {
  pointer-events: none;
}
#content .editable-table tbody tr td .inlineEdit {
    background-color: transparent;
    border: none;
    border-color: transparent;
    display: block;
    height: 2em;
    resize: none;
    width: 100%;
    padding: 0;
    line-height: 2em;
    white-space: nowrap;
    overflow: hidden;
}
#content .editable-table tbody tr td .ng-invalid + .inlineEdit {
    color: #ff0000;
    font-weight: bold;
}
#content .editable-table tbody tr td .deleteLine {
    display: none;
    width: 100%;
}
#content .editable-table tbody tr td .deleteLine.active {
    display: inline-block;
}
#content .editable-table tbody tr td .deleteLine i {
    margin: 0;
}
#content .editable-table tbody tr td .editable-empty,
#mainContent #contentMain #tutorialContent .editable-table tbody tr td .editable-empty {
  color: transparent;
  resize: none;
  overflow: hidden;
}
#content .editable-table tbody tr td .editable-container,
#mainContent #contentMain #tutorialContent .editable-table tbody tr td .editable-container,
#content .editable-table tbody tr td .editableform .control-group,
#mainContent #contentMain #tutorialContent .editable-table tbody tr td .editableform .control-group,
#content .editable-table tbody tr td .editableform .editable-input,
#mainContent #contentMain #tutorialContent .editable-table tbody tr td .editableform .editable-input,
#content .editable-table tbody tr td .editableform .form-control,
#mainContent #contentMain #tutorialContent .editable-table tbody tr td .editableform .form-control {
  width: 100%;
}
#content .editable-table tbody tr td:nth-child(2) .editable-empty,
#mainContent #contentMain #tutorialContent .editable-table tbody tr td:nth-child(2) .editable-empty {
  color: #009ce7;
  font-style: italic;
}
#content .editable-table tbody tr td .editable-text,
#mainContent #contentMain #tutorialContent .editable-table tbody tr td .editable-text {
  cursor: pointer;
  display: block;
  min-width: 3em;
  min-height: 1em;
}
#content .editable-table tbody tr:hover td,
#mainContent #contentMain #tutorialContent .editable-table tbody tr:hover td,
#content .editable-table tbody tr:focus td,
#mainContent #contentMain #tutorialContent .editable-table tbody tr:focus td,
#content .editable-table tbody tr:active td,
#mainContent #contentMain #tutorialContent .editable-table tbody tr:active td {
  font-weight: 400;
}
#content .subtotal tr td,
#mainContent #contentMain #tutorialContent .subtotal tr td {
  font-weight: 400;
}
#content .subtotal tr td:last-child,
#mainContent #contentMain #tutorialContent .subtotal tr td:last-child {
  text-align: center;
}
#content .subtotal tr:nth-child(3) {
  background: #f0eef0;
}


#content .addLine-modal .modal-dialog {
    height: calc(100% - 60px);
}
#content .addLine-modal .modal-header {
    height: 150px;
}
#content .addLine-modal .modal-header .modal-title {
    text-transform: uppercase;
    margin-bottom: 20px;
}
#content .addLine-modal .modal-header .close {
    font-size: 1.5em;
    font-weight: 700;
}
#content .addLine-modal .modal-content {
    height: 100%;
    overflow: hidden;
}
#content .addLine-modal .modal-content .modal-body {
    height: calc(100% - 150px);
}
#content .addLine-modal .checkem-wrapper {
    margin: 0;
}

#content .addLine-modal .search {
    margin-bottom: 10px;
}
#content .addLine-modal .filters {
    line-height: 34px;
}
#content .addLine-modal .filters .filter-label {
    height: 34px;
    margin: 0 15px 0 0;
}
#content .addLine-modal .filters .filter {
    height: 34px;
    margin: 0 15px 0 0;
    font-weight: normal;
}
#content .addLine-modal .filters .filter .checkem-wrapper {
    margin-right: 5px;
}
#content .addLine-modal .add-btn {
    display: block;
    width: 100%;
}
#content .addLine-modal .table {
    margin: 0;
}
#content .addLine-modal .table-headings {
    border-bottom: 1px solid #bfbfbf;
}
#content .addLine-modal .lines {
    position: relative;
    height: calc(100% - 36px);
    overflow-y: auto;
}
#content .addLine-modal .lines tr td {
    border-bottom: 1px solid #eee;
}

#mainContent #contentMain .action-btn {
  margin-top: 60px;
}
#mainContent #contentMain .action-btn .btn {
  min-width: 170px;
  margin-left: 30px;
  text-transform: uppercase;
}
#content .action-btn .btn:first-child,
#mainContent #contentMain #tutorialContent .action-btn .btn:first-child {
  margin-left: 0;
}
#content .action-btn .btn.btn-default,
#mainContent #contentMain #tutorialContent .action-btn .btn.btn-default {
  border: 1px solid #cccccc;
}
#content .action-btn .btn-group ul {
    position: absolute;
    margin-top: 0;
    margin-bottom: 1px;
    font: 10px;
    top: auto;
    bottom: 100%;
}
#content .action-btn .btn-group ul li .btn {
    min-width: 0;
    padding: 3px 10px;
    margin: 3px 20px;
}
#content .action-btn .nav li {
  background: #f5f5f5;
  color: #2e3640;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #content .action-btn .nav li {
    clear: both;
    margin-bottom: 1em;
  }
}
#content .action-btn .nav li .unity-ico {
  color: #009ce7;
}
#content .action-btn .nav li .btn-group {
  float: right;
  position: relative;
  background: none;
  margin-bottom: 0;
  min-width: 100px;
  width: 100%;
  color: #2e3640;
}
#content .action-btn .nav li .btn-group .filter-option {
  text-align: center;
}

#printBtn .btn i,
#content .action-btn .nav li .btn i {
  position: absolute;
  left: 18%;
  margin-top: 3px;
  font-size: 1em;
  color: #009ce7;
  text-decoration: inherit;
}
#content .action-btn .nav li .btn-group .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 10px 15px;
  min-width: inherit;
}
#content .action-btn .nav li .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#content .action-btn .nav li .btn-group div.dropdown-menu {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background: #f5f5f5;
  border: none;
  padding: 10px 5px 15px;
}
#content .action-btn .nav li .btn-group div.dropdown-menu ul li,
#mainContent #contentMain #tutorialContent .action-btn .nav li .btn-group div.dropdown-menu ul li {
  background: #ffffff;
  border-right: none;
}
#content .action-btn .nav li .btn-group div.dropdown-menu .close.btn,
#mainContent #contentMain #tutorialContent .action-btn .nav li .btn-group div.dropdown-menu .close.btn {
  background: #009ce7;
  color: #ffffff;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 300;
  margin-top: 0.75em;
  opacity: 1;
  padding: 6px 12px;
}
#content .action-btn .nav li #action-save,
#mainContent #contentMain #tutorialContent .action-btn .nav li #action-save {
  background: #009ce7;
  color: #ffffff;
}
#content .action-btn .nav li #action-save .unity-ico,
#mainContent #contentMain #tutorialContent .action-btn .nav li #action-save .unity-ico {
  color: #ffffff;
}
#content .action-btn .nav li .fa,
#mainContent #contentMain #tutorialContent .action-btn .nav li .fa {
  margin-top: 0.25em;
}
#content .action-btn .nav li:not(:last-child),
#mainContent #contentMain #tutorialContent .action-btn .nav li:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
#content .breadcrumbs-row,
#mainContent #contentMain #tutorialContent .breadcrumbs-row {
  margin-top: -3em;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (max-width: 991px) {
  #content .breadcrumbs-row,
  #mainContent #contentMain #tutorialContent .breadcrumbs-row {
    margin-top: 0;
  }
}
#content .breadcrumbs-row .blue-title,
#mainContent #contentMain #tutorialContent .breadcrumbs-row .blue-title {
  color: #009ce7;
  display: inline-block;
}
#content .breadcrumbs-row .btn.pull-right i,
#mainContent #contentMain #tutorialContent .breadcrumbs-row .btn.pull-right i {
  margin-right: 0;
}
#content .breadcrumbs-row .btn.pull-right + .btn.pull-right,
#mainContent #contentMain #tutorialContent .breadcrumbs-row .btn.pull-right + .btn.pull-right {
  margin-right: 1em;
}
#content .tutorial-content,
#mainContent #contentMain #tutorialContent .tutorial-content {
  border-top: none;
}
#content .tutorial-content.hidden,
#mainContent #contentMain #tutorialContent .tutorial-content.hidden {
  display: none;
}
#content .tutorial-content.shown,
#mainContent #contentMain #tutorialContent .tutorial-content.shown {
  display: block;
}
#content .tutorial-content .btn-default,
#mainContent #contentMain #tutorialContent .tutorial-content .btn-default {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#content .tutorial-content .job-info,
#mainContent #contentMain #tutorialContent .tutorial-content .job-info {
  margin-top: 1em;
  margin-bottom: 1em;
}
#content .tutorial-content .job-info span,
#mainContent #contentMain #tutorialContent .tutorial-content .job-info span {
  color: #8694a8;
}
#content .tutorial-content .tutcontent,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent {
  background: transparent;
  clear: both;
}
#content .tutorial-content .tutcontent #detailsForm,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm {
  background: #ffffff;
  padding-top: 1em;
  padding-bottom: 1em;
}
#content .tutorial-content .tutcontent #detailsForm.custom-form h4 i,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm.custom-form h4 i {
  vertical-align: text-bottom;
}
#content .tutorial-content .tutcontent #detailsForm .custom_select_side.row,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .custom_select_side.row {
  margin-top: 1em;
  margin-bottom: 1em;
}
#content .tutorial-content .tutcontent #detailsForm .custom_select.dark,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .custom_select.dark {
  width: 100%;
}
#content .tutorial-content .tutcontent #detailsForm .custom_select.dark + .bootstrap-select,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .custom_select.dark + .bootstrap-select {
  margin-bottom: 0;
}
#content .tutorial-content .tutcontent #detailsForm .custom_select.dark + .bootstrap-select .selectpicker,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .custom_select.dark + .bootstrap-select .selectpicker {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #2e3640;
  color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
}
#content .tutorial-content .tutcontent #detailsForm .custom_select.dark + .bootstrap-select .selectpicker .filter-option,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .custom_select.dark + .bootstrap-select .selectpicker .filter-option {
  color: #ffffff;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 0.85em;
  -webkit-text-stroke: 0;
}
#content .tutorial-content .tutcontent #detailsForm .custom_select.dark + .bootstrap-select .selectpicker .caret,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .custom_select.dark + .bootstrap-select .selectpicker .caret {
  color: #ffffff;
}
#content .tutorial-content .tutcontent #detailsForm .custom_select.dark + .bootstrap-select .selectpicker + .dropdown-menu,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .custom_select.dark + .bootstrap-select .selectpicker + .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #2e3640;
}
#content .tutorial-content .tutcontent #detailsForm .custom_select.dark + .bootstrap-select .selectpicker + .dropdown-menu li a,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .custom_select.dark + .bootstrap-select .selectpicker + .dropdown-menu li a {
  color: #ffffff;
  font-size: 0.85em;
}
#content .tutorial-content .tutcontent #detailsForm .custom_select.dark + .bootstrap-select .selectpicker + .dropdown-menu li a:hover,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .custom_select.dark + .bootstrap-select .selectpicker + .dropdown-menu li a:hover,
#content .tutorial-content .tutcontent #detailsForm .custom_select.dark + .bootstrap-select .selectpicker + .dropdown-menu li a:focus,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .custom_select.dark + .bootstrap-select .selectpicker + .dropdown-menu li a:focus {
  background-color: #009ce7;
}
#content .tutorial-content .tutcontent #detailsForm .custom_select_side.row label,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .custom_select_side.row label {
  font-weight: 400;
}
#content .tutorial-content .tutcontent #detailsForm .custom_select_side.row input.dark,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .custom_select_side.row input.dark {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #2e3640;
  color: #ffffff;
  font-size: .85em;
  height: 2.5em;
  padding: 0 .5em;
}
#content .tutorial-content .tutcontent #detailsForm .car-details-map,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .car-details-map {
  background: url(../img/car-details-drawing.png) no-repeat top center transparent;
  display: block;
  height: 258px;
  position: relative;
  margin: 0 auto;
  min-width: 175px;
  width: 100%;
}
#content .tutorial-content .tutcontent #detailsForm .car-details-map .col-xs-4,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .car-details-map .col-xs-4 {
  position: static;
  margin-top: 1em;
  margin-bottom: 1em;
}
#content .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select {
  display: block;
  position: static;
  margin: 0 auto;
  max-width: 4em;
}
#content .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker[title="1"],
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker[title="1"] {
  background: #9ed201;
}
#content .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker[title="2"],
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker[title="2"] {
  background: #fd7600;
}
#content .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker[title="3"],
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker[title="3"] {
  background: #009ce7;
}
#content .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker[title="4"],
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker[title="4"] {
  background: #8694a8;
}
#content .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu {
  background: #f5f5f5;
  min-width: 0;
}
#content .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul {
  background: #f5f5f5;
}
#content .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul li,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul li {
  background: #f5f5f5;
  color: #2e3640;
}
#content .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul li a,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul li a {
  position: relative;
}
#content .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul li a:before,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul li a:before {
  content: "\f111";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 0.75em;
  padding-right: 0.25em;
  position: absolute;
  top: 0.75em;
  left: 1em;
}
#content .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul li:nth-child(2) a:before,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul li:nth-child(2) a:before {
  color: #9ed201;
}
#content .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul li:nth-child(3) a:before,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul li:nth-child(3) a:before {
  color: #fd7600;
}
#content .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul li:nth-child(4) a:before,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul li:nth-child(4) a:before {
  color: #009ce7;
}
#content .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul li:nth-child(5) a:before,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul li:nth-child(5) a:before {
  color: #8694a8;
}
#content .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul li a,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul li a {
  color: #2e3640;
  font-size: 1em;
}
#content .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul li a:hover,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul li a:hover,
#content .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul li a:focus,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu ul li a:focus {
  background-color: #cfeaff;
}
#content .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu .close.btn,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .car-details-map .custom_select.dark.car_map + .bootstrap-select button.selectpicker + .dropdown-menu .close.btn {
  background: #009ce7;
  color: #ffffff;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 300;
  margin-top: 0.75em;
  margin-right: 1em;
  opacity: 1;
  padding: 6px 12px;
}
#content .tutorial-content .tutcontent #detailsForm .car-details-map #tut-option-box,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #detailsForm .car-details-map #tut-option-box {
  height: 1em;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1em;
}
#content .tutorial-content .tutcontent #addNotes,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addNotes {
  max-height: 30em;
  overflow-y: scroll;
}
#content .tutorial-content .tutcontent #addNotes .btn,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addNotes .btn {
  margin-top: 1em;
  margin-bottom: 1em;
}
#content .tutorial-content .tutcontent #addNotes table,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addNotes table {
  border-spacing: 1em;
  border-collapse: separate;
}
#content .tutorial-content .tutcontent #addNotes table tbody tr td,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addNotes table tbody tr td {
  border: 1px solid #f5f5f5;
}
#content .tutorial-content .tutcontent #addNotes table tbody tr td .notes-date,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addNotes table tbody tr td .notes-date,
#content .tutorial-content .tutcontent #addNotes table tbody tr td .notes-author,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addNotes table tbody tr td .notes-author {
  margin-bottom: 0;
}
#content .tutorial-content .tutcontent #addNotes table tbody tr td .notes-author,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addNotes table tbody tr td .notes-author {
  color: #8694a8;
}
#content .tutorial-content .tutcontent #addNotes table tbody tr td .notes-content,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addNotes table tbody tr td .notes-content {
  font-size: 0.9em;
}
#content .tutorial-content .tutcontent #addImages #imgContainer,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addImages #imgContainer {
  height: 30em;
  margin-bottom: 2em;
  overflow-y: scroll;
}
#content .tutorial-content .tutcontent #addImages #imgContainer .imgHolder,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addImages #imgContainer .imgHolder {
  cursor: pointer;
  height: 12em;
  margin: 0 15px 15px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #content .tutorial-content .tutcontent #addImages #imgContainer .imgHolder,
  #mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addImages #imgContainer .imgHolder {
    height: 10em;
  }
}
#content .tutorial-content .tutcontent #addImages #imgContainer .imgHolder img,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addImages #imgContainer .imgHolder img {
  position: absolute;
  top: -9999px;
  left: -9999px;
  bottom: -9999px;
  right: -9999px;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
}
#content .tutorial-content .tutcontent #addImages #imgContainer .imgHolder#addNewImage #addNewImgBtn,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addImages #imgContainer .imgHolder#addNewImage #addNewImgBtn {
  border: 3px dashed #8694a8;
  height: 100%;
  width: 100%;
}
#content .tutorial-content .tutcontent #addImages #imgContainer .imgHolder#addNewImage #addNewImgBtn i,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addImages #imgContainer .imgHolder#addNewImage #addNewImgBtn i {
  color: #8694a8;
  font-size: 3em;
  margin-right: 0;
}
#content .tutorial-content .tutcontent #addImages #imgContainer .imgHolder#addNewImage #addNewImgBtn h4,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addImages #imgContainer .imgHolder#addNewImage #addNewImgBtn h4 {
  color: #8694a8;
}
#content .tutorial-content .tutcontent #addImages #imgContainer .imgHolder .overlay,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addImages #imgContainer .imgHolder .overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#content .tutorial-content .tutcontent #addImages #imgContainer .imgHolder .overlay .count,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addImages #imgContainer .imgHolder .overlay .count {
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#content .tutorial-content .tutcontent #addImages #imgContainer .imgHolder .deleteImg-btn,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addImages #imgContainer .imgHolder .deleteImg-btn,
#content .tutorial-content .tutcontent #addImages #imgContainer .imgHolder .zoomImg-btn,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addImages #imgContainer .imgHolder .zoomImg-btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #8694a8;
  height: 30px;
  position: absolute;
  top: 5px;
  width: 40px;
  z-index: 1000;
}
#content .tutorial-content .tutcontent #addImages #imgContainer .imgHolder .deleteImg-btn i,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addImages #imgContainer .imgHolder .deleteImg-btn i,
#content .tutorial-content .tutcontent #addImages #imgContainer .imgHolder .zoomImg-btn i,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addImages #imgContainer .imgHolder .zoomImg-btn i {
  color: #ffffff;
  margin: 0 auto;
}
#content .tutorial-content .tutcontent #addImages #imgContainer .imgHolder .deleteImg-btn,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addImages #imgContainer .imgHolder .deleteImg-btn {
  background: #d9534f;
  right: 10px;
}
#content .tutorial-content .tutcontent #addImages #imgContainer .imgHolder .zoomImg-btn,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addImages #imgContainer .imgHolder .zoomImg-btn {
  background: #009ce7;
  right: 55px;
}
#content .tutorial-content .tutcontent #addImages .btn-dark,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addImages .btn-dark {
  background: #2e3640;
  color: #f5f5f5;
}
#content .tutorial-content .tutcontent #addImages .btn-dark:hover,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addImages .btn-dark:hover,
#content .tutorial-content .tutcontent #addImages .btn-dark:focus,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addImages .btn-dark:focus,
#content .tutorial-content .tutcontent #addImages .btn-dark:active,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #addImages .btn-dark:active {
  background: #009ce7;
}
#content .tutorial-content .tutcontent #outsideForm,
#mainContent #contentMain #tutorialContent .tutorial-content .tutcontent #outsideForm {
  margin-top: 3em;
  margin-bottom: 5em;
}

#mainContent #contentMain .newjob {
    margin-bottom: 30px;
}
#mainContent #contentMain .assess_table {
  font-size: 12px;
  min-width: 1200px;
  margin-bottom: 40px;
}
#mainContent #contentMain .assess_table thead {
  background: #808080;
}
#mainContent #contentMain .assess_table thead tr th {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCMzJBMjBGQ0U0NkIxMUUzQUI3NzlFNEUxRTJFM0NBQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCMzJBMjBGREU0NkIxMUUzQUI3NzlFNEUxRTJFM0NBQiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkIzMkEyMEZBRTQ2QjExRTNBQjc3OUU0RTFFMkUzQ0FCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkIzMkEyMEZCRTQ2QjExRTNBQjc3OUU0RTFFMkUzQ0FCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+OKPTkQAAAGhJREFUeNpi/PTpEwMUsAKxEBC/BHEYkSSmAbEFENsC8VeYRCZUAgTWAXEISMIZyNgBxCwMCNDM+P//fwZsgAwJoB1NQLoWSewPEHuAJBiBjDVAHASVyALi6TDncgPxYSA+AZVgAAgwAAuUKaIw5ZY0AAAAAElFTkSuQmCC);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  height: 58px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 0 20px 0 12px;
  vertical-align: middle;
}
#mainContent #contentMain .assess_table thead tr th.headerSortUp {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCMzJBMjBGOEU0NkIxMUUzQUI3NzlFNEUxRTJFM0NBQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCMzJBMjBGOUU0NkIxMUUzQUI3NzlFNEUxRTJFM0NBQiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkIzMkEyMEY2RTQ2QjExRTNBQjc3OUU0RTFFMkUzQ0FCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkIzMkEyMEY3RTQ2QjExRTNBQjc3OUU0RTFFMkUzQ0FCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+sY3G9gAAADpJREFUeNpi/PTpEwMUsAKxEBC/BHGYGBBgIhBvB2JuZIlMKDYE4kVAzMgINMoZyNgBxCxIupsBAgwARp4LLnh5lNoAAAAASUVORK5CYII=);
}
#mainContent #contentMain .assess_table thead tr th.headerSortDown {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCMzJBMjBGNEU0NkIxMUUzQUI3NzlFNEUxRTJFM0NBQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCMzJBMjBGNUU0NkIxMUUzQUI3NzlFNEUxRTJFM0NBQiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFCQURFQjg5RTQ1MjExRTNBQjc3OUU0RTFFMkUzQ0FCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFCQURFQjhBRTQ1MjExRTNBQjc3OUU0RTFFMkUzQ0FCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+x8qs0QAAAENJREFUeNpi/PTpUxMDA0MtAwL8AWIPJiBRD8TrkCTygHgvC5D4D8RxQKwIxCeAeDpIlhFoFEylOBC/A+LfIA5AgAEAJkAPLX2ynQMAAAAASUVORK5CYII=);
}
#mainContent #contentMain .assess_table tbody tr {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
#mainContent #contentMain .assess_table tbody tr:hover {
  background: #f2fafc;
  border-bottom: 1px solid #a8dbe4;
  border-top: 1px solid #a8dbe4;
}
#mainContent #contentMain .assess_table tbody tr:hover td {
  color: #2e3640;
  font-weight: 700;
}
#mainContent #contentMain .assess_table tbody tr td {
  border: none;
  color: #666;
  padding: 12px 12px;
}
#mainContent #contentMain .assess_table.assessed tbody tr:hover td {
  color: #666;
}
#mainContent #contentMain .assess_table.assessed tbody tr td {
  color: #a3a3a3;
}
#mainContent #contentMain .assessed_date {
  float: right;
}
#mainContent #contentMain .date_filter {
  background: #2e3640;
  border-radius: 8px;
  display: table;
  margin: 30px 0;
  padding: 20px 25px;
}
#mainContent #contentMain .date_filter h3 {
  color: #8694a8 !important;
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1;
  margin: 0 0 15px;
  text-transform: uppercase;
}
#mainContent #contentMain .date_filter form:before,
#mainContent #contentMain .date_filter form:after {
  content: " ";
  display: table;
}
#mainContent #contentMain .date_filter form:after {
  clear: both;
}
#mainContent #contentMain .date_filter form:before,
#mainContent #contentMain .date_filter form:after {
  content: " ";
  display: table;
}
#mainContent #contentMain .date_filter form:after {
  clear: both;
}
#mainContent #contentMain .date_filter .col {
  float: left;
  margin-right: 25px;
}
#mainContent #contentMain .date_filter label {
  color: #fff;
  font-size: 13px;
  margin-bottom: 5px;
}
#mainContent #contentMain .date_filter .date_input {
  background: #fff;
  height: 39px;
  padding: 10px;
  position: relative;
}
#mainContent #contentMain .date_filter .date_input:before,
#mainContent #contentMain .date_filter .date_input:after {
  content: " ";
  display: table;
}
#mainContent #contentMain .date_filter .date_input:after {
  clear: both;
}
#mainContent #contentMain .date_filter .date_input:before,
#mainContent #contentMain .date_filter .date_input:after {
  content: " ";
  display: table;
}
#mainContent #contentMain .date_filter .date_input:after {
  clear: both;
}
#mainContent #contentMain .date_filter input[type=text] {
  background: transparent;
  border: none;
  float: left;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 14px;
  width: 130px;
}
#mainContent #contentMain .date_filter .fa-calendar {
  font-size: 20px;
  float: right;
}
#mainContent #contentMain .date_filter .button {
  float: left;
  margin-top: 24px;
}
#mainContent #rightGallery {
  background: #ffffff;
  z-index: initial;
}
#mainContent #rightGallery .content {
  background: #ffffff;
  padding-top: 1em;
  padding-bottom: 2em;
}
#mainContent #rightGallery.hide {
  display: none;
}
#mainContent #rightGallery.show {
  display: block;
}
@media (min-width: 992px) {
  #mainContent #rightGallery {
    border-left: 1px solid #f5f5f5;
  }
}
#mainContent #rightGallery .section-title {
  font-family: 'Montserrat', Helvetica, sans-serif;
}
#mainContent #rightGallery .section-title .fa {
  font-size: 1.5em;
  margin-right: 1em;
  vertical-align: middle;
}
#mainContent #rightGallery .section-title a {
  color: #2e3640;
}
#mainContent #rightGallery #carImgGallery .thumbs {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 10px 30px;
}
#mainContent #rightGallery #carImgGallery .thumbs .image {
    display: block;
    position: relative;
    list-style: none;
    list-style-type: none;
    width: 100%;
    margin: 10px auto;
    padding: 0;
    text-align: center;
    cursor: pointer;
}
#mainContent #rightGallery #carImgGallery .thumbs .image:before {
    content: '';
    display: block;
    padding-top: 100%;
}
#mainContent #rightGallery #carImgGallery .thumbs .image .image-background {
    display: block;
    position: absolute;
    background-size: cover;
    background-position: center center;
    border: 1px solid #f5f5f5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.zoomContainer {
    /*z-index: 200;*/
}
.zoomWindowContainer {
    z-index: 100;
}
#mainContent #rightGallery #carImgGallery .thumbs .image .overlay {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    padding: 0 10px;
    text-align: right;
    overflow: hidden;
    z-index: 101;

    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    -ms-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
}
#mainContent #rightGallery #carImgGallery .thumbs .image .overlay.active {
    height: 100%;
}
#mainContent #rightGallery #carImgGallery .thumbs .image .overlay .count {
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#mainContent #rightGallery #carImgGallery .thumbs .image .overlay .btn {
  border-radius: 0;
  border: none;
  width: 40px;
  height: 30px;
  padding: 0;
  margin: 10px 5px 0;
  line-height: 30px;
  color: #8694a8;
  text-align: center;
  z-index: 100;
}
#mainContent #rightGallery #carImgGallery .thumbs .image .overlay .btn i {
  color: #ffffff;
  margin: 0;
}
#mainContent #rightGallery #carImgGallery .thumbs .image .overlay .view-image {
  background: #009ce7;
}
#mainContent #rightGallery #carImgGallery .thumbs .image .overlay .edit-image {
  background: #009ce7;
}
#mainContent #rightGallery #carImgGallery .thumbs .image .overlay .delete-image {
  background: #d9534f;
}

#mainContent #rightGallery .alert {
  display: none;
  position: relative;
  margin-right: 28px;
}
#mainContent #rightGallery .alert .close {
  position: absolute;
  right: 5px;
  top: 0;
}

#mainContent #rightGallery #loading {
  display: none;
  border: 1px solid #f5f5f5;
  height: 100px;
  margin: 20px 28px 20px 0;
  font-size: 40px;
  line-height: 100px;
  color: #333;
  text-align: center;
}
#mainContent #rightGallery .edit-btn {
  margin-right: 0;
  padding-right: 1em;
}
#mainContent #rightGallery .edit-btn .btn {
  margin-bottom: 15px;
}
#mainContent #rightGallery .edit-btn #addPhoto {
  position: absolute;
  left: -10000px;
}
#mainContent #rightGallery .edit-btn #popupImageGallery i {
  color: #009ce7;
}
html body #charts h4 {
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
html body #charts .chart {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}
html body #charts .small-charts:before,
html body #charts .small-charts:after {
  content: " ";
  display: table;
}
html body #charts .small-charts:after {
  clear: both;
}
html body #charts .small-charts:before,
html body #charts .small-charts:after {
  content: " ";
  display: table;
}
html body #charts .small-charts:after {
  clear: both;
}
html body #charts .small-charts h4 {
  float: none !important;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
}
html body #charts .small-charts .chart {
  float: left;
  width: 50%;
}
html body #charts .small-charts .chart:nth-child(2n+1) {
  border-right: 1px solid #e6e6e6;
}
html body #charts .small-charts .chart-header-info {
  height: 45px;
}
html body #charts .small-charts .chart_sec > div {
  display: block !important;
  margin: 0 auto !important;
}
html body #charts .chart-head {
  margin-bottom: 10px;
}
html body #charts .chart-head h4 {
  float: left;
}
html body #charts .chart-head .info,
html body #charts .chart-head .number {
  color: #8694a8;
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}
html body #charts .chart-head .number {
  float: right;
  font-size: 14px;
  line-height: 30px;
  margin-right: 20px;
}
html body #charts .chart-head .search {
  background: #f0eef0;
  border-radius: 3px;
  float: right;
  display: block;
  padding: 5px 8px;
  text-align: center;
}
html body #charts .chart-head .search i {
  color: #33abfc;
  margin: 0;
}
html body #charts .chart-header-info:before,
html body #charts .chart-header-info:after {
  content: " ";
  display: table;
}
html body #charts .chart-header-info:after {
  clear: both;
}
html body #charts .chart-header-info:before,
html body #charts .chart-header-info:after {
  content: " ";
  display: table;
}
html body #charts .chart-header-info:after {
  clear: both;
}
html body #charts #work_chart_key {
  margin: 20px 0 0;
  padding: 0;
}
html body #charts #work_chart_key li {
  display: table;
  margin: 0 auto;
  width: 85%;
}
html body #charts #work_chart_key li:before,
html body #charts #work_chart_key li:after {
  content: " ";
  display: table;
}
html body #charts #work_chart_key li:after {
  clear: both;
}
html body #charts #work_chart_key li:before,
html body #charts #work_chart_key li:after {
  content: " ";
  display: table;
}
html body #charts #work_chart_key li:after {
  clear: both;
}
html body #charts #work_chart_key .key_color {
  border-radius: 50%;
  float: left;
  height: 8px;
  margin: 5px 10px 0 0;
  width: 8px;
}
html body #charts #work_chart_key .key_item,
html body #charts #work_chart_key .key_percentage {
  float: left;
}
html body #charts #work_chart_key .key_percentage {
  margin-left: 20px;
}

#error404 {
  position: absolute;
  background: #f0f1f2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#error404 .image {
  position: absolute;
  background: url(../img/bg/404.png) center center no-repeat;
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  width: 802px;
  height: 600px;
  margin: -300px 0 0 -401px;
}
#error404 .image .text {
  position: absolute;
  top: 340px;
  left: 396px;
  right: 0;
  font-size: 20px;
  color: #0a1327;
  text-align: center;
}
#error404 .image .text .links {
  margin-top: 20px;
  font-family: Montserrat,Helvetica,sans-serif;
  font-size: 25px;
}
#error404 .image .text .links a {
  font-weight: bold;
  color: #0a1327;
}

#underConstruction {
  display: table-cell;
  position: absolute;
  background: #a5eaf2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#underConstruction .image {
  position: absolute;
  background: url(../img/under-construction.png) center center no-repeat;
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  width: 735px;
  height: 505px;
  margin: -257.5px 0 0 -490px;
}
#underConstruction .image .text {
    position: absolute;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 50%;
    left: 490px;
    width: 535px;
    padding: 30px 0;
    margin-top: -110px;
    text-align: center;
    text-transform: uppercase;
}
#underConstruction .image .text .sorry {
    margin-bottom: 15px;
    font-size: 47px;
    line-height: 40px;
    color: #232b3d;
}
#underConstruction .image .text .message {
    margin-top: 20px;
    font-family: Montserrat,Helvetica,sans-serif;
    font-size: 42px;
    line-height: 50px;
    color: #fff;
}
@media (max-width: 1199px) {
    #underConstruction .image {
        top: 40%;
        margin-left: -367.5px;
    }
    #underConstruction .image .text {
        top: 100%;
        left: 50%;
        margin-left: -265px;
    }
}

#tutorials.step1 .row.text-center [class^="col-"] {
  text-align: left;
}
#tutorials.step1 .row.text-center .center[class^="col-"] {
  display: inline-block;
  float: none;
}
#tutorials.step1 h2 {
  display: block;
  margin: 0 0 30px;
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #2e3640;
  text-transform: uppercase;
}
#tutorials.step1 h2 i {
  position: relative;
  float: left;
}
#tutorials.step1 #insurer h2 i {
  font-size: 35px;
}
#tutorials.step1 #customer h2 i {
  font-size: 28px;
}
#tutorials.step1 #carDetails h2 i {
  font-size: 35px;
}

/*** Right Gallery Edit Image ***/
#editImageModal .modal-body {
    background: #bfbfbf;
    border-top: 1px solid #e5e5e5;
    padding: 0;
    margin: 20px 0 0;
}
#editImageModal .modal-footer {
    margin-top: 0;
}

/*** Account Template ***/
#account .title .btn {
  height: 40px;
  font-size: 16.5px;
  text-transform: uppercase;
}

#account #form .action-btn button {
  background: none;
  border: none;
  margin: 50px 0 50px 30px;
}
#account #form .action-btn button:first-child {
  margin-left: 0;
}
#account #form .action-btn button .circle {
  display: block;
  background: #2e3640;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 75px;
  color: #fff;
  text-align: center;
}
#account #form .action-btn button .circle i {
  margin: 0;
}
#account #form .action-btn button .text {
  display: block;
  border-bottom: 1px solid #cdcdcd;
  width: 45px;
  height: 25px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 25px;
  color: #231f20;
}

/*** Insurer Index ***/
#account.insurerIndex #options {
  margin-bottom: 70px;
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 34px;
  color: #232b3d;
}
#account.insurerIndex #options #filter {
  margin-bottom: 20px;
  white-space: nowrap
}
#account.insurerIndex #options #filter .custom_select {
  width: 100%;
  margin: 0;
}
#account.insurerIndex #options #filter .custom_select .btn {
  background: #fff;
  border: 1px solid #f2f2f2;
}
#account.insurerIndex #options #filter .filter {
  width: 100%;
  text-align: center;
}
#account.insurerIndex #options #filter .filter.small {
  width: 34px;
}
#account.insurerIndex #options #search {
  display: block;
  position: relative;
  height: 34px;
  width: 100%;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  #account.insurerIndex #options #search {
    margin-bottom: 0;
  }
}
#account.insurerIndex #options #search input {
  position: absolute;
  background: #fff;
  border: none;
  border-radius: 0;
  top: 50%;
  left: 0;
  width: 100%;
  height: 34px;
  padding: 8px 60px 8px 30px;
  margin: -15px 0 0;
  font-size: 14px;
  line-height: 18px;
  color: #808080;
}
#account.insurerIndex #options #search button {
  position: absolute;
  background: none;
  border: none;
  border-radius: 0;
  top: 50%;
  right: 0;
  width: 40px;
  height: 30px;
  margin-top: -15px;
  font-size: 17px;
  color: #808080;
  text-align: center;
}
#account.insurerIndex #options #search button .fa {
  margin: 0;
}
#account.insurerIndex #insurers {
  padding-bottom: 50px;
}
#account.insurerIndex #insurers .insurer {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  height: 110px;
  padding: 10px 10px 10px 110px;
  margin-bottom: 25px;
}
#account.insurerIndex #insurers .insurer:hover {
  background: #edf7ff;
  border-color: #b5dffc;
}
#account.insurerIndex #insurers .insurer .image {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 90px;
  height: 90px;
  overflow: hidden;
}
#account.insurerIndex #insurers .insurer .image img {
  max-height: 155px;
}
#account.insurerIndex #insurers .insurer .name {
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 40px;
  color: #232b3d;
}
#account.insurerIndex #insurers .insurer .location {
  font-size: 13px;
  line-height: 20px;
  color: #3bb1ff;
}
#account.insurerIndex #insurers .insurer .modified {
  font-size: 13px;
  line-height: 20px;
  color: #808080;
}
#account.insurerIndex #insurers .insurer .btn {
  position: relative;
  width: 140px;
  margin: 26px 0;
  text-align: center;
  text-transform: uppercase;
}

/*** Insurer Details ***/
#account.insurerDetails #form #states .state {
  display: inline-block;
  margin-right: 40px;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #4d4d4d;
}
#account.insurerDetails #form #states .state input[type="checkbox"] {
  position: absolute;
  left: -10000px;
}
#account.insurerDetails #form #states .state .check {
  display: inline-block;
  background: #f1f1f1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  font-size: 12px;
  line-height: 25px;
  color: #f1f1f1;
  text-align: center;
}
#account.insurerDetails #form #states .state .check i {
  margin: 0;
}
#account.insurerDetails #form #states .state .check.active i {
  color: #0099ff;
}
#account.insurerDetails #form .save-button .circle {
  background: #0099ff;
}

/*** Network Repairer ***/
#account.networkRepairer #form #left {
  position: relative;
  min-width: 410px;
  padding: 115px 0 0;
  text-align: center;
}
#account.networkRepairer #form #left #regions {
  display: inline-block;
  position: relative;
  width: 285px;
  height: 280px;
  margin-right: 90px;
}
#account.networkRepairer #form #left #regions .jvectormap-container .jvectormap-zoomin,
#account.networkRepairer #form #left #regions .jvectormap-container .jvectormap-zoomout {
  display: none;
}
#account.networkRepairer #form #left #map {
  position: absolute;
  border-radius: 100%;
  top: 50px;
  left: 70%;
  width: 125px;
  height: 125px;
  overflow: hidden;
}
#account.networkRepairer #form #repairers {
  background: #f2f2f2;
  padding: 15px 20px;
}
#account.networkRepairer #form #repairers #search {
  display: block;
  position: relative;
  height: 34px;
  width: 100%;
  margin-bottom: 30px;
}
#account.networkRepairer #form #repairers #search input {
  position: absolute;
  background: #fff;
  border: none;
  border-radius: 0;
  top: 50%;
  left: 0;
  width: 100%;
  height: 34px;
  padding: 8px 60px 8px 20px;
  margin: -15px 0 0;
  font-size: 14px;
  line-height: 18px;
  color: #808080;
}
#account.networkRepairer #form #repairers #search button {
  position: absolute;
  background: none;
  border: none;
  border-radius: 0;
  top: 50%;
  right: 0;
  width: 40px;
  height: 30px;
  margin-top: -15px;
  font-size: 17px;
  color: #808080;
  text-align: center;
}
#account.networkRepairer #form #repairers button .fa {
  margin: 0;
}
#account.networkRepairer #form #repairers .repairers {
  max-height: 320px;
  overflow-y: visible;
  overflow-x: auto;
}
#account.networkRepairer #form #repairers .repairers .repairer {
  margin-top: 15px;
}
#account.networkRepairer #form #repairers .repairers .repairer:first-child {
  margin-top: 0;
}
#account.networkRepairer #form #repairers .repairers .repairer .name {
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-size: 13px;
  line-height: 30px;
  color: #232b3d;
}
#account.networkRepairer #form #repairers .repairers .repairer .id {
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-size: 13px;
  line-height: 30px;
  color: #0099ff;
}
#account.networkRepairer #form #repairers .repairers .repairer .text {
  font-size: 12px;
  color: #808080;
}
#account.networkRepairer #form #repairers .repairers .repairer .enable {
  line-height: 40px;
}
#account.networkRepairer #form #repairers .repairers .repairer .enable label {
  margin: 0 0 0 30px;
  font-size: 12px;
  color: #232b3d;
  text-transform: uppercase;
}
#account.networkRepairer #form #repairers .repairers .repairer .enable label:first-child {
  margin-left: 0;
}
#account.networkRepairer #form #repairers .repairers .repairer .enable label .custom_radio {
  margin-right: 10px;
}
#account.networkRepairer #form .save-button .circle {
  background: #0099ff;
}

/*** Relationship & Meetings ***/
#account.relationshipMeetings #form #notes textarea {
  height: 130px;
  resize: none;
}
#account.relationshipMeetings #form #notes #addNote {
  margin-bottom: 45px;
}
#account.relationshipMeetings #form #notes .notes {
  border-top: 1px solid #f2f2f2;
  max-height: 250px;
  margin: 20px 0;
}
#account.relationshipMeetings #form #notes .note {
  border-bottom: 1px solid #f2f2f2;
  margin-top: 15px;
  font-size: 15px;
  color: #808080;
}
#account.relationshipMeetings #form #notes .note:first-child {
  margin-top: 0;
}
#account.relationshipMeetings #form #notes .note .details {
  display: block;
  height: 55px;
  font-size: 13px;
  line-height: 55px;
}
#account.relationshipMeetings #form #notes .note .details .name {
  color: #0099ff;
}
#account.relationshipMeetings #form #notes .note .details .date {
  font-family: 'Montserrat', Helvetica, sans-serif;
  color: #333333;
  float: left;
}
#account.relationshipMeetings #form #notes .note .details .remove {
  display: inline-block;
  background: #2e3640;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}
#account.relationshipMeetings #form #notes .note .details .remove i {
  margin: 0;
}
#account.relationshipMeetings #form #notes .note .text {
  margin-bottom: 15px;
}
#account.relationshipMeetings #form #uploads {
  margin: 20px 0 0;
}
#account.relationshipMeetings #form #uploads .uploads {
  border-top: 1px solid #efefef;
  margin: 20px 0;
}
#account.relationshipMeetings #form #uploads .uploads .upload {
  border-bottom: 1px solid #efefef;
  padding: 15px 0;
  margin: 0;
  font-size: 14px;
  line-height: 25px;
  color: #000;
}
#account.relationshipMeetings #form #uploads .uploads .upload:hover {
  background: #efefef;
}
#account.relationshipMeetings #form #uploads .uploads .upload .date {
  color: #808080;
  float: left;
}
#account.relationshipMeetings #form #uploads .uploads .upload .file {
  color: #808080;
}
#account.relationshipMeetings #form #uploads .uploads .upload .file i {
  margin-right: 20px;
  color: #0099ff;
}
#account.relationshipMeetings #form #uploads .uploads .upload .type {
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-size: 11px;
  color: #232b3d;
  text-transform: uppercase;
}
#account.relationshipMeetings #form #uploads .uploads .upload .remove a {
  display: inline-block;
  background: #2e3640;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
#account.relationshipMeetings #form #uploads .uploads .upload .remove a i {
  margin: 0;
}
#account.relationshipMeetings #form .save-button .circle {
  background: #0099ff;
}

/* CUSTOM AZ WORK */
.ui-helper-hidden-accessible {
    display: none;
}

#mainContent .table.table-fixed {
    table-layout: fixed;
}
#mainContent .table .row-green td {
    background-color: #3CA355;
}
#mainContent .table .row-green:nth-child(odd) td {
    background-color: #12A335;
}
#mainContent .table .row-green:hover td {
    background-color: #006600;
}

#mainContent .table .row-yellow td {
    background-color: #FFFF99;
}
#mainContent .table .row-yellow:nth-child(odd) td {
    background-color: #FFFF66;
}
#mainContent .table .row-yellow:hover td {
    background-color: #FFFF33;
}

#mainContent .table .row-red td {
    background-color: #FF3333;
}
#mainContent .table .row-red:nth-child(odd) td {
    background-color: #FF0033;
}
#mainContent .table .row-red:hover td {
    background-color: #FF0000;
}

#mainContent .table .row-blue td {
    background-color: #3366FF;
}
#mainContent .table .row-blue:nth-child(odd) td {
    background-color: #3333FF;
}
#mainContent .table .row-blue:hover td {
    background-color: #3300FF;
}


#features-table-main
{
	width: 960px;
	margin: 160px auto 0 auto;
	background: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 30px;
	border: 1px solid #adaa9f;
	-moz-box-shadow: 0 2px 2px #9c9c9c;
	-webkit-box-shadow: 0 2px 2px #9c9c9c;
}


.features-table
{
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  text-shadow: 0 1px 0 #fff;
  color: #2a2a2a;
  background: #fafafa;  
  background-image: -moz-linear-gradient(top, #fff, #eaeaea, #fff); /* Firefox 3.6 */
  background-image: -webkit-gradient(linear,center bottom,center top,from(#fff),color-stop(0.5, #eaeaea),to(#fff)); 
}

.features-table td
{
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  white-space: nowrap;
  text-align: center;
}

/*Body*/
.features-table tbody td
{
  text-align: center;
  font: normal 12px Verdana, Arial, Helvetica;
  width: 150px;
}

/*Header*/
.features-table thead td
{
  font: bold 1.3em 'trebuchet MS', 'Lucida Sans', Arial;  
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px; 
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top: 1px solid #eaeaea; 
}

.features-table thead td:first-child
{
  border-top: none;
}

/*Footer*/
.features-table tfoot td
{
  font: bold 1.4em Georgia;  
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px; 
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #dadada;
}

.features-table tfoot td:first-child
{
  border-bottom: none;
}

.role-table {
  margin: 0 auto;
  font-size: 1.2em;
  margin-bottom: 15px;
}

.role-table select {
    width: 100%;
}

.role-table tr { 
  color: #555;
}
.role-table tr td {
  text-align: center;
  padding: 15px 10px;
}
.role-table tr td.lalign {
  text-align: left;
}

html body #contentWrap #contentTop #contentBreadCrumb.estimate .btn
{
  color: #FFF;
  text-decoration: none;
}

.size-fix {
    display: inline-block;
    font-size: medium;
    font-weight: 500;
}

html body #contentWrap #contentTop #contentBreadCrumb.estimate .btn-default
{
  color: #333;
  text-decoration: none;
}

.display-none {
    display: none !important; 
}

.job-summary-table {
    margin: 0 auto;
    width: 50%;
    min-width: 480px !important;
}

.editable-clear-x
{
    display:none !important;
}

.footer-fix {
    margin-bottom: 100px;
}

.top-btns{
    width: 92%;
    margin-left: 30px;
    text-transform: uppercase;
}

.jobInfoRow {
    padding-bottom: 30px;
}

#estNo {
    text-align: right;
}
.actionRow {
}
.text-middle {
    text-align:center;
}

.messages .image>img,
.notifications .image>img {
    max-width: 100%;
    min-height: 100%;
}

#header .notifications,
#header .messages {
    display: inline-block;
position: relative;
float: left;
}
#header .notifications .notification {
    background: #fff !important;
    border-bottom: 1px solid #d6d7da !important;
}
#header .notifications .notification.new {
    background: #ebeef4 !important;
    
} 

#header .notifications .notification:hover {
    background: #f5f7fa !important;
}

#copyModal .btn {
    margin: 0;
}

#copyModal .separator {
        display: inline-block;
    font-weight: bold;
    color: #4C4C4C;
    padding: 0 10px;
}

#copyModal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  #copyModal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

#copyModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
    width: 720px;
}

#copyModal .modal-dialog .modal-footer {
    border: none;
}

#copyModal .modal-body .row {
    padding-left: 15px;
    padding-top: 25px;
}

pre {
    display: inherit;
    padding: 0;
    margin: 0;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    color: inherit;
    word-break: break-all;
    word-wrap: break-word;
    background-color: inherit;
    border: inherit;
    border-radius: inherit;
}

.ng-hide.ng-hide-animate,
.ng-leave {
     display: none !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
  display: none !important;
}

.pointer {
    cursor: pointer;
}

span.required {
    color: red;
    font-size: smaller;
}

.star-rating {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.star-rating .star {
    padding: 1px;
    color: #ddd;
    font-size: 20px;
    text-shadow: .05em .05em #aaa;
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
}


.star-rating .star.filled {
    color: #fd0;
}

.star-rating.readonly .star.filled {
    color: #666;
}

.modal .comments > .section > .comment {
    background: aliceblue;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    margin: 20px 0;
}
.modal .comments > .section > .comment > .name {
    position: absolute;
    left: 20px;
    font-weight: bold;
}
    .modal .comments > .section > .comment > .comment {
        padding-top: 30px;
    }

.modal .comments > .section > .comment > .timestamp {
        position: absolute;
        top: 20px;
        right: 20px;
        font-weight: bold;
    }

.flex {
    display: flex;
}
.flex-row {
    flex-direction: row;
}
.space-between {
    justify-content: space-between;
}