body, .page-wrapper {
    background-color: #efefef;
    color: #000;
}


.font-14 [type=checkbox]+label {
    font-size: 14px;
}

.btn {
    padding: 0.4375rem 1.25rem;
    touch-action: manipulation;
    cursor: pointer;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 13px 30px -15px rgba(0,0,0,0.3);
    will-change: opacity,transform;
    /* transition: all .3s ease-out; */
    -webkit-transition: all .3s ease-out;
    font-size: 16px;
    font-weight: 700;
    /* border-radius: 0.25rem; */

    background-size: 200% auto;
    transition: all 0.5s cubic-bezier(.28,.41,.44,.88)!important;
    
    border: none!important;
    border-radius: 10em;
}

.btn i {
    margin-right: 5px;
}

.btn-info, .btn-save-info {
    color: #fff!important;
    background-color: #72bf5b!important;
    border-color: #72bf5b;
    box-shadow: 0 10px 20px -10px #72bf5b;

    background-image: linear-gradient(to right,#98d386 0%,#72bf5b 51%,#98d386 100%);
    box-shadow: 0 13px 30px -15px rgba(0,0,0,0.3);
}

.btn-info:hover,
.btn-save-info:hover{
    /* background-image: linear-gradient(to right,#1881c2 0%,#3babf0 51%,#3babf0 100%); */
    /* background: linear-gradient(to right,rgb(27,144,217),rgb(24,129,194) 100%); */
    background-position: right center;
}

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


.align-end {
    justify-content: end;
}

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

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

.align-end .card-body {
    flex: none;
}

.fg-1 {
    flex-grow: 1;
}

.px-0 {
    padding-top: 15px!important;
}

.form-material .form-control {
    /*background-image: linear-gradient(#72bf5b, #72bf5b), linear-gradient(rgba(120, 130, 140, 0.13), rgba(0,0,0,0.2));*/
    border: 1px solid #dedede;
    background-color: #eaeaea !important;
    background: #eaeaea !important;
    padding: 12px 25px;
    border-radius: 50px;
    color: #222 !important;
    font-size: 16px !important;
    font-weight: 500;
}
.form-material .form-control.focus, .form-material .form-control:focus {
    border: 1px solid #72bf5b !important;
    border-radius: 50px;
    background-color: #fff!important;
    box-shadow: 0 15px 30px -10px rgb(0 0 0 / 17%);
}
.form-material .form-control input:not([type="submit"]).empty::placeholder, .form-material .form-control textarea::placeholder, .form-material .form-control input[type="file"].empty::placeholder {
    color: #8c8c8c!important;
    font-size: 16px !important;
}

[type=checkbox]:checked+label:before {
    border-right: 2px solid #72bf5b;
    border-bottom: 2px solid #72bf5b;
}

hr {
    display: none;
}


/** Checkbox **/
[type=checkbox]+label {
    padding-left: 30px;
    font-weight: 600;
}

.custom-control.custom-checkbox {
    align-self: center;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    margin-right: 0;
    padding-left: 0;
}

.custom-checkbox .custom-control-label:after, .custom-checkbox .custom-control-label:before {
    width: 1rem;
    height: 1rem;
    top: 0.05rem;
    top: -0.1rem;
    background: #f2f2f2;
    border: 1px solid #dedede;
    width: 1.3rem;
    height: 1.3rem;
}

.custom-checkbox .custom-control-label:before {
    border-radius: 0.25rem;
}

.custom-control-label:before {
    background-color: #fff;
    border: 1px solid #adb5bd;
    box-shadow: none!important;
}

.custom-control-label:before{
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-control-label:after, .custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

.custom-control-label:before {
    pointer-events: none;
}

.custom-control-label:after {
    background: 50%/50% 50% no-repeat;
}

.custom-control-label:after {
    cursor: pointer;
}

[type=checkbox]:checked+label.custom-control-label:before {
    top: -3px;
    height: 17px;
}

/** FIX **/
.page-wrapper > .container-fluid > .row,
.page-wrapper > .container-fluid > .row > .col-12 {
    margin: 0;
    padding: 0;
    display: block;
}

/** LOGIN **/
body.login-page {
    background-color: #000;
}

.login-page #wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.login-wrap {
    padding: 0;
}

.login-box {
    width: 100%;
    height: 100vh;
    margin: 0;
    max-width: 100%;
}

.login-form h3 {
    font-size: 33px;
    font-weight: 600;
    line-height: 41px;
    margin-bottom: 13px!important;
    text-align: center;
    font-size: 37px;
    line-height: 1.2;
    margin-bottom: 7px !important;
    font-weight: 400;
}

.login-page .img-fluid {
    max-width: 600px;
    width: 100%;
}

.login-page .form-material .form-control {
    font-size: 16px;
}

.login-page .form-group {
    margin-bottom: 20px;
    position: relative;
}

.login-page .card-body {
    padding: 2.1rem;
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.box-title span {
    color: #72bf5b;
    color: #85c373;
    font-weight: 800;
    font-size: 110%;
}

.forgot-link {
    font-size: 16px;
    color: #72bf5b;
    font-weight: 600;
    /* letter-spacing: 1px; */
}


.login-page svg {
    position: absolute;
    top: 0;
    color: #72bf5b;
    fill: #34a7e048;
    top: 50%;
    -webkit-transform: translateY(-50%);transform: translateY(-50%);
    left: 25px;
}

.login-page .form-material .form-control.input-with-icon {
    padding-left: 65px;
    height: 40px;
    height: auto;
}

.notification {
    background-color: #eee;
    padding: 20px;
    max-width: 100%;
    border-radius: 12px;
    font-size: 18px;
    background: #f7f7f7;
    border: 1px solid #f0f0f0;
    padding: 20px 32px;
}
.notification p {
    text-align: center;
}

a.link-highlight {
    font-weight: 600;
    border-bottom: 1px solid #72bf5b;
}

.copyright {
    position: absolute;
    bottom: 10px;
}


/** LAYOUT INDEX **/
.user-profile {
    display: flex;
    align-items: center;
}

.user-profile .profile-img {
    width: 55px;
    height: 55px;
    background-color: #fff;
    padding: 0;
    margin: 10px 20px 10px 30px;
}

.user-profile .profile-text {
    text-align: left;
    padding-right: 10px;
}

.user-profile .profile-text h5 {
    margin-bottom: 0;
}

.user-profile .profile-text span{
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    word-break: break-all;
}

.user-profile .setpos {
    top: -38px;
    right: -5px;
}

.notify .point {
    width: 14px;
    height: 14px;
}

.sidebar-nav {
    margin-top: 20px;
}



.sidebar-nav ul {
    padding-left: 10px;
    padding-right: 10px;
}

.sidebar-nav>ul>li {
    margin-bottom: 10px;
}

.sidebar-nav ul li.nav-devider {
    background: rgb(255 255 255 / 20%);
    margin-bottom: 30px;
}

.sidebar-nav ul li a {
    padding: 15px 20px;
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 16px;
    opacity: 0.8;
    border-radius: 0.25rem;
    transition: all 0.5s cubic-bezier(.28,.41,.44,.88)!important;
    background-size: 200% auto!important;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right,#000000 0%,#000000 100%);
    
}


.sidebar-nav ul li ul {
    padding: 0;
}

.sidebar-nav ul li ul li a {
    padding: 15px 35px 15px 21px;
}

.sidebar-nav ul li.active > a, .sidebar-nav ul li a:hover {
    /* background-color: rgba(255,255,255,0.3); */
    background-color: #3babf0 ;
    background-image: -webkit-gradient(linear,left top,right top,from(#3babf0),color-stop(51%,#1881c2),to(#3babf0));
    /*background-image: linear-gradient(to right,#98d386 0%,#72bf5b 51%,#98d386 100%);*/
    color: #fff;
    opacity: 1;
}

.sidebar-nav ul li a:hover {
    background-position: right center;
}

.sidebar-nav ul li a.has-arrow:hover:after,
.sidebar-nav ul li a.has-arrow.active:after {
    border-color: #fff;
}

.sidebar-nav > ul > li.active > a i {
    color: #fff;
}


.mini-sidebar:not(.show-sidebar) .sidebar-nav ul li a:hover, .mini-sidebar:not(.show-sidebar) .sidebar-nav ul li.active > a {
    background: transparent;
    color: #72bf5b;
}

.mini-sidebar:not(.show-sidebar) .profile-text {
    display: none;
}

.mini-sidebar .user-profile .profile-img {
    width: 50px;
    height: 50px;
    padding: 0;
}

.menu-icon {
    margin-right: 20px;
}

.topbar {
    background: #FFF;
}

.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
    font-size: 20px;
}

.topbar .top-navbar {
    min-height: 60px;
    padding: 0;
}

.topbar .top-navbar .navbar-header {
    background-color: #000;
    padding-top: 5px;
    line-height: 15px;
}

.topbar h3,
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
    color: #000!important;
}

.topbar .top-navbar .navbar-nav>.nav-item>.nav-link.menu-button,
.topbar .top-navbar .nav-link.menu-button {
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: #eee;
    text-align: center;
    line-height: 46px;
    border-radius: 0.25em;
    transition: all 0.5s cubic-bezier(.28,.41,.44,.88)!important;
    background-repeat: no-repeat;
    background-size: 200% auto;
}

.topbar .top-navbar .navbar-nav>.nav-item>.nav-link.menu-button:hover,
.topbar .top-navbar .nav-link.menu-button:hover {
    background-color: #49bcf4;
    background-image: -webkit-gradient(linear,left top,right top,from(#3babf0),color-stop(51%,#1881c2),to(#3babf0));
    background-image: linear-gradient(to right,#98d386 0%,#72bf5b 51%,#98d386 100%);
    background-position: right center;
    
    
}

.topbar .top-navbar .nav-link.menu-button i {
    color: #000;
}

.topbar .top-navbar .nav-link.menu-button:hover i {
    color: #fff;
}


@-webkit-keyframes rotating  {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
      }
}

.spin {
    -webkit-animation: rotating 2s linear infinite ;
    animation: rotating 2s linear infinite ;
    display: block;
    margin-top: 12px;
}

.dropdown-parent {
    position: relative;
}

.dropdown-parent .dropdown-menu {
    right: 7px;
    left: auto;
    margin-top: 5px;
}

.topbar .dropdown-menu .dropdown-item {
    font-size: 15px;
}

.footer {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 14px;
}

.dark-style h1,
.dark-style h2,
.dark-style h3,
.dark-style h4,
.dark-style h5,
.dark-style h6 {
    color: #000;
}

/** CARD */
.card-title {
    margin-bottom: 25px;
}

h4.card-title {
    font-size: 22px;
    font-weight: 400;
    padding: 0 42px;
}

.card-body h5 {
    line-height: 26px;
    font-size: 20px;
    font-family: 'Nunito',sans-serif;
}

.card-small {
    max-width: 700px;
    border-radius: 12px!important;
}

.card-small .card-body > span {
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    /* background-color: #72bf5b; */
    background-image: -webkit-gradient(linear,left top,right top,from(#3babf0),color-stop(51%,#1881c2),to(#3babf0));
    background-image: linear-gradient(to right,#98d386 0%,#72bf5b 51%,#98d386 100%);
    background-repeat: no-repeat;
    background-size: 200% auto;
    /* transition: all 0.5s cubic-bezier(.28,.41,.44,.88)!important; */
    color: #fff;
    text-align: center;
    line-height: 60px;
    display: block;
    margin-right: 30px;
}

.card-small .card-body {
    padding: 1.2rem;
    align-items: center;
    justify-content: space-between;
}

.card-small .card-content {
    max-width: 330px;
}

.card-small .btn{
    min-width: 169px;
}

.card-small .actions {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-text{
    font-size: 14px;
    margin-top: 5px;
    text-decoration: underline;
}


/** DATATABLES **/

td.text-nowrap {
    vertical-align: middle;
}

.dtr-data .btn{
    margin-top: 5px;
    display: block;
}

.dtr-data .btn-group {
    display: block!important;;
}

.dtr-data .btn-group .btn{
    border-radius: 10em!important;
}

.table.collapsed {
    width: 100%!important;
    margin-left: 2px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    left: 0;
    color: #72bf5b;
    line-height: 20px;
    font-size: 20px;
    background-color: transparent;
    box-shadow: 0 0 0 0 transparent;
    border: none;
    line-height: 16px;
    font-weight: 700;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    content: "-";
    color: #72bf5b;
    background-color: transparent;
}

table.table tr.no-hover td{
    background:transparent;
    cursor: default;
}

table.table tr.no-hover td:first-child{
    border: none!important;
}

.dataTables_filter {
    float: none;
    padding: 0px;
    width: 100%;
}

.dataTables_filter input {
    color: #000;
}

.table-responsive, .content-responsive {
    max-width: 100%;
    width: auto;
    padding: 10px 25px;
    margin: 10px 18px;
    background-color: #fff;
    border-radius: 0.25em;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%);
}

.color-table.info-table thead th {
    background-color: #72bf5b1a!important;
    color: #72bf5b;

    font-size: 14px;
    line-height: 14px;
    border-right: 2px solid #fff;
    padding: 14px 10px;
    border-radius: 0.25em;
    font-weight: 600;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    display: inline-block;
    color: #72bf5b;
}

table.table td {
    font-size: 14px;
    padding: 10px 25px;
    border-right: 1px solid #eee;
    border-bottom: none;
}


table.table td:first-child {
    border-left: 2px solid #72bf5b!important;
}

table.table td.child:first-child {
    border-left: none!important;
}

td.child {
    background-color: #efefef61;
}


.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #000;
    border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #000;
    border: none;
}

.action-button.dropdown-toggle::after {
    display: none;
}

.action-button.dropdown-toggle span {
    transform: rotate(90deg);
    display: block;
    color: #000;
}


/** DOCUMENT UTILES */

.doc-item {
    height: 420px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.doc-button {
    color: #72bf5b;
    text-align: left;
    border: none;
    height: 91px;
    padding: 0 1rem;
    display: flex;
    background: #fff;
    align-items: center;
    border-left: 5px solid #72bf5b!important;
}

.doc-icon {
    padding: 1.75rem 1rem;
    vertical-align: middle;
    background: #fff;
}

.btn.with-icon i {
    margin-right: 10px;
}

/*** FORM */

.no-label-effect label {
    top: 0!important;
    position: relative!important;
    display: block;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.75rem + -3px);
}

.custom-control-description {
    color: #000;
    margin-left: 35px;
}

button.btn {
    margin-bottom: 20px;
}
textarea.form-control {
    border-radius: 6px !important;
    background-color: #fbfbfb !important;
    box-shadow: none;
    border: 1px solid #e5e5e5 !important;
    padding: 17px 22px !important;
}
.form-control-file {
    font-size: 14px;
    color: #000;
    border: 1px solid #e8e8e8;
    background-color: #ececec!important;
    box-shadow: 0 8px 15px -8px rgb(0 0 0 / 7%);
    border-radius: 54px;
    padding: 12px 25px;
    max-width: 100%;
    border-radius: 6px;
    background-color: #f7f7f7 !important;
    box-shadow: none;
    border: 1px solid #ededed;
    padding: 7px 20px;
}
.form-control-file + .form-control-file {
    margin-top: 9px;
}

input[type=file].form-control-file::-webkit-file-upload-button {
    border: 1px solid #999;
    background: #fff;
    padding: 5px;
    color: #000;
    margin-top: 0;
    border-radius: 0.25em;
    box-shadow: 0 0 0 0 transparent;
  }

.floating-labels .form-control {
    border-bottom: 1px solid #666;
    font-size: 16px;
}
.floating-labels .form-control {
    background: #eaeaea;
    border: 1px solid #dedede;
    padding: 14px 15px 9px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
}
/*.floating-labels .form-control {
    font-size: 16px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 0px;
    padding-left: 5px;
    font-weight: 500;
}*/
.floating-labels .focused label.label-input,
.floating-labels label.label-input
{
    color: #777;
    font-size: 14px;
    font-weight: 700;
    top: -8px;
    left: 10px;
}

.floating-labels .focused label.label-input,
.floating-labels label.label-input {
    color: #000;
}
.floating-labels .focused label.label-input, .floating-labels label.label-input {
    white-space: nowrap;
}
.dark-style .form-control,
.dark-style .form-control:focus {
    color: #000;
}

.image-preview {
    max-width: 150px;
    background-color: #eee;
    padding: 10px;
}

.card-body .client-file h5,.card-body h5 {
    line-height: 26px;
    font-size: 24px;
    border-left: none;
    position: relative;
    z-index: 1;
    padding-left: 0;

}

.card-body form h5 {
    margin-top: 40px;
}

.card-body .client-file h5::before,
.card-body h5::before {
    content: ' ';
    position: absolute;
    z-index: -1;

    /* background-color: #72bf5b;
    left: -6px;
    top: -4px;
    width: 15px;
    height: 15px; */

    width: 67px;
    height: 37px;
    left: 0;
    top: -9px;
    background-image: linear-gradient(transparent 70%,rgba(27,144,217,.15) 5%);
    background-position: center bottom 2px;
    background-repeat: no-repeat;
    background-size: 200% auto;
    /* transition: all 0.5s cubic-bezier(.28,.41,.44,.88)!important; */
}

.card-body form .btn {
    margin-top: 17px;
    font-size: 19px;
    padding: 12px 40px;
    margin-right: auto;
}
form.client-file label.label-input {
    top: -8px;
    font-weight: 700;
    color: #333;
    left: 10px;
}
form.client-file .no-label-effect label.label-input {
    top: 15px !important;
    top: 10px !important;
    left: 10px;
}



/*** HOME **/

.dashboard h3 {
    font-size: 28px;
}

.dashboard h1 {
    font-size: 34px;
    font-weight: 700;
}

.dashboard h4 {
    font-size: 24px;
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    .login-page .hide-mobile { 
        display: none!important;
    }
}

@media screen and (min-width: 768px) {
    .hide-desktop { 
        display: none!important;
    }

    .show-mobile { 
        display: none!important;
    }
}


@media screen and (max-width: 380px) {
    .ml-xs-0{
        margin-left: 0!important;
    }

    .login-form h3 {
        font-size: 30px;
        line-height: 35px;
    }
}



/*---------------------
************************
Styles custom Fabio starting 27/06/2022
************************
------------------------*/

/*----------------
START GENERAL STYLES
-----------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bai Jamjuree', sans-serif !important;
}
body {
    font-family: 'Bai Jamjuree', sans-serif !important;
}
a {
    color: #85c373;
    color: #72bf5b;
}
a:hover {
    color: #569743;
}
.text-info {
    color: #72bf5b !important;
}
.btn {
    padding: 0.8rem 2rem;
    transition: all 0.3s cubic-bezier(.28,.41,.44,.88)!important;
}
.btn-info,
.btn-save-info 
{
    background-image: linear-gradient(to right,#1c86c7 0%,#72bf5b 51%,#1c86c7 100%);
}
.btn-info:hover,
.btn-save-info:hover 
{
    background-image: linear-gradient(to right,#7ab768 0%,#53953f 51%,#1c86c7 100%) !important;
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.15) !important;
}
.btn-secondary,
.btn-secondary.disabled
{
    background: #f3f3f3;
    padding: 12px 26px;
    border-radius: 54px;
    border: 1px solid #ededed !important;
    color: #333;
    box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary.disabled:hover
{
    border-color: #6c757d !important;
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.15) !important;
}
.btn-inverse-info,
.btn-inverse
{
    background: #f3f3f3;
    border: 1px solid #ededed !important;
    color: #333;
    box-shadow: none;
}
.btn-inverse-info:hover,
.btn-inverse:hover {
    border-color: #6c757d !important;
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.15) !important;
    background: #6c757d;
    color: #fff;
}
.btn-save-info + .btn-inverse-info {
    margin-left: 10px;
}
.btn_delete,
.dtr-data .btn_delete
{
    background: #ff8181 !important;
    border-color: #ff8181 !important;
    color: #fff !important;
}
.btn_delete:hover,
.dtr-data .btn_delete:hover
{
    background: #e35b5b !important;
    border-color: #e35b5b !important;
}

.card-no-border .card {
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.08);
}
.card-small {
    border-radius: 21px !important;
}
.card-small .btn {
    min-width: auto;
    margin-top: 0;
    width: 320px;
}
.card-small .actions .btn.btn-save-info {
    margin-right: auto;
}
.card-small .actions .btn-text {
    margin-right: auto;
    padding-left: 65px;
    margin-top: 18px;
    font-size: 18px;
    font-weight: 500;
}
.content-responsive hr {
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1.3rem;
    border-color: #eaeaea;
}
form .controls.inline .custom-radio {
    display: inline-block;
}
form .controls.inline .custom-radio:not(:last-of-type) {
    margin-right: 20px;
}
form .controls.inline .custom-radio.custom-radio-with-img:not(:last-of-type) {
    margin-right: 40px;
}
form .controls.inline .custom-radio .custom-control-description {
    margin-left: 37px;
}
.sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i {
    color: #72bf5b;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #72bf5b;
    background-color: #72bf5b;
}
.floating-labels .bar:after, .floating-labels .bar:before {
    background: #72bf5b;
}
.modal .modal-header .modal-title {
    color: #333;
    font-size: 1.3rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
}
.modal-open .modal {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.modal-dialog.modal-lg {
    max-width: 1000px;
    width: 80%;
}
.modal button.close {
    font-size: 2rem;
    margin-right: 18px;
    background: rgba(0, 0, 0, 0.62);
    height: 2.3rem;
    width: 2.3rem;
    text-align: center;
    line-height: 2rem;
    color: #fff;
    cursor: pointer;
}
.modal-backdrop {
    /* bug fix - no overlay */    
    display: none;    
}
.modal-open .modal {
    background: rgba(0,0,0,0.7);
    cursor: pointer;
}
.modal-open .modal .modal-dialog {
    cursor: default;
}
.modal-body > .table-hover tbody tr:hover,
.modal-body > .table-hover tbody tr:hover td
{
    background: transparent !important;
    box-shadow: none !important;
}

/*----------------
END GENERAL STYLES
-----------------*/


/*----------------
START HOMEPAGE STYLES
-----------------*/
.row.login-form {
    -webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;
    height: 100vh;
    background: radial-gradient(#194382 -10%, #000758 60%);
    /*background: radial-gradient(#000000 -10%, #040404 60%);*/
    overflow: hidden;
}
.row.login-form > .col-lg-6.col_img_bg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 0 !important;
}
.row.login-form > .col-lg-6.col_img_bg .d-flex {
    height: 100%;
}
.row.login-form > .col-lg-6.login-wrap {
    margin-top: auto;
    margin-bottom: auto;
}
.row.login-form > .col-lg-6.login-wrap .login-box.card {
    position: relative;
    height: auto;
    width: auto;
    max-width: 700px;
    border-radius: 16px;
    box-shadow: 0 50px 50px -20px rgba(0,0,0,0.17);
}
.row.login-form > .col-lg-6.login-wrap .login-box.card .card-body {
    padding: 3rem 2.5rem;
    max-width: 530px;
    width: 100%;
}
.row.login-form > .col-lg-6.login-wrap .login-box.card .card-body form {
    width: 100%;
}
.row.login-form > .col-lg-6.login-wrap .login-box.card .card-body form .form-group {
    overflow: visible;
}
.row.login-form > .col-lg-6.login-wrap .login-box.card .card-body form .notification {
    margin-top: 28px !important;
}
.row.login-form > .col-lg-6.login-wrap .login-box.card .card-body .copyright {
    position: static;
    margin-top: 13px;
    margin-bottom: 0;
    color: #666;
    font-weight: 600;
}
.row.login-form .icon_title {
    text-align: center;
    margin-bottom: 4px;
    color: #dfdfdf;
}

.form-material .form-control:-webkit-autofill,
.form-material .form-control:-webkit-autofill:hover,
.form-material .form-control:-webkit-autofill:active,
.form-material .form-control:-webkit-autofill:focus {
    background-color: #f7f7f7 !important;
    -webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset !important;
}
html body .text-dark {
    color: #333 !important;
}
.login-page svg {
    fill: #85c3733b;
}
.register-form .col_register {
    max-height: 100%;
    overflow: auto;
    padding: 50px 0;
}
.register-form .col_register .login-register {
    margin-left: 0 !important;
    width: 95%;
    display: block !important;
}
.register-form .col_register .login-box {
    max-width: 900px;
    margin-right: auto !important;
    margin-left: 0 !important;
    border-radius: 10px;
    box-shadow: 0 15px 45px 0px rgba(0, 0, 0, 0.34);
}
.register-form .col_register .login-box .card-body {
    padding: 3rem 4.5rem;
}
.login-form.register-form h3 {
    font-weight: bold;
    margin-bottom: 19px !important;
    font-size: 32px;
}
.login-form.register-form h6 {
    font-weight: 600;
    font-size: 15px;
    color: #363636;
    margin-bottom: 5px;
    margin-left: 7px;
}
.login-form.register-form h5 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}
.form_group_btn {
    overflow: visible !important;
}
/*----------------
END HOMEPAGE STYLES
-----------------*/


/*----------------
START DASHBOARD STYLES
-----------------*/
.dashboard {
    /*max-width: 1300px;
    margin: auto;
    width: 85%;
    padding-top: 20px;*/
    z-index: 1;
    position: relative;
}
.dashboard .card-small {
    width: 46.5%;
    display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;
    margin-right: 6%;
    margin-bottom: 3rem;
}
.dashboard .card-small:nth-of-type(odd) {
    margin-right: 0;
}
.dashboard .card-small .card-body {
    padding: 2rem 2.5rem;
    padding-left: 5rem;
}
.dashboard .card-small .card-body > span {
    background: #fbfbfb;
    min-width: 90px;
    height: 90px;
    line-height: 90px;
    margin-right: 34px;
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    border: 1px solid #ededed;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.04);
}
.dashboard .card-small .card-body > span::before {
    color: #72bf5b;
    font-size: 34px;
}
.dashboard .card-small .card-content {
    max-width: 100%;
}
.dashboard .card-small .card-content p {
    font-size: 19px;
    color: #666;
    line-height: 1.3;
}
.dashboard .card-small .card-content .actions .links_inline {
    margin-top: 18px;
    text-align: left;
    width: 100%;
    padding-left: 17px;
}
.dashboard .card-small .card-content .actions .links_inline .btn-text {
    display: inline;
    padding-left: 0;
}
.dashboard .card-small .card-content .actions .links_inline .btn-text + .btn-text {
    margin-left: 30px;
}
.dashboard h4 {
    font-size: 25px;
    line-height: 1.2;
}
.dashboard h3.hello_name {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 4px;
    text-align: center;
}
.dashboard h1.subtitle {
    font-size: 23px;
    font-weight: 500;
    color: #666;
    text-align: center;
}
.footer {
    text-align: center;
    background: #e1e1e1;
    color: #f7f7f7;
    font-size: 16px !important;
    padding: 1.2rem 2.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    font-weight: 600;
    line-height: 1.3;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.14) 100%);
    border-top: none;
}
.topbar .title_breadcrumbs {
    font-weight: 500;
    color: #555;
    font-size: 18px;
}
.topbar .name_profile {
    font-weight: 700;
    font-size: 18px;
}
.topbar .title_breadcrumbs,
.topbar .name_profile
{
    top: 2px;
    position: relative;
}
.topbar .top-navbar .navbar-nav>.nav-item>.nav-link.menu-button, .topbar .top-navbar .nav-link.menu-button {
    background: transparent;
}
.topbar .top-navbar .nav-link.menu-button i {
    color: #565656;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
}
.topbar .top-navbar .navbar-header .navbar-brand img {
    max-width: 100% !important;
    padding: 8px 19px;
}
.topbar .top-navbar .navbar-nav>.nav-item>.nav-link.menu-button:hover,
.topbar .top-navbar .nav-link.menu-button:hover {
    background: #f5f5f5;
}
.topbar .top-navbar .navbar-nav>.nav-item>.nav-link.menu-button:hover i,
.topbar .top-navbar .nav-link.menu-button:hover i {
    color: #1881c2;
}
.fix-header.fix-sidebar.mini-sidebar .dark-logo.favicon {
    padding: 0;
    left: -2px;
    position: relative;
}
.page-wrapper svg#shape_background {
    position: absolute;
    bottom: 0;
    left: 280px;
    right: 0;
    width: 90%;
    width: calc(100% - 280px);
    height: 300px;
    z-index: 0;
    width: 100% !important;
    left: 0 !important;
    position: fixed !important;
}
.page-wrapper svg#shape_background path {
    fill: url(#Gradient1);
}

.sidebar-nav ul li a {
    font-size: 18px;
    opacity: 0.95;
}
.sidebar-nav ul li a .menu-icon {
    margin-right: 20px;
    opacity: 0.6;
}
.notify .point {
    background-color: #5ddf7a;
    width: 16px;
    height: 16px;
    top: -16px;
    right: 4px;
}
.user-profile .profile-text h5 {
    margin-bottom: 0;
    font-weight: 700;
}
.user-profile .profile-text span {
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.1;
    display: inline-block;
    margin-top: 4px;
}
.user-profile .profile-img {
    margin-left: 12px;
    margin-right: 14px;
}
.mini-sidebar .user-profile .profile-img {
    width: 43px;
    height: 43px;
}
/*----------------
END DASHBOARD STYLES
-----------------*/


/*----------------
START CLIENTS PAGE STYLES
-----------------*/
.page-wrapper .container-fluid {
    max-width: 1300px;
    margin: auto;
    width: 85%;
    padding-top: 20px;
    z-index: 1;
    position: relative;
}
/*#wrapper .container-fluid {
    max-width: 1920px;
}*/
.wrapper_title {
    text-align: center;
}
h4.card-title {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 0px;
    position: relative;
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(70%, transparent),color-stop(5%, rgba(133, 195, 115, 0.38)));background-image: linear-gradient(transparent 70%,rgba(133, 195, 115, 0.38) 5%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-size 1s;
    padding-left: 5px;
    padding-right: 8px;
    display: inline-block;
    background-position: center bottom 2px;
    margin-left: 0;
}
.wrapper_title + .table-responsive,
.wrapper_title + .content-responsive,
.wrapper_title + #form_validation
{
    margin-top: -7px;
}
.table-responsive, .content-responsive {
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.05);
    border-radius: 0.8em;
    border: 1px solid #ebebeb;
    padding: 20px 45px;
}
.dataTables_filter {
    margin-bottom: 5px;
    margin-top: 0;
    text-align: center;
}
.dataTables_filter input {
    background: #f3f3f3;
    padding: 12px 26px;
    border-radius: 54px;
    border: 1px solid #ededed;
    color: #333;
    max-width: 400px;
    text-align: center;
}
.dataTables_filter input::placeholder {
    color: #898989;
}
.dataTables_filter input:active,
.dataTables_filter input:focus
{
    border-color: #72bf5b;
    background: #fff;
}
.color-table.info-table thead th {
    background: transparent !important;
    color: #111;
    font-weight: 700;
    font-size: 16px;
    border-radius: 0;
    line-height: 1.2;
    border-bottom: 2px solid #72bf5b;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after
{
    position: relative;
    top: -3px;
}
table.table td:first-child {
    border-left: none !important;
}
table.table td {
    font-size: 15px;
    padding: 10px 25px;
    border-right: 1px solid #eee;
    border-bottom: none;
    vertical-align: middle;
    padding: 15px 25px;
    border-right: none;
    border-bottom: 1px solid #ebebeb;
}
@media (max-width: 767px) {
 .modal-body > .table-hover thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
  table.table td {
    padding: 15px 10px;
  }
.modal-body > .table-hover tr {
    display: block;
}
.modal-body > .table-hover tr td:nth-of-type(1){ 
   border-bottom: 2px solid #72bf5b;
 }
.modal-body > .table-hover tr td:nth-of-type(2):before{
    content:"Longueur"
}
.modal-body > .table-hover tr td:nth-of-type(3):before{
    content:"Largeur"
}
.modal-body > .table-hover tr td:nth-of-type(4):before{
    content:"Hauteur"
}
.modal-body > .table-hover tr td:nth-of-type(5):before{
    content:"Volume"
}
.modal-body > .table-hover tr td {
    border: none; display: block;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 10px;
    text-align: left;
 }
}

.modal-body .total{
  text-align: center;
}

table td.date_client span:nth-child(1){
    font-size: 26px !important;
    font-weight: 800 !important;
    display: block;
    line-height: 1;
    margin-bottom: 3px;
    color: #85c373;
}
table td.date_client span:nth-child(2){
    font-weight: 800 !important;
    font-size: 19px !important;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
}
table td.date_client span:nth-child(3){
    font-size: 16px !important;
    display: block;
    line-height: 1;
    font-weight: bold;
    color: #747474;
}
.table tbody tr:hover td {
    background: rgba(58, 170, 239, 0.03);
}
.table td .raison_sociale,
.table td .gerant
{
    font-size: 18px;
    font-weight: 800;
    color: #85c373;
    border-bottom: 2px dotted #eaeaea;
    margin-bottom: 8px;
    display: inline-block;
    padding-bottom: 2px;
}
.table td .gerant {
    color: #222;
}
.table td .gerant.no_border {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
/*----------------
END CLIENTS PAGE STYLES
-----------------*/


/*----------------
START MODIFIER CLIENTS PAGE STYLES
-----------------*/
.card-body form h5 {
    margin-top: 0px;
}
.card-body .client-file h5 {
    margin-bottom: 19px !important;
}

.card-body .client-file h5,
.card-body h5
{
    position: relative;
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(70%, transparent),color-stop(5%, rgba(0, 0, 0, 0.11)));background-image: linear-gradient(transparent 70%,rgba(0, 0, 0, 0.11) 5%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-size 1s;
    padding-left: 3px;
    padding-right: 5px;
    display: inline-block;
    background-position: center bottom 1px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}
.card-body .client-file h5::before, .card-body h5::before {
    display: none;
}
form.floating-labels {
    
}
.content-responsive .table-responsive,
.table-responsive .content-responsive
{
    background: #f7f7f7;
    border: 1px solid #f2f2f2;
    box-shadow: none;
    margin-top: 20px;
    margin-bottom: 23px;
    width: 100%;
    padding: 20px;
}
.content-responsive .table-responsive .color-table.info-table,
.table-responsive .content-responsive .color-table.info-table
{
    margin-bottom: 0;
}
.content-responsive .table-responsive .color-table.info-table thead th,
.table-responsive .content-responsive .color-table.info-table thead th
{
    border-right: none;
}
.content-responsive .table-responsive .color-table.info-table td,
.table-responsive .content-responsive .color-table.info-table td
{
    background: transparent;
}
.content-responsive .table-responsive .color-table.info-table tbody tr:only-child td,
.table-responsive .content-responsive .color-table.info-table tbody tr:only-child td
{
    border-bottom: none;
}
.custom-control-indicator {
    background: none;
    background-color: #f0f0f0;
    border: 1px solid #eaeaea;
    border-radius: 4px !important;
    width: 1.7rem;
    height: 1.7rem;
    cursor: pointer;
}
.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background: none;
    background-color: #f0f0f0;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    width: 1.7rem;
    height: 1.7rem;
}
.custom-radio .custom-control-input:checked~.custom-control-indicator::before {
    font-family: 'FontAwesome';
    content: '\f00c';
    position: absolute;
    height: auto;
    width: 100%;
    display: block;
    color: #85c373;
    text-align: center;
    font-size: 1.1rem;
    top: 0rem;
}
.custom-radio.custom-radio-with-img .custom-control-description {
    top: -8px;
}
.custom-radio.custom-radio-with-img.maritime .custom-control-description {
    top: -11px;
}
.custom-radio.custom-radio-with-img .custom-control-description img {
    height: 50px;
    width: auto;
}
.custom-control-description {
    color: #000;
    margin-left: 41px;
    top: 5px;
    font-weight: 500;
    font-size: 17px;
    position: relative;
    cursor: pointer;
}
.controls.signature {
    
}
/*----------------
END MODIFIER CLIENTS PAGE STYLES
-----------------*/


/*----------------
START DOCUMENTS UTILES PAGE STYLES
-----------------*/
.card-body.doc_utile {
    padding: 0;
    margin-bottom: 3rem;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out;
}
.card-body.doc_utile:hover {
    transform: scale(1.05);
    box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.18);
}
.card-body.doc_utile > i {
    position: absolute;
    top: 11px;
    right: 25PX;
    z-index: 10;
    background: rgba(207, 33, 33, 0.5);
    display: block;
    padding: 0.6rem;
    color: #fff;
    border-radius: 3px;
    font-size: 21px;
    box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.37);
    opacity: 0;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.card-body.doc_utile:hover > i {
    opacity: 1;
}
.card-body.doc_utile > i:hover {
    background: rgba(207, 33, 33, 0.9);
}
.doc-item {
    box-shadow: inset 0 -25px 30px -20px rgba(0, 0, 0, 0.04);
    z-index: 2;
    position: relative;
    border-bottom: 4px solid #ededed;
    height: 300px;
}
.doc-button {
    color: #222;
    font-weight: bold;
    padding: 0 1.7rem;
    line-height: 1.2;
    font-size: 15px !important;
    border-left: none !important;
    background: #3a3a3a;
    color: #fff;
}
.doc-icon {
    background: #2c2c2c;
    padding: 1.75rem 1.3rem;
}
.doc-icon img {
    max-width: 20px;
    width: 20px;
    margin-right: 0 !important;
}
/*----------------
END DOCUMENTS UTILES PAGE STYLES
-----------------*/


/*----------------
START LOGIN PAGE STYLES
-----------------*/
form .intro_form {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
}
.inner-addon .fa {
    font-size: 20px;
    color: #85c373;
}
/*----------------
END LOGIN PAGE STYLES
-----------------*/


/*----------------
START MEDIA QUERIES
-----------------*/


/*----------------
START MAX-WIDTH: 575PX
-----------------*/
@media screen and (max-width: 575px){
    .row.login-form {
        height: auto;
    }
    .row.login-form .col_img_bg {
        
    }
    .row.login-form > .col-lg-6.login-wrap .login-box.card {
        border-radius: 0;
        box-shadow: none;
    }
    .row.login-form > .col-lg-6.login-wrap .login-box.card .card-body {
        padding: 1rem 2.3rem;
    }
    .notification {
        padding: 20px 27px;
        font-size: 16px;
    }
    .login-form h3 {
      font-size: 1.7rem;
        line-height: 1.2;
    }
    
    body.login-page {
        background-color: #fff;
    }
    html {
        background: transparent;
    }
    .btn {
        padding: 0.7rem 0.9rem;
        min-width: 120px;
    }
    .page-wrapper svg#shape_background {
        height: 100px !important;
    }
    .page-wrapper .container-fluid,
    #wrapper .container-fluid
    {
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .page-wrapper .container-fluid .row .table-responsive, 
    .page-wrapper .container-fluid .row .content-responsive 
    {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .dashboard .card-small .card-body > span {
        top: -25px !important;
        left: 15px !important;
    }
    .card-body form .btn {
        margin-left: auto;
        margin-right: auto;
    }
    form .controls.inline .custom-radio.custom-radio-with-img:not(:last-of-type) {
        margin-right: 20px;
        margin-bottom: 12px;
    }
}
/*----------------
END MAX-WIDTH: 575PX
-----------------*/


/*----------------
START MIN-WIDTH: 576PX AND MAX-WIDTH: 767PX
-----------------*/
@media screen and (min-width: 576px) and (max-width: 767px){
    .page-wrapper svg#shape_background {
        height: 220px !important;
    }
}
/*----------------
END MIN-WIDTH: 767PX AND MAX-WIDTH: 991PX
-----------------*/


/*----------------
START MAX-WIDTH: 767PX
-----------------*/
@media screen and (max-width: 767px){
    .dashboard .card-small {
        margin-right: 0;
        width: 100%;
    }
    .dashboard h3.hello_name {
        margin-bottom: 9px;
        font-size: 1.7rem;
    }
    .dashboard h1.subtitle {
        font-size: 1.2rem;
        line-height: 1.3;
    }
    .table-responsive, .content-responsive {
        padding: 20px 25px;
    }
    .dashboard h4 {
        font-size: 20px;
        line-height: 1.1;
    }
    .topbar .title_breadcrumbs, .topbar .name_profile {
        line-height: 1.1;
        display: block;
        font-size: 15px;
    }
    table.table td.child {
        padding: 16px 15px;
        font-size: 14px;
        border: 1px solid #f0f0f0 !important;
        background-color: #f9f9f9;
    }
    table.dataTable>tbody>tr.child ul.dtr-details>li {
        border-bottom: 1px solid #000;
        padding: 0.75em 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        text-align: left;
    }
    .dtr-data .btn {
        font-size: 13px;
        padding: 0.4rem 0.8rem;
    }
    
    .wrapper_title {
        /*margin-bottom: -33px !important;*/
    }
    .wrapper_title + .table-responsive,
    .wrapper_title + .content-responsive,
    .wrapper_title + #form_validation
    {
        /*padding-top: 52px;*/
    }
    table.dataTable>tbody>tr.child span.dtr-title {
        width: 34%;
        word-break: break-all;
        padding-right: 7px;
    }
    table.dataTable>tbody>tr.child span.dtr-title + .dtr-data {
        width: 66%;
    }
    .page-wrapper .container-fluid .container-fluid,
    #wrapper .container-fluid .container-fluid
    {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    
    .dataTables_filter input {
        width: 100%;
    }

    .login-page #wrapper {
        height: auto;
    }

    .hide-mobile { 
        display: none!important;
    }

    .show-desktop { 
        display: none!important;
    }

    .card-body form .btn {
        padding: 10px 25px;
        margin-right: 10px;
        font-size: 15px;
    }

    .mr-sm-4 {
        margin-right: 1.5rem!important;
    }

    .row .col-4,
    .row .col-8
    {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card-title {
        padding: 0 17px!important;
    }

    .card-body.pl-3 {
        padding: 0!important;
    }

    .card-body .text-right{
        text-align: left!important;
        margin-left: 16px;
    }

    span.separate {
        bottom: -34px;
        right: 50%;
        margin-right: -31px;
    }

    .dashboard h1 {
        font-size: 26px;
    }

    .dashboard h3 {
        font-size: 23px;
    }

    .dashboard h4 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .card-small {
        max-width: 100%;
    }

    .card-small .card-body {
        padding: 1.2rem;
        display: block!important;
    }

    .card-small .card-content {
        max-width: 100%;
        margin-top: 10px;
    }
    .wrapper_title.btn_right .card-title + a.btn {
        margin-top: 17px;
        margin-bottom: 17px;
    }
    .modal-dialog.modal-lg {
        width: 91%;
    }
    .card-body form .btn + .btn {
        margin-top: 4px;
    }
}
/*----------------
END MAX-WIDTH: 767PX
-----------------*/



/*----------------
START MIN-WIDTH: 576PX AND MAX-WIDTH: 991PX
-----------------*/
@media screen and (min-width: 576px) and (max-width: 991px){
    .page-wrapper .container-fluid,
    #wrapper .container-fluid
    {
        width: 97%;
    }
}
/*----------------
END MIN-WIDTH: 767PX AND MAX-WIDTH: 991PX
-----------------*/


/*----------------
START MIN-WIDTH: 767PX AND MAX-WIDTH: 991PX
-----------------*/
@media screen and (min-width: 767px) and (max-width: 991px){
    .row.login-form > .col-lg-6.login-wrap .login-box.card {
        margin-left: auto;
        margin-right: auto;
    }
    .register-form .col_register .login-box .card-body {
        padding: 3rem 4rem !important;
    }
    .btns_aligned_equal .btn:nth-of-type(1),
    .btns_aligned_equal .btn:nth-of-type(2)
    {
        width: 47% !important;
    }
    .btns_aligned_equal .btn {
        font-size: 16px !important;
        padding: 12px 20px !important;
    }
}
/*----------------
END MIN-WIDTH: 767PX AND MAX-WIDTH: 991PX
-----------------*/


/*----------------
START MIN-WIDTH: 768PX
-----------------*/
@media screen and (min-width: 768px) {
    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a {
        background: #f2f6f8;
        width: auto;
        min-width: 250px;
        background: linear-gradient(to right, rgba(58, 170, 239, 0) 50px, rgba(26, 132, 197, 0.86) 30px);
        background: linear-gradient(to right, transparent 50px,#72bf5b 30px);
        border-radius: 0 20px 20px 0;
        opacity: 1;
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a .menu-icon {
        color: #72bf5b;
    }
    .mini-sidebar ul li a .menu-icon {
        opacity: 1;
        font-size: 21px;
        position: relative;
        left: -2px;
        display: inline-block;
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a .hide-menu {
        display: inline-block;
        color: #fff;
        margin-left: 14px;
        font-weight: 500;
        top: -2px;
        position: relative;
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li>a {
        border-left: none !important;
        border-radius: 0 20px 20px 0;
    }
    form.floating-labels .col-md-1,
    form.floating-labels .col-md-10,
    form.floating-labels .col-md-11,
    form.floating-labels .col-md-12,
    form.floating-labels .col-md-2,
    form.floating-labels .col-md-3,
    form.floating-labels .col-md-4,
    form.floating-labels .col-md-5,
    form.floating-labels .col-md-6,
    form.floating-labels .col-md-7,
    form.floating-labels .col-md-8,
    form.floating-labels .col-md-9,
    form.floating-labels .col-md-auto {
        padding-right: 25px;
        padding-left: 25px;
    }
    .fix-sidebar .page-wrapper svg#shape_background {
        left: 280px !important;
    }
    .mini-sidebar .page-wrapper svg#shape_background {
        left: 60px !important;
    }
    .btns_aligned_equal .btn:nth-of-type(1) {
        width: 49%;
    }
    .btns_aligned_equal .btn:nth-of-type(2) {
        width: 48%;
    }
    form.floating-labels .form-row > .col-md-1, form.floating-labels .form-row > .col-md-10, form.floating-labels .form-row > .col-md-11, form.floating-labels .form-row > .col-md-12, form.floating-labels .form-row > .col-md-2, form.floating-labels .form-row > .col-md-3, form.floating-labels .form-row > .col-md-4, form.floating-labels .form-row > .col-md-5, form.floating-labels .form-row > .col-md-6, form.floating-labels .form-row > .col-md-7, form.floating-labels .form-row > .col-md-8, form.floating-labels .form-row > .col-md-9, form.floating-labels .form-row > .col-md-auto {
        padding-right: 10px;
        padding-left: 10px;
    }
    .wrapper_title.btn_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: -17px;
        margin-top: 30px;
    }
    .wrapper_title.btn_right .card-title {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0 !important;
        left: -25px;
    }
    .wrapper_title.btn_right .card-title + a {
        position: absolute;
        right: 50px;
    }
}
/*----------------
END MIN-WIDTH: 768PX
-----------------*/


/*----------------
START MAX-WIDTH: 992PX
-----------------*/
@media screen and (max-width: 992px){
    .login-register .logo_wrap  {
        text-align: center;
        margin-bottom: 23px;
        border-bottom: 1px solid #efefef;
        padding-bottom: 25px;
    }
    .card-body form .btn {
        width: 100%;
    }
    .dashboard .card-small .card-body {
        padding: 1.7rem 2rem;
        padding-left: 3rem;
    }
    .card-small .btn {
        width: 100%;
        line-height: 1.2;
    }
    .card-small .actions .btn-text {
        padding-left: 0.5rem;
        line-height: 1.2;
        margin-right: 0;
        font-size: 1.1rem;
    }
    .dashboard h4 {
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .dashboard .card-small .card-body > span {
        min-width: 70px;
        height: 70px;
        line-height: 70px;
        top: -20px;
        left: 5px;
    }
    .dashboard .card-small .card-content .actions .links_inline .btn-text + .btn-text {
        margin-left: 0;
        margin-top: 10px;
        display: block;
    }
    .dashboard .card-small .card-content p {
        font-size: 16px;
    }
    
    h4.card-title {
        margin-top: 0;
    }
    .card-body.doc_utile {
        position: relative;
    }
    .card-body.doc_utile:hover {
        transform: none;
    }
    .card-body.doc_utile > i {
        opacity: 1 !important;
        background: rgba(207, 33, 33, 0.9) !important;
    }
    .register-form .col_register {
        width: 100%;
        margin: auto;
        padding: 20px 0;
        overflow: auto;
        height: auto;
    }
    .register-form .col_register .login-register {
        margin-left: auto !important;
    }
    .register-form .col_register .login-box .card-body {
        padding: 1.5rem 1.5rem 2.1rem;
    }
    .login-form.register-form h3 {
        margin-bottom: 14px !important;
        font-size: 26px;
        line-height: 1.1;
    }
    .form-material .form-control {
        font-size: 15px !important;
        padding: 8px 20px;
    }
    form p {
        font-size: 15px;
    }
    .modal .modal-header .modal-title {
        padding-right: 22px !important;
        background: transparent;
        margin-bottom: 0 !important;
        font-size: 1.1rem;
    }
    .card-body .client-file .modal .modal-header .btn-close,
    .card-body .modal .modal-header .btn-close
    {
        margin-top: 0 !important;
    }
    
}
/*----------------
END MAX-WIDTH: 992PX
-----------------*/



/*----------------
START MIN-WIDTH: 768px AND MAX-WIDTH: 1200PX
-----------------*/
@media screen and (min-width: 768px) and (max-width: 1200px){
    form.floating-labels .col-md-1, form.floating-labels .col-md-10, form.floating-labels .col-md-11, form.floating-labels .col-md-12, form.floating-labels .col-md-2, form.floating-labels .col-md-3, form.floating-labels .col-md-4, form.floating-labels .col-md-5, form.floating-labels .col-md-6, form.floating-labels .col-md-7, form.floating-labels .col-md-8, form.floating-labels .col-md-9, form.floating-labels .col-md-auto {
        padding-right: 16px;
        padding-left: 16px;
    }
    .wrapper_title.btn_right .card-title {
        font-size: 23px;
    }
    .wrapper_title.btn_right .card-title + a {
        padding: 0.7rem 1rem;
        font-size: 13px;
        right: -4px;
    }
    
}
/*----------------
END MIN-WIDTH: 768px AND MAX-WIDTH: 1200PX
-----------------*/


/*----------------
START MIN-WIDTH: 992px AND MAX-WIDTH: 1200PX
-----------------*/
@media screen and (min-width: 992px) and (max-width: 1200px){
    .dashboard .card-small .card-body {
        padding: 1.7rem 2rem;
        padding-left: 3rem;
    }
    .card-small .btn {
        width: 100%;
        line-height: 1.2;
    }
    
    
}
/*----------------
END MIN-WIDTH: 992px AND MAX-WIDTH: 1200PX
-----------------*/




/*----------------
START MIN-WIDTH: 992px AND MAX-WIDTH: 1400PX
-----------------*/
@media screen and (min-width: 992px) and (max-width: 1400px){
    .login-register {
        width: 95%;
        margin-right: auto;
        margin-left: 0 !important;
    }
    .register-form .col_register .login-register {
        margin-left: auto !important;
    }
    .register-form .col_register .login-box .card-body {
        padding: 2.5rem 3rem !important;
    }
    .page-wrapper .container-fluid,
    #wrapper .container-fluid
    {
        width: 95%;
    }
    .dtr-data .btn-group {
        display: flex !important;
        justify-content: space-between;
    }
    .dtr-data .btn-group > .btn {
        width: 48%;
        flex: 0 0 auto !important;
    }
    .wrapper_title.btn_right .card-title {
        font-size: 23px;
    }
    .wrapper_title.btn_right .card-title + a {
        padding: 0.7rem 1rem;
        font-size: 13px;
        right: -4px;
    }
    
}
/*----------------
END MIN-WIDTH: 992px AND MAX-WIDTH: 1400PX
-----------------*/




/*----------------
START MAX-WIDTH: 1200PX
-----------------*/
@media screen and (max-width: 1200px) {
    table.dataTable thead .sorting:after {
        margin-left: 5px;
        font-size: 11px;
        display: inline;
    }
    .color-table.info-table thead th {
        font-size: 15px;
        padding: 14px 5px;
    }
    table.dataTable>tbody>tr.child ul.dtr-details {
        width: 100%;
    }
    .dtr-data .btn.btn-secondary {
        background: #787878;
        color: #fff;
    }
    .modal.show .modal-content {
        max-height: 80vh;
        overflow: auto;
        margin-top: 53px;
    }
    h4.card-title {
        font-size: 24px;
        line-height: 1.1;
        display: inline;
        text-align: center;
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    .card-body .client-file h5, .card-body h5 {
        display: inline;
        line-height: 1.1;
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    .card-body .client-file h5 + *,
    .card-body h5 + *
    {
        margin-top: 15px;
    }
}
/*----------------
END MAX-WIDTH: 1200PX
-----------------*/


/*----------------
START MIN-WIDTH: 1200PX
-----------------*/
@media screen and (min-width: 1200px) {
    .content-responsive {
        padding-left: 80px;
        padding-right: 80px;
        padding-top: 50px;
    }
}
/*----------------
END MIN-WIDTH: 1200PX
-----------------*/


/*----------------
START MIN-WIDTH: 1400PX
-----------------*/
@media screen and (min-width: 1400px) {
    .register-form .col_register .login-box {
        height: 100%;
        display: block !important;
        position: relative;
        overflow: hidden;
    }
    .register-form .col_register .login-box::before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        background: linear-gradient(to top, #fff 0, transparent 90px);
        z-index: 2;
        pointer-events: none;
        background-attachment: scroll;
        background-size: 100% 100%;
        height: 150px;
    }
    .register-form .col_register .login-box .card-body {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        overflow-y: auto;
        z-index: 1;
        padding-bottom: 120px !important;
    }
}
/*----------------
END MIN-WIDTH: 1400PX
-----------------*/


/*----------------
END MEDIA QUERIES
-----------------*/