.main-header {
    position: absolute;
	width: 100%;
    max-height: 50px;
    min-height: 50px;
    z-index: 245;
}

.main-header > .navbar {
    max-height: 50px;
    min-height: 50px;
}

.main-header > .navbar > .time-container {
	position: absolute;
    right: 50px;
}

.main-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding-top: 50px;
    min-height: 100%;
    width: 230px;
    z-index: 200;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap!important;
    overflow: hidden;
}

.sidebar-menu>li {
    position: relative;
    margin: 0;
    padding: 0;
}

.sidebar-menu>li>a {
    border-left: 3px solid transparent;
    color: #b8c7ce;
    position: relative;
    padding: 12px 5px 12px 15px;
    display: block;
	text-decoration: none;
}

.sidebar-menu>li.active>a {
    color: #fff;
    background: #1e282c;
    border-left-color: #dd4b39;
}
.sidebar-menu>li>a:hover {
    color: #fff;
    background: #1e282c;
    border-left-color: #dd4b39;
}

a, a:visited {
    text-decoration: none;
    color: black;
    border-radius: 0.2em;
    -webkit-transition: color 0.15s ease-in;
    -moz-transition: color 0.15s ease-in;
    -o-transition: color 0.15s ease-in;
    transition: color 0.15s ease-in;
}

.main-content, .main-footer {
	height: 100vh;
    overflow: auto;
    -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
    margin-left: 230px;
    z-index: 210;
	padding-top: 50px;
}

.content-header {
    position: relative;
    padding: 15px 15px 0 15px;
}

.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.select2-container--default .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !Important;
}