/**
 ** Consoneo Main css
 */
.mt-0 {
    margin-top: 0;
}
.mt-5{
    margin-top: 5px;
}

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

.mr-10{
    margin-right: 10px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-30 {
    margin-right: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

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

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

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

.ml-80{
    margin-left: 80px;
}

.no-mb{
    margin-bottom: 0;
}

.mtb-5{
    margin: 5px 0;
}

.mtb-10{
    margin: 10px 0;
}

.mtb-20{
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb-30{
    margin-top: 30px;
    margin-bottom: 30px;
}


.mtb-80{
    margin-top: 80px;
    margin-bottom: 80px;
}

.mtb-50{
    margin-top: 50px;
    margin-bottom: 50px;
}

.mtb-120{
    margin: 120px 0;
}

.m-0 {
    margin: 0;
}

.m-20 {
    margin: 20px;
}

.m-30 {
    margin: 30px;
}

.no-pad{
    padding: 0 !important;
}

.pad-rl{
    padding: 0 20px;
}


.w-15{
    width: 15%;
}

.w-20{
    width: 20%;
}

.w-90px {
    width: 90px;
}

.pad-b-50{
    padding-bottom: 50px;
}

.no-margin {
    margin: 0 !important;
}

.padtb-10 {
    padding: 10px 0;
}

.padtb-30 {
    padding: 30px 0;
}

.padtb-50 {
    padding: 50px 0;
}

.padtb-18 {
    padding: 18px 0;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-120 {
    padding-left: 120px;
}

.p-12 {
    padding: 12px;
}

.p-20 {
    padding: 20px;
}

.pt-30 {
    padding-top: 30px !important;
}

.w-25{
    width: 25%;
}

.w-50{
    width: 50%;
}

.w-75{
    width: 75%;
}

.w-100{
    width: 100%;
}

.border-radius-4 {
    border-radius: 4px !important;
}

.border-radius-6 {
    border-radius: 6px !important;
}

.align-initial {
    vertical-align: initial!important;
}

.flexContainer{
    display: flex;
}

.d-block {
    display: block;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }



.grey{
    color: grey;
}
.blue{
    color: #29488D;
}
.red {
    color: #ff4141;
}
.orange {
    color: #eb9316;
}
.white {
    color: white !important;
}

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

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

.fs-12{
    font-size: 12px !important;
}
.fs-13{
    font-size: 13px !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-18{
    font-size: 18px !important;
}
.fs-20{
    font-size: 20px !important;
}
.fs-22{
    font-size: 22px !important;
}
.fs-24{
    font-size: 24px !important;
}
.fs-26{
    font-size: 26px !important;
}

.box-btn-container {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 0;
}

.box-btn-container div {
    margin-bottom: 10px;
}


.box-btn-container .btn-default{
    width: 160px;
    height: 38px;
    line-height: 35px;
}

.btn-box-xl .btn-default {
    width : 329px;
}

.btn-box-md .btn-default {
    width : 250px;
}

.box-btn-container .btn-default i {
    margin-left: 10px;
}

.btn-box-danger {
    float: right;
}
.btn{
    white-space: initial;
}

.btn-success.btn-success-modal {
    height: 35px;
    line-height: 21px;
    font-weight: normal;
    font-size: medium;
}

.btn-grey{
    color:dimgrey;
    border-radius:3px;
    font-size:12px;
    padding: 2px 5px;
    background-image:linear-gradient(to bottom,#F4F4F4 0,#EAEAEA 100%);
    border : 1px solid #c5c5c5;
}

.see-necessary-doc-box {
    margin-top: 20px;
}

.see-necessary-doc-box p  {
    font-size: 11px;
    font-weight:bold;
}

.town-selected {
    padding-left: 12px;
    font-size: 12px;
    color:#555;
}

.town-selected:hover {
    background-color: #2790FF;
    color: #FFF;
    cursor: pointer;
}

.lazy-selector-town-container {
    border: #7B9CD3 1px solid;
    background-color: white;
    display: none;
    position: absolute;
    max-height: 250px;
    overflow-x: auto;
    overflow-y: auto;
    box-shadow: 4px 8px 26px rgba(0,0,0,0.2);
    z-index: 99999;
}

/******** Custum blue-light-table *******/
.blue-light-table thead {
    background-color: #6eacf8;
    color: white;
}

.blue-light-table.table-bordered {
    border-color: white;
}

.blue-light-table tbody>tr:nth-child(odd)>td,
.blue-light-table tbody>tr:nth-child(odd)>th {
    background-color: #f2f4f9;
}

.blue-light-table.table th, .blue-light-table.table td {
    vertical-align: middle;
    border-color: white;
}

.blue-light-table.table td {
    background-color: white;
}

.blue-light-table td, .blue-light-table th{
    text-align: center !important;
}

/** Input custum ligth_checkbox **/
.ligth_checkbox input{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 15px;
    transition: all 0.15s ease-out 0s;
    background: white;
    border: 1px solid #0c7bff;
    border-radius: 3px;
    color: #0c7bff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    z-index: 1000;
}

.ligth_checkbox label > input[type="checkbox"]:focus {
    outline: none;
}

.ligth_checkbox label {
    line-height: 35px;
    height: 20px;
}

.ligth_checkbox input:hover {
    background: #ede9ee;
}

.ligth_checkbox input {
    outline: none !important;
}

.ligth_checkbox input:checked::before {
    height: 15px;
    width: 15px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 15px;
    text-align: right;
    line-height: 15px;
}
.ligth_checkbox input:checked::after {
    background: #0c7bff;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}
.filter-document-list-box > input, select{
    margin-bottom: 0;
}
.selectbox-document-type {
    width: 240px;
}

.modal-light-gray > .modal-light-gray_body {
    background-color: #fcfcfc;
    margin-bottom: 15px;
    padding: 15px;
}

.modal-light-gray > .modal-light-gray_footer {
    text-align: right;
    background-color: #f3f3f3;
    height: 50px;
    margin-top: 20px;
    border-radius: 5px;
    padding-top: 20px;
}

.modal-light-gray .modal-light-gray_footer > button {
    width: 150px;
    margin-left: 15px;
    margin-right: 15px;
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .d-flex, .d-xs-flex, .d-sm-flex, .d-md-flex, .d-lg-flex{ display: flex; }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .d-flex{ display: initial; }
    .d-xs-flex, .d-sm-flex, .d-md-flex, .d-lg-flex{ display: flex; }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }

    .d-sm-flex, .d-md-flex, .d-lg-flex{ display: flex; }
    .d-flex, .d-xs-flex{ display: initial; }


    .nine-cols .col-md-1 {
        width: 100%;
        *width: 100%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }

    .d-md-flex, .d-lg-flex{ display: flex; }
    .d-flex, .d-xs-flex, .d-sm-flex{ display: initial; }

    .nine-cols .col-md-1,
    .nine-cols .col-sm-1,
    .nine-cols .col-lg-1 {
        width: 11.1111111111%;
        *width: 11.1111111111%;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }

    .d-lg-flex{ display: flex; }
    .d-flex, .d-xs-flex, .d-sm-flex, .d-md-flex{ display: initial; }

    .nine-cols .col-md-1,
    .nine-cols .col-sm-1,
    .nine-cols .col-lg-1 {
        width: 11.1111111111%;
        *width: 11.1111111111%;
    }
}



/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

[popover] {
    display: initial;
    position: initial;
    margin: initial;
    border: initial;
    background: initial;
    padding: initial;
    width: initial;
    height: initial;
    overflow: initial;
    inset: initial;
    color: initial;
}