/* CONTENTS

~1. RESET
~2. COLOURS
~3. TYPOGRAPHY
~4. LAYOUT
~5. HEADER & FOOTER
~6. COMMON ELEMENTS
~7. CLASSES AND IDs
~8. FORMS

 END CONTENTS */

/* ~1. RESET */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}
/* END ~1. RESET */

/* ~2. COLOURS */

/* END ~2. COLOURS */

/* ~3. TYPOGRAPHY */

body {
    font-family: 'Questrial', Tahoma, Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #585858;

}

.exec_prospect_form input[type='text'],
.exec_prospect_form textarea,
.exec_prospect_form select{
    margin-top:0;
}

.tleft {text-align:left;}

.tright {text-align: right;}

.tcenter {text-align: center;}

em {font-style: italic;}

strong, b {font-weight: 600;}

u {text-decoration: underline;}

/* ~3. END TYPOGRAPHY */

/* ~4. LAYOUT */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

* {
    border-radiud: 0;
    -moz-border-radiud: 0;
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    height: 100%;
    width: 100%;
    overflow-y:scroll;
}

.clear {
    clear: both;
}

#wrapper {
    float: left;
    width: 100%;
}

.container {
    overflow: auto;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 10px 40px;
    overflow-x: hidden;
}


.col1-12 {
    width: 8.333%;
    width: calc(100% / 12);
    width: -webkit-calc(100% / 12);
    width: -moz-calc(100% / 12);
    padding: 0 10px;
}

.col2-12 {
    width: 16.666%;
    width: calc(100% / 12 * 2);
    width: -webkit-calc(100% / 12 * 2);
    width: -moz-calc(100% / 12 * 2);
    padding: 0 10px;
}

.col3-12 {
    width: 24.999%;
    width: calc(100% / 12 * 3);
    width: -webkit-calc(100% / 12 * 3);
    width: -moz-calc(100% / 12 * 3);
    padding: 0 10px;
}

.col4-12 {
    width: 33.333%;
    width: calc(100% / 12 * 4 - 1px);
    width: -webkit-calc(100% / 12 * 4 - 1px);
    width: -moz-calc(100% / 12 * 4 - 1px);
    padding: 0 10px;
}

.col5-12 {
    width: 41.666%;
    width: calc(100% / 12 * 5);
    width: -webkit-calc(100% / 12 * 5);
    width: -moz-calc(100% / 12 * 5);
    padding: 0 10px;
}

.col6-12 {
    width: 49.999%;
    width: calc(100% / 12 * 6);
    width: -webkit-calc(100% / 12 * 6);
    width: -moz-calc(100% / 12 * 6);
    padding: 0 10px;
}

.col7-12 {
    width: 58.333%;
    width: calc(100% / 12 * 7);
    width: -webkit-calc(100% / 12 * 7);
    width: -moz-calc(100% / 12 * 7);
    padding: 0 10px;
}

.col8-12 {
    width: 66.666%;
    width: calc(100% / 12 * 8);
    width: -webkit-calc(100% / 12 * 8);
    width: -moz-calc(100% / 12 * 8);
    padding: 0 10px;
}

.col9-12 {
    width: 74.999%;
    width: calc(100% / 12 * 9);
    width: -webkit-calc(100% / 12 * 9);
    width: -moz-calc(100% / 12 * 9);
    padding: 0 10px;
}

.col10-12 {
    width: 83.333%;
    width: calc(100% / 12 * 10);
    width: -webkit-calc(100% / 12 * 10);
    width: -moz-calc(100% / 12 * 10);
    padding: 0 10px;
}

.col11-12 {
    width: 91.666%;
    width: calc(100% / 12 * 11);
    width: -webkit-calc(100% / 12 * 11);
    width: -moz-calc(100% / 12 * 11);
    padding: 0 10px;
}

.col12-12 {
    width: 100%;
    padding: 10px 0
}

.col2-10 {
    width: 100%;
    padding: 0 10px;
}

.col3-10 {
    width: 25%;
    padding: 0 10px;
}

.col10-10 {
    margin: auto;
    position: absolute;
    top: 10%;
    left: 20%;
    width: 100%;
    padding: 10px 0;

}

.col {
    overflow: hidden;
    float: left;
    display: block;
    position: relative;
}

.col_cont {
    min-height: 180px;
    overflow: auto;
    background: #CFCFCF;
    padding: 10px;
}

.col:first-of-type {
    padding-left: 0;
}

.col:last-of-type {
    padding-right: 0;
}

main, #main, header, #pre_header, #post_header, footer, #pre_footer, #post_footer {
    float: left;
    width: 100%;
}

body{

    background-repeat:no-repeat;
    background-position:center center;
    background-attachment:fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

main, #main{
    min-height:870px;
}

article {
    float: left;
    width: 80%;
    padding-right: 20px;
    padding-bottom: 80px;
}

aside {
    float: left;
    width: 20%;
}

.col1-12:nth-of-type(12n) {
    padding-right: 0;
}

.col1-12:nth-of-type(12n+1) {
    padding-left: 0;
}

.col2-12:nth-of-type(6n) {
    padding-right: 0;
}

.col2-12:nth-of-type(6n+1) {
    padding-left: 0;
}

.col3-12:nth-of-type(4n) {
    padding-right: 0;
}

.col3-12:nth-of-type(4n+1) {
    padding-left: 0;
}

.col4-12:nth-of-type(3n) {
    padding-right: 0;
}

.col4-12:nth-of-type(3n+1) {
    padding-left: 0;
}

.col6-12:nth-of-type(2n) {
    padding-right: 0;
}

.col6-12:nth-of-type(2n+1) {
    padding-left: 0;
}

.fleft {
    float: left;
}

.fright {
    float: right !important;
}

/* END ~4. LAYOUT */


/* ~5. HEADER & FOOTER */

.logo {
    float: left;
    width: 250px;
}


nav {
    float: right;
    width:100%;
}

nav > li:first-child {
    padding: 0;
}

nav li {
    display: inline-block;
    position: relative;
    padding: 0 25px;
    float:right;
    right: 50px;
    text-align:center;
}

nav ul#header_navigation li:first-of-type {
    padding-right: 0;
}

nav ul#header_navigation li hr {
    border-top: 4px solid #ffcd02;
    display: block;
    float: none !important;
    margin: 0 auto;
    margin-top: 15px;
    padding: 0;
    width: 75px;
}

nav li.fright{
    float:right;
}

nav li a, nav li ul li a {
    color: #585858;
}

nav li ul {
    width: 145px;
    position: absolute;
    background: #D2D2D2;
    display: none;
    top: 100%;
    left: 0;
    padding: 0 0 0 0;
    z-index: 10;
    margin-left: 20px;
}

nav li > ul li {
    border-bottom: 1px solid #FFFFFF;
    text-align: left;
    padding: 3px 10px !important;
    width: 100%;
}

nav li > ul li:last-of-type {
    border-bottom: none
}

nav li > ul > li > ul {
    display: none;
    left: 100%;
    margin-left: 0;
    top: 0;
    padding-top: 0;
}

nav ul > li:hover > ul, nav ul > li > ul:hover, nav ul > li > ul > li:hover > ul, nav ul > li > ul > li > ul:hover {
    display: block;
}

nav li a:hover{
    text-decoration:none;
}

#pre_footer ul, #post_footer ul, #pre_header ul, #post_header ul, nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header{
    border-bottom:6px solid #000;
    position:relative;
    z-index:1;
}

footer{
    width: 100%;
    background: #ebebeb;
    padding: 0px;
    margin-top: 40px;
    bottom: 0;
    left:0;
    position: fixed;
}

footer a{
    color:#fff;
}

footer ul{
    float:left;
    padding:0;
    margin:0;
}

footer ul li{
    float:left;
    display:inline-block;
    list-style:none;
    padding-right:20px;
    text-transform:uppercase;
}

footer ul li a{
    color:#808080 !important;
}

/* END ~5. HEADER & FOOTER */

/* ~6. COMMON ELEMENTS */

body {
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

a {
    color: #0182c3;
    text-decoration: none;
    outline:none;
}

a:hover {
    opacity: 0.7;
}

h1 {
    font-family: 'Questrial', Tahoma, Arial, Verdana, sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 26px;
    color:#898888;
}

h2 {
    font-family: 'Questrial', Tahoma, Arial, Verdana, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 24px;
}

h3 {
    font-family: 'Questrial', Tahoma, Arial, Verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
}

p {
    font-family: 'Questrial', Tahoma, Arial, Verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 26px;
}

blockquote {
    font-family: 'Questrial', Tahoma, Arial, Verdana, sans-serif;
    font-size: 18px;
    line-height: 30px;
    margin: 10px 20px;
    padding: 10px;
    background-color: #EEEEEE;
    border-left: 4px solid #AAAAAA;
    font-style: italic;
}

pre {
    font-family: 'Questrial', Tahoma, Arial, Verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

mark {
    background-color: #FFFF66;
    color: #585858;
    padding: 0 4px;
}

ul {
    list-style: disc;
    padding: 10px 35px;
}

ol {
    list-style: decimal;
    margin: 10px 35px;
}

hr {
    float: left;
    width: 100%;
    border: none;
    padding: 10px 0;
    border-top: 1px solid #B3B3B3;
}

/* END ~6. COMMON ELEMENTS */

/* ~7. CLASSES AND IDs */

.no_pad{
    padding:0 !important;
}

.login_form{
    margin-top:5%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    position: relative;
    overflow: auto;
    position:relative;
}

.login_form table{
    width:100%;
}

.login_form img{
    float:left;
    width:100%;
}

.login_form #login{
    float:left;
    width:100%;
    margin-top:10px;
}

.login_light #login{
    background:#fff;
    padding:25px;
}

.login_transparent input[type='text'],
.login_transparent input[type='password']{
    background:rgba(255,255,255,0.7)
}

.login_dark #login{
    background: rgba(0,0,0,0.6);
    color:#fff;
}

#login td{
    line-height:50px;
    padding:0 10px;
}

#login td:first-of-type{
    padding-left:0;
}

#login td:last-of-type{
    padding-right:0;
}

#login input[type='submit']{
    width:100%;
    padding:13px 24px 14px 24px !important;
}

.pure_login{
    background:none !important;
}

.pure_login h1{
    text-align: center;
    position: absolute;
    width: 70%;
    left: 15%;
    bottom: 40px;
    background: rgba(255,255,255,0.9);
    padding: 5px;
    font-size: 26px;
    line-height: 36px;
}

.event_content{
    float:left;
    width:100%;
}

.navigation{
    float:right;
    width:100%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.navigation a{
    color:#808080 !important;
    font-weight:500;
    text-transform: uppercase;
    font-size:15px;
    letter-spacing:1px;
}

header .container{
    position:relative;
    padding-top:0;
}

header img{
    position: absolute;
    left: 40px;
    top: 16px;
    height: 60px;
    margin: 0;
}

.incentive_logo{
    top: 0 !important;
}

div.DTTT_container{
    position: relative;
    float: right;
    width: 100%;
    background: #E9E9E9;
    padding: 5px;
    margin-bottom: 10px;
}
div.DTTT_container a.DTTT_button {
    padding:1px 8px;
    height:30px;
}

.dataTables_filter {
    display:none
}

.dataTable thead th{
    border-bottom:2px solid #7d7d7d !important;
    padding:10px 5px !important;
    font-family: Questrial;
    font-weight: bold;
    font-size: 15px;
}

.dataTables_wrapper{
    margin-bottom:90px;
}

table.dataTable{
    float: left;
    width:100%;
}

.dataTable thead input,
.dataTable thead select{
    padding:5px 5px;
    width:95%;
    width:calc(100% - 9px);
    width:-moz-calc(100% - 9px);
    width:-webkit-calc(100% - 9px);
    font-size:12px;
    margin-left:-2px;
    margin-bottom:0;
    background:none;
    border:1px solid #d4d4d4;
    margin-top:0;
    text-align:center;
}

.dataTable td{
    overflow: hidden;
    white-space: nowrap;
    vertical-align: center;
    text-align: center;
    font-size: 12px;
    font-family: Questrial;
}

.dataTable td{
    padding:9px 4px !important;
}

.dataTable td .checker,
.dataTable td .matcher{
    float:right;
    margin:0;
}

.dataTable td select{
    margin: 0;
    float: none;
    padding: 3px;
    width: auto;
}

.paginate_button{
    padding: 1px !important;
    height: auto !important;
    line-height: 18px !important;
}

.dataTable td span{
    width: 65px;
}

.top .dataTables_paginate{
    display:none;
}

.dataTable .fa-fire,
.dataTable .fa-star,
.dataTable .fa-star-o{
    font-size:18px;
    padding:0 10px;
    color:#999;
}

.dataTables_length{display:none;}

div.DTTT_container {
    position: absolute !important;
    bottom: -60px;
    margin-bottom: 1em;
}

table.dataTable tbody tr{
    background:none;
}

table.dataTable tbody tr:nth-of-type(even){
    background:#ebebeb;
}



table.exec_prospects tbody tr:nth-of-type(even){
    background:#ffffff;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #d2d2d2 !important;
}

table.dataTable thead th{
    border-left:none;
    border-right:none;
    position:relative;
}

table.dataTable thead th .fa-search{
    position: absolute;
    right: 20px;
    top: 13px;
    color: #dedede !important;
    background: #fff;
    padding: 3px;
    font-size:14px;
}

table.dataTable thead{
    background:#fff;
}

table.dataTable td{
    border-left:1.5px solid #fff;
    border-right:1.5px solid #fff;
    border-top:3px solid #fff;
}

table.dataTable td:first-of-type,
table.dataTable th:first-of-type{
    border-left:0;
}

table.dataTable td:last-of-type,
table.dataTable th:last-of-type{
    border-right:0;
}

table.dataTable tfoot{
    background:#383838;
    color:#fff;
}

table.dataTable tfoot th{
    border:1px solid #fff !important;
}

table.dataTable .hidden_cols{
    display:none !important;
}

.event_content h2{
    float:left;
    width:100%;
}

.event_content .fa-times{
    color:#C91619;
}

.featherlight p{
    margin:0;
}

.featherlight input[type='text'],
.featherlight input[type='password'],
.featherlight input[type='number'],
.featherlight select,
.featherlight textarea{
    margin:0 0 18px 0;
    min-width:200px;
}

.featherlight .larger_textarea {
    height: 100px;
}

.featherlight input[readonly]{
    background:#e3e3e3;
    cursor:not-allowed;
}

.featherlight textarea{
    min-width:200px;
    height:49px;
    resize:none;
}

.featherlight em{
    font-size:11px;
    color:#b3b3b3;
}

.featherlight .featherlight-content{
    width:800px;
    -webkit-box-shadow: 0px 3px 30px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 30px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 30px 4px rgba(0, 0, 0, 0.3);
}

.featherlight .success_no,
.featherlight .success_yes{
    float: left;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
}

.featherlight input[type='checkbox']{
    width: auto;
    float: left;
    margin: 7px 8px 0 0;
}

.keys{
    float:left;
    width:100%;
    margin-bottom:10px;
}

.key{
    float:right;
    margin-right:20px;
    font-weight:normal;
    font-size:15px;
}

.key span{
    display:inline-block;
    float:left;
    width:15px;
    height:15px;
    margin: 4px 6px 0 0;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
}

.small_text{
    font-size: 10px;
}

.xdsoft_noselect{
    z-index:99999999999 !important;
}


.amber_fill, .amber_fill td{background:rgba(255, 201, 38,0.3);}
.green_fill, .green_fill td{background:rgba(91, 209, 255,0.3);}
.blue_fill, .blue_fill td{background:rgba(255, 143, 0,0.5);}
.red_fill, .red_fill td {background: #ffb2b2; color:#ffffff;}
.red_fill a, .red_fill a {background: #ffb2b2; color:#ffffff!important;}
.silver_fill, .silver_fill td{background:rgba(35, 183, 0,0.3);}
.grey_fill, .grey_fill td{background:rgba(217, 217, 217);}
.purple_fill, .purple_fill td{background:rgba(255,0,255,0.3);}
.register_fill, .register_fill td{background:rgba(200,0,26,0.3);}


table.dataTable thead th{
    line-height:16px;
    vertical-align:middle;
}

.details_table{
    float:left;
    width:100%;
    table-layout:fixed;
}

.details_table td{
    background:#e3e3e3;
    width:auto;
}

.details_table td:first-of-type{
    background:#C91619;
    color:#fff;
    font-weight:bold;
}

.details_table td, .details_table th {
    padding: 4px !important;
    border:2px solid #fff;
    vertical-align:top;
}

.details_table input[type='checkbox']{
    width:auto;
    margin:3px 0 0 0;
}

.details_table textarea{
    margin:0;
    height:350px;
}

.pos_column{
    color:#fff;
    font-weight:bold;
}

.time_column{
    color:#fff;
    background:#000;
}

.red_column{
    color:#fff;
    background:#C91619;
}

.red_column a{
    color:#fff;
}

.total_column{
    background:#d8d8d8;
}

.week_links a{
    background:#C91619;
    color:#fff !important;
    font-weight:bold;
    text-align:center;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
}

.week_links a.active{
    opacity:0.6;
    font-weight:bold;
}

.week_links a:last-of-type{
    border-right:0;
}

.fa-check{
    color:#00ce00;
}

.load_deal_image{
    float:right;
    width: 400px;
}

.featherlight h2{
    float:left;
    width:100%;
    margin:0;
    padding:20px 20px;
    color:#fff;
    background:red;
    position:relative;
}

.featherlight h2 img{
    position:absolute;
    left:10px;
    top:7px !important;
}

.featherlight h2 span{
    padding-left:70px;
}

.inner_featherlight{
    padding:20px 20px 0 20px !important;
}

.inner_featherlight .col12-12{
    padding:0 !important;
}

.inner_content h1,
.inner_content p{
    float:left;
    width:100%;
}

.grey{
    color:#999;
}

.inner_content table{
    float:left;
    width:70%;
    clear:both;
    background:rgba(0,0,0,0.7);
}

.inner_content td{
    padding:3px;
    border:1px solid #b3b3b3;
}

.search_as_type{
    float:left;
    width:100%;
    position:relative;
}

.search_as_type .search_results{
    position:absolute;
    top:36px;
    left:0;
    width:100%;
    background:#fff;
    list-style:none;
    padding:0;
    margin:0;
    max-height:100px;
    overflow-y:auto;
    border: 1px solid #B3B3B3;
    -webkit-border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px;
    display:none;
}

.search_results li{
    list-style:none;
    padding:3px;
    float:left;
    font-size:12px;
    width:100%;
    border-bottom:1px solid #e3e3e3;
}

.search_results li:hover{
    background:#e3e3e3;
    cursor:pointer;
}

#spot_prize{
    position: absolute;
    left: 50%;
    margin-left: -26.5%;
    top: 0;
    width: 54%;
    height: 100%;
    display:none;
}

#pure_game{
    position: absolute;
    left: 50%;
    margin-left: -25%;
    top: 0;
    width: 50%;
    height: 100%;
    display:none;
}

#spot_prize img{
    position: relative;
    width: 100%;
    max-height:385px;
    -webkit-box-shadow: 0px 0px 39px -11px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 0px 39px -11px rgba(0,0,0,0.57);
    box-shadow: 0px 0px 39px -11px rgba(0,0,0,0.57);
}

#spot_prize span{
    display:none;
    position: absolute;
    top: 240px;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    text-align: center;
    font-size: 66px;
    font-weight: bold;
    color: #fff;
}

.smaller_select{
    margin:0;
}

.error_box{
    border:2px solid red !important;
}

.count_cell{
    display:none;
}

.landing_banner{
    min-height:400px;
    /*! margin-top:-60px; */
    text-align:center;
    background-repeat: no-repeat ;
    background-position: center center;
    background-origin: fixed;
    background-size: 100%;
    /*border-bottom: 1px solid #ececec;
      -webkit-box-shadow: inset 0px -20px 46px -23px rgba(0,0,0,0.2);
      -moz-box-shadow: inset 0px -20px 46px -23px rgba(0,0,0,0.2);
      box-shadow: inset 0px -20px 46px -23px rgba(0,0,0,0.2);*/
}

.landing_icons{
    float:left;
    width:100%;
    padding:23px 0;
}

.landing_icons .col2-10, .landing_icons .col3-12{
    text-align:center;
    padding:0 10px !important;
    width: 20%;
}

.landing_icons img{
    display: block;
    margin: 0 auto;
    max-width:75%;
}

.landing_icons h2{
    color: #808080;
    margin:0 0 15px 0;
    text-align: center;
    text-transform: uppercase;
}

.landing_icons .fa{
    display: block;
    font-size:22px;
    margin: 0 auto;
    text-align: center;
}

.landing_icons hr{
    border-top: 4px solid #ffcd02;
    display: block;
    float: none !important;
    margin: 0 auto;
    width: 75px;
}

.title_banner{
    background:#ebebeb;
    margin-bottom:20px;
}

.title_banner h1{
    padding:0;
    margin:0;
    color:#585858;
    float:left;
    width:100%;
    font-size:30px;
}

.title_banner h1 span{
    margin-left:10px;
    font-size:15px;
    color:#999;
}

.title_banner select{
    float:right;
    width:auto;
    margin:5px 0 0 0;
}

.title_banner #filter_dealership,
.title_banner #filter_campaign,
.title_banner #filter_brand,
.title_banner #filter_executive_campaign,
.title_banner #filter_executive_campaign_report{
    border:1px solid #b3b3b3;
}

#filter_campaign,
#filter_executive_campaign,
#filter_executive_campaign_report, #filter_brand
{
    max-width:200px;
    margin-left:10px;
}



.hide_stats{
    display:none;
}

.stats{
    background:#ebebeb;
    padding:0 20px !important;
    margin-bottom:20px;
}

.toggle_stats{
    text-transform:uppercase;
    color:#909090;
    cursor:pointer;
}

.toggle_stats .fa{
    float:left;
    margin:5px 5px 0 0;
}

.stats_cols{
    padding:0 0 20px 0;
}

.stats_cols .stats_area{
    background:#fff;
    padding:20px;
    border-bottom:10px solid #000;
    text-align:center;
    min-height:460px;
}

.stats_cols .stats_half:first-of-type{
    margin-bottom:20px;
}

.hide{
    display: none !important;
}

.stats_cols .stats_half{
    min-height:220px !important;
}

.stats_cols .stats_area h2{
    color:#909090;
    padding:20px 0 10px 0;
}

.stats_cols .stats_area img{
    width:100%;
}

.stats_cols .button{
    float:none;
    min-width:80%;
    margin-bottom:15px;
}

.red,
.dataTable .red{
    color:#d7331f !important;
}

.orange,
.dataTable .orange{
    color:orange !important;
}

.blue{
    color:#0080c2;
}

.detail_box{
    -webkit-box-shadow: 0px 0px 36px -18px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 36px -18px rgba(0,0,0,1);
    box-shadow: 0px 0px 36px -18px rgba(0,0,0,1);
    overflow:auto;
}

.detail_box textarea{
    height:190px;
}

.detail_box h2{
    float:left;
    width:100%;
    margin:0;
    color:#fff;
    background:#0182c3;
    text-transform:uppercase;
    font-weight:800;
    font-size:17px;
    padding:10px 20px;
}

.detail_box .detail_content{
    float:left;
    width:100%;
    padding:20px;
    border:1px solid #e0e0e0;
}

.detail_box table{
    float:left;
    width:100%;
}

.detail_box table td{
    padding:3px 0;
    vertical-align:top;
}

.detail_box table td:first-of-type{
    color:#999;
    width:40%;
}

.ov_vis{
    overflow:visible;
}

.checker{
    font-size:13px
}

.success_content{
    display:none;
    text-align:center;
    text-transform:uppercase;
}

.success_content h1{
    font-size:27px;
    line-height:50px;
}

.success_content span{
    font-weight:800;
    font-size:45px;
}

.success_content iframe{
    width:100%;
    height:400px;
}

.pos_column span{
    display: block;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px;
}

.white{
    color:#fff !important;
}

#notification_tab{
    position: absolute;
    right: 40px;
    top: 0;
    z-index: 999;
    background: #3db9f9;
    color: #fff;
    text-align: center;
    padding: 5px 8px 4px 8px;
    font-size: 16px;
    cursor: pointer;
}

#callbacks_tab{
    position: absolute;
    right: 175px;
    top: 0;
    z-index: 9;
    background: #ffcd02;
    color: #fff;
    text-align: center;
    padding: 5px 8px 4px 8px;
    font-size: 16px;
    cursor: pointer;
}

.no_call_backs{
    float: left;
    width: 100%;
    padding: 30px 80px;
    text-align: center;
    font-size: 31px;
    color: #999;
    line-height: 48px;
}

.callbacks_container{
    float:left;
    width:100%;
    max-height:400px;
    overflow-y:auto;
}

.callbacks_table{
    float:left;
    width:100%;
}

.callbacks_table tr:nth-of-type(even) {
    background: #ebebeb;
}

.callback_label{
    float:none;
}

.callbacks_table td{
    padding:5px 10px;
}

.called_back {
    float: right !important;
    margin: 8px 0 0 5px !important;
}

.has_notifications .fa-exclamation-circle{
    display:block !important;
}

#notifications_panel{
    position:fixed;
    z-index:999;
    right:0;
    top:0;
    bottom:0;
    width:400px;
    background:#ffffff;
    display:none;
    -webkit-box-shadow: -11px 0px 50px -20px rgba(0,0,0,0.55);
    -moz-box-shadow: -11px 0px 50px -20px rgba(0,0,0,0.55);
    box-shadow: -11px 0px 50px -20px rgba(0,0,0,0.55);
}

.notifications_open #notifications_panel{
    display:block;
}

.notifications_open #notification_tab{
    display:none;
}

.notifications_title{
    background:#3db9f9;
    color:#fff;
    padding:13px 20px 13px 20px !important;
    cursor:pointer;
}

.notifications_title h2{
    margin:0;
    font-size:17px;
}

.notifications_add{
    position:absolute;
    bottom:0;
    right:0;
    left:0;
    width:100%;
    background:#ebebeb;
    padding:20px;
}

.notifications_add input[type='text']{
    background:#fff;
    margin:0;
}

.notifications_add input[type='submit']{
    float:right;
    margin:10px 0 0 0;
    width:auto;
    padding:5px 20px 5px 20px;
}

.notifications_content{
    padding-top:0;
    height:calc(100% - 55px);
    height:-moz-calc(100% - 55px);
    height:-webkit-calc(100% - 55px);
    padding-bottom: 150px;
    overflow-y: auto;
}

.notifications_feed{
    float:left;
    width:100%;
    list-style:none;
    padding:20px;
    margin:0;
}

.notifications_feed li{
    float:left;
    width:100%;
    position:relative;
    list-style:none;
    padding:10px 0;
    border-bottom:1px solid #d6d6d6;
    margin:0;
}

.notification_header span,
.notification_header a{
    color:#3db9f9 !important;
    font-weight:bold;
}

.notifications_feed p{
    margin:0;
}

.notification_header,
.notification_footer{
    float:left;
    width:100%;
}

.notification_footer{
    color:#afafaf;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: #CCC;
}

::-webkit-scrollbar-thumb:hover
{
    background-color: #999;
}

.delete_notification{
    color:red !important;
    position:absolute;
    right:0;
    top:8px;
    padding:2px;
    font-size:11px;
    display:none;
    background:#fff;
}

.notifications_feed li:hover .delete_notification{
    display:block;
    opacity:1;
}

.reception_table{
    float:left;
    width:100%;
}

.reception_table th{
    font-size:13px;
    text-align:left;
    color:#999;
    padding:0px 10px;
}

.reception_table tr td{
    padding:10px;
    border-bottom:1px solid #0182c4;
}

.reception_table tr:nth-of-type(odd) td{
    background:#fff;
}

.reception_table tr td.strong{
    font-weight:bold;
    color:#0182c4;
}

.reception_table tr td:last-of-type{
    text-align:right;
}

.reception_table .fa{
    font-size: 29px;
    color: #0182c4;
    cursor: pointer;
    line-height: 9px;
    float: right;
}

.reception_table .time{
    font-weight:bold;
    color:#fff;
    padding:1px 20px;
    background:#0182c4;
    width:130px;
    text-align:center;
    border:2px solid #0182c4;
    overflow: hidden;
    white-space: nowrap;
}

.reception_table .opened_row .time{
    background:#fff;
    color:#0182c4;
    border:2px solid #0182c4;
}

.send_sms .fa {
    font-size: 14px;
    float: none;
    margin: 0 0 0 5px;
}

.hidden_row{
    background:#ebebeb;
    display:none;
}

.hidden_row strong{
    color:#0182c4;
    font-weight:bold;
}

.hidden_row p{
    margin:0;
}

.hidden_row td{
    padding:10px !important;
    text-align:left !important;
}

.hidden_row .col12-12{
    padding:3px 0 !important;
}

.available_executives{
    background:#ebebeb;
    overflow:auto;
}

.hidden{
    display: none !important;
}

.available_executives_title{
    position:relative;
    float:left;
    width:100%;
    background:#0182c4;
    color:#fff;
    font-weight:bold;
    font-size:22px;
    padding:13px 20px 7px 65px;
}

.available_executives_title h2{
    width:auto;
    margin:0;
    font-size:21px;
}

.available_executives_title img{
    position:absolute;
    left:10px;
    bottom:0;
}

.available_executives_content{
    float:left;
    width:100%;
    padding:20px;
    max-height:600px;
    overflow:auto;
}

.available_executives_content ul{
    float:left;
    width:100%;
    list-style:none;
    margin:0;
    padding:0;
}

.available_executives_content li{
    float:left;
    width:100%;
    list-style:none;
    margin:0;
    padding:10px 0;
}

.available_executives_content li strong{
    font-size:18px;
}

.available_executives_content li p{
    margin:0;
    padding:3px 0;
    border-bottom:1px solid #bbb;
}

.available_executives_content li:last-of-type,
.available_executives_content li p:last-of-type{
    border:none;
}

.arrived_button{
    padding:1px 20px;
    background:#c5c5c5;
    border:2px solid #c5c5c5;
    font-weight:bold;
    color:#fff !important;
    text-align:center;
    overflow: hidden;
    white-space: nowrap;
    cursor:pointer;
    width:auto;
}

.arrived_button .fa{
    color:#fff;
    font-size:15px;
}

.cancelled_button{
    padding:1px 20px;
    background:#c5c5c5;
    border:2px solid #c5c5c5;
    font-weight:bold;
    color:#fff !important;
    text-align:center;
    overflow: hidden;
    white-space: nowrap;
    cursor:pointer;
    width:auto;
}

.cancelled_button .fa{
    color:#fff;
    font-size:15px;
}



.has_arrived{
    background:#16b516 !important;
    border-color:#16b516 !important;
}

.has_cancelled {
    background:#d7331f !important;
    border-color:#d7331f !important;
}

.executive_activity{
    float:left;
    width:100%;
    padding:20px;
    background:#ebebeb;
    min-height:746px;
}

.roi_breakdown{
    padding:20px !important;
    background:#ebebeb;
    margin-top:9px;
}

.executive_activity thead input{
    background:#fff;
}

.stats_row{
    padding-top:0 !important;
}

.stat{
    background:#ebebeb;
    font-size:26px;
    text-align:center;
    overflow:auto;
    float:left;
    width:100%;
    padding:30px 0 20px 0;
    overflow:hidden;
    color:#fff;
}

.report{
    background:#0182c3;
    font-size:20px;
    text-align:center;
    overflow:auto;
    float:left;
    width:100%;
    padding:20px;
    color:#fff;
}

.stats_row .col12-12:nth-of-type(2) .report{opacity:0.8;}
.stats_row .col12-12:nth-of-type(3) .report{opacity:0.75;}
.stats_row .col12-12:nth-of-type(4) .report{opacity:0.7;}
.stats_row .col12-12:nth-of-type(5) .report{opacity:0.65;}
.stats_row .col12-12:nth-of-type(6) .report{opacity:0.6;}
.stats_row .col12-12:nth-of-type(7) .report{opacity:0.55;}
.stats_row .col12-12:nth-of-type(8) .report{opacity:0.5;}

.report div{
    float:left;
    width:100%;
}

.stats_row .col3-12:nth-of-type(1) .stat{opacity:0.6;}
.stats_row .col3-12:nth-of-type(2) .stat{opacity:0.7;}
.stats_row .col3-12:nth-of-type(3) .stat{opacity:0.8;}

.dataTable tr:nth-of-type(1) .pos_column{opacity:1;}
.dataTable tr:nth-of-type(2) .pos_column{opacity:0.8;}
.dataTable tr:nth-of-type(3) .pos_column{opacity:0.7;}
.pos_column{opacity:0.6;}

.stat div{
    float:left;
    width:100%;
}

.stat .stat_detail{
    font-size:12px;
    float:left;
    width:100%;
}

.report .stat_detail{
    font-size: 16px;
    float: right;
    text-align:center;
    width: 100%;
    margin-top:5px;
    font-size:16px;
}

.report .stat_detail a{
    color: #ffffff!important;
    text-decoration: none!important;

}

.smaller_text_dt{
    font-size:13px !important;
}

.yell,
.yell input{
    background: #d8d8d8 !important;
}

.exec_chart{
    float:left;
    width:100%;
    height:300px;
    border:1px solid #ebebeb;
    padding:20px;
}

.exec_chart h3{
    float:left;
    width:100%;
    text-align:center;
    font-weight:normal;
}

.exec_chart .canvas_area{
    float:left;
    width:100%;
    height:calc(100% - 30px);
    height:-moz-calc(100% - 30px);
    height:-webkit-calc(100% - 30px);
}

.stats_cols .canvas_area{
    float:left;
    width:100%;
    height:314px;
}

.reception_background{
    background:#ebebeb;
    min-height:690px;
    padding:20px;
    float:left;
    width:100%;
}

.larger_checkbox{
    width:18px !important;
    height:18px !important;
}

.pure_login_logo{
    position:absolute;
    left:30px;
    top:30px;
    width:150px;
    opacity:0.5;
    display:none;
}

.flogo{
    width:92px;
    margin-left:10px;
}

.toggle_area{
    display:none;
}

#toggle_area{
    font-weight:normal;
}

.fake_datatable{
    float:left;
    width:100%;
    text-align:center;
}

.fake_datatable thead{
    border-bottom:2px solid #7d7d7d;
    font-size:12px;
}

.fake_datatable tr:nth-of-type(odd){
    background:#fff;
}

.fake_datatable td,
.fake_datatable th{
    border:3px solid #fff;
    padding:9px 4px;
}

.admin_table thead th {
    border-bottom: 2px solid #d0d0d0 !important;
    background: #ebebeb;
    font-weight: normal !important;
}

.blue_h2{
    float:left;
    margin:0 0 20px 0;
    background:#0182c3;
    color:#fff;
    font-size:20px;
    line-height:20px;
    padding:10px;
}

.blue_h2 a{
    float:right;
    color:#fff !important;
}

.blue_h2 .fa{
    font-size:15px;
}

.feather_button{
    padding:13px 24px 14px 24px !important;
}

.warning{
    color:orange;
    background:#ffffa9;
    float:left;
    width:100%;
    padding:5px;
    margin:5px 0;
}

.warning a{
    color:orange !important;
    text-decoration:underline;
}

.chilli{
    float:left;
    height:17px;
    margin:3px 2px 0 0;
}

.game_banner{
    float:left;
    width:100%;
}

.game_banner h1{
    font-size: 24px;
    line-height: 33px;
    margin-bottom:15px;
}

.game_banner h1 span{
    font-size: 30px;
}

#game_success,
#game_fail {
    position: absolute;
    top: 155px;
    left: 0;
    right: 0;
    margin-left: auto;
    width: 60%;
    margin-right: auto;
    background: #ffffff;
    padding: 50px;
    display:none;
}

#game_success h1,
#game_fail h1{
    margin-bottom:10px;
    font-size:35px;
}

#game_success p,
#game_fail p{
    font-size: 21px;
    line-height: 33px;
}

#game_success .button,
#game_fail .button{
    padding: 13px 24px 14px 24px !important;
    float:none;
    margin-top:20px;

}

.call_status_select{
    float:left;
    width:100%;
}

.call_status_select select{
    margin:0;
}

.brand_select_logo img{
    float:left;
    width:100%;
    padding:20px;
    text-align:center;
}

.feather_banner{
    float:left;
    width:100%;
    height:300px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-origin: fixed;
    background-size: auto 100%;
    border-bottom: 1px solid #ececec;
    -webkit-box-shadow: inset 0px -20px 46px -23px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px -20px 46px -23px rgba(0,0,0,0.2);
    box-shadow: inset 0px -20px 46px -23px rgba(0,0,0,0.2);
}

.small_margin_left {
    margin-left:20px;
}

.search_navigation_item{
    float:right;
    clear:right;
    position:relative;
    margin-right:250px;
}

.deal_help_text {
    font-size: 12px;
    float: right;
    margin-top: 27px;
    margin-right: 20px;
}

.select_disabled {
    cursor: not-allowed!important;
}

/* END ~7. CLASSES AND IDs */

/* ~8. FORMS */

form {
    float: left;
    width:200%;
}

.honey {
    display: none
}

label {
    float: left;
    width: 100%;
    font-size: 12px;
}

textarea {
    height: 100px
}

input, textarea, select {
    float: left;
    width: 100%;
    font-family: 'Questrial', Tahoma, Arial, Verdana, sans-serif;
    border: none;
    outline: none;
    background: #ebebeb;
    border-bottom:3px solid #ebebeb;
    color: #585858;
    padding: 12px 15px;
    margin: 10px 0;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
    font-size:16px;
}

select{
    -webkit-appearance: none;
}

input[type='checkbox']{
    width:auto;
}

.success_message{
    float:left;
    width:100%;
    padding:0 5px;
    margin:5px 0;
}

.success_yes{
    background:#9AD69A;
    color:green;
}

.success_no{
    background:#FFBBBB;
    color:#C91619;
}

.success_hidden,
.success_hidden_2{
    display:none;
}

input[type=text],
input[type=password],
textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

input[type='submit'],button,.button{
    display:inline-block;
    cursor:pointer;
    color:#ffffff !important;
    font-family: 'Questrial', Tahoma, Arial, Verdana, sans-serif;
    font-size:18px;
    line-height:23px;
    text-transform:uppercase;
    padding:13px 84px 14px 24px;
    text-decoration:none;
    font-weight:bold;
    float:left;
    border:none;
    position:relative;
}

.norm_button_padd{
    padding:13px 24px 14px 24px !important;
}

.button .fa,
input[type='submit'] .fa,
button .fa{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    padding:20px;
    width:60px;
    line-height:14px;
}

.red_button{
    background:#d7331f;
}

.blue_button{
    background:#0080c2;
}

.orange_button{
    background:#ff9002;
}

.red_button .fa{
    background:#c31703;
}

.blue_button .fa{
    background:rgba(0,0,0,0.1);
}

.orange_button .fa{
    background:#ff6000;
}

input[type='text']:focus,
input[type='password']:focus,
textarea:focus{
    border-bottom:3px solid #000;
}

input[type='submit']:hover,button:hover {
    opacity:0.8
}

/* END ~8. FORMS */

.thisLogin_3 img {
    height: 270px;
}

.custom_logo img {
    height:190px !important;
}

.eventId4 {
    background-position: top;
}

.eventId4 .pure_login_logo {
    opacity: 1;
}

.monthNav {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 20px !important;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Questrial', Tahoma, Arial, Verdana, sans-serif;
    font-weight: 900;
    font-size: 22px;
}

.monthNav a {
    color: #FFFFFF !important;
    float: left;
}

.monthNav a:last-of-type {
    float: right;
}

.background-yellow {
    background-color: yellow!important;

}
.background-red {
    background-color: red!important;
    color: #ffffff;
}
.background-light-green {
    background-color:lightgreen!important;
}
.background-orange {
    background-color:#cccc00!important;
    color: #ffffff!important;
}
.background-orange a {
    color: #ffffff!important;
}
.background-green {
    background-color:green!important;
    color: #ffffff!important;
}
.background-blue {
    background-color:#0080ff!important;
    color: white!important;
}

.navigation_search_label {
    color: #808080 !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    width:auto;
    margin: 2px 10px 0 0;
}

input[type="search"].navigation_search_input {
    padding: 8px;
    width: 250px;
    margin: 0;
}

.result {
    display:none;
    z-index: 1;
    color: #000;
    background: #ffffff;
    width: 100%;
    left: 0px;
    top: calc(100% - 0px);
    float: left;
    position: absolute;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border: 1px solid #eee;
}

.result p {
    padding:10px;
    margin-bottom:0;
    border-bottom:1px solid #eee;
}

.result p:hover {
    background-color:#fba92f;
    color: #fff;
}

.result a:last-of-type:hover p {
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

.overflow-visible {
    overflow: visible!important;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.bigger_select {
    max-width:inherit!important;
}

#myInput {
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

fieldset, input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
fieldset {
    padding: 3px;
    margin:0;
    float: left;
}
#fieldDealership {
    width: 15%;
}
#fieldCampaign {
    width: 15%;
}
label {
    float:left;
    font-weight:bold;
}
input {
    width: 100%;
}