﻿@charset "utf-8";
/* CSS Document */
/*----------------Tree View CSS Start-------------------------------*/
.tree {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .tree li {
        list-style-type: none;
        margin: 0;
        /*padding:10px 5px 0 5px;*/
        position: relative;
    }

        .tree li::before, .tree li::after {
            content: '';
            left: -20px;
            position: absolute;
            right: auto;
        }

        .tree li::before {
            border-left: 1px solid #999;
            bottom: 50px;
            height: 100%;
            top: 0;
            width: 1px;
        }

        .tree li::after {
            border-top: 1px solid #999;
            height: 10px;
            top: 16px;
            width: 17px;
        }

        .tree li span {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 0px solid #999;
            border-radius: 5px;
            display: inline-block;
            padding: 3px 0px;
            text-decoration: none;
        }

        .tree li.parent_li > span {
            cursor: pointer;
        }

    .tree > ul > li::before, .tree > ul > li::after {
        border: 0;
    }

    .tree li:last-child::before {
        height: 30px;
    }

    .tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
        /* background:#eee;*/
        border: 0px solid #94a0b4;
        color: #000;
    }

/*----------------Tree View CSS End-------------------------------*/

.well {
    min-height: 20px !important;
    padding: 5px !important;
    margin-bottom: 7px !important;
}

.tree > ul {
    padding-left: 0 !important;
}

.well > ul {
    padding-left: 0 !important;
}

.frm_set {
    margin-bottom: 20px;
}

.chk_mt {
    margin: 11px 0 0 !important;
}

.btn_clc {
    padding: 0px 3px !important;
}

.fa-plus-circle {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px !important;
}

.fa-minus-circle {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px !important;
}

.col-separator {
    height: 15px;
}

tr.highlighted td {
    background: rgba(54, 245, 9, 0.22);
}

li.highlighted {
    background: rgba(54, 245, 9, 0.22);
}


.btn, .buttons, .modal-footer .btn + .btn, button {
    margin-bottom: 0px !important;
    margin-right: 5px !important;
    margin-left: 3px !important;
}

.table > tbody > tr > td {
    /*padding: 1px 3px !important;*/
    padding: 5px 5px !important;
    vertical-align: middle !important;
}

.table > thead > tr > th {
    padding: 5px 3px !important;
}

.important {
    cursor: pointer;
    font-weight: 600;
}

a:hover {
    cursor: pointer !important;
}

.hoverPointerClass {
    cursor: pointer !important;
}

.center {
    text-align: center;
}

.NoBackground {
    background-color: #fff;
}

h2 {
    line-height: 1.5 !important;
}

th.center.sorting_disabled {
    padding: 1px !important;
}

.frm_set {
    margin-bottom: 8px !important;
}

.input-group {
    margin-bottom: 0px !important;
}

.m-t-12 {
    margin-top: 12px;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

p-0 {
    padding: 0px !important;
}

/*.col-separator {


    font-size: 26px;
}*/

.degree {
    width: 87% !important;
    float: left !important;
    border: 0 !important;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075) !important;
    text-align: right;
}

span.coords-indicator {
    font-size: 24px;
    top: -3px;
    position: absolute;
}

.new_bor {
    border: 1px solid #ccc;
    padding: 0;
    width: 99%;
    margin: -1px;
}

.dropzone {
    min-height: 111px !important;
    border: 1px solid #e5e5e5;
}

.dz-error-message {
    display: none !important;
}

.dz-error-mark {
    display: none !important;
}

.dataTables_filter {
    width: 41% !important;
    float: right;
    text-align: right !important;
    margin-right: 10px;
}

.p_l_0 {
    padding-left: 0 !important;
}

.p_r_0 {
    padding-right: 0 !important;
}



.ui-autocomplete {
    padding: 6px !important;
    width: 250px !important;
    background-color: #e5e5e5 !important;
    border: 1px solid #ccc !important;
    height: auto !important;
    overflow-y: scroll !important;
    max-height: 300px !important;
}

    .ui-autocomplete > li {
        background-color: #ddd !important;
        padding: 6 !important;
        margin: 0 !important;
        list-style: none !important;
        font-size: 14px;
    }

.ui-helper-hidden-accessible {
    display: none;
}

.nav-md > .container > .main_container > .menu_fixed > .scroll-view > .navbar > .set_logo {
    display: none !important;
}

.set_logo {
    font-size: 21px;
    color: #fff;
    background: #09a080;
    font-weight: bold;
    padding: 8px 0px 12px 0px;
    margin: -55px -3px 0px 0px;
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

/*loader css*/
.fix_box {
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.66);
    top: 0;
    border: 0;
    right: 0;
    left: 0;
    display: none;
}

.loader {
    width: 4%;
    height: auto;
    position: fixed;
    top: 50%;
    /* bottom: 0; */
    right: 0;
    left: 0;
    margin: auto;
    z-index: 150;
    text-align: center;
    display: none;
}
/*legend loader css*/


.border_style {
    margin-bottom: 0px !important;
    border-bottom: 0px solid #E6E9ED !important;
    padding-bottom: 0 !important;
    background: #5a636d !important;
}

.boder_st_in {
    /*background: rgba(234, 234, 234, 0.64) !important;*/
    background: #daf0c1 !important;
}

.padding_0 {
    padding: 0px !important;
}

.x_title > h2 {
    line-height: 1.5 !important;
}

.m_b_0 {
    margin-bottom: 0px !important;
}

.center_div {
    position: absolute;
    right: 19%;
    width: 48% !important;
}

.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    font-size: 15px;
    /* color: #000; */
    /*  font-size: 18px;
    font-weight: 400;*/
    font-size: 15px;
    font-weight: bold;
}

.btn_group {
    padding: 5px 0px 0px 0px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0px solid #e5e5e5;
}

.timeline .tags {
    position: absolute;
    top: 5px !important;
    left: 0;
    width: 138px !important;
}

.timeline .block {
    margin: 0px 0 0 155px !important;
}


.tile_count {
    margin-bottom: 1px !important;
    margin-top: 1px !important;
}

.count {
    text-align: center !important;
}


.tile_stats_count {
    margin-bottom: 0px !important;
    border-bottom: 0 !important;
    padding-bottom: 0px !important;
}

#load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url("https://www.creditmutuel.fr/cmne/fr/banques/webservices/nswr/images/loading.gif") no-repeat center center rgba(0,0,0,0.25);
}

footer {
    display: none;
}

minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff !important;
}

.nav-md > .container > .main_container > .menu_fixed > .mCustomScrollBox > .mCSB_container > .scroll-view > .navbar > .set_logo {
    display: none !important;
}

.complaint_head {
    background-color: #1abb9c;
    padding: 3px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    float: left;
    width: 100%;
}

.complaint_box {
    float: left;
    width: 100%;
    padding: 5px;
}

.font_size_16 {
    font-size: 16px;
}

h3.h3_set {
    margin-bottom: 0;
}

.table > thead:first-child > tr:first-child > th {
    border-top: 0;
    background-color: rgba(9, 160, 128, 0.69);
    color: #fff;
}

.call_inset {
    margin: 4px 0px 1px 6px !important;
    float: left !important;
    display: block !important;
    line-height: 24px !important;
    color: #000 !important;
    font-size: 15px !important;
}

h2.title a {
    color: #000 !important;
    font-size: 14px;
}
/*menu scroll*/
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: #f9f9f9 !important;
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}


.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 8px !important;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    border-radius: 5px !important;
    text-align: center;
}

.nav-sm .container.body .col-md-3.left_col {
    min-height: 100%;
    width: 67px !important;
}

.nav-md .container.body .col-md-3.left_col {
    min-height: 100%;
    width: 226px !important;
}

.navbar-brand, .navbar-nav > li > a {
    font-weight: 500;
    line-height: 19px !important;
}

.user-profile > p {
    text-transform: uppercase;
    margin: 0 0 0px !important;
    display: inline-block;
}

.main_menu_side {
    padding: 0;
    margin-top: 63px!important;
}

.panel_toolbox > li {
    float: right!important;
}


.child_menu
{
    display: block;
    overflow: auto;
    max-height: 235px;
    }

.child_menu::-webkit-scrollbar {
    width: 8px;
}
 
.child_menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.child_menu::-webkit-scrollbar-thumb {
  background-color: #09a080;
  outline: 1px solid slategrey;
}
.spn_br
{
    width: 100%;
    float: left;
    line-height: 2px;
}

.reg_head {
    border-right: 6px solid #26b99a;
    background-color: #e0dedeeb;
    padding: 7px 4px 9px 4px;
    border-bottom: 1px solid #b9b6b6;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}

.p-0 {
padding:0px!important;
}

.reg_panel {
    border: 1px solid #d0d1d2!important;
        margin-top: -8px!important;
            padding-left: 0px!important;
    padding-right: 0px!important;
}

.p-t-0 {
padding-top:0px!important;
}

.p-b-0 {
padding-top:0px!important;
}

.reg_title {
    border-right: 6px solid #26b99a;
    background-color: #e0dedeeb;
    padding: 3px 4px 3px 4px;
    border-bottom: 1px solid #b9b6b6;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}