﻿/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

select.input-validation-error, input.input-validation-error, textarea.input-validation-error {
    border: 1px solid #b94a48;
}
button.input-validation-error {
    border: 1px solid #b94a48 !important;
}
input[type="checkbox"] {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2); /* IE */
    -moz-transform: scale(1.2); /* FF */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    -o-transform: scale(1.2); /* Opera */
}

    input[type="checkbox"].input-validation-error {
        border: 0 none;
    }

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.img-logo
{
    height:60px;
}

.img-logo img {
    height: 36px;
    padding: 10px;
}

.li-logo {
    background: transparent;
}

.display-none {
    display: none;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    min-width: 450px;
    max-width: 900px;
    /*width: auto;*/
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 2px 5px;
    background-color: #e7e6eb;
}

.modal-body {
    padding: 0px;
}

    .modal-body .panel {
        margin-bottom: 0px;
    }

.modal-header .close {
    border: 1px solid #6999B9;
    height: 100%;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    background-color: #fff;
    font-size: 17px;
    opacity: 0.4;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
}

    .modal-header .close:hover {
        background-color: #6999B9;
    }

    .modal-header .close > span {
        background-image: url("images/ui-icons_228ef1_256x240.png");
        height: 20px;
        width: 19px;
        display: block;
        background-position: -95px -126px;
        opacity: 0.5;
        -webkit-opacity: 0.5;
        -moz-opacity: 0.5;
        -ms-opacity: 0.5;
    }

    .modal-header .close:hover > span {
        background-image: url("images/ui-icons_ffffff_256x240.png");
    }

.modal-content {
    margin: 0 auto;
}

.modal .panel {
    border-radius: 0px;
}

.modal .panel-heading {
    padding: 1px 10px;
    color:#57007F;
}

.modal .panel-body {
    padding: 5px;
    padding-top:15px;
}

select.form-control {
    height: 26px !important;
    padding: 3px 3px;
    font-size:12px;
    color:#606363;
}
input.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 26px !important;
    padding: 3px 6px;
    font-size:12px;
    color:#606363;
}
#common_confirm_dlg {
    z-index: 9999;
}

#common_confirm_dlg_content {
    width: 100%;
    text-align: center;
    min-width: 250px;
}

    #common_confirm_dlg_content .dlg_message, #common_confirm_dlg_content .dlg_btns {
        margin-top: 10px;
        margin-bottom: 20px;
    }

#common_message_dlg {
    z-index: 9999;
}

#common_message_dlg_content {
    width: 100%;
    text-align: center;
    min-width: 250px;
}

    #common_message_dlg_content .dlg_message, #common_message_dlg_content .dlg_btns {
        margin-top: 10px;
        margin-bottom: 20px;
    }

.btn {
    min-width: 100px;
}

label.checkbox, label.radio {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}

table span.check {
    margin: 0 5px 0 0px !important;
}

.navbar-toggle {
    padding: 0px;
}

.nav_menu {
    font-size: 13px;
}

    .nav_menu .fa-bars {
        font-size: 26px;
    }

    .nav_menu .divider {
        margin: 0px;
    }

.grid_table_count {
    color: #DD2C00;
}
.ul-menu-content{
    padding-right:20px;
}
.dropdown .menu-active {
    background-color: #eff6fb !important;
    color: #57007F !important;
    border-bottom: 2px solid #57007F;
}

.dropdown .submenu-active {
    color: #57007F !important;
}

.user-profile {
    max-width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px !important;
}

    .user-profile img {
        margin-right: 4px;
    }

.div_loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: table;
    text-align: center;
    height: 500px;
    opacity: 0.4;
    z-index: 2000;
    background-color: #000;
    -moz-opacity: 0.4;
    opacity:.40;
    filter: alpha(opacity=40);
}

.div_loading > div {
    display: table-cell;
    vertical-align: middle;
}

.div_loading img {
    width: 70px;
    height: 70px;
}

.export-file {
    color: #AB74D5;
    cursor: pointer;
}

.export-file:hover {
    color: red;
}

div.btn-export {
    margin: 0px 0px 5px 0px;
}

div.btn-export ul {
    min-width: 100px;
    margin-top: 0px;
}

.div_filter {
    border-radius: 0px;
}

.table-filter td {
    border-top: none !important;
}

.table-filter {
    margin-bottom: 0px;
}
.table-filter .btn{
    /*margin-bottom:0px;*/
}

.table-filter .table-filter-label td {
    padding-bottom: 9px;
    vertical-align: middle;
    color:#333;
}

.table-filter .table-filter-input td {
    padding-top: 0px;
}
.table-filter .label-filter{
    padding-top:9px;
    vertical-align: middle !important;
}

.table-filter .table-filter-button td {
    padding-top: 5px;
}

.well {
    margin-bottom: 10px;
    background-color:#e7e6eb;
}

.exw_input .multiselect, .exw_input .multiselect-container > li > a > label {
    color: #606363;
    font-weight: normal;
    display: inline-block;
}
.multiselect-container > li > a > label > input[type=checkbox] {
    margin-bottom: 0px;
}
.multiselect.btn-default:hover, .multiselect.btn-default.active, .multiselect.btn-default:active, .multiselect.btn-default.active.focus, .multiselect.btn-default.active:focus, .multiselect.btn-default.active:hover, .multiselect.btn-default:active.focus, .multiselect.btn-default:active:focus, .multiselect.btn-default:active:hover {
    color: #606363 !important;
    background-color: #e1baf0 ;
}
.multiselect.btn-default.active, .multiselect.btn-default:active, .multiselect.btn-default.active.focus, .multiselect.btn-default.active:focus, .multiselect.btn-default.active:hover, .multiselect.btn-default:active.focus, .multiselect.btn-default:active:focus, .multiselect.btn-default:active:hover {
    border-color: #e1baf0;
}
.multiselect.btn-default.disabled{
    background:#eeeeee;
    opacity: 1;
}
.multiselect-selected-text {
    max-width: calc(100% - 9px);
    line-height: 22px;
    border-right:1px solid #cccccc;
}

.multiselect.btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    padding: 0px 3px 0px 3px;
    height: 26px;
    border: 1px solid #ccc;
}

.multiselect.btn-default.focus, .multiselect.btn-default:focus {
    background-color: #fff;
    border-color: #66afe9;
}

.multiselect-container .multiselect-search {
    height: 26px !important;
}
.ellipsis-text{
     text-overflow:ellipsis;
     overflow:hidden;
}
.nowrap {
    white-space: nowrap;
}
.word-break{
    word-break: break-all;
}
.niveau-title{
    max-width:200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
        float: left;
}
.btn{
    font-size:12px;
}
.btn-last{
    margin-right:0px;
}
button.multiselect{
    padding-left:6px;
}
.ext-title-form{
    padding-top:5px;
}

/*ERROR STYLE**/
span.field-validation-error {
        background-color: rgb(171, 62, 62);
    /* border: 1px solid #ef0a0a; */
    border-radius: 4px;
    color: #fff;
    display: none;
    padding: 8px;
    position: absolute;
    z-index: 10;
}
span.field-validation-error:before {
        content: "";
    border-style: solid;
    border-width: 5px 4px 7px 4px;
    border-color: rgb(171, 62, 62) transparent rgba(250, 135, 135, 0) transparent;
    height: 0;
    position: absolute;
    /* top: 37px; */
    right: 10px;
    width: 0;
    bottom: -12px;
}
input.input-validation-error, select.input-validation-error , .input-validation-error {
    display: block
}
input.input-validation-error:hover + span , select.input-validation-error:hover + span ,input-validation-error+ span{
    display: inline-block;
    margin: -70px 0 0 10px;
    right: 0;
    bottom: 33px;
}
.navbar-header{
    padding:5px;
}
.navbar-collapse{
    max-height :none !important;
    padding-left:0px;
     padding-right:0px;
}
.right_col .container{
    /*min-width: 1270px;*/
}
.right_col{
   overflow:auto;
}
.btn-primary {
    background: #57007F !important;
    border-color: #57007F !important;
    background-color: #AB74D5;
    border-color: #AB74D5;
}
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        color: #fff;
        background-color: #57007F;
        border-color: rgba(231, 230, 235, 1);
        background-color: #AB74D5;
        border-color: #AB74D5;
    }
        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
        .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
        .open > .dropdown-toggle.btn-primary.focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: rgba(231, 230, 235, 1);
            border-color: rgba(231, 230, 235, 1);
            background-color: #AB74D5;
            border-color: #AB74D5;
        }
    .btn-primary.disabled.focus,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:hover,
    .btn-primary[disabled].focus,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary.focus,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:hover {
        color: #fff;
        background-color: rgba(231, 230, 235, 1);
        border-color: rgba(231, 230, 235, 1);
        background-color: #AB74D5;
        border-color: #AB74D5;
    }
.multiselect-container.dropdown-menu>.active>a, 
.multiselect-container.dropdown-menu>.active>a:focus, 
.multiselect-container.dropdown-menu>.active>a:hover{
    background:#e1baf0;
}
#btn-trace-sql{
    position:fixed;
    bottom:0;
    right:0;
    min-width:40px;
}
.position-relative{
    position :relative;
}
.order-clicked{
    color:#fff;
}
@media screen and (max-device-width: 768px){
    #dlg-option-column .modal-content{
        font-size:1.5vw;
        transform: scale(1.0);
    }
    #dlg-option-column .modal-lg {
        width: 80%!important;
        max-width: none;
    }
    .modal-dialog .ext-title-form{
        font-size:1.5vw;
    }
    .modal-dialog input.form-control{
        font-size:1.5vw;
        height: 31px !important;
    }
    .modal-dialog select.form-control{
        font-size:1.5vw;
        height: 31px !important;
    }
    .modal-dialog .panel-heading h4{
        font-size:1.5vw;
    }
    .modal-lg {
        width: 80%!important;
        max-width: none !important;
    }
    .nav_menu li{
        font-size: 1.5vw;
    }
    .dropdown-menu{
        font-size: 1.5vw;
    }
    .top_nav li a i{
        font-size: 1.7vw;
    }
    .top_nav .dropdown-menu li a{
        padding: 7px 15px;
    }
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: #57007F;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
}
@media screen and (max-device-width: 768px) and (max-device-height: 480px){
     .modal-dialog input.form-control{
        font-size:1.5vw;
        height: 50px !important;
    }
    .modal-dialog select.form-control{
        font-size:1.5vw;
        height: 50px !important;
    }
    .modal-dialog .panel-heading h4{
        font-size:1.5vw;
    }
    .modal-dialog input[type="checkbox"]{
        -ms-transform: scale(2); /* IE */
          -moz-transform: scale(2); /* FF */
          -webkit-transform: scale(2); /* Safari and Chrome */
          -o-transform: scale(2); /* Opera */
    }
}
.main-color{
    color : #57007F;
}
.ui-datepicker .ui-datepicker-header{
    border: 1px solid #ffccff;
    background: #ffccff;
}
.main-bg{
    background : #e1baf0;
}
.ul-flag{
    width: 200px !important;
}
.flag {
    width: 40px;
    cursor: pointer;
    margin-left: 15px;
}
.badge{
    padding: 1px 3px;
    background-color: #f9f9f9;
    font-size: 10px;
    color: #57007F;
}
.no-margin{
    margin:0px !important;
}
.no-margin-right{
    margin-right:0px !important;
}
.no-padding-left{
    padding-left:0px !important;
}
.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 2px 20px 1px 30px;
}
.min-width-100px{
    min-width:100px;
}
.ui-autocomplete {
    cursor: pointer !important;
    z-index:9999;
}
.ct-topBar {
    font-size: 12px;
    background-color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 9000 !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
    -moz-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
    box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
    background-color: rgb(233, 233, 233);
}
.ct-topBar .container {
    position: relative;
}
.ct-topBar div[class^="col-"] {
    position: initial;
}
.ct-panel--contact {
    width: 100%;
}
.ct-panel--contact, .ct-panel--item, .ct-panel--user {
    display: inline-block;
}
.ct-switcher--language {
    display: inline-block;
    float: left;
    margin: 0;
}
.ct-switcher--language li a {
    padding: 5px 11px;
    margin: 0 10px;
    line-height: 30px;
}
.ct-switcher--language .dropdown-menu {
    padding: 0;
    border-radius: 4px;
    border: transparent;
    margin-top: 10px !important;
    -webkit-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
    -moz-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
    box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
    left: 10px;
}
.ct-switcher--language .dropdown-menu li:first-child a {
    border-radius: 4px 4px 0 0;
}
.ct-switcher--language .dropdown-menu li a {
    padding: 5px 15px;
    margin: 0;
    border: transparent;
    border-bottom: 1px solid #e6e6e6;
}
.ct-switcher--language li a {
    padding: 5px 11px;
    margin: 0 10px;
    line-height: 30px;
}
.ct-topBar i {
    font-size: 14px;
    line-height: 24px;
}
.ct-js-headroom{
    background:#fff;
    border-bottom: 1px solid #e7e6eb;
}
.ct-site--map {
    background-color: #57007F;
    overflow: hidden;
    line-height: 10px;
}
.ct-site--map a:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.ct-site--map a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding: 6px 20px 6px 10px;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    font-weight: bold;
}
.ct-site--map a:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.ct-site--map a:after {
    content: "";
    height: 30px;
    width: 30px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    right: 6px;
    top: 0;
    border-radius: 2px;
    -sand-transform: rotate(45deg);
}
.tab-content{
    background-color: #e7e6eb;
    color: #f8f8f8;
}
.tab-content>.active{
    padding: 0px 0px 8px 0px;
}
#tab-columns{
    padding-top:8px;
}
#tab-export{
    padding: 11px 0px 8px 0px;
}
.nav-tabs > .active, .nav-tabs > a.active {
    background-color: #e7e6eb;
    color: #333333;
    font-weight:bold;
    border-radius: 3px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color: #e7e6eb;
    color: #333333;
    font-weight:bold;
}
.tab-filter>li>a{
    font-weight:bold;
    padding : 7px !important;
}
.cb-grid-column{
    margin-left:0px !important;
     position:relative !important;
}
.lbl-checkbox{
    color : #333;
}
.div-col{
    padding-bottom:3px;
}
.btn-group-filter{
    vertical-align:bottom !important;
}
.btn-toggle-filter {
    cursor: pointer;
    color: #AB74D5;
}
.page-control {
    padding: 10px 0px 10px 0px;
    background-color: #FFF;
    border: 0;
    width: 100%;
    font-weight:bold;
}
.page-control .page-item {
    padding-right: 10px;
    cursor: pointer;
}
.page-control span{
    display : inline-block;
}
.page-item-text{
    padding-right: 10px;
}
.sl-page{
    height:26px;
    width:50px !important;
}
.grid_table_content tbody{
    /*background:#f9f9f9;*/
}

.headroom {
    transition: transform .5s ease-in-out;
}
.headroom--pinned {
    /*transform: translateY(0%);*/
}
.headroom--unpinned {
    transform: translateY(-100%);
}
.ct-site--map a:hover, .ct-site--map a:focus, .ct-site--map a:visited{
    color : #fff !important;
}
.btn-recherche{
    height:100%;
    padding: 0px 15px;
    height:58px !important;
}
.padding-top-5{
    padding-top:5px !important;
}
.padding-btn-filter{
    padding-top:15px !important;
    padding-bottom:0px !important;
}
.ct-topBar .ct-input--search {
    background-color: #e9e9e9;
}
.ct-topBar .ct-input--search {
    border: none;
    box-shadow: none;
    line-height: 1;
    display: inline-block;
    margin: 7px 0 5px 0;
    background-color: #fff;
    max-width: 250px;
}
.search-menu-li{
    height:auto;
    font-size:2em;
}

#extra_loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #ededed;
}

    #extra_loading .loader {
        max-width: 15rem;
        width: 100%;
        height: auto;
        stroke-linecap: round;
    }

    #extra_loading circle {
        fill: none;
        stroke-width: 3.5;
        animation-name: preloader;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        transform-origin: 170px 170px;
        will-change: transform;
    }

        #extra_loading circle:nth-of-type(1) {
            stroke-dasharray: 550px;
        }

        #extra_loading circle:nth-of-type(2) {
            stroke-dasharray: 500px;
        }

        #extra_loading circle:nth-of-type(3) {
            stroke-dasharray: 450px;
        }

        #extra_loading circle:nth-of-type(4) {
            stroke-dasharray: 300px;
        }

        #extra_loading circle:nth-of-type(1) {
            animation-delay: -0.15s;
        }

        #extra_loading circle:nth-of-type(2) {
            animation-delay: -0.3s;
        }

        #extra_loading circle:nth-of-type(3) {
            animation-delay: -0.45s;
        }

        #extra_loading circle:nth-of-type(4) {
            animation-delay: -0.6s;
        }
        @keyframes preloader {
        50% {
        transform: rotate(360deg);
    }
}
 
/*Google chart*/
div.google-visualization-tooltip {
    width: auto;
    padding: 4px 10px 4px 10px !important;
    display: inline-block;
    white-space: nowrap;
    border: 0px;
    border-radius: 4px;
    color: white;
    font-weight: normal;
    font-size: 12px;
    font-weight:bold;
}
.ui-menu-item:hover {
    background-color: #007FFF!important;
}
.ui-menu-item {
    height: 25px;
    text-align: left;
    padding:3px;
}
.ui-menu-item i
{
    margin-top:0px !important;
    margin-right:-5px !important;
    height:22px !important;
    border:0px !important;
}
.ui-menu-item a
{
    border:0px !important;
}
.col-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    max-width: 200px;
}