.layout.fixed-top{
    z-index: 1035;
}

.ctlthemelayout-action-edit-layout{
    cursor: pointer;
}

.ctlthemelayout-action-edit-layout i{
    margin-right: 5px !important;
    color: rgba(240,245,250,.6);
}

.text-right .ctlthemecol-content-wrapper .d-inline-block{
    margin-left: 15px;
}
.text-left .ctlthemecol-content-wrapper .d-inline-block{
    margin-right: 15px;
}
.text-center .ctlthemecol-content-wrapper .d-inline-block{
    margin-right: 7px;
    margin-left: 7px;
}

.layout-site-content-outer{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: calc(100vh - var(--vh-offset, 0px));
}

.layout-site-content-inner{
    flex: 1;
}

a.ctl-vulcano-theme-debug-layout{
    font-size: 10px;
    display: block;
    font-weight: bold;
    color: #fff !important;
    text-shadow: 0px 0px 1px #000;
    text-transform: uppercase;
    padding: 2px 10px;
    background: repeating-linear-gradient( -45deg, #FFE600, #FFE600 10px, #000 10px, #000 20px );  
    border: 1px solid #FFE600;
    margin-top: 2px;
    margin-bottom: 2px;
}

.col.d-flex .ctlthemecol-content-wrapper{
    width: 100%;
}

.ctl-theme-section{
    position: relative;
    width: 100%;
}

.layout-mega-menu{
    position: absolute;
    left: 0px;
    width: 100%;
    opacity: 0;
    transition: all 0.4s ease 0s;
    z-index: 1;
    pointer-events: none;
    overflow: auto;
    max-height: 70vh;   
    margin-top: 30px; 
}

.show-mega-menu .layout-mega-menu{
    opacity: 1;
    pointer-events: all;
    margin-top: 0px; 
}

.col.layout-collapsible-menu{
    width: 250px;
    max-width: 250px;

	display: flex;
	flex-direction: column;
}
 
.col.layout-collapsible-menu-full{
    min-height: calc(100vh - var(--vh-sidebar-offset, 0px));
}

.col.layout-collapsible-menu-scrollable{
    overflow-y: auto;	
    height: calc(100vh - var(--vh-sidebar-offset, 0px));
}

.col.layout-expandable-area{
    width: calc( 100% - 250px);
}




#ctl-theme-analyzer{
    width: 200px !important;
    padding: 5px !important;
    background-color: #000 !important;
    
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75) !important; 
    
    position: fixed !important;
    z-index: 100000 !important;
    top: 15px !important;
    right: 15px !important;
}

#ctl-theme-analyzer h2{
    font-size: 12px !important; 
    font-weight: bold !important;
    cursor: pointer !important;
}

#ctl-theme-analyzer h2 i{
    float: right !important;
    font-size: 10px !important;
}

#ctl-theme-analyzer label{
    font-weight: bold !important;    
}

#ctl-theme-analyzer label,
#ctl-theme-analyzer p{   
    font-size: 11px !important;
}

#ctl-theme-analyzer label,
#ctl-theme-analyzer h2,
#ctl-theme-analyzer p{
    font-family: courier new !important;    
    color: #20C20E !important;    
}


#ctl-theme-analyzer h2{
    margin-bottom: 10px !important;
}
#ctl-theme-analyzer label{
    margin-bottom: 3px !important;
}
#ctl-theme-analyzer p{
    margin-bottom: 5px !important;
}