.system-table{
    padding: 0;
}
.system-table .container {
    width: 93% !important;
}
.system-table .section-urls{
    padding: 0;
}
.system-table .section-urls .content-content{
    padding: 0;
}
.system-table .section-urls .content-content .bread-content{
    padding: 0;
}
.system-table .section-urls .content-content .bread-content ul{
    list-style: none;
    display: inline-flex;
}
.system-table .section-urls .content-content .bread-content ul li{

}
.system-table .section-urls .content-content .bread-content ul li a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #A2A2A2;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 20px 0 0;
    text-align: center;
}
.system-table .section-urls .content-content .bread-content ul li.active a{
    color: #2D3134;
}
.system-table .section-urls .content-content .bread-content ul li.active a::before,
.system-table .section-urls .content-content .bread-content ul li a:hover::before,
.system-table .section-urls .content-content .bread-content ul li a:active::before,
.system-table .section-urls .content-content .bread-content ul li a:focus::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2D3134;
}
.system-table .section-urls .content-content .bread-content ul li a:hover,
.system-table .section-urls .content-content .bread-content ul li a:active,
.system-table .section-urls .content-content .bread-content ul li a:focus{
    outline: none;
    text-decoration: none;
    color: #2D3134;
}
.system-table .section-urls .content-content .bread-content ul li .text-content{
    padding-left: 0;
}
.system-table .section-title{
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.system-table .section-title .content-content{
    /* background: #FFFCFC; */
    border-radius: 0px 0px 4px 4px;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.system-table .section-title .title-content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
}
.system-table .section-title .title-content h3{
    font-family: 'Montserrat', sans-serif;
    color: #1E1E1E;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
}
.system-table .section-title .title-content h4{
    font-family: 'Montserrat', sans-serif;
    color: #979797;
    margin: 0;
    padding: 0 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}
.system-table .section-title .logued-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
}
.system-table .section-title .logued-content .searchname{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #979797;
    border-radius: 4px;
    margin-right: 15px;
}
.system-table .section-title .logued-content .searchname input{
    height: 100%;
    margin: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    color: #979797;
}
.system-table .section-title .logued-content .searchname .sname-button{
    background: transparent;
    border: 0;
    height: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.system-table .section-title .logued-content .searchname .sname-button:hover,
.system-table .section-title .logued-content .searchname .sname-button:focus,
.system-table .section-title .logued-content .searchname .sname-button:active{
    background: transparent;
    outline: none;
}
.system-table .section-title .logued-content .searchname .sname-button img{
    max-width: 100%;
}
.system-table .section-title .logued-content h3{
    font-family: 'Montserrat', sans-serif;
    color: #979797;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
}
.system-table .section1{
    padding: 30px 0;
    border-bottom: 7px solid #2d3134;
}
.system-table .section1 .title-content{
    padding: 0 0 20px;
}
.system-table .section1 .title-content h3{
    font-family: 'Montserrat', sans-serif;
    color: #2d3134;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin: 0;
}
.system-table .section1 .filtros-content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            flex-wrap: wrap;
}
.system-table .section1 .filtros-content .field{
    margin-bottom: 0;
    margin-bottom: 0;
    padding: 0 15px 20px;
}
.system-table .section1 .filtros-content .field label{
    font-family: 'Montserrat', sans-serif;
    color: #2d3134;
}
.system-table .section1 .filtros-content .field select,
.system-table .section1 .filtros-content .field input,
.system-table .section1 .filtros-content .field textarea{
    font-family: 'Montserrat', sans-serif;
    border: 0;
    border-bottom: solid 1px #2d3134;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background: none;
}
.system-table .section1 .filtros-content .field.select-content select{
    background: #2d3134;
    color: #fff;
}
.system-table .section1 .filtros-content button{
    font-family: 'Montserrat', sans-serif;
    background: #2d3134;
    color: #fff;
    padding: 15px 15px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
}
.system-table .section1 .calendar-button-content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.system-table .section1 .calendar-button-content a{
    background: #2d3134;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.system-table .section1 .calendar-button-content a:hover,
.system-table .section1 .calendar-button-content a:active,
.system-table .section1 .calendar-button-content a:focus{
    outline: none;
    text-decoration: none;
}
.system-table .section1 .calendar-button-content a i{
    color: #fff;
    margin-right: 10px;
}
.system-table .section1 .calendar-button-content a p{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}
.system-table .section2{
    padding: 20px 0 10px;
}
.system-table .section2 .row{
}
.system-table .section2 .content-content{
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.system-table .section2 .content-content .calendar-content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
}
.system-table .section2 .content-content .calendar-content a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.system-table .section2 .content-content .calendar-content a:hover,
.system-table .section2 .content-content .calendar-content a:active,
.system-table .section2 .content-content .calendar-content a:focus{
    text-decoration: none;
    outline: none;
}
.system-table .section2 .content-content .calendar-content i{
    color: #2d3134;
    font-size: 18px;
}
.system-table .section2 .content-content .calendar-content p{
    font-family: 'Montserrat', sans-serif;
    color: #2d3134;
    margin: 0 0 0 7px;
    font-size: 18px;
}
.system-table .section2 .content-content .buttons-content,
.system-table .section2 .content-content .page-content{
    width: 100%;
    display: flex;
    align-items: center;
}
.system-table .section2 .content-content .buttons-content{
    justify-content: flex-start;
}
.system-table .section2 .content-content .page-content{
    justify-content: flex-end;
    margin: 0;
    padding: 0 15px 0 0;
}
.system-table .section2 .content-content .page-content .pagination_nav{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    color: #979797;
    font-weight: 700;
    font-size: 12px;
}
.system-table .section2 .content-content .page-content .pagination_nav nav{
    margin-right: 15px;
}
.system-table .section2 .content-content .page-content .pagination_nav nav ul{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
.system-table .section2 .content-content .page-content .pagination_nav nav ul li{

}
.system-table .section2 .content-content .page-content .pagination_nav nav ul li.s-l{
    margin-right: 15px;
    margin-left: 15px;
}
.system-table .section2 .content-content .page-content .pagination_nav nav ul li a{
    background: #FFFCFC;
    border-radius: 4px;
    border: 0;
    padding: 8.5px 12.5px;
}
.system-table .section2 .content-content .page-content .pagination_nav nav ul li a:hover,
.system-table .section2 .content-content .page-content .pagination_nav nav ul li a:active,
.system-table .section2 .content-content .page-content .pagination_nav nav ul li a:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.system-table .section2 .content-content .page-content .pagination_nav nav ul li select{
    font-family: 'Montserrat', sans-serif;
    color: #979797;
    font-weight: 700;
    font-size: 12px;
    border: 0;
    padding: 0 3.6px;
}
.system-table .section2 .content-content .page-content .pagination_nav nav ul li select option{
    font-family: 'Montserrat', sans-serif;
    color: #979797;
    font-weight: 700;
    font-size: 12px;
    border: 0;
}
.system-table .section2 .content-content .addbutton-content{
    padding: 0;
}
.system-table .section2 .content-content .addbutton-content,
.system-table .section2 .content-content .usersbutton-content,
.system-table .section2 .content-content .filterbutton-content{
    width: max-content;
}
.system-table .section2 .content-content .usersbutton-content,
.system-table .section2 .content-content .filterbutton-content{
    padding: 0 0 0 15px;
}
.system-table .section2 .content-content .addbutton-content a:hover,
.system-table .section2 .content-content .addbutton-content a:focus,
.system-table .section2 .content-content .addbutton-content a:active,
.system-table .section2 .content-content .usersbutton-content a:hover,
.system-table .section2 .content-content .usersbutton-content a:focus,
.system-table .section2 .content-content .usersbutton-content a:active{
    text-decoration: none;
    outline: none;
}
.system-table .section2 .content-content .usersbutton-content p{
    font-family: 'Montserrat', sans-serif;
    color: #2d3134;
    margin: 0;
    text-align: center;
}
.system-table .section2 .content-content .addbutton-content button,
.system-table .section2 .content-content .usersbutton-content button{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding: 8px 15px;
    background: #2D3134;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.system-table .section2 .content-content .filterbutton-content{
    position: relative;
}
.system-table .section2 .content-content .filterbutton-content button{
    font-family: 'Montserrat', sans-serif;
    color: #A2A2A2;
    padding: 8px 15px;
    background: transparent;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.system-table .section2 .content-content .addbutton-content button img,
.system-table .section2 .content-content .usersbutton-content button img,
.system-table .section2 .content-content .filterbutton-content button img{
    margin-right: 5px;
}
.system-table .section2 .content-content .filterbutton-content .filter-content{
    display: none;
    background: #FFFCFC;
    box-shadow: 57px 24px 25px rgba(29, 29, 38, 0.01), 32px 13px 21px rgba(29, 29, 38, 0.05), 14px 6px 15px rgba(29, 29, 38, 0.09), 4px 1px 8px rgba(29, 29, 38, 0.1), 0px 0px 0px rgba(29, 29, 38, 0.1);
    border-radius: 4px;
    padding: 20px 15px;
    position: absolute;
    z-index: 1;
    width: max-content;
}
.system-table .section2 .content-content .filterbutton-content .filter-content.active{
    display: block;
}
.system-table .section2 .content-content .filterbutton-content .filter-content .filter-item{
    display: block;
    position: relative;
    padding: 0 0 10px 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.system-table .section2 .content-content .filterbutton-content .filter-content .filter-item:last-of-type{
    padding: 0 0 0 15px;
}
.system-table .section2 .content-content .filterbutton-content .filter-content .filter-item .check-content{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #979797;
    margin: 0 0 0 5px;
}
.system-table .section2 .content-content .filterbutton-content .filter-content .filter-item .check-field{
    display: none;
    margin: 0;
    padding: 0;
}
.system-table .section2 .content-content .filterbutton-content .filter-content .filter-item .check-field input{
    position: relative;
    opacity: 1;
    width: 100%;
    height: initial;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    color: #979797;
    border: 1px solid #979797;
    border-radius: 4px;
    padding: 0.7em 1.3em;
}
.system-table .section2 .content-content .filterbutton-content .filter-content .filter-item input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.system-table .section2 .content-content .filterbutton-content .filter-content .filter-item .check-field .marklist{
    content: "";
    position: absolute;
    left: 5px;
    top: 48%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border: 3px solid #D3A172;
    border-radius: 100%;
    z-index: 1;
}
.system-table .section2 .content-content .filterbutton-content .filter-content .filter-item .check-field span{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border: 1px solid #979797;
    border-radius: 100%;
    z-index: 1;
}
.system-table .section2 .content-content .filterbutton-content .filter-content .filter-item .checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #686451;
    background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 3px;
}

.system-table .section2 .content-content .filterbutton-content .filter-content .filter-item .radio-content{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #979797;
    margin: 0;
    padding: 5px 0 4px 16px;
}
.system-table .section2 .content-content .filterbutton-content .filter-content .filter-item .radio-content input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.system-table .section2 .content-content .filterbutton-content .filter-content .filter-item .radio-content .radiomark{
    height: 10px;
    width: 10px;
    background: #FFFFFF;
    border-radius: 100%;
}
.radio-content:hover input ~ .radiomark {
    background-color: #F2BE48;
}
.radio-content input:checked ~ .radiomark {
    background-color: transparent !important;
    border: 3px solid #D3A172 !important;
}
.radiomark:after {
    /* content: "";
    position: absolute;
    display: none; */
}
.radio-content input:checked ~ .radiomark:after {
    display: block;
}
.radio-content .radiomark:after {
    left: 25%;
    top: 47%;
    width: 4px;
    height: 8px;
    border: 1px solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-50%, -50%);
}
.system-table .section2 .content-content .filterbutton-content .filter-content .filter-item select{
    position: relative;
    opacity: 1;
    width: 100%;
    height: initial;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    color: #979797;
    border: 1px solid #979797;
    border-radius: 4px;
    padding: 0.7em 1.3em;
}
.system-table .section2 .content-content .filterbutton-content .filter-content .filter-item select option{

}

.system-table .section2 .content-content .filterbutton-content .filter-content .filter-item.accept-c{
    padding: 0;
}
.system-table .section2 .content-content .filterbutton-content .filter-content .filter-item.accept-c button{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding: 8px 15px;
    background: #D3A172;
    border-radius: 4px;
    width: 100%;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.system-table .section2 .content-content .count-results{
    padding: 0;
}
.system-table .section2 .content-content .count-results h3{
    font-family: 'Montserrat', sans-serif;
    color: #2d3134;
    margin: 0;
    font-weight: 600;
    text-align: center;
    font-size: 17px;
    padding: 30px 0 0;
}
.system-table .section2 .content-content .count-results h5{
    font-family: 'Montserrat', sans-serif;
    color: #2d3134;
    margin: 0;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    padding: 30px 0 0;
}
.system-table .section3{
    padding: 10px 0 20px;
}
.system-table .section3 .row{
    padding: 0;
}
.system-table .section3 .content-content{
    padding: 0;
}
.system-table .section3 table{
    margin: 0;
    background: #F5F5F5;
    /* border: 1px solid #E4E4E4; */
    box-shadow: -54px 50px 30px rgba(0, 0, 0, 0.01), -31px 28px 25px rgba(0, 0, 0, 0.05), -14px 13px 19px rgba(0, 0, 0, 0.09), -3px 3px 10px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.system-table .section3 table thead,
.system-table .section3 table tfoot{
    background: #E4E4E4;
    border-radius: 8px 8px 0px 0px;
}
.system-table .section3 table thead tr,
.system-table .section3 table tfoot tr{
    border: 0;
}
.system-table .section3 table thead tr th,
.system-table .section3 table tfoot tr th{
    color: #979797;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    padding: 8px 4px;
    background: #E4E4E4;
    /* border-bottom: 1px solid rgba(170, 170, 170, 0.22); */
}
.system-table .section3 table thead tr th:first-of-type,
.system-table .section3 table tfoot tr th:first-of-type{
    border-radius: 8px 0px 0px 0px;
}
.system-table .section3 table thead tr th:last-of-type,
.system-table .section3 table tfoot tr th:last-of-type{
    border-radius: 0 8px 0px 0px;
}
.system-table .section3 table th{
    text-align: center;
}
.system-table .section3 table tbody{
    /* background: #F5F5F5; */
    /* border: 1px solid #E4E4E4; */
    background: #F5F5F5;
    /* border: 1px solid #E4E4E4; */
    border-radius: 0px;
}
.system-table .section3 table tbody tr{
    border: 0;
}
.system-table .section3 table tbody tr td{
    color: #979797;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    padding: 8px 4px;
    background: #F5F5F5;
    /* border: 1px solid rgba(170, 170, 170, 0.22); */
    border-left: 0;
    border-right: 0;
    vertical-align: middle;
}
.system-table .section3 table tbody tr td a{

}
.system-table .section3 table tbody tr td a:hover,
.system-table .section3 table tbody tr td a:active,
.system-table .section3 table tbody tr td a:focus{
    text-decoration: none;
    outline: none;
}
.system-table .section3 table tbody tr:last-of-type td:first-of-type{
    border-radius: 0px 0px 0px 8px;
}
.system-table .section3 table tbody tr:last-of-type td:last-of-type{
    border-radius: 0 0px 8px 0px;
}
.system-table .section3 table tbody tr td.wc-pending{
    background: #ffe599;
    font-weight: 600;
}
.system-table .section3 table tbody tr td.wc-processing{
    background: #76a5af;
    font-weight: 600;
}
.system-table .section3 table tbody tr td.wc-on-hold{
    background: #f6b26b;
    font-weight: 600;
}
.system-table .section3 table tbody tr td.wc-completed{
    background: #b6d7a8;
    font-weight: 600;
}
.system-table .section3 table tbody tr td.wc-cancelled{
    background: #ea9999;
    font-weight: 600;
}
.system-table .section3 table tbody tr td.wc-refunded{
    background: #d5a6bd;
    font-weight: 600;
}
.system-table .section3 table tbody tr td.wc-failed{
    background: #8e7cc3;
    font-weight: 600;
}
.system-table .section3 table tbody tr td.wc-noprice{
    background: #cccccc;
    font-weight: 600;
}



.system-table .section3 table tbody tr td .check-content{
    display: block;
    position: relative;
    padding-left: 15px;
    margin: -8px 0 0 7px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.system-table .section3 table tbody tr td .check-content input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.system-table .section3 table tbody tr td .check-content .checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #686451;
    background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 3px;
}
.check-content:hover input ~ .checkmark {
    background-color: #F2BE48;
}
.check-content input:checked ~ .checkmark {
    background-color: #D3A172 !important;
    border: 1px solid #D3A172 !important;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check-content input:checked ~ .checkmark:after {
    display: block;
}
.check-content .checkmark:after {
    left: 25%;
    top: 47%;
    width: 4px;
    height: 8px;
    border: 1px solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-50%, -50%);
}



.system-table .section3 table tbody tr td .icon-content{
    
}
.system-table .section3 table tbody tr td .icon-content span{
    cursor: pointer;
}
.system-table .section3 table tbody tr td .icon-content a,
.system-table .section3 table tbody tr td .icon-content span{
    color: #2d3134;
    font-size: 16px;
}
.system-table .section3 table tbody tr td .icon-content a:hover,
.system-table .section3 table tbody tr td .icon-content a:active,
.system-table .section3 table tbody tr td .icon-content a:focus{
    
}
.system-table .section3 table tbody tr td .icon-content a i,
.system-table .section3 table tbody tr td .icon-content span i{
    font-size: 20px;
}
.system-table .section3 .pagination{
    border: none !important;
}
.system-table .section3 .pagination nav{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.system-table .section3 .pagination ul{

}
.system-table .section3 .pagination ul li{

}
.system-table .section3 .pagination ul li.active a{
    background: #2d3134;
    color: #fff;
}
.system-table .section3 .pagination ul li a{
    color: #2d3134;
    font-family: 'Montserrat', sans-serif;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    border: none;
    font-size: 12px;
    font-weight: 300;
}
.system-table .section3 .pagination ul li a:hover,
.system-table .section3 .pagination ul li a:focus,
.system-table .section3 .pagination ul li a:active{
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    border: none;
}
.system-table .section3 .panel-group{

}
.system-table .section3 .panel-group .panel-default{
    border: 0;
    margin-bottom: 40px;
}
.system-table .section3 .panel-group .panel-default:last-of-type{
    margin-bottom: 0;
}
.system-table .section3 .panel-group .panel-default .panel-heading{
    padding: 25px 15px;
    border-radius: 8PX;
    box-shadow: -54px 50px 30px rgba(0, 0, 0, 0.01), -31px 28px 25px rgba(0, 0, 0, 0.05), -14px 13px 19px rgba(0, 0, 0, 0.09), -3px 3px 10px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
    /* z-index: 1; */
    position: relative;
}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title{
    display: flex;
    justify-content: space-between;
    align-items: center;

    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title a{
    
}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title a:active,
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title a:focus,
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title a:hover{
    text-decoration: none;
    outline: none;
}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title a.button-area{

}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title a i{
    font-size: 50px;
    font-weight: bold;
}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title a[aria-expanded="false"] .fa-angle-down{
    display: block;
}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title a[aria-expanded="true"] .fa-angle-down{
    display: none;
}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title a[aria-expanded="false"] .fa-angle-up{
    display: none;
}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title a[aria-expanded="true"] .fa-angle-up{
    display: block;
}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title .left-content{

}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title .left-content .top-content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title .left-content .top-content h1{
    font-family: 'Montserrat', sans-serif;
    color: #2D3134;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title .left-content .top-content h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0 23px 0;
    padding: 5px 15px;
    border-radius: 4px;
}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title .left-content .top-content h2 b{
    opacity: 1;
}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title .left-content .top-content h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 5px 15px;
    background: #FDF0C4;
    color: #CCA31D;
    border-radius: 4px; 
}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title .left-content .bottom-content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 15px 0;
}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title .left-content .bottom-content h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #979797;
    margin: 0 15px 0 0;
    padding: 0;
}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title .left-content .bottom-content span{
    color: #979797;
}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title .left-content .bottom-content h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #979797;
    margin: 0;
    padding: 0;
}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title .left-content .bottom-content h4 b{
    font-weight: 600;
}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title .right-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title .right-content a.button-area{
    border-radius: 4px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.system-table .section3 .panel-group .panel-default .panel-heading .panel-title .right-content img{
    max-width: 100%;
}
.system-table .section3 .panel-group .panel-default .panel-collapse{
    margin-top: -10px;
    border-radius: 8px;
}
.system-table .section3 .panel-group .panel-default .panel-body{
    padding: 50px 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.system-table .section3 .panel-group .panel-default .panel-body .sesion-content{
    padding: 0 0 10px;
}
.system-table .section3 .panel-group .panel-default .panel-body .sesion-content p{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #2D3134;
}
.system-table .section3 .panel-group .panel-default .panel-body .sessions-content{
    padding: 0 0 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.system-table .section3 .panel-group .panel-default .panel-body .sessions-content .sc-content{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.system-table .section3 .panel-group .panel-default .panel-body .sessions-content .item-s-content{
    width: 23%;
    float: left;
    margin: 10px 10px;
    padding: 15px;
    border-radius: 10px;
    background: #F5F5F5;
    border-radius: 4px;
}
.system-table .section3 .panel-group .panel-default .panel-body .sessions-content .item-s-content p{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-weight: 700;
}
.system-table .section3 .panel-group .panel-default .panel-body .table-content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 15px 26px;
}
.system-table .section3 .panel-group .panel-default .panel-body .table-content .tc-content{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.system-table .section3 .panel-group .panel-default .panel-body button{
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #F5F5F5;
}
.system-table .section3 .panel-group .panel-default .panel-body button:hover,
.system-table .section3 .panel-group .panel-default .panel-body button:active,
.system-table .section3 .panel-group .panel-default .panel-body button:focus{

}
.system-table .section4{

}
.system-table .section4 .content-content{
    padding: 0;
}
.system-table .section4 .content-content .search-content{
    padding: 0;
}
.system-table .section4 .content-content .search-content a{
    text-decoration: underline;
    color: #2d3134;
}
.system-table .section4 .content-content .search-content a:focus,
.system-table .section4 .content-content .search-content a:hover,
.system-table .section4 .content-content .search-content a:active{
    text-decoration: none;
    outline: none;
}
.system-table .section4 .content-content .search-content a p{
    color: #2d3134;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
/* md */
@media screen and (max-width: 1199px){
}

/* sm */
@media screen and (max-width: 991px){
}

/* xs */
@media screen and (max-width: 767px){
    .system-table .section3{
        overflow-x: scroll;
    }
}

/* xxs */
@media screen and (max-width: 500px){
    .system-table .section1 .filtros-content {
        padding: 0;
    }
}