.has-feedback input{
    border-radius: 3px !important;
}
h1{
    font-weight: 600;
}
.content-wrapper, .right-side{
    background: #F9F9F9;
}
.skin-black .wrapper, .skin-black .main-sidebar, .skin-black .left-side{
    background: #011167;
    background-size: 100% 100vh;
    background-attachment: fixed;
}

.skin-black .sidebar-menu>li>.treeview-menu {
    background: #011167;
    background-size: 100% 100vh;
    background-attachment: fixed;

}
.skin-black .main-header>.navbar {
    background: #011167;
    /* background-image: linear-gradient(#ffffff, #f5f5f5); */
    color: #ffffff;
}
.skin-black .main-header>.navbar .navbar-custom-menu .navbar-nav>li>a, .skin-black .main-header>.navbar .navbar-right>li>a {
    border-left: none;
    border-right-width: 0;
}

.skin-black .main-header>.navbar>.sidebar-toggle {
    color: #ffffff;
    border-right: none;
}
.skin-black .main-header>.navbar .nav>li>a {
    color: #ffffff;
}
.navbar-nav>li>a {
    padding-top: 20PX;
    padding-bottom: 20px;
}
.skin-black .sidebar-menu>li>.treeview-menu {
    margin: 0 1px;
    background: #193963;
}
.skin-black .treeview-menu>li.active>a, .skin-black .treeview-menu>li>a:hover {
    color: #AE76B5;
}
.skin-black .sidebar-menu>li:hover>a, .skin-black .sidebar-menu>li.active>a {
    color: #AE76B5;
    border-left-color: #AE76B5;
    background: #f2f3fe;
}
.navbar-nav>li>a:hover {
    padding-top: 20PX;
    padding-bottom: 20px;
    color: #AE76B5;
    border-left-color: #AE76B5;
    background: #f2f3fe;
}
.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    font-weight: 500;
    margin-left: 5PX;
}
.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 19px 15px;
    font-family: fontAwesome;
}

/*Page workflow*/
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #ffffff ;
    border-color: #428bca;
}



.box{

    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eff0f2;
    border-radius: 10px;

}

.fixed .content-wrapper, .fixed .right-side {

}

.padding-external {
    padding: 90px 50px;
}

.color-default{
    color: #839095;
}
.color-primary{
    color: #6d92b4;
}
.color-success{
    color: #2da87d;
}
.color-info{
    color: #448bba;
}
.color-warning{
    color: #f1c486;
}
.color-danger{
    color: #ea4f54;
}

/* Bouton sans label aligné sur input */
.form-group-button {padding-top: 25px;}

/*Boutons*/
.btn-default{
    border-radius: 2px !important;
    border: none !important;
    background: #839095 !important;
    color: #fff !important;
    font-size: 15px !important;
    /*padding: 5px 15px 5px 15px !important;*/
}
.btn-default:hover{
    background: #687478 !important;
}

.btn-primary{
    border-radius: 2px !important;
    border: none !important;
    background: #6d92b4 !important;
    color: #fff !important;
    font-size: 15px !important;
    /*padding: 5px 15px 5px 15px !important;*/
}
.btn-primary:hover{
    background: #5a7c9b !important;
}

.btn-success{
    border-radius: 2px !important;
    border: none !important;
    background: #2da87d !important;
    color: #fff !important;
    font-size: 15px !important;
    /*padding: 5px 15px 5px 15px !important;*/
}
.btn-success:hover{
    background: #258e69 !important;
}

.btn-info{
    border-radius: 2px !important;
    border: none !important;
    background: #448bba !important;
    color: #fff !important;
    font-size: 15px !important;
    /*padding: 5px 15px 5px 15px !important;*/
}
.btn-info:hover{
    background: #3a79a2 !important;
}

.btn-warning{
    border-radius: 2px !important;
    border: none !important;
    background: #f1c486 !important;
    color: #fff !important;
    font-size: 15px !important;
    /*padding: 5px 15px 5px 15px !important;*/
}
.btn-warning:hover{
    background: #c19559 !important;
}

.btn-danger{
    border-radius: 2px !important;
    border: none !important;
    background: #ea4f54 !important;
    color: #fff !important;
    font-size: 15px !important;
    /*padding: 5px 15px 5px 15px !important;*/
}
.btn-danger:hover{
    background: #c43d41 !important;
}

/*Alerts*/
/*.alert-default{
  background: #839095 !important;
  color: #fff !important;

}

.alert-primary{
  background: #6d92b4 !important;
  color: #fff !important;

}

.alert-success{
  background: #2da87d !important;
  color: #fff !important;

}

.alert-info{
  background: #448bba !important;
  color: #fff !important;

}

.alert-warning{
  background: #f1c486 !important;
  color: #fff !important;

}

.alert-danger{
  background: #ea4f54 !important;
  color: #fff !important;

}*/

/*.bor-rad-20{
  border-radius: 20px;
}*/


.pad-form-client{
    padding: 3% 8%;
}


.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-40{
    margin-top: 40px;
}


.mt-80{
    margin-top: 80px;
}

body{
    background: #f7f8fa;
    font-family: 'Source Sans Pro', sans-serif;
    color: #4E5155;
    overflow-x: hidden;
    font-size: 16px;
}
h3 {
    font-weight: 200;
    font-size: 26px;
}

.box-header{
    text-align: center;
    margin: 0 -8px;
}
.box-footer{

}
.box hr{
    margin: 8px -8px;
}
::placeholder {
    font-size: 15px;
    font-weight: 200;
    color: grey;

}
input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}
.hint {
    font-style: italic;
    font-weight: 100;
    margin-bottom: 5px;
}
.ellipse {
    height: 1.25em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-error {
    color: #dc3545;
}

.input-group-addon{
    border: none;
}

input[type=text], input[type=tel], input[type=number], input[type=mail] {width: 100%;}


.radio{
    font-weight: 200;
}

.ml-50{
    margin-left: 50px !important;
}

.btn-perso{
    border-radius: 20px;
    border: none;
    background: #6d92b4;
    color: #fff;
    font-size: 15px;
    padding: 5px 25px 5px 25px;
}


.btn-perso:hover{

    background: #456989;
    color: #fff;

}



/*Footer*/
.main-footer-external {
    background: #fff;
    padding: 15px;
    color:#444;
    border-top: 1px solid #d2d6de;
}


/*Form Select*/


select {
    background: transparent;
    padding: 10px 10px 12px 0;
    font-size: 17px;
    border:none;
    border-bottom: 1px solid #d3d3d3;
    font-family: inherit;
    width: 100%;
    color: grey;
}

/* Remove focus */
select:focus {
    outline: none
}


.mdl-selectfield {
    position: relative;
    &:after {
        position: absolute;
        top: 0.75em;
        right: 0.5em;
        /* Styling the down arrow */
        width: 0;
        height: 0;
        padding: 0;
        content: '';
        border-left: .25em solid transparent;
        border-right: .25em solid transparent;
        border-top: .375em solid black;
        pointer-events: none;
    }
}




/*  .....  old style ghis  .....  */


/* Style the input fields */


/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

/* Make circles that indicate the steps of the form: */


/* Mark the active step: */
.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #4CAF50;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius:4px;
    height: 34px;
}
#ui_notifIt{
    position: fixed;
    top: 60px;
    right: 10px;
    cursor: pointer;
    overflow: hidden;
    z-index: 9999;
    border-radius: 3px;
}
#ui_notifIt p{
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

/* Color setup */
/* Configure this if you want */
.success{
    background-color: yellowgreen;
    color: white;
}
.error{
    background-color: orangered;
    color: white;
}
.warning{
    background-color: orange;
    color: white;
}
.info{
    background-color: deepskyblue;
    color: white;
}
.default{
    background-color: #EEE;
    color: #444;
}
.wizard {
    margin: 20px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin-top: -25px;
    margin-bottom: 25px;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}


.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    /*cursor: default;*/
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    line-height: 35px;
    display: inline-block;
    width: 100%;
    border-bottom: 4px solid #d3d3d3;
    z-index: 2;
    position: absolute;
    text-align: center;
}

.wizard li.active span.round-tab {
    background: #fff;
    border-bottom: 4px solid #6d92b4;
    color: #6d92b4;
    font-weight: 700;

}

span.round-tab:hover {
    color: #333;
    border-bottom: 4px solid #6d92b4;

}

.wizard .nav-tabs > li {
    width: 14.2857142857%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: none;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

/*
.wizard .nav-tabs > li a {
  width: 170px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}*/

.wizard .nav-tabs > li a:hover {
    background: transparent;
    border: none;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 10px;
}

.wizard h3 {
    margin-top: 0;
}



.wizard .nav-tabs{
    border: none;
}



/* CUSTOM ADMINLTE V2*/
.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #4e5e6a;
}

/* CUSTOM CLASS TEXT */
.text-large {
    font-size: 150% !important;
}
.text-danger {
    color: rgba(217,83,79,0.9) !important;
}
.text-success{
    color: rgba(2,188,119,0.9) !important;
}



/* AUTO COMPLETE */
.cp_autocomplete{
    position: absolute;
    right: 0;
    left: 0;
    z-index: 100;
    padding-left: 0;
    overflow-y: auto;
    list-style-type: none;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    cursor:pointer;
    width:320px;
}

/*custom search sidebar*/
.skin-black .sidebar-form {
    border-radius: 3px;
    border: none;
    margin: 10px 10px;
}

/*pdf viewer*/

#pdfViewer{
    height: 70vh;
}

.no-min-height{
    min-height: 0;
}

/*.h-70vh{
  height: 70vh;
}*/

.test {
    min-height: 93vh;
}
/*Update with logo*/
.main-header .logo .logo-lg {
    display: block;
    padding: 5px;
}
.main-header > .navbar {
    -webkit-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    border: none;
    min-height: 60px;
    border-radius: 0;
}
.main-sidebar, .left-side {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 60px;
    min-height: 100%;
    width: 230px;
    z-index: 810;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
.fixed .content-wrapper, .fixed .right-side {
    padding-top: 60px;
}
.main-header .logo {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    display: block;
    float: left;
    height: 60px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 230px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
}
/*RANGE SLIDER*/
input[type='range'] {
    width: 95%;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
}
input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: none;
}
input[type='range']::-webkit-slider-runnable-track {
    width: 90%;
    height: 1px;
    background: #003D7C;
}

input[type='range']:nth-child(2)::-webkit-slider-runnable-track{
    background: none;
}

input[type='range']::-webkit-slider-thumb {
    position: relative;
    height: 15px;
    width: 15px;
    margin-top: -7px;
    background: #fff;
    border: 1px solid #003D7C;
    border-radius: 25px;
    z-index: 1;
}


input[type='range']:nth-child(1)::-webkit-slider-thumb{
    z-index: 2;
}

.rangeslider{
    height: 60px;
    width: 95%;
    display: inline-block;
    margin-top: -5px;
    margin-left: 20px;
}
.rangeslider input{
    position: absolute;
}
.rangeslider{

}

.rangeslider span{
    position: absolute;
    margin-top: 30px;
    left: 0;
}

.rangeslider .right{
    position: relative;
    float: right;
    margin-right: -5px;
}

.txt_btn_client{
    display: flex;
    justify-content: center;
    align-items: center;
    height:90px;
    text-transform: uppercase;
    border-radius: 15px;
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #3a79a2 !important;
}
.pointer{
    cursor:pointer;
}


.pac-logo:after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 18px;
    box-sizing: border-box;
    text-align: right;
    display: block;
    background-image: none;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 120px 14px;
}
.pa{
    position: absolute;
    top:60px;
    left:60px;
    width: 300px;
}

.setRelationClient{
    cursor: pointer;
}
.attachThisContrat,.addidtobiblio{
    cursor: pointer;
}




.skin-black .sidebar-menu>li:hover>a, .skin-black .sidebar-menu>li.active>a {
    color: #57c1d0;
    border-left-color: #57c1d0;
    background: #fff;
}

.skin-black .sidebar-form input[type="text"], .skin-black .sidebar-form .btn {
    background: white; 
}

.skin-black .sidebar a {
    color: #ffffff;
}

.skin-black .treeview-menu>li>a {
    color: #ffffff;
}

.skin-black .treeview-menu>li:hover>a {
    color: #AE76B5;
}

.nav-header{
    padding: 12px 25px!important;
    letter-spacing: .08em;
    pointer-events: none;
    cursor: default;
    font-size: 10px;
    text-transform: uppercase;
    color: #7b8190;
    font-weight: 600;
    opacity: .6;
}
a.ab {
    color :#2e71e0!important;
}

@media (max-width: 767px)
.skin-black .main-header>.logo {
    background-color: #fff; 
    color: #fff;
    border-bottom: 0 solid transparent;
    border-right: none;
}

#chat_message_area
{
    width: 100%;
    height: auto;
    min-height: 80px;
    overflow: auto;
    padding:6px 24px 6px 12px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.notification_circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #FF0000;
    text-align: center;
    color:#fff;
    padding:3px 6px;
}
.online
{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #5cb85c;
    text-align: center;
    color:#fff;
    padding:3px 6px;
}
.offline
{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ccc;
    text-align: center;
    color:#fff;
    padding:3px 6px;
}

.btn-sm, .btn-group-sm>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-sm .fa-icon {
    font-size: 16px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 320px;
    min-width: 320px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

.ge-canvas.ge-editing .column {
    background-color: #ffffff;
    border: 1px solid #2FA4E7;
    padding: 0 5px 5px;
}

#myGrid{
    border: 1px solid #000000;
    box-shadow: black;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    PADDING: 10px;
    margin-bottom: 50px;
}

.chart-container{
    position: relative;
    margin: auto;
    height: 320PX;
}

.bg-off-white {
    background: #f2f4f6;
}
.bg-white {
    background: #fff !important;
}
.clickable {
    cursor: pointer;
}
.p15{
    padding: 15px;
}
.widget-row {
    margin-bottom: 15px;
    padding: 15px;
    display: flex;
}
.row-controller .move {
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}
.row-controller .delete {
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    color: #d9534f;
}
.grid-bg{
    background: #f2f4f6;
    transition: .5s all;
}
.column-grid-link:hover .grid-bg{
    background: #1ccacc;
    color: #fff;
}
.add-column-drop {
    border: 1px dashed #e2e4e8;
}
.row-controller {
    flex: 2;
    position: relative;
}
.icon-16{
    width: 16px;
    height: 16px;
}
.float-start {
    float: left!important;
}
.row-container {
    flex: 100;
}
.widget {
    border: 1px solid #f2f4f6;
    /* height: 46px; */
    /* line-height: 42px; */
    padding: 20px;
    cursor: move;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    height: 16px;
    width: 20px;
    display: inline;
    margin-right: 4px
}

.search-modal{
    padding: 8px 20px;
}
.bootstrap-table .fixed-table-toolbar .columns-right {
    margin-left: 31px;
}
fieldset {
    padding: 15px 30px 15px;
    border-radius: 6px;
}
fieldset legend {
    display: inline-block;
    width: auto;
    padding: 0 0.5em;
    font-size: 15px;
    margin-bottom: 0;
    color: #c0c0c0;
}

/** Form Standard */
form.formStd fieldset {
    padding: 15px 15px 15px;
    margin: 0 .5em 1em;
}
form.formStd fieldset legend {font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.btn i.fa, form.formStd fieldset legend i.fa, h4.formTitle i.fa {margin-right: 5px;}

form.formStd input[type="checkbox"], form.formStd input[type="radio"] {vertical-align: -3px; box-shadow: none;}
form.formStd input[type="checkbox"] + label, form.formStd input[type="radio"] + label {cursor: pointer;
    display: inline;}
form.formStd textarea {width: 100%;
    display: block;
    border-color: #d2d6de;
    border-radius: 3px;
    padding: 4px;}

h4.formTitle {color: #c0c0c0;
    font-weight: bold;
    margin-left: 1.25em;
    text-transform: uppercase;
}
.notif-inside {margin-top : 1em;
    margin-bottom: 1em;
    padding: 6px 8px;
    display: none;
}
.p_relative {position: relative;}

.datepicker table tr td.disabled, .datepicker table tr td span.disabled {color: #ccc;}
.datepicker table tr td.disabled:hover, .datepicker table tr td span.disabled:hover {cursor: not-allowed;}
.datepicker th.prev:not(.disabled), .datepicker th.next:not(.disabled), .datepicker th.datepicker-switch {border: 1px solid #e0e0e0;}
    
.addItem {margin: 0.5em 0;}
.modeleItem {position: relative;}
.deleteItem {position: absolute;
    right: 1em;
    top: 1.5em;}

.fa-icon + span {padding-left: 6px;}  /*Inséré par fa()*/

.viewDl dl{margin-bottom: 4px;}
.viewDl dt{display: inline-block; vertical-align: top;}
.viewDl dt:after {content: " :";}
.viewDl dd{display: inline-block; padding-left: 6px;}
.viewDl dd ul, .viewDl td ul {list-style-position: inside; padding-left: 1em;}
.viewDl .dl-pre dd {display: block; padding-left: 0; white-space: pre-line;}
.viewDl h4.underlined {border-bottom: 1px solid #ddd; padding-bottom: 5px; margin-bottom: 5px;}

.pac-container {z-index: 1050;} /*Google Maps AutoComplete visible sur modal */

/** NEW PANEL RIGHT */

#slidePanelRight {

    width: 600px;
    padding: 10px;
    background: white;
    margin-left: 100%;
    position: absolute;
    top: 66px;
    right: -600px;
    box-shadow: -4px 4px 17px rgb(0 0 0 / 38%);
    border-radius: 10px 0px 0px 10px;
    z-index:9999;
    overflow-y: scroll;
}

/** PAGE ASSURANCE AUTO */
.d-none {display: none;}

.div_sinistre {
    position: relative;
}
.delete-sinistre {
    position: absolute;
    right: 1em;
    top: 1.5em;
}

/** format number dropdown **/
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

/** dropdown list contrats **/
.dropbtn {

}

.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

#myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}



.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 300px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
    height: 250px;
    
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/*.dropdown a:hover {background-color: #ddd;}*/

.show {display: block;}

/*
    ---------------------------
    KANBAN BOARD STYLES
    ---------------------------
*/

.cd_kanban_board{width: 100%; height:auto; display: block; clear: both; overflow-x: auto;}
.cd_kanban_board > .cd_kanban_board_titles{margin:0px; padding:0px; display: flex; clear: both;}
.cd_kanban_board > .cd_kanban_board_titles:after{content: ''; display: block; clear: both;}
.cd_kanban_board > .cd_kanban_board_titles .cd_kanban_board_title{margin:0 10px 0 0; padding: 1rem; color: #333333; font-weight: bold; position: relative; flex: 1;}
.cd_kanban_board > .cd_kanban_board_titles .cd_kanban_board_title:before{width: 80%; height: 100%; display: block; clear: both; position: absolute; top:0px; left:0px; content: "";}
.cd_kanban_board > .cd_kanban_board_titles .cd_kanban_board_title p{position: relative; z-index: 10; margin: 0px;}
.cd_kanban_board > .cd_kanban_board_titles .cd_kanban_board_title:last-child{margin: 0px;}
.cd_kanban_board > .cd_kanban_board_blocks{margin:0px; padding:0px; display: flex; clear: both;}
.cd_kanban_board > .cd_kanban_board_blocks:after{content: ''; display: block; clear: both;}
.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block{ margin:10px 10px 10px 0; padding: 1rem; flex: 1; heigh:500px;   background-image: linear-gradient(#ffffff, #f5f5f5); overflow-y: scroll;}
.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block:last-child{margin: 10px 0 0;}
.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block_item_title {display: block;}
.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block_item_title img {float: left;}
.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block .cd_kanban_board_block_item.ui-sortable-helper{transform: rotate(-1deg); }
.cd_kanban_board_block_item_placeholder{width: 100%; height: 60px; margin: 0 0 10px; display: block; clear: both; border: 1px dashed #000;}

/*
    Steps for form
*/
.stepsDots {text-align: center; margin: 1em 0;}
.stepsDot {background-color: #e6f5ef; height: 18px; width: 18px; display: inline-block; border-radius: 50%; cursor: pointer;}
.stepsDot.active {background-color: #51d28c;}
.stepsDot.disabled {background-color: #ccc; cursor: not-allowed;}
.stepsDots .stepsDot:not(:last-child) {margin-right: .75em;}
form.steps .stepsTab:not(.active) {display: none;}
.stepsDivButton {text-align: center; margin: 0 0 1em;}
.stepsAlert {display: none;}
.stepsAlert span {color: white; padding: 4px 1em; border-radius: 4px;}
.stepsDivButton .btn:not(:last-child) {margin-right: 0.5em;}
.stepsDivButton .btn .fa-icon {margin: 0 0.25em;}
.stepsDivButton .stepsLastButton, .stepsDivButton .stepsSubmit {display: none;}

.list-group {list-style-position: inside;}
.bold {font-weight: bold;}
ul.p-0 {padding: 0; list-style-position: inside;}
.btn-lg {margin: 0 1px 3px 0;}
.label {display: inline-block; line-height: 1.25em;}
.table-responsive {overflow-x: auto;}
.actionsMore + .dropdown-backdrop {display: none;}

#phoneHangup {display: none; padding: 12px 14px 10px 14px; right: 30px; bottom: 85px; border: none; position: fixed; z-index: 2147483000; border-radius: 50%; color: #fff; background-color: red; cursor: pointer;}
#phoneHangup i {font-size: 24px;}

.flex-row {display: flex; flex-wrap: wrap;}
.flex-row > div {flex: 1;}
.flex-row > div:not(:last-child) {margin-right: 2.5rem;}
.flex-row > .flex-0 {flex: 0;}
.flex-row > .flex-2 {flex: 2;}
.inline-row > div {display: inline-block;}
.inline-row > div:not(:last-child) {margin: 0 1.5rem 0.25rem 0;}

.select2colorOption {border-radius: 4px; padding: 2px 4px; color: white; text-align: center;}
li .select2colorOption {margin: -5px; }
.select2 .selection .select2colorOption {margin: 0px 12px 0 -8px; font-weight: bold;}

.divHelp {display: none;}
.w-100 {width: 100%;}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {color: #555; text-decoration: none; background-color: #f5f5f5;}
.datepicker-dropdown.datepicker-orient-top:before, .datepicker-dropdown.datepicker-orient-top:after {height: 0;}

.text-left {text-align: left !important;}

.zoomContainer {float: right; margin: 2em 0 1em;}
#docContent {overflow: auto; max-height: calc(100vh - 300px); text-align: center;}
/* GED pagination */
.paginationStd {text-align: center; display: inline-block; padding: 0;}
.paginationStd li {display: inline;}
.paginationStd a, .paginationStd input {margin-left: -1px; color: #4E5155; text-decoration: none; background-color: #fff; border: 1px solid #ddd;}
.paginationStd a {padding: 2px 8px 3px; font-size: 20px;}
.paginationStd li:first-child a {border-radius: 4px 0 0 4px;}
.paginationStd li:last-child a {border-radius: 0 4px 4px 0; margin-left: 1px; border-left: none;}
.paginationStd a.disabled {background-color: #eee; cursor: not-allowed;}

.paginationStd input {width: 50px; display: inline-block; padding: 6px; height: 32px; border-radius: 0; box-shadow: none; vertical-align: 2px; margin-right: -3px; text-align: center;}
.white {color: white}

.nav-tabs-inline {overflow-y: hidden; overflow-x: auto; height: 65px; white-space: nowrap;}
.nav-tabs-inline > li {display: inline-block; float: none;}

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

.font-light {
  font-weight: lighter;
}

/* DataTables with selectable rows */
table.dataTable .sorting_disabled.sorting_asc input {
  margin: 0;
}

table.dataTable .sorting_disabled.sorting_asc {
  cursor: default !important;
}

table.dataTable .sorting_disabled.sorting_asc::after {
  content: '';
}

table.dataTable tr.selected {
  background-color: #bee6ff;
}

.table-selection-box {
  display: none;
  background-color: #eee;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.table-selection-box .table-selection-all {
  display: none;
}

.table-actions {
  display: flex;
  padding: 1rem 0;
  gap: 8px;
}

.sidebar-menu a.active i.fa {
  color: #011167 !important;
}

.sidebar-menu a:hover i.fa {
  color: #011167 !important;
}

.sidebar-menu li.treeview.active i.fa {
  color: #011167 !important;
}

.sidebar-menu a.active i.fa {
  color: #011167 !important;
}

.sidebar-menu a:hover i.fa {
  color: #011167 !important;
}

.sidebar-menu a:focus {
  text-decoration: none;
}