table {
    border: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
table thead {
    background: #F0F0F0;
    height: 60px !important;
}
table thead tr th:first-child {
    padding-left: 45px;
}
table thead tr th {
    text-transform: uppercase;
    line-height: 60px !important;
    text-align: left;
    font-size: 11px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
table tbody {
    background: #fff;
}
table tbody tr {
    border-top: 1px solid #e5e5e5;
    height: 60px;
}
table tbody tr td:first-child {
    padding-left: 45px;
}
table tbody tr td {
    height: 60px;
    line-height: 60px !important;
    text-align: left;
    padding: 0 10px;
    font-size: 14px;
}
table tbody tr td i {
    margin-right: 8px;
}

@media screen and (max-width: 800px) {
    table {
        border: 1px solid transparent;
        box-shadow: none;
    }
    table thead {
        display: none;
    }
    table tbody tr {
        border-bottom: 45px solid #F8F8F8;
    }
    table tbody tr td:first-child {
        padding-left: 10px;
    }
    table tbody tr td:before {
        content: attr(data-label);
        float: left;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: bold;
    }
    table tbody tr td {
        display: block;
        text-align: right;
        font-size: 14px;
        padding: 0px 10px !important;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    }
}
.btn-a-outline-blue:not(:disabled):not(.disabled).active, .btn-a-outline-blue:not(:disabled):not(.disabled):active, .show > .btn.btn-a-outline-blue.dropdown-toggle {
    color: #0d6ce1;
    border-color: #4790e8;
    background-color: transparent;
}
.btn-h-blue:hover {
    background-color: #2d81e7;
    border-color: #2d81e7;
    color: #fff;
}
.btn-a-bgc-white:not(.disabled):not(:disabled).active, .btn-a-bgc-white:not(.disabled):not(:disabled):active, .btn-a-bgc-white[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active, .btn-a-bgc-white[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active, .btn-bgc-white, .btn-bgc-white:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle), .btn-h-bgc-white:hover, .btn.btn-f-bgc-white:focus, .btn.btn-h-bgc-white:hover {
    background-color: #fff;
}
.btn-a-outline-blue:not(:disabled):not(.disabled).active[class*="btn-outline-"], .btn-a-outline-blue:not(:disabled):not(.disabled):active[class*="btn-outline-"], .show > .btn.btn-a-outline-blue.dropdown-toggle[class*="btn-outline-"] {
    background-color: rgba(40,116,208,.085);
    color: #0c67d6;
}
.btn.btn-outline-secondary.btn-h-blue {
    min-width: 100px;
    min-height: 100px;
}
.btn.btn-outline-secondary.btn-h-blue {
    min-width: 125px !important;
}
.nav-tabs {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    border: none;
}
.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    transition: color .2s ease-out;
}
.tabs-dark .nav-link {
    color: #fff;
}
.tabs-light .nav-link {
    color: rgba(0,0,0,.5);
}
.tabs-dark .nav-link:not(.active):hover {
    color: #aeb0b3;
}
.tabs-light .nav-link:not(.active):hover {
    color: #495057;
}
.nav-pills .nav-link {
    border-radius: 2px;
    color: #495057;
    transition: color .2s ease-out, box-shadow .2s;
}
.nav-pills .nav-link:hover {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.nav-pills .nav-item {
    margin: 0 5px;
}
.nav-pills.pills-dark .nav-link.active {
    background-color: #343a40!important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.nav-pills.pills-dark .nav-link:not(.active):hover {
    color: #1d1e22;
}
.tabs-marker .nav-link {
    position: relative;
}
.tabs-marker .nav-link.active .marker {
    height: 30px;
    width: 30px;
    left: 50%;
    bottom: -30px;
    transform: translatex(-50%);
    position: absolute;
    overflow: hidden;
}
.tabs-marker .nav-link.active .marker:after {
    content: "";
    height: 15px;
    width: 15px;
    top: -8px;
    left: 50%;
    transform: rotate(45deg) translatex(-50%);
    transform-origin: left;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    position: absolute;
}
.tabs-marker .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #e41c24 !important;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('img/pageLoader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}