﻿/*************************
*******Typography******
**************************/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Abel);

* {
    -webkit-tap-highlight-color: #000000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    -webkit-overflow-scrolling: touch;
}

a, a:hover, a:active, a:focus, a:target {
    outline: none;
    text-decoration: none;
}

.body-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}

.no-overflow {
    overflow: hidden;
}

.scrollable-area {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
}

.scrollable-area-shadow {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    pointer-events: none;
    overflow: hidden;
}

.scrollable-area-shadow div {
    position: absolute;
    top: 0px;
    left: -10px;
    right: -10px;
    bottom: 0px;
    pointer-events: none;
}

.scrollable-area-shadow-top div {
    -moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.5);
    -o-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,0.5), Direction=180, Strength=5);
}

.scrollable-area-shadow-bottom div {
    -moz-box-shadow: inset 0px -5px 5px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0px -5px 5px 0px rgba(0,0,0,0.5);
    -o-box-shadow: inset 0px -5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px -5px 5px 0px rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,0.5), Direction=90, Strength=5);
}

.scrollable-area-shadow-top-bottom div {
    -moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.5), inset 0px -5px 5px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.5), inset 0px -5px 5px 0px rgba(0,0,0,0.5);
    -o-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.5), inset 0px -5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.5), inset 0px -5px 5px 0px rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,0.5), Direction=180, Strength=5), progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,0.5), Direction=180, Strength=-5);
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    
    /* trick to avoid spacing between inline-block element */
    font-size: 0; font-size: 0rem;
}

table, td {
    border: none;
}

header {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 40px;
    width: 100%;
    visibility: visible;
    display: block;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

#body {
    position: absolute;
    left: 0px;
    display: block;
    width: 100%;
    top: 40px;
    bottom: 0px;
}

.container {
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.margin-after-row {
    margin-bottom: 20px;
}

.margin-before-row {
    margin-top: 20px;
}

.no-padding {
    padding: 0;
}

.widget {
    display: inline-block;
    border-radius: 10px;
    background: #FFFFFF;
    color: #000000;
    vertical-align: top;
    text-align: left;
    padding: 15px;
    width: 100%;
    height: 100%;
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4), 0 0 15px rgba(0,0,0,0.6), 0 0 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4), 0 0 15px rgba(0,0,0,0.6), 0 0 20px rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 5px rgba(0,0,0,0.4), 0 0 15px rgba(0,0,0,0.6), 0 0 20px rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px rgba(0,0,0,0.4), 0 0 15px rgba(0,0,0,0.6), 0 0 20px rgba(0,0,0,0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,0.4), Direction=180, Strength=5), progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,0.6), Direction=180, Strength=15), progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,0.2), Direction=180, Strength=20);
    
    /* trick to avoid spacing between inline-block element */
    font-size: 0; font-size: 0rem;
}

.widget:hover
{
    text-decoration: none;
    color: #FFFFFF;
}

.widget:active,
.widget:focus,
.widget:target {
    -webkit-box-shadow: 0 0 1px 1px #000000;
    -ms-box-shadow: 0 0 1px 1px #000000;
    box-shadow: 0 0 1px 1px #000000;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.6);
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;

    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

iframe {
    border: none;
}

.fullwidth {
    width: 100%;
}

.fullheight {
    height: 100%;
    position: relative;
}

.dock-bottom {
    position: absolute;
    bottom: 0;
}

.btn-nostyle, .btn-nostyle:active, .btn-nostyle:hover, .btn-nostyle:focus, .btn-nostyle:visited {
    background: none;
    border: none;
    outline: none;
    border-radius: 0;
}

.panel-shadow {
    margin-top: 20px;
    -moz-box-shadow: 0px 0px 5px 2px #696763;
    -webkit-box-shadow: 0px 0px 5px 2px #696763;
    -o-box-shadow: 0px 0px 5px 2px #696763;
    box-shadow: 0px 0px 5px 2px #000000;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
}

.form-control-search-clients {
    background-color: #EAEAEA;

    -webkit-transition: background-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: background-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: background-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: background-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: background-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-search-clients:focus {
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.octicon {
    display: inline-block;
    vertical-align: text-top;
    fill: currentColor;
}
/********************************************************** Flex : DEBUT ********************************************************* */
.flex-container-vertical {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex-container-horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flexdisplay;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.flex-item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.flex-item-center {
    -webkit-box-self: center;
    -moz-box-self: center;
    -ms-flex-self: center;
    -webkit-align-self: center;
    align-self: center;
}

.flex-item-shrink {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
}
/********************************************************** Flex : FIN ********************************************************* */

/********************************************************** Popup fullscreen : DEBUT ********************************************************* */
.background-popin {
    background: rgba(0, 0, 0, 0.3);
}

.fullscreen {
    position: fixed;
    z-index: 9999;
    top: 0;
    height: 100%;
    width: 100%;
}

.part-left-screen {
    position: fixed;
    z-index: 9999;
    top: 0;
    height: 100%;
    width: 85%;
    left: 15%;
}

.fullscreen > .loader {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}

.popup-header {
    width: 100%;
    height: 40px;
    padding: 0px;
    background-color: white;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;

    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.popup-content {
    width: 100%;
    top: 40px;
    bottom: 0px;
    position: absolute;
}

.popup-header .header-menu-container {
    background-color: transparent;
}

.popup-header .header-menu-container .header-menu-icon,
.popup-header .header-menu-container .header-menu-title-text {
    color: rgb(122, 122, 122);
}

/********************************************************** Popup fullscreen : END ********************************************************* */

/********************************************************** Animations : DEBUT ********************************************************* */
.transition-transform-ease-out {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.out-of-screen-down {
    -webkit-transform: translate(0, 100%) translateZ(0);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.out-of-screen-left {
    -webkit-transform: translate(100%, 0) translateZ(0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
/********************************************************** Animations : FIN ********************************************************* */

/* ********************************************************* header-menu : START ********************************************************* */
.header-menu-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0px;
    border: 0px;
    padding: 0px;
    background-color: #dadada;
}

.header-menu-inner-container {
    position: relative;
    height: 100%;
}

.header-menu-left-area {
    width: 12%;
    text-align: left;
    padding: 0px;
    margin: 5px 0px 5px 0px;
    border: 0px;
    display: inline-block;
    vertical-align: middle;
}

.header-menu-right-area {
    width: 12%;
    text-align: right;
    padding: 0px;
    margin: 5px 0px 5px 0px;
    border: 0px;
    display: inline-block;
    vertical-align: middle;
}

.header-menu-title-area {
    margin: 0px;
    padding: 1px 0px 1px 0px;
    border: 0px;
    overflow: hidden;
    display: inline-block;
    width: 76%;
    vertical-align: middle;
}

.header-menu-save-cancel .header-menu-left-area,
.header-menu-save-cancel .header-menu-right-area {
    width: 50%;
}

.header-menu-save-cancel .header-menu-title-area {
    width: 0%;
    visibility: collapse;
}

.header-menu-goback-edit .header-menu-right-area {
    width: 12%;
}

.header-menu-goback-edit .header-menu-title-area {
    width: 76%;
}

.header-menu-goback-noedit .header-menu-right-area {
    width: 0%;
    min-width: 0px;
    visibility: collapse;
}

.header-menu-goback-noedit .header-menu-title-area {
    width: 88%;
}

.header-menu-title-align-ref {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0px;
    visibility: collapse;
}

.header-menu-title-align {
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.header-menu-goback-noedit .header-menu-title-align,
.header-menu-goback-edit .header-menu-title-align {
    text-align: left;
}

.header-menu-title-text {
    line-height: 19px;
    color: #7A7A7A;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    cursor: default;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header-menu-logo {
    width: 30px;
    height: 30px;
}

.header-menu-icon {
    color: #7A7A7A;
    font-weight: bold;
    font-size: 27px;
    top: 2px;
}

.header-menu-goback-logo {
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 1px;
}

.header-button-margin {
    margin-left: 5px;
    margin-right: 5px;
}

.header-menu-action-text {
    color: #7A7A7A;
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 21px;
    cursor: pointer;
}

.header-menu-action-text:hover,
.header-menu-action-text:active {
    color: #7A7A7A;
    text-decoration: none;
}

.agenda-color {
    color: #1271B4;
}

.clients-color {
    color: #44985A;
}

.space-after:after {
    content: ' ';
    margin-left: 5px;
}

.header-menu-container.disabled a {
    pointer-events: none;
}
/* ********************************************************* header-menu : END ********************************************************* */

/* ********************************************************* btn-drveto : START ********************************************************* */
.btn-drveto {
    padding: 2px 20px;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 20px;
    background: rgba(0,0,0,0.5);
    border-color: transparent;
}

.btn-drveto:hover,.btn-drveto:focus,.btn-drveto:active,.btn-drveto.active,.open>.dropdown-toggle.btn-drveto {
    color: #DADADA;
    background: rgba(0,0,0,0.3);
    border-color: transparent;
}

.btn-drveto:active,.btn-drveto.active,.open>.dropdown-toggle.btn-drveto {
    background-image: none
}

.btn-drveto.disabled,.btn-drveto[disabled],fieldset[disabled] .btn-drveto,.btn-drveto.disabled:hover,.btn-drveto[disabled]:hover,fieldset[disabled] .btn-drveto:hover,.btn-drveto.disabled:focus,.btn-drveto[disabled]:focus,fieldset[disabled] .btn-drveto:focus,.btn-drveto.disabled:active,.btn-drveto[disabled]:active,fieldset[disabled] .btn-drveto:active,.btn-drveto.disabled.active,.btn-drveto[disabled].active,fieldset[disabled] .btn-drveto.active {
    color: #888888;
    background: rgba(0,0,0,0.2);
    border-color: transparent;
}
/* ********************************************************* btn-drveto : END ********************************************************* */

/* ********************************************************* champs formulaires : START ********************************************************* */
.textbox-drveto {
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

/* ********************************************************* champs formulaires : END ********************************************************* */

/* ********************************************************* Responsive adjustments : START ********************************************************* */
@media (min-width: 800px) and (min-height: 600px) {
    header {
        height: 80px;
    }
    
    .header-menu-container {
	    padding-top: 5px;
	    padding-bottom: 5px;
    }
    
    #body {
        top: 80px;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        width: 750px;
    }

    .btn-drveto {
        padding: 4px 25px;
        font-size: 14px;
    }

    .header-menu-left-area,
    .header-menu-right-area {
        height: 60px;
    }

    .header-menu-logo {
        width: 60px;
        height: 60px;
    }

    .header-menu-icon {
        font-size: 54px;
        top: 4px;
    }

    .header-menu-title-text {
        font-size: 30px;
        line-height: 34px;
    }

    .header-menu-goback-logo {
        height: 50px;
        width: 50px;
        padding-top: 4px;
    }

    .header-button-margin {
        margin-left: 10px;
        margin-right: 10px;
    }

    .header-menu-action-text {
        font-size: 42px;
    }
    
    .popup-header {
        height: 80px;
    }

    .popup-content {
        top: 80px;
    }
}

@media (min-width: 992px) and (min-height: 600px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) and (min-height: 600px) {
    .container {
        width: 1170px
    }
}

@media(min-width: 1600px) and (min-height: 600px)
{   
    .container {
        width: 1570px
    }
}

@media(min-width: 1800px) and (min-height: 600px)
{   
    .container {
        width: 1770px
    }
}
/* ********************************************************* Responsive adjustments : END ********************************************************* */