/* Add here all your CSS customizations */
.main-label {
    color: #1565C0 !important;
    font-weight: 900 !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}
.bottom-label {
    color : #337ab7 !important;
    font-weight: bold !important;
}

.inverted {
    background-color: #337ab7;
}

h1.word-rotator-title .inverted {
    min-height: 48px;
}


html .page-header-color.page-header-tertiary {
    padding-top: 100px;
}

html .page-header-color.page-header-quaternary {
	/* background-color: #0088cc !important;
    border-bottom-color: #383f481a !important; */
    padding-top: 100px;
}
html .page-header-color.page-header-secondary {
    padding-top: 100px;
}
html .page-header-color.page-header-primary {
    padding-top: 100px;
}

html #header.header-semi-transparent .header-nav-main nav > ul > li > a.active {
    color: orange !important;
}


.alternative-font {
    font-family: "Nanum Brush Script", cursive;
}

hr.short {
    margin: 12px 0;
}

.show-grid-block {
    height: 70px;
    line-height: 70px !important;
    
}
.col-lg-3 {
    padding-right: 5px;
    padding-left: 5px;
}

.block-green {
    background-color: rgb(212, 245, 242) !important;
}

.block-yellow {
    background-color: rgb(230, 223, 161) !important;
}

.block-pink{
    background-color: rgb(240, 203, 221) !important;
}

.tabs.tabs-simple .nav-tabs > li .nav-link, .tabs.tabs-simple .nav-tabs > li .nav-link:hover, .tabs.tabs-simple .nav-tabs > li .nav-link:focus {
    padding: 15px 24px;
}

/* Add here all your CSS customizations */
.dropzone {
    background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 3px;
    min-height: 122px;
    padding: 23px;
}

.dropzone .dz-default span {
    -webkit-transition: color 0.1s ease-in;
    -moz-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.2);
}

.alert-admin img {
    margin: -67px 0 0;
}

.container_iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 100;
    left: 0;
}