/*** Global styles ***********************************************************/
.hidden {
    display: none !important;
}

.debugOnly {
    display: none;
}

body.debug .debugOnly {
    display: initial !important;
}

img.icon {
    height: 16px;
    width: 16px;
}

.clear {
    clear: both;
}

hr.clear {
    height: 0;
    border-width: 0;
    margin: 0;
}

.inert {
    position: absolute !important;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    z-index:2;
    opacity:0.4;
    filter: alpha(opacity = 50);
    background-color: #dedede;
}

    /*.inert span {
        position: relative;
        top: 50%;
        transform: translateY(-50%);

        display: block;
        width: 100%;
        text-align: center;
        font-size: xx-large;
        color: red;
        transform: rotate(-20deg);
    }*/

#dPage div.buttons a {
    /*position: relative;
    top: 50% !important;
    transform: translateY(-50%);*/
}

input.error {
    background-color: #ffc4c4;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    text-align: left;
}

.taCenter {
    text-align: center;
}

/* Quantity labels */
span.quantity.delta:before{
    content: url('/img/icons/16px/delta-ok.png');
}

span.quantity.delta.negative:before{
    content: url('/img/icons/16px/delta-ko.png');
}

/* Login pages (pass forgotten ... ) */

.ShowPassword {
    width: 34px;
    background-image: url('/img/icons/16px/view.png');
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #666666;
    border-radius: 4px;
    cursor: pointer;
}

/* MessageBox */
.overlay {
    height: 100%;
    width: 100%;
    z-index: 9999;
    position: absolute;
    display: none;
}

.messageBox {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    background-color: #fff;
    border: 1px solid #4b4b4b;
    border-radius: 5px;
}

    .messageBox.visible {
        display: block;
    }

    .messageBox .header {
        height: 1.5em;
        width: 100%;
        padding: 0 0.5em;
        background-color: #4b4b4b;
        color: #fff;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .messageBox .content {
        padding: 0.5em 0.5em 0 0.5em;
    }

    .messageBox .buttons {
        padding: 0.2em 0.5em 0.5em 0.5em;
        text-align: center;
    }


#msgTemp {
    min-width: 300px;
}

/* Version number */
div.version {
    margin-top: 10px;
    /*display: inline-block;*/
    /*position: absolute;*/
    /*left: 10px;*/
    color: #444444;
    /*display: none;*/
}

/*body.debug div.version {
    display: block;
}*/

span.nullValue {
    color: #b2b2b2;
    font-style: italic;
}

/* Excise and invoice usage terms approval */
#_pnExciseLicenceTerms, #_pnInvoiceLicenceTerms {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #4b4b4b;
    overflow: auto;
    height: 300px;
    font-size: 0.9em;
    line-height: normal;
    text-align: justify;
}

    #_pnExciseLicenceTerms p, #_pnInvoiceLicenceTerms p {
        margin-bottom: 0.5em;
    }

/*** Disable conflicting styles from EPIC ************************************/
div.noEpic textarea, div.noEpic input[type="text"], div.noEpic input[type="tel"], div.noEpic input[type="email"], div.noEpic input[type="password"], div.noEpic input[type="number"] {
    height: auto;
    padding: initial;
    font-size: 12px;
    color: #000;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    div.noEpic textarea:hover, div.noEpic textarea:focus, div.noEpic input[type="text"]:hover, div.noEpic input[type="text"]:focus, div.noEpic input[type="tel"]:hover, div.noEpic input[type="tel"]:focus, div.noEpic input[type="email"]:hover, div.noEpic input[type="email"]:focus, div.noEpic input[type="password"]:hover, div.noEpic input[type="password"]:focus, div.noEpic input[type="number"]:hover, div.noEpic input[type="number"]:focus {
        color: #000;
    }

div.noEpic a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

div.noEpic a:after, header.noEpic a:after {
    content: none;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
    height: auto;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
div.noEpic a:hover, div.noEpic a:focus {
  /*color: #f92c26;*/
}
div.noEpic a:hover:after, div.noEpic a:focus:after {
  /*background: #fcbcbb;*/
}
div.noEpic a:focus {
  /*outline: none;*/
}

div.noEpic fieldset {
    border: 1px solid #dedede;
}

div.noEpic ol:not(.dx), div.noEpic ul:not(.dx) {
    list-style: initial;
}

div.noEpic li {
    margin: initial;
    padding: initial;
}

div.noEpic label {
    display: initial;
}

/*** Stuffs from old design, should be deleted later *************************/
div.login {
    height: 768px;
    width: 1024px;
    background-image: url('../img/Login.png');
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 0.8em;
}

    div.login table {
        height: 330px;
        width: 600px;
        border-width: 0;
        border-spacing: 0;
        border-collapse: collapse;
        margin-top: 270px;
        margin-left: 200px;
    }

        div.login table tr td {
            padding: 0;
        }

    div.login .button {
        float: right;
    }

    div.login .fieldContainer {
        height: 30px;
        line-height: 30px;
        text-align: right;
    }

        div.login .fieldContainer label {
            width: 105px;
        }

/*** Image buttons ***********************************************************/
a.imgButton, a.imgButton:focus {
    font-size: 14px;
    border: 1px solid #4B4B4B;
    border-right-width: 0;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    padding: 0 4px 0 20px;
    margin: 0 5px 0 3px;
    color: #4B4B4B;
    transition: none;
    background-color: #fff;
    cursor: pointer;
}

    html.dxIE a.imgButton, html.dxIE a.imgButton:focus {
        border-right-width: 1px;
    }

    a.imgButton:hover, a.imgButton.active, a.imgButton:hover{
        background-color: #4b4b4b;
        color: #fff !important;
    }

a.imgButton.disabled {
    cursor: none;
    pointer-events: none;
}

    a.imgButton.disabled:hover {
        background-color: #fff;
        color: #4B4B4B !important;
        cursor: default;
    }

    a.imgButton:before {
        content: "";
        height: 20px;
        width: 20px;
        display: inline-block;
        position: absolute;
        left: -4px;
        top: -1px;
        background-image: url(../img/imgButtons/button-left.png);
        background-size: 100%;
    }

    a.imgButton:hover:before, a.imgButton.active:before {
        background-position: 0 -100%;
    }

    a.imgButton.disabled:before, a.disabled:hover:before, a.disabled.active:before {
        background-position: 0 -50%;
    }

    a.imgButton:after, div.noEpic a.imgButton:after{
        content: "";
        height: 20px;
        width: 3px;
        display: inline-block;
        position: absolute;
        left: unset;
        right: -3px;
        top: -1px;
        background-image: url(../img/imgButtons/button-right.png);
        background-size: auto 20px;
        margin-top: 0;
        transition: none;
    }

        html.dxIE a.imgButton:after, html.dxIE div.noEpic a.imgButton:after {
            display: none;
        }

    a.imgButton:hover:after, a.imgButton.active:after, div.noEpic a.imgButton:hover:after, div.noEpic a.imgButton.active:after {
        background-image: url(../img/imgButtons/button-right-plain.png);
    }

    a.imgButton.disabled:hover:after, div.noEpic a.imgButton.disabled:hover:after {
        background-image: url(../img/imgButtons/button-right.png);
    }

    a.imgButton span{
        position: relative;
        display: inline-block;
        /* Vertical centering*/
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

/* Buttons without text */
    a.imgButton.noText {
        width: 0;
        padding: 0 0 0 14px;
        border-width: 0;
        top: 2px;
    }

        a.imgButton.noText:hover{
        background-color: transparent;
    }

    a.imgButton.noText:before {
        top: 0;
    }

    a.imgButton.noText:after {
        content: none !important;
        display: none;
    }

/* Icons */
a.imgButton.refresh:before{
    background-image: url(../img/imgButtons/refresh.png);
}

a.imgButton.pdf:before{
    background-image: url(../img/imgButtons/pdf.png);
}

a.imgButton.xls:before{
    background-image: url(../img/imgButtons/xls.png);
}

a.imgButton.xlsx:before{
    background-image: url(../img/imgButtons/xls.png);
}

a.imgButton.csv:before{
    background-image: url(../img/imgButtons/xls.png);
}

a.imgButton.debug:before{
    background-image: url(../img/imgButtons/debug.png);
}  

a.imgButton.chart:before{
    background-image: url(../img/imgButtons/chart.png);
}
      
a.imgButton.refuels:before{
    background-image: url(../img/imgButtons/Refuels.png);
}

a.imgButton.tank:before{
    background-image: url(../img/imgButtons/tank.png);
}

a.imgButton.save:before{
    background-image: url(../img/imgButtons/save.png);
}

a.imgButton.delete:before{
    background-image: url(../img/imgButtons/delete.png);
}

a.imgButton.defaultLayout:before{
    background-image: url(../img/imgButtons/check.png);
}

a.imgButton.check:before{
    background-image: url(../img/imgButtons/check.png);
}

a.imgButton.dashboard:before{
    background-image: url(../img/imgButtons/dashboard.png);
}

a.imgButton.driver:before {
    background-image: url(../img/imgButtons/driver.png);
}

a.imgButton.vehicle:before{
    background-image: url(../img/imgButtons/vehicle.png);
}

a.imgButton.gauge:before {
    background-image: url(../img/imgButtons/gauge.png);
}

a.imgButton.Imports:before {
    background-image: url(../img/imgButtons/fuelcard.png);
}  

a.imgButton.imputations:before {
    background-image: url(../img/imgButtons/imputations.png);
}

a.imgButton.FuelCards:before {
    background-image: url(../img/imgButtons/fuelcard.png);
}

a.imgButton.FuelCardReferences:before {
    background-image: url(../img/imgButtons/fuelcard.png);
}

a.imgButton.group:before, a.imgButton.groups:before{
    background-image: url(../img/imgButtons/group.png);
}

a.imgButton.calendar:before{
    background-image: url(../img/imgButtons/calendar.png);
}

a.imgButton.close:before{
    background-image: url(../img/imgButtons/close.png);
}

a.imgButton.closeAll:before{
    background-image: url(../img/imgButtons/closeAll.png);
}

a.imgButton.previous:before{
    background-image: url(../img/imgButtons/previous.png);
}

a.imgButton.next:before{
    background-image: url(../img/imgButtons/next.png);
}

a.imgButton.expand:before{
    background-image: url(../img/imgButtons/expand.png);
}

a.imgButton.collapse:before{
    background-image: url(../img/imgButtons/collapse.png);
}

a.imgButton.columns:before{
    background-image: url(../img/imgButtons/columns.png);
}

a.imgButton.excise:before{
    background-image: url(../img/imgButtons/excise.png);
}

a.imgButton.excise3:before {
    background-image: url(../img/imgButtons/invoice-Detail.png);
}

a.imgButton.exciseDeclarations:before{
    background-image: url(../img/imgButtons/exciseDeclarations.png);
}

a.imgButton.invoiceSlips:before{
    background-image: url(../img/imgButtons/invoice.png);
}  

a.imgButton.modules:before{
    background-image: url(../img/imgButtons/module.png);
} 

a.imgButton.tankhalf:before{
    background-image: url(../img/imgButtons/tank-half.png);
}

a.imgButton.invoiceSlipsDetails:before{
    background-image: url(../img/imgButtons/invoice-Detail.png);
}

a.imgButton.ok:before{
    background-image: url(../img/imgButtons/check.png);
}

a.imgButton.Stats:before {
    background-image: url(../img/imgButtons/stats.png);
}

a.imgButton.teleindex:before {
    background-image: url(../img/imgButtons/tele.index.png);
}

a.imgButton.teleposition:before {
    background-image: url(../img/imgButtons/tele.position.png);
}

a.imgButton.cancel:before {
    background-image: url(../img/imgButtons/close.png);
}     

a.imgButton.news:before {
    background-image: url(../img/imgButtons/news.png);
}

a.imgButton.remove:before {
    background-image: url(../img/imgButtons/delete.png);
}

a.imgButton.lock:before{
    background-image: url(../img/imgButtons/lock.png);
}

a.imgButton.unlock:before{
    background-image: url(../img/imgButtons/unlock.png);
}

a.imgButton.download:before{
    background-image: url(../img/imgButtons/download.png);
} 

a.imgButton.chart:before{
    background-image: url(../img/imgButtons/chart.png);
}

/*** Header controls (top toolbar) *******************************************/
body.emc header.main h1 a em {
    background-image: url(../img/emc/headerLogo.png);
}

body.wso header.main h1 a em {
    background-image: url(../img/wso/headerLogo.png);
}

header.main div.toolbarWrapper {
    min-height: 1.8em;
    z-index: 1;
    overflow: auto;
    background-color: #fc4c13; /* Fallback */
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmOTJiMjciLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2ZmNmUwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(20%, #f92b27), color-stop(80%, #ff6e00));
    background-image: -moz-linear-gradient(left, #f92b27 20%, #ff6e00 80%);
    background-image: -webkit-linear-gradient(left, #f92b27 20%, #ff6e00 80%);
    background-image: linear-gradient(to right, #f92b27 20%, #ff6e00 80%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f92b27', EndColorStr='#ff6e00')";
}

/*@media screen and (max-width: 82.5em) {
    header.main div.toolbarWrapper {
        height: 1.66667em;
    }
}*/

header.main div.toolbar {
    height: 100%;
    border-width: 0;
    background-color: transparent;
    padding: 4px 2em 0 2em;
    overflow: hidden;
}

    header.main div.toolbar div.nav, header.main div.toolbar div.nav a {
        height: 100%;
    }

        header.main div.toolbar div.nav a .icon {
            display: block;
            height: 1em;
            width: 1em;
            background-repeat: no-repeat;
            background-size: 100%;
            /* Vertical centering*/
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

        header.main div.toolbar div.nav a.disabled {
            cursor: default;
        }

        header.main div.toolbar div.nav a .icon:hover {
            background-position-y: 50%;
        }

        header.main div.toolbar div.nav a.disabled .icon:hover {
            background-position-y: 0;
        }

    header.main div.toolbar > div {
        display: inline-block;
    }

    header.main div.toolbar div.buttons {
        height: 100%;
    }

    header.main a.close{
        margin-left: 10px;
    }

    header.main li.loginAs span {
        color: #f00;
        padding: 0.5em 0;
        display: block;
    }

@media screen and (max-width: 82.5em) {
    header.main div.toolbar {
        width: auto;
        margin: 0 1em;
        border-width: 0;
    }
}

@media screen and (max-width: 71.25em) {
    body.noHeader header.main {
        height: 0;
    }
}

header.main div.toolbarWrapper a.toggleHeader {
    height: 16px;
    width: 16px;
    background-image: url('/img/icons/32px/close-header.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;

    position: absolute;
    top: 6.5em;
    left: 50%;
}

body.noHeader header.main div.toolbarWrapper a.toggleHeader {
    background-image: url('/img/icons/32px/open-header.png');
    top: 1.3em;
}

body.noHeader .wrapper {
    display: none;
}

body.noHeader #dPage, body.noHeader nav.main {
    top: 0;
}

@media screen and (max-width: 71.25em) {
    body.noHeader #dPage {
        padding-top: 1em;
    }
}

/*** Tabs ********************************************************************/
/* Tabs container */
div.tabs {
    /*border: 1px solid #A8A8A8;
    position: relative;
    top: -1px;
    padding: 5px;*/
}

/* Tab content : the content of all tabs is hidden, except for the active (selected) tab */
div.home div.tabs div.tab {
    display: none;
}

    div.home div.tabs div.tab.active {
        display: block;
    }

/* TabButtons container */
header.main div.toolbar div.tabs {
    /*float: left;*/
}

/* Tab buttons */
    header.main div.toolbar div.tabs > a.tab {
        top: -3px;
    }

        header.main div.toolbar div.tabs > a.tab.active {
            /*background-color: #4b4b4b;
            color: #fff !important;*/
        }


/* Tab selector */
/*div.tabButton {
    position: relative;
    font-family: "proxima_nova_rgregular", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
}*/

    /* Close button for tabs */
    /*div.tabButton img, div.tabButton a.close {
        position: absolute;
        top: 7px;
        right: 5px;
    }

    div.tabButton a span {
        line-height: 18px !important;
    }*/

    /*div.tabButton a.close {
        height: 16px;
        width: 16px;
        background-image: url('../img/icons/close.png');*/
        /*background-position-y: 16px;*/
        /*overflow: hidden;*/
        /*display: none;*/ /*TODO : temporary, remove after the problem of the tabs has been fixed*/
    /*}*/

        /*div.tabButton a.close:hover {
            background-position-y: 32px !important;
        }

    div.tabButton a:after {
        content: none;
    }

li.dxtc-tab div.tabButton a.close {
    background-position-y: 0;
}

li.dxtc-tabHover div.tabButton a.close, li.dxtc-activeTab div.tabButton a.close {
    background-position-y: 16px;
}*/

/*TODO : temporary, remove after the problem of the tabs has been fixed*/
/*li.dxtc-activeTab div.tabButton a.close {
    display: initial;
}*/

/* Header of the content control (tab header) */
div.tabs header.tabTitle {
    height: 2em;
    background-color: #fff;
    border: 1px solid #dedede;
    font-size: 1.5em;
    line-height: 2em;
    margin-bottom: 10px;
    font-family: "proxima_novaextrabold", "Helvetica bold", "Helvetica", "Arial bold", "Arial", sans-serif;
    position: relative;
    padding-left: 2.4em;
}

    div.tabs header.tabTitle img {
        height: 0.8em;
        width: auto;
    }

        div.tabs header.tabTitle img.icon {
            position: absolute;
            top: 0.55em;
            margin-left: 1.2em;
            left: 0;
        }

        div.tabs header.tabTitle a.help {
            position: absolute;
            margin-right: 1.2em;
            right: 0;
            top: 0;
        }

    div.tabs header.tabTitle span.label {
        position: absolute;
        margin-right: 3.5em;
        right: 0;
        top: 0;
        font-size: 16px;
        font-family: "proxima_novalight", "Helvetica light", "Helvetica", "Arial light", "Arial", sans-serif ;
    }

/* Content of the content control */
div.tabs .tabContent {
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 1em;
}
/*** Help ********************************************************************/
div.help * {
    font-size: 14px;
}

div.help h1 {
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 0.5em;
}

div.help a {
    color: #ff8800;
}

div.help a.empty {
    color: #444444;
}

div.help p {
    margin-bottom: 1em;
}

div.help p:last-child {
    margin-bottom: 0;
}

div.help ol {
    list-style: decimal !important;
    margin-left: 1.5em;
}

div.help ol ol {
    list-style-type: lower-latin !important;
}

div.help li {
    padding-left: 0.5em;
    margin-bottom: 0.2em;
}

div.help span.wso {
    font-weight: bold;
}

/*** Grids *******************************************************************/
.grid .iconCell {
    text-align: center;
}

.grid .iconCell img {
    height: 16px;
    width: 16px;
}

.grid a.recordLnk.noneditable {
    color: gray;
}

.grid a.recordLnk:before {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.grid a.recordLnk.fuelcard:before {
    content: url('/img/icons/16px/fuelcard.png');
}

.grid a.recordLnk.refuelqtyerror:before {
    content: url('/img/icons/16px/fuelcard.png');
}

.grid a.recordLnk.site:before {
    content: url('/img/icons/16px/site.png');
}

.grid a.recordLnk.user:before {
    content: url('/img/icons/16px/user.png');
}

.grid a.recordLnk.vehicle:before {
    content: url('/img/icons/16px/vehicle.png');
}

.grid a.recordLnk.driver:before {
    content: url('/img/icons/16px/driver.png');
}

.grid a.recordLnk.tank:before {
    content: url('/img/icons/16px/tank.png');
}

.grid a.recordLnk.group:before {
    content: url('/img/icons/16px/group.png');
}

.grid a.recordLnk.graph:before {
    content: url('../img/icons/16px/officialprice.png');
}

/*.grid*/
td.editable {
    background-color: #ffefbf;
}

td.editable.tn {
    background-color: #ffb680;
}

/*.grid*/
    td.editable input[type="text"] {
        border-width: 0;
        background-color: transparent;
    }

.grid tr.boldrow td {
    font-weight: bold;
}

.grid tr.badRow td {
    background-color: #ffe4e1 !important;
    color: #f00 !important;
}
.grid tr.badRow td a {
    color: #ff8800 !important; 
}
.grid tr.badRow td a:hover {
    color: #f92c26 !important;
}
.grid tr.badRow td span {
    color: #f00 !important;
}

.grid .badValue {
    color: #f00 !important;
}

.grid tr.inactive td {
    background-color: #dddddd !important;
    color: #7d7d7d !important;
}

.grid tr.inactive .dxeEditArea_Metropolis  {
    background-color: transparent !important;
}

.grid tr.badRow td.dxgvIndentCell, .grid tr.inactive td.dxgvIndentCell {
    background-color: initial !important;
    color: initial !important;
}

/* GridViewConsumptionColumn */
.consumption table {
    display: inline-block;
}

/* Reject column */
.grid span.reject:before {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.grid span.reject.active:before {
    content: url('/img/icons/16px/check.png');
}

.grid span.reject.blocked:before {
    content: url('/img/icons/16px/oneway.png');
}

.grid span.reject.inactive:before {
    content: url('/img/icons/16px/cross.png');
}

 span.reject:before {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

 span.reject.active:before {
    content: url('/img/icons/16px/check.png');
}

 span.reject.blocked:before {
    content: url('/img/icons/16px/oneway.png');
}

 span.reject.inactive:before {
    content: url('/img/icons/16px/cross.png');
}




/* FuelCard usage column*/
.grid span.fuelcardusage:before {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

span.fuelcardusage:before {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.grid span.fuelcardusage.True:before {
    content: url('../img/icons/16px/fuelcard.on.png')
}

span.fuelcardusage.True:before {
    content: url('../img/icons/16px/fuelcard.on.png')
}

.grid span.fuelcardusage.False:before {
    content: url('../img/icons/16px/fuelcard.off.png');
}

span.fuelcardusage.False:before {
    content: url('../img/icons/16px/fuelcard.off.png');
}

 /* Import state column*/
.grid span.import:before {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.grid span.import.processed:before {
    content: url('/img/icons/16px/check.png');
}

.grid span.import.inprogress:before {
    content: url('/img/icons/16px/oneway.png');
}

.grid span.import.toreceive:before {
    content: url('/img/icons/16px/cross.png');
}

/* rel state column */
.grid span.refuel:before {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.grid span.refuel.validated:before {
    content: url('/img/icons/16px/check.png');
}

.grid span.refuel.notValidated:before {
    content: url('/img/icons/16px/cross.png');
}

/* SiteTypeColumn */
.grid .iconCell.site img, .detailGrid .iconCell.site img{
    float: left;
    margin-right: 10px;
}

.grid .iconCell.site span, .detailGrid .iconCell.site span{
    padding-left: 10px;
}

/* GridViewQuantityColumn */
.grid td.quantity{
    background-color: #ffffce;
    color: #000 !important;
}

    .grid td.quantity span{
        color: #000;
    }

    .grid td.quantity.badValue span {
        color: #f00;
    }

    .grid td.quantity span.physical:before, .grid td.quantity span.delta:before{
        margin-right: 5px;
        position: relative;
        top: 2px;
    }

        .grid td.quantity span.physical:before{
            content: url('/img/icons/16px/gauge.png');
        }

        .grid td.quantity span.delta:before{
            content: url('/img/icons/16px/delta-ok.png');
        }

        .grid td.quantity span.delta.negative:before{
            content: url('/img/icons/16px/delta-ko.png');
        }

/* GridViewPriceColumn */
.grid td.priceHeader:before {
    content: url('/img/icons/euro.png');
    position: relative;
    top: 2px;
}

.grid td.priceHeader > table {
    width: calc(100% - 17px) !important;
    float: right;
}

.grid td.price {
    background-color: #c0ffc0;
    color: #000;
}

/* GridViewDefaultPriceColumn */
.grid td.priceHeader.default:before {
    content: url('/img/icons/euro-active.png');
}

/* GridViewPricePerLiterColumn */
.grid td.pricePerLiterHeader:before {
    content: url('/img/icons/euro.png');
    position: relative;
    top: 2px;
}

.grid td.pricePerLiterHeader > table {
    width: calc(100% - 29px) !important;
    float: right;
}

.grid td.pricePerLiter{
    background-color: #c0ffc0;
    color: #000;
}   

/*.grid td.pricePerLiter span{
    background-color: #c0ffc0;
    color: #000;
}    */

    .grid td.pricePerLiter span {
        background-color: #c0ffc0;
        color: #000;
    }

.grid td.price span{
    background-color: #c0ffc0;
    color: #000;
}

/* GridViewDefaultPricePerLiterColumn */
.grid td.pricePerLiterHeader.default:before {
    content: url('/img/icons/euro-active.png');
}
/*** refuelsValidation grid *************************************************/
.refuelsValidationGrid .buttons {
    text-align: center;
}

.refuelsValidationGrid .buttons a{
    display: none;
}

.refuelsValidationGrid .buttons.new a.generate{
    display: inline-block;
}

.refuelsValidationGrid .buttons.generated a.view, 
.refuelsValidationGrid .buttons.generated a.cross, 
.refuelsValidationGrid .buttons.generated a.oneway, 
.refuelsValidationGrid .buttons.generated a.status-unknown, 
.refuelsValidationGrid .buttons.generated a.download, 
.refuelsValidationGrid .buttons.generated a.regenerate{
    display: inline-block;
}

.refuelsValidationGrid .buttons a.download:before {
    content: url('/img/icons/16px/download.png');
}

.refuelsValidationGrid .buttons a.view:before {
    content: url('/img/icons/16px/view.png');
}   

.refuelsValidationGrid .buttons a.cross:before {
    content: url('/img/icons/16px/cross.png');
}   

.refuelsValidationGrid .buttons a.status-unknown:before {
    content: url('/img/icons/16px/status-unknown.png');
} 

.refuelsValidationGrid .buttons a.oneway:before {
    content: url('/img/icons/16px/oneway.png');
}

.refuelsValidationGrid .buttons a.generate:before {
    content: url('/img/icons/16px/document.png');
}

.refuelsValidationGrid .buttons a.regenerate:before {
    content: url('/img/icons/16px/document-copy.png');
}

.refuelsValidationGrid .needRegen .buttons a.regenerate:before {
    content: url('/img/icons/16px/document-copy-active.png');
}

/*** refuelValidation *************************************************/

.div.record.refuelValidation .buttons {
    text-align: center;
}

    .div.record.refuelValidation .buttons a {
        display: none;
    }

    .div.record.refuelValidation .buttons.new a.generate {
        display: inline-block;
    }

    .div.record.refuelValidation .buttons.generated a.view, .div.record.refuelValidation .buttons.generated a.download, .div.record.refuelValidation .buttons.generated a.regenerate {
        display: inline-block;
    }

    .div.record.refuelValidation .buttons a.download:before {
        content: url('/img/icons/16px/download.png');
    }

    .div.record.refuelValidation .buttons a.view:before {
        content: url('/img/icons/16px/view.png');
    }

    .div.record.refuelValidation .buttons a.generate:before {
        content: url('/img/icons/16px/document.png');
    }

    .div.record.refuelValidation .buttons a.regenerate:before {
        content: url('/img/icons/16px/document-copy.png');
    }

.div.record.refuelValidation .needRegen .buttons a.regenerate:before {
    content: url('/img/icons/16px/document-copy-active.png');
}

.ErrorLabel span:before {
    content: url('/img/icons/16px/remove.png');
}

img#RefuelQuantityChartControl_IMG{
    width:100%;
}

 table.analysetab {
     margin-left: 10px;
 }

table.analysetab tr {
    box-sizing:content-box;
}

    table.analysetab th {
        border: 1px solid black;
        border-collapse: collapse;
        background-color: #FF8800;
        text-align: center;
        padding: 2px 6px 2px 6px;
        width: 100px;
    }

    table.analysetab th span{
        color: white;
    }

    table.analysetab td span.warning {
        color: red;
    }

table.analysetab td {
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
    padding: 2px 6px 2px 6px;
    width: 100px;
}

    table.analysetab td.null{
        background-color: grey;
    }

.noWidth {
    width: 0px !important;
    min-width : 0px!important;
}

.noProbeError {
    color: #FF3333;
    font-weight: bold;
}

.ForceTop{
    top: 360px !important;
}      

.ForceTopNoProbe{
    top: 428px !important;
}

/*** Tank record *******************************************************/

.ForceTopTank {
    top: 58px !important;
}   

/*** Tank stock record *******************************************************/

.ForceTopTankStock {
    top: 270px !important;
}   

/*** ExciseDeclarations grid *************************************************/
.exciseDeclarationsGrid .buttons {
    text-align: center;
}

.exciseDeclarationsGrid .buttons a{
    display: none;
}

.exciseDeclarationsGrid .buttons.new a.generate{
    display: inline-block;
}

.exciseDeclarationsGrid .buttons.generated a.view, .exciseDeclarationsGrid .buttons.generated a.download, .exciseDeclarationsGrid .buttons.generated a.regenerate{
    display: inline-block;
}

.exciseDeclarationsGrid .buttons a.download:before {
    content: url('/img/icons/16px/download.png');
}

.exciseDeclarationsGrid .buttons a.view:before {
    content: url('/img/icons/16px/view.png');
}

.exciseDeclarationsGrid .buttons a.generate:before {
    content: url('/img/icons/16px/document.png');
}

.exciseDeclarationsGrid .buttons a.regenerate:before {
    content: url('/img/icons/16px/document-copy.png');
}

.exciseDeclarationsGrid .needRegen .buttons a.regenerate:before {
    content: url('/img/icons/16px/document-copy-active.png');
}

/*** InvoiceSlips grid *************************************************/
.invoiceSlipsGrid .buttons {
    text-align: center;
}

.invoiceSlipsGrid .buttons a{
    display: none;
}

.invoiceSlipsGrid .buttons.new a.generate{
    display: inline-block;
}

.invoiceSlipsGrid .buttons.generated a.view, .invoiceSlipsGrid .buttons.generated a.download, .invoiceSlipsGrid .buttons.generated a.regenerate, .invoiceSlipsGrid .buttons.generated a.setnumber{
    display: inline-block;
}

.invoiceSlipsGrid .buttons a.setnumber:before {
    content: url('/img/icons/16px/numbers.png');
}

.invoiceSlipsGrid .buttons a.download:before {
    content: url('/img/icons/16px/download.png');
}

.invoiceSlipsGrid .buttons a.view:before {
    content: url('/img/icons/16px/view.png');
}

.invoiceSlipsGrid .buttons a.generate:before {
    content: url('/img/icons/16px/document.png');
}

.invoiceSlipsGrid .buttons a.regenerate:before {
    content: url('/img/icons/16px/document-copy.png');
}

.invoiceSlipsGrid .needRegen .buttons a.regenerate:before {
    content: url('/img/icons/16px/document-copy-active.png');
}

/*** Toolbar in each tab  + info panel ***************************************/
/* Common */
div.tabs div.toolbar, div.tabs div.infoPanel {
    border: 1px solid #dedede;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
    background-color: #fff;
    padding-left: 5px;
    min-height: 30px;
}

/* Toolbar */
    div.tabs div.toolbar a.imgButton {
        top: -2px;
    }

        div.tabs div.toolbar a.imgButton.noText {
        top: 4px;
    }

    div.tabs div.toolbar table.dxeButtonEditSys {
        display: inline-table;
        margin-right: 3px;
        position: relative;
        top: 2px;
    }

    div.tabs div.toolbar > div {
        display: inline-block;
        height: 28px;
        position: relative;
        float: right;
    }

    div.tabs div.toolbar div.dates::before, div.tabs div.toolbar div.excises::before, div.tabs div.toolbar div.clickets::before, div.tabs div.toolbar div.layout::before, div.tabs div.toolbar div.buttons::before, div.tabs div.toolbar div.custom::before {
      content: '';
      display: inline-block;
      width: 2px;
      height: 20px;
      background-color: #dedede;
      top: 4px;
      position: relative;
      margin: 0 8px;
    }

    div.tabs div.toolbar .export, div.tabs div.toolbar div.custom, div.tabs div.toolbar .buttons.edit {
        float: left;
        margin-left: 5px;
    }

        div.tabs div.toolbar .buttons.edit {
        float: right;
        margin-right: 5px;
    }

    div.tabs div.toolbar .export {
        top: 6px;
    }

    div.tabs div.toolbar > div > div {
        display: inline-block;
    }

/* Infopanel */
    div.tabs div.infoPanel:before {
        float: left;
        margin: 10px 10px 0 5px;
    }

        div.tabs div.infoPanel.info:before {
            content: url('/img/icons/32px/info.png');
        }

        div.tabs div.infoPanel.warning:before {
            content: url('/img/icons/32px/warning.png');
        }

        div.tabs div.infoPanel.error:before {
            content: url('/img/icons/32px/error.png');
        }

/* Infopanel - Modification request */
    div.tabs div.infoPanel.modifRequest .title {
        font-weight: bold;
        text-decoration: underline;
    }

    div.tabs div.infoPanel.modifRequest > div {
        margin-left: 50px;
    }

    div.tabs div.infoPanel.modifRequest li {
        margin-left: 30px;
    }

    div.tabs div.infoPanel.modifRequest .author {
        border-top: 1px solid #b2b2b2;
        color: #b2b2b2;
        padding-top: 5px;
    }

.tooltipHeader span {
    color: #ff8800;
}

/*** Records *****************************************************************/
div.record {
}

div.record div.content {
    border: 1px solid #dedede;
    background-color: #fff;
    position: relative;
}

    div.record fieldset {
        padding: 0 10px 10px 10px;
    }

        div.record fieldset legend {
            padding: 0 10px;
        }

div.record span.field table {
    /*width: auto !important;*/
}

    div.record .dxflCaptionCellSys {
        font-size: 14px;
    }

    div.record .dxflGroupBoxCaption_Metropolis {
        font-size: 14px;
        font-weight: bold;
    }

/* Editable fields */
    div.record table.editable {
        background-color: #ffefbf;
    } 
    
    div.record table.editable textarea {
        background-color: #ffefbf;
    }
        div.record table.editable.tn {
        background-color: #ffb680;
    }

        div.record table.editable input[type="text"] {
            background-color: transparent;
        }

    div.record .dxeTextBoxSys.dxeReadOnly_Metropolis, div.record .dxeButtonEditSys.dxeReadOnly_Metropolis {
        border-width: 0;
    }

    div.record .dxeButtonEditSys.dxeReadOnly_Metropolis .dxEditors_edtDropDown_Metropolis,
    div.record .dxeButtonEditSys.dxeReadOnly_Metropolis .dxeSpinIncButton_Metropolis,
    div.record .dxeButtonEditSys.dxeReadOnly_Metropolis .dxeSpinDecButton_Metropolis {
        display: none;
    }

   
        /*div.record .grid .dxeTextBoxSys {
        border-width: 0;
        background-color: transparent;
    }*/
        /*div.record .dxeTextBoxSys.dxeFocused_Metropolis, div.record .dxeTextBoxSys.dxeFocused_Metropolis input {
        border-width: 0;
        background-color: transparent;
    }*/
        div.record.readOnly em.dxflRequired_Metropolis {
            display: none;
        }

/* Remove padding from tables inside table (ie: Groups in driver record) */
div.record .tableContainerCell > table td {
    padding-right: 0;
}

/* Validation */
table.validationSummary {
    width: 100%;
    border: 1px solid #dedede;
    margin-bottom: 10px;
    background-color: #fff;
    min-height: 54px;
}
    table.validationSummary > tbody {
        background-image: url('/img/icons/32px/error.png');
        background-repeat: no-repeat;
        background-position: 10px 10px;
    }

    table.validationSummary td.header {
        padding-left: 45px !important;
        font-size: 14px;
        text-decoration: underline;
    }

    table.validationSummary ul {
        padding-left: 40px !important;
    }

    table.validationSummary a {
        border-bottom-width: 0 !important;
        font-size: 14px;
    }

    table.validationSummary ul {
        margin: 0 0 0 25px !important;
    }

/* Group record */
div.record.group fieldset.institutionType legend table, div.record.group fieldset.institutionType legend label {
    float: left;
    padding-right: 1em
}

    div.record.group span.nationalBankAccount {
        font-weight: bold;
    }

/* Driver record */
div.record.driver table.secretCode {
    display: inline-table;
}

/*div.record.driver*/
 .messageBox .content table {
    display: inline-table;
}

.messageBox .content img.tooltip {
    margin-left: 10px;
}

.messageBox table.dxeBase_Metropolis {
    /*font-family: "proxima_nova_rgregular", "Helvetica", "Arial", sans-serif;
    font-size: 18px;*/
}

/* Vehicle record */
div.record.vehicle table.group, div.record.vehicle table.reject, div.record.vehicle table.immatriculationType {
    display: inline-table;
    width: 90%;
}

    div.record.vehicle table.group.editable, div.record.vehicle table.reject.editable {
        width: 100%;
    }

div.record.vehicle img.helpGroup, div.record.vehicle img.helpReject,
div.record.vehicle img.helpGroup, div.record.vehicle img.helpImmatriculationType {
    float: right;
}

/* Transaction record */
div.record.transaction table.threeCols > tbody > tr > td:nth-child(2),
div.record.transaction table.threeCols > tbody > tr > td:nth-child(4) {
    background-color: #f6f6f6;
}

    div.record.transaction table.threeCols.consumptionSection > tbody > tr:nth-child(1n+6) > td:nth-child(2),
    div.record.transaction table.threeCols.consumptionSection > tbody > tr:nth-child(1n+6) > td:nth-child(4) {
        background-color: transparent;
    }

div.record.transaction  .threeCols .dxflCaptionCellSys {
    /*padding-right: 0 !important;*/
}

    div.record.transaction .threeCols .dxflItemSys {
        padding-left: 5px;
    }

    div.record.transaction .threeCols .dxflItemSys.titleColumn {
        padding-left: 0;
        font-weight: bold;
        text-decoration: underline;
        color: #666666;
    }

        div.record.transaction .threeCols .dxflItemSys.subTitleColumn {
            font-weight: bold;
            padding-left: 10px;
        }

div.record.transaction .threeCols > tbody > tr:nth-child(1) > td:nth-child(1n+2) > div,
div.record.transaction .threeCols.consumptionSection > tbody > tr:nth-child(2) > td:nth-child(1n+2) > div {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #666666;
    border-bottom: 1px solid #dedede;
    padding-bottom: 9px;
}

    div.record.transaction .threeCols.consumptionSection > tbody > tr:nth-child(1) > td:nth-child(1n+2) > div {
        display: none;
    }

div.record.transaction .consumptionSection .title {
    font-weight: bold;
    color: #666666;
    /*text-decoration: underline;*/
}

/*div.record.transaction .consumptionSection .deltaLine {
    border: 1px dashed #b2b2b2;
    border-top-style: none;
}*/

div.record.transaction .consumptionSection .deltaLine {
    border: 1px dashed #b2b2b2;
    border-top-style: none;
    width: 100%;
    text-align: center;
}

div.record.transaction .consumptionSection .deltaLine.left {
    border-left-style: none;
}

div.record.transaction .consumptionSection .deltaLine.right {
    border-right-style: none;
}

div.record.transaction .consumptionSection .firstTransaction {
    text-align: right;
    padding-right: 5px;
}

/* Order Vehicle Acces Record*/

.AddFuelEditFormSmallTitle {
    color: #ff8800;
    text-decoration: underline;
}

.LayoutItemTextStyle {
    font-family: "proxima_novalight", "Helvetica light", "Helvetica", "Arial light", "Arial", sans-serif !important;
     font-size: 14px !important;
     font-stretch:100%;
     font-weight: 400;
     color: rgb(55,55,55);
     line-height:21.77px;
     text-align:left;
     vertical-align:baseline;
     white-space: nowrap;
}

/* Refuel Validation Record*/
div.record.refuelValidation table.dataToValidate {
    display: inline-table;
    margin-top: 4px;
    margin-bottom: 4px;
}

div.record.refuelValidation div.button{
    margin-bottom: 1px;
}

div.record.refuelValidation div.visualize{
    padding-top: 8px;
}

.messageBox .content table {
    display: inline-table;
}


/*** Dashboard ***************************************************************/
section.ieWarning {
    display: none;
    padding: 0.5em 1em !important;
    margin-bottom: 10px;
    color: #444444;
}

    section.ieWarning:after {
        background-image: url(/img/warning.png) !important;
        background-position: 0 5px;
        height: 132px;
        width: 152px;
    }

    section.ieWarning p {
        margin-bottom: 5px;
    }

    html.dxIE section.ieWarning {
        display: block;
    }

@media screen and (max-width: 800px) {
    section.ieWarning:after {
        background-image: url(/img/warning-small.png) !important;
        background-position: 0 2px;
        height: 66px;
        width: 76px;
    }
}

section.notif {
    padding: 0.5em 1em !important;
    margin-bottom: 10px;
    color: #444444;
}

    section.notif:after {
        background-image: url(/img/warning.png) !important;
        background-position: 0 5px;
        height: 132px;
        width: 152px;
    }

    section.notif p {
        margin-bottom: 10px;
    }

@media screen and (max-width: 800px) {
    section.notif:after {
        background-image: url(/img/warning-small.png) !important;
        background-position: 0 2px;
        height: 66px;
        width: 76px;
    }
}

section.actu article.noDataContainer, section.agenda article.noDataContainer {
    display: none;
}

section.actu.noData article.noDataContainer, section.agenda.noData article.noDataContainer {
    display: block;
}

section.actu.noData article.dataContainer, section.agenda.noData article.dataContainer {
    display: none;
}

.dashboard footer{
    border: 1px solid #dedede;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0.5em 1em;
    color: #444444;
}

/*** News list ***************************************************************/
div.tab.news header.tabTitle {
    margin-bottom: 0;
}

    div.tab.news article {
        width: 32.7957%;
        min-height: 20em;
        float: left;
        background-color: #fff;
        border: 1px solid #dedede;
        margin-top: 1.5em;
        margin-left: 0.80645%;
        position: relative;
    }

        div.tab.news article header {
            width: 100%;
            height: 8.5em;
            background-size: 60%;
            background-position: center center;
            background-repeat: no-repeat;
            /*background-color: #dedede;*/
        }

        div.tab.news article div.content {
            text-align: justify;
            padding: 1.5em 1.5em 3.5em 1.5em;
            /*overflow: hidden;
            height: 8em;*/
        }

        div.tab.news article div.content p {
            font-family: "proxima_novasemibold", "Helvetica bold", "Helvetica", "Arial bold", "Arial", sans-serif;
        }

            div.tab.news article:after {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -4px;
                height: 4px;
                background-color: #fc4c13;
                /* Fallback */
                background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmOTJiMjciLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2ZmNmUwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
                background-size: 100%;
                background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(20%, #f92b27), color-stop(80%, #ff6e00));
                background-image: -moz-linear-gradient(left, #f92b27 20%, #ff6e00 80%);
                background-image: -webkit-linear-gradient(left, #f92b27 20%, #ff6e00 80%);
                background-image: linear-gradient(to right, #f92b27 20%, #ff6e00 80%);
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f92b27', EndColorStr='#ff6e00')";
            }

        div.tab.news article:nth-child(3n+1) {
            margin-left: 0;
            clear: both;
        }

        /*div.tab.news article:after {
            background-position: 0 -302px;
            height: 111px;
            width: 137px;
            margin-bottom: 1.77778em;
        }*/

        div.tab.news article a {
            position: absolute;
            bottom: 1.5em;
        }

@media screen and (max-width: 71.25em) {
    div.tab.news article {
        width: 49.59677%;
        margin-bottom: 0.55556em;
    }

        div.tab.news article:nth-child(3n+1) {
            margin-left: 0.80645%;
            clear: initial;
        }

        div.tab.news article:nth-child(2n+1) {
            margin-left: 0;
            clear: both;
        }
}

@media screen and (max-width: 50em) {
    div.tab.news article {
        width: auto;
        float: none;
        margin: 0 0 1.25em 0;
        min-height: 15em;
    }
}

/*** News detail *************************************************************/
div.tab.newsDetail article {
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 3em;
}

    div.tab.newsDetail article a {
        color: #f80;
        text-decoration: none;
    }

    div.tab.newsDetail article .content strong {
        font-weight: bold;
    }

div.tab.newsDetail article .content li {
    list-style-type: initial;
    margin-left: 2em;
}

div.tab.newsDetail article .content li li {
    list-style-type: circle;
}

div.tab.newsDetail article .content li li li {
    list-style-type: square;
}

div.tab.newsDetail article .content>ul>li:last-child {
    margin-bottom: 1em;
}

    div.tab.newsDetail article .content p {
        margin-bottom: 1em;
    }

    div.tab.newsDetail article header h2 {
        font-family: "proxima_novasemibold", "Helvetica bold", "Helvetica", "Arial bold", "Arial", sans-serif;
        font-size: 1.88889em;
        line-height: 1.41176em;
        color: #373737;
        margin-bottom: 0.29412em;
        margin-top: 1em;
        line-height: 1.17647em;
    }
    div.tab.newsDetail article header img {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 50em;
    }

    div.tab.newsDetail article header time:after {
        content: "";
        display: block;
        height: 2px;
        width: 3.5em;
        background-color: #fc4c13;
        margin-bottom: 1.5em;
        /* Fallback */
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmOTJiMjciLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2ZmNmUwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(20%, #f92b27), color-stop(80%, #ff6e00));
        background-image: -moz-linear-gradient(left, #f92b27 20%, #ff6e00 80%);
        background-image: -webkit-linear-gradient(left, #f92b27 20%, #ff6e00 80%);
        background-image: linear-gradient(to right, #f92b27 20%, #ff6e00 80%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f92b27', EndColorStr='#ff6e00')";
    }

/*** FAQ *********************************************************************/
div.tab.faqContent div.category {
    margin-top: 10px;
}

div.tab.faqContent div.category:first-of-type {
    margin-top: 0;
}

div.tab.faqContent div.category header {
    background-color: #fff;
    font-family: "proxima_novaextrabold", "Helvetica bold", "Helvetica", "Arial bold", "Arial", sans-serif;
    padding: 0.75em;
    border: 1px solid #dedede;
    font-size: 1.6em;
}

div.tab.faqContent .question {
    border: 1px solid #dedede;
    border-top-width: 0;
    background-color: #fff;
    padding: 2em;
    font-family: "proxima_nova_rgregular", "Helvetica", "Arial", sans-serif;
}

    div.tab.faqContent .question:first-of-type {
        border-top-width: 1px;
    }

div.tab.faqContent .question .header {
    font-family: "proxima_novasemibold", "Helvetica bold", "Helvetica", "Arial bold", "Arial", sans-serif;
    font-size: 1.8em;
    color: orange;
}

    div.tab.faqContent .question .header span.number {
        font-size: 1.2em;
        margin-right: 1em;
    }


    div.tab.faqContent .question.dxrpCollapsed .header {
        color: #4b4b4b !important;
    }

    div.tab.faqContent .question .dxrpcontent {
        font-size: 1.5em;
        color: #7f7f7f;
        text-align: justify;
        padding-left: 3em;
        /*font-weight: bold;*/
    }

/*** Profile *****************************************************************/
div.tab.profile section {
    margin-bottom: 10px;
}

fieldset.deviation img.smiley {
    vertical-align: middle;
}

table.range {
    width: 100%;
    border-spacing: 0 3px;
    border-collapse: separate;
}

table.range td{
     padding: 5px 5px;
}

div.tab.profile .dropDownList {
    height: 2.44444em;
    border: 1px solid #666666;
    line-height: 1em;
    font-family: "proxima_novalight", "Helvetica light", "Helvetica", "Arial light", "Arial", sans-serif;
    font-size: 14px;
    color: #999999;
    border-radius: 4px;
    box-shadow: 0 4px 4px 0px rgba(214, 214, 214, 0.5) inset;
    transition: border 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53), color 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53), box-shadow 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

div.tab.profile .dropDownList td {
    border-radius: 4px;
}

div.tab.profile #default-language *{
    margin-right:15px;
}


/*** Fuels *******************************************************************/
span.fuel:before {
    margin-right: 5px;
    position: relative;
    top: 2px;
    height: 16px;
    width: 16px;
    display: inline-block;
    /*background-image: url('/img/fuels/essence.png');*/
    background-size: 16px;
    content:"";
}

span.fuel.gas:before {
    background-image: url('/img/fuels/gas.png');
}

span.fuel.diesel:before {
    background-image: url('/img/fuels/diesel.png');
}

span.fuel.gasoil:before {
    background-image: url('/img/fuels/gasoil.png');
}

span.fuel.adBlue:before {
    background-image: url('/img/fuels/adBlue.png');
}

span.fuel.twoStrokes:before {
    background-image: url('/img/fuels/twoStrokes.png');
}

span.fuel.lpg:before {
    background-image: url('/img/fuels/lpg.png');
}

span.fuel.ethanol:before {
    background-image: url('/img/fuels/ethanol.png');
}

span.fuel.electricity:before {
    background-image: url('/img/fuels/electricity.png');
}
/*****************************************************************************/

/* Specific CSS rule for Supplier DropDown in Refuel record */
table#MainContentPlaceHolder_CentralContentPlaceHolder__rptTabs__tab_2_RefuelValidation_contentControl_2__flRefuelValidation_2__ddeMySupplier_2 {
    border-width: 1px !important;
}

img#MainContentPlaceHolder_CentralContentPlaceHolder__rptTabs__tab_2_RefuelValidation_contentControl_2__flRefuelValidation_2__ddeMySupplier_2_B-1Img {
    display: inherit !important;
}


/* Use this to avoid double tooltip on tabPages */
.dxtcLite_Metropolis > .dxtc-stripContainer .dxtc-link {
    pointer-events : none;
}

#PasswordRecoveryMailSentText{
    padding-top :10px;
}