﻿.input-group.has-error,
input.has-error,
select.has-error,
textarea.has-error{
    border-color: red !important;
}

.pointer-cursor{
    cursor: pointer;
}

input:disabled,
select:disabled,
button:disabled {
    cursor: not-allowed !important;
}

textarea.textarea-input-info {
    resize: none;
    width: 100%;
    border: solid 1px #e6e6e6;
    background-color: #f8f8f8;
    margin-bottom: 25px;
    padding: 5px 20px;
    outline: 0;
}

span.error-message{
    color: red;
    font-size:13.5px;
}

/*Remove HTML5 input number spinner*/
input[type=number].disableSpinner::-webkit-inner-spin-button,
input[type=number].disableSpinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/*Customize style.css color*/
.topbar .menu-topbar li a:hover{
    color: white;
}



/*Customize bootstrap input group style*/
.input-group-text {
    border: solid 1px #e6e6e6;
    border-radius: unset;
}

.input-group > .input-group-prepend > .input-group-text{
    height: 40px;
}

.input-group > .input-info {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

/* Override for Edit Profile - Contact Number field - Country Code */
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
}



/*customize navigation bar*/
.topbar .menu-topbar li span {
    font-size: 13px;
    text-transform: capitalize;
    color: white;
    padding-left: 12px;
    position: relative;
    font-weight: bold;
}

a.alpText-accent:hover {
    color: #f68720;
}



/*Customize Header Layout*/
.header-container{
    line-height: 1;
}

.header-content {
    font-size: 12px;
    color: white;
    /*font-weight: bold;*/
}

.main-header .logo a img {
    max-width: 100%;
}

.header-content{
    line-height: 1;
}

@media (max-width: 767px) {
    .main-header .logo a img {
        max-width: 100%;
    }
}

.mainHeaderWrapper {
    height: 80px;
}
/* @media (max-width: 767.5px) { */
@media (max-width: 575.5px) {
    .mainHeaderWrapper {
		height: 160px;
        /* height: 240px; */
    }
}

.mainHeaderWrapper .logo img {
    /* min-width: 150px;
    width: 150px; */
    max-height: 50px;
}






/* Footer */
.list-socials li a:hover {
    background-color: #F68720;
}
.widget-custom-menu ul li a:hover {
    color: #F68720;
}



.owl-nav .disabled{
    display: none;
}



.loading-page {
    text-align: center;
    padding: 230px 15px 150px;
    min-height: calc(100vh - 30px);
}



/* 
 * Sidebar 
 */

/* Overide Sidebar values */
.site-menubar {
    /* height: 100%; */
    z-index: 1000; /* default z-index value of 1400 */
}
/* @media (min-width: 1200px) {
    .site-menubar {
        width: 200px !important; Overwrite sidebar width from site.css
    }
} */
/* Dashboard Content spacing from sidebar */
/* .dashboard-content {
    margin-left: 220px;
}
@media (max-width: 1199px) {
    .dashboard-content {
        margin-left: 90px;
    }
}
@media (max-width: 767px) {
    .dashboard-content {
        margin-left: 0px;
    }
} */

/* Sidebar */
/* .site-menubar-unfold .site-menu-icon,
.site-menubar-fold .site-menu>.site-menu-item>a .site-menu-icon{
    color: #265EB1;
    font-size: 20px;
} */

.site-menu-item a{
    color: #95989A;
}

/* Sidebar Items */
.site-menu>.site-menu-item.open,
.site-menu .site-menu-sub .site-menu-item.active {
    background-color: white;
}
.site-menu>.site-menu-item.open>a,
.site-menu .site-menu-sub .site-menu-item.active>a,
.site-menu .site-menu-sub .site-menu-item.hover>a,
.site-menu .site-menu-sub .site-menu-item:hover>a {
    color: #95989A;
}

.site-menu>.site-menu-item.active {
    background-color: inherit !important;
    border: none !important;
}




