/*================================================================================
	Item Name: Frest HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.search-bar-wrapper .search-bar .search-input .search-btn {
    position: absolute;
    top: 5px;
    right: 5px;
}
.dropzone .dz-message {
    top: 0;
    padding: 30px;
    height: 100%;
    margin-top: 0;
}
.main-menu .navbar-header {
    margin-bottom: 2rem;
}


.main-menu .navbar-header .navbar-brand .brand-logo {
    height: 40px;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
}
.main-menu .navbar-header .navbar-brand .brand-logo .logo {
    display: none;
    height: 40px;
}
.main-menu .navbar-header.expanded .navbar-brand .brand-logo .logo {
    display: block;
}
.main-menu .navbar-header .navbar-brand .brand-logo .logo2 {
    display: block;
    height: 45px;
    position: relative;
}
.main-menu .navbar-header.expanded .navbar-brand .brand-logo .logo2 {
    display: none;
}


.breadcrumb.rounded-sm-pill {
    border-radius: 0.25rem !important;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 14px 0 rgba(0, 0, 0, 0.12);
}
.ui-state-highlight{
    min-width: 200px;
}
.headcol {
    position: sticky;
    width: 250px;
    left: 0;
    top: auto;
    margin-top: -1px;
    background: #f9f9f9;
    box-shadow: 5px 5px 10px 0px #f1f1f1;
}
.collapsible .card .card-header, .accordion .card .card-header {
    padding: .5rem .7rem;
    font-size: .9rem;
}
.select2 {
    width: 100%!important; /* overrides computed width, 100px in your demo */
}
.select2 input {
    width: 100%!important; /* overrides computed width, 100px in your demo */
}