/*-----------------
	1. General
-----------------------*/
body {
    background-color: white;
}

main {
    padding: 0 10px 10px 10px;
}

.main-wrapper {
    padding: 10px
}

.content {
    border-radius: 5px;
    height: 750px;
}

.nav-container {
    border: 1px solid #428bca;
    border-radius: 5px
}

.tab-pane {
    padding: 20px;
    border-radius: 5px;

}


.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover:not(.active) {

    border-color: transparent;
}

.nav-tabs .nav-link {
    border-radius: 0;
}

.profile-tabs .nav-tabs {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}


/*-----------------
	11. Select2
-----------------------*/

.select2-container .select2-selection--single {
    border: 1px solid #eaeaea;
    height: 40px;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #979797 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #979797;
    border-width: 0 6px 6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #676767;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #428bca;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #eaeaea;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #eaeaea;
    border-radius: 0;
}

.select2-container .select2-selection--multiple {
    min-height: 40px;
}

/*-----------------
	12. Nav tabs
-----------------------*/


.nav-tabs > li > a {
	font-size: 16px;
	font-weight:500;
    margin-right: 0;
    color: #428bca;
    border-radius: 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    border-color: transparent;
    color: #428bca;
    background: #fafafa;
    border-radius: 5px;
}

.nav-tabs.nav-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
}

.nav-tabs.nav-justified.nav-tabs-solid > li > a {
    border-color: transparent;
}

.nav-tabs.nav-tabs-solid > li > a {
    color: #333;
}

.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
    border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
    border-radius: 50px;
}

.nav-tabs-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
}

.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
    border-bottom-color: #ddd;
}

.nav-tabs-justified.nav-tabs-solid > li > a {
    border-color: transparent;
}


/*-----------------
	42. Responsive
-----------------------*/

@media only screen and (min-width: 768px) {

    .nav-tabs.nav-justified.nav-tabs-top {
        border-bottom: 1px solid #ddd;
    }

    .nav-tabs.nav-justified.nav-tabs-top > li > a,
    .nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
    .nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
        border-width: 2px 0 0 0;
    }

    .nav-tabs.nav-tabs-top > li {
        margin-bottom: 0;
    }

    .nav-tabs.nav-tabs-top > li > a,
    .nav-tabs.nav-tabs-top > li > a:hover,
    .nav-tabs.nav-tabs-top > li > a:focus {
        border-width: 2px 0 0 0;
    }

    .nav-tabs.nav-tabs-top > li + li > a {
        margin-left: 1px;
    }

    .nav-tabs.nav-tabs-top > li > a.active,
    .nav-tabs.nav-tabs-top > li > a.active:hover,
    .nav-tabs.nav-tabs-top > li > a.active:focus {
        border-top-color: #428bca;
    }

    .nav-tabs.nav-tabs-bottom > li {
        margin-bottom: -1px;
    }

    .nav-tabs.nav-tabs-bottom > li > a.active,
    .nav-tabs.nav-tabs-bottom > li > a.active:hover,
    .nav-tabs.nav-tabs-bottom > li > a.active:focus {
        border-bottom-width: 2px;
        border-color: transparent;
        border-bottom-color: #428bca;
        background-color: transparent;
        transition: none 0s ease 0s;
        -moz-transition: none 0s ease 0s;
        -o-transition: none 0s ease 0s;
        -ms-transition: none 0s ease 0s;
        -webkit-transition: none 0s ease 0s;
    }

    .nav-tabs.nav-tabs-bottom > li {
        margin-bottom: -1px;
    }

    .nav-tabs.nav-tabs-bottom > li > a.active,
    .nav-tabs.nav-tabs-bottom > li > a.active:hover,
    .nav-tabs.nav-tabs-bottom > li > a.active:focus {
        border-bottom-width: 2px;
        border-color: transparent;
        border-bottom-color: #428bca;
        background-color: transparent;
        transition: none 0s ease 0s;
        -moz-transition: none 0s ease 0s;
        -o-transition: none 0s ease 0s;
        -ms-transition: none 0s ease 0s;
        -webkit-transition: none 0s ease 0s;
    }

    .nav-tabs.nav-tabs-solid {
        background-color: #fafafa;
        border: 0;
    }

    .nav-tabs.nav-tabs-solid > li {
        margin-bottom: 0;
    }

    .nav-tabs.nav-tabs-solid > li > a {
        border-color: transparent;
    }

    .nav-tabs.nav-tabs-solid > li > a:hover,
    .nav-tabs.nav-tabs-solid > li > a:focus {
        background-color: #f5f5f5;
    }

    .nav-tabs.nav-tabs-solid > .open:not(.active) > a {
        background-color: #f5f5f5;
        border-color: transparent;
    }

    .nav-tabs-justified.nav-tabs-top {
        border-bottom: 1px solid #ddd;
    }

    .nav-tabs-justified.nav-tabs-top > li > a,
    .nav-tabs-justified.nav-tabs-top > li > a:hover,
    .nav-tabs-justified.nav-tabs-top > li > a:focus {
        border-width: 2px 0 0 0;
    }
}

@media only screen and (max-width: 767.98px) {

    .navbar-nav .open .dropdown-menu {
        float: left;
        position: absolute;
    }

    .nav-tabs.nav-justified {
        border-bottom: 1px solid #ddd;
    }

    .nav-tabs.nav-justified > li > a.active,
    .nav-tabs.nav-justified > li > a.active:hover,
    .nav-tabs.nav-justified > li > a.active:focus {
        border-color: transparent transparent transparent #428bca;
        border-left-width: 2px;
    }

    .nav-tabs {
        border-bottom: 0;
        position: relative;
        background-color: #fff;
        padding: 5px 0;
        border: 1px solid #ddd;
        border-radius: 3px;
    }

    .nav-tabs .nav-item {
        margin-bottom: 0;
    }

    .nav-tabs > li > a {
        border-width: 2px;
        border-left-color: transparent;
    }

    .nav-tabs .nav-link {
        border-width: 2px;
    }

    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        background-color: #fafafa;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active,
    .nav-tabs > li > a.active,
    .nav-tabs > li > a.active:hover,
    .nav-tabs > li > a.active:focus {
        background-color: #f5f5f5;
        border-color: transparent transparent transparent #428bca;
        border-left-width: 2px;
    }

    .nav-tabs > li.open:not(.active) > a,
    .nav-tabs > li.open:not(.active) > a:hover,
    .nav-tabs > li.open:not(.active) > a:focus {
        background-color: #fafafa;
    }

    .nav-tabs.nav-tabs-solid {
        padding: 5px;
    }

    .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
        border-radius: 5px;
    }

    .nav-tabs.nav-tabs-solid > li > a {
        border-left-width: 0 !important;
    }

    .nav-tabs-justified {
        border-bottom: 1px solid #ddd;
    }

    .nav-tabs-justified > li > a.active,
    .nav-tabs-justified > li > a.active:hover,
    .nav-tabs-justified > li > a.active:focus {
        border-width: 0 0 0 2px;
        border-left-color: #428bca;
    }
}


.nav-left {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 0 2px rgba(0, 0, 0, 0.1);
}

.nav-container {
    background-color: white;
    border-radius: 5px;
}

/*-----------
TABLE
------------*/
.table-cebra {
    font-size: 16px;
    border-top: solid 1px #ccc;
    border-spacing: 0;
}

.table-cebra thead th {
    background: #428BCA;
    color: white;
}

.table-cebra th,
.table-cebra td {
    border-right: solid 1px #ccc;
    padding: 0.5em;
    text-align: center;
    min-width: 100px;
    vertical-align: middle;
}

.table-cebra th:first-child,
.table-cebra td:first-child {
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    padding: 0.5em;
    text-align: center;
    min-width: 50px;
    vertical-align: middle;
}

.table-cebra th:nth-child(2),
.table-cebra td:nth-child(2) {
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    padding: 0.5em;
    text-align: center;
    min-width: 50px;
    vertical-align: middle;
}

.table-cebra th:nth-child(3),
.table-cebra td:nth-child(3) {
    border-right: solid 1px #ccc;
    padding: 0.5em;
    text-align: justify;
    min-width: 200px;
    vertical-align: middle;
}

.table-cebra th:nth-child(4),
.table-cebra td:nth-child(4) {
    border-right: solid 1px #ccc;
    padding: 0.5em;
    text-align: center;
    min-width: 130px;
    vertical-align: middle;
}

.table-cebra th:last-child,
.table-cebra td:last-child {
    border-right: 0;
}

.table-cebra td {
    border-bottom: solid 1px #ccc;
}

.table-cebra tbody tr {
    background: white;
}

.table-cebra tbody tr:nth-child(2n) {
    background: #f2f2f2;
}

.table-container {
    max-width: 100%;
    overflow-x: scroll;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 670px;
}

.table-cebra .sticky {
    position: sticky;
    left: 50px;
}

.table-cebra tbody tr .sticky {
    background: white;
}

.table-cebra tbody tr:nth-child(2n) .sticky {
    background: #f2f2f2;
}

.table-cebra .sticky-2 {
    position: sticky;
    left: 250px;
}
.table-cebra .sticky-3 {
    position: sticky;
    left: 0;
}

.table-cebra tbody tr .sticky-2 {
    background: white;
}

.table-cebra tbody tr:nth-child(2n) .sticky-2 {
    background: #f2f2f2;
}

.table-cebra tbody tr .sticky-3 {
    background: white;
}

.table-cebra tbody tr:nth-child(2n) .sticky-3 {
    background: #f2f2f2;
}

.table-cebra thead tr th {
    position: sticky;
    top: 0;
    z-index: 10;
}

.table-cebra thead .no-sticky {
    z-index: 0;
}


@media only screen and (min-width: 768px) {
    .table-cebra th:nth-child(3),
    .table-cebra td:nth-child(3) {
        border-right: solid 1px #ccc;
        padding: 0.5em;
        text-align: justify;
        min-width: 500px;
        vertical-align: middle;
    }

    .table-cebra .sticky-2 {
        position: sticky;
        left: 550px;
    }

}

@media only screen and (min-width: 767.98px) {
    .table-cebra th:nth-child(3),
    .table-cebra td:nth-child(3) {
        border-right: solid 1px #ccc;
        padding: 0.5em;
        text-align: justify;
        min-width: 500px;
        vertical-align: middle;
    }

    .table-cebra .sticky-2 {
        position: sticky;
        left: 550px;
    }

}

/*-----------------------
SCROLL
--------------------------*/

/*SCROLLBAR*/
.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f2f2f2;
    border-radius: 5px;
}


.scrollbar::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
    background-color: rgb(66, 139, 202);
}


.scrollbar {
    scrollbar-color: rgb(66, 139, 202) #F5F5F5;
}


.bordered-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}

.bordered-scrollbar::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.thin::-webkit-scrollbar {
    width: 5px;
}


.example-1 {
    border: none;
    position: relative;
    overflow-y: scroll;
    min-height: 450px;
    height: 670px;
}


.example-modal {
    width: 100%;
    border: none;
    position: relative;
    overflow-y: scroll;
    height: 225px;
    min-height: 465px;
}

.btn-graph {
    border: none;
    margin: 0;
    width: 150px;
    padding: 0;;
    background-color: rgb(66, 139, 202);
    color: white;
    font-size: 16px;
    cursor: pointer;
}

/* Gray */
.default {
    color: white;
}

.default:hover {
    background: white;
    color: #428bca;

}

.btn-active {
    border: #428bca 1px solid;
    background: white;
    color: #428bca;
}

.container-btn {
    background: rgb(66, 139, 202);
}

.width-100 {
    width: 100%;
}


.detail-button {
    background: #01568F;
    font-size: 15px;
    padding: 1px 15px;
    width: 130px;
    border-radius: 10px
}

/*-----------------------------
LOADER
--------------------*/
/*LOADER*/
.loader {
    position: absolute;
    top: 35%;
    left: 44%;
    transform: translate(-35%, -44%);
    border: 16px solid #f1f1f1;
    border-radius: 50%;
    border-top: 16px solid rgb(66, 139, 202);

    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.loader-1 {
    position: absolute;
    top: 35%;
    left: 45%;
    transform: translate(-40%, -45%);
    border: 15px solid #F1F1F1;
    border-radius: 50%;
    border-top: 10px solid rgb(66, 139, 202);

    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}


.loader-size {
    width: 150px;
    height: 150px;
}

.loader-size-1 {
    width: 110px;
    height: 110px;
}

.loader-size-line {
    width: 110px;
    height: 110px;
}

.container-loader {
    width: 95%;
    height: 450px;
    position: relative;
}

.container-loader-1 {
    width: 94%;
    height: 240px;
    position: relative;
}

.container-loader-line {
    width: 90%;
    height: 170px;
    position: relative;
}

#loader-article, .loader-show, .loader-show1, #loader-line {
    position: absolute;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.text-align-j {
    text-align: justify;
}

.text-align-c {
    text-align: center;
}

.filter{
    margin-bottom: 8px;
}
.filter input{
    text-transform: uppercase;
}



/*------------------
LOCK SCREEN
-------------------*/
.lock-bg {
    background: whitesmoke;
    height: auto;
    width: 100%;
}

.img-lock {
    vertical-align: middle;
    height: 20%;
    width: 20%;
}

.text-lock {
    text-align: center;
}

.bar-lock {
    padding: 0 20px;
    width: 100%;
}

#myProgress {
    border-radius: 10px;
    width: 100%;
    background-color: #ddd;
}

#myBar {
    border-radius: 10px;
    width: 1%;
    height: 10px;
    background-color: #01568F;
}
.p-lock{
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}







