/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/* [Frontend] */

/* [/Frontend] */

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}
 
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 8px;
    display: block;
    font-family: FontAwesome;
}

table.dataTable thead th.sorting:after {
    content: "\f0dc";
    color: #ddd;
    font-size: 0.8em;
    padding-top: 0.12em;
}
table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
}
table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
}

.winterlock_wrap table.dataTable > tbody > tr > td
{
    vertical-align:middle;
    outline: none;
}

table.dataTable td.details-control {
    background: url('../resources/details_open.png') no-repeat center center;
    cursor: pointer;
    font-weight:bold;
}

table.dataTable tr.shown td.details-control {
    background: url('../resources/details_close.png') no-repeat center center;
}

.wrap h1
{
    padding-bottom:20px;
}

td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
    width: 30px !important;
    min-width: 30px;
    max-width: 30px;
}

tr.parent td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}  

.winterlock_wrap .dataTable  .input-sm {
    padding: 0px 10px;
}

body .winterlock_wrap .panel-default>.panel-heading {
    color: #fff;
    border-color: #d23229;
    padding: 12px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgb(170,45,38);
    background: -o-linear-gradient(90deg, #f94b42 0%, rgb(239, 104, 98) 55%, rgb(249, 136, 130) 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f94b42), color-stop(55%, rgb(239, 104, 98)), to(rgb(249, 136, 130)));
    background: -o-linear-gradient(left, #f94b42 0%, rgb(239, 104, 98) 55%, rgb(249, 136, 130) 100%);
    background: linear-gradient(90deg, #f94b42 0%, rgb(239, 104, 98) 55%, rgb(249, 136, 130) 100%);
}

body .winterlock_wrap .pagination>.active>a, 
body .winterlock_wrap .pagination>.active>a:focus,
body .winterlock_wrap .pagination>.active>a:hover, 
body .winterlock_wrap .pagination>.active>span, 
body .winterlock_wrap .pagination>.active>span:focus,
body .winterlock_wrap .pagination>.active>span:hover {
    background-color: #fba56a;
    border-color: #fba56a;
}

table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
    cursor: pointer;
}

.wp-core-ui .button-primary
.wp-core-ui .button-group.button-hero .button, .wp-core-ui .button.button-hero,
body .winterlock_wrap .pagination>li>a, 
body .winterlock_wrap .pagination>li>span,
body table.dataTable tbody>tr > td:first-child,
.winterlock_wrap .btn,
.winterlock_wrap .btn-primary,
.winterlock_wrap .btn-warning,
.winterlock_wrap .btn-danger,
.dataTable input,
.wrap .page-title-action,
table.dataTable tbody tr td.select-checkbox:before, 
table.dataTable tbody tr th.select-checkbox:before,
body table.dataTable tbody>tr {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.dashicons.wal-system-icon.dashicons-before::before {
    -webkit-transition: all 0s ease-out !important;
    -o-transition: all 0s ease-out !important;
    transition: all 0s ease-out !important;
}

body table.dataTable tbody>tr>.selected,
body table.dataTable tbody > tr.odd.selected, 
body table.dataTable tbody>tr.selected, 
body table.dataTable tbody > tr > .odd.selected {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(255, 102, 51, 0.45);
            box-shadow: 0px 3px 5px 0px rgba(255, 102, 51, 0.45);
    background: #ffffff;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    background-color: rgba(255, 255, 255, .15);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    border-radius: 3px 0 0 3px;
}

.winterlock_wrap a {
    color: #337ab7;
    text-decoration: none;
}

body .winterlock_wrap table.dataTable {
    border-collapse: unset;
    font-size: 14px;
    color: #232425;
}

body .winterlock_wrap table.dataTable tbody td.select-checkbox::before, 
body .winterlock_wrap table.dataTable tbody th.select-checkbox::before {
    border: 1px solid #7d7575;
    width: 18px;
    height: 18px;
    border-radius: 0;
    margin-left: -9px;
    margin-top: -9px;
}

.winterlock_wrap table.dataTable tbody tr.selected .select-checkbox:before {
    background: #fff;
    background: #f9a26c;
    border-color: #f9a26c;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-left: -11px;
    margin-top: -11px;
}

.winterlock_wrap table.dataTable tr.selected .select-checkbox:after {
    content: '\2714';
    margin-top: -10px;
    margin-left: -6px;
    text-align: center;
    text-shadow: 1px 1px #f9a26c, -1px -1px #f9a26c, 1px -1px #f9a26c, -1px 1px #f9a26c;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.winterlock_wrap  table.dataTable .label {
    padding: 0.5em .9em .6em;
    font-size: 90%;
    font-weight: 700;
}

.wrap.winterlock_wrap .page-title-action, 
.wrap.winterlock_wrap .page-title-action:focus,
.wrap.winterlock_wrap .page-title-action:active {
    padding: 8px 17px;
    border: 1px solid #fd2b22;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background: #ff4d43;
    border-radius: 8px;
    text-shadow: none;
    top: 0;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    outline: none !important;
}

.wrap.winterlock_wrap .page-title-action:hover {
    border: 1px solid #fd2b22;
    color: #fd2b22;
    background: transparent;
}

.wrap.winterlock_wrap .panel-heading .page-title-action:hover {
    color: #fff;
}

.dataTable input:not([type="checkbox"]):focus,
.dataTable input:focus {
    border-color: #ff4036;
    -webkit-box-shadow: 0 0 0 1px #ff4036;
            box-shadow: 0 0 0 1px #ff4036;
}

.winterlock_wrap input[type=file],
.winterlock_wrap input[type=checkbox],
.winterlock_wrap input[type=radio],
.winterlock_wrap input[type=file]:focus,
.winterlock_wrap input[type=checkbox]:focus,
.winterlock_wrap input[type=radio]:focus {
    outline: initial !important;
}

.dataTable div.dataTables_wrapper div.dataTables_length select,
.dataTable input:not([type="checkbox"]) {
    padding: 8px 10px;
    outline: initial;
    border: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 1px rgba(111, 111, 111, 0.28);
            box-shadow: 0 0 5px 1px rgba(111, 111, 111, 0.28);
}

.winterlock_wrap a:focus {
    outline: initial !important;
    outline-offset: -2px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

body .winterlock_wrap .table>thead>tr>th {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
}

body .winterlock_wrap .form-control:focus {
    border-color: #ff4036;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgb(255, 64, 54);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgb(255, 64, 54);
}

body .winterlock_wrap .btn-group-xs>.btn, 
body .winterlock_wrap .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin: 2px 0px;
}

.dataTables_paginate.paging_simple_numbers {
    text-align: right;
}

body .winterlock_wrap .pagination>li:first-child>a, 
body .winterlock_wrap .pagination>li:first-child>span {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fba56a;
}


body .winterlock_wrap .pagination>li:last-child>a, 
body .winterlock_wrap .pagination>li:last-child>span {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fba56a;
}

body .winterlock_wrap .pagination>li>a, 
body .winterlock_wrap .pagination>li>span {
    padding: 5px 11px;
    color: #c3c3c3;
    font-size: 14px;
    text-shadow: 0 0 1px #cdcdcf;
    border: 0;
}

body .winterlock_wrap .pagination>li>a:hover, 
body .winterlock_wrap .pagination>li>span:hover {
    color: #fff;
    background: #fba56a;
}

body table.dataTable tbody>tr > td:first-child {
    border-left: 5px solid #ffff;
    border-radius: 3px 0 0 3px;
}

body table.dataTable tbody>tr:hover > td:first-child,
body table.dataTable tbody>tr.selected > td:first-child {
    border-left: 5px solid #fba56a;
    border-radius: 3px 0 0 3px;
}

body .winterlock_wrap .panel {
    background-color: #fdfdff;
    border-radius: 10px;
}

.dataTables_info {
    color: #868686;
}

.dataTable div.dataTables_wrapper div.dataTables_length select {
    padding: 0 10px !important;
}

body .winterlock_wrap .pagination {
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 15px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 15px 2px rgba(0, 0, 0, 0.1);
    width: initial;
    padding-bottom: 0;
}

.dataTable thead input[type=checkbox]:checked::before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIC00NiA0MTcuODEzMzMgNDE3IiB3aWR0aD0iNTEyIiBjbGFzcz0iIj48Zz48cGF0aCBkPSJtMTU5Ljk4ODI4MSAzMTguNTgyMDMxYy0zLjk4ODI4MSA0LjAxMTcxOS05LjQyOTY4NyA2LjI1LTE1LjA4MjAzMSA2LjI1cy0xMS4wOTM3NS0yLjIzODI4MS0xNS4wODIwMzEtNi4yNWwtMTIwLjQ0OTIxOS0xMjAuNDY4NzVjLTEyLjUtMTIuNS0xMi41LTMyLjc2OTUzMSAwLTQ1LjI0NjA5M2wxNS4wODIwMzEtMTUuMDg1OTM4YzEyLjUwMzkwNy0xMi41IDMyLjc1LTEyLjUgNDUuMjUgMGw3NS4xOTkyMTkgNzUuMjAzMTI1IDIwMy4xOTkyMTktMjAzLjIwMzEyNWMxMi41MDM5MDYtMTIuNSAzMi43Njk1MzEtMTIuNSA0NS4yNSAwbDE1LjA4MjAzMSAxNS4wODU5MzhjMTIuNSAxMi41IDEyLjUgMzIuNzY1NjI0IDAgNDUuMjQ2MDkzem0wIDAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD48L2c+IDwvc3ZnPg==);
    height: 16px;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 0;
    margin-top: 0;
}

.dataTable thead input[type=checkbox]:checked {
    border-color: #f9a26c;
    border-radius: 50%;
    background: #f9a26c;
    -webkit-box-shadow: 0 0 0 2px #f9a26c;
            box-shadow: 0 0 0 2px #f9a26c;
}

.dataTable thead input[type=checkbox] {
    border: 1px solid #7d7575;
    width: 18px;
    height: 18px;
    border-radius: 0;
    right: -2px;
    position: relative;
}

.dataTable thead input:focus {
    border-color: #f9a26c;
    -webkit-box-shadow: 0 0 0 1px #f9a26c;
            box-shadow: 0 0 0 1px #f9a26c;
}

/* default elements */

body .winterlock_wrap .label-success {
    background-color: #20c1cf;
}

body .winterlock_wrap .label-warning {
    background-color: #ae93f0;
}

body .winterlock_wrap .btn-danger {
    background-color: #ff4036;
    border-color: #ff4036;
}

body .winterlock_wrap .btn-danger.active,
body .winterlock_wrap .btn-danger:active, 
body .winterlock_wrap .btn-danger:hover,
body .winterlock_wrap .open>.dropdown-toggle.btn-danger {
    background-color: #ff7a99;
    border-color: #ff7a99;
}

body .winterlock_wrap .btn-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

body .winterlock_wrap .btn-warning.active,
body .winterlock_wrap .btn-warning:active,
body .winterlock_wrap .btn-warning:hover,
body .winterlock_wrap .open>.dropdown-toggle.btn-warning {
    background-color: #f4c27a;
    border-color: #f4c27a;
}

body .winterlock_wrap .btn-primary {
    background-color: #26bfcf;
    border-color: #26bfcf;
}

body .winterlock_wrap .btn-primary.active, 
body .winterlock_wrap .btn-primary:active, 
body .winterlock_wrap .btn-primary:hover, 
body .winterlock_wrap .open>.dropdown-toggle.btn-primary {
    background-color: #20c1cf;
    border-color: #20c1cf;
}

/* default elements */

body .winterlock_wrap .panel-default>.panel-heading.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-align-items;
    -webkit-align-items: space-between;
    -webkit-align-items: center;
    padding: 8px 15px;
    min-height: 54px;
}

.wrap h1 {
    font-weight: 600;
    color: #010b44;
}

.table_log {
    position: relative;
}

.table_log:after {
    content: '';
    position: absolute;
    background: transparent;
    /* border: 1px dashed #e2e1e7; */
    background: url(../img/log_bullet.jpg) repeat;
    width: 3px;
    top: 30px;
    bottom: 30px;
    left: 25px;
    z-index: 0;
}

.table_log td {
    position: relative;
    z-index: 1;
}

.winterlock_wrap .table_log.table>tbody>tr>td,
.winterlock_wrap .table_log.table>tbody>tr>th,
.winterlock_wrap .table_log.table>tfoot>tr>td,
.winterlock_wrap .table_log.table>tfoot>tr>th,
.winterlock_wrap .table_log.table>thead>tr>td,
.winterlock_wrap .table_log.table>thead>tr>th {
    padding: 12px 10px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 0;
}

.winterlock_wrap .table_log.table {
    font-size: 16px;
    font-weight: 400;
    color: #8a8a8a;
    text-shadow: 0 0 1px #98a3aba3;
}

.winterlock_wrap .table_log.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.winterlock_wrap .table_log .icon_log {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 30px;
    display: inline-block;
    background: #e2e1e7;
    position: relative;
    margin-right: 15px;
}


.winterlock_wrap .table_log .icon_log:after {
    content: '\2714';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate( -50%, -50%);
        -ms-transform: translate( -50%, -50%);
            transform: translate( -50%, -50%);
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-left: -3px;
}

.winterlock_wrap .table_log .icon_log {
    float: left;
}

.winterlock_wrap .table_log .event_log_description {
    margin-left: 50px;
    padding-top: 6px;
    position: relative;
}

.winterlock_wrap .table_log .event_td a {
    color: inherit;
    text-decoration: none;
    text-shadow: inherit;
}

body .winterlock_wrap .panel_log.panel-default>.panel-heading {
    color: #fff;
    border-color: #5c4bcf;
    padding: 12px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #5c4bcf;
    background: -o-linear-gradient(90deg, #f94b42 0%, rgb(239, 104, 98) 55%, rgb(249, 136, 130) 100%);
    background: -webkit-gradient(linear, left top, right top, from(#5c4bcf), color-stop(55%, #5f4ed0), to(#5c4bcf));
    background: -o-linear-gradient(left, #5c4bcf 0%, #5f4ed0 55%, #5c4bcf 100%);
    background: linear-gradient(90deg, #5c4bcf 0%, #5f4ed0 55%, #5c4bcf 100%);
}


.table_log .log_alert {
    background: #fff;
    -webkit-box-shadow: 0 0 8px 1px #dcdcdc;
            box-shadow: 0 0 8px 1px #dcdcdc;
    padding: 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 400px;
    height: 100px;
    position: absolute;
    z-index: 1000000000;
    bottom: calc( 100% + 22px);
    left: -60px;
}


.table_log .log_alert {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.table_log .event_td:hover  {
    z-index: 100;
}

.table_log .event_td .event_log_description:hover .log_alert {
    visibility: visible;
    opacity: 1;
}

.table_log .log_alert > * {
    padding: 5px 5px;
}

.table_log .log_alert .lga_thumbnail {
    width:  100px;
    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;
}

.table_log .log_alert .lga_content {
    -webkit-box-flex: 1;
        -ms-flex: 1 2 auto;
            flex: 1 2 auto;
    font-size: 12px;
    color: #4e4e4e;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.table_log .log_alert .lga_content a {
    display: inline-block;
    color: #337ab7;
}

.table_log .log_alert .lga_content br {
    display: none;
}

.table_log .log_alert .lga_icons {
    width:  100px;
    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;
}

.table_log .log_alert .lga_icons .icon_log {
    margin-right: 0;
}

.table_log .log_alert .lga_thumbnail img,
.table_log .log_alert .lga_thumbnail .dashicons {
    width: 55px;
    font-size: 50px;
    height: 55px;
    background: #9E9E9E;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.table_log .log_alert .lga_thumbnail .dashicons:before {
    width: 55px;
    height: 60px;
    font-size: 40px;
    vertical-align: middle;
    text-align: center;
}

/* event classes */

.winterlock_wrap .table_log .ajax_request.event_td .icon_log {
    background: #5bc0de;
}

.winterlock_wrap .table_log .ajax_request.event_td {
    color: #5bc0de;
}
                  

.winterlock_wrap .table_log .login_data.event_td .icon_log {
    background: #ae93f0;
}

.winterlock_wrap .table_log .login_data.event_td {
    color: #ae93f0;
}
                  

.winterlock_wrap .table_log .plugins.event_td .icon_log {
    background: #e2e1e7;
}

.winterlock_wrap .table_log .plugins.event_td {
    color: #e2e1e7;
}

/* end event classes */

/* winterlock_save_search_filter */

.winterlock_save_search_filter {
    position: relative;
}

.winterlock_save_search_filter .winterlock_save_search_filter_btn {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    border-radius: .25rem;
    display: flex;
}

.winterlock_save_search_filter .winterlock_save_search_filter_btn a.btn_save {
    flex: 1 2 auto;
    text-align: left;
    padding: 7px 15px;
}

.winterlock_save_search_filter .winterlock_save_search_filter_btn a.btn-toggle {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 0 .25rem .25rem 0;
}

.winterlock_save_search_filter .winterlock_save_search_filter_btn a {
    color: #fff !important;
}

.winterlock_save_search_filter .winterlock_save_search_filter_btn a:hover {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.winterlock_save_search_filter .winterlock_list_filters {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    -webkit-box-shadow: 0px 3px 15px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 15px 2px rgba(0, 0, 0, 0.1);
    transition: all .35s;
    max-height: 0px;
    visibility: hidden;
    overflow: hidden;
    overflow-y: auto;
}

.winterlock_save_search_filter.show .winterlock_list_filters {
    max-height: 150px;
    visibility: visible;
    padding: 5px 0;
    margin: 0;
}

.winterlock_save_search_filter .winterlock_list_filters li {
    padding: 0;
    margin: 0;
    display: flex;
}

.winterlock_save_search_filter .winterlock_list_filters a.btn-load-save {
    padding: 5px 15px;
    display: inline-block;
    text-decoration: none;
    flex: 1 2 auto;
}

.winterlock_save_search_filter .winterlock_list_filters a.remove {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #cc0909;
}

.winterlock_list_filters_form {
    display: flex;
    align-items: center;
}

.winterlock_list_filters_form label{
    margin-right: 5px;
}

/* end winterlock_save_search_filter */

.sw_wal_log_events_print {
    //padding-bottom: 7px;
}

.sw_wal_log_events_print td {
    border-bottom: 1px solid #ccd0d4;
}

.winterlock_wrap .footer-btns .btn {
    padding: 8px 12px;
    margin: 3px 3px;
}

.wrap.winterlock_wrap .footer-btns .page-title-action, .wrap.winterlock_wrap .footer-btns .page-title-action:focus, .wrap.winterlock_wrap .footer-btns .page-title-action:active {
    border-radius: 4px;
    margin: 3px 3px;
}

.winterlock_wrap table.dataTable tfoot {
    display: table-header-group;
}

.winterlock_wrap table.dataTable thead {
    display: table-row-group;
}

.winterlock_wrap .winterlock_wrap .table>tfoot>tr>th {
    border-top: 0;
    border-bottom: 2px solid #ddd;
    padding: 5px 8px 19px;
}

.panel-heading .page-title-action {
    text-decoration: none !important;
}

.winterlock_wrap.wl_popup_tutorial .alert {
    padding: 10px 15px;
    margin-bottom: 10px;
}

.winterlock_wrap.wl_popup_tutorial iframe {
    width: 100%;
    max-width: 100%;
}

.winterlock_wrap .table>tbody>tr>td, 
.winterlock_wrap .table>tbody>tr>th,
.winterlock_wrap .table>tfoot>tr>td, 
.winterlock_wrap .table>tfoot>tr>th, 
.winterlock_wrap .table>thead>tr>td, 
.winterlock_wrap .table>thead>tr>th {
    padding: 4px 8px;
}

.winterlock_wrap .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: left;
}

.winterlock_wrap .dataTables_wrapper .dataTables_length, 
.winterlock_wrap .dataTables_wrapper .dataTables_filter, 
.winterlock_wrap .dataTables_wrapper .dataTables_info, 
.winterlock_wrap .dataTables_wrapper .dataTables_processing, 
.winterlock_wrap .dataTables_wrapper .dataTables_paginate {
    color: inherit;
}

.winterlock_wrap .dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: initial;
    display: initial;
    min-width: initial;
    padding: initial;
    margin-left: initial;
    text-align: initial;
    text-decoration: none !important;
    cursor: initial;
    cursor: initial;
    color: initial !important;
    border: initial;
    border-radius: initial;
}

.winterlock_wrap .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: initial !important;
    border: initial;
    background-color: initial;
}

.winterlock_wrap  .dataTables_wrapper .dataTables_processing {
    position: initial;
    top: initial;
    left: initial;
    width: 100%;
    height: 40px;
    margin-left: initial;
    margin-top: initial;
    padding-top: initial;
    text-align: initial;
    font-size: initial;
    border-radius: 3px;
}


/* sw_log_notify */

.sw_log_notify-box {
    position: fixed;
    right: 15px;
    bottom: 0;
    z-index: 100;
    
    position: fixed;
    z-index: 5000;
    bottom: 10px;
    right: 10px;
}

.sw_log_notify {
    position: relative;
    background: #fffffff7;
    padding: 12px 15px;
    border-radius: 15px;
    width: 250px;
    box-shadow: 0px 1px 0px 0.25px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0 3px 2px rgba(0, 0, 0, 0.08);
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    
    background: #5cb811;
    background: rgba(92, 184, 17, 0.9);
    padding: 15px;
    border-radius: 4px;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
    
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sw_log_notify.error  {
    margin: 0;
    margin-bottom: 10px;
    background: #cf2a0e;
    padding: 12px 15px;
}

.sw_log_notify.loading  {
    background: #5bc0de;
}

.sw_log_notify {
    display: block;
    margin-top: 10px;
    position: relative;
    opacity: 0;
    transform: translateX(120%);
}

.sw_log_notify.show {
    transform: translateX(0);
    opacity: 1;
}
    
/* end sw_log_notify */

.winterlock_wrap .fa-custom-ajax-indicator-opc {
    display: inline-block;
    margin-left: 3px;
    margin-right: -5px;
}

.winterlock_wrap .hidden_opacity {
    opacity: 0
}

.winterlock_wrap .dataTables_processing.panel.panel-default {
    padding-left: 7px;
    height: 100%;
    line-height: 20px;
    color: #fff;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    
    background-color: #5bc0de;
    
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    
    width: 181px;
}

.jconfirm-content-pane #wpfooter {
    display: none ;
}

.wrap.winterlock_wrap > h1 {
    font-size: 2em;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

.winterlock_wrap .pagination a i {
    color: inherit;
}

.winterlock_wrap .pagination a {
    width: auto;
    height: auto;
    border-radius: 0;
}