.kustom360-font-color-secondary {
	color: #E5AD37!important;
}

.registration-success-page-container {
  width: 38%;
  margin: 0 auto;
}

.registration-failed-page-container {
  width: 38%;
  margin: 0 auto;
}

.navbar {
    background: #0C1335 ;
}

/* notification dropdown */
.dropdown-navbar.navbar-notification {
  border-color: #122264;
}
.dropdown-navbar.navbar-notification > li:hover {
  background-color: #d5e4ef;
}
.dropdown-navbar.navbar-notification > li.dropdown-header {
  background-color: #122264;
  color: #ffffff;
  border-bottom-color: #122264;
}
.dropdown-navbar.navbar-notification > li.dropdown-header > .ace-icon {
  color: #122264;
}
/* .dropdown-navbar.navbar-notification > li > a {
  border-top-color: #122264;
} */
.dropdown-navbar.navbar-notification .nav-tabs > li.active > a {
  border-bottom: 2px solid #E5BCD4 !important;
  color: #C06090 !important;
  background-color: #F7ECF2 !important;
}
.dropdown-navbar.navbar-notification .nav-tabs > li:not(.active) > a:hover {
  color: #BA7396;
}
.dropdown-navbar.navbar-notification .nav-tabs > li > a:before {
  background-color: #CEBBCB;
}
.dropdown-navbar.navbar-notification .nav-tabs > li > a {
  border-bottom-color: #CEBBCD !important;
}

.navbar-notification-right {
  right: 0px!important;
}
/* ================ */
/* ================ */

.ace-nav>li.kustom360-orange>a {
    background-color: #E5AD37;
}

.ace-nav>li.kustom360-orange>a:hover,.ace-nav>li.green>a:focus,.ace-nav>li.open.kustom360-orange>a
{
    background-color: #fdc03e;
}

.ace-nav>li.kustom360-blue>a {
    background-color: #0C1335;
}

.ace-nav>li.kustom360-blue>a:hover,.ace-nav>li.green>a:focus,.ace-nav>li.open.kustom360-blue>a
{
    background-color: #131f5a;
}

.kustom360-blue {
	background: #0C1335;
}

.kustom360-bg-orange {
	background: #f89406;
}

.kustom360-blue-text {
	color: #0C1335;
}

.yellow {
	color: #f89406;
}

.blue-1 {
	color : #2679B5;
}

.label-user {
  font-weight: normal;
  font-size: 13px;
}

.required {
    color: red;
}

dl {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

dt {
	font-weight: bold;
	font-size: 13px;
	float: left;
	text-align: right;
	width: 30%;
	/* adjust the width; make sure the total of both is 100% */
	padding: 0;
	padding-right: 10px;
	margin: 0
}

dd {
	float: left;
	width: 70%;
	/* adjust the width; make sure the total of both is 100% */
	padding: 0;
	margin: 0;
}

.shadow {
  -moz-box-shadow:    1px 1px 1px 1px #a2a2a2;
  -webkit-box-shadow: 1px 1px 1px 1px #a2a2a2;
  box-shadow:         1px 1px 1px 1px #a2a2a2;
}

.button-report {
	position: relative;
  	top: 0;
  	transition: top ease 0.5s;
}

.button-report:hover {
  top: -5px;
}

.button-report-border {
	border-style: solid;
    border-color: #000;
    border-width: 1px;
}

.button-report-height {
	height : 100px
}

.button-report-icon {
	background:#f4f6f7;
	line-height: 120px; 
	vertical-align: middle;
}

.button-report-text {
	line-height: 100px; 
	vertical-align: middle;
	font-size: 16px;
}


/* /////////////////////////////////////// */

.time {
    font-size: 11.05px;
    line-height: 1.5em;
    color: gray;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-top-15 {
    margin-bottom: 15px !important;
}

.li-margin-bottom-5 li {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-top-12-vh {
    margin-top: 12vh !important;
}

.margin-top-8-vh{
    margin-top: 8vh !important;
}

.margin-top-4-vh {
    margin-top: 4vh !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;
}

.padding-left-3-percent {
    padding-left: 3%;
}

.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; 
    width: 100% !important;
}

.chosen-container
{
    width: 100% !important;
}

.chosen-width {
	width: 100% !important;
}

.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);
}

.disabled {
    pointer-events:none;
    opacity:0.6;
}


/* Events */
.day-name {
  background-color: #e4e4e4!important;
  border-radius: 0px!important;
  border-color: grey!important;
  font-size:12px!important;
  color:black!important;
  font-weight:bold!important;
  line-height: 30px!important;
}

.account-branch-name {
  background-color: #FFFFFF!important;
  border-radius: 0px!important;
  border-color: grey!important;
  font-size:12px!important;
  color:black!important;
/*   line-height: 30px!important; */
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  
  border-left: 60px solid green;
}

.select-no-scroll-bars {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border: solid grey 1px;
}

.select-no-scroll-bars select {
  padding: 10px;
  margin: -5px -20px -5px -5px;
}

.login-box-shadow {
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.login-page-container {
	height : 100vh;
}

.client-accounts-page-container {
	height : 94vh;
}

.login-page-container-left {
	height : inherit;
	background: linear-gradient(to right bottom, #f8f8f8 0%, #f89406 95%);
	box-shadow: inset -7px 0px 10px -6px #aba6a6;
}

.login-page-container-left-height {
	height : inherit;
}

.login-page-container-right {
	height : inherit;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.login-email-height {
	height : 7vh;
}

.login-email-height-px {
	height : 7px;
}

.login-email-height-75px {
    height : 75px;
}

.login-email-height-50px {
    height : 50px;
}

.login-page-font-color {
	color : #0C1335 !important;
	font-weight: bold !important;
}

.login-page-next-btn {
    background-color: #0C1335 !important;
    border-color: #0C1335 !important;
}

.login-page-next-btn:hover {
     background-color: #0c1335d4 !important;
}

.login-page-next-btn:focus {
     background-color: #0c1335d4 !important;
}

.login-page-next-btn:active {
     background-color: #0c1335d4 !important;
}

.login-page-next-btn:focus:active {
     background-color: #0c1335d4 !important;
}

.login-page-next-btn:focus:hover {
     background-color: #0c1335d4 !important;
}

.login-page-next-btn:active:hover {
     background-color: #0c1335d4 !important;
}

.login-has-error {
	color : red;
}

.client-account-selection-box {
    text-decoration: none!important;
	background-color: #FFFFFF !important;
    border-color: #000000 !important;
    height: 10vh;
    box-shadow: rgb(0 0 0 / 91%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
}

.client-account-selection-box:hover {
     background-color: #fbf9f9 !important;
}

.overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(126, 126, 126, 0.5);
}

.overlay.loading:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    width: 64px;
    height: 64px;
    animation: spin 2s linear infinite;
    border-radius: 50%;
    border: 6px solid #fff;
    border-top-color: #3577e5;
}

.page-loader {
	position: fixed; /* or 'absolute', depending on your needs */
	top: 50%;
	left: 50%;
}

/* .main-menu-item {
    font-family: Hack, monospace;
    background: #bbff00;
    color: #1d1d1d;
    cursor: pointer;
    font-size: 2em;
    padding: 1.5rem;
    border: 0;
    transition: all 0.5s;
    border-radius: 10px;
    width: auto;
    position: relative;
    min-width: 250px;

    &::after {
        content: "\f2f6";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        position: absolute;
        left: 80%;
        top: 54%;
        right: 0;
        bottom: 0;
        opacity: 0;
        transform: translate(-50%, -50%);

    }

    &:hover {
        background: #2b2bff;
        transition: all 0.5s;
        border-radius: 10px;
        box-shadow: 0px 6px 15px #0000ff61;
        padding: 1.5rem 3rem 1.5rem 1.5rem;
        color: #ffffff;

        &::after {
            opacity: 1;
            transition: all 0.5s;
            color: #ffffff;

        }
    }
} */

.fa-times-thin:before {
	content: '\00d7';
}

.thin-icon {
	-webkit-text-stroke: 2px white !important;
}

.menu-sub-item-pad-right {
    padding-right: 20px;
}

.main-menu-item {
    color: lightgrey;
    font-size: 20px;
}

.main-menu-item:hover {
    color: black;
}

.sub-menu-item {
    color: lightgrey!important;
    font-size: 20px!important;
}

.sub-menu-item:hover {
    color: black!important;
}

.sidebar-menu {
    width: 230px;
}

.hidden-menu {
    border-top: solid 5px!important;
}

.hidden-menu-item {
    padding: 7px 0 9px 37px;
}

.hidden-menu-item:hover {
    background-color: #FFF;
    color: #266cad;
    cursor: pointer;
}

.pad-left-0 {
    padding-left: 0px;
}

.pad-left-5 {
    padding-left: 5px;
}

.pad-left-10 {
    padding-left: 10px;
}

.pad-left-20 {
    padding-left: 20px;
}

.pad-left-35 {
    padding-left: 35px;
}

.pad-left-50 {
    padding-left: 50px;
}

.pad-top-0 {
    padding-top: 0px;
}

.pad-top-5 {
    padding-top: 5px;
}

.pad-top-10 {
    padding-top: 10px;
}

.pad-top-20 {
    padding-top: 20px;
}

.pad-top-50 {
    padding-top: 50px;
}

.pad-right-0 {
    padding-top: 0px;
}

.pad-bottom-0 {
    padding-bottom: 0px;
}

.pad-bottom-10 {
    padding-bottom: 10px;
}

.center-vertical {
    display: flex!important;
    align-items: center;
}

.center-horizontal {
    display: flex!important;
    justify-content: center;
}

.center-both {
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.show-password-box {
    background-color: white!important;
    border-color: lightgray!important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: black!important;
}

.overflow-hide {
    overflow: hidden;
}

.overflow-y-auto {
    overflow-y: auto;
    overflow-x: hidden;
}

.overflow-x-auto {
    overflow-y: hidden;
    overflow-x: auto;
}

.menu-item-overflow-hide {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
    margin-bottom: -3px;
}

.branch-item-overflow-hide {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
    margin-bottom: -3px;
}

.accoount-item-overflow-hide {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
    margin-bottom: -3px;
}

.form-toolbar {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 150px;
  }
  
  .form-toolbar.li {
    flex: 0 1 20%;
  }
  
  @media(max-width: 768px) {
    .form-toolbar.li {
      flex: 0 1 13%;
    }
  }
  
  @media(max-width: 480px) {
    .form-toolbar {
     height: auto;
   }
  }

.form-toolbar-height {
    max-height: 75vh;
    /* overflow-y: auto; */
}

  .form-toolbar-item > li {
    overflow: hidden;
    white-space: nowrap;
    min-height: 50px;
  }

/* Date format */
.date_item {
    position: relative;
    width: 150px; height: 20px;
    color: white;
}

.date_item:before {
    position: absolute;
    top: 3px; left: 3px;
    content: attr(data-date);
    display: inline-block;
    color: black;
}

.date_item::-webkit-datetime-edit {
    display: none;
}

.date_item::-webkit-inner-spin-button {
    display: none;
}

.date_item::-webkit-clear-button {
    display: none;
}

.date_item::-webkit-calendar-picker-indicator {
    position: absolute;
    height:20px;
	width:20px;
    right: 0;
    color: black;
    opacity: 1;
    cursor:pointer;
}

.toolbar-item-size {
    height: 50px!important;
}