body.login-bg {
    background: url("/control-panel/images/login-bg.jpg") no-repeat;
}

body.error-bg {
    background: url("/control-panel/images/login-image.jpg") no-repeat;
}

.or:before {
    content: "или";
}

.login-slider {
    background: url("/control-panel/images/login-image.jpg") center center no-repeat;
}

.signup-slider {
    background: url("/control-panel/images/login-image.jpg") center center no-repeat;
}

.input-group-text {
    border: 1px solid #e1e5f1;
    background: #f5f6fa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #aab3c3;
}

.text-muted {
    width: 100%;
}

#userSettings {
    height: 60px;
}

.dropdown-menu:before, .dropdown-menu:after {
    display: none !important;
}

button {
    cursor: pointer
}

table.unbordered-first-row tr:first-child td {
    border-top: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container {
    border: 1px solid #e1e5f1 !important;
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--multiple {
    border: none !important
}

.select2-selection__choice {
    background-color: #007ae1 !important;
    border: 0px solid #aaa !important;
    border-radius: 0px !important;
    color: #ffffff !important;
}

.select2-selection__choice__remove {
    color: #fff !important;
}

.blog-thumb {
    max-height: 300px;
}

.chat-image {
    max-height: 100px;
}

tr.bold td:not(:first-child) {
    font-weight: 600;
}

.fa-6 {
    font-size: 20em !important;
}

.fa-5 {
    font-size: 12em !important;
}

.fa-4 {
    font-size: 8em !important;
}

.fa-2 {
    font-size: 3em !important;
}

.fa-1 {
    font-size: 2em !important;
}

.fa-0-5 {
    font-size: .5em !important;
}

.inline-control {
    border: none;
    background: none;
    outline: none;
}

.blue-dot {
    font-size: 5px !important;
    vertical-align: middle;
    color: #0d47a1;
}

.red-dot {
    font-size: 5px !important;
    vertical-align: middle;
    color: #a10602;
}

.green-dot {
    font-size: 5px !important;
    vertical-align: middle;
    color: #7ae61e;
}

.badge {
    margin-bottom: 0.4em;
}

ul.sortable li {
    border: 1px solid #007ae1;
    color: #007ae1;
    background-color: white;
}

div.task {
    min-height: 45px;
}

div.task-dir {

}

div.task-dir span.icon-folder {
    color: gray
}

.bordered {
    border: 1px solid #dee2e6;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
}

a.fake-link {
    border-bottom: 1px dashed;
    cursor: pointer;
}

a.fake-link:hover {
    border-bottom: none
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

table.table td > a {
    color: #007ae1;
    text-decoration: underline;
}

table.table td > a:hover {
    text-decoration: none;
}

.price-type-selector {
    cursor: pointer;
}

.logo {
    text-align: left !important;
}

.navbar-main {
    padding-top: 3px
}

.breadcrumb {
    margin-bottom: 0px!important;
    background: none!important;
}