﻿.sidebar .logo {
    width: 50px;
    margin: 6px auto;
}

.sidebar .logo>img {}

.main-sidebar {
    padding-top: 0px;
}

.main-header .logo {
    display: flex;
}

.page-title .breadcrumb {
    text-transform: none;
}

.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right) {
    display: none !important;
}

@media (min-width:768px) {
    .main-header .logo {
        display: none;
    }

    .sidebar-mini .sidebar-collapse .sidebar-menu li:hover a>span {
        display: none !important;
    }

    .no-menu-expanded {
        margin-left: 50px !important;
        transition: 0.2s;
    }

    .menu-expanded {
        margin-left: 230px !important;
        transition: 0.2s;
    }

}

.custom-select2 .select2-container--default .selection .select2-selection--single,
.custom-select2 .select2-container--default .selection .select2-selection--multiple {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 3px !important;
    height: 40px;
}

.custom-select2 .select2-container--default .selection .select2-selection--multiple {
    overflow: hidden !important;
    height: auto !important;
}

.custom-select2 .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search {
    width: 0;
    line-height: 25px;
}
.custom-select2 .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search input {
    min-height: 24px;
}

.custom-select2 .select2-container--default .select2-selection--single .select2-selection__placeholder,
.custom-select2 .select2-container--default .select2-selection--multiple .select2-selection__placeholder  {
    color: #555555 !important;
    line-height: 2 !important;
}

.custom-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555555 !important;
    line-height: 38px !important;
    text-align: left;
}

.custom-select2 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #555555 !important;
    line-height: 28px !important;
    padding-left: 8px !important;
}

.custom-select2 .select2-container--default .select2-selection--single .select2-selection__arrow,
.custom-select2 .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    display: none !important;
}

.invalid-select2 .select2-selection.select2-selection--single,
.invalid-select2 .select2-selection.select2-selection--multiple {
    border: 1px solid #a94442 !important;
}

.custom-select2 .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    font-size: 12px !important;
    height: 26px !important;
    line-height: 24px !important;
    color: #555 !important;
}
.custom-select2 .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search .select2-search__field {
    padding-left: 8px !important;
}

.custom-select2 .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee !important;
}


/* Control Select2 dropdown wrapper spacing */
.select2-container .dropdown-wrapper {
    position: absolute;
    display: none;
}

.select2-container--open .dropdown-wrapper {
    display: block;
    height: 0;
    padding: 0;
    margin: 0;
}

/* Ensure proper alignment of select2 container */
.select2-container {
    display: block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
}

.datepicker.dropdown-menu{
    z-index: 999999 !important;
}