/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-08-13, 15:33:27
    Author     : PZ
*/

body, html {
    background: gray -webkit-linear-gradient(white 10%, gray) no-repeat; /* For Safari 5.1 to 6.0 */
    background: gray -o-linear-gradient(white 10%, gray) no-repeat; /* For Opera 11.1 to 12.0 */
    background: gray -moz-linear-gradient(white 10%, gray) no-repeat; /* For Firefox 3.6 to 15 */
    background: gray -ms-linear-gradient(white 10%, gray) no-repeat; /* For IE10+ */
    background: gray linear-gradient(top, white 10%, gray) no-repeat; /* Standard */
    font-size: 14px !important;

}

.navbar-width {
    max-width: 1400px;
}

.content-width {
    max-width: 1400px;
}

.container-fluid {
    padding-right: 0px;
}

.main-content {
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

.wrapper {
    max-width: 1400px;
    margin: auto;
}

/*NAVBAR BEGIN*/
.navbar-inverse {
    color: black;
    background-color: white;
}

.navbar-delimiter {
    font-weight: bold;
    float: left;
    padding-top: 14px;
}

.navbar-inverse .navbar-nav > li > div.non-wex-only {
    padding-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;

}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:visited {
    color: black;
}

.navbar-left .dropdown>a {
    color: white !important;
    opacity: 0.6;
}

.navbar-left .dropdown>a:hover,
.navbar-left .dropdown>a:focus {
    background-color: #404040;
    opacity: 1;
}

.selected > a,
.navbar-left .dropdown .selected >a:hover,
.navbar-left .dropdown .selected>a:focus {
    background-color: black !important;
    opacity: 1 !important;
    font-weight: bolder;
}

.dropdown-menu>li>a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #f0f0f0 !important;
    color: black !important;
    text-decoration: underline;
    font-weight: normal !important;
}

.dropdown-menu {
    padding-top: 0px !important;
    padding-bottom: 8px !important;
}

.wex-only .select2-container-active .select2-choice, 
.wex-only .select2-container .select2-choice,
.wex-only .select2-dropdown-open .select2-choice {
    border: none !important;
    background-image: none !important;
    background-color: white !important;
    margin-top: 15px;
    margin-bottom: 15px;
    color: black !important;
}

.wex-only {
    text-align: right;
}

.select2-drop-active {
    border: 1px solid #aaa;
    border-radius: 0px;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    border-radius: 0px;
}

.bottom-nav {
    margin-top:15px;
    height: 100%;
    background-color: #404040;
    color:white; 
    text-align: center;
    max-width:1400px;
}

.bottom-nav .dropdown a:hover, 
.bottom-nav .dropdown a:focus {
    color:white; 
}

.bottom-nav > li:first-child {
    min-width: 160px;
}
.bottom-nav > li {
    min-width:115px;
}

.sub-navigation {
    background-color: #ececec;
    height: 40px;
    padding-top: 8px;
    border: #cccccc solid 1px;
    padding-right: 0px;
}

.minus-left-margin {
    margin-left: -15px;
}
/*NAVBAR END*/

/*Crumbtrail*/

.breadcrumb-non-link-element {
    color: black;
}

.crumb-group-text {
    color:  #337ab7;
    font-weight: bolder;
}

/*crumbtrial end*/


/* start wex-only */

/* end wex-only */


/*Add/Edit common*/

/* popup result on add/edit */
.pop-up-result {
    padding: 10px 0 0 15px;
    margin: 40px 0px 40px 0px;
    background-color: #C8E6B3;
    height: 40px;
    width: 100%;
}

/*add edit common end*/

/*
    DATATABLES
*/

/*padding top bottom */
.search-and-filter {
    padding-top: 100px;
    padding-bottom: 70px;
    display: block;
}
/*end of global padding*/

/* style icon  search-bar*/
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 6%; }

.search-and-filter input{
    max-width: 100% !important; 
}

a.driver-detail-link, 
a.vehicle-detail-link {
    color: #4b78ff !important;
}

/*end search bar*/

/*Status dropdown*/

.status-dropdown-menu li{
    padding-left: 15px;
}

.status-dropdown-menu {
    left: 15px;
}
.clear-statuses {
    cursor: pointer;
    color: #5a9dff;
}

.search-and-filter button {
    text-transform: none !important;
}

/*end status dropdown */

/*pagination*/

.paginate_button:hover,  .paginate_button{
    border: none !important;
    background:none !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: 0! important;
    color: black !important;
    outline: 0 !important;
}

.dataTables_paginate {
    text-align: center !important;
    float: none !important;
}
.paginate_button.disabled {
    color: black !important;

}
/*end pagination*/

/*styling header rows*/

table tbody tr.even{
    background-color:#F0F0F0;
}

table tbody tr.odd{
    background-color:#FFFFFF;
}


.table-header {
    background: #B2B2B2;
}

.dataTable td{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dataTable tr.even {
    background: #F0F0F0;
}

.dataTable {
    border-top: 1px solid #E2E2E1;
}

.dataTable thead tr th{
    border-right: 1px solid #E2E2E1;
}

.dataTable thead tr th:first-child{
    border-left: 1px solid #E2E2E1;
}

.dataTables_empty {
    font-style: italic;
    text-align: left!important;
    color: #424242;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: 1px solid #E2E2E1!important;
    border-right: 1px solid #E2E2E1!important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #E2E2E1!important;
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #E2E2E1!important;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #E2E2E1!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*DATATABLES END*/

/*LOGIN SCREEN BEGIN*/
.login {
    background-color: #a1a1a1 !important;
}

.login img{
    max-width: 75%;
}

.login .login-padding{
    padding: 50px;
}

.login a{
    padding-top: 5px;
    color: #59a3c1;
}

.login .login-frame {

    border-width: 5px;
    border-radius: 0px;
    border-color: #7F7F7F;
}

.zero-padding-left {
    padding-left: 0px;
}

.form-separator {
    margin-bottom: 70px;
}

.error-offset {
    padding-top: 50px
}


.invisible{
    visibility: hidden;
}

/*LOGIN SCREEN END*/


/*COMMON BEGIN*/


header{
    margin-bottom: 15px;
}

.button-section{
    margin-top: 40px;margin-bottom: 110px;
}

.button-section-small{
    margin-top: 40px;margin-bottom: 40px;
}

.top-margin {
    margin-top: 30px !important;
}

.bold-font{
    font-weight: bold;
}

.asterisk:after {
    color: red;
    content: "*";
}

.btn{
    position: relative;
}

.btn:focus,.btn:active {
    outline: none !important;
}

.primary {
    background-color: #fec524;
    border-color:#E2AF30;
    color:black;

}

.primary:hover {
    background-color:#E2AF30;
}

.primary:disabled{
    background-color: #DFDFD0;
    border-color:  #DFDFD0;
    color:#525261;
}

.secondary {
    background-color: #444444;
    border-color: #000000;
    color: white;
}

.secondary:hover {
    background-color: black;
    color: white;
}

.tertiary {
    background-color:#eeeeee;
    border-color:#C8C8C8;
    color: black;
}

.tertriary:hover {
    background-color:#C8C8C8;
}

.medium {
    font-size:medium;
}
.v-top-offset-1 {
    margin-top: 10px;
}
.v-bottom-offset-1 { 
    margin-bottom: 10px;
}

.v-top-offset-2 {
    margin-top: 20px;
}
.v-bottom-offset-2 { 
    margin-bottom: 20px;
}

.v-top-offset-3 {
    margin-top: 40px;
}
.v-bottom-offset-3 { 
    margin-bottom: 40px;
}

.v-top-offset-5 {
    margin-top: 50px;
}

.small-input{
    max-width: 20% !important;
}

.exclamation-sign-container{
    text-align: center;
    vertical-align: middle;
    display:inline;

}

.glyphicon-exclamation-sign{
    margin-left: 10px !important;
    padding-top: 6px;
    color:#B21522;
    font-size: 1.5em;
    float:left;
}

.uppercase {
    text-transform: uppercase;
}
html, body {
    height: 100%;
}

a {
    cursor: pointer;
    color: #1e96d2;
}

.content-background {
    min-height: calc(100% - 145px);
    margin-bottom: -44px;
}

.footer, .push {
    height: 60px; /* .push must be the same height as .footer */ 
    padding-top: 60px;
}

.popover{
    background-color: #000000 !important;
    color: #FFFFFF; 
    border-radius: 3px;
}

.popover.right .arrow:after {
    border-right-color: #000000;
}

.error-input{
    border-color: #B21522;
    background-color: #FCE1E0;
    margin-bottom: 0px!important;
}

.error-input:focus {   
    box-shadow: 1px 0px 0px #B21522; 
    box-shadow:inset 0 0 3px #B21522;
    border-color: #B21522;
    -webkit-box-shadow:inset 0 0 3px #B21522;
    -moz-box-shadow:inset 0 0 3px #B21522;
}

.alert-danger{
    border-color: #CB1631;
    border-radius: 1px;
    background-color: #FCE1E1;
    color: #CB1631;
} 

.alert-success{
    border-color: #6D991C;
    border-radius: 1px;
    background-color: #E2FCE1;
    color: #6D991C;
} 

.alert-warning{
    border-color: #E2AF30;
    border-radius: 1px;
    background-color: #FBFBE0;
    color: #E2AF30;
}

.no-margin-sides{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.not-active {
    pointer-events: none;
    cursor: default;
    color: #C8C8C8 !important;

    filter: grayscale(1);
    filter: gray !important; 
    -webkit-filter:  grayscale(100%) !important;   
}


.select2-results .select2-highlighted {
    background: #f0f0f0 !important; 
    color: black !important;
    text-decoration: underline;
}

.gray-background {
    background-color: gray;
}

a.pdf-link {
    background-image: url("../images/pdf_icon.png");
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-left: 10px;
}

.error-page {
    padding-top: 90px;
}


/*COMMON END*/

/*USER FORM BEGIN*/
.form-group{
    margin-bottom: 20px;
}

/*USER FORM END*/

/*ACCOUNT FORM BEGIN*/
.display-inline{
    display:inline;

}
/*ACCOUNT FORM END*/

/*PASSWORD FORM BEGIN*/
.inherit-padding {
    padding:inherit;
}

.zero-padding-left {
    padding-left: 0px;
}

.top-half-margin {
    margin-top: 15px
}
.form-half-separator {
    margin-bottom: 20px;
}

.top-bottom-margin {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}


/*PASSWORD FORM END*/

/*CONFIRMATION BEGIN*/
.no-margin{
    margin-bottom: 0px !important;  
    margin-top: 0px !important;  
}


.separator{
    margin: 30px;
}

/*CONFIRMATION END*/

/* metrics start */

.metric {
    height: 100px;
    width: 100%;
    background-color: #f3f3f3;
    border-color: #ccd3d8;
    border-style: solid;
    border-width: 1px;
}

.no-margin-top {
    margin-top: 0px;
}

.beneficial{
    color: #6c9d0e;
    font-size: 16px;
}

.non-beneficial{
    color: #f41e1e;
    font-size: 16px;
}

.fragment-title {
    font-weight: 500;
}

.no-right-padding {
    padding-right: 0;
}

.metric-inner h5 {
    margin-bottom: 5px;
}

.metric-inner .spinner {
    margin-top: 20%;
    margin-left: 40%;
}

/* metrics end */

/* group-treemap start */
.cursor-pointer {
    cursor: pointer;
}

.group-treemap {
    display: inline-block; 
    height: 550px; 
    width: 100%;
    padding-top: 15px;
}

/* group-treemap end*/

/* outliers start */

.outliers-tabs {
    padding-top: 20px;
    padding-bottom: 20px;
}

.button-tabs {    
    padding-bottom: 15px;
}

.button-tabs a {
    text-transform: none;
}

/* outliers end */

/* footer start */
.footer-nav li:after {
    content: "|";
    padding-left: 15px;
    color: white;
}

.footer-nav li:last-child:after {
    content: "";
}

.footer-nav li a {
    text-align: right;
}

.footer-bottom {
    right:0;
    bottom:0;
    height: 60px;

}

.footer-bottom a,
.footer-bottom p{
    color: white !important;
}
/* footer end */

/* comparison start */

.comparison-button {
    width: 120px;
    margin: 10px;
    color: black;
}

.comparison-filters .section {
    background-color: #f5f5f5;
    border: solid #acacac thin;
}

.square {
    height: 18px;
    border: none;
    margin: 0 5px 0 0;
    width: 18px;
    display: inline-block;
}

.groupA {
    color: #2476B2;
    background-color: #2476B2;
}

.groupB {
    color: #FF7E16;
    background-color: #FF7E16;
}

.group-border {
    border-left: 1px;
    border-left-color: black;
    border-left-style: solid;
}

/* comparison end */

/* MODALS */

.modal-buttons {
}

.modal-buttons-padding{
    padding-top: 10% ;
    padding-bottom:15%;
}

.modal-buttons .secondary{
    background-color: transparent;
    color: #337ab7;
    border-color: transparent;
    padding-left: 0px;
}

.modal-buttons .secondary:active{
    box-shadow: none;
}

.modal-header {
    padding-left: 15px;
}



.product-code-modal.modal-header {
    padding-left:30px;
}
.modal-body {
    display: inline-block;
}

.product-code-modal img {
    margin-left: -15px;
}


.product-code-modal span {
    padding-left: -15px;
}

/*MODAL END */

/*TERMS & PRIVACY*/

h4.terms-title{
    font-size:20px;
}
ol.terms > li.not-bold{
    font-weight: normal !important;
}

ol.terms {
    margin-left:-25px;
}
ol.terms > li,  ul.privacy > li,ul.security{
    margin: 0;
    font-weight: bold;
}

ol.terms > li > div {
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: -15px;
}

ul.aligned-left-dot > li{
    font-weight: normal;

    margin-left: -23px;
}

ul.aligned-left-dot>li>div,ul.aligned-left-dot>li>p{
    margin-left: 15px;
}

ul.privacy, ul.security{
    margin-left: -25px;
}

ul.privacy > li , ul.security > li{
    list-style-type: none;
    margin-bottom: 20px;
}

ul.privacy > li > div, ul.security > li > div {
    font-weight: normal;
    margin-bottom: 10px;
}

ul.privacy > li> div > ul>li{
    text-indent: 5em;
}

ul.privacy > li> div > ul.circle-style-list>li>div:first-child{
    text-indent: 3em;
    margin-left: -15px;
    margin-bottom: 10px;
}

ul.square-style-list{
    list-style-type:square;
}

ul.circle-style-list{
    list-style-type:circle;
}

ul.disc-style-list{
    list-style-type:disc
}

/*TERMS & PRIVACY END*/


/*ACCOUNT FORM BEGIN*/
.custom-margin-checkbox{
    margin-top: 10px !important;
    margin-right: 2px !important;
}
/*ACCOUNT FORM END*/

/*CONTACT US*/

/* crumb trail */
.home-icon {
    font-size: 12px;
    margin-right: 5px;
    margin-top: 2px;
}

.breadcrumb-non-link-element {
    cursor: text;
}

.breadcrumb-non-link-element:hover {
    text-decoration: none;
}
/* crumb trail */
/*EXCEPTIONS*/

.exceptions h4 {
    color: #5A7192;
}

.exceptions div.chart {
    height: 150px;
}

.exceptions div.tail {
    padding-top: 11px;
    height: 260px;
    border: #D2D2D2 thin solid;
    margin-bottom: 10px;
}

.feedback-padding {
    padding-bottom: 60px;
}

.driver_vehicles {
    border-width: 1px;
    border-style: solid;
    border-color: #d7d7d7;
    height: auto;
    min-height: 50px;
    margin-bottom: 10px;
}

i.glyphicon-exclamation-sign {
    padding-top: 0px;
}

.wex-source-account-dropdown a, 
.wex-source-account-dropdown a label
{ 
    border: none !important;
    box-shadow: none !important;
    background-color: white !important;
    background-image: none !important;
}
