.navbar {
    background: #FF9900;
}

.ace-nav>li.mobilemo-orange>a {
    background-color: #FF9900;
}

.ace-nav>li.mobilemo-orange>a:hover,.ace-nav>li.green>a:focus,.ace-nav>li.open.mobilemo-orange>a
{
    background-color: #e59729;
}

.time {
    font-size: 11.05px;
    line-height: 1.5em;
    color: gray;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.li-margin-bottom-5 li {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}
.margin-5 {
    margin: 5px 5px 5px 5px !important;
}

.margin-5-15-5-5 {
    margin: 5px 15px 5px 5px !important;
}

.display-inline-flex {
    display: inline-flex;
}

.display-inline-flex button {
    height: 32px;
    margin-left: 3px !important;
}

.required {
    color: red;
}

th .required{
    font-weight: normal;
}

.select2-container .select2-choice {
    border: 1px solid #d5d5d5
}

.select2-container .select2-choice {
    background: #FFFFFF none;
}

.yellow {
    color: #f89406 !important;
}

.action-buttons a {
    opacity: 1;
}

.wysiwyg-editor {
    max-height: inherit;
    height: 350px;
}

.mmo-readonly {
    cursor: default !important;
}

.padding-left-12 {
    padding-left: 12px;
}

.dd {
    max-width: none;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

input[readonly] {
    color: #000000;
}

input[readonly]:focus {
    color: #000000;
}

textarea[readonly] {
    background-color: #f5f5f5;
    border: 1px solid #d5d5d5;
}

.tags {
    width: 500px;
    border-color: white;
    padding: 0px 0px;
}

.tags:hover {
    border-color: white;
}

.show_map{
    cursor: pointer;
}

.profile-info-name{
    width: 170px;
}

#products .profile-info-name{
    text-align: left;
    width: 80%;
}

#div_user_report .profile-info-name{
    text-align: left;
    width: 50%;
}

#div_user_report .profile-user-info{
    width: 100%;
}

#div_sales_entry .profile-info-name{
    text-align: left;
    width: 30%;
}

.bordered {
    border: 1px solid #DCEBF7;
}

#div_shelf_summary .btn-app{
    width:100%
}

.summary-box{
    width: 100% !important;
    cursor: default;
}

.large .chart {
    height: 270px;
}

.xlarge .chart {
    height: 298px;
}

.pie-chart {
    position: relative;
}

.bold{
    font-weight: bold;
}

.chart-label{
    margin-bottom: -10px !important;
}

.close{
    line-height: 25px !important;
}

.mmo-questionaire{
    margin: 0px; 
    min-height: 200px; 
    border-style:dashed; 
    padding: 5px; 
    border-color:#C2C2C2;
    list-style: none
}

.mmo-questionaire ol{
    list-style: none
}

#table_stores button.active{
    background-color: #555555 !important;
    border-color: #555555;
    color: #FFF !important;
}

/*workaround to solve modal-backdrop scroll*/
.modal-backdrop {
    position: fixed;
    bottom: 0;
    height: auto !important; 
}

.intl-tel-input {display: table-cell;}

#report_sales li{
    cursor: pointer;
}

.frame img{ cursor: -webkit-zoom-in; cursor: -moz-zoom-in;}
.frame img[style*="opacity: 1"] { cursor: -webkit-zoom-out; cursor: -moz-zoom-out; }

select:focus{
    color: #858585 !important;
}

.nice-border{
    border: 1px solid #CCC;
    border-radius: 25px;
}

@media (min-width: 768px){
    #duplicate_modal .modal-dialog {
        width: 850px;
        margin: 30px auto;
    }
}

.focus-status-label{
    border: 2px solid #336199 !important;
    border-right: #FFF !important;
}

.focus-status-value{
    border: 2px solid #336199 !important;
    border-left: #FFF !important;
}

.weeklabelenable{
    margin-top: 2px;
    width: 47px;
}

input[readonly]{
    border: 0;
}


.frame {
    height: 100%;      /* equals max image height */
    width: 100%;
    border: 1px solid;
    white-space: nowrap;
    text-align: center;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.frame img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    padding-right: 7px;
}

.modal-lg {
    width: 100%;
    height: 100%
}

.test {
    width:200px;
    display:inline-block;
    overflow: auto;
    white-space: nowrap;
    margin:0px auto;
    border:1px red solid;
}

.zoom_btn{
    background-color: #000000 !important;
    border-color: #000000;
}

li img{
    cursor: pointer;
    object-fit: cover;
}


.image_details{
    text-align: right;
    padding: 6px 10px 6px 4px;
    font-weight: normal;
    color: #667E99;
    background-color: transparent;
    border-top: 1px dotted #D5E4F1;
    display: table-cell;
    /*width: 110px;*/
    vertical-align: middle;
}

.zoom_btn:hover { opacity: .6; }
.zoom_btn { 
    opacity: 0; 
    border: 0;
}

#preview_image_modal{
    padding-right: 0 !important;
}

#survey_name[readonly]{
    font-weight: bolder;
    text-align: center;
}

.border-status {
    border-bottom: none !important;
}

.border-reason{
    border-top: 1px dotted #DCEBF7 !important;
}

.progress[data-percent]:after{
    color: #000000;
}
#sales_report_table th{
    vertical-align: middle;
}

.search {
    font-size: 12px !important;
}
.margin-left-10{
    margin-left: 10px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    line-height: 12px; 
    padding-bottom: 4px; 
}

.filter-options{
    max-height: 210px;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.scroll{
    overflow-y: scroll;
    overflow-x: hidden;
}

.widget-body .table {
    border-top: 0;
}
.table > thead > tr > th {
    background: #FFF;
}

.dropdown-menu li label{
    cursor: pointer;
}

#div_summary .infobox{
    border: none;
}

table td.group{
    background-color: #82af6f;
    color: #FFF !important;
    font-weight: bold;
}

a.infobox-text:hover{
    cursor: pointer !important;
}

ul.center-images{
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.rate{
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: bold;
}

.user-report-summary-box{
    width: 100% !important;
    cursor: default;
}

.user-report-summary-box span.summary-box-label{
    color: #996633 !important
}

.user-report-summary-box.green{
    background-color: #69aa46 !important;
}

.user-report-summary-box.green span.summary-box-label{
    color: #FFFFFF !important
}

.user-report-summary-box.green span.summary-box-value{
    color: #FFFFFF !important
}


.user-report-summary-box.yellow{
    background-color: #fee088 !important;
}

#div_images li{
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.gallery{
    text-align: center;
    padding: 5px;
    width: 150px; 
    height: 220px;
}
.gallery .caption p{
    margin-bottom: 0;
    line-height: 1;
}

.gallery h6{
    /*margin-bottom: 0;*/
    margin-top: 5px;
    text-align: left;
}

.gallery .caption{
    text-align: left;
    /*position: absolute;*/
    /*bottom: 0;*/
    padding-bottom: 5px;
}

.very-light-gray{
    background-color: rgb(248, 248, 248);
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

.mobilemo-orange {
  color: #FF9900 !important;
}

.btn-mobilemo,
.btn-mobilemo:focus,
.btn-mobilemo.focus {
  background-color: #FF9900 !important;
  border-color: #FF9900;
}

.btn-mobilemo:hover {
  background-color: #de8706 !important;
  border-color: #de8706;
}