.form-signin {
    max-width: 330px;
    padding: 10px;
    margin: 0 auto;
}

.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="login"] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    padding-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#error_box{
    display: none;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
}

#error_box_install{
    display: none;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}


#success_box{
    display: none;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
}

/*
* Global add-ons
*/

.sub-header {
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}


/*
* Sidebar
*/

/* Hide for mobile, show later */
.sidebar {
display: none;
}
@media (min-width: 768px) {
.sidebar {
position: fixed;
top: 51px;
bottom: 0;
left: 0;
z-index: 1000;
display: block;
padding: 20px;
overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
background-color: #f5f5f5;
border-right: 1px solid #eee;
}
}

/* Sidebar navigation */
.nav-sidebar {
margin-right: -21px; /* 20px padding + 1px border */
margin-bottom: 20px;
margin-left: -20px;
}
.nav-sidebar > li > a {
padding-right: 20px;
padding-left: 20px;
}
.nav-sidebar > .active > a {
color: #fff;
background-color: #428bca;
}

.nav-sidebar > .active > a:hover{
    background: #0677b8;
}

.nav-sidebar > .active > a:focus{
    background: #0677b8;
}

.navbar-inverse .navbar-brand {
color: #f5f5f5;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a{
color: #f5f5f5;
}




/*
* Main content
*/

.main {
padding: 20px;
}
@media (min-width: 768px) {
.main {
padding-right: 40px;
padding-left: 40px;
}
}
.main .page-header {
margin-top: 0;
}


/*
* Placeholder dashboard ideas
*/

.placeholders {
margin-bottom: 30px;
text-align: center;
}
.placeholders h4 {
margin-bottom: 0;
}
.placeholder {
margin-bottom: 20px;
}
.placeholder img {
display: inline-block;
border-radius: 50%;
}

.background_box{
    position: absolute;
    display: flex;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
}

.pre-content{
    padding-top: 50px;
}

.container{
    align-self: center;
    width: 98%;
}
.input-group{
    margin-top: 10px;
}

.neworder_box{
    width: 70%;
    margin-bottom: 100px;
}

#circle {
    display: block;
    margin: 0 auto;
    width: 11vw;
    height: 11vw;
    -moz-border-radius: 5.5vw;
    -webkit-border-radius: 5.5vw;
    border-radius: 5.5vw;
}

.circle_1{
    background: #0D8FD8;
}

.circle_2{
    background: #39DBAC;
}

.info_text{
    line-height: 11vw;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: center;
    font-size: 3.5vw;
}

.circle_text_1{
    color: #fff;
}

.circle_text_2{
    color: #000;
}

/*USERPROFILE START*/
.profile{
    min-height: 355px;
    display: inline-block;
}

figcaption.ratings{
    margin-top:20px;
}

figcaption.ratings a{
    color:#f1c40f;
    font-size:11px;
}

figcaption.ratings a:hover{
    color:#f39c12;
    text-decoration:none;
}
.divider{
    border-top:1px solid rgba(0,0,0,0.1);
}

.emphasis {
    border-top: 4px solid transparent;
}

.emphasis:hover {
    border-top: 4px solid #0D8FD8;
}

.emphasis h2{
    margin-bottom:0;
}

span.tags{
    background: #0D8FD8;
    border-radius: 2px;
    color: #f5f5f5;
    font-weight: bold;
    padding: 2px 4px;
}

/*USERPROFILE END*/

#loading{
    display: none;
    z-index: 10000;
    margin: auto;
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    background: url('../images/ajax_loader_blue.gif') no-repeat center center;
}

#ajax_box_orders{
    display: block;
    max-width: 99%;
}
.table-responsive {
    overflow-x: hidden;
}

@media (max-width: 1024px) { /* это будет показано при разрешении монитора до 930 пикселей */
    .table-responsive {
        overflow-x: auto;
    }
}

#alert_warning{
    display: block;
    width: 50%;
    margin: 0 auto;
}

.logo_org{
    position: relative;
    height: 30px;
    bottom: 5px;
}

.skan_img{
    float: left;
    margin-left: 3%;
    width: 200px;
}

.admin{
    display: block;
    margin-top: 15%;
}

#site_color_green, #site_color_blue, #site_color_yellow {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin: 5px;
    border: 1px solid #949494;
    cursor: pointer;
    text-align: center;
    padding: 3px;
    opacity: 0.7;
}

#site_color_green:hover, #site_color_blue:hover, #site_color_yellow:hover {
    opacity: 1;
}

#site_color_green {
    background: #7bbb74;
}

#site_color_blue {
    background: #0d8fd8;
}

#site_color_yellow {
    background: #f9ce87;
}

.site_color_var {
    margin-left: 10px;
}



.ticket_message_manager{
    color: #306b88;
    font-weight: bold;
}
.ticket_message_client{
    color: #3c763d;
    font-weight: bold;
}
.message_date{
    color: #696969;
    font-size: 12px;
    font-style: italic;
}