﻿
body {
    padding-top: 5px;
    color: rgb(89, 89, 89);
    font-size: .8em; 
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px !important;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer {
    border-bottom: 1px solid #ddd;
}

.navbar {
    min-height: 64px;
}

.navbar-inverse {
    /*background-color: #1C252C !important;*/
    background-color: limegreen;
}

.navbar-form {
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-brand {
    padding: 7px 15px !important;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 22px;
        padding-bottom: 22px;
    }
}

.navbar-text {
    margin-top: 22px;
    margin-bottom: 22px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* signin page */
#signin .panel-default > .panel-heading {
    background: #e8e9ea;
    border-color: #B5B5B5;
    border-bottom: 0;
    padding: 20px 40px 20px;
}

#signin .panel-title {
    font-size: 22px;
}

#signin .panel-body {
    background: #e8e9ea;
    border-color: #B5B5B5;
    border-top: 0;
    padding: 0 30px 20px;
}

#signin .input-group-addon {
    background: #fff;
}

#signin .input-group i {
    font-size: 18px;
    color: #1E242B;
}

#signin .input-group input {
    border-left: 0;
    color: #1E242B;
}

#signin .btn-primary {
    font-size: 18px;
    padding: 7px 0;
    border: none;
    background: rgb(52,180,186); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(52,180,186,1) 0%, rgba(0,176,183,1) 78%, rgba(0,160,166,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,180,186,1)), color-stop(78%,rgba(0,176,183,1)), color-stop(100%,rgba(0,160,166,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(52,180,186,1) 0%,rgba(0,176,183,1) 78%,rgba(0,160,166,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(52,180,186,1) 0%,rgba(0,176,183,1) 78%,rgba(0,160,166,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(52,180,186,1) 0%,rgba(0,176,183,1) 78%,rgba(0,160,166,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(52,180,186,1) 0%,rgba(0,176,183,1) 78%,rgba(0,160,166,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34b4ba', endColorstr='#00a0a6',GradientType=0 ); /* IE6-9 */
}
.btn-outline-primary {
    color: rgb(52,180,186) !important;
    border-color: rgb(52,180,186);
}

    .btn-outline-primary:hover {
        color:#ffffff !important;
        background-color: rgb(52,180,186);
        border-color: rgb(52,180,186);
    }

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: rgb(52,180,186);
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: rgb(52,180,186);
        border-color: rgb(52,180,186);
    }

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.text-primary {
    color: rgb(52,180,186) !important;
    border-color: rgb(52,180,186);
}
#signin .center-block.btn.btn-link {
    color: #1E242B;
    text-decoration: underline;
}

#reportrange, #DateRangePicker {
    color: #333333;
    padding: 14px 8px 8px 8px;
    line-height: 18px;
    width: auto;
    display: inline-block;
    cursor: pointer;
}

#DateRange {
    margin-top: 9px !important;
    font-size: 14px;
}

.sort-area {
    font-size: 16px;
    margin-top: 10px;
}

button i {
    cursor: auto;
    font-size: 14px !important;
    margin: inherit;
}

.sort-area i {
    cursor: pointer;
    font-size: 25px;
    margin: 0;
}

.sort-buttons.export-dd span.btn {
    line-height: 26px !important;
}

.sort-buttons.export-dd .dropdown-menu {
    min-width: 200px !important;
}

.dropdown-menu .close-btn {
    margin-right: 5px;
    z-index: 9999;
}

    .dropdown-menu .close-btn:hover {
        color: #bebebe;
    }

.sort-buttons .dropdown-menu {
    min-width: 260px !important;
}

.dropdown-menu .close {
    float: none !important;
    position: absolute !important;
    top: 7px !important;
    right: 3px !important;
    color: #4b4b4b !important;
    z-index: 9999 !important;
}

.dropdown-menu {
    z-index: 9999 !important;
}

.sort-buttons .dropdown-menu .list-item {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #21b5ba;
    padding: 3px 12px;
    margin: 0 4px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

    .sort-buttons .dropdown-menu .list-item:hover {
        color: #fff;
    }

.sort-buttons .btn.car {
    line-height: 26px;
}

.sort-dd .list-item i,
.export-dd .list-item i {
    font-size: 14px !important;
}

/* icons */

.legend {
    margin-top: 30px;
}

.area-wrap .fa-google {
    background: #3767b8 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    padding: 2px 4px;
}

.fi-social-bing {
    background: #ffb900 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    padding: 0 3px;
}

.buttons .btn-group > .btn {
    border-radius: 6px !important;
}

.thumbnails {
    display: block;
    height: 150px;
    overflow: hidden;
    position: relative;
    width: 150px;
}

.loader {
    display: none;
    position: relative;
    background: #F5F6F7;
    z-index: 1000;
    padding: 150px 0;
    text-align: center;
}

    .loader i {
        font-size: 50px;
        color: #686969;
    }

.validation-summary-valid {
    display: none;
}

.divider-vertical {
    color: white;
    margin-top: 14px;
}

.eyebrow-nav {
    font-size: 12px;
    color: #000;
}

    .eyebrow-nav .btn-link {
        color: #000;
    }

    .eyebrow-nav a {
        color: #3b56a6;
    }

.header {
    border-bottom: 7px solid #d7d7d7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #f5f6f7;
    border: 1px solid #b5b5b6;
    border-bottom-color: transparent;
    color: #1c252c !important;
}

.nav-tabs > li.active > a {
    border-radius: 0 !important;
}

.nav-tabs > li > a:hover {
    border-color: #b5b5b6 #b5b5b6 #b5b5b6
}

.nav-tabs > li > a {
    background-color: #e8e9ea;
    border: 1px solid #b5b5b6;
    border-radius: 0;
    line-height: 1.75;
    color: #686969;
}

.white {
    min-height: 600px
}

.area-wrap {
    background-color: #f5f6f7;
    border: 1px solid #b5b5b6;
    border-top: none;
    padding: 10px 15px 0;
    margin-bottom: 20px;
}

    .area-wrap.no-tabs {
        border-top: 1px solid #b5b5b6;
        min-height: 300px;
    }

    .area-wrap.pdf {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: none;
    }

h3,
.accountheader {
    color: #1E242B;
    margin: 0 0 20px;
    font-size: 22pt;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fa-inverse {
    color: #1c252c !important;
}

footer {
    color: #fff;
    width: 100%;
    font-family: arial, helvetica, tahoma, verdana, sans-serif;
    position: relative;
    padding: 10px 15px;
    background: url(../Content/images/footer-img.png) top right no-repeat #1c252c;
    height: 103px;
}

    .content footer p,
    .content footer li,
    footer .container p,
    footer .container li {
        font-size: 12px;
    }

        .content footer p a,
        .content footer li a,
        footer .container p a,
        footer .container li a {
            color: #fff !important;
        }

    footer .heading {
        color: #ea8031 !important;
        text-transform: uppercase;
        font-size: 14px !important;
        font-weight: bold !important;
        line-height: 14px;
        margin-bottom: 8px !important;
    }

    footer .copyright {
        font-size: 11px !important;
        margin-top: 10px;
    }

        footer .copyright a {
            color: #28b6bb;
        }

    footer .social-inline {
        margin-top: 15px;
    }

    footer .footer-left {
        font-weight: 600;
        font-size: 12px;
    }

        footer .footer-left .fa-stack {
            margin-right: 8px;
        }

        footer .footer-left p {
            margin: 0 0 3px 0;
            padding: 0;
            font-weight: 600;
            font-size: 12px;
        }

        footer .footer-left a {
            color: #fff;
        }

.btn-primary {
    border: none;
    background: rgb(52,180,186); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(52,180,186,1) 0%, rgba(0,176,183,1) 78%, rgba(0,160,166,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(52,180,186,1)), color-stop(78%,rgba(0,176,183,1)), color-stop(100%,rgba(0,160,166,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(52,180,186,1) 0%,rgba(0,176,183,1) 78%,rgba(0,160,166,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(52,180,186,1) 0%,rgba(0,176,183,1) 78%,rgba(0,160,166,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(52,180,186,1) 0%,rgba(0,176,183,1) 78%,rgba(0,160,166,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(52,180,186,1) 0%,rgba(0,176,183,1) 78%,rgba(0,160,166,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34b4ba', endColorstr='#00a0a6',GradientType=1 ); /* IE6-9 */
}

.sort-area .btn-primary, .action-buttons .btn-primary {
    border: none;
    background: rgb(52,180,186); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(52,180,186,1) 0%, rgba(0,176,183,1) 78%, rgba(0,160,166,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(52,180,186,1)), color-stop(78%,rgba(0,176,183,1)), color-stop(100%,rgba(0,160,166,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(52,180,186,1) 0%,rgba(0,176,183,1) 78%,rgba(0,160,166,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(52,180,186,1) 0%,rgba(0,176,183,1) 78%,rgba(0,160,166,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(52,180,186,1) 0%,rgba(0,176,183,1) 78%,rgba(0,160,166,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(52,180,186,1) 0%,rgba(0,176,183,1) 78%,rgba(0,160,166,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34b4ba', endColorstr='#00a0a6',GradientType=1 ); /* IE6-9 */
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    border-color: none;
    background: rgb(41,143,149); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(41,143,149,1) 0%, rgba(0,143,148,1) 78%, rgba(0,128,132,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(41,143,149,1)), color-stop(78%,rgba(0,143,148,1)), color-stop(100%,rgba(0,128,132,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(41,143,149,1) 0%,rgba(0,143,148,1) 78%,rgba(0,128,132,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(41,143,149,1) 0%,rgba(0,143,148,1) 78%,rgba(0,128,132,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(41,143,149,1) 0%,rgba(0,143,148,1) 78%,rgba(0,128,132,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(41,143,149,1) 0%,rgba(0,143,148,1) 78%,rgba(0,128,132,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#298f95', endColorstr='#008084',GradientType=1 ); /* IE6-9 */
}

#LineChart2Seriescontainer {
    border: 1px #a0dade solid;
    margin-bottom: 20px !important;
    border-radius: 4px;
}

.area-wrap .panel-primary {
    border-color: #a0dade;
    border-radius: 0 0 4px 4px;
}

    .area-wrap .panel-primary > .panel-heading {
        color: #253138;
        background-color: #a0dade;
        border-color: #a0dade;
        border-radius: 0;
    }

.area-wrap .panel-success {
    border-color: #2ab5bb;
    border-radius: 0 0 4px 4px;
}

    .area-wrap .panel-success > .panel-heading {
        color: #fff;
        background-color: #2ab5bb;
        border-color: #2ab5bb;
        border-radius: 0;
    }

.area-wrap .panel-total {
    border-color: #dff0d8;
    border-radius: 0 0 4px 4px;
}

    .area-wrap .panel-total > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #dff0d8;
        border-radius: 0;
    }

.action-buttons {
    margin-bottom: 10px;
}

.btn-label {
    background: none !important;
    border-left: 2px groove #41C9CF;
}

.area-wrap .interior-data .table-bordered > tbody > tr > th {
    border-left: none;
    border-right: none;
    background: #e8e9ea;
}

.interior-data .table-bordered > thead > tr > th {
    background: #e8e9ea;
}

.sorting::after {
    color: #b5b5b6;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
    opacity: 1;
}

.interior-data .thStyle a, .interior-data .thStyle, .daterangepicker .ranges li {
    color: #21b5ba;
}

    .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover, .sort-buttons .dropdown-menu .list-item:hover {
        border: 1px solid #f5f5f5;
        background: rgb(41,143,149); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(41,143,149,1) 0%, rgba(0,143,148,1) 78%, rgba(0,128,132,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(41,143,149,1)), color-stop(78%,rgba(0,143,148,1)), color-stop(100%,rgba(0,128,132,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(41,143,149,1) 0%,rgba(0,143,148,1) 78%,rgba(0,128,132,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(41,143,149,1) 0%,rgba(0,143,148,1) 78%,rgba(0,128,132,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(41,143,149,1) 0%,rgba(0,143,148,1) 78%,rgba(0,128,132,1) 100%); /* IE10+ */
        background: linear-gradient(to right, rgba(41,143,149,1) 0%,rgba(0,143,148,1) 78%,rgba(0,128,132,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#298f95', endColorstr='#008084',GradientType=1 ); /* IE6-9 */
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    border: 1px solid #f5f5f5;
    background: rgb(41,143,149); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(41,143,149,1) 0%, rgba(0,143,148,1) 78%, rgba(0,128,132,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(41,143,149,1)), color-stop(78%,rgba(0,143,148,1)), color-stop(100%,rgba(0,128,132,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(41,143,149,1) 0%,rgba(0,143,148,1) 78%,rgba(0,128,132,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(41,143,149,1) 0%,rgba(0,143,148,1) 78%,rgba(0,128,132,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(41,143,149,1) 0%,rgba(0,143,148,1) 78%,rgba(0,128,132,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(41,143,149,1) 0%,rgba(0,143,148,1) 78%,rgba(0,128,132,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#298f95', endColorstr='#008084',GradientType=1 ); /* IE6-9 */
}

.pagination > li > a, .pagination > li > span {
    color: #21b5ba;
}

#Chart .form-control {
    font-weight: bold !important;
}

.dropdown-header {
    font-size: 17px;
    line-height: 17px;
}

.right-header-links.btn.btn-link:hover {
    text-decoration: none !important;
    cursor: default !important;
}

.dropdown-menu.multi-column {
    width: 620px;
}

    .dropdown-menu.multi-column.small {
        width: auto;
    }

    .dropdown-menu.multi-column .dropdown-menu {
        display: block !important;
        position: static !important;
        margin: 0 !important;
        border: none !important;
        box-shadow: none !important;
    }

.logo {
    max-width: 200px;
}

#LineChart2Seriescontainer {
    min-width: 350px !important;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-radius: 6px !important;
}

#accounts.table {
    margin: 50px 0;
}

.typeahead {
    display: inline-block;
    font-size: 12px;
}

.form-message p {
    font-weight: bold;
    padding: 15px;
}

.home-tables .table > tbody > tr > td, .home-tables .table > tbody > tr > th, .home-tables.table > tfoot > tr > td, .home-tables .table > tfoot > tr > th, .home-tables .table > thead > tr > td, .home-tables .table > thead > tr > th {
    padding-left: 15px !important;
}

.home-tables .panel-body .panel-default > .panel-heading {
    background-color: #E8E9EA;
}

@media only screen and (max-width: 1100px) {
    .pull-right.buttons .btn-lg {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 992px) {
    .pull-right.eyebrow-nav {
        float: none !important;
        margin-top: 10px;
        text-align: center;
    }

    .logo {
        margin: 0 auto;
    }
}

#helpModal .modal-dialog {
    width: 1024px;
}

@media only screen and (max-width: 1024px) and (min-width:768px) {

    #helpModal .modal-dialog {
        width: 850px;
    }
}

@media only screen and (max-width: 768px) {
    .pull-right.buttons {
        float: none !important;
        margin-top: 10px;
    }

    .dropdown-menu.multi-column {
        width: auto;
    }

    .pull-right.action-buttons {
        float: none !important;
    }

    .sort-buttons .dropdown-menu {
        min-width: 260px !important;
    }

    .area-wrap {
        background-color: none;
        border: none;
        border-top: none;
    }

    .btn-lg .btn-label {
        padding: 2px 12px;
    }

    .btn-group-lg > .btn, .btn-lg {
        padding: 7px 13px;
        font-size: 14px;
        line-height: .5;
        border-radius: 4px;
    }

    .nav-stacked > li {
        float: left;
    }
}

@media only screen and (max-width: 550px) {
    .col-xs-6.footer-left, .col-xs-6.text-right {
        display: block;
        text-align: center;
        margin: 10px auto;
        width: 100%;
    }

    footer {
        background: #1c252c;
        height: auto;
    }
}

@media only screen and (max-width: 350px) {
    .btn-group, .btn-group-vertical {
        display: block;
    }

        .btn-group-vertical > .btn, .btn-group > .btn {
            float: none;
            margin-bottom: 10px;
            line-height: 1.3333333;
        }
}

.tab-collapse.nav-tabs {
    position: relative;
}

.tabdrop {
    width: 120px;
}

.tab-collapse.nav-tabs li li i {
    visibility: hidden;
}

.note-info {
    color: #666666;
    font-size: 11px;
}

th.total {
    background-color: #e8e9ea;
}

th.dashboard-header {
    background-color: #e8e9ea;
}

th a, th a:hover {
    color: #595959
}

tr.subtotal {
    border: 1px solid #FFFFFF;
}

    tr.subtotal td {
        border-left: 1px solid #FFFFFF !important;
        border-right: 1px solid #FFFFFF !important;
        font-weight: bold;
    }

.bootstrap-tagsinput {
    width: 100%;
}

.typeahead.dropdown-menu {
    left: auto;
    right: auto !important;
}

.text-ad .headline {
    font-weight: bold;
    font-size: 14px !important;
    color: #1a0dab;
}

.text-ad .url {
    font-size: 14px !important;
    color: #006621;
}

.text-ad .text {
    font-size: small;
}
ul, li {
    margin: 0;
    padding: 0;
}
#modal_1 {
    overflow-y:scroll;
}
.table-condensed10 {
    font-size: 10px !important;
}
.table-condensed11 {
    font-size: 11px !important;
}
.table-condensed12 {
    font-size: 12px !important;
}

/*This class displays the UP arrow*/
/*.arrow-up-light {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #e8e9ea;
    display: inline-block;
}

/*This class displays the DOWN arrow*/
 
.arrow-up {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 8px solid black;
    display: inline-block;
}

/*This class displays the DOWN arrow*/
.arrow-down {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 10px solid black;
    display: inline-block;
}

.sortth {
    border: 1px solid black;
    padding: 5px;
    text-align: left;
    /*cursor property displays hand symbol
        when hovered over the th element*/
    cursor: pointer;
    white-space: nowrap;
}
.sect {
    padding: 70px 0;
    position: relative;
}

.sect-bottom {
    padding: 0 0 70px;
    position: relative;
}

.sect-bg, .article-bg {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    padding: 10px 15px 0;
}

ul.breadcrumb {
    font-family: "OpenSansBold", Helvetica, Helvetica Neue, sans-serif;
    font-size: 14px;
}

    ul.breadcrumb a {
        color: #4e514b;
    }

        ul.breadcrumb a:hover {
            color: #f47521;
            text-decoration: none;
        }
.well-pad {
    padding: 0 !important;
}
.well {
    background-color: rgba(248, 248, 248, 0.5);
    border-radius: 2px;
    border: 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}

    .well.well-orange {
        background-color: rgba(244, 117, 33, 0.2);
    }

ul.list-info {
    font-size: 12px;
    list-style: none;
}

li.list-title {
    font-family: 'OpenSansSemibold', Helvetica, Helvetica Neue, sans-serif;
    font-size: 14px;
}

    li.list-title span, ul.list-info li span {
        font-family: "OpenSansLight", Helvetica, Helvetica Neue, sans-serif;
        color: #f47521;
    }
textarea.ta-bind {
    width: 100%;
}
.linkShowMoreLiess {
    font-family: "OpenSansLight", Helvetica, Helvetica Neue, sans-serif;
    color: #f47521;
}
.apply-info {
    background-color: rgba(244, 117, 33, 0.2);
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    padding-left: 10px;
    font-family: "OpenSansLight", Helvetica, Helvetica Neue, sans-serif;
    font-size: 12px;
    margin: 10px;
}

.status-text {
    color: #ffffff;
}

.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.error-text {
    color: #f47521;
    font-family: 'OpenSansSemibold', Helvetica, Helvetica Neue, sans-serif;
    font-size: 16px;
}
.smalltext {
 
    font-family: "OpenSansLight", Helvetica, Helvetica Neue, sans-serif;
    font-size: 12px;
 
}
.nowrap {
    white-space: nowrap;
}
.bluehr {
    font-size: 22px;
    color: #373737;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 10px 0;
}
.lft-col {
    float: left;
    width: 42%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #373737
}

    .lft-col span {
        font-weight: normal;
        font-size: 13px;
    }

.time-card-day {
    font-size: .7em;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    background-color: mediumaquamarine;
    padding: 3px 3px;
    margin: 0 3px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}
.smallheader {
    font-family: "OpenSansLight", Helvetica, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight:bold;
}
 
input.ng-invalid {
    background-color: pink;
}

input.ng-valid {
    background-color: white;
}
textarea.ng-invalid {
    background-color: pink;
}

textarea.ng-valid {
    background-color: white;
}
 