@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

#wrap {
    opacity: 0.3;
}
body {
    font-family: 'Poppins', sans-serif;
    /*background: #fafafa;*/
    background-color: #e4e5e6;
}

th {
    font-size: 12px;
}

tr {
    line-height: 1;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 31px;
    background: #fff;
    border: none;
    border-radius: 0;
    /* margin-bottom: 40px; */
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i, span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 200px;
    max-width: 200px;
    background: #2f353a;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 50px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    /* padding: 20px 0; */
    /* border-bottom: 1px solid #47748b; */
}

#sidebar ul li a {
    padding: 10px;
    /* font-size: 1.1em; */
    display: block;
    color: #ffffff;
}
#sidebar ul li a:hover {
    color: #fff;
    background: #20a8d8;
}
#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6a7882ed;
}

#sidebar ul li > li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #475056ed;
}

a[data-toggle="collapse"] {
    position: relative;
}

/*a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}*/


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: rgba(0, 0, 0, 0.2);
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}
.dl_time {
    font-size: 9px;
    color: grey;
}

.dl_tbody td {
    text-align: center;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important ;
    }
    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right:  0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

.card {
    margin-bottom: 10px;
}

.tbaccs {
    margin-bottom: 0;
}

.dm {
    position: relative;
    top: -23px;
    font-size: 9px;
}

.tv_date {
    position: relative;
    top: -3px;
    font-size: 9px;
}

th, td {
    text-align: center;
}

.wait {
    width: 28px;
    height: 28px;
    float: left;
}

th.sticky-top {
    background-color: #f5eded;
    top: -7px;
    padding-right: 0px!important;
    margin-right: 0px!important;
}
.show-tick {
    z-index: 2000;
}
.modal-lg {
    max-width: 1200px;
}
.nav-icon {
    display: inline-block;
    width: 1.09375rem;
    margin: 0 0.5rem 0 0;
    font-size: 0.875rem;
    color: #73818f;
    text-align: center;
}
.active .nav-icon {
    color: #20a8d8;
}
#sidebar li a:hover .nav-icon {
    color: #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #f5eded;
    border-color: #f5eded #f5eded #f5eded;
}

/*tablesorter*/

.tablesorter-bootstrap {
    width: 100%;
}

.tablesorter-bootstrap tfoot td,
.tablesorter-bootstrap tfoot th,
.tablesorter-bootstrap thead td,
.tablesorter-bootstrap thead th {
    /* font: 14px/20px Arial, Sans-serif; */
    font-weight: 700;
    padding: 4px;
    /* margin: 0 0 18px; */
}

.tablesorter-bootstrap thead .tablesorter-header {
    background-position: right 5px center;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: normal;
}

.tablesorter-bootstrap:not(.table-dark) tfoot td,
.tablesorter-bootstrap:not(.table-dark) tfoot th,
.tablesorter-bootstrap:not(.table-dark) thead:not(.thead-dark) .tablesorter-header {
    /* background-color: #eee */
}

.tablesorter-bootstrap thead .sorter-false {
    cursor: default;
    background-image: none
}

.tablesorter-bootstrap .tablesorter-header-inner {
    position: relative;
    padding: 4px 18px 4px 4px
}

.tablesorter-bootstrap .sorter-false .tablesorter-header-inner {
    padding: 4px
}

.tablesorter-bootstrap thead .tablesorter-headerUnSorted:not(.sorter-false) {
    background-image: url(../img/ts/ice-unsorted.gif);
}

.tablesorter-bootstrap thead .tablesorter-headerAsc {
    background-image: url(../img/ts/ice-asc.gif);
}

.tablesorter-bootstrap thead .tablesorter-headerDesc {
    background-image: url(../img/ts/ice-desc.gif)
}

.tablesorter-bootstrap thead.thead-dark .tablesorter-headerUnSorted:not(.sorter-false),
.tablesorter-bootstrap.table-dark thead .tablesorter-headerUnSorted:not(.sorter-false) {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE0IDIwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTQgMTNsLTIuNS0yLjVMNyAxNWwtNC41LTQuNUwwIDEzbDcgN3pNMTQgNy41TDExLjUgMTAgNyA1LjUgMi41IDEwIDAgNy41bDctN3oiLz48L3N2Zz4=)
}

.tablesorter-bootstrap thead.thead-dark .tablesorter-headerAsc,
.tablesorter-bootstrap.table-dark thead .tablesorter-headerAsc {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTQgOS41TDExLjUgMTIgNyA3LjUgMi41IDEyIDAgOS41bDctN3oiLz48L3N2Zz4=)
}

.tablesorter-bootstrap thead.thead-dark .tablesorter-headerDesc,
.tablesorter-bootstrap.table-dark thead .tablesorter-headerDesc {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTQgNWwtMi41LTIuNS00LjUgNC41LTQuNS00LjVMMCA1IDcgMTJ6Ii8+PC9zdmc+)
}

.tablesorter-bootstrap:not(.table-dark)>tbody>tr.odd>td,
.tablesorter-bootstrap:not(.table-dark)>tbody>tr.tablesorter-hasChildRow.odd:hover~tr.tablesorter-hasChildRow.odd~.tablesorter-childRow.odd>td {
    background-color: #f9f9f9
}

.tablesorter-bootstrap:not(.table-dark)>tbody>tr.even:hover>td,
.tablesorter-bootstrap:not(.table-dark)>tbody>tr.hover>td,
.tablesorter-bootstrap:not(.table-dark)>tbody>tr.odd:hover>td,
.tablesorter-bootstrap:not(.table-dark)>tbody>tr.tablesorter-hasChildRow.even:hover~.tablesorter-childRow.even>td,
.tablesorter-bootstrap:not(.table-dark)>tbody>tr.tablesorter-hasChildRow.odd:hover~.tablesorter-childRow.odd>td {
    background-color: #f5f5f5
}

.tablesorter-bootstrap:not(.table-dark)>tbody>tr.even>td,
.tablesorter-bootstrap:not(.table-dark)>tbody>tr.tablesorter-hasChildRow.even:hover~tr.tablesorter-hasChildRow.even~.tablesorter-childRow.even>td {
    background-color: #fff
}

.tablesorter-bootstrap .tablesorter-processing {
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=);
    background-position: center center!important;
    background-repeat: no-repeat!important
}

.tablesorter-bootstrap:not(.table-dark)>tbody>tr.odd td.primary {
    background-color: #bfbfbf
}

.tablesorter-bootstrap:not(.table-dark)>tbody>tr td.primary,
.tablesorter-bootstrap:not(.table-dark)>tbody>tr.even td.primary {
    background-color: #d9d9d9
}

.tablesorter-bootstrap:not(.table-dark)>tbody>tr.odd td.secondary {
    background-color: #d9d9d9
}

.tablesorter-bootstrap:not(.table-dark)>tbody>tr td.secondary,
.tablesorter-bootstrap:not(.table-dark)>tbody>tr.even td.secondary {
    background-color: #e6e6e6
}

.tablesorter-bootstrap:not(.table-dark)>tbody>tr.odd td.tertiary {
    background-color: #e6e6e6
}

.tablesorter-bootstrap:not(.table-dark)>tbody>tr td.tertiary,
.tablesorter-bootstrap:not(.table-dark)>tbody>tr.even td.tertiary {
    background-color: #f2f2f2
}

.tablesorter-bootstrap:not(.table-dark)>.caption {
    background-color: #fff
}

.tablesorter-bootstrap .tablesorter-filter-row input.tablesorter-filter,
.tablesorter-bootstrap .tablesorter-filter-row select.tablesorter-filter {
    width: 98%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height .1s ease;
    -moz-transition: height .1s ease;
    -o-transition: height .1s ease;
    transition: height .1s ease
}

.tablesorter-bootstrap:not(.table-dark) .tablesorter-filter-row {
    background-color: #efefef
}

.tablesorter-bootstrap:not(.table-dark) .tablesorter-filter-row input.tablesorter-filter,
.tablesorter-bootstrap:not(.table-dark) .tablesorter-filter-row select.tablesorter-filter {
    color: #333
}

.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter.disabled {
    cursor: not-allowed;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    box-sizing: border-box;
    transition: height .1s ease
}

.tablesorter-bootstrap:not(.table-dark) .tablesorter-filter-row td {
    line-height: normal;
    text-align: center;
    padding: 4px 6px;
    vertical-align: middle;
    -webkit-transition: line-height .1s ease;
    -moz-transition: line-height .1s ease;
    -o-transition: line-height .1s ease;
    transition: line-height .1s ease
}

.tablesorter-bootstrap .tablesorter-filter-row.hideme td {
    padding: 2px;
    margin: 0;
    line-height: 0
}

.tablesorter-bootstrap .tablesorter-filter-row.hideme * {
    height: 1px;
    min-height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0
}

.tablesorter .filtered {
    display: none
}

.tablesorter-bootstrap .tablesorter-pager .pagedisplay {
    border: 0
}

.tablesorter:not(.table-dark) .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99
}

@keyframes spin{
    from {
        transform:rotate(0deg)
    }
    to {
        transform:rotate(360deg)
    }
}

.spin-loader {
    position:absolute;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    z-index: 9999;
    min-width:initial;
    min-height:initial;
    background:transparent;
    display:inline-block;
    width: 70px;
    height:70px;
    border: 5px solid #2cdee6;
    border-radius: 50%;
    animation: spin 1.15s infinite linear;
    border-color: transparent;
    border-top-color: #3dcece;
    transition: opacity .3s;
}

.spin-loader:before,
.spin-loader:after{
    left: -5px;
    top: -5px;
    display: none;
    position: absolute;
    content:'';
    width:inherit;
    height:inherit;
    border:inherit;
    border-radius:inherit
}

.spin-loader:before{
    display:inline-block;
    border-color:transparent;
    border-top-color: #9cf3f3;
    animation: spin 1.5s infinite ease;
}

td.domains {
    max-width: 325px;
}

span#Go_Top, span#Go_Bottom {
    font-size: 30px;
    margin-right: 10px;
    color: #38c172;
    z-index: 10;
}

a.btn.btn-sm.btn-success.collapse_btn {
    background: #38c172;
}

tbody.mirrors {
    background: #ed143d40;
}