/*
==================== LOADING ==========================
*/
.spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #333;

    border-radius: 100% !important;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

.loading {
    background-color: #eee;
    height: 100vh;
    width: 100%;
    z-index: 123;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*
==================== END LOADING ==========================
*/

body {
    background-color: #e4e4e2;
    overflow-x: hidden;
}

#main-wrapper{
    min-height: 50vh;
}

* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    font-family: 'Battambang', 'Roboto', sans-serif, cursive;
    /*-webkit-appearance: none;*/
}



.form-control:focus {
    border: 1px solid #ced4db;
    box-shadow: none;
}
input.error, textarea.error {
    border: 1px solid red !important;
}


.ff-fjalla {
    font-family: 'Fjalla One', 'Battambang', sans-serif;
}

.bg-ea {
    background-color: #eaeaea;
}

.display-inline {
    display: inline;
}

a {
    color: #333;
}

.mt-10{
    margin-top: 7em;
}

a:hover {
    text-decoration: none;
}

.h-100vh {
    min-height: 100vh;
}

.bg-f1f1f1 {
    background-color: #f1f1f1;
}

.bg-eee {
    background-color: #eee;
}

.h-50vh {
    min-height: 50vh;
}

.hover-notification:hover {
    background-color: #eee;
}

.hover-notification:hover a {
    color: #333;
}

.p-70 {
    padding: 0 70px;
    width: 100%;
}

.p-no-margin p, .p-no-margin {
    margin-bottom: 2px;
}

.p-30 {
    padding: 0 30px;
    width: 100%;
}

.fz-2 {
    font-size: 1.33em;
}

.c-pointer {
    cursor: pointer;
}

.w-240 {
    width: 240px;
    cursor: pointer;
}

.w-150 {
    width: 150px;
    cursor: pointer;
}

.form-group label {
    color: #000;
    font-size: 14px;
}

.container {
    /*background-color: #fff;*/
    /*overflow: auto;*/
}

.border-bottom {
    border-bottom: 1px solid #eee;
    /*box-shadow: 0px 1px 2px 0px #ececec;*/
}

.top-header {
    position: fixed;
    width: 100%;
    z-index: 123;
    top: 0;
    background-color: #fff;
}

.top-header, #img-logo {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.top-header #img-logo {
    width: 50px;
}



.top-header.navbar-transparent #navbarNav ul li a {
    color: #fff;
}

/*.top-header #navbarNav ul li a {*/
/*font-size: 20px;*/
/*font-weight: bold;*/
/*}*/

.top-header .flag a {
    color: #666;
}

.top-header.navbar-transparent .flag a {
    color: #fff;
}

.top-header.navbar-transparent {
    background-color: transparent;
    top: 25px;
}

.top-header a:hover {
    color: #f1c40f !important;
}

.top-header ul li {
    display: inline;
}

.top-header .top-header-col ul {
    padding: 0;
    margin: 0;
    height: 40px;
    line-height: 40px;
}

.logo {
    padding: 12px;
}

.tab {
    background-color: #f5f5f5;
    padding: 0;
}

.tab .profile .bgc a {
    width: 100%;
    display: inline-block;
}

.tab .profile .bgc {
    text-align: center;
    transition: all 0.2s;
}

.tab .profile .bgc a {
    color: #909090;
}

.tab .profile .bgc i {
    font-size: 28px;
    color: #909090;
    margin: 0 15px;
}

.tab .profile .bgc.active i {
    color: #f1c40f;
}

.tab .profile .bgc:hover {
    background-color: #eee;
}

.tab .profile .bgc:hover a {
    color: #333;
}

.tab .profile .bgc.active a {
    color: #333;
    background-color: #eee;
}

.top-header-menu li a.active {
    color: #f1c40f !important;
}

.flag {
    height: 38px;
    display: flex;
    align-items: center;
}

.dropdown-toggle {
    background-color: transparent;
    border: none;
    box-shadow: none;
    position: relative;
}

.dropdown-toggle:hover {
    background-color: transparent;
    cursor: pointer;
}

.dropdown-menu.show {
    /*top: 1px !important;*/
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f1c40f;
}

.border-top-1 {
    border-top: 1px solid #ddd;
}

.notification {
    position: absolute !important;
    top: -3px !important;
    right: -5px !important;
    border-radius: 50% !important;
}

input.error {
    color: red !important;
    border: 1px solid red !important;
}

label.error {
    color: red !important;
}

.bs-callout-warning {
    border-left-color: #017bff !important;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

footer {
    font-size: 14px;
}

footer i {
    font-size: 32px;
    /*color: red;*/
}

footer .follow-us i {
    font-size: 28px;
    padding-right: 20px;
}

footer h5:after {
    content: '';
    background: #ffc107;
    height: 2px;
    width: 85px;
    display: inherit;
}
footer .copyright{
    background-color: #2b2f33;
    color: #fff;
    font-size: 14px;
}

@media screen and (min-width: 992px) {
    .top-header.navbar-transparent #img-logo {
        width: 150px;
        position: absolute;
        top: 0;
    }
}

@media screen and (max-width: 768px) {
    .navbar-brand::after {
        font-size: 16px;
    }
}
@media screen and (max-width: 476px) {
    .navbar-brand::after {
        font-size: 0;
    }
}

.w-30px{
    width: 30px;
}
