/* ***** CARD CUSTOM ***** */

.card-custom,
.card-custom-header,
.card-custom-body,
.card-custom-footer {
	position:relative;
	width:100%;
}
.card-custom {
	border-radius:5px;
	overflow: hidden;
}
.card-custom + .card-custom {
	margin-top:10px;
}

/* --- bg visible --- */
.card-custom.bg-enable {
	background-color:rgba(255,255,255,1);
}
.card-custom.bg-enable [ class*="card-custom-" ] > .inside  {
	padding:25px;
}
.card-custom.bg-enable .card-custom-header > .inside,
.card-custom.bg-enable .card-custom-footer > .inside {
	padding-top:20px;
	padding-bottom:20px;
}
.card-custom.bg-enable .card-custom-header + .card-custom-body > .inside {
	border-top:1px solid rgba(0,0,0,0.1);
}
/* ***** MENU BAR FIXED ON SCROLL ***** */

.menu-bar-section.fixed-on-scroll {
	position: relative;
	width: 100% !important;
}
.menu-bar-section.fixed-on-scroll > .menu-bar-inside {
	position: absolute;
	width: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.menu-bar-section.fixed-on-scroll,
.menu-bar-section.fixed-on-scroll > .menu-bar-inside {
	height: 60px;
}
.menu-bar-section.fixed-on-scroll > .menu-bar-inside > .container {
    position: relative;
    height: 100%;
}
.menu-bar-section.fixed-on-scroll[ class*="bgcolor-" ] {
    background: none !important;
}

/* fixed */
.menu-bar-section.fixed-on-scroll.fixed > .menu-bar-inside {
	position: fixed;
}

/* bg white */
.menu-bar-section.fixed-on-scroll.bgcolor-white > .menu-bar-inside {
    background-color: rgba(255,255,255,1);
}
.menu-bar-section.fixed-on-scroll.bgcolor-white.bg-transparent > .menu-bar-inside {
    background-color: rgba(255,255,255,0);
}
.menu-bar-section.fixed-on-scroll.bgcolor-white.bg-transparent.fixed > .menu-bar-inside {
    background-color: rgba(255,255,255,1);
}

/* ***** BOTTOM BAR *****  */

.bottom-bar-section {
	position: relative;
}
.bottom-bar-section.bottom-bar-enable {
	position:fixed;
	width:100%;
	height:auto;
	padding:15px 30px;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(255,255,255,1);
	border-top: 1px solid rgba(0,0,0,0.05);
	box-shadow:0 0 20px rgba(0,0,0,0.1);
	z-index:100;
}

.profile-avatar {
	position: relative;
	display: block;
	overflow: hidden;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.profile-avatar.small {
	width: 45px;
	height: 45px;
	border-radius: 5px;	
}
.profile-avatar.medium {
	width: 70px;
	height: 70px;
	border-radius: 10px;	
}
.profile-avatar.larger {
	width: 100px;
	height: 100px;
	border-radius: 10px;	
}

.profile-avatar:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.profile-avatar,
.profile-avatar:hover {
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}


/* ***** MENU THEME ***** */

/* ----- sliding underline menu ----- */

.sliding-underline-menu-row,
.sliding-underline-menu,
.sliding-underline-menu .this-btn-menu {
    position: relative;
}
.sliding-underline-menu-row.has-border-bottom::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sliding-underline-menu {
    display: flex;
    height: 30px;
}
.sliding-underline-menu .this-btn-menu {
    height: 100%;
    flex-shrink: 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase !important;
    text-align: center;
    padding:0 2px;
    cursor: pointer !important;
    color:rgba(0,0,0,0.25);
}
.sliding-underline-menu .this-btn-menu + .this-btn-menu {
    margin-left: 25px;
}
.sliding-underline-menu .this-btn-menu:hover {
    color:rgba(0,0,0,1);
}
.sliding-underline-menu .this-btn-menu.active {
    color:rgba(192,149,75,1) !important;
}
.sliding-underline-menu .underline {
    position: absolute;
    height: 3px;
    width: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    background-color:rgba(192,149,75,1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sliding-underline-menu .this-btn-menu,
.sliding-underline-menu .this-btn-menu:hover,
.sliding-underline-menu .this-btn-menu.active {
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}

/* menu bar */
.menu-bar-section.fixed-on-scroll .sliding-underline-menu {
    height: 100%;
}
.menu-bar-section.fixed-on-scroll .sliding-underline-menu .this-btn-menu > .menu {
    line-height: 60px;
}

/* ----- outline menu ----- */

.outline-menu-row,
.outline-menu,
.outline-menu .this-btn-menu {
    position: relative;
}
.outline-menu {
    display: flex;
}
.outline-menu .this-btn-menu {
    height: 40px;
    flex-shrink: 0;
    font-size: 13px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase !important;
    text-align: center;    
    cursor: pointer !important;
    color:rgba(0,0,0,0.4);
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 5px;
    padding:0 20px;
}
.outline-menu .this-btn-menu + .this-btn-menu {
    margin-left: 10px;
}
.outline-menu .this-btn-menu:hover {
    background-color: rgba(0,0,0,0.1);
    border-color: rgba(0,0,0,0);
}
.outline-menu .this-btn-menu.active {
    background-color: rgba(0,0,0,1);
    border-color: rgba(0,0,0,1);
    color:rgba(255,255,255,1);
}

/* menu bar */
.menu-bar-section.fixed-on-scroll .outline-menu {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ----- fill menu ----- */

.fill-menu-row,
.fill-menu,
.fill-menu .this-btn-menu {
    position: relative;
}
.fill-menu {
    display: flex;
}
.fill-menu .this-btn-menu {
    height: 40px;
    flex-shrink: 0;
    font-size: 13px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase !important;
    text-align: center;    
    cursor: pointer !important;
    color:rgba(0,0,0,0.4);
    background-color: rgba(0,0,0,0.1);
    border-radius: 5px;
    padding:0 20px;
}
.fill-menu .this-btn-menu + .this-btn-menu {
    margin-left: 10px;
}
.fill-menu .this-btn-menu:hover {
    background-color: rgba(0,0,0,0.2);
}
.fill-menu .this-btn-menu.active {
    background-color: rgba(0,0,0,1);
    color:rgba(255,255,255,1);
}

/* menu bar */
.menu-bar-section.fixed-on-scroll .fill-menu {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ----- text transparent menu ----- */

.text-transparent-menu-row,
.text-transparent-menu,
.text-transparent-menu .this-btn-menu {
    position: relative;
}
.text-transparent-menu {
    display: flex;
    height: 30px;
}
.text-transparent-menu .this-btn-menu {
    height: 30px;
    flex-shrink: 0;
    font-size: 13px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase !important;
    text-align: center;    
    cursor: pointer !important;
    color:rgba(0,0,0,0.4);
}
.text-transparent-menu .this-btn-menu + .this-btn-menu {
    margin-left: 30px;
}
.text-transparent-menu .this-btn-menu:hover {
    color:rgba(0,0,0,0.5);
}
.text-transparent-menu .this-btn-menu.active {
    color:rgba(0,0,0,1) !important;
}

/* menu bar */
.menu-bar-section.fixed-on-scroll .text-transparent-menu {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ***** EXPANSION PANEL ***** */

.expansion-panel-section,
.expansion-panel-group,
.expansion-panel-header,
.expansion-panel-content {
    position: relative;
}
.expansion-panel-group.open .expansion-panel-content {
    display: block;
}


/* ***** MESSAGES BOX ***** */

.icon-circle {
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
}

.icon-circle.extra-small {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 46px;
}
.icon-circle.outline.extra-small {
    border-width: 3px;
}
.icon-circle.small {
    width: 60px;
    height: 60px;
    font-size: 22px;
    line-height: 56px;
}
.icon-circle.outline.small {
    border-width: 3px;
}
.icon-circle.medium {
    width: 80px;
    height: 80px;
    font-size: 35px;
    line-height: 76px;
}
.icon-circle.outline.medium {
    border-width: 3px;
}
.icon-circle.large {
    width: 100px;
    height: 100px;
    font-size: 50px;
    line-height: 96px;
}
.icon-circle.outline.melargedium {
    border-width: 5x;
}

.icon-circle.fill {
    border: none !important;
}
.icon-circle.outline {
    border-style: solid;
}

.icon-circle.success.green {
    color:rgba(124,157,22,1);
}
.icon-circle.success.green.has-shadow {
    box-shadow: 0 0 30px rgba(124,157,22,0.3);
}
.icon-circle.success:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00c";
}
.icon-circle.fail {
    color:rgba(197,30,30,1)
}
.icon-circle.fail:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00d";
}

.messages-box {
    position: relative;
    width: 100%;
}


/* ***** MESSAGES BOX ***** */

.messages-box.stroke-style {
    padding: 50px 30px;
    border-radius: 10px;
    border: 1px dashed rgba(0,0,0,0.3);
}

.messages-box.highlight {
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px dashed rgba(0,0,0,0.3);
}

/* messages alert */

.messages-alert {
    position: relative;
    display: flex;
}
.messages-alert.inline {
    flex-wrap: nowrap;
}
.messages-alert > .inside {
    position: relative;
    padding: 5px 15px;
    border-radius: 20px;
}
.messages-alert.auto-center {    
    justify-content: center;
}
.messages-alert.textcolor-red > .inside {
    background-color: rgba(197,30,30,0.1);
}

#loading-page {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,1);
    z-index: 3000 !important;
    opacity: 1;
}
#loading-page.fade-out {
    opacity: 0;    
}
#loading-page > .inside,
#loading-page > .inside > .sec-table {
    height: 100%;
}
.loading-page-message {
    position: relative;
    text-align: center;
    top: 0;
    opacity: 1;   
}
.loading-page-message > .img {
    margin-bottom: 30px;
}
.loading-page-message > .title {}
.loading-page-message > .text {}

#loading-page.fade-out .loading-page-message {
    top: -100px;
    opacity: 0;   
}

.loading-page-message,
#loading-page.fade-out .loading-page-message {
    transition: opacity 0.5s ease, top 0.5s ease;
    -webkit-transition: opacity 0.5s ease, top 0.5s ease;
    -ms-transition: opacity 0.5s ease, top 0.5s ease;
    -moz-transition: opacity 0.5s ease, top 0.5s ease;
    -o-transition: opacity 0.5s ease, top 0.5s ease;
}

#loading-page,
#loading-page.fade-out {
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
}

.loading {
    position: relative;
    border: 5px solid rgba(0,0,0,0.1);
    border-radius: 50%;
    border-top: 5px solid rgba(214,171,96,1);
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.img-profile-loading {
    position: relative;
    margin: 0 auto;
}
.img-profile-loading,
.img-profile-loading > .loading {
    width: 200px;
    height: 200px;
}
.img-profile-loading > .img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -90px auto auto -90px;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* xl */
@media (min-width: 1200px) {
}

/* xl - more 1 */
@media (min-width: 1650px) {
}

/* xl - more 2 */
@media (min-width: 1200px) and (max-width: 1649.98px) {
}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* md - sm - xs */
@media (max-width: 991.98px) {
}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* sm - xs */
@media (max-width: 767.98px) {

/* --- btn form bar --- */

.bottom-bar-section .btn-row.mg-top-30 {
	margin-top: 0 !important;
}
.bottom-bar-section .btn-group {
	width:100%;
}
.bottom-bar-section .btn-group .default-btn,
.bottom-bar-section .btn-group[ data-btn="1" ] .default-btn {
	width:100%;
}
.bottom-bar-section .btn-group[ data-btn="2" ] .default-btn {
	width:calc( 50% - 5px );
	min-width:0 !important;
}

/* ***** LIST MENU ----- */

.listmenu-section {
    width: 100% !important;
}
.listmenu-group .title {
    font-size: 15px;
    letter-spacing: 0.3px;
}
.listmenu-group .description {
    letter-spacing: 0.3px;
}

}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* xs */
@media (max-width: 575.98px) {
}
