
.auth-page{
    background:url('../img/background.png');
    background-size: cover;
    background-attachment: fixed;
}

body.panel-app{
    min-height: 100vh;
    background: #eee;
}

body.panel-app::before{
    content: '';
    display: block;
    width: 100%;
    background: -moz-linear-gradient( -35deg, rgb(29,35,98) 9%, rgb(34,29,98) 28%, rgb(40,29,98) 47%, rgb(55,29,98) 70%, rgb(76,29,98) 100%);
    background: -webkit-linear-gradient( -35deg, rgb(29,35,98) 9%, rgb(34,29,98) 28%, rgb(40,29,98) 47%, rgb(55,29,98) 70%, rgb(76,29,98) 100%);
    background: -ms-linear-gradient( -35deg, rgb(29,35,98) 9%, rgb(34,29,98) 28%, rgb(40,29,98) 47%, rgb(55,29,98) 70%, rgb(76,29,98) 100%);
    height: 120px;
    top:0;
    position: absolute;
    z-index: -1;
}

.panel-app .top-header{
    padding:15px 0px;
}

.panel-app .top-header .attention{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    background: #ffffff2e;
    color: #daddff;
    font-size: 12px;
}

.panel-app .top-header .attention .breadcrumb{
    padding:0;
    background: transparent;
    margin:0;
}

.panel-app .top-header .attention .breadcrumb li a{
    color:#fff;
}

.panel-app .top-header .attention .breadcrumb li {
    color:#a9abb9;
}

.panel-app section.header{
    background: #fff;
    border-radius: 5px;
    height: 80px;
    box-shadow: 0px -1px 20px #1d236238;
    padding: 10px 10px;
}

.panel-app section.header .menu {
    width: 100%;
}


.panel-app nav.navbar a{
    font-size: 12px;
    color:#1d2362;
    font-weight: 600;
}

.panel-app nav.navbar .nav-item{
    margin-right: 8px;
}

.avatar-img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #b4b6ca;
}

.nav-avatar{
    font-weight: normal !important;
    font-size: 12px !important;
    color:#666 !important;
}

.nav-avatar.img-avatar{
    background: #3469ff;
    display: inline-block;
    margin-top: 10px;
    width: 40px;
    height: 40px;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    font-size: 16px !important;
    text-transform: uppercase;
}

.breadcrumb-item a {
    color: #1d2362;
}

.content-header{
    margin-bottom: 30px;
}

.content-header h4 i {
    font-size: 23px;
    position: relative;
    top: -3px;
}

.progress{
    height: 15px;
}

.card{
    box-shadow:0px 2px 14px #1d236238;

}

/**
 * table
 */
.table-main th{
    color:#555;
    font-size: 14px;
}
.th-order{
    cursor: pointer;
    position: relative;
}

.th-order:after{
    content: "\ee45";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 8px;
    color:#ccc;
}

.th-order.asc:after{
    content: "\ee49";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 8px;
    color:#ccc;
}

.th-order.desc:after{
    content: "\ee4a";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 8px;
    color:#ccc;
}

.th-order.asc.active:after,
.th-order.desc.active:after{
    color:#555;
}

.th-order:hover{
    background: #f7f7f7;
}

.th-order.active{
    background: #f7f7f7;
}

.table-main tr td,
.table-main tr th {
    vertical-align: middle;
    padding:10px 10px;
}

.badge-block{
    width:100%;
}

.label {
    font-size: 12px;
    padding: 8px 15px;
    background: #eee;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
}

.label.label-info{
    background: #2196F3;
    color: #fff;
}

.label.label-success{
    background: #21f363;
    color: #fff;
}

.text-readmore{
    overflow: hidden;
   	text-overflow: ellipsis;
   	display: -webkit-box;
   	word-wrap: normal;
   	line-height: 16px;
   	max-height: 16px;
   	-webkit-line-clamp: 1;
   	-webkit-box-orient: vertical;
}

ul.nav{
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border:0;
}

ul.nav li.nav-item{
    border:0px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #1d2362;
    background-color:transparent;
    border-color:#1d2362;
}


.nav-tabs .nav-link {
    border:0px;
    padding:15px;
    border-bottom: 3px solid transparent;
    font-weight: bold;
    color:#aaa;
}


.table.table-attribute tr td {
    padding:5px 0px;
    border:0;
    vertical-align: middle !important;
}

.btn-cancel{
    box-shadow: none;
    font-weight: bold;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgb(255, 255, 255);
    border-top: 1px solid rgba(0,0,0,0.125);
}

.btn-download-brochures{
    float: right;
    background: #1bdc6a;
    color: #fff;
    padding: 3px 15px;
    font-size: 12px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-download-brochures:hover{
    text-decoration: none;
    color:#fff;
}

.brochures {
    position: relative;
}

.brochures-overflow{
    display: none;
}

.brochures .brochures-overflow{
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background:#00000069;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
    animation-duration: 2s;
    opacity: 0;
    transition: 0.3s;
}

.brochures.active .brochures-overflow{
    background: #e62e50a3;
    opacity: 1;
}

.brochures .brochures-overflow:hover{
    opacity: 1;
}

.brochures .brochures-overflow span.icon{
    display: inline-block;
    width:60px;
    height: 60px;
    border:2px solid #fff;
    border-radius: 50%;
    padding:8px;
    text-align: center;
    padding-top: 15px;
}

.brochures .brochures-overflow span.icon i {
    font-size: 25px;
    color:#fff;
}

.btn-success{
    color: #fff;
    background-color: #1bdc6a !important;
    border-color: #1bdc6a !important;
}


.alert-brochures{
    background: #d8d8d8;
    color: #4e4e4e;
    /* border: 2px solid #000; */
    font-size: 14px;
    padding: 5px 15px;
    text-align: center;
}

.nav-head {
    padding:0;
    margin:0;
}

.nav-head .nav-item{
    display: inline-block;
    list-style: none;
    margin-right: 8px;
}

.nav-head .nav-item:last-child{
    margin: 0;
}


.bg-school
{
    background: url(../img/bg-signin-school.png);
    background-size: cover;

}


.img-dashboard-event{
    width:100%;
    height: 300px;
    object-fit: cover;
}

/**
 * DROPZONE
 */
.dropzone .dz-message {
    text-align: center;
    margin: 0;
}

.dropzone {
    min-height: 10px;
    border: 2px solid rgb(203, 204, 219);
    background: white;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 3px;
    color: #888;
    font-size: 12px;

}

.uploaded-image {
    border-bottom: 1px solid #eee;
}

.uploaded-image .dz-progress {
    display: block;
    height: 5px;
}

.uploaded-image .dz-progress .dz-upload {
    display: block;
    height: 100%;
    background: #b7e2b7;
    width: 0;
}
.uploaded-image .dz-error-message {
    color: red;
}
.uploaded-image .dz-complete {
    display: none;
}

.uploaded-image .dz-progress {
    display: none;
}


/**
 * ALERT
 */
.alert-header{
    padding:5px 0px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
}

.alert-header.alert-danger{
    background:#f75847;
    color:#fff;
}

.alert-header.alert-success{
    background: #1bdc71;
    color:#fff;
}


/**
 * APP FORM WIZARD
 */
.nav-app-wizard {
    padding:0;
    margin:0;
}

.nav-app-wizard > li{
    display: inline-block;
    list-style: none;
    margin-right: 15px;
}

.nav-app-wizard > li:last-child{
    margin:0;
}

.nav-app-wizard > li > a:hover{
    text-decoration: none;
}

.nav-app-wizard > li > a{
    display: block;
    width: 60px;
    height: 10px;
    border:0px;
    border-radius: 3px;
    margin:0;
    background: #ccc;
}

.nav-app-wizard > li > a.active{
    background: #1d2362;
}


.btn-upload-document{
    cursor: pointer;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 2px 3px 4px #f5f5f5;
}

.alert-success {
    background-color: #2ee667;
}

.embeddedServiceHelpButton .helpButton .uiButton{
    background:#261d62 !important;
    border-radius: 30px !important;
}

.embeddedServiceHelpButton .helpButton {
    position: fixed;
    bottom: 10px !important;
}

.navbar-nav .nav-item {
    position: relative;
}

.nav-item.has-submenu:hover > .nav-submenu{
    display: block;
}

.nav-submenu {
    position: absolute;
    list-style: none;
    padding: 0;
    padding-top: 58px;
    top: 5px;
    z-index: 999;
    display: block;
    width: auto;
    white-space: nowrap;
    display: none;
}

.nav-submenu li a {
    text-decoration: none;
}

.nav-submenu li a::before{
    content: "\f052";
    display: inline-block;
    font-family: 'icomoon';
    margin-right: 8px;
    color:#e62e50;
}

.nav-submenu > li {
    background: #fff;
    padding:10px 15px;
    box-shadow: 2px 2px 4px #00000047;
}

.nav-submenu > li:first-child{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


.nav-submenu > li:last-child{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* nav sub menu level 2 */
.nav-sub.has-submenu{
    position: relative;
    box-shadow: 2px 0px 4px #00000047;
}

.nav-sub.has-submenu:hover > .nav-submenu2{
    display: block;
}
.nav-submenu2 {
    position: absolute;
    list-style: none;
    padding: 0;
    top: 0;
    left: 102px;
    z-index: 999;
    display: block;
    width: auto;
    white-space: nowrap;
    display: none;
}

.nav-submenu2 li a {
    text-decoration: none;
}

.nav-submenu2 li a::before{
    content: "\f052";
    display: inline-block;
    font-family: 'icomoon';
    margin-right: 8px;
    color:#e62e50;
}

.nav-submenu2 > li {
    background: #fff;
    padding:10px 15px;
    box-shadow: 2px 2px 4px #00000047;
}

.nav-submenu2 > li:first-child{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


.nav-submenu2 > li:last-child{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container{
    width:100% !important;
}

.img-avatar{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    top: 12px;
}

.hexagon-img {
    position: absolute;
    width:300px;
    height: auto;
    right: 0;
    top: 0;
}

.blue-aqua-img {
    position: absolute;
    width:300px;
    height: auto;
    left:0;
    top: 0;
}
.blue-bottom-right-img {
    position: absolute;
    width:100px;
    height: auto;
    right:0;
    bottom: 0;
}
.bg-rectangle-card {
    position: absolute;
    right: -20px;
    width: 50px;
    top: 87%;
    z-index: 999;
}
.loading-block-page{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 999999999;
    text-align: center;
}

.loading-block-page img {
    width: 200px;
    position: relative;
    top: 40%;
}


@media screen and (max-width: 600px) {
    ul.nav li.nav-item {
        display: block;
        width: 100%;
    }

    .payment-type-select {
        width:100%;
        display:block;
        float:none;
    }
    
    .td-document{
        width: 150px;
    }

    .btn-payment-type{
        float: none;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .btn-tution-fee-pay{
        width: 100px;
    }

    .text-right-md {
        text-align: left;
    }
  }
