body.login-bg {
    position: relative;
}
body.login-bg:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: url("/account/images/login-bg.jpg") no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

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;
}

/*.bs4-order-tracking {*/
/*    margin-bottom: 30px;*/
/*    overflow: hidden;*/
/*    color: #878788;*/
/*    padding-left: 0px;*/
/*    margin-top: 30px*/
/*}*/

/*.bs4-order-tracking li {*/
/*    list-style-type: none;*/
/*    font-size: 13px;*/
/*    width: 25%;*/
/*    float: left;*/
/*    position: relative;*/
/*    font-weight: 400;*/
/*    color: #878788;*/
/*    text-align: center*/
/*}*/

/*.bs4-order-tracking li:first-child:before {*/
/*    margin-left: 15px !important;*/
/*    padding-left: 11px !important;*/
/*    text-align: left !important*/
/*}*/

/*.bs4-order-tracking li:last-child:before {*/
/*    margin-right: 5px !important;*/
/*    padding-right: 11px !important;*/
/*    text-align: right !important*/
/*}*/

/*.bs4-order-tracking li > div {*/
/*    position: relative;*/
/*    color: #fff;*/
/*    width: 29px;*/
/*    text-align: center;*/
/*    line-height: 29px;*/
/*    display: block;*/
/*    font-size: 12px;*/
/*    background: #878788;*/
/*    border-radius: 50%;*/
/*    margin: auto;*/
/*    z-index: 1*/
/*}*/

/*.bs4-order-tracking li:after {*/
/*    content: '';*/
/*    width: 150%;*/
/*    height: 2px;*/
/*    background: #878788;*/
/*    position: absolute;*/
/*    left: 0%;*/
/*    right: 0%;*/
/*    top: 15px;*/
/*    !*z-index: -1*!*/
/*}*/

/*.bs4-order-tracking li:first-child:after {*/
/*    left: 50%*/
/*}*/

/*.bs4-order-tracking li:last-child:after {*/
/*    left: 0% !important;*/
/*    width: 0% !important*/
/*}*/

/*.bs4-order-tracking li.active {*/
/*    font-weight: bold;*/
/*    color: #007ae1*/
/*}*/

/*.bs4-order-tracking li.active > div {*/
/*    background: #007ae1*/
/*}*/

/*.bs4-order-tracking li.active:after {*/
/*    background: #007ae1*/
/*}*/

.card-timeline {
    background-color: #fff;
    z-index: 0
}

.filepond--credits {
    display: none !important;
}

/* Timeline */
.timeline {
    /*width:800px;*/
    /*background-color: #072736;*/
    color: #000;
    padding: 30px 20px;
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);*/
}

.timeline:after {
    content: none;
}

.timeline ul {
    list-style-type: none;
    border-left: 2px solid #094a68;
    padding: 10px 5px;
}

.timeline ul li {
    padding: 20px 20px;
    position: relative;
    /*cursor: pointer;*/
    transition: .5s;
}

.timeline ul li span {
    display: inline-block;
    background-color: #1685b8;
    border-radius: 25px;
    padding: 2px 22px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: white;
    opacity: 0.7;
}

.timeline ul li .content h3 {
    color: #0498d9;
    font-weight: 400;
    font-size: 17px;
    padding-top: 5px;
}

.timeline ul li .content p {
    padding: 5px 0px 15px 0px;
    font-size: 15px;
}

.timeline ul li:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #34ace0;
    border-radius: 50%;
    left: -16px;
    top: 22px;
    transition: .5s;
}

.timeline ul li:hover {
    /*background-color: #071f2a;*/
}

.timeline ul li.success:hover:before {
    background-color: #009f00;
    /*box-shadow: 0px 0px 10px 2px #009f00;*/
}

.timeline ul li.success:before {
    background-color: #009f00;
    /*box-shadow: 0px 0px 10px 2px #0F0;*/
}

.timeline ul li.success span {
    background-color: #009f00;
}

.timeline ul li.current:hover:before {
    background-color: #eb8404;
    /*box-shadow: 0px 0px 10px 2px #dfeb04;*/
}

.timeline ul li.current:before {
    background-color: #eb8404;
    /*box-shadow: 0px 0px 10px 2px #f2ff00;*/
}

.timeline ul li.current span {
    background-color: #eb8404;
    /*color: black;*/
}

.button_scroll_down {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	width: 32px;
	height: 32px;
	background: url("/account/images/arrow_down.png") 40% 40% no-repeat;
	border-radius: 50%;
	opacity: 0.5;
}
.button_scroll_down:hover {
 	opacity: 1;
}

@media (max-width: 300px) {
    .timeline {
        width: 100%;
        padding: 30px 5px 30px 10px;
    }

    .timeline ul li .content h3 {
        color: #34ace0;
        font-size: 15px;
    }

}
