/*botones de menu rapido*/
.tiles .tile {
    border: 0;
    position: relative;
    float: left;
    width: 24%;
    margin-right: 1%;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
        padding: 18px;
    background-color: #f2f8fc;
    border-right: 1px solid #ccc;
}
.tiles .tile:hover {
  background-color: #ffcf00;
}
/*.tiles .tile .information .title:hover {*/
/*    color: #fff;*/
/*}*/

.tiles .tile:nth-child(2), .tiles .tile:nth-child(4) {
    width: 24%;
    margin-right: 1%;
}
section#main-body {
    padding: 30px;
}
.client-home-panels .panel>.list-group {
    max-height: 200px;
}
.block-bizplin {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
}

/*Panel de control*/
div.dataTables_wrapper div.dataTables_info {
    padding: 21px 30px !important;
    font-weight: 300;
    padding: 16px 24px;
    border-radius: 17px 17px 0px 0px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
/*.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length {*/
/*    background: linear-gradient(to right, #2e93ee 0%, #5d61cf 100%);*/
/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);*/
/*        color: #fff;*/
/*}*/
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length {
    background: linear-gradient(90deg, rgb(46, 147, 238) 0%, rgb(46, 147, 238) 6.25%, rgb(47, 146, 237) 12.5%, rgb(48, 145, 237) 18.75%, rgb(49, 144, 236) 25%, rgb(51, 142, 235) 31.25%, rgb(53, 140, 233) 37.5%, rgb(55, 137, 232) 43.75%, rgb(58, 134, 230) 50%, rgb(61, 131, 228) 56.25%, rgb(65, 127, 225) 62.5%, rgb(69, 123, 223) 68.75%, rgb(73, 118, 220) 75%, rgb(78, 113, 217) 81.25%, rgb(83, 108, 213) 87.5%, rgb(88, 102, 210) 93.75%, rgb(94, 96, 206) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
    color: #000;
}
.dataTables_wrapper .dataTables_length {
    background-color: #f6f6f6;
    font-size: .8em;
    color: #888;
    padding: 10px 25px !important;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    padding: 15px 30px 0;
}
.dataTables_wrapper .dataTables_length label {
    padding: 8px 10px 0 30px;
}
.dataTables_wrapper .dataTables_length {
    background-color: #f6f6f6;
    font-size: .8em;
    color: #888;
    padding: 10px 25px !important;
    border-radius: 0px 0px 17px 17px;
}
.dataTables_wrapper .dataTables_filter label .form-control {
    background: url(../../../assets/img/search.png) #fff no-repeat 8px 5px;
    padding: 7px 10px 7px 45px !important;
    border: 1px solid #fff;
    height: auto;
    width: 200px;
    font-size: 13px;
    border-radius: 17px;
}
.wdes-clientarea-panel-block {
    background: #ffffff;
    border: 1px solid #f3f3f3;
    margin: 0 0 13px 0;
    padding: 8px 0px 24px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
}
.client-home-panels .panel > .list-group .list-group-item .label {
       text-transform: uppercase;
    align-items: center;
    background-color: rgb(235, 250, 243);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    font-family: Galano, Roboto, sans-serif, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 28px;
    line-height: 1.35em;
    padding: 4px 8px;
    width: fit-content;
    justify-content: center;
}
.paid {
    font-size: 16px;
    color: #2ca26e;
    font-weight: bold;
}

.paid {
    color: #2ca26e;
}

.client-home-panels .panel > .panel-body {
    font-family: "Karla", sans-serif;
    font-size: 15px;
    color: #5a5a5a;
    padding-top: 15px;
}


/*notones de panel*/
.client-home-panels .panel>.panel-heading .panel-title .btn {
    color: #000 !important;
    border: 0 !important;
    border: 1px solid rgb(0, 112, 209) !important;
    color: rgb(0, 112, 209) !important;
}

.btn.btn-default:hover, .btn.btn-default:focus {
    outline: none;
}
.wdes-clientarea-panel-block .btn-default:hover {
    background: rgb(243, 249, 255);
    transition: all 0.3s;
    color: rgb(0, 112, 209) !important;
     border: 1px solid rgb(0, 112, 209);
}
.btn.btn-default {
    /* background: #e7e9f0; */
    /* border: 1px solid #e7e9f0 !important; */
    /* color: #7e7e7e !important; */
    border-radius: 100px;
    cursor: pointer;
    display: inline-flex;
    font-family: Galano, Roboto, sans-serif, "Helvetica Neue", sans-serif;
    font-weight: 500;
    gap: 12px;
    justify-content: center;
    line-height: 1.5;
    transition: 0.2s ease-in-out;
    padding: 6.5px 24px;
    font-size: 14px;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 112, 209);
    color: rgb(0, 112, 209);
}
