/* 120px normally / 7.5 rem */
.header, .nav-header {
    height:100px;
}

.header-info {
    padding:10px 15px 15px 15px;
    border-radius: 1.25rem;
    border:0px solid black;
    position:relative;
}
.header-info .menu_down_arrow {
    color: #ffffff;
    position:absolute;
    right:7px;
    bottom:0px;
}

.header-info:hover {
    background-color:#efefef;    
}
.header-info:hover .menu_down_arrow {
    color: #000000;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;    
}

.deznav .metismenu {
    padding-top:0px;
}
.container-fluid {
    padding-top:0px !important;
}

[data-header-position="fixed"] .content-body {
    padding-top: 120px;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .logo-abbr {
    display: block;
}

[data-sidebar-style="full"][data-layout="vertical"] .footer .copyright {
    display: block;
}

.nav-header .logo-abbr {
    display: none;
}

.nav-header .brand-title {
    margin-left: 35px;
    max-width: 160px;
    margin-top: 0px;
}

.plan-list .list-row:hover .info p {
      color: #fff !important; 
}
.plan-list .list-row:hover .info h4 {
      color: #fff !important; 
}

.form-control {
    color: #666666 !important;   
}
.form-control:hover, .form-control:active {
    color: #1a1a1a !important;       
}
 /*  #6c757d; */
.form-control::placeholder {
    color: #bbc0c4;
    opacity: 1; 
}

.error {
    border-width:2px !important;
    border-color:red !important;
}

.search-area .input-group-text {
    min-width:30px;
    padding-left:10px;
}

.form-control.short-control {
    width:150px;
}

.plan-list .more-button {
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 1.25rem;
    line-height: 56px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    background: #F4F5F9;
}

.custom-select {
    display:block;
}

.custom-select, .custom-select:hover, .custom-select:active, .custom-select:focus {
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;    
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item.active {
    background: #d8e0fc;
}

.pointer {
    cursor:pointer;
}

.select2-container--default  .select2-results__option[aria-selected=true]
{                
    display:none;
}
            
