.top-panel{
    width: 100%;
    padding-right: 20px;
    background-color: #00b3ee;
}
.footer-content{
    width: 100%;
    height: 100px;
    background-color: #00394a;
}
.article{
    width: 100%;
    min-height: 500px;
}
.block-input{
    margin: 30px;
    outline: 1px solid #00b3ee;
    padding: 20px;
}
#preloader{
    width: 150px;
    display: none;
}
#progressbar{
    display: none;
    width: 300px;
    background-color: #00b3ee;
}
.s-left-wrapper .s-autorization .help-block-error{
    font-size: 10px;
    color: red;
}
.form-control{
    font-size: 14px;
}
.delete-order{
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: #e74c3c;
    height: 17px;
    line-height: 17px;
    padding-right: 27px;
    background: url(../img/delete_icon.png) 100% 0% no-repeat;
    cursor: pointer;
}
.delete-order:hover {
    background-position: 100% 100%;
}
.navbar-nav > li > a {
    color: #fff;
}
.navbar-nav > li > a:hover {
    color: #00b3ee;
}
.comments{
    cursor: pointer;
}
.comments:hover{
    color: blue;
}