/* 
    Document   : style
    Created on : Oct 4, 2014, 3:28:35 AM
    Author     : Goran.Jordanoski
    Description:
        Purpose of the stylesheet follows.
*/
/*#top_menu li { display:inline-block; width: auto; }

#top_menu li.sub { display:block; width: auto;}*/
.header { 
    position:fixed;
    height: 34px;
    width: 100%;
    background-color: #deedf7;
    top:0px;
    left:0px;
    z-index: 1000000;
}

/*.header li {
    top:0px;
    display: inline;
    height: 25px;
}*/
/*
.header li:hover {
    top:10px;
    display: inline;
    background-color: #cccccc;
    height: 25px;
}

.header ul {
    top:0px;
    margin:0px;
    height: 25px;
}

.subheader{
    position:fixed;
    height: 20px;
    width: 100%;
    background-color: #cccccc;
    top:25px;
    left:0px;
}*/

input, select  {
    color:#000 !important;
}

/*.dashboard .col-sm {*/
/*    margin-bottom:10px;*/
/*}*/

.dashboard h3 {
    margin-bottom:20px;
}

/*.order_details .col-sm {*/
/*    margin-bottom: 3px !important;*/
/*}*/
.ista{
    min-height: 80px !important;
}

.ista_mobile {
    min-height: 50px !important;
}

.discounts{
    width: 80px;
}
.price_correction{
    width: 120px;
}



.error-message {
    color: #900;
}

.error-message.form-margin {
    margin-left: 11.57143em;
}

.search-resulsts {
    margin-bottom:10px;
    /*border:2px solid;*/
}
.search-resulsts-row {
    padding: 5px;
}

.search-section-title {
    border-bottom: 2px solid;
}


.login-form {
    width: 340px;
    margin: 50px auto;
}
.login-form form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.login-form h2 {
    margin: 0 0 15px;
}
.form-control, .btn {
    min-height: 38px;
    border-radius: 2px;
}
.btn {
    font-size: 15px;
    font-weight: bold;
}

.be-comment-block {
    margin-bottom: 50px !important;
    border: 1px solid #edeff2;
    border-radius: 2px;
    padding: 50px 70px;
    border:1px solid #ffffff;
}

.comments-title {
    font-size: 16px;
    color: #262626;
    margin-bottom: 15px;
    font-family: 'Conv_helveticaneuecyr-bold';
}

.be-img-comment {
    width: 60px;
    height: 60px;
    float: left;
    margin-bottom: 15px;
}

.be-ava-comment {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.be-comment-content {
    margin-left: 80px;
}

.be-comment-content span {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
}

.be-comment-name {
    font-size: 13px;
    font-family: 'Conv_helveticaneuecyr-bold';
}

.be-comment-content a {
    color: #383b43;
}

.be-comment-content span {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
}

.be-comment-time {
    text-align: right;
}

.be-comment-time {
    font-size: 11px;
    color: #b4b7c1;
}

.be-comment-text {
    font-size: 13px;
    line-height: 18px;
    color: #7a8192;
    display: block;
    background: #f6f6f7;
    border: 1px solid #edeff2;
    padding: 15px 20px 20px 20px;
}

.form-group.fl_icon .icon {
    position: absolute;
    top: 1px;
    left: 16px;
    width: 48px;
    height: 48px;
    background: #f6f6f7;
    color: #b5b8c2;
    text-align: center;
    line-height: 50px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.form-group .form-input {
    font-size: 13px;
    line-height: 50px;
    font-weight: 400;
    color: #b4b7c1;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #edeff2;
    border-radius: 3px;
}

.form-group.fl_icon .form-input {
    padding-left: 70px;
}

.form-group textarea.form-input {
    height: 150px;
}
textarea.be-comment-text.alert.alert-success {
    resize: none !important;
    border: none !important;
    border: unset !important;
    width: 100%;
    padding: unset;
}
.order-notes{
    font-weight: bold !important;
    font-size: 25px !important;
}
.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.order-note-manipulation-buttons{
    display: none;
    text-align: center;
    color: black;
    padding-top: 0.75%;
}

.fa-custom-ps-2{
    padding-left: 5px;
}

#refundInfoModal .modal-body .form-check {
    margin-bottom: 8px;
}