* {
    margin: 0;
    padding: 0;
}

html, body {
    position: relative;
    min-height: 100%;
    font-family: 'Oswald', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #e9ecef;
}
.orangered {
    color: orangered;
}
.content {
    min-height: calc(100vh - 33px);
}
.adminLogin {
    background: linear-gradient(to bottom right, indigo, pink);
    min-height: calc(100vh - 33px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.login__ {
    padding: 2rem 4rem 2rem 4rem;
    border: 2px solid #3c04957a;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 10px;
    background: #fafafa;
}
.login__ form i {
    display: block !important;
    font-size: 16px;
    height: 16px;
    margin: 11px 2px 4px 10px;
    position: absolute !important;
    text-align: center;
    width: 16px;
    z-index: 1;
    color: indigo;
}
.login__ form input {
    padding-left: 35px;
}
#restore, #login, #inlogin {
	color: indigo;
}
.indigo {
    color: indigo;
}
.network {
    width: 100%;
    display: block;
    background: #37045e94;
    font-size: 14px;
    padding: 5px;
    color: #fff;
    border-top: 2px solid #a66da4;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 3;
}
.network a{
    color: #fff;
}
.network a:hover{
    text-decoration: none;
    color: #fff;
}
.network a:active {
    color: #fff;
}
.network img {
    height: 20px;
    width: auto;
    padding: 0 5px;
}
.header {
    background: indigo;
    line-height: 3rem;
    border-bottom: 2px solid #3c04957a;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
    color: #fff;
    z-index: 3;
}
.header a{
  color: #fff;
}
.header a:hover{
    color: #fff;
    text-decoration: none;
}
.header a:active {
    color: #fff;
}
.exit {
    float: right;
}
li {
    list-style-type: none; 
}
ul {
    margin-left: 0; 
    padding-left: 0;
}
.menu {
    position: absolute;
    margin-top: 2rem;
    padding: 0;
    border-right: 1px solid #bbb;
    color: indigo;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    z-index: 22;
    background: white;
}
.text-collapse {
    display: none;
}
.nav__ i {
    margin-right: 1rem;
}
.iconMenu {
    float: left;
    width: 30px;
}
.li-tab__ i {
    margin-right: 1rem;
}
.iadminSearch {
    display: block !important;
    font-size: 16px;
    height: 16px;
    margin: 11px 2px 4px 10px;
    position: absolute !important;
    text-align: center;
    width: 16px;
    z-index: 1;
    color: indigo;
}
.inputadminSearch {
    padding-left: 35px;
    margin-top: 0.3rem;
}
.nav__ {
    width: 100%;
    padding: 1rem 1rem 1rem 1.5rem;
    cursor: pointer;
    border-bottom: 1px solid #bbb;
    height: 56px;
}
i.fa.fa-caret-down {
    float: right;
}
i.fa.fa-caret-up {
    float: right;
}

menu a  {
    color: indigo;
    text-decoration: none;
    width: 100%;
    height: 100%;
}
menu a:hover {
    color: indigo;
    text-decoration: none;
}
menu a:active {
    color: indigo;
    text-decoration: none;
}
.nav__:hover{
    background: #eee;
}
.nav__.active {
    background: #eee;
    color: orangered;
}
.tab__ {
    background: white;
}
.li-tab__ {
    padding: 0.5rem 0 0.5rem 1.5rem;
    border-bottom: 1px dotted #212121;
    color: #424242!important;
}
.li-tab__:hover{
    background: #eee;
}
.red, .required {
    color: #dc3545;
}
.blue {
    color: indigo;
}
.box {
    padding: 2rem;
    margin: 0 0 2rem 0;
}
.content-admin {
    padding: 2rem 2rem 2rem 7rem;
    background: #e9ecef;
}
.text-tabled {
    color: #424242;
    font-weight: 400;
}
.numeric-tabled {
    font-size: 2rem;
}
.iconDash {
    font-size: 2rem;
}
.progress {
    margin-top: 0.5rem;
}
.dashlonger {
    background: linear-gradient(to bottom right, indigo, pink);
    color: white;
    border: 1px solid #ddd;
    margin-bottom: 1.5rem;  
        padding: 2rem;
}
.text-longer {
    font-size: 3rem;
    font-weight: bold;
}
.l-parpl {
    background: linear-gradient(
45deg
, #a890d3, #edbae7) !important;
    color: #fff !important;
}
.l-amber {
    background: linear-gradient(
45deg
, #fda582, #f7cf68) !important;
    color: #fff !important;
}
.l-green {
    background: linear-gradient(
45deg
, #9ce89d, #cdfa7e) !important;
}
.l-blue {
    background: linear-gradient(
45deg
, #72c2ff, #86f0ff) !important;
    color: #fff !important;
}
.col-amber {
    color: #ffc107!important;
}
.col-blue {
    color: #457fca!important;
}
.col-red {
    color: #ec3b57!important;
}
.col-green {
    color: #18ce0f!important;
}
.dashtabled {
    padding: 2rem;
    background: white;
    border: 1px solid #ddd;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);  
    color: #212529;
}
.submition {
    background: indigo;
    color: white;
}
.submition:hover {
    background: #893fbe;
    color: white;
}
.breadcrumbs {
    color: orangered!important;
    text-decoration: none;
}
.breadcrumbs:hover {
    color: #f6784e!important;
    text-decoration: none;
}
.nav__:hover {
    color: orangered;
}
.li-tab__:hover {
    color: orangered!important;
}
.btn-secondary {
    border-radius: 20px!important;
}
.btn-orange {
    background: orangered!important;
    color: white;
    border-radius: 20px;
}
.btn-orange:hover {
    background: #f6784e!important;
    color: white;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}
.content-item {
    background: white;
    padding: 2rem;
    border-radius: 5px;
    border: 2px solid #ddd;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
    overflow-x: auto;
}
.text-muted {
    color: #6c757d!important;
}
.breadcrumbs-block {
    align-items: center!important;
    justify-content: flex-end;
    display: flex;
}
.breadcrumbs-tab {
    padding: 0 0.5rem;
}
a.no-index {
    color: orangered;
}
.nav-link.active {
    color: orangered!important;
    border-color: orangered orangered #fff!important;
}
.nav-link {
    color: #495057;
}
.nav-link:hover {
    color: #f6784e;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgb(250 169 139);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(256 69 0 / 25%);
}
.form-control {
    border-radius: 1.25rem;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #f6784e;
    border-color: #f6784e;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgb(256 69 0 / 25%);
}   
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: orangered;
    background-color: orangered;
}
.nav-tabs {
    border-bottom: 1px solid orangered;
}
a:hover {
    color: #f6784e;
    text-decoration: underline;
}
a {
    color: orangered;
    text-decoration: none;
    background-color: transparent;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    background: #000;
    opacity: 0.3;
    z-index: 20;
    display: block;
    top: 0;
    left: 0;
    display: none;
}
.overflow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    display: block;
    z-index: 99;
    opacity: 0.2;
    display: none;
    cursor: pointer;
}
.delete-confirm, .delete-no-permision {
    position: fixed;
    top: 1rem;
    width: 350px;
    z-index: 999;
    background: white;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 1rem;
    right: calc(50% - 175px);
}
.toast {
    width: 300px!important;
}
.toast-header i {
    padding: 0.1rem 0.3rem 0 0;
}

.prev-img {
    font-size: 1.25em;
    font-weight: 700;
    display: inline-block;
    width: 15rem;
    height: 15rem;
    cursor: pointer;
    border: 5px solid rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) inset, 0 2px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 25%) inset, 0 2px 10px rgb(0 0 0 / 25%);
    box-shadow: 0 2px 10px rgb(0 0 0 / 25%) inset, 0 2px 10px rgb(0 0 0 / 25%);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    position: relative;
}
#ajax-respond {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}
input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    display: none;
}
.lable-file {
    width: 100%;
    height: 75%;
    display: block;
    z-index: 1;
    top: 25%;
    position: absolute;
    cursor: pointer;
}