﻿.daterangepicker{
    z-index:200 !important;
}
.select-image-active {
    border: 3px solid #00c9a7;
}

.editor-label-image {
    padding: 0px !important;
}

    .editor-label-image img.image {
        border: 1px solid #D5D8DE;
        border-radius: 3px 3px 3px 3px;
        box-shadow: 0 0 3px #D5D8DE;
        padding: 2px;
        height: 115px;
    }

.editor-field-level2 {
    display: inline-block;
    clear: both;
    width: 100%;
    margin-bottom: 5px;
}

    .editor-field-level2 span {
        display: block;
        display: inline-block;
        clear: both;
        margin-bottom: 5px;
    }

.editor-field-level2-container {
}

    .editor-field-level2-container textarea {
        height: 43px;
    }

.row-border-bottom {
    border-bottom: 1px dotted #ddd;
}

.editor-field input[type=text], .editor-field input[type=password], .editor-field select, .editor-field textarea {
    float: left;
    margin-right: 5px;
    width: 300px;
}

.editor-field textarea {
    overflow: auto;
}

.editor-field select {
    width: 310px;
}

.editor-field input[type=text]:focus {
    background: none;
    background-color: #fdfcf6;
}

.editor-field label.error {
    float: left;
    display: block;
    clear: none;
    padding-top: 5px;
}
.main .content {
    padding-top: 40px !important;
}

.nav-item a, .nav-item a:hover {
    color: #fff;
}
.navbar-vertical-fixed .navbar-vertical-footer
{
    height:70px;
}
.list-separator .list-separator-link
{
    color:#fff !important;
    padding-right:5px;
}

.list-separator .list-inline-item:not(:last-child)::after {
    background-color: #0e43cd !important;
}
.btn-footer {
    margin-bottom:10px !important;
}

.navbar-vertical-aside-show-xl .navbar-vertical-aside
{
    width:280px;
}

.text-truncate {
    white-space: normal !important;
    overflow: initial !important;
    text-overflow: initial !important;
}

