﻿html {
    font-size: 62.5% !Important;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    /*font-size: 108.5% !Important;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.navbar-brand {
    /*background-image: url("imgs/gm-logo2.png");
    background-repeat: no-repeat;
    padding-left: 40px;
    font-size: 13px;    
    background-position-y: 9px;*/
    padding: 0;
}

.row .document a {
    padding-left: 15px;
}

.row .document:hover {
    background-color: lightblue;
    cursor: pointer;
}

.service-code:hover {
    background-color: lightblue;
    cursor: pointer;
}

.active {
    /*background-color: lightgreen;*/
}

.choose-action {
    cursor: pointer;
}

.service-description {
    cursor: pointer;
}

.search-result-row:hover, .details-search-result-row:hover {
    background-color: lightblue;
    cursor: pointer;
}

.serach-form {
    clear: both;
}

.delete-row-details-button {
    /*background-image: url("imgs/delete-btn.png");
    background-repeat: no-repeat;*/
}

.delete-row-details-button {
    /*width: 25px;*/
}

#loading {
    position: fixed;
    /*left: 430px;
    top: 220px;*/
    left : 50%;
    top : 50%;
}

#loading img {
    width: 40px;
}

.delete-detail {
    cursor: pointer;
}

.row-container:hover {
    background-color: lightblue;
    cursor: pointer;
}

#login-container {
    margin-top: 20px;
}
hr.hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid orange;
    margin: 1em 0;
    padding: 0; 
}

.visits-container {
    /*margin-top: 30px;*/
}

img.img-del {
    cursor: pointer;
}

.search-form {
    width: 220px;
    text-align: center;
    border: 1px solid orange;
    border-radius: 10px;
    padding: 10px;
    margin: 0 auto;
}

.search-form-article {
    width: 220px;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    margin: 0 auto;
}

.search-criteria, .search-value {
    margin-bottom: 10px;
}

#answer-field, #add-service-btn, .delete-detail-btn, .edit-detail-btn, #edit-report-btn, #add-new-report-btn, #edit-service-btn, #select-answer-dropdown, #save-service-btn, #edit-detail-btn, #add-detail-btn, #detail-status, .detail-status, .openall, .closeall, #send-created-order-btn {
    margin: 0 auto;
}

footer p {
    text-align: center;
}

h3.report-title {
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}

.bottom-space {
    margin-bottom: 10px;
}

input[readonly], input, select {
     cursor: pointer !Important;
}


input, textarea, button { margin-top:10px }
button.close {
    margin-top: 0px;
}

/*div.panel.panel-primary div.panel-heading {
    line-height: 0 !Important;
}*/

/* Required field START */

.required-field-block {
    position: relative;   
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}
	
.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 31.3em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
	color: #B80000;
	font-size: 26px;
	margin: -3px 0 0 12px;
}
/* Required field END */

div.required label:after { 
   content:"*";
   color:red;
}

span.star {
    color: red;
}

.close {
    font-size: 30px;
}

input[name="IsReaded"] {
    max-width: 30px;
    display: inline-block;
}

.mb10 {
    margin-bottom: 10px;
}

.openall {
    margin: 10px 0 10px 0;
}

.item-container {
    cursor: pointer;
}

input[type='checkbox'] {
    /*-webkit-appearance:initial;*/
    width:40px;
    height:40px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
}
input[type='checkbox']:checked {
    background: #abd;
}

dic.required-fields-title {
    background: lightgreen;
    margin-top: 20px;
}

a.home-link {
    display: block;
    margin-top: 5%;
    height: 65px;
    padding-top: 20px;
    font-weight: bold;
    font-size: 18px;
}

.cust-btn {    
    height: 50px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 18px;
    /*height: inherit;*/
    white-space: normal;
}

.font-size-cust {
    font-weight: bold;
    font-size: 18px;
}

.cust {
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    height: inherit;
    white-space: normal;
}

.standart-report-well, .perfect-shop-report-well {
    font-weight: bold;
}

a.home-link.mt20 {
    margin-top: 20% !important;
}

#back-to-bottom {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 60px;
    display:none;
    font-size: 14px;
}

#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 75px;
    right: 60px;
    display:none;
    font-size: 14px;
}

.break-word {
    word-wrap: break-word;
}

/*.title-alert {
    background-image: url("../Content/imgs/alert-03.png");
    background-repeat: no-repeat;
    background-position: 0 42%;
    padding-left: 20px !important;
}*/

/*#title-alert {
    background-image: url("../Content/imgs/alert-02.png");
    background-repeat: no-repeat;
    background-position: 70px 15px;
}*/

/*.title-alert {
    background-image: url("../Content/imgs/alert-02.png");
    background-repeat: no-repeat;
    background-position: 85px 8px;
}*/

.title-alert-new {
    background-image: url("../Content/imgs/alert-03.png");
    background-repeat: no-repeat;
    background-position: 20px 0px;
}

.hidden-div {
    display: none;
}

.mar-auto {
    margin: 0 auto;
}

.tdu {
    text-decoration: underline;
}

.clear-btn1, .clear-btn2, .clear-btn3 {
    cursor: pointer;
}

.text-bold {
    font-weight: bold;
    font-size: 16px;
}

#new-article-legend {
    display: inline-block;
    width: 15px;
    background: #3ce03c;
    height: 15px;
}

.select-all-visible {
    display: block;
}

.select-all-unvisible {
    display: none;
}

.db {
    display: block;
}

div.container {
    max-width: 1660px;
}

p.display-none {
    display: none;
}

div.auction-row-price input.price-container {
    text-align: right;
    display: inline-block;
}

div.auction-container-row-confirmed {
    background-color: #80808059;
    background-image: url("imgs/check-icon.png");
    background-repeat: no-repeat;
}
div.auction-container-row-not-available {
    background-color: #80808059;
    background-image: url("imgs/not-available.png");
    background-repeat: no-repeat;
}
span.promo-rows-counter {
    font-size: 15px;
}

span.price-title-text.moz {
    vertical-align: -moz-middle-with-baseline;
}

span.price-title-text.webkit {
    vertical-align: -webkit-baseline-middle;
}

span.badge.promo-rows-counter.bg-red {
    background-color: #c80507;
}

span.badge.promo-rows-counter.bg-gray {
    background-color: #999999;
}

.request-promo-artilces-well {
    cursor: pointer;
}

.tac {
    text-align: center;
}

.have-created-report {
    background: #eeeeee !important;
}

#datepicker, #datepicker-start-date, #datepicker-end-date, .datepicker-row, .datepicker-start-date, .datepicker-end-date {
    background-image: url("imgs/calendar-icon.png") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

#auction-search-results-container > div {
    text-align: center;
}

#user-message-on-filter, #user-message-on-contragent-selection {
    background-color: #f2dede;
    border-color: #ebccd1;
    border: 1px solid;
    color: #a94442;
    border-radius: 2px;
    display: none;
}

#user-message-on-contragent-selection {
    margin-bottom: 5px;
}

.galery-link {
    cursor: pointer;
}
.galery-link > label, .galery-link > label > img {
    cursor: pointer;
}

#image-attach-btn {
    background-image: url(imgs/attach-2.png);
    background-repeat: no-repeat;
    background-position-x: 8px;
    background-position-y: center;
    width: 150px;
    border: 1px solid gray;
    padding-left: 40px;
    cursor: pointer;
}

#image-attach-btn input[type="file"] {
    -webkit-appearance: none;
    position: absolute;
    top: -10px;
    left: 45%;
    opacity: 0;
    cursor: pointer;
    width: inherit;
    height: 34px;
    filter: alpha(opacity=0);
}

#image-attach-btn span {
    cursor: pointer;
}
.img-thumbnail {
    width: 200px;
    cursor: pointer;
}
.image-galery-row {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
}

#preview-image-modal-2 > div.modal-dialog {
    width: 100%;
}

#preview-image-modal-2 div.modal-body p {
    text-align: center;
    width: 100%;
}

#preview-image-modal-2 div.modal-body p img {
    width: initial;
    /*max-width: 100%;*/
    max-width: 1000px;
}
.cancel-icon {
    top: -15px;
    right: 340px;
    position: absolute;
    cursor: pointer;
}
.image-btn-container {
    padding: 0;
    width: 10px;
}
.single-image-container {
    width: 23%;
    display: inline-block;
}
#report-image-form {
    text-align: center;
}
.delete-image-icon {
    width: 22px;
}
#preview-image-modal-2 .close {
    font-size: 21px;
}
.delete-image-link {
    /*vertical-align: bottom;*/
    display: none;
}
button.close-image-modal-screen {
    margin-top: 0;
}
.camera-icon-cust {
    color: black;
    font-size: 20px;
    display: inline-block;
    vertical-align: text-bottom;
}
.image-count-badge {
    margin-left: 10px;
    background: #c80507;
}
.mob-style-btn {
    width: 100%;
}

#datepicker-from, #datepicker-to {
    background-image: url("imgs/calendar-icon.png") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

.document-image-row-cotainer {
    margin-bottom: 20px;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 10px;
    -webkit-box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.75);
}
#results-container {
    margin-top: 20px;
}
.document-image-row-title {
    width: 49%;
    display: inline-block;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
}
.document-image-row-value {
    width: 49%;
    display: inline-block;
    padding-left: 5px;
    color: #005fa3;
}
.single-image-container {
    display: inline-block; 
    width: 15%;
    margin-right: 10px;
    margin-bottom: 10px;
}
.single-image-container.custom-image-container {
    width: 47%;
}
.single-image-container > img {
    width: 100%;
    cursor: pointer;
}
.single-image-container.custom-image-container > img.image-preview {
    height: 600px !important;
    display: block !important;
    max-width: 760px !important;
    width: initial !important;
}
.service-image-row-description {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-top: 20px;
    background: #f8f8f8;
    padding: 5px;
}
.gallery-filter-row {
    text-align: center;
    overflow: auto;
}
#ms-contragent-select {
    margin: 0 auto;
    float: right;
    clear: both;
}
#ms-user-select {
    margin: 0 auto;
    float: left;
    clear: both;
}
.no-results-found {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    border: 1px solid;
    padding: 5px;
}
.search-input {
    margin-bottom: 5px;
    width: 300px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.delete-image-icon-moneta {
    width: 20px;
    max-width: 20px;
    cursor: pointer;
}
.tar {
    text-align: right;
}
.tal {
    text-align: left;
}
.ms-container {
    width: 640px !important;
}

/*Custom select*/
.contragents-container, .users-container {
    overflow: auto;
    width: 360px;
    display: inline-block;
    height: 240px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.contragent-select-row, .user-select-row {
    overflow: auto;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    padding: 2px;
}
.contragent-select-row input[type="checkbox"], .user-select-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
input#contragent-filter, input#user-filter {
    width: 360px !important;
    max-width: 360px;
    padding: 3px;
    border-radius: 5px;
    outline: none;
}
.contragent-name, .user-name {
    line-height: 29px;
}
#contragent-select-btns, #user-select-btns {
    width: 360px;
    margin: 0 auto;
    text-align: left;
}
#datepicker-from, #datepicker-to {
    cursor: pointer;
}
/*End of custom select*/

.task-requirement-link {
    cursor: pointer;
}
.task-requirement-link > label, .task-requirement-link > label > img {
    cursor: pointer;
}
.task-info-image {
    width: 100%;
}

#client-reports-bg-select {
    margin: 0 auto;
}
span.client-reports-counter, .perfect-shop-reports-counter {
    font-size: 15px;
}

span.badge.client-reports-counter.bg-red, .perfect-shop-reports-counter.bg-red {
    background-color: #c80507;
}

span.badge.client-reports-counter.bg-gray, .perfect-shop-reports-counter.bg-gray {
    background-color: #999999;
}

.not-filled-rows-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #428bca;
    vertical-align: text-top;
    margin-right: 10px;
}
.filled-rows-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #4dd24d;
    vertical-align: text-top;
    margin-right: 10px;
}
ul.moneta-reports-pagination .moneta-reports-page {
    background: gray;
    color: white;
}
ul.moneta-reports-pagination .moneta-reports-page:hover {
    color: black;
}
ul.moneta-reports-pagination .moneta-reports-page.current-page {
    background: #e9132c;
    color: white;
}
/*#scrollToTop, #scrollToBottom {
    cursor:pointer;
    background-color:#0090CB;
    display:inline-block;
    height:40px;
    width:40px;
    color:#fff;
    font-size:16pt;
    text-align:center;
    text-decoration:none;
    line-height:40px;
}*/


/* Checkbox styles*/
/*.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
    opacity: .5;
}*/

.bx-controls-direction a.bx-prev {
    left: 10px;
    background: #fff0 url(../Content/imgs/arrow-prev.png) no-repeat center top;
}
.bx-controls-direction a.bx-next {
    right: 10px;
    background: #fff0 url(../Content/imgs/arrow-next.png) no-repeat center top;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
    background-position: inherit;
}
.image-slider-container {
    width: 800px;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}
.bx-wrapper img {
    height: 600px;
    max-height: 600px;
    max-width: unset;
    margin: 0 auto;
    display: block;
}
.image-slider-container > .bx-wrapper > .bx-viewport {    
    height: 600px !important;
    max-height: 600px !important;
}
div.bxslider {
    margin-left: 25%;
    margin-right: 25%;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus, .bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
    background-position: center top;
}


.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
    background-image: url(../Content/imgs/arrow-prev.png);
}
.carousel-control-next-icon {
    background-image: url(../Content/imgs/arrow-next.png);
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 32px;
    /*background: no-repeat 50%/100% 100%;*/
}
.banner-delete {
    color: red;
    left: 0;
    position: absolute;
    font-size: 15px;
    bottom: 0px;
    cursor: pointer;
    z-index: 10000;
}
.slide-delete-link {
    display: none;
}
.slide-delete-link.link-visible {
    display: block;
}
.modal-user-message {
    display: block;
    text-align: center;
    line-height: 40px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.future-rows-hld {
    padding-right: 104px;
}
.future-rows-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #c0c0c0;
    vertical-align: text-top;
    margin-right: 10px;
}
.future-rows-text {
    /*width: 294px;
    display: inline-block;
    text-align: left;*/
}
.mt50 {
    margin-top: 50px;
}
.perfect-shop-well {
    overflow: auto;
    padding: 10px;
}
.total-cash-reg {
    margin: 0;
}
.num-of-cash-reg-for-item, .num-sec-points, .total-sec-points {
    min-width: 60px;
    display: inline-block;
    margin: 0;
}
.items-on-cash-position {
    display: inline-block;
    max-width: 150px;
}
.murch-standarts-meters {
    display: inline-block;
    max-width: 80px;
    margin: 0;
}
.shelf-position-select {
    display: inline-block;
    max-width: 150px;
}
.total-sec-points-hld {
    padding-left: 30px;
}
.complete-report-hld {
    margin-bottom: 15px;
}
.complete-report-hld input {
    width: 30px;
}
.complete-report-hld label {
    line-height: 30px;
    vertical-align: top;
    cursor: pointer;
    margin: 0;
    padding: 0;
    margin-top: 8px;
}
.murch-row-input-hld {
    padding: 0 5px 0 5px;
}
.padding-lr-0 {
    padding-left: 0;
    padding-right: 0;
}
.padding-r-0 {
    padding-right: 0;
}
.code-container {
    color: gray;
    font-size: 13px;
}
.item-info-hld {
    margin-bottom: 15px;
    /*border-bottom: 1px solid gray;*/
}
.panel-body.perfect-shop-panel {
    padding-right: 5px;
    padding-left: 5px;
}
.font-size-13 {
    font-size: 13px;
}
.item-info-hld hr {
    border-top: 1px solid grey;
    margin: 0;
}
.read-only{
    pointer-events: none;
    /*color: #CCC000;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    opacity: 0.5;
}
.read-only-select {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}