body#login{
    background-color: #454e59;
    color: #454e59;
}
#login-container {
    margin-left: -190px;
    top: 110px;
    width: 380px;
    left: 50%;
    position: absolute;
    z-index: 1000;
}
#login-container h1 {
    color:#FFF;
}
#login-container .push-top-bottom {
    margin-bottom: 40px;
    margin-top: 40px;
}
.block-login {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.45);
    margin: 0 0 10px;
    padding: 20px 15px 1px;
}
#login-container .block-title {
    background: rgba(218, 224, 232, 0.15) repeat;
    border-bottom: 2px solid #dae0e8;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin: -20px -15px 20px;
}
#login-container .block-title h1, #login-container .block-title h2{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    padding: 10px 15px 9px;
    text-transform: uppercase;
}

#login .alert li {
    font-size: 12px;
    list-style-type: none;
    line-height: 20px;
}

.alert.info {
    background-color: #e0f5e9;
    box-shadow: 0 2px #cdefdb;
    color: #34a263;
}

.alert.error {
    background-color: #f9eae8;
    box-shadow: 0 2px #f4d8d4;
    color: #c54736;
}

.btn-langs {
    padding: 8px 10px 4px 47px;
}
.btn.btn-langs > div.flag {
    border-radius: 3px;
    display: block;
    height: 21px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 32px;
}

ul.list-langs a {
    padding: 8px 20px 8px 57px;
    position: relative;
}
ul.list-langs a .flag {
    left: 15px;
    position: absolute;
    top: 7px;
}
table { overflow-x:auto; } 

blockquote.info {
    border-left: 5px solid #e35858;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 5px 20px;
    background-color: #f9f9f9;
    border-radius: 3px;
    position: relative;
    width: 100%;  
}

.list-group-item.disabled {
    border-color: #ccc;
}
.list-group-icons .list-group-item {
    display: block;
    font-weight: 700;
    padding: 5px;
    text-align: center;
    text-overflow: ellipsis;
}
.list-group-icons li {
    list-style-type: none;
}
.list-group-icons .list-group-item > .si, .list-group-icons .list-group-item > .fa {
    display: block;
    float: none;
    font-size: 18px;
    line-height: 1.42857;
    margin: 0 auto;
}
.prepend-icon {
    display: inline-block;
    left: 0;
    position: relative;
    top: 0;
    vertical-align: top;
    width: 100%;
}
.prepend-icon .field-icon {
    left: 0;
}
.prepend-icon > input{
    padding-left: 40px;
}
.prepend-icon .field-icon {
    color: inherit;
    height: 34px;
    line-height: 34px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.5s ease-out 0s;
    width: 30px;
    z-index: 4;
}
.gui-input {
    border: 1px solid #e1e1e1;
    color: #646464;
    display: inline-block;
    height: 38px;
    outline: none;
    position: relative;
    vertical-align: top;
    width: 100%;
    border-radius: 3px;
}
.file {
    display: block;
    width: 100%;
    position: relative;
    font-weight: normal;
}
.file .gui-file {
    bottom: 0;
    cursor: pointer;
    height: 100%;
    opacity: 0;
    padding: 6px 12px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 11;
}
.file .button {
    border-radius: 3px;
    float: none;
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 10;
}
.options-width .btn {
    margin-right: 3px;
}
td.options-width {
    white-space: nowrap;
}
.w50 {
    width: 50px !important;
}
#item-table th {
    white-space: nowrap;
    /*font-size: 75%;*/
}
#page-info {
    float: left;
    line-height: 16px;
    padding: 3px 12px 0;
}
.alert.success {
    background-color: #e0f5e9;
    box-shadow: 0 2px #cdefdb;
    color: #34a263;
}
.table-header-check {
    width: 50px;
}
.table-header-options {
    width: 100px;
}
.table-header-repeat.width_small {
    width: 70px;
}
.width_time {
    width: 200px;
}
.width_time, .width_t_fr, .width_t_to {
    width: 165px;
}
.width_phot {
    width: 80px;
}
.width_type {
    width: 200px;
}
.width_show {
    width: 70px;
}
.width_cnt {
    width: 100px;
}
.form-control.height-auto {
    height: auto;
}

.list-unstyled li > .list-unstyled {
    margin-left: 25px;
}

.list-unstyled li > .css-checkbox.css-checkbox-sm {
    font-size: 12px;
    margin: 0 0 6px;
}
.btn-w-md {
    min-width: 100px;
}
.form-horizontal .form-group {
    margin-bottom: 1.7rem;
} 
.col-form-label {

}
@media (min-width: 1025px) {
    .form-horizontal .form-group label:not(.kt-checkbox):not(.kt-radio):not(.kt-option) {
        text-align: right;
    }
}

.btn-default {
    border: 1px solid #e1e1e1;
}
.block.active {
    color: #5c80d1;
    outline: 2px solid #5c80d1;
    outline-offset: -2px;
}
.block.active .text-black-75 {
    color: #5c80d1 !important;
}
.block-text {
    top: -6px;
    position: relative;
    margin-left: 10px;
    font-size: 95%;
}
.border-default {
    border-color: #ccc !important;
}
.input-group-append button.btn-default {
    border: 1px solid #e1e1e1;
}
.order-icon {
    display: block;
}

.breadcrumb.breadcrumb-alt .breadcrumb-item {
    font-size: .9rem !important;
}

.divider {
    color: #000;
}
.divider::before {
    content: "\e606";
    font-family: simple-line-icons;
    font-size: .875rem;
    color: #ced4da;
    padding-left: .2rem;
    padding-right: .5rem;
}
.badge-default {
    color: #fff;
    background-color: #6c757d;
}
.badge-waiting {
    color: #fff;
    background-color: #e144ec;
}

.block-date {
    padding: 0 14px 1px;
}
.uploadifive-button:focus {
    color: #334155;
    background-color: #fff;
    border-color: #f00; /*a6bcee*/
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(76,120,221,.25)
}

.block-table {
    width:100%;
}
.block-table td {
    padding:10px;
    vertical-align:middle
}
.push-30-t {
    margin-top: 30px !important;
}
.push-30 {
    margin-bottom: 30px !important;
}
.push-5-t {
    margin-top: 5px !important;
}
.text-muted {
    color: #999;
}
.h5 {
    font-size: 14px;
    font-weight: 100;
    margin-top: 5px;
}
.width-50p {
    width: 50% !important;
}