@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
body{
    font-size:13px;
    display: block !important;
    overflow-x: hidden;
}
*{
    font-family: 'Lato', sans-serif;
}
#MainContent{
    min-height:100vh;
}

.main-footer a {
    color: inherit;
}

.container{
        max-width: 100%;
}
p,span,h1,h2,h3,h4,h5,h6,b,i{
    color:white;
}
h1, h2{
    font-weight:900 !important;
}
h1{
    font-size:32px;
}

label{
    font-weight:900 !important;
    color:white;
    text-transform:uppercase;
    font-size:10px;
    letter-spacing:1px;
}

*[disabled]{
    cursor:initial !important;
}

.tooltip{
    position: absolute;
    cursor: none;
    pointer-events: none;
    /* z-index: 99999; */
    color: white;
    font-size:12px;
    width: 150px;
    display: block;
    opacity: 0;
    background-color: #474747;
    padding: 5px 10px;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -ms-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
}
.tooltip:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(71, 71, 71, 0);
	border-top-color: #474747;
	border-width: 5px;
	margin-left: -5px;
}
.tooltip.show{
    opacity:1;
    transform:translate(-50%,-75%);
}

.container{

}

#Footer{
    text-align:center;
    max-width:450px;
    margin:50px auto;
}


#Footer img{
    max-width: 200px;
    margin-bottom: 10px;
}
#Footer p{
        font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

input[type="text"],
input[type="number"] {
    background-color: transparent;
    border-style: none;
    color: white;
    font-size: 25px;
    background-image: linear-gradient(to right, #fff 15%, rgba(255, 255, 255, 0) 10%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    padding: 10px 5px;
    box-shadow: none;
    height:auto;
    font-weight: 300;
}

input.form-control[readonly] {
    background-color: transparent;
    font-weight: 900;
}

.thickness-container .form-group {
    margin-bottom: 0;
}

.thickness-container {
    margin-bottom: 10px;
    border: 1px dotted black;
    padding: 5px;
}

.thickness-container.error {
    border-color: #e01c24;
}

.thickness-container p {
    display: none;
    margin: 0;
    padding-top: 5px;
    color: #e01c24;
}

.thickness-container.error p {
    display: block;
}

body[class*='--order--'] input[type="text"]{
    background-image: linear-gradient(to right, #000 19%, rgba(255, 255, 255, 0) 10%);
}
body[class*='--order--'] .checkbox input[type='checkbox']{
    margin-left:0px;
}
body[class*='--order--'] .checkbox {
    margin-top: 20px;
    margin-bottom: 20px;
}

body[class*='--order--'] .checkbox label {
    color: #094058;
    font-size: 14px;
    font-weight: 400 !important;
}
body[class*='--order--'] .checkbox small {
    display: inline-block;
    margin-left: 30px;
    color: #094058;
}

.order-wrap .btn{
    width: 100%;
}


input[type="search"] {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
}

select:invalid,
select option[disabled]{
    color:lightgrey !important;
}


button, .btn{
        border-radius: 0px;
    font-weight: 900;
    box-shadow: none;
    border-width: 0px;
    padding: 10px 37px;
    font-size: 16px;
    background-color: #f1b523;
    color:#093f56;
    border-width:2px;
    border-style:solid;
    border-color: #d59320;
        -webkit-transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -ms-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
    white-space: normal;
}

.ico-btn{
    font-size:16px;
    font-weight:900;
    padding: 10px 20px;
    padding-left:30px;

    background-size: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-right:15px;
}
.ico-btn.edit-ico{
    background-image:url('/static/media/icons/edit_icon.svg');
}
.ico-btn.share-ico{
    background-image:url('/static/media/icons/share_icon.svg');
}

.ico-btn.print-ico{
    background-image:url('/static/media/icons/print_icon.svg');
}

button[disabled], .btn[disabled]{
        opacity: 1;
    border-color: #094058;
    color: #094058;
}



body form select.form-control[disabled]{
    border-color: #094058;
    color: #094058;
    background-color:transparent;
}

body select:invalid, body select option[disabled]{
        color: #094058 !important;
    border-color: #094058 !important;
}

button:hover, .btn:hover{
    background-color:#d59320;
}

.btn-select{
    background-color: transparent;
    border-radius: 0px;
    border: white 1px solid !important;
    font-size: 13px;
    color: white;
    padding: 8px 20px;
    font-weight: 600;
    /* padding-right: 50px; */
    text-align: left;
    min-width: 170px;
    padding-left: 9px;
}

.btn-select-group .dropdown-menu{
        right: -6px;
    top: 30px;
}

.btn-select .caret{
        float: right;
    margin-top: 9px;
}



.input-group-addon{
    background-color:transparent;
    border-style:none;
    border-width:0px;
}
.dropdown-toggle{
    border-width:0px;
    border-style:none;

}

.outline-btn, .btn-default{
    background-color:transparent;
    border-color: #eeb223;
    border-width:3px;
    border-style:solid;
    color:white;
    -webkit-transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -ms-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover{
    background-color:rgba(255,255,255,0.3);
}

.outline-btn:hover, .btn-default:hover{
    color:white;
    background-color:rgba(9,64,88,0.5);
}

.white-link{
    text-decoration: underline;
    font-weight:bold;
    -webkit-transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -ms-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
}


.white-link:active, .white-link:visited, .white-link:hover, .white-link:link{
    color:white;
}
.white-link:hover{
    color:#f1b523;
}

a{
    color:white;
}

.alert-warning{
        max-width: 660px;
}

body[class*='--auth'] .alert{
    position:absolute;

}

/**** NAVBAR ****/
.navbar-inverse{
    background-color: #519fbc;
    border-radius: 0px;
    border-width: 0px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1) !important;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    background: #51a0be;
    background: -moz-linear-gradient(top, #51a0be 0%, #1e6da0 100%);
    background: -webkit-linear-gradient(top, #51a0be 0%,#1e6da0 100%);
    background: linear-gradient(to bottom, #51a0be 0%,#1e6da0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51a0be', endColorstr='#1e6da0',GradientType=0 );
}
.navbar-inverse{
    border-width:0px !important;
    border-bottom-width:1px !important;
    border-bottom-color:rgba(0,0,0,0.1);
}

body[class*='_dashboard'] .navbar-inverse{
    box-shadow:none;
    z-index: 44;
}


.navbar-inverse .profile-image{
        border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    margin-right: 14px;
    border-color: rgba(255,255,255,0.8);
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: rgba(9, 64, 88, 0.15);
}
.navbar-header{
    margin-top:7px;
}

.navbar-inverse .dropdown.open .dropdown-toggle{
    background-color:#093f563b !important;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .header-breadcrumbs a{
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 13px;
}

.navbar-right a{
    margin-top:8px;
}
.navbar-right a.dropdown-toggle{
    margin-top:0px;
}


.header-breadcrumbs{
    margin-top: 10px;
    display: inline-block;
    margin-left: 18px;
}

.sidebar.fixed{
    position: fixed;
    margin-left: -15px;
    box-shadow: 1px 1px 35px rgba(0,0,0,0.1), 1px 1px 85px rgba(0,0,0,0.1);
}
.sidebar-wrap{
    position:relative;
}

/**************
COLLAPSED SIDEBAR STYLE
 */
/*.template--results--results .sidebar.fixed{*/
        /*width: 85px;*/
    /*padding-top: 69px;*/
/*}*/
/*.template--results--results .sidebar.fixed li a b{*/
    /*display: none;*/
/*}*/

/*.template--results--results #MainContent{*/
        /*width: 100%;*/
/*}*/

/*.template--results--results .navbar{*/
    /*z-index:99;*/
/*}*/
/*.template--results--results .sidebar li.primary-logo{*/
    /*display: none;*/
/*}*/

/*@media(min-width:769px) {*/
    /*.template--results--results #MainContent .container {*/
        /*padding-left: 90px;*/
    /*}*/
/*}*/


/*.template--results--results .navbar-inverse .primary-logo{*/
        /*width: 122px;*/
    /*height: 33px;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: contain;*/
    /*display: block;*/
    /*float: left;*/
    /*margin-top: -6px;*/
    /*margin-left: 23px;*/
    /*margin-right: 14px;*/
/*}*/

.sidebar ul li a{
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 30px;
}

.sidebar{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#51a0be+0,1e6da0+100 */
background: #51a0be; /* Old browsers */
background: -moz-linear-gradient(top, #51a0be 0%, #1e6da0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #51a0be 0%,#1e6da0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #51a0be 0%,#1e6da0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51a0be', endColorstr='#1e6da0',GradientType=0 ); /* IE6-9 */
    min-height: 100vh;

    z-index: 9;

}

.sidebar li a{
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.25px;
}
.sidebar li .ico{
            background-size: 30px 26px;
    background-repeat:no-repeat;
    width: 31px;
    height: 26px;
    display: inline-block;
    margin-right: 9px;
        margin-bottom: -6px;
}
.sidebar li .ico.profile-ico{
    background-image:url('media/icons/profile.svg');

}

.sidebar li .ico.archives-ico{
    background-image:url('media/icons/archives.svg');

    background-repeat: no-repeat;
}


.sidebar li .ico.sites-ico{
    background-image:url('media/icons/sites.svg');
}


.sidebar li .ico.order-ico{
    background-image:url('media/icons/order.svg');
}


.sidebar li .ico.resources-ico{
    background-image:url('media/icons/resources.svg');
    background-repeat: no-repeat;
}
.primary-logo{
    background-image:url('media/icons/petrofix-logo.svg');
}
.sidebar li.primary-logo{

    width: 115px;
    height: 50px;
    background-size: contain;
    margin-top: 20px;
    margin-bottom: 22px;
    background-repeat: no-repeat;
    margin-left: 16px;
}

@media(max-width:768px){
    .sidebar{
        display:none;
    }
}





.nav>li>a:focus, .nav>li>a:hover,
.nav>li>a:focus, .nav>li.active>a{
    background-color:rgba(9, 64, 88, 0.15);
    color:white;
}


body{
        height: 100%;
    display: inline-block;
    width: 100%;
    min-height:100vh;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b85a2+0,19618e+100 */
background: #3b85a2; /* Old browsers */
background: -moz-linear-gradient(top, #3b85a2 0%, #19618e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #3b85a2 0%,#19618e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #3b85a2 0%,#19618e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b85a2', endColorstr='#19618e',GradientType=0 ); /* IE6-9 */
}

body[class*='_dashboard']{
background: #4f96b5; /* Old browsers */
background: -moz-linear-gradient(top, #4f96b5 0%, #1e6e97 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #4f96b5 0%,#1e6e97 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #4f96b5 0%,#1e6e97 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f96b5', endColorstr='#1e6e97',GradientType=0 ); /* IE6-9 */
}


/***** MODAL WINDOWS *****/

div[data-modal='true'] ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
    font-weight: 100;
}
div[data-modal='true'] ::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
    font-weight: 100;
}
div[data-modal='true'] :-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
    font-weight: 100;
}
div[data-modal='true'] :-moz-placeholder { /* Firefox 18- */
    color: #ccc;
    font-weight: 100;
}


.generic-modal ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
    font-weight: 100;
}
.generic-modal ::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
    font-weight: 100;
}
.generic-modal :-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
    font-weight: 100;
}
.generic-modal :-moz-placeholder { /* Firefox 18- */
    color: #ccc;
    font-weight: 100;
}



div[data-modal='true'] .white-slideout ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black;
    font-weight:400;
}
div[data-modal='true'] .qhite-slideout ::-moz-placeholder { /* Firefox 19+ */
    color: black;
    font-weight:400;
}
div[data-modal='true'] .white-slideout :-ms-input-placeholder { /* IE 10+ */
  color: black;
    font-weight:400;
}
div[data-modal='true'] .white-slideout :-moz-placeholder { /* Firefox 18- */
    color: black;
    font-weight:400;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


div[data-modal='true']{
    display:none;
    text-align:left;
    position:relative;

}
div[data-modal='true'].open{
    display:inline-block;
        width: 100%;
    max-width: 450px;

}
body.open-modal{
    overflow:hidden;
}
.modal-wrap{
    display:block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
        text-align: center;
    background-color: rgba(9, 64, 88, 0.85);
    z-index: 99;
    overflow-y:auto;
    padding-top:75px;
}


.modal-wrap.closed{
    display:none;
}

.modal-exit{
    position: absolute;
    top: 0px;
    right: -46px;
    width: 32px;
    height: 32px;
    border-color: white;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    cursor:pointer;
    -webkit-transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -ms-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
}

@media only screen and (max-width : 768px) {
    .modal-wrap{
        padding-top: 0;
    }
    .modal-exit{
        right: 0;
        z-index: 99999;
    }
}

.modal-exit:hover{
    opacity:0.5;
}
.slideout-open .modal-exit{
    -webkit-transform: translateX(380px);
    -moz-transform: translateX(380px);
    -ms-transform: translateX(380px);
    -o-transform: translateX(380px);
    transform: translateX(380px);
}

.modal-exit span:nth-child(1){
        width: 1px;
    height: 19px;
    background: white;
    position: absolute;
    left: 15px;
    transform: rotate(44deg);
    top: 5px;
}

.modal-exit span:nth-child(2){
        width: 1px;
    height: 19px;
    background: white;
    position: absolute;
    left: 15px;
    transform: rotate(-44deg);
    top: 5px;
}

.popup-modal{
        opacity:0;
    -webkit-transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -ms-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;

    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);

}
.popup-modal .modal-content-wrap{

    box-shadow: 10px 8px 37px rgba(0,0,0,0.12);
    z-index: 999;
    background-color: #1e6e9b;
    padding: 30px;
    height:auto;
    position:relative;
}
.popup-modal.animate-in{
    opacity:1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.popup-modal {
    color: #f1b523;
}

.popup-modal #submit{
        width: 100%;
}

#AreaEntryModal .modal-content-wrap{
        -webkit-transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -ms-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
}

.slideout-panel {
        -webkit-transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -ms-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
    position: absolute;
    width: 380px;
    background-color: white;
    color: black;
    top: 0px;
    right: 0px;
    padding: 20px;
    bottom: 0px;
    overflow: hidden;
        margin-bottom: 25px;
}
.white-slideout .headers{
    display:flex;
}
.white-slideout .unit-measure a{
    width:100%;
}
.white-slideout .header-row{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom:10px;
    padding:20px;
    padding-bottom:0px;
}
.white-slideout .unit-measure{
    display:flex;
}
.white-slideout .unit-measure b{
        position: absolute;
    bottom: 9px;
    right: 14px;
}

.slideout-panel i.note{
        position: absolute;
    bottom: -24px;
    width: 100%;
    text-align: center;
}

.slideout-panel.open{
        transform: translateX(100%);
    bottom: auto;
    overflow: visible;
}

#AreaEntryModal .slideout-panel.open{
    z-index:999;
}
#AreaEntryModal.slideout-open .modal-exit{
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

#AreaEntryModal .scrollable{
        margin-left: -20px;
    margin-right: -20px;

    height: 60vh;
    overflow: hidden;
    overflow-y: scroll;
}

#AreaEntryModal .slideout-panel{
    bottom:auto;
}

/* width */
.scrollable::-webkit-scrollbar {
    width: 14px;
}

/* Track */
.scrollable::-webkit-scrollbar-track {
    background: #bfbfbf;
}

/* Handle */
.scrollable::-webkit-scrollbar-thumb {
    background: #8c8c8c;
    border-radius:7px;
}

/* Handle on hover */
.scrollable::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#AreaEntryModal .slideout-panel{
    opacity:0;
    transform:translateX(100%);
}

#AreaEntryModal.slideout-open .modal-content-wrap{
    transform:translateX(-100%);
    opacity:0;
}
#AreaEntryModal .slideout-panel.open{
    transform:translateX(0%);
    opacity:1;
}


.white-slideout .unit-measure{
    display:flex;
}


.white-slideout label{
    color: #094058;
    float:left;
}
.white-slideout input{
    color: #094058;
    font-size: 14px;
    font-weight: 900;
    padding: 5px;
    width: 60px;
    float: right;
}

#AreaEntryModal a.clear-entries{
        font-weight: 900;
    font-size: 13px;
    display: block;
    text-align: center;
    margin-bottom: 11px;
    margin-top: 10px;
}

.white-slideout input#submit{
        color: #094058;
    font-weight: 900;
    width:100%;
    float: right;
    padding: 15px;
    font-size: 18px;

}

#AreaEntryModal .white-slideout label{
    color: #000000;
    float: left;
    font-weight: 600 !important;
    text-transform: initial;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 7px;
    margin-bottom: 0px;
    max-width: 50%;
}

.white-slideout input[type="text"],
.white-slideout input[type="number"]{
    height: 32px;
    padding-bottom: 10px;
    text-align: right;
    background-image: none;
    width: 50%;
    font-size: 20px;
    position:absolute;
    bottom:0;
    right:0;
}



.white-slideout h4,
.white-slideout h5,
.white-slideout a,
.white-slideout b{
    color:#094058;
    display:inline-block;
}
.white-slideout h4{
    font-weight: 900;
    /* text-transform: uppercase; */
    font-size: 30px;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
}
.white-slideout h5{
    margin-bottom: 0px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top:0px;
}

.white-slideout .back-link-btn{
    font-size: 13px;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 3px;
    position: absolute;
    left: -15px;
    transform: translateX(-100%);
    top: 15px;
}

.white-slideout ul{
    padding:0;
}
.white-slideout li{
    list-style: none;
    display: block;
    width: 100%;
    padding: 0px 20px;
    float: left;
}

.white-slideout li.odd{
        background-color: #f1f2f2;
}

.white-slideout li div{
        display: inline-block;
    float: right;
    width: 100%;
}

#AreaEntryModal .white-slideout .form-group{
    display: inline-block;
    float: right;
    width: 100%;
    border-bottom: #00000047 1px solid;
    padding-top: 12px;
    margin-bottom: 1px;
    position:relative;
}

/** DYNAMIC EDIT SECTIONS **/

.edit-btn,
body .edit-btn span{
        font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700 !important;
}
div[data-editable="true"] .edit-btn{
    float:right;
}

.editables textarea{
        background-color: transparent;
    border-width: 0px;
    color: white;
    font-size: 15px;
}

.template--results--results .note-area >span{
    height: 529px;
    overflow: hidden;
    display: block;
    white-space: pre-wrap;
}

.smol-area-notes{
    height: 470px!important;
}

.template--results--results .note-area .editable{
height: 529px;
    display: block;
    overflow-y: scroll;
    width: 100%;
    white-space: pre-wrap;
    padding: 5px 0px;
}
.template--results--results .note-area textarea{
    min-height: 529px;
}


/* width */
.template--results--results .note-area .editable::-webkit-scrollbar {
    width: 14px;
}

/* Track */
.template--results--results .note-area .editable::-webkit-scrollbar-track {
    background: #bfbfbf;
}

/* Handle */
.template--results--results .note-area .editable::-webkit-scrollbar-thumb {
    background: white;
    border-radius:7px;
}

/* Handle on hover */
.template--results--results .note-area .editable::-webkit-scrollbar-thumb:hover {
    background: #d8d8d8;
}




.edit-btn{
    margin-left:15px;
        z-index: 9;
    -webkit-transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -ms-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
    position: relative;
}
.edit-btn:active, .edit-btn:visited, .edit-btn:hover, .edit-btn:link{
    color:white;
    text-decoration:none;
}
.edit-btn:hover{
    text-decoration: none;
    color:#f1b523;
}
.edit-btn .cancel{
    color: #093f56;
    text-align: center;
    margin-left: 9px;
    background-color: #f1b523;
    border-radius: 50%;
    width: 17px;
    display: inline-block;
    height: 17px;
    line-height: 17px;
    font-weight: 900 !important;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.37);
    margin-bottom: 2px;
    letter-spacing: 0px;
}
.edit-btn .save{
    color:white;
}


.edit-btn span{
    cursor:pointer;
    margin-right:0px !important;
}


@keyframes example {
    0% {opacity:1;}
    50% {opacity: 0.7;}
    100% {opacity: 1;}

}
c {
    color: white;
    margin-left: -5px;
    margin-right: 6px;
}

body .editables span input{
    font-style: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    padding: inherit;
    width: inherit;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    letter-spacing: inherit;
    line-height: inherit;
    min-width: 25px;
    background-image: none;

}

body.template--edit_profile .editables span input{
        background-color: #303e8042;
    box-shadow: 1px 1px 13px rgba(0,0,0,.1) inset;
}

body .editables span.hidden-measure{
    display:none;
    white-space:pre;
}



div[data-editable="true"]{
    display:inline-block;
}
div[data-editable="true"] span{
    margin-right:55px;
        letter-spacing: 1px;
    font-weight: 300;
    font-size: 16px;

}




.fancy-select-yn{
        display: inline-block;
    width: 100%;
}

.fancy-select-yn label{
        padding: 15px 0px;
    /* background-color: green; */
    display: inline-block;
    float: left;
    background-color: transparent;
    border-width: 3px;
    border-color: white;
    border-style: solid;
        width: 48%;
    margin-right: 2%;
    text-align: center;
    font-size:16px;

}


.fancy-select-yn .is-checked.warning{
    background-color:red;
}

.fancy-select-yn .is-checked.positive{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38924a+0,016937+100 */
    background: #38924a; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #38924a 0%, #016937 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #38924a 0%,#016937 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #38924a 0%,#016937 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38924a', endColorstr='#016937',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-color: #016937;
}

.fsy2{
    display: inline-block;
    width: 100%;
}

.fsy2 label{
        padding: 15px 0px;
    /* background-color: green; */
    display: inline-block;
    float: left;
    background-color: transparent;
    border-width: 3px;
    border-color: white;
    border-style: solid;
        width: 48%;
    margin-right: 2%;
    text-align: center;
    font-size:16px;
    box-sizing: border-box;
}

.fsy2 .is-checked.warning{
    background-color: red;
    border-color: red;
}

.fsy2 .is-checked.positive{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38924a+0,016937+100 */
    background: #38924a; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #38924a 0%, #016937 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #38924a 0%,#016937 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #38924a 0%,#016937 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38924a', endColorstr='#016937',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-color: #016937;
}


.fsy3{
    display: inline-block;
    width: 100%;
    padding: 0 0 30px 0;
}

.fsy3 label{
        padding: 15px 0px;
    /* background-color: green; */
    display: inline-block;
    float: left;
    background-color: transparent;
    border-width: 3px;
    border-color: white;
    border-style: solid;
        width: 48%;
    margin-right: 2%;
    text-align: center;
    font-size:16px;

}

.fsy3 .is-checked.warning{
    background-color:red;
    border-color: red;
}

.fsy3 .is-checked.positive{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38924a+0,016937+100 */
    background: #38924a; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #38924a 0%, #016937 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #38924a 0%,#016937 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #38924a 0%,#016937 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38924a', endColorstr='#016937',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-color: #016937;
}




select.form-control{
    background-color: transparent;
    color: white;
    font-size: 24px;
    height: auto;
    font-weight: 300;
    border-radius: 0px;
}

select.form-control option{
    color:#1e6e9b;
    font-weight: 300;
}



.yn-cb{
    background-color:transparent;
    border-width:2px;
    border-color:white;
}

.yn-cb button.y{

}

.yn-cb button.n{

}


.bg-dashboard-graphic{
        background-color: #207098;
    margin-top: -19px;
    padding-bottom: 30px;
    padding-top: 15px;
    background-image:url('media/dashboard-header.jpg');
    background-position:center;
    background-size:cover;
}

.bg-dashboard-graphic h1{
    font-size:56px;
}

/***************
SITE > AREAS
 */
.area-header{
    margin-top:15px;
}
.page-header h1{
    margin-top:0px;
}
.area-header h2{
    font-size: 36px;
    margin-bottom: 15px;
    margin-top:0px;
}

.template--sites--site td {

    border-bottom-width:1px;
    border-bottom-color: white !important;
    border-bottom-style:solid;
}

.editable-activated {
    background-color: #1a628e;
    display: inline-block;
    border-radius: 3px;
    /* color: #ffffffc7; */
    box-shadow: 1px 1px 15px rgba(0, 59, 224, 0.19);
    padding: 3px 13px;
}

.template--sites--site .page-header{
    border-bottom-width:0;
}

.template--sites--site .grand-total{
    margin-top:20px;
}

.template--sites--site .totals h2{
    font-size: 32px;
    font-weight: 600 !important;
    margin: 0;
}

.template--sites--site .totals strong{
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 800;
}
.alert-status{
    position:relative;
}
.alert-status>div{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.alert-status{
    letter-spacing:0.5px;
}

.last-updated h5{
        color: #094058;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.note-area .edit-btn{
    position: absolute;
    top:5px;
    right:15px;
}
.note-area{
    position:relative;
    margin-top:50px;
}
.note-area textarea{
    min-height:100px;
    min-width:100%;
        max-width: 100%;
}

.template--sites--site .alert-RED>div:before{
    content: '!';
    color: white;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 50%;
    height: 27px;
    line-height: 27px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.template--sites--site .alert-RED>div{
    background-color: #e11c24;
}
.template--sites--site .alert-ORANGE>div{
    background-color: #eb871e;
}
.template--sites--site .alert-ORDERED>div{
    background-color:#3399cf;
}
.template--sites--site .alert-BROWN>div{
    background-color:#eb871e;
}

.template--sites--site .alert-GREEN>div{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#398f4a+0,016837+100 */
background: #398f4a; /* Old browsers */
background: -moz-linear-gradient(left, #398f4a 0%, #016837 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #398f4a 0%,#016837 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #398f4a 0%,#016837 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#398f4a', endColorstr='#016837',GradientType=1 ); /* IE6-9 */
}

.total-row-wrap{
    background-image: linear-gradient(to right, #fff 15%, rgba(255, 255, 255, 0) 10%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.total-row-wrap h4 {
  font-size: 24px;
  font-weight: 900;
}

.ordering .btn{
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.totals h3{
    font-size: 42px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 0;
}




/****
TABLES
 */

table .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-top: 5px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}


table .btn-group{
        width: 55px;
    height: 55px;
    padding-top: 12px;
    padding-left: 13px;
    background-color: #093f56;
    float:right;
}
table.dataTable tbody th, table.dataTable tbody td{
    padding-bottom:0px !important;
    padding-top:0px !important;
}
#tabledata_wrapper{
    display:inline-block;
    max-width:100%;
    width:100%;
}

table.dataTable thead th[class*='sorting']{
    background-image:none!important;
}
table.dataTable thead th[class*='sorting']{
    background-image:none !important;
}


table.dataTable thead th[class*='sorting']:hover:after,
table.dataTable thead th[class*='sorting_']:after{
    content: '';
    width: 15px;
    background-size: contain;
    display: inline-block;
    padding-top: 0px;
    line-height: 46px;
    height: 7px;
    background-repeat: no-repeat;
    margin-left: 3px;
    position: absolute;
}
table.dataTable thead th{
    position:relative;

}
table.dataTable thead th[class*='sorting_disabled']:after{
    content:None !important;
    display: none;
}
table.dataTable thead th[class*='sorting'][aria-label*='descending']:hover:after,
table.dataTable thead th[class*='sorting_asc']:after{
    background-image: url(scripts/lib/datatables/images/sort_desc.svg) !important;
    top:18px;
}
table.dataTable thead th[class*='sorting'][aria-label*='ascending']:hover:after,
table.dataTable thead th[class*='sorting_desc']:after{
background-image: url(scripts/lib/datatables/images/sort_asc.svg) !important;
    /* margin-bottom: 3px; */
    bottom: 19px;
}

table a:hover{
    color:#ffb910;
}

.table-content-wrap{
    margin-top:20px;
}

table{
        margin-top: 20px;
}


table.dataTable tbody th, table.dataTable tbody td{
    padding-left:0px;
}

table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1,
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd,
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1,
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover{
    background-color:transparent;
    padding-left:0px;
}


table.dataTable tbody tr{
    background-color:transparent;
    padding-left:0px;
    font-weight:300;
        font-size: 15px;
    letter-spacing: 1px;
    padding-bottom: 25px;
    padding-top: 25px;
}
table th{
    text-transform:uppercase;
}
table td,
table th{
    color:white;
}


table tbody tr td.muted{
    color: #393939cc;
    font-weight: 400;
}

#tabledata_wrapper{
        border-top-style: solid;
    border-top-color: white;
    border-top-width: 1px;

}

body[class*='_dashboard'] table{
    margin-top: 25px;
}

body td{


    background-size: 8px 1px;
    background-repeat: repeat-x;
    border-top-style:none;
    border-style:none;
        border-color: transparent;
}



body td:nth-last-child(2){
    padding-right:0px !important;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td{
    border-color: transparent;
    position: relative;
}

table td div.init-area{
        background-color: #eb871e;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

body table.dataTable,
table.dataTable.no-footer{
    border-bottom-color:transparent;
    /*background-image: linear-gradient(to right, #fff 15%, rgba(255, 255, 255, 0) 10%);*/
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;

}

tr{
    border-color: transparent;
}
tr:nth-child(1) td{
    background-image:none;
}

body tbody tr:nth-child(1),
body tbody tr:nth-child(1) td{
    /*padding-top:10px !important;*/
}

table button.btn.dropdown-toggle{
    background-color:transparent;
    padding:0px;
    padding-left: 10px;
    padding-right: 10px;
}

.dropdown-menu{
    padding:18px 0px;
    border-radius:0px;
    width: 200px;
}

.btn-group.open .dropdown-menu:after {
	bottom: 100%;
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 20px;
	margin-left: -50px;
}

.dropdown-menu a{
    width:100%;
    text-align:left;
    color:#8a8a8a;
        font-weight: 900;
    display:inline-block;
        padding: 12px 23px;
}
table .dropdown-menu a:hover{
    background-color:#c0dfed;
    color:#8a8a8a;
    text-decoration: none;
}
table .dropdown-menu-right{
        margin-right: -4px;
    margin-top:-15px;
}

body.template--sites--site table .dropdown-menu-right{

}

table.dataTable thead th{
    border-color: transparent;
    padding-left: 0px;
    font-size: 14px;
    letter-spacing: 2px;
}


.more-info-lnk{
    color:#0080b6;
    display:block;
    letter-spacing:2px;
    text-transform: uppercase;
    font-size:10px;
    font-weight:900;
    margin-top:10px;
    margin-bottom:10px;
}

/*************
ALERT MODALS
*********** */
.generic-modal{
        position: fixed;
    z-index: 9999;
    width: 460px;
    background-color: #4798b6;

    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: white;

    max-width: 100%;
    text-align:left;
}

.generic-modal .inner-modal-wrap{
    min-height: 200px;
    padding: 28px;
}

.generic-modal .alert-btns a:first-child{
    float:left;
    width:47%;
}

.generic-modal .alert-btns a:nth-child(2){
    float:right;
    width:47%;
}

.generic-modal .alert-btns a.style-small{
    width:100%;
}

.gen-modal-bg.warning{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index: 9998;
}
.generic-modal.warning .inner-modal-wrap{
    background-color: #e01c24;
}
.generic-modal.warning .inner-modal-wrap *,
.generic-modal.warning .inner-modal-wrap a {
    color: white;
}
.generic-modal select,
.generic-modal.warning .inner-modal-wrap .smear-zone-select,
.generic-modal.warning .inner-modal-wrap .modal-header {
    border-color: white !important;   
}

.generic-modal .modal-header{
    padding: 0px 0px 12px 0px;
}
.generic-modal p{
margin-top: 20px;
    font-size: 14px;
}
.generic-modal h2{
    margin-top: 0px;
}
.generic-modal *{
    letter-spacing:1px;
}

.generic-modal select{
        border-width: 2px;
    border-style: solid;
    border-color: white;
    background-color: transparent;
    padding: 15px;
    width: 100%;
    font-size: 24px;
    font-weight: 300;
}

.generic-modal select option{
    color:black;
}

.generic-modal .alert-btns{
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.understand-proceed {
    margin-top: 15px;
}

.generic-modal h4{
text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 2.5px;
}
.generic-modal .modal-2-content{
    bottom: 0;
    background-color: darkred;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 20px;
    padding-bottom: 28px;
}

.generic-modal .thanks-note{
        margin-top: 26px;
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 14px;
    text-align:center;
}

.generic-modal .moderate-alert{
    background-color:#094058;
}

.generic-modal .alert-btns .style-small{
        background-color: transparent;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 0px;
    border-style: none;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}

.generic-modal{
    opacity:0;
    -webkit-transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -ms-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
}
.generic-modal.animate-in{
    opacity:1;
}

/**********
PUBLIC SHARING
 */



.generic-modal .link-copy{
    margin-top:30px;
    margin-bottom:30px;
    text-align: center;
}
.generic-modal .link-copy b{
    text-transform: uppercase;
}
.generic-modal .link-copy span{
    background-color: #ffffffba;
    color: #0d4671;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: bold;
    letter-spacing: 1.25px;
    margin-left: 5px;
    margin-top: 10px;
    display: inline-block;
}
.modal-wrap.show-share .send-to-header,
.modal-wrap.show-share form{
    display:none;
}
.modal-wrap.show-share .alert-btns a[data-action='showlink']{
    float:none;
}
.modal-wrap.show-share .alert-btns a[data-action='sendmail']{
    display:none;
}
.modal-wrap.show-share .alert-btns{
    text-align:center;
}


/***************
CONTACT modal
************** */


.generic-modal.contact{
    width:500px;
    background-color: #1e6e97;
}



.generic-modal.contact textarea{
    width: 100%;
    display: block;
    margin: 10px 0px 0px 0px;
    border-width: 0;
    color:black;
    padding: 15px;
    min-height: 125px;
}

.generic-modal .style-important{
    background-color:transparent;
    border-width: 3px;
    color: white;
    border-color: #f1b523;
}
.generic-modal .style-important:hover {
    background-color:#d59320;
}
.generic-modal.contact .modal-header{
    margin-bottom:5px;
}
.generic-modal.contact h2{
    text-align:center;
}
.generic-modal label{
    font-size:13px;
}

.generic-modal .style-default{
    border-color: white;
    color:white;
}


/************
SHARE MODAL
 */

.generic-modal .send-to-header{
    margin:10px 0px;
}

.generic-modal .send-to-header input{
        padding: 7px 0px;
    font-size: 14px;
    width: 100%;
    background-image: none;
}



/**************
RESULTS PAGE
***************/

.results-nav-head{
    margin-bottom:30px;
    max-width:660px;
}

.results-wrap {
    background-color: #dadada;
    display: inline-block;
    color: #094058;
    max-width:660px;
    margin:0 auto;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.2), 1px 1px 40px rgba(0,0,0,0.2);
}

.results-wrap .modal-edit{
        color: #808080;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.results-wrap .col-sm-5{
        border-right-width: 1px;
    border-right-style: solid;
    border-right-color: white;
    margin-top: -4px;
    padding-top: 4px;
}

.results-wrap sm{
        font-weight: 300;
    font-size: 24px;
}
.results-wrap h1, .results-wrap h2, .results-wrap h3,
.results-wrap h4, .results-wrap h5, .results-wrap h6,
.results-wrap span,.results-wrap b,.results-wrap sm{
    color: #094058;
}

.results-wrap h1{
    margin:0;
    padding:0;
}

.results-wrap h5{
    font-weight: 900;
    font-size: 13px;
}

.results-wrap .cont-wrap{
    display: inline-block;
    width: 100%;
    border-bottom: #c6c9ca 1px solid;
    padding-bottom: 7px;
    margin-bottom: 7px;
}


.results-wrap small{
        text-transform: uppercase;
    font-weight: 900;
    font-size: 10px;
    letter-spacing: 1.5px;
}

.results-wrap h3{
    font-size:22px;
    font-weight:300;
    letter-spacing:0.75px;
}

.results-wrap h4{
    font-weight:900;
    font-size:28px;
}

.results-wrap .lg-nums{
    margin-top:10px;
}

.results-wrap .cont-name{
    float:left;
}
.results-wrap .cont-mg{
    float:right;
}

.results-wrap .ttl-lft{
    float:left;
    text-align: left;
}

.results-wrap .num-rt{
    float:right;
}

.results-wrap .ttl-lft h3{
    margin:0;
    text-transform: uppercase;
}



.results-wrap .results-header{
    border-bottom: white 1px solid;
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
    padding-top:30px;
}

.results-wrap .results-header date{
        float: right;
    text-align: right;
    color: #808080;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 14px;
}

.results-wrap .num-wrap{
    display: inline-block;
    width: 100%;
    text-align: right;
    border-bottom-color: transparent;
    background-image: linear-gradient(to right, #094058 15%, rgba(255, 255, 255, 0) 10%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    padding-top: 5px;
    padding-bottom: 5px;
}
.results-wrap h2{
    display:inline-block;
        font-size: 42px;
    font-weight: 400 !important;
    margin-right: 8px;
}
.results-wrap .dark-gry{
        float: left;
    width: 100%;
    background-color: #a7a7a7;
}

.results-wrap .f-t-l{
    border-width: 1px;
    color: white;
    border-top-style: solid;
    border-right-style:solid;
}
.results-wrap .f-t-r{
        border-top-width: 1px;
    border-top-color: white;
    border-top-style: solid;
}
.results-wrap span{
    font-size:13px;
    line-height:20px;
    letter-spacing:1px;
}

.results-wrap .deep-blue{
    float: left;
    width: 100%;
    background-color: #094058;
    padding-bottom: 30px;
    padding-right: 15px;
    padding-top: 20px;
    padding-left: 15px;
}

.results-wrap .deep-blue .num-wrap{
        background-image: linear-gradient(to right, #fff 15%, rgba(255, 255, 255, 0) 10%);
    width: 100%;
    margin-bottom: 15px;
}

.results-wrap .deep-blue a.btn{
        width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.results-wrap .deep-blue .outline-btn:hover{
    background-color:rgba(161,69,114,0.5);
}

.results-wrap .deep-blue h2{
        font-weight: 600 !important;
    margin-top:0;
    margin-bottom:0px;
}
.results-wrap .deep-blue h2,
.results-wrap .deep-blue span,
.results-wrap .deep-blue h4,
.results-wrap .deep-blue sm{
    color:white;
}
.results-wrap .deep-blue h4{
        color: #3399cf;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 22px;
    margin-top:0px;
}
.results-wrap .deep-blue small{
    color:orange;
}
#ResultsModal.purple-bg .modal-content-wrap{
    background-color:#a13b72;
}
#ResultsModal{
        left: -23%;
}
#ResultsModal .warning{
        color: #edb123;
    padding-bottom: 8px;
}

#ResultsModal .modal-header h4{
        font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 2px;
    margin-top: 0px;
}

#ResultsModal .modal-header{
        padding: 0;
    margin-bottom: 14px;
    padding-bottom: 6px;
}

#ResultsModal .small-btn{
        background-color: transparent;
    color: white;
    border-width: 0px;
    padding: 0;
    color: #094058;
    letter-spacing: 1.5px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration:underline;
    margin-top:15px !important;
}
.app-results.open{
    min-height: 584px;
}

.toupper{
    text-transform: uppercase;
}

.ex-height{
    min-height:696px!important;
}

.grid-height{
    min-height:679px!important;
}

#ResultsModal .highlight{
    color:#edb123;
}
#ResultsModal #mix_tank_volume{
        background-image: none;
    border-bottom: white 2px solid;
    border-radius: 0px;
    margin-bottom: 28px;
}

#ResultsModal label{
        font-size: 14px;
    letter-spacing: 2.5px;
}




#ResultsModal .app-results{
    background-color:#dadada;
    padding:20px 15px;
        padding-bottom: 53px;
}

#ResultsModal .app-results .btn{
    color:#094058;
}

#ResultsModal .app-results h3{
    margin:0px;
}

#ResultsModal .app-results h4,
#ResultsModal .app-results h5{
    display: inline-block;
    margin:0;
}


#ResultsModal .sm-num-lines{
    background-image: linear-gradient(to right, #094058 15%, rgba(255, 255, 255, 0) 10%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    padding-bottom:4px;
}

#ResultsModal .sm-solid .sm-num-lines{
        background: none;
    border-top: 1px;
    border-bottom: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 11px;
    margin-bottom: 0px;
    border-color: #094058;
}

#ResultsModal .sm-num-lines.last{
        margin-bottom: 0px;
    background-image: none;
}

#ResultsModal #AdjustResults{
    margin-top:40px;
}

#ResultsModal .db-sect,
#ResultsModal .lg-sect,
#ResultsModal .dg-sect{
padding:0px 15px;
}

#ResultsModal .no-pad{
    padding:0px;
}

#ResultsModal .app-results h4,
#ResultsModal .app-results strong,
#ResultsModal .app-results span,
#ResultsModal .app-results p,
#ResultsModal .app-results h3,
#ResultsModal .app-results h5,
#ResultsModal .app-results h2{
    color:#094058;
}
#ResultsModal h2{
    margin-top:0px;
    font-size:32px;
}
#ResultsModal .db-sect{
    padding-top:15px;
    padding-bottom:15px;
}
#ResultsModal .db-sect h3,
#ResultsModal .db-sect span{
    color:white;
}
#ResultsModal .dg-sect{
    background-color: #bababa;
    padding-top:1px;
    padding-bottom:1px;
}
#ResultsModal .yellow-bg h4{
    padding-top:15px;
}
#ResultsModal .yellow-bg strong{
    font-size:32px;
    font-weight:900;
}
#ResultsModal .yellow-bg{
    background-color: #edb123;
    padding-top: 8px;
    padding-bottom: 7px;
}

#ResultsModal .btn{
        width: 100%;
    margin-top: 25px;
}

#ResultsModal .dg-sect *,
#ResultsModal .lg-sect *{
    font-size:16px;
}

#ResultsModal .lg-sect div,
#ResultsModal .dg-sect div{
        font-size: 16px;
    margin: 5px 0px;
}

#ResultsModal .important-sect{
    padding: 8px 15px;
}
#ResultsModal .important-sect h4{
    padding-top:13px;
}

#ResultsModal .form-group{

}

#ResultsModal .important-sect strong{
    font-size: 32px;
    font-weight: 900;
}

#ResultsModal h4{
        font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#ResultsModal .db-sect {
    background-color: #094058;
}

#ResultsModal .app-results h2{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 8px;
    margin-bottom: 3px;
}

#ResultsModal .app-results h1{
        font-size: 30px;
    color: #094058;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 4px;
}

/**********
ORDER PAGES
 */
body[class*="--order--"] hr{
        display: block;
    float: left;
    width: 100%;
    border-top-width: 1px;
    border-color: rgba(9, 64, 88, 0.27);
}

.order-wrap{
    max-width: 700px;
    background-color: white;
    box-shadow: 1px 1px 25px rgba(0,0,0,0.1), 1px 1px 3px rgba(0,0,0,0.2);
    padding:10px 35px;
    padding-bottom:35px;
    margin: 0 auto;
    margin-top:15px;
}

.order-wrap .text-right h5{
        font-weight: 900;
    font-size: 14px;
    color: #4d4d4d;
    letter-spacing: 0.15px;
}
.order-wrap .text-right small{
        font-weight: 900;
    color: #bfbfbf;
    font-size: 13px;
    letter-spacing: 2px;
}

.order-breadcrumbs{
        max-width: 700px;
    margin: 20px auto;
    margin-top: 30px;
}

.order-breadcrumbs a{
        font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.75px;
    font-size: 13px;
}

.order-wrap label{
    color: #808080;
    font-size: 11px;
    font-weight: 500 !important;
}
.order-wrap input{
    color: #094058 !important;
    font-weight: 900;
    font-size: 18px;
}

.order-wrap .prod_selection.hide-prod{
        height: 0px;
    overflow: hidden;
    margin-bottom: 36px;
    border-width: 1px;
    border-style: solid;
    border-color: #094058;
    margin-top: 33px;
}

.order-wrap input[type="submit"]{
    color: #094058 !important;
    font-weight: 900;
    font-size: 18px;
    padding: 15px;
    text-transform: uppercase;
}

.order-wrap strong{
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 15px;
    display: block;
    margin-top: 10px;
    color: #094058;
}

.order-wrap select{
    border-width: 0;
    box-shadow: none;
    font-weight: 900;
    font-size: 14px;
    text-transform: capitalize;
    background-image: linear-gradient(to right, #08374b 15%, rgba(255, 255, 255, 0) 10%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    padding-left: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
}
body[class*='template--order--thank_you']:after,
body[class*='template--index']:after{
    background-image:url('media/gas-pumps.jpg');
    background-size:cover;
    content:'';
    position: fixed;
    z-index: -1;
    opacity:0.05;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
}
body[class*='template--order--thank_you']:before,
body[class*='template--index']:before{
    content:'';
    z-index: 0;
    height: 100vh;
    background-image: url(media/bg_logo_overlay.svg);
    background-size: 130%;
    position: absolute;
    background-position: -10% 10%;
    left: 50%;
    width: 50%;
    background-repeat: no-repeat;

}



@media(max-width:768px){
    body[class*='template--index']:before{
        min-width:900px;
    }
    body[class*='template--index'].welcome-screen{
        min-width:305px;
    }
    body[class*='template--index'] .btn{
        margin:0 !important;
        margin-bottom:10px !important;
    }
}
body[class*='template--index']{
    overflow:hidden;
}
body[class*='template--index']:before{
    width:70%;
}

.thankyou-wrap{
        max-width: 300px;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 200px;
}
body[class*='template--order'] .simple-btn{
    background-color: transparent;
    border-width: 0px;
    padding: 0;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2.5px;
    text-decoration: underline;
}


.order-wrap input[name="save"] {
    border-color:#094058;
}

.datepicker-days table td,
.datepicker-days  table th{
    color:black;
}

.order-wrap select{
    color:#094058;
}

.order-wrap h1,
.order-wrap h2,
.order-wrap h3,
.order-wrap h4,
.order-wrap h5,
.order-wrap p,
.order-wrap b,
.order-wrap span{
    color:#094058;
}
.order-wrap b{
    font-weight:900;
}
.order-wrap .important-ttls{
        text-align: right;
    font-size: 42px;
    font-weight: 900;
    color:#094058;
}

.order-wrap .order-totals{
    margin-top:30px;
}

.order-wrap p{
        font-size: 13px;
    font-weight: 600;
}

.order-wrap .receive-other{
        margin-top: 15px;
}

.order-wrap .order-totals small{
        color: #094058;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 13px;
}

.order-wrap .order-totals h2{

    margin-top:0px;
    font-size:32px;
    font-weight:300;
}

.order-wrap table tr{
     background-image: linear-gradient(to right, #094058 15%, rgba(255, 255, 255, 0) 10%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
}
.order-wrap .radio label input{
    opacity:0;
}

.order-wrap .radio input[type="radio"]:checked + label {
  border-color:#eeb223 !important;
}

.button-radios .radiocheck{
  border-color:#eeb223 !important;
}


.order-wrap .radio label{
    width: 47%;
    border-width: 3px;
    border-style: solid;
    border-color: #094058;
    padding: 15px 20px;
    text-align: center;
    font-size: 18px;
    text-transform: initial;
    color: #094058;
    font-weight: 900 !important;
    float: left;
    margin: 5px;
}
.order-wrap table td,
.order-wrap table th{
    color:#094058;

}

.order-wrap table tr td{
    padding:15px 0px !important;
}

.order-wrap table .muted td{
    color:#333333;
    opacity:0.5;
}

.order-wrap .order-totals .imp-wrap{
    float:left;
    width:100%;
        border-bottom: #094058 1px solid;
    margin-bottom: 10px;
    margin-top: 10px;
}

.outline-btn.dark{
    color: #094058;
}
table .alert-bubble {
    width:15px;
    height:15px;
    border-radius:50%;
}
table .alert-bubble.style-RED{
    background-color:red;
}
table .alert-bubble.style-ORANGE{
    background-color:orange;
}

table .alert-bubble.style-GREEN{
    background-color:green;
}
table .alert-bubble.style-ORDERED{
    background-color:#3399cf;
}

table .alert-bubble.style-BROWN{
    background-color:orange;
}

/** SITES/ORDERS DASHBOARD **/
body[class*="_dashboard"] #tabledata_wrapper{
    border-style:none;
}
body[class*="_dashboard"] table{
}
body[class*="_dashboard"] table tr td{
    padding:0 !important;
      white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom-width: 1px;
    border-bottom-color: white !important;
    border-bottom-style: solid;
}
table tr td .btn-wrap{
    padding:0 !important;
    text-align:right;
}
table tr td .btn-wrap .btn-group{
    height:50px;
    display: inline-block;
    float:none;
        padding-right: 12px;
    padding-left:0;
}
body[class*="_dashboard"] table tr td .btn-group{
    white-space: normal;
    border-right-width: 1px;
}

body[class*="sites_dashboard"] table tr {
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.5);
}

body[class*="_dashboard"] table tr td >div{
    /*padding: 15px 13px;*/
    /*font-size: 14px;*/
    /*padding-left: 0;*/
}

table .hide-column{
    display:none;
}


body table td div.area-status-dots div{
border-width: 1px;
    border-style: solid;
    border-color: white;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0 3px;
    border-radius: 50%;
    float: right;
    margin-bottom:1px;
}

body table .area-status-dots .status-extras:before{
    content:'+';
    font-size:16px;
}
body table .area-status-dots .status-extras {
        border-width: 0px;
    line-height: 12px;
    margin-top:1px;
}
body table .area-status-dots{
    margin-right:15px;
    height: 15px;
    overflow: hidden;
}
body table td:last-child{
    max-width:50px;
}
body table td div[class*='-clear'] {
    opacity: 0.75;
    border-style: dotted !important;
    background-color: #cfcfcf3b;
}

body table td div[class*='-red']{
    background-color:red;
}
body table td div[class*='-green']{
    background-color:green;
}

body table td div[class*='-orange']{
    background-color:orange;
}

body table td div[class*='-ordered']{
    background-color:#3399cf;
}

body table td div[class*='-brown']{
    background-color:orange;
}

body[class*="_dashboard"] table tr td:nth-child(1) >div{
    padding-left: 29px;
}


body[class*="_dashboard"] table tr td:nth-child(1) >div{
    border-left-width:1px;

}

body table tbody tr td:nth-child(1){
    font-weight:bold;
}


/**********
ORDERS DASHBOARD
 */
table .details + tr >td{
        background-color: rgba(255, 255, 255, 0.5215686274509804) !important;
    border-bottom: white solid 4px !important;
}
table .details{
    background-color:rgba(30, 110, 151, 0.5) !important;
}
table .details + tr tbody tr td{
    border-style:none !important;
        background-image: linear-gradient(to right, #094058 15%, rgba(255, 255, 255, 0) 10%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    padding:10px 5px !important;
    font-size:14px !important;
    color:#094058;
}
table .details + tr tbody tr:last-child td{
    border-bottom-width:0px !important;
    background-image:none;
}

table .details + tr >td .area-status-dots{
        max-width: 50px;
    margin: 0 !important;
    float: right;
    padding-right: 19px;
}

table .details .btn-group{
    background-color:#1e6e97;
}

table .details .btn-group .caret{
    transform:rotate(180deg);
}


/****
WELCOME SCREEN
******/

.welcome-screen .logo{
        max-width: 380px;
    width: 100%;
    margin-bottom:35px;
}
.welcome-screen p{

    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0.5px;

}
.welcome-screen{
        max-width: 500px;
    /* margin: 0 auto; */
    transform: translate(-50%,-50%);
    top: 50%;
    position: absolute;
    left: 50%;
    text-align:center;
}
.template--index .container{
    min-height:100vh;
}
body[class*='--register'] .default-btn{

}
body[class*='--auth--'] .container{
    width:100%;
    text-align:center;
}
.acct-wrap {
    max-width: 500px;
    margin: 0 auto;
    max-width: 390px;
}
.gas-pump-img{
    background-image:url('media/gas-pumps.jpg');
    background-size:cover;
    opacity:0.25;
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100vh;
}
.intro-imagery{
    min-height:100vh;
}
.intro-imagery .logo{
        position: absolute;
    top: 25%;
    width: 400px;
    left: 50%;
    margin-left: 0px;
    max-width: 100%;
    padding: 0px 25px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.new-acct-header{
    text-align: center;
    margin-bottom: 50px;
    margin-top: 52px;
}
.new-acct-header p{
        font-size: 13px;
    letter-spacing: 0.5px;
    max-width: 300px;
    margin: 0 auto;
}
.acct-wrap h1{
    font-size: 24px;
}
.acct-wrap input[type="text"],
.acct-wrap input[type="number"],
.acct-wrap input[type="password"]{
    border-style:none;
    border-bottom-width:1px;
    border-bottom-style:solid;

    border-bottom-color: white;
    background-color: transparent;
    background-image:none;
    border-radius:0px;
    color:white;


}
.acct-wrap .form-group label{
    display:none;
}
body[class*='template--auth--'] ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
    font-weight:300;
    letter-spacing:1px;
    font-size:14px;
}
body[class*='template--auth--'] ::-moz-placeholder { /* Firefox 19+ */
    color: white;
    font-weight:300;
    letter-spacing:1px;
    font-size:14px;
}
body[class*='template--auth--'] :-ms-input-placeholder { /* IE 10+ */
  color: white;
    font-weight:300;
    letter-spacing:1px;
    font-size:14px;
}
body[class*='template--auth--'] :-moz-placeholder { /* Firefox 18- */
    color: white;
    font-weight:300;
    letter-spacing:1px;
    font-size:14px;
}
body[class*='template--auth--'] .btn{
    margin-top:15px;
    width:100%;
}

body[class*='template--auth--'] .has-error,
body[class*='template--auth--'] .help-block{
    text-align: left;
    color: #ffc626;
    letter-spacing: 1px;
}
body[class*='template--auth--'] form{
    text-align:left;
}
body[class*='template--auth--'] .intro-imagery{
    float:right;
}

/* Change the white to any color  */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    color:white;
    -webkit-text-fill-color: white;
}
body[class*='template--order--'] input:-webkit-autofill,
body[class*='template--order--'] input:-webkit-autofill:hover,
body[class*='template--order--'] input:-webkit-autofill:focus,
body[class*='template--order--'] input:-webkit-autofill:active {
    color: #094058 !important;
    -webkit-text-fill-color: #094058;
}
.checkbox label{
        padding-left: 30px;
    position: relative;
    line-height: 19px;
    text-transform: none;
    font-weight: 300 !important;
    font-size: 13px;
    letter-spacing: 0.25px;
}
.checkbox input[type='checkbox']{
    outline: none;
        width: 20px;
    height: 20px;
    background-color: white;
    background-image: none;
    padding: 0px;
    box-shadow: none;
      -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance:none;
    float: left;
    margin-left: -30px;
    -webkit-background-size: 16px;
    background-size: 16px;
    background-position: center;
        -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position:absolute;
    top:50%;
    margin-top:0px;
    border-width: 1px;
    border-color: #28719659;
    border-style: solid;
}
.checkbox input[type=checkbox]:checked {
    background-color:transparent;
    background-image:url('media/icons/tick.svg');
    background-repeat:no-repeat;
}

@media(max-width:1024px){
    body[class*='template--auth--'] .intro-imagery {
        float: none;
        min-height: 200px;
        overflow: hidden;
    }
}



/****
RESOURCES AND ALERTS
 */
.alert-tab {
    position: absolute;
    left: 0px;
    transform: translateX(-100%);
    background-color: #a7151b;
    height: 90px;
    line-height: 90px;
    padding: 0px 14px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    z-index: 100;
    padding-right: 35px;
    top:50%;
    cursor:pointer;
    -webkit-transition: all 0.33s ;
    -moz-transition: all 0.33s ;
    -ms-transition: all 0.33s ;
    -o-transition: all 0.33s ;
    transition: all 0.33s ;
}
.alert-tab:hover{
    opacity:0.75;
}
.alert-tab .ico{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 27px;
    background-color: white;
    color: #a7151b;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    box-shadow: -15px 1px 20px rgba(0,0,0,0.1);
}

#Resources{
    position: fixed;
    right: 0px;
    height: 100%;
    width: 300px;
    z-index: 99999;
    top: 0px;
    background-color: #2c7599;
    box-shadow: -5px 0px 31px rgba(0,0,0,0.1);
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -ms-transform: translateX(120%);
    -o-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -ms-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
}
#Resources.open{
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
#Resources .copy-content{
    color: white;
    letter-spacing: 0.5px;
    font-size: 13px;
}
#Resources .copy-content2{
    color: white;
    letter-spacing: 0.5px;
    font-size: 13px;
}

#Resources .copy-content3{
    color: white;
    letter-spacing: 0.5px;
    font-size: 13px;
}
#Resources .exit-resources{
        position: absolute;
    right: 4px;
    top: 4px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 999;
    background-color:rgba(0,0,0,0.001);
}
#Resources .exit-resources span {
    background-color: white;
    width: 1px;
    height: 20px;
    position: absolute;
    transform: rotate(44deg);
    top: 6px;
    left: 22px;
}
#Resources .exit-resources span:nth-child(2){
    transform: rotate(-44deg);
}

#Resources h2{
    font-size:24px;
}

#Resources .subheading{
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 17px;
    letter-spacing: 0.5px;
}

#Resources .subheading1{
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 17px;
    letter-spacing: 0.5px;
}

#Resources .subheading2{
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 17px;
    letter-spacing: 0.5px;
}

#Resources .subheading3{
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 17px;
    letter-spacing: 0.5px;
}

#Resources h5{
        font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
}
#Resources h4{
    font-size:16px;
    font-weight:800;
    text-transform: uppercase;
}

#Resources .resource-content{
        display: inline-block;
    padding: 15px;
    width: 100%;
}

#Resources .issued-for{
        background-color: darkred;
    top: 0px;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 6px 15px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#Resources .cta{
        padding: 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #2c7599;
}

#Resources .cta .btn{
    width:100%;
}

#Resources .your-answer{
    display: inline-block;
    width: 100%;
    background-color: #e11c24;
    padding: 6px 15px;
    text-transform: uppercase;
}

#Resources .your-answer,
#Resources .issued-for
{
    display: none;
}

#Resources.default .subheading{
    display:block;
}

#Resources.warning .your-answer,
#Resources.warning .issued-for
{
    display: block;
}


/***********
USER PROFILES
 */


.simple-link-btn{
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing:1.7px;
    font-weight:700;
    cursor: pointer;
}
.simple-link-btn:hover{
    color:white;
}
.img-circle.profile-thumbnail{
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: white;
}

/*.billing-col h2 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,255,255,0.75);
    padding-bottom: 15px;
    margin-bottom: 30px;
}*/
@media(max-width:991px){
    .billing-col h2 {
        margin-top:0px;
    }
}
body[class*='profile'] .page-header{
    border-bottom-style:none;
}
body[class*='profile'] select[disabled] {
    background-color: silver;
    opacity: 0.5;
    color: black;
}
body[class*='profile'] .form-group label{
    display: block;
}
body[class*='profile'] .form-group{
    display: inline;
}
body[class*='profile'] select option{
    color:black;
}
body[class*='profile'] select {
    max-width: 200px;
    font-size: 16px;
    font-weight: bold;
    display: inline;
    background-color: transparent;
    border: white solid 1px;
}

body[class*='profile'] h4{
        width: 100%;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 12px;
        font-weight: 600;
    font-size: 16px;
        margin-bottom: 20px;
}
body[class*='profile'] h4 .edit-btn{
    float:right;
}
body[class*='profile'] .profile-side{
    padding-right: 6%;
}

body[class*='profile'] .billing-col h4{
    border-bottom-style:none;
    border-bottom-width:0px;
    background-image: linear-gradient(to right, #fff 15%, rgba(255, 255, 255, 0) 10%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
}
.profile-wrap{
        max-width: 960px;
    margin: 0 auto;
}

/***************
DELETE USER ACCOUNT
 */

body[class*='delete'] .delete-wrap{
    max-width:500px;
    margin:0 auto;
    margin-bottom:150px;
    text-align:left;
}

.warning-btn{
    background-color: #cd0606;
    color: white;
}
.warning-btn:hover{
    background-color: darkred;
    color: white;
}
/*************
ADD UNITS TO INPUT FIELDS
 */

.unit-wrap{
    position: relative;
    display: inline-block;
    width: 100%;
}
.unit-wrap .unit-type{
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: default;
    padding:10px;
}

.measure-unit{
    position: absolute;
    visibility: hidden;
}


/************
PASS RESET STYLES
 */
body.template--auth--reset_password .container{
    max-width:500px;
}

/****************
FLASH STYLES
 */

body.template--auth--login .flashes .message,
body[class*='--index'] .flashes .message{
        max-width: 100%;
    z-index: 999999;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0px;
    border-radius: 0px;
    height: auto;
    padding: 6px;
    text-align: center;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
}


/**************
SPINNERS
 */


.main-spinner{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index: 9999999;
    background-color:rgba(9, 64, 88, 0.55);
}

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

p.text-danger {
    color: #ffc626;
}
a.white {
    color: white;
}
.napl-container {
    min-height: 46px;
    padding-left: 10px;
    border: 2px solid black;
    line-height: 46px;
}
p.header {
    font-weight: 900;
    font-size: 15px;
    font-style: italic;
}

.selectionfield-disabled-placeholder label {
    display: none;
}

.open-resource-modal-span {
    color: white;
    display: inline-block;
}

.grain-size-modal-span {
    margin-top: 10px;
    margin-bottom: 5px;
}

.open-resource.product-review {
    color: #094058;
}
.home-step {
  margin-top: 50px;
  display: flex;
  align-items:center;
}
.home-step img {
  margin-right: 20px;
  height: 70px;
}
.home-step span {
  margin-top: 5px;
  font-size: 30px;
  font-weight: 900;
}
.topft-container p {
    display: none;
    color: #ffae42;
}
.topft-container.error p {
    display: block;
}
.btn-hidden{
    display:none;
}
.btn-alt{
    width:50%;
    float:left;
    padding: 5px 10px!important;
}
#tphgro-too-low{
    color:red;
    display:none;
}
#tphgro-too-low a{
    color:red;
}
.dnone{
    display:none;
}
#excavation-modal.open{
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
.learn-more{
    cursor:pointer;
}
.ta-lft{
    text-align:left!important;
}
.displaynone{
    display: none!important;
}


/** Colors **/

.text-yellow,
.text-yellow:hover,
.text-yellow:focus,
.text-yellow:active {
    color: #f1b523;
}


/** Font sizes **/

.text-sm {
    font-size: 65% !important;
}


/** Flex container **/

.flex {
    display: flex;
    align-items: end;
}
.flex-left {
    margin-right: auto;
}
.flex-right {
    margin-left: auto;
}

.d-flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.w-100 {
    width: 100%;
}

.mt-auto {
    margin-top: auto;
}

.px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.mb-2 {
    margin-bottom: 1rem;
}

#sqftinput p {
    display: none;
    color: #ffae42;
}

#sqftinput.error p {
    display: block;
}
