/* 
    Document   : custom
    Created on : Apr 8, 2013, 2:11:28 PM
    Author     : Owner
    Description:
        Purpose of the stylesheet follows.
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
root { 
    display: block;
    font-family: 'Montserrat', sans-serif !important;
}
a {
   outline: 0 !important;
   font-family: 'Montserrat', sans-serif !important;
}
hr {
    margin: 5px 0px;
}
label {
    display: inline-block !important;
}
.navbar-inverse, .navebar-inverse .navbar-inner, .navbar-inner {
    background-color: #083451 !important;
    background-image: none !important;
    color: #ffffff !important;
}
.btn-primary {
    background-color: #0F7AB7 !important;
    background-image: none !important;
}
.alert-info {
    background-color: #e5eaf5 !important;
    color: #0F7AB7 !important;
    border-color: #c6d4e9 !important;
}
.below {
    background-color: #f89406;
    color: #ffffff;
    text-align: center !important;
    font-weight: bold;
}
.nonaggressive, .nonaggressive td {
    background-color: #f2dede !important;
    border-color: #eed3d7 !important;
}
.aggressive, .aggressive td {
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}
.aglabel {
    font-size: 18pt;
}
.agtop {
    color: #468847 !important;
}
.aghigh {
    color: #3a87ad !important;
}
.agmid {
    color: #bf9902 !important;
}
.agbtm {
    color: #b94a48 !important;
}
.above {
    background-color: #3a87ad;
    color: #ffffff;
    text-align: center !important;
    font-weight: bold;
}
.top {
    background-color: #468847 !important;
    color: #ffffff;
    text-align: center !important;
    font-weight: bold;
}
.bottom {
    background-color: #b94a48 !important;
    color: #ffffff;
    text-align: center !important;
    font-weight: bold;
}
.neutral {
    text-align: center !important;
    font-weight: bold;
}
.blackout {
    background-color: #000000 !important;
    color: #000000 !important; 
}
.blackout a {
    color: #000000 !important; 
}
.avg {
    text-align: center !important;
    font-weight: bold;
    font-size: 90%;
    color: #006699;
}
.splitter {
    background-color: #083451;
    color: #ffffff;
}
.splitter-tot {
    background-color: #083451 !important;
    color: #ffffff !important;
}
.splitter-tot td {
    background-color: #083451 !important;
    color: #ffffff !important;
}
.splitter-tot a {
    color: #ffffff;
}
.prog-bar {
    height: 500px;   
}
.fill {
    background-color: #ebebeb;
    width: 100%;
}
.uploadme {
    border: solid 1px #bbb !important;
}
.thumbbox, .logobox {
    width: 180px;
    padding: 10px;
    margin: 10px;
    float: left;
    height: 580px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 8pt;
    background-color: #006699;
    color: #ffffff;
    position: relative;
}
.logobox {
    height: 350px !important;
}
.thumbbox .img, .logobox .img {
    border: solid 2px #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4); 
}
.rotate, .rotatelogo {
    position: absolute;
    cursor: pointer;
    bottom: 0px;
    border: none;
}
.cw {
    right: 5px;
}
.ccw {
    left: 5px;
}
/*.delete-img {
    position: absolute;
    top: -5px;
    right: -5px;
}*/
.adupload {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
    background-color: #f8f8f8;
    font-size: 9pt;
}
.rejected {
    background-color: #ebcccc;
    color: #911;
}
.pending {
    background-color: #fbeed5;
    color: #c09853;
}
.adupload input, .adupload select {
    font-size: 9pt !important;
}
.load-vehicle, #return-salestable, .del-vehicle {
    cursor: pointer;
    color: #3a87ad;
}
.logoform {
    background-color: #595959;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.distro {
    margin-left: 0px !important;
    list-style-type: none;
    font-size: 8pt;
    font-weight: bold;
    border: solid 1px #ffffff;
    border-bottom: none !important;
}
.distro li {
    background-color: #006699;
    padding: 5px;
    border-bottom: solid 1px #ffffff;
    position: relative;
}
.distro li:hover {
    background-color: #3a87ad;
}
.distro li .remove {
    position: absolute !important;
    top: 3px !important;
    right: 5px !important;
    display: block !important;
    cursor: pointer !important;
}
fieldset {
    margin-bottom: 15px;
    background-color: #f7f7f7;
    padding: 10px;
    border: solid 1px #bbb;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}
#palette {
    width: 402px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    position: absolute;
}
.expired {
    background-color: #f2dede !important;
    color: #911;
}
.moveme {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: move !important;
    padding: 1px;
}
.moveme:hover {
    padding: 0px;
    border: dashed 1px #bbb;
}
#coupon-preview .moveme:hover {
    padding: 1px !important;
    border: none !important;
    cursor: default !important;
}
.closeme {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: solid 2px #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    background-color: #911;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 10pt;
    cursor: pointer;
}
.closeme:after {
    content: "\2715"
}
.preview {
    cursor: pointer !important;
}
td.palette-color{
    width: 15px !important;
    height: 15px !important;
    border: solid 1px #000000 !important;
    cursor: pointer !important;
    padding: 0px !important;
}
.move-item {
    cursor: pointer;
}
.insertimg {
    cursor: pointer;
    padding: 2px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}
.imgfilter {
    padding: 3px;
    color: #006699;
    cursor: pointer;
    font-size: 8pt;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
#pagination {
    padding-top: 15px;
}
.paginate {
    color: #005580;
    cursor: pointer;
    float: left;
    display: block;
    padding: 0px 5px 0px 5px;
    border: solid 1px #005580;
    margin: 3px;
    background-color: #ffffff;
}
.paginate:hover {
    color: #ffffff;
    background-color: #005580;
}
.currpage {
    color: #ffffff;
    font-weight: bold;
    float: left;
    display: block;
    padding: 0px 5px 0px 5px;
    border: solid 1px #005580;
    background-color: #005580;
    margin: 3px;
}
.first, .last, .prev, .next {
    color: #ffffff;
    background-color: #2f96b4;
}
.imgfilter.active {
    color: #ffffff;
    background-color: #006699;
}
.activeoffer td {
    background-color: #dff0d8 !important;
}
td div.slider {
    display: none;
}
td.details-control, td.details-control-simple{
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}
tr.shown td.details-control, td.details-control-simple.shown {
    background-color: #b94a48 !important;   
}
td.details-control, td.details-control-simple {
    background-color: #3a87ad !important;

}
td.details-control:after, td.details-control-simple:after {
    content: '+'; 
}
tr.shown td.details-control:after, td.details-control-simple.shown:after {
    content: '-'; 
}
ul.offer-deets {
    padding: 10px 0px !important;
    width: 100%;
    margin: 0px !important;
    list-style-type: none;
}
ul.offer-deets li {
    border-bottom: solid 1px #bbb;
}
ul.offer-deets li.odd {
    background-color: #ebebeb; 
}
ul.offer-deets li span {
    display: block !important;
    width: 50% !important;
    float: left;
}
.copyme {
    cursor: copy !important;
}
table.adcalendar {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
table.adcalendar tr {
    border: solid 1px #ebebeb !important;
}
table.adcalendar th {
    color: #ffffff !important;
    background-color: #006699 !important;
    text-align: center !important;
}
table.adcalendar td {
    height: 150px;
    text-align: right !important;
    vertical-align: top;
    padding: 5px;
    width: 14.28% !important;
    max-width: 14.28% !important;
}
table.adcalendar.mini td {
    height: 60px;
}
.activeday {
    border: solid 1px #ebebeb;
}
.event {
    display: block;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
    text-align: center;
    color: #000000;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
    margin-bottom: 5px !important;
    cursor: pointer;
}
.mini .event {
    margin-bottom: 2px !important;
}
.event:hover {
    color: #000000;
    text-decoration: none;
}
.event.offerless {
    background-image: url(../img/background/striped.png); 
}
.legendbox {
    width: 12%;
    float: left;
    height: 35px;
}
.legend {
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 3px;
}
input.txtedit {
    padding: 0px !important;
    margin: 0px !important;
    background: transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 8pt !important;
    color: #333333 !important;
}
.movethis {
    cursor: move;
    margin-top: 5px;
}
#piechart {
    width: 100%;
    height: 500px;
}
.event.type1, .legend.type1, .allspend .type1, #piechart .type1 {
    background-color: #f37863 !important;
    border: solid 1px #a85243 !important;
}
.event.type2, .legend.type2, .allspend .type2, #piechart .type2 {
    background-color: #ffccff !important;
    border: solid 1px #ae88ae !important;
}
.event.type3, .legend.type3, .allspend .type3, #piechart .type3 {
    background-color: #d7e4bc !important;
    border: solid 1px #959f81 !important;
}
.event.type4, .legend.type4, .allspend .type4, #piechart .type4 {
    background-color: #fac090 !important;
    border: solid 1px #f4913f !important;
}
.event.type5, .legend.type5, .allspend .type5, #piechart .type5 {
    background-color: #b2a1c7 !important;
    border: solid 1px #8855c6 !important;
}
.event.type6, .legend.type6, .allspend .type6, #piechart .type6 {
    background-color: #ffcc00 !important;
    border: solid 1px #bf9902 !important;
}
.event.type7, .legend.type7, .allspend .type7, #piechart .type7 {
    background-color: #c5d9f1 !important;
    border: solid 1px #5797e3 !important;
}
.event.type8, .legend.type8, .allspend .type8, #piechart .type8 {
    background-color: #95b3d7 !important;
    border: solid 1px #528cd2 !important;
}
.typetotal {
    background-color: #bbb;
    border: solid 1px #595959;
}
.typebudget {
    background-color: #62c462;
    border: solid 1px #595959;
}
.typeover {
    background-color: #d7e4bc;
    border: solid 1px #595959;
}
.allspend ul {
    margin: 0px !important;
    list-style-type: none;
    width: 100%;
    font-size: 8pt;
}
ul.spenditems {
    min-height: 100px;
}
.allspend ul li {
    padding: 2px 5px;
}
.prevnext {
    font-size: 24pt;
    font-weight: bold;
    color: #ffffff;
}
.prevnext:hover {
    text-decoration: none;
    color: #ffffff;
}
.lightup {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(3,209,250,0.61);
    -moz-box-shadow: 0px 0px 10px 0px rgba(3,209,250,0.61);
    box-shadow: 0px 0px 10px 0px rgba(3,209,250,0.61);
}
.offerstable th {
    background-color: #006699;
    color: #ffffff;
}
.remove-offer, .archiveoffer, .delevent, .delete-coupon {
    cursor: pointer;
    color: #0088cc;
}
.remove-offer:hover, .archiveoffer:hover, .delevent:hover, .delete-coupon:hover {
    text-decoration: underline;
    color: #005580;
}
.spendlabel {
    width: 49%;
    float: left;
    overflow: visible;
}
.spendvalue {
    width: 49%;
    float: right;
    overflow: visible;
    text-align: right;
}
.remove-spend {
    cursor: pointer;
}
#load-stats {
    min-width: 960px;
}
.vdptable thead th, .vdptable tfoot td {
    background-color: #006699;
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
}
.cal-month {
    font-size: 300%; 
    padding: 20px 0px !important;
}
.cal-small {
    display:none;
    font-size: 8pt !important;
}
@media (max-width: 700px){ 
    .cal-month {
        font-size: 150% !important;
    }
    .cal-small {
        display: block;
    }
    .cal-full {
        display: none;
    }
    h2 {
        font-size: 14pt !important;
    }
    .legendbox {
        display: none;
    }
}
.remove-me {
    cursor: pointer;
    color: #911;
}
@media print {
    .navbar, form {
        display: none;
    }
    html {
        -webkit-print-color-adjust: exact !important;       
    }
    h1, h3 {
        margin: 0px !important;
    }
    table, table td {
        font-size: 8pt !important;
        padding: 2px !important;
        vertical-align: middle !important;
        font-weight: normal !important;
        margin-top: 0px !important;
    }
}
.pointer {
    cursor: pointer;
}
/*-----SERVICE DOR STYLES-------*/
.co-red {
    color: #911 !important;
}
.co-green { 
    color: #468847 !important;
}
.co-yellow {
    color: #bf9902 !important;
}
.isblue {
    background-color: #2f96b4 !important;
}

.isgrey {
    background-color: #bbb !important;
}
.isblue .fa, .isgrey .fa {
    text-shadow: 0px 0px 1px #ffffff !important;
}
.is_outer_left {
    border-left: solid 1px #000 !important;
}
.is_outer_right {
    border-right: solid 1px #000 !important;
}
.has_border_bottom td {
    border-bottom: solid 2px #000 !important;
}
.isbold {
    font-weight: bold !important;
}
#servicedortable{
    position: relative;
    width: 1800px;
    overflow: hidden;
    border-collapse: collapse;
}

#table-head {
    /*position: fixed;
    //top: 100px;*/
    position: relative;
    display: block;
    width: 1800px;
    overflow: visible;
}
#servicedortable th, #servicedortable td {
    padding: 5px !important;
    max-width: 261px;
    min-width: 120px;
    height: 40px;
}
#servicedortable td.islabel {
    width: 120px !important;
}

#servicedortable thead th:nth-child(1) {
    position: relative;
    display: block; 
}

#servicedortable tbody {
    position: relative;
    display: block; 
    width: 1800px;
    height: 600px;
    overflow: scroll;
}

#servicedortable tbody td {
    max-width: 261px;
    min-width: 120px;
}

#servicedortable tbody tr td:nth-child(1) { 
    position: relative;
    display: block; 
    height: 40px;
    background-color: #ffffff;
    border-right: solid 1px #000 !important;
}

.diff-important {
    background-color: #b94a48 !important;
    color: #ffffff;
    font-weight: bold;
    text-align: center !important;
}
.diff-warning {
    background-color: #f89406 !important;
    color: #ffffff;
    font-weight: bold;
    text-align: center !important;
}
.diff-success {
    background-color: #468847 !important;
    color: #ffffff;
    font-weight: bold;
    text-align: center !important;
}
.dmvrlabel {
    font-size: 9pt;
    font-weight: bold;
}

/*-----NEW PRICING TOOL-------*/
.pricing-table {
    background-color: #ffffff !important;
    border-radius: 5px !important;
    border: solid 1px rgba(0,0,0,.125) !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    width: 99% !important;
}
.active .nav-link {
    color: #ffffff;
}
#statsrow {

}
.diff-danger-npt {
    background-color: #f2dede !important;
    color: #a94442 !important;
    font-weight: bold !important;
    text-align: center !important;
}
.diff-warning-npt {
    background-color: #fcf8e3 !important;
    color: #8a6d3b !important;
    font-weight: bold !important;
    text-align: center !important;
}
.diff-success-npt {
    background-color: #dff0d8 !important;
    color: #3c763d !important;
    font-weight: bold !important;
    text-align: center !important;
}
#guage_div {
    position: relative !important;
}
#guage_div table {
    margin-left: auto !important;
    margin-right: auto !important;
}
#myTabContent {
    padding-top: 15px;
}
.p-head {
    margin-top: 10px;
}
.bezelme {
    border-left: solid 1px #fff;
    box-shadow: inset 0px 0px 2px rgba(0,0,0,.5);
    border-radius: 5px;
}
.nonaggressive, .nonaggressive td {
    background-color: #f2dede !important;
    border-color: #eed3d7 !important;
}
.aggressive, .aggressive td {
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}
.aglabel {
    font-size: 18pt;
}
.agtop {
    color: #468847 !important;
}
.aghigh {
    color: #3a87ad !important;
}
.agmid {
    color: #bf9902 !important;
}
.toggle-key {
    font-weight: bold;
    color: #006699;
    cursor: pointer;
}
h3.stockkeys {
    border-bottom: solid 1px #005580 !important;
    color: #005580 !important;
    text-align: center !important;
    font-size: 1.5em !important;
}

.unassigned, .unassigned td {
    color: #b94a48 !important;
    background-color: #f2dede !important;
    border-color: #911 !important;
}
/*-----PLANNING DATA STYLES-----*/
.total-row td, .total-row td:hover {
    background-color: #006699 !important;
    color: #ffffff !important;
    font-weight: bold !important;
}
.headrow td, .headrow td:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-weight: bold !important;
}
.show-details {
    cursor: pointer;
}
table#acctstable th {
    border-bottom: solid 1px #000;
}
th.tablesort {
    padding-right: 15px !important;
    background: rgba(0, 0, 0, 0) url("../img/background/sort_both.png") no-repeat scroll right center;
    cursor: pointer;
}
th.tablesort.asc {
    background: rgba(0, 0, 0, 0) url("../img/background/sort_asc.png") no-repeat scroll right center;
}
th.tablesort.desc {
    background: rgba(0, 0, 0, 0) url("../img/background/sort_desc.png") no-repeat scroll right center;
}
span.tablesort {
    padding-left: 20px !important;
    background: rgba(0, 0, 0, 0) url("../img/background/sort_both.png") no-repeat scroll left center;
    cursor: pointer;
}
span.tablesort.asc {
    background: rgba(0, 0, 0, 0) url("../img/background/sort_asc.png") no-repeat scroll left center;
}
span.tablesort.desc {
    background: rgba(0, 0, 0, 0) url("../img/background/sort_desc.png") no-repeat scroll left center;
}
.exp-overrides {
    background-color: #006699;
    font-weight: bold;
    color: #ffffff;
    text-align: center !important;
    cursor: pointer;
}
.subtotrow, .subtotrow td {
    background-color: #f9f9f9 !important;
    border-top: solid 1px #000000;
}
.sorter {
    background-color: #000000 !important;
    padding: 0px !important;
}
.sorter td {
    background-color: #000000 !important;
    padding: 0px !important;
    text-align: center;
    color: #ffffff !important;
    border-left: solid 1px #eeeeee;
    cursor: pointer;
}
.table-inner th {
    background-color: #006699 !important;
    color: #ffffff !important;
}
.table-inner {
    border-bottom: solid 2px #000000 !important;
}
.adddetail {
    color: #006699 !important;
}
#dealer-dropdown {
    width: 580px !important;
}
#dealer-dropdown li {
    width: 50% !important;
    float: left !important;
}
.hideme {
    display: none;
}
.used-row td {
    background-color: #FAEBD7 !important;
}
.table-success-row > td{
    background-color: #dff0d8 !important;
    color: #3c763d !important;
}
/*----END PLANNING DATA STYLES----*/

/*@media print {
    html { width:29.7cm;height:21cm;}
    body{margin:3cm;}
    @page { 
        //size: landscape;
    }
    body, .remove-spend, .fa-pencil {
        visibility: hidden;
    }
    #load-stats {
        visibility: visible;
        //height: 8.2in;
        //width: 2000px !important;
        -webkit-print-color-adjust: exact !important;
    }
    #load-stats {
        position: absolute;
        left: 0;
        top: 0;
    }
    .pagebreak {page-break-after: always;}
}*/
