body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 100%;
    background-color: #73E6FA;
    height:70vh;
    font-family: 'Outfit','Roboto', 'Avenir Next', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.text-white {
    color: #fff;
}

.text-navy {
    color: #3D67B1;

}

.txt-head {
    color: #FF6600;
    padding: 5 !Important;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.txt-color {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.btn-blue {
    background-color: #3D67B1;
    /*width: 150px;*/
    color: #fff;
    border-radius: 2px;
    border-color: white;
}

.btn-blue:hover {
    background-color: #FF6600;
    cursor: pointer;
    color: #fff;
    border-radius: 2px;
    border-color: white;
}

.btn-o:hover {
    background-color: #3D67B1;
    /*width: 150px;*/
    color: #fff;
    border-radius: 2px
}

.btn-o {
    background-color: #FF6600;
    cursor: pointer;
    color: #fff;
}



.btn-grey:hover {
    background-color: #3D67B1;
    /*width: 150px;*/
    color: #fff;
    border-radius: 2px
}

.btn-grey {
    background-color: #505050;
    cursor: pointer;
    color: #fff;
}








.btn-so:hover {
    background-color: #3D67B1;
    /*width: 150px;*/
    color: #fff;
    border-radius: 2px
}

.btn-so {
   background-color: #066203;
    color: #fff;
    cursor: pointer;
}




.btn-c:hover {
    background-color: #3D67B1;
    width: 150px;
    color: #fff;
    text-align: left;
    border-radius: 2px
}

.btn-c {
    background-color: #FF6600;
    cursor: pointer;
    color: #fff;
    width: 150px;
    text-align: left;
    border-radius: 2px
}

.btn-f:hover {
    background-color: #73E6FA;
    width: 150px;
    color: #fff;
    border-radius: 2px
}

.btn-f {
    background-color: #FF6600;
    cursor: pointer;
    color: #fff;
    width: 150px;
    border-radius: 2px
}

a.btn.btn-sm.btn-info.has-tooltip {
    background-color: #fcb802;
    color: #fff;
}

a.btn.btn-sm.btn-message.has-tooltip {
    background-color: #365903;
    color: #fff;
}


a.btn.btn-sm.btn-call.has-tooltip {
    background-color: #800000;
    color: #fff;
}


.td-check-button {
    font-size: 28px;
    color: #999;
}

.td-check-button.checked {
    color: #55cc55;
}

h3.record-title {
    color: #feb60a;
}

h5.user-name {
    color: #feb60a !important;
}

.td-check-button {
    font-size: 28px;
    color: #959ea9;
}

.td-check-button :hover {
    font-size: 28px;
    color: #3D67B1;
}

.td-check-button.checked {
    color: #28a745;
    font-size: 28px;
    font-weight: bold;
}

small.text-muted {
    color: #feb60aa6 !important;
}

body.index-index {
    /*!*background: url(../images/background.png) !important;*!*/
    /*!*background-color: #73E6FA;*!*/
    /*background-color: #FFF;*/
    /*background-size: cover !important;*/
}

body.home-index {
    /*background: url(../images/background.png) !important;*/
    background-size: cover !important;
}

#inf {
    background-color: #73E6FA;
    /*background: url('../img/6.svg');*/
    background-size: cover;

}

.welcome-info {
    padding-top: 20px;
    line-height: 1.3em;
    /*text-align: center !important;*/
    /*font-size: calc(16px + 1vw);*/
    color: #3D67B1;
    /*font-weight: 300 !important;*/
}

.jumbotron {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
    /*background-color: #00000000;*/
    /*background: url(../images/stok.jpg) !important;*/
    border-radius: .3rem;
}

.btn-primary {
    color: #fff;
    background-color: #3D67B1;
    border-color: #3D67B1;
}

.btn-primary:hover {
    color: #fff;
    background-color: #73E6FA;
    border-color: #73E6FA;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3D67B1;
    border-color: #73E6FA;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 .2rem rgba(7, 34, 71, .5);*/
    box-shadow: none;
}

.btn-dark.focus, .btn-dark:focus {
    /*box-shadow: 0 0 0 .2rem rgba(7, 34, 71, .5);*/
    box-shadow: none;
}

.btn-dark:hover {
    color: #fff;
    background-color: #73E6FA;
    border-color: #73E6FA;
}

.btn-dark {
    color: #fff;
    background-color: #3D67B1;
    border-color: #fff;
}

.bg-dark {
    background-color: #3D67B1 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #73E6FA !important;
    color: #fff;
}

/*.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {*/
/*color: #fff;*/
/*background-color: #73E6FA !important;*/
/*}*/

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #3D67B1;
    border-color: #fff;
}

.footr {
    position: absolute;
    bottom: 0;
    height: 80vh;
    background-color: #3D67B1;
    width: 100vw;
}

.dashHeader {
    /*border-bottom: 1px solid #de6f05;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100vw;
    height: 65px;
    background-position: top left;
    background-color: #3D67B1;
}

.dashFoot {
    /*border-bottom: 1px solid #de6f05;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*width: 80vw;*/
    height: 70px;
    background-color: #3D67B1;
    /*background-position: top left;*/
    /*background-image: url(../img/headerbg.svg);*/
}

#page-content {
    min-height: 75vh;
}

td {
    position: relative;
}

td a.is-editable {
    cursor: pointer;
    display: block;
    border-bottom: none;
}

td a.is-editable:hover {
    background: rgba(40, 120, 50, 0.081);
}

td .inline-edit-btn {
    position: absolute;
    right: 10px;
    display: none;
    top: 5px;
}

td:hover .inline-edit-btn {
    display: block;
}

.selectize-control {
    min-width: 150px;
}

.was-validated .dropzone.required.dz-started {
    border-color: #55cc55 !important;
}

.was-validated .selectize-input.full {
    border-color: #55cc55 !important;
}

.was-validated .selectize-input.invalid {
    border-color: red !important;
}

.dropzone-input {
    opacity: 0;
    position: fixed;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    display: none;
}

.sm-gutters {
    margin-right: -15px;
    margin-left: -15px;
}

.sm-gutters > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.md-gutters {
    margin-right: -30px;
    margin-left: -30px;
}

.md-gutters > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
}

.lg-gutters {
    margin-right: -45px;
    margin-left: -45px;
}

.lg-gutters > [class*=col-] {
    padding-right: 45px;
    padding-left: 45px;
}

.pagination .material-icons {
    font-size: 15px;
}

.nav-tabs.flex-column {
    border-bottom: none !important;
}

.custom-file-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-chip {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 4px 5px;
}

.filter-chip .close-btn {
    text-decoration: none;
}

.accordion-group .accordion-header {
    position: relative;
    cursor: pointer;
    padding: 10px;
}

.accordion-group .accordion-header:hover {
    background: rgba(0, 0, 0, 0.05);
}

.accordion-group .accordion-header .expand {
    position: absolute;
    right: 10px;
    top: 5px;
}

.th-sort.active {
    background: rgba(0, 0, 0, 0.06);
}

.th-sort a {
    display: block;
    text-decoration: none !important;
    position: relative;
}

.th-sort a .icon {
    margin-left: 7px;
}

.data-select .load-indicator {
    position: absolute;
    right: 30px;
    top: 7px;
}

.data-select {
    position: relative;
}

.page-footer {
    padding: 10px 0;
}

.page-header {
    padding: 10px 0;
}

.fixed-sticky {
    position: fixed;
}

hr.sm {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.inline-page.popover {
    max-width: 100%;
}

.inline-page .popover-body {
    padding: 0px !important;
}

/* Reset any container in side a column to take the size of the column  */

.comp-grid .container-fluid,
.comp-grid .container {
    padding: 0 !important;
    width: auto !important;
}

.comp-grid .py-2,
.comp-grid .border-bottom {
    padding: 0 !important;
    border: none !important;
}

.reset-grids .container .comp-grid, .reset-grids .container-fluid .comp-grid {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

#main-page-modal .card-body {
    padding: 0 !Important;
}

.modal .modal-body.p-0 form {
    padding: 1.4rem;
}

.modal .container,
.modal .container-fluid {
    width: auto;
    padding: 0;
    margin: 0;
}

.page-modal .modal-header {
    display: none;
}

.page-modal .modal-footer {
    display: none;
}

.fixed-alert {
    position: absolute;
    z-index: 2000;
}

.fixed-alert.bottom-left {
    bottom: 10px;
    left: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    vertical-align: middle;
}

.menu-profile {
    padding: 0;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    display: block;
}

.menu-profile a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-fixed-left .navbar-nav > li.menu-profile > a.avatar {
    padding: 0 !important;
}

.menu-profile .user-name {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
}

.menu-profile .avatar-icon .material-icons {
    font-size: 64px;
}

.menu-profile img.user-photo {
    height: 60px;
    width: 60px;
    display: block;
}

.menu-profile .menu-dropdown {
    position: absolute;
    right: 15px;
    top: 15px;
}

.flex-column.nav a.nav-link .badge {
    position: absolute;
    right: 5px;
    top: 30%;
}

.nav a.nav-link {
    position: relative;
}

.jumbotron.mini {
    padding: 20px;
    margin-bottom: 0;
}

.jumbotron.sm {
    padding: 15px;
    margin-bottom: 0;
}

.jumbotron.xs {
    padding: 8px;
    margin-bottom: 0;
}

section.page .page-title {
    margin: 20px auto;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.flash-msg-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999999;
}

.section-title {
    padding: 5px 0;
}

.table tr td {
    vertical-align: middle !important;
}

.bold {
    font-weight: bold;
}

.custom-list {
    position: relative;
}

.custom-list .menu-controls-holder {
    position: absolute;
    right: 10px;
    top: 10px;
}

.detail-list {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.detail-list .title {
    font-weight: bold;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.option-btn {
    margin: 1px 0 1px;
}

.detail-list .value {
    font-weight: bold;
}

.btn.btn-flat {
    background: none;
}

.btn-group,
.btn-group-vertical {
    margin: 0;
}

.table {
    margin-bottom: 0;
}

.page-list-record-detail input {
    padding: 5px 5px;
    background: #fafafa;
    border: 1px solid #ddd;
    width: 50px;
    text-align: center;
}

.page-list-record-detail .info {
    padding: 5px 5px;
    background: #eee;
    display: inline-block;
}

.table > thead > tr > th {
    vertical-align: middle;
}

.pager {
    margin: 0;
}

.footer {
    padding: 20px 0;
    bottom:0;
    margin-top:80px;
    position: relative;
    width:100%; 
    text-align:center;
}

.footer .copyright {
    text-transform: capitalize;
}

.footer .footer-links a {
    display: inline-block;
    padding: 0 5px;
    text-transform: capitalize;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th {
    border: none;
}

.radius-5 {
    border-radius: 5px;
}

.pad-10 {
    padding: 10px;
}

.center-block {
    float: none;
}

.gutter-20.row {
    margin-right: -10px;
    margin-left: -10px;
}

.gutter-20 > [class^="col-"],
.gutter-20 > [class^=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.gutter-10.row {
    margin-right: -5px;
    margin-left: -5px;
}

.gutter-10 > [class^="col-"],
.gutter-10 > [class^=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.gutter-5.row {
    margin-right: -3px;
    margin-left: -3px;
}

.gutter-5 > [class^="col-"],
.gutter-5 > [class^=" col-"] {
    padding-right: 3px;
    padding-left: 3px;
}

.gutter-1.row {
    margin-right: -1px;
    margin-left: -1px;
}

.gutter-1 > [class^="col-"],
.gutter-1 > [class^=" col-"] {
    padding-right: 1px;
    padding-left: 1px;
}

.gutter-0.row {
    margin-right: 0;
    margin-left: 0;
}

.gutter-0 > [class^="col-"],
.gutter-0 > [class^=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

th.td-btn {
    white-space: nowrap;
    width: 1%;
}

table.table tr th.td-sno {
    white-space: nowrap;
    width: 1%;
    vertical-align: middle !important;
}

table.table tr th.td-checkbox {
    white-space: nowrap;
    width: 1%;
    vertical-align: middle !important;
}

.export-container {
    padding: 10px 0;
}

.form-inline .control-label {
    display: block;
}

.profile {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
}

a.avatar {
    padding: 0 !Important;
}

.profile .avatar img {
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.9);
    border-radius: 50%;
}

.profile-bg {
    background: #eee url(../images/stok.jpg);
}

.profile .title {
    text-transform: capitalize;
    color: #fff;
    text-shadow: 3px 2px 0px rgba(0, 0, 0, 0.8);
}

.record-count {
    display: block;
    padding: 10px !important;
    text-decoration: none !important;
    cursor: pointer;
    margin-bottom: 10px;
}

.record-count .icon {
}

.record-count .material-icons {
    font-size: 32px !important;
}

.record-count.alert .material-icons {
    opacity: 0.3;
}

.record-count:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    border-color: transparent;
}

.record-count .title {
    font-weight: bold;
    margin-bottom: 2px;
}

.record-count .value {
    position: absolute;
    right: 10px;
    top: 6px;
    opacity: 0.8;
}

.record-count .desc {
    display: block;
    margin-top: 4px;
}

.record-count .progress {
    height: 10px;
    margin: 0 0;
    margin-top: 5px;
    border-radius: 0;
}

.record-count .progress-bar {
    line-height: 10px !important;
}

.record-count .progress-label {
    font-size: 8px;
}

.record-progress {
    display: block;
    padding: 10px 15px !important;
    text-decoration: none !important;
    cursor: pointer;
    margin-bottom: 10px;
}

.record-progress .icon {
    position: absolute;
    right: 10px;
    top: 6px;
    opacity: 0.5;
}

.record-progress .icon .material-icons {
    font-size: 36px !important;
}

.record-progress:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    border-color: transparent;
}

.record-progress .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.record-progress .value {
    position: absolute;
    right: 10px;
    top: 6px;
    opacity: 0.8;
}

.record-progress .desc {
    display: block;
    margin-top: 4px;
}

.record-progress .progress {
    height: 15px;
    margin: 5px 0;
    border-radius: 0;
}

.record-progress .progress-bar {
    line-height: 15px !important;
}

.record-progress .progress-label {
    font-weight: bold;
    font-size: 10px;
}

td.page-list-action {
    width: 50px;
}

td.page-list-action .dropdown-menu {
    min-width: auto !Important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #555;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.load-indicator {
    text-align: center;
}

.load-indicator.parallax {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 100%;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    z-index: 1000000;
}

.load-indicator.fullpage-parallax {
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    line-height: 100%;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    z-index: 1000000;
}

.load-indicator.dark {
    background: rgba(0, 0, 0, 0.2);
}

.load-indicator.white {
    background: rgba(255, 255, 255, 0.9);
}

.load-indicator .loading-text {
    display: inline-block;
    padding: 10px;
    font-size: 15px;
    font-weight: 100;
    vertical-align: middle;
}

.load-indicator .animator {
    font-weight: bold;
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
}

.btn .load-indicator {
    display: inline-block !important;
    margin: 5px;
}

.range-slider {
    position: relative;
}

.range-slider .value {
    position: absolute;
    right: -30px;
    top: 20%;
    padding: 2px;
    min-width: 25px;
    height: 25px;
    vertical-align: middle;
    line-height: 20px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #888;
    text-align: center;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 6.5px 0;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    background: rgba(10, 0, 0, 0.11);
    border-radius: 0.8px;
    border: 0px solid rgba(0, 0, 1, 0);
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 1.9px 1.9px 0px rgba(0, 0, 0, 0.1), 0px 0px 1.9px rgba(13, 13, 13, 0.1);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 20px;
    width: 21px;
    border-radius: 50px;
    background: rgba(42, 42, 252, 0.78);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(36, 0, 0, 0.11);
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    background: rgba(10, 0, 0, 0.11);
    border-radius: 0.8px;
    border: 0px solid rgba(0, 0, 1, 0);
}

input[type=range]::-moz-range-thumb {
    box-shadow: 1.9px 1.9px 0px rgba(0, 0, 0, 0.1), 0px 0px 1.9px rgba(13, 13, 13, 0.1);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 20px;
    width: 21px;
    border-radius: 50px;
    background: rgba(42, 42, 252, 0.78);
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.11);
    border: 0px solid rgba(0, 0, 1, 0);
    border-radius: 1.6px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-fill-upper {
    background: rgba(10, 0, 0, 0.11);
    border: 0px solid rgba(0, 0, 1, 0);
    border-radius: 1.6px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-thumb {
    box-shadow: 1.9px 1.9px 0px rgba(0, 0, 0, 0.1), 0px 0px 1.9px rgba(13, 13, 13, 0.1);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 20px;
    width: 21px;
    border-radius: 50px;
    background: rgba(42, 42, 252, 0.78);
    cursor: pointer;
    height: 7px;
}

input[type=range]:focus::-ms-fill-lower {
    background: rgba(10, 0, 0, 0.11);
}

input[type=range]:focus::-ms-fill-upper {
    background: rgba(36, 0, 0, 0.11);
}

.radial-progress-container {
    position: relative;
    margin: 0 auto;
}

.radial-progress-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.file-list {
    margin-bottom: 10px;
    padding: 5px;
}

.file-uploads {
    overflow: visible !important;
    margin-bottom: 0 !important;
}

label {
    margin-bottom: 0 !important;
}

.ajax-loader {
    color: #808080;
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.inline-page form {
    position: relative !important;
}

.form-ajax-status {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: none;
}

@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

.lds-dual-ring {
    display: block;
    width: 64px;
    height: 64px;
    margin: auto auto;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #aaa;
    border-color: #aaa transparent #aaa transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    display: inline-block;
}

.loader {
    position: relative;
    border-top: 0.3em solid rgba(0, 0, 128, 0.2);
    border-right: 0.3em solid rgba(0, 0, 128, 0.2);
    border-bottom: 0.3em solid rgba(0, 0, 128, 0.2);
    border-left: 0.3em solid #999;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#sidebar::-webkit-scrollbar {
    width: 6px;
}

/* Track */
#sidebar::-webkit-scrollbar-track {
    background: #fff;
    border: 4px solid transparent;
    background-clip: content-box;
}

/* Handle */
#sidebar::-webkit-scrollbar-thumb {
    background: #555555;
}

body {
    padding-top: 50px;
}

#page-wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#main-content {
    width: 100%;
}

#main #main-content {
    width: calc(100% - 250px);
    min-height: 100vh;
    position: absolute;
    right: 0;
}

#main #main-content.active {
    width: calc(100% - 80px);

}

#sidebar {
    width: 250px;
    position: fixed;
    top: 50px;
    left: 0;
    height: calc(100vh - 50px);
    z-index: 999;
    overflow-y: auto;
    padding-bottom: 40px;
    transition: margin 0.3s;
}

#sidebar.active {
    width: 80px;
}

@media (max-width: 768px) {
    #sidebar {
        width: 80px;
        margin-left: -80px !important;
        overflow-y: auto;
    }

    #sidebar.active {
        width: 80px;
        margin-left: 0px !important;
    }

    #main #main-content {
        width: 100%;
        min-height: 100vh;
        transition: all 0.3s;
    }

    #main #main-content.active {
        width: calc(100% - 80px);
    }
}

#sidebar.active .navbar-nav li a {
    text-align: center;
}

#sidebar.active .navbar-nav li a .menu-label {
    display: block;
    font-size: xx-small;
}

#sidebar.active .navbar-nav li a .material-icons, #sidebar.active .navbar-nav li a .fa, #sidebar.active .navbar-nav li a .icon {
    font-size: 26px;
}

#sidebar .submenu {
    margin-left: 20px;
}

#sidebar.active .submenu {
    margin-left: 2px;
}

#sidebar .navbar-nav a.nav-link {
    padding: 8px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    /*text-align: center;*/
}

#sidebar .navbar-nav a.nav-link:hover {
    background: rgba(0, 0, 0, 0.05);
}

#sidebar .navbar-nav a.dropdown-toggle::after {
    float: right;
    margin-right: 7px;
    margin-top: 7px;
}

#sidebar.active .navbar-nav a.dropdown-toggle::after {
    float: none;
    margin: 0 auto;
    display: block;
    margin-top: 7px;

}

#sidebar.active .navbar-nav a.dropdown-toggle::after {
    float: none;
}

#sidebar .menu-profile > a.avatar {
    padding: 0 !important;
}

#sidebar.active .menu-profile .user-name {
    text-align: center;
    font-size: small;
}

#sidebar.active .menu-profile .menu-dropdown {
    display: none;
}

.navbar-brand {
    min-width: 15%;
}

.navbar-brand img {
    display: inline;
    max-height: 50px;
}

/*****************************************/

.header0 {
    width: 100vw;
    height: 23vh;
    max-height: 180px;
    min-height: 160px;
    background-image: url(../images/sa.svg);
    background-position: center top;
    background-repeat: no-repeat;
}

.headerContainer {
    width: 90vw;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding-top: 15px;
    justify-content: space-between;
}

@media (min-width: 55rem) {
    .headerContainer {
        width: 75vw;
    }
}

.prof {
    height: 20vh;
    min-height: 160px;
    width: 122px;
    display: flex;
    flex-direction: row;
}

.imgbtn {
    height: 14vh;
    max-height: 150px;
    min-height: 140px;
    width: 122px;
    display: flex;
    flex-direction: column;
    margin-left: 7px;
}

.imgbtn img {
    margin-bottom: auto;
    width: 110px;
    height: 110px;
    border-radius: 20px;
    min-height: 100px;
}

.btns :nth-child(1) {
    text-align: left;
    font-size: 12px;
    float: left;
    padding: 2px 6px;
    border-radius: 6px;
    color: white;
    background-image: linear-gradient(
            to left,
            rgb(105, 205, 250),
            rgb(1, 153, 228)
    ) !important;
}

.btns :nth-child(1) {
    text-align: right;
    float: right;
    font-size: 12px;
    padding: 2px 13px;
    border-radius: 6px;
    color: #3D67B1;
    background-image: linear-gradient(
            to left,
            rgb(105, 205, 250),
            rgb(1, 153, 228)
    ) !important;
}

.details {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    margin-left: 17px;
    height: 20vh;
}

.details p {
    width: auto;
    color: white;
    margin: 0px;
}

.details :nth-child(1) {
    font-size: 1.2rem;
    width: 25ch !important;
}

.details :nth-child(2) {
    font-size: 1.7rem;
}

.details :nth-child(3) {
    font-size: 1rem;
}

.msg {
    height: 15vh;
    width: 120px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.notify {
    background-color: white;
    border-radius: 30px 30px;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.notify span {
    width: 19px;
    text-align: center;
    border: 0.15rem solid white;
    height: 19px;
    padding-top: 3px;
    background-color: red;
    color: white;
    font-size: 0.7rem;
    line-height: 0.7rem;
    position: absolute;
    margin-left: 30px;
    margin-bottom: 25px;
    border-radius: 10px 10px;
}

.dashBodyContent {
    flex-direction: column;
    flex-grow: 1;
    height: auto;
    background-color: #73E6FA;
    display: flex;
    flex-basis: calc(100% - 270px);
}

.contentHeader {
    width: 100%;
    min-width: calc(100% - 270px);
    /*height: 45px;*/
    min-height: 45px;
    background-color: #3d67b1f7;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
}

.contentHeader .icoq {
    display: flex;
    flex-direction: row;
    flex-basis: 10vw;
    width: 90px;
    background-color: #3d67b1f7;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.icoq i {
    display: flex;
    width: 40px;
    height: 100%;
    font-size: 16px;
    padding-top: 13px;
    padding-left: 13px;
    margin-left: calc(100% - 40px);
    align-self: center;
}

.contentHeader .topic {
    display: flex;
    height: auto;
    width: 150px;
    flex-basis: 50vw;
    padding-left: 20px;
    color: #fff;
    align-items: center;
    /*background-image: linear-gradient(*/
    /*to left,*/
    /*rgb(255, 130, 21),*/
    /*rgb(247, 76, 9)*/
    /*) !important;*/
    background-image: linear-gradient(to left, #2fd2ef, #0074e4) !important;
}

.contentBtn {
    display: flex;
    height: auto;
    color: #fff;
    align-items: center;
    margin-right: 3rem;

}

.topic .tt {
    font-size: 16px;
    font-weight: bold !important;

    align-self: center;
}

.contentHeader .number {
    height: auto;
    flex-basis: 35vw;
    width: 70px;
    justify-content: center;
    align-items: center;
}

.numberOfSchool {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 50px;
    height: 100%;
    background-color: #035d88;
}

.searchContainer {
    width: 100%;
    min-width: calc(100% - 270px);
    height: 45px;
    margin-top: 17px;
    display: flex;
    flex-direction: column;
}

.searchContainer .input {
    width: calc(75% - 350px);
    min-width: 350px !important;
    margin-left: 50px;
}

.search {
    border-radius: 0.78571429rem !important;
    height: 34px !important;
}

.bg-row1 {
    background-color: #28a745 !important;
}

.bg-row1:hover {
    background-color: #3D67B1 !important;
}

.bg-row2 {
    background-color: #ffc107 !important;
}

.bg-row2:hover {
    background-color: #3D67B1 !important;
}

.bg-row3 {
    background-color: #dc3545 !important;
}

.bg-row3:hover {
    background-color: #3D67B1 !important;
}

.bg-row44 {
    background-color: #FAA0A0 !important;
}

.bg-row44:hover {
    background-color: #3D67B1 !important;
}


.bg-row4 {
    background-color: #3C1A5B !important;
}

.bg-row4:hover {
    background-color: #3D67B1 !important;
}

.carda {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ACCBEE;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.text-red {
    color: red;
}









