/*DashBoard Start */
.mainContainer {
    overflow: visible;
    padding-bottom: 30px;
    height: 100% !important;
    padding-top: 50px;
}

.mainContainer .content {
    /*margin-left: 50px;*/
    padding: 15px;
}

.top-nav-bar, .nav-list > li, .profile-settings img, .sideBar.compact-sidebar .submenu > li:first-child {
    background: linear-gradient(top, #474747, #2c2d2d);
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2c2d2d), to(#474747));
    background: -webkit-linear-gradient(top, #474747, #2c2d2d);
    background: -moz-linear-gradient(top, #474747, #2c2d2d);
    background: -ms-linear-gradient(top, #474747, #2c2d2d);
    background: -o-linear-gradient(top, #474747, #2c2d2d);
}

.top-nav-bar {
    border: 1px solid #565656;
}

#brand {
    width: 203px;
    padding-left: 15px !important;
    border-right: 1px solid #565656;
    margin-left: 26px;
}

.compact {
    font-size: 20px !important;
    margin-left: 10px !important;
    background: url("/public/img/logo.png") no-repeat !important;
    width: 40px !important;
    text-decoration: none !important;
}

.toggle-button {
    color: #fff;
}

.content-block {
    border-top: 2px solid #d01785;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1149px) and (min-width: 991px) {
  .dashboard-panel .panel-heading {
    font-size: 8px !important;
  }
}

@media (max-width: 1218px) and (min-width: 991px){
    .responsive, .font-change {
        font-size: 11px !important;
    }
    .responsive, .icon-change {
        font-size: 25px !important;
    }
}

.icon-change {
    font-size: 40px;
}

.font-change {
    font-size: 25px;
}

@media only screen and (min-device-width: 992px) {
    .dashboard-font {
        font-size: 1.3vw;
    }

    .icon-size{
        font-size: 35px;
        width: 38px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .dashboard-font {
        font-size: 2vw;
    }

    .icon-size{
        font-size: 40px;
        width: 38px;
    }
}

@media only screen and (max-device-width: 767px) {
   .dashboard-font {
       font-size: 4vw;
   }

   .icon-size{
       font-size: 40px;
       width: 38px;
   }
}

.dashboard-panel .panel-heading {
    font-size: 12px;
    font-weight: bold;
}

.panel-dashBoard-aqua {
    border-color: #1fb0d3;
}

.panel-dashBoard-aqua > .panel-heading {
    color: #fff;
    text-transform: uppercase;
    background-color: #1fb0d3;
    border-color: #1fb0d3;
}

.panel-dashBoard-aqua > .panel-body {
    color: #fff;
    background-color: #00a7cf;
    border-color: #1fb0d3;
    height: 100px;
}

.panel-dashBoard-green {
    border-color: #8dc65f;
}

.panel-dashBoard-green > .panel-heading {
    color: #fff;
    text-transform: uppercase;
    background-color: #8dc65f;
    border-color: #8dc65f;
}

.panel-dashBoard-green > .panel-body {
    color: #fff;
    background-color: #81c04a;
    border-color: #8dc65f;
    height: 100px;
}

.panel-dashBoard-red {
    border-color: #ef664d;
}

.panel-dashBoard-red > .panel-heading {
    color: #fff;
    text-transform: uppercase;
    background-color: #ef664d;
    border-color: #ef664d;
}

.panel-dashBoard-red > .panel-body {
    color: #fff;
    background-color: #ef563b;
    border-color: #ef664d;
    height: 100px;
}

.panel-dashBoard-purple {
    border-color: #9d69ac;
}

.panel-dashBoard-purple > .panel-heading {
    color: #fff;
    text-transform: uppercase;
    background-color: #9d69ac;
    border-color: #9d69ac;
}

.panel-dashBoard-purple > .panel-body {
    color: #fff;
    background-color: #9359a4;
    border-color: #9d69ac;
    height: 100px;
}

.panel-dashBoard-orange {
    border-color: #f29e5f;
}

.panel-dashBoard-orange > .panel-heading {

    text-transform: uppercase;
    background-color: #f29e5f;
    border-color: #f29e5f;
}

.panel-dashBoard-orange > .panel-body {

    background-color: #f0934e;
    border-color: #f29e5f;
    height: 100px;
}

.panel-dashBoard-deeppink {
    border-color: #e37a9f;
}

.panel-dashBoard-deeppink > .panel-heading {
    color: #fff;
    text-transform: uppercase;
    background-color: #e37a9f;
    border-color: #e37a9f;
}

.panel-dashBoard-deeppink > .panel-body {
    color: #fff;
    background-color: #e16d94;
    border-color: #e37a9f;
    height: 100px;
}

.panel-box-header > .panel-heading {
    color: #fff;
    background-color: #06bcd4;
    border-color: #06bcd4;
}

.panel-box-header {
    border: 0
}

.panel-dashBoard-maroon {
    border-color: #b70f23;
}

.panel-dashBoard-maroon > .panel-heading {
    color: #fff;
    text-transform: uppercase;
    background-color: #b70f23;
    border-color: #b70f23;
}

.panel-dashBoard-maroon > .panel-body {
    color: #fff;
    background-color: #a21a25;
    border-color: #b70f23;
    height: 100px;
}


.panel-dashBoard-deepRed {
    border-color: #dd0534;
}

.panel-dashBoard-deepRed > .panel-heading {
    color: #fff;
    text-transform: uppercase;
    background-color: #dd0534;
    border-color: #dd0534;
}

.panel-dashBoard-deepRed > .panel-body {
    color: #fff;
    background-color: #ce0d2d;
    border-color: #dd0534;
    height: 100px;
}

.panel-dashBoard-deepBlue {
    border-color: #0774ea;
}

.panel-dashBoard-deepBlue > .panel-heading {
    color: #fff;
    text-transform: uppercase;
    background-color: #0083f9;
    border-color: #0083f9;
}

.panel-dashBoard-deepBlue > .panel-body {
    color: #fff;
    background-color: #0774ea;
    border-color: #0083f9;
    height: 100px;
}

.panel-dashBoard-strongCyan {
    border-color: #00c9c9;
}

.panel-dashBoard-strongCyan > .panel-heading {
    color: #fff;
    text-transform: uppercase;
    background-color: #00c9c9;
    border-color: #00c9c9;
}

.panel-dashBoard-strongCyan > .panel-body {
    color: #fff;
    background-color: #00b1bb;
    border-color: #00c9c9;
    height: 100px;
}


.panel-dashBoard-deepRed {
    border-color: #dd0534;
}

.panel-dashBoard-deepRed > .panel-heading {
    color: #fff;
    text-transform: uppercase;
    background-color: #dd0534;
    border-color: #dd0534;
}

.panel-dashBoard-deepRed > .panel-body {
    color: #fff;
    background-color: #ce0d2d;
    border-color: #dd0534;
    height: 100px;
}

.panel-dashBoard-deepBlue {
    border-color: #0774ea;
}

.panel-dashBoard-deepBlue > .panel-heading {
    color: #fff;
    text-transform: uppercase;
    background-color: #0083f9;
    border-color: #0083f9;
}

.panel-dashBoard-deepBlue > .panel-body {
    color: #fff;
    background-color: #0774ea;
    border-color: #0083f9;
    height: 100px;
}

.panel-dashBoard-strongCyan {
    border-color: #00c9c9;
}

.panel-dashBoard-strongCyan > .panel-heading {
    color: #fff;
    text-transform: uppercase;
    background-color: #00c9c9;
    border-color: #00c9c9;
}

.panel-dashBoard-strongCyan > .panel-body {
    color: #fff;
    background-color: #00b1bb;
    border-color: #00c9c9;
    height: 100px;
}

.btn-refresh {
    background-color: #fafafa;
    color: #6d6e71;
    font-size: 10px;
}

.btn-border {
    border: 1px solid #f5f5f5;
}

.filter-option {
    margin-bottom: 10px;
}

.time-filter + ul > li {
    border-bottom: 1px solid #eeeeee;
}

.filter-option .time-filter {
    background-color: #fafafa;
    color: #6d6e71;
    font-size: 13px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}

.time-options {
    min-width: 300px;
    border: 1px solid rgba(0, 0, 0, .15);
}

.time-options li, .time-options li a {
    color: #787678;
}

.time-options li a:hover {
    background: #e1e4e6;
}

.sale-data {
    height: 30px;
}

/*sidebar*/
.sideBar {
    width: 230px;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #444545;
    color: #fff;
    height: 100%;
    padding-top: 42px;
    z-index: 999;
}

/*.sideBar.compact-sidebar{*/
/*width: 50px !important;*/
/*overflow-x : visible;*/
/*}*/

.profile {
    border-bottom: 1px solid #565656;
    padding: 10px 10px 0 10px;
}

.profile > img {
    width: 40px;
    height: 40px;
}

.profile-settings {
    padding: 15px;
}

.profile-settings a {
    padding: 5px 15px;
    color: #ffffff;
    font-size: 14px;
    background: linear-gradient(#595a5c, #42423f, #343431, #0b0c0c);
    background: -webkit-linear-gradient(#595a5c, #42423f, #343431, #0b0c0c);
    background: -moz-linear-gradient(#595a5c, #42423f, #343431, #0b0c0c);
    background: -ms-linear-gradient(#595a5c, #42423f, #343431, #0b0c0c);
    background: -o-linear-gradient(#595a5c, #42423f, #343431, #0b0c0c);
    border: 1px solid #595a5c;
}

.profile-settings a:hover {
    text-decoration: none;
}

.profile-name {
    font-size: 13px;
    padding-left: 20px;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 20ch !important;
}

.profile-img {
    background: #ffffff;
}

.nav-breadcrumb, .nav-breadcrumb > li > a {
    color: white !important;
    font-size: 16px;
    text-decoration: none !important;
}

.nav-breadcrumb > li > a:hover {
    background: none !important;
}

.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-list > li {
    display: block;
    position: relative;
    float: none;
    padding: 0;
    border-bottom: 1px solid #565656;
}

.nav-list > li > a {
    display: block;
    height: 50px;
    line-height: 17px;
    text-shadow: none !important;
    font-size: 15px;
    padding: 15px;
    font-weight: bold;
    color: #fff;
    -webkit-text-stroke-color: #5e5f5f;
}

.nav-list li .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    position: relative;
}

.nav.nav-list li.active > a, .nav li > a:hover, .nav li > a:focus,
.submenu li.active, .submenu li:hover, .submenu li:focus, .profile-settings a:hover {
    background: linear-gradient(#e80b8e, #b51f7e);
    background: -webkit-linear-gradient(#e80b8e, #b51f7e);
    background: -moz-linear-gradient(#e80b8e, #b51f7e);
    background: -ms-linear-gradient(#e80b8e, #b51f7e);
    background: -o-linear-gradient(#e80b8e, #b51f7e);
}

.nav-list [class^="icon-"] + span, .nav-list [class^="fa"] + span {
    padding-left: 5px;
}

.submenu [class^="icon-"] + span, .submenu [class^="fa"] + span {
    padding-left: 5px;
}

.submenu {
    width: 230px !important;
}

.submenu li {
    padding: 0;
}

.nav-list > li > .submenu {
    border-top: 1px solid #565656;
}

.submenu li > a {
    display: block;
    padding: 7px 15px;
    color: #d3d3d3;
    font-size: 14px;
}

.main-content-block {
    border-top: 2px solid #d01785;
    background: #fff;
    padding: 15px 0px;
    margin-bottom: 20px;
}

.sub-nav {
    top: -25px;
    position: relative;
    z-index: 1000;
    padding: 0;
    margin: 0 -20px;
}

.sub-nav .nav.nav-tabs > li > a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-right: 0;
    line-height: 1.42857143;
    border-radius: 0;
    background: #e80b8e;
}

.sub-nav .nav.nav-tabs > li.active > a {
    color: #000 !important;
    background-color: #fff;
}

.subTab .nav.nav-tabs > li > a {
    color: #000;
    font-size: 14px;
    margin-right: 0;
    line-height: 1.42857143;
    border-radius: 0;
    background: #fff;
}

.subTab .nav.nav-tabs > li > a:hover {
    color: #e80b8e !important;
    border-color: #e80b8e !important;
    border-bottom: 6px solid !important;
}

.subTab .nav.nav-tabs > li.active > a {
    color: #e80b8e !important;
    border-color: #e80b8e;
    border-bottom: 6px solid;
}

.sub-nav-new {
    top: -25px;
    position: relative;
    z-index: 1000;
    padding: 0;
    margin: 0 -20px;
}

.sub-nav-new .nav.nav-tabs > li > a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-right: 0;
    line-height: 1.42857143;
    border-radius: 0;
    background: #e80b8e;
}

.sub-nav-new .nav.nav-tabs > li.active > a {
    color: #e80b8e !important;
    background-color: #fff;
    border-color: #e80b8e;
}

.subTab .nav.nav-tabs > li > a {
    color: #000;
    font-size: 14px;
    margin-right: 0;
    line-height: 1.42857143;
    border-radius: 0;
    background: #fff;
}

.subTab .nav.nav-tabs > li.active > a {
    color: #e80b8e !important;
    border-color: #e80b8e;
    border-bottom: 6px solid;
}

/*.sideBar.compact-sidebar .submenu{*/
/*display: none;*/
/*}*/

/*.sideBar.compact-sidebar .submenu > li:first-child{*/
/*border-bottom: 1px solid #565656;*/
/*}*/

/*.compact-sidebar .nav-list > li:hover > .submenu {*/
/*display: block;*/
/*position: absolute;*/
/*left: 100%;*/
/*margin-left: 0;*/
/*top: -10px;*/
/*bottom: auto;*/
/*z-index: 1026;*/
/*width: 190px;*/
/*border: 1px solid #565656;*/
/*background: #444545;*/
/*}*/
/*.compact-sidebar span {*/
/*display: none;*/
/*}*/
/*.compact-sidebar .nav-list [class^="icon-"] {*/
/*font-size: 20px;*/
/*}*/
.scrollable-menu {
    height: 300px;
    overflow-y: scroll;
    overflow-x: visible;
}

/*.mainContainer .compact-sidebar+ .content {*/
/*/!*margin-left: 50px;*!/*/
/*z-index: -1;*/
/*}*/

.top-five-menu {
    border: 2px solid lightgrey;
    background-color: #f9f2f4;
    padding: 10px;
}

.icon-sm {
    font-size: 15px;
}

.icon-md {
    font-size: 20px;
}

.icon.on{
    font-size: 22px;
}


.icon-lg {
    font-size: 30px;
}

.icon-xlg {
    font-size: 40px;
}

.icon-dull {
    color: rgba(255, 255, 255, 0.70);
}

.icon-bold {
    font-weight: bold;
}

#navigation .toggle-menu {
    float: left;
    color: #fff;
    display: block;
    padding: 10px;
    font-size: 14px;
    text-decoration: none;
}

#navigation .toggle-menu {
    /*display: none*/
}

.display-block {
    display: block !important;
}

.display-none {
    display: none;
}

@media (max-width: 768px) {
    #brand {
        font-size: 20px !important;
        margin-left: 10px !important;
        background: url("/public/img/logo.png") no-repeat !important;
        width: 40px !important;
        text-decoration: none !important;
    }

    #navigation .main-nav + .navbar-right {
        display: none;
    }
}

@media (min-width: 768px) {
    .mainContainer .content {
        margin-left: 230px;
        padding: 15px;
    }

    #navigation .toggle-menu {
        display: block !important;

    }

    .mrg-l-0 .content {
        margin-left: 0px !important;
    }
}

@media (max-width: 840px) {
    #navigation .main-nav {
        display: block;
    }

    .navbar-right {
        float: right !important;
    }
}

.btn-border-black {
    border: 1px solid #484848;
}

.btn-border-green {
    border: 1px solid limegreen;
}

.btn-border-pink {
    border: 1px solid #e9008f;
}

.btn-tutorial {
    background-color: #FFF;
    border-radius: 6.5px;
    border: 0.5px solid #C8C8C8;
    height: 30.25px;
    width: 130px !important;
}

.play-tutorial {
    font-size: 20px !important;
    color: #e9008f;
    padding-top: 0.75px;
}

.tutorial-font {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    font-family: Lato-regular;
    opacity: 0.75;
}

/*DashBoard End */

/*Bevo Wizard Start */
.bevo-wizard-steps {
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.bevo-wizard-steps li {
    display: table-cell;
    text-align: center;
    width: 1%;
}

.bevo-wizard-steps li .step {
    border: 5px solid #ced1d6;
    color: #546474;
    font-size: 15px;
    border-radius: 100%;
    background-color: #FFF;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
}

.bevo-wizard-steps li:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    border-top: 4px solid #CED1D6;
    position: relative;
    top: 21px;
    z-index: 1;
}

.bevo-wizard-steps li:last-child:before {
    max-width: 50%;
    width: 50%;
}

.bevo-wizard-steps li:first-child:before {
    max-width: 51%;
    left: 50%;
}

.bevo-wizard-steps li.active:before,
.bevo-wizard-steps li.complete:before,
.bevo-wizard-steps li.active .step,
.bevo-wizard-steps li.complete .step {
    border-color: #5293c4;
}

.bevo-wizard-steps li.complete .step {
    cursor: default;
    color: #FFF;
    -webkit-transition: transform ease 0.1s;
    -o-transition: transform ease 0.1s;
    transition: transform ease 0.1s;
}

.bevo-wizard-steps li.complete .step:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    content: "\f00c";
    background-color: #FFF;
    z-index: 3;
    font-family: FontAwesome;
    font-size: 17px;
    color: #87ba21;
}

.bevo-wizard-steps li.complete:hover .step {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border-color: #80afd4;
}

.bevo-wizard-steps li.complete:hover:before {
    border-color: #80afd4;
}

.bevo-wizard-steps li .title {
    display: block;
    margin-top: 4px;
    max-width: 100%;
    color: #949ea7;
    font-size: 14px;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    word-wrap: break-word;
}

.bevo-wizard-steps li.complete .title,
.bevo-wizard-steps li.active .title {
    color: #2b3d53;
}

.step-content {
    position: relative;
}

.step-content .step-pane {
    display: none;
    min-height: 200px;
    padding: 4px 8px 12px;
}

.step-content .step-pane.active {
    display: block;
}

.wizard-actions {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .bevo-wizard-steps li .step {
        width: 30px;
        height: 30px;
        line-height: 24px;
        border-width: 3px;
    }

    .bevo-wizard-steps li:before,
    .bevo-wizard-steps li:after {
        border-width: 3px;
    }

    .bevo-wizard-steps li.complete .step:before {
        line-height: 24px;
        font-size: 13px;
    }

    .bevo-wizard-steps li:before {
        top: 16px;
    }

    .step-content .step-pane {
        padding: 4px 4px 6px;
        min-height: 150px;
    }
}

/* CSS3 on/off switches */
label input[type=checkbox].bevo,
label input[type=radio].bevo {
    z-index: -100 !important;
    width: 1px !important;
    height: 0 !important;
}

input[type=checkbox].bevo:checked,
input[type=radio].bevo:checked,
input[type=checkbox].bevo:focus,
input[type=radio].bevo:focus {
    outline: none !important;
}

input[type=checkbox].bevo + .lbl,
input[type=radio].bevo + .lbl {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: normal;
    cursor: pointer;
}

input[type=checkbox].bevo + .lbl::before,
input[type=radio].bevo + .lbl::before {
    cursor: pointer;
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 12px;
    color: #e9008f;
    content: "\a0";
    background-color: #FAFAFA;
    border: 1px solid #c8c8c8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    /*, inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
    border-radius: 0;
    display: inline-block;
    text-align: center;
    height: 16px;
    line-height: 14px;
    min-width: 16px;
    margin-right: 1px;
    position: relative;
    top: -1px;
}

input[type=checkbox].bevo:checked + .lbl::before,
input[type=radio].bevo:checked + .lbl::before {
    display: inline-block;
    content: '\f00c';
    background-color: #F5F8FC;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

input[type=checkbox].bevo:hover + .lbl::before,
input[type=radio].bevo:hover + .lbl::before,
input[type=checkbox].bevo + .lbl:hover::before,
input[type=radio].bevo + .lbl:hover::before {
    border-color: #ff893c;
}

input[type=checkbox].bevo:active + .lbl::before,
input[type=radio].bevo:active + .lbl::before,
input[type=checkbox].bevo:checked:active + .lbl::before,
input[type=radio].bevo:checked:active + .lbl::before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

input[type=checkbox].bevo.bevo-checkbox-2 + .lbl::before,
input[type=radio].bevo.bevo-checkbox-2 + .lbl::before {
    box-shadow: none;
}

input[type=checkbox].bevo.bevo-checkbox-2:checked + .lbl::before,
input[type=radio].bevo.bevo-checkbox-2:checked + .lbl::before {
    background-color: #f9a021;
    border-color: #f9a021;
    color: #FFF;
}

input[type=checkbox].bevo:disabled + .lbl::before,
input[type=radio].bevo:disabled + .lbl::before,
input[type=checkbox].bevo[disabled] + .lbl::before,
input[type=radio].bevo[disabled] + .lbl::before,
input[type=checkbox].bevo.disabled + .lbl::before,
input[type=radio].bevo.disabled + .lbl::before {
    background-color: #DDD !important;
    border-color: #CCC !important;
    box-shadow: none !important;
    color: #BBB;
}

input.bevo + .lbl.padding-16::before {
    margin-right: 16px;
}

input.bevo + .lbl.padding-12::before {
    margin-right: 12px;
}

input.bevo + .lbl.padding-8::before {
    margin-right: 8px;
}

input.bevo + .lbl.padding-4::before {
    margin-right: 4px;
}

input.bevo + .lbl.padding-0::before {
    margin-right: 0px;
}

input[type=radio].bevo + .lbl::before {
    border-radius: 100%;
    font-size: 10px;
    font-family: FontAwesome;
    text-shadow: 0 0 1px #32a3ce;
    line-height: 17px;
    height: 17px;
    min-width: 17px;
}

input[type=radio].bevo:checked + .lbl::before {
    content: "\f111";
}

input[type=checkbox].bevo.bevo-switch {
    width: 55px;
    height: 25px;
}

input[type=checkbox].bevo.bevo-switch + .lbl {
    margin: 0 4px;
    min-height: 24px;
}

input[type=checkbox].bevo.bevo-switch + .lbl::before {
    font-family: 'Open Sans';
    content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
    color: #999;
    text-shadow: 0 0 0 #999;
    font-weight: normal;
    font-size: 11px;
    line-height: 17px;
    height: 20px;
    overflow: hidden;
    border-radius: 12px;
    background-color: #F5F5F5;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #CCC;
    text-align: left;
    float: left;
    padding: 0;
    width: 52px;
    text-indent: -21px;
    margin-right: 0;
    -webkit-transition: text-indent .3s ease;
    -o-transition: text-indent .3s ease;
    transition: text-indent .3s ease;
    top: auto;
}

input[type=checkbox].bevo.bevo-switch + .lbl::after {
    font-family: 'Open Sans';
    content: 'III';
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    color: #AAA;
    text-shadow: none;
    background-color: #FFF;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: -2px;
    left: -3px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .3);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .3);
    -webkit-transition: left .3s ease;
    -o-transition: left .3s ease;
    transition: left .3s ease;
}

input[type=checkbox].bevo.bevo-switch:checked + .lbl::before {
    text-indent: 8px;
    color: #FFF;
    text-shadow: 0 0 0 #FFF;
    background-color: #8ab2c9;
    border-color: #6a8ca8;
}

input[type=checkbox].bevo.bevo-switch:checked + .lbl::after {
    left: 34px;
    background-color: #FFF;
    color: #98A0A5;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-2 + .lbl::before {
    content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0NO";
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-3 + .lbl::after {
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 22px;
    content: "\f00d";
    top: -1px;
    text-shadow: none;
    padding: 0;
    text-align: center;
    color: #BBB;
    letter-spacing: 0;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-3:checked + .lbl::after {
    content: "\f00c";
    color: #8AB2C9;
    text-shadow: none;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-4,
input[type=checkbox].bevo.bevo-switch.bevo-switch-5 {
    width: 60px;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-4 + .lbl::before,
input[type=checkbox].bevo.bevo-switch.bevo-switch-5 + .lbl::before {
    content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
    font-size: 12px;
    line-height: 21px;
    height: 24px;
    overflow: hidden;
    border-radius: 12px;
    background-color: #8b9aa3;
    border: 1px solid #8b9aa3;
    color: #FFF;
    width: 56px;
    text-indent: -25px;
    text-shadow: 0 0 0 #FFF;
    display: inline-block;
    position: relative;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-4 + .lbl::after,
input[type=checkbox].bevo.bevo-switch.bevo-switch-5 + .lbl::after {
    content: 'III';
    font-size: 11px;
    position: absolute;
    top: 2px;
    left: 2px;
    letter-spacing: 0;
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-shadow: none !important;
    color: #939393;
    background-color: #FFF;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-4:checked + .lbl::before,
input[type=checkbox].bevo.bevo-switch.bevo-switch-5:checked + .lbl::before {
    text-indent: 9px;
    background-color: #468fcc;
    border-color: #468FCC;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-4:checked + .lbl::after,
input[type=checkbox].bevo.bevo-switch.bevo-switch-5:checked + .lbl::after {
    left: 34px;
    background-color: #FFF;
    color: #848484;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-5 + .lbl::before {
    content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0NO";
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-5:checked + .lbl::before {
    text-indent: 8px;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-6 + .lbl {
    position: relative;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-6 + .lbl::before {
    font-family: FontAwesome;
    content: "\f00d";
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: none;
    border-width: 0;
    font-weight: lighter;
    font-size: 16px;
    border-radius: 12px;
    display: inline-block;
    background-color: #888;
    color: #F2F2F2;
    width: 52px;
    height: 22px;
    line-height: 21px;
    text-indent: 32px;
    -webkit-transition: background 0.1s ease;
    -o-transition: background 0.1s ease;
    transition: background 0.1s ease;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-6 + .lbl::after {
    content: '';
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 2px;
    left: 3px;
    border-radius: 12px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    width: 18px;
    height: 18px;
    text-align: center;
    background-color: #F2F2F2;
    border: 4px solid #F2F2F2;
    -webkit-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-6:checked + .lbl::before {
    content: "\f00c";
    text-indent: 6px;
    color: #FFF;
    border-color: #e80b8e;
    background-color: #e80b8e;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-6:checked + .lbl::after {
    left: 32px;
    background-color: #FFF;
    border: 4px solid #FFF;
    text-shadow: 0 -1px 0 rgba(0, 200, 0, 0.25);
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-7 {
    width: 75px;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-7 + .lbl {
    position: relative;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-7 + .lbl::before {
    content: "NO\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0YES";
    font-weight: bolder;
    font-size: 13px;
    line-height: 20px;
    background-color: #FFF;
    border: 2px solid #AAA;
    border-radius: 0;
    box-shadow: none;
    color: #AAA;
    width: 74px;
    height: 26px;
    line-height: 22px;
    overflow: hidden;
    text-indent: 5px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-7 + .lbl::after {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 3px;
    left: 39px;
    width: 32px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    padding: 0;
    text-indent: 0;
    background-color: #AAA;
    color: #FFF;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-7:checked + .lbl::before {
    color: #555;
    background-color: #FFF;
    text-indent: -28px;
    border-color: #e80b8e;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-7:checked + .lbl::after {
    left: 3px;
    content: '\f00c';
    background-color: #e80b8e;
    color: #FFF;
}

input[type=checkbox].bevo.bevo-switch + .lbl[data-lbl]::before {
    content: attr(data-lbl);
}

input[type=checkbox].bevo.bevo-switch.btn-empty + .lbl::after {
    content: "";
}

input[type=checkbox].bevo.bevo-switch.btn-rotate + .lbl::after {
    content: "\2261";
    line-height: 20px;
    font-size: 17px;
}

input[type=checkbox].bevo.bevo-switch-4.btn-rotate + .lbl::after,
input[type=checkbox].bevo.bevo-switch-5.btn-rotate + .lbl::after {
    line-height: 17px;
}

input[type=checkbox].bevo.bevo-switch.btn-flat + .lbl::before,
input[type=checkbox].bevo.bevo-switch.btn-flat + .lbl::after {
    border-radius: 0 !important;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-4 + .lbl::before,
input[type=checkbox].bevo.bevo-switch.bevo-switch-5 + .lbl::before {
    text-indent: -24px;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-4:checked + .lbl::before,
input[type=checkbox].bevo.bevo-switch.bevo-switch-5:checked + .lbl::before {
    text-indent: 7px;
}

/*Bevo Wizard End*/

@font-face {
    font-family: Lato-regular;
    src: url('/public/font/lato/Lato-Regular.ttf');
}

@font-face {
    font-family: Lato-lite;
    src: url('/public/font/lato/Lato-Light.ttf');
}

.btn-padding a {
    margin-right: 5px;
    width: 75px;
    height: 30px;
    padding: 5px !important;
}

.main-content {
    /*padding-top: 10%;*/
    height: 90px;

}

.sidebar-content {
    height: 40px;
    padding: 10px;
}

.colxs2 {
    border: 5px solid #ccc7c5;
    border-right: 0
}

.bdr-r-5 {
    border-right: 5px solid #ccc7c5;
}

#rectangle {
    border: 3px solid #a6a29f;
    width: 50px;
    height: 50px;
    background: #e0e0e0;
    cursor: pointer;
}

.snow-white {
    color: white;
    font-size: 14px;
    padding: 0;
}

#rect-y {
    border: 3px solid #a6a29f;
    width: 50px;
    height: 60px;
    background: #e0e0e0;
    cursor: pointer;
}

#rect-x {
    border: 3px solid #a6a29f;
    width: 70px;
    height: 50px;
    background: #e0e0e0;
    cursor: pointer;
}

#filled-square {
    border: 3px solid #a6a29f;
    width: 50px;
    height: 50px;
    background: #67b300;
    cursor: pointer;
}

#round-ellipse {
    width: 65px;
    height: 50px;
    border-radius: 70px / 50px;
    border: 3px solid #a6a29f;
    background: #e0e0e0;
    cursor: pointer;
}

.explore_area {
    position: relative;
    /*width: 1000px;*/
    /*height: 510px;*/
    /*overflow: hidden;*/
}

.explore_area:hover {
    /*overflow: scroll;*/
}

.shift-button {
    width: 30px;
    margin-right: 2%;
    float: left;
    height: 30px;
    background-color: #cf1584 !important;

}

body {
    font-family: Lato-regular;
}

.main-nav {
    font-family: Lato-lite;
}

.badge-success {
    background-color: #5cb85c;
}

.badge-highlight {
    background-color: #3c3838;
}

.badge-danger {
    background-color: #d9534f;
}

.table-bordered {
    border: 1px solid #ddd !important;
}

@media only screen and (max-width: 768px) {
    .ng-table-responsive {
        padding-top: 25px;
        border: 0 !important;
    }

    .ng-table-responsive td:before {
        width: 0;
    }
}

.heading {
    text-transform: capitalize
}

div[uib-datepicker-popup-wrap] ul > li > .btn-group {
    display: none;
}

.bevo-loading {
    text-align: center;
    color: white;
    font-size: 50px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

textarea {
    height: 10px;
    resize: vertical;
}

.bevo-footer {
    position: relative;
    width: 100%;
    z-index: 100;
}

.submenu a:hover {
    text-decoration: none;
}

.store {
    color: #ffffff;
    padding-bottom: 25px;
}

.store .store-info {
    min-height: 80px !important;
    /*color: #fff;*/
    padding: 20px 10px;
}

.store-info1 {
    padding: 5px;
}

.store .store-icon {
    color: #fff;
    text-align: center;
    /*padding: 20px;*/
}

.store .store-details {
    padding: 5px;
}

.store .store-details > i {
    padding-right: 5px;
}

.store-icon {
    font-size: 30px;
    color: #fff;
    background: #87499E;
    border-radius: 50px;
    padding: 10px;
    cursor: pointer;
}

/*.store .store-info.bg-1 {*/
/*background: #9C69AB;*/
/*}*/

.store .store-sale-info {
    /*min-height: 20px;*/
    font-size: 10px;
    text-align: center;
    padding: 10px 4px;
}

.store-sale-info > div.col-sm-3 {
    border-right: 1px solid #ffffff;
}

.store-sale-info > div.col-sm-3:last-child {
    border-right: 0;
}

.store .store-sale-info.bg-1 {
    background: #87499E;
}

.store .store-update-icons {
    text-align: right;
    font-size: 20px;
    /*color: #fff;*/
}

.store .store-update-icons i {
    padding: 10px;
    color: #fff;
}

.store .store-update-icons .last i {
    padding: 10px 0 10px 10px;
}

.store .store-update-icons a {
    text-decoration: none;
    cursor: pointer;
}

.store .store-sale-info ul {
    margin: 0
}

.store .store-summary {
    padding: 0 15px;
    border-right: 1px solid #fff;
    text-align: center;
    font-weight: lighter;
}

.store .store-summary + .last {
    padding: 0 0 0 15px;
    border: 0;
    text-align: center;
    font-weight: lighter;
}

.sale-data .huge {
    font-size: 25px;
}

.sale-data .medium {
    font-size: 20px;
}

.store .table thead > tr > th {
    display: none;
}

.store .table tbody > tr > td {
    border: 4px solid #ffffff;
    border-radius: 11px;
}

.bg1 {
    background-color: #3A9B77;
}

.bg2 {
    background-color: #406F79;
}

.bg3 {
    background-color: #94773F;
}

.bg4 {
    background-color: #155866;
}

.bg5 {
    background-color: #C54D3C;
}

.bg6 {
    background-color: #6C7A89;
}

.bg7 {
    background-color: #3c3c3c;
}

.footer {
    background: #495B6C;
    color: #FFFFFF;
    min-height: 45px;
    padding: 10px;
}

.table-header {
    background-color: #607488;
    color: #FFF;
    line-height: 38px;
    padding: 5px;
    margin-bottom: 0px;
}

/*Switch*/
input[type=checkbox].bevo, input[type=radio].bevo {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-1 {
    width: 100px;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-1 + .lbl {
    position: absolute;
    text-transform: capitalize;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-1 + .lbl::before {
    content: "Inactive\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0 Active";
    font-weight: bolder;
    font-family: FontAwesome;
    font-size: 13px;
    background-color: #FFF;
    border: 2px solid #AAA;
    border-radius: 0;
    box-shadow: none;
    color: #AAA;
    width: 100px;
    height: 26px;
    line-height: 22px;
    overflow: hidden;
    text-indent: 5px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-1 + .lbl::after {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 3px;
    left: 67px;
    width: 30px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    padding: 0px;
    text-indent: 0;
    background-color: #AAA;
    color: #FFF;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-1:checked + .lbl::before {
    color: #40bf40;
    background-color: #FFF;
    text-indent: -50px;
    border-color: #40bf40;
}

input[type=checkbox].bevo.bevo-switch.bevo-switch-1:checked + .lbl::after {
    left: 3px;
    content: '\f00c';
    background-color: #40bf40;
    color: #FFF;
}

input[type="checkbox"].bevo.bevo-switch.bevo-switch-1 {
    position: absolute;
}

.roundCornered4 {
    border-radius: 4px;
}

.form-group.required > .control-label.col-sm-3:after {
    color: #d9534f;
    content: "*";
    display: inline;
    margin-left: 5px;
    font-weight: bolder;
}

.form-group.required > .control-label.col-sm-5:after {
    color: #d9534f;
    content: "*";
    display: inline;
    margin-left: 5px;
    font-weight: bolder;
}

.form-group.required > .control-label:after {
    color: #d9534f;
    content: "*";
    margin-left: 5px;
    font-weight: bolder;
}

/*Modal*/
.modal-small .modal-dialog {
    width: 25%;
}

/*.modal-header-sm {*/
/*height: 40px;*/
/*border-bottom: 1px solid #e5e5e5;*/
/*padding: 1px 10px;*/
/*color: #ffffff;*/
/*background-color: #495B6C;*/
/*}*/

/*.modal-content .modal-footer {*/
/*padding: 14px 15px 15px;*/
/*background-color: #eff3f8;*/
/*}*/

.freeMenuItems + div {
    padding-bottom: 2px !important;
}

.chosen-container-single .chosen-single {
    background-color: #fff;
    border: 1px solid #ccc !important;
    color: #555;
    height: 34px !important;
    font-size: 12px;

}

.chosen-container-multi .chosen-choices li.search-field input[type="text"],
.chosen-container > .chosen-single, [class*="chosen-container"] > .chosen-single {
    margin: 0;
    padding: 6px 12px;
    font-size: 14px;
}

.chosen-container-single .chosen-single, .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 34px;
}

.select-error .chosen-container-single .chosen-single {
    color: #a94442;
    border-color: #a94442 !important;
}

/*Table*/
.table tr th:last-child, .table tr td:last-child {
    text-align: center;
    min-width: 20%;
    width: auto;
}

.table tr td:last-child {
    text-align: left;
    min-width: 20%;
    width: auto;
}

/*
.td-auto .table tr th:last-child, .table tr td:last-child {
    text-align: left;
    width: auto;
}
*/

@media (max-width: 768px) {
    .table tr td {
        min-height: 32px;
    }

    .table tr th:last-child, .table tr td:last-child {
        text-align: center;
        width: auto;
    }

    .td-auto .table tr th:last-child, .table tr td:last-child {
        text-align: right;
        width: auto;
    }
}

/*Show*/
.profile-user-info {
    display: table;
    width: 98%;
    width: calc(100% - 24px);
    margin: 0 auto;
}

.profile-info-row {
    display: table-row;
}

.profile-info-name {
    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: 200px;
    vertical-align: middle;
}

.profile-info-value {
    display: table-cell;
    padding: 6px 4px 6px 6px;
    border-top: 1px dotted #D5E4F1;
}

.profile-info-value > span + span:before {
    display: inline;
    content: ",";
    margin-left: 1px;
    margin-right: 3px;
    color: #666;
    border-bottom: 1px solid #FFF;
}

.profile-info-value > span + span.editable-container:before {
    display: none;
}

.profile-info-row:first-child .profile-info-name {
    border-top: none;
}

.profile-info-row:first-child .profile-info-value {
    border-top: none;
}

.profile-user-info-striped {
    border: 1px solid #DFDFDF;
}

.profile-user-info-striped .profile-info-name {
    color: #336199;
    background-color: #C7CED3;
    border-top: 1px solid #F7FBFF;
}

.profile-user-info-striped .profile-info-value {
    border-top: 1px dotted #DFDFDF;
    padding-left: 12px;
}

.image-md {
    width: 400px;
    height: 70px;
}


.image-sm {
    width: 100px;
    height: 100px;
}

/*PRICING*/
.pricing-widget {
    border: 1px solid #2E3943;
    border-radius: 1px;
}

.pricing-widget .pricing-head {
    background-color: #2E3943;
}

.pricing-widget .pricing-list li:last-child {
    padding-top: 10px;
}

.langIn {
    background-color: #fff;
    width: 100%;
    text-align: left;
}

.langOut {
    width: 50%;
    text-align: left;
}

.lang {
    padding-bottom: 2px;
}

.langScroll {
    min-height: 30px;
    max-height: 135px;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
}

.langScroll:hover {
    overflow-y: scroll;
}

.well-xs {
    padding-bottom: 0;
}

.well .well-heading {
    background-color: #504f63;
    color: #fff;
    padding: 6px 6px 1px 6px;
    margin: -20px -20px 15px -20px;
    border-radius: 3px 3px 0 0;
}

.well .well-heading h4 {
    text-transform: capitalize;
    padding: 0;
    margin-top: 0;
}

/*SPACE*/
.space-12 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 12px 0 11px;
}

[class*="vspace-12"] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 12px 0 11px 0;
}

.space-8 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 8px 0 7px;
}

[class*="vspace-8"] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 8px 0 7px 0;
}

.space-6 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 6px 0 5px;
}

[class*="vspace-6"] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 6px 0 5px 0;
}

.text-bold {
    font-weight: bold;
}

.no-height {
    min-height: 0 !important;
}

.padding-10 {
    padding: 10px !important;
}

.pad-t-5 {
    padding-top: 5px !important;
}

.margin-top-11 {
    margin-top: 11% !important;
}

.margin-top-2 {
    margin-top: 2% !important;
}

.margin-top-4 {
    margin-top: 4% !important;
}

.margin-top-5 {
    margin-top: 5% !important;
}

.margin-top-6 {
    margin-top: 6% !important;
}

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

.wizard-steps li.completed {
    background: #007fb1;
}

.wizard-steps li.completed:after {
    border-left-color: #007fb1;
}

.reg-login {
    margin-top: 10px !important;
    font-size: 15px;
}

.reg-login a {
    text-decoration: none !important;
}

.panel.panel-dark .panel-heading {
    background: rgba(145, 145, 145, 0.33) !important;
    color: #fff;
}

.panel.panel-dark .panel-body {
    background: rgba(228, 228, 228, 1) !important;
}

.tab-left .tab-bar > li {
    display: block;
    float: none;
    margin-right: -1px;
    border-right: 1px solid #2c2d3e;
    border-left: 1px solid #2c2d3e;
    background-color: #495B6C !important;
    margin-top: 1px;
    border-bottom: 1px solid #2c2d3e;
}

.tab-left .tab-bar > li:first-child {
    border-top: 1px solid #2c2d3e;
}

.tab-left .tab-bar > li.active:first-child {
    border-top: 1px solid #2c2d3e;
}

/*drag and drop css starts*/
.angular-ui-tree-handle {
    cursor: move;
    text-decoration: none;
    background: #f8faff;
    border: 1px solid #dae2ea;
    color: #000;
    padding: 10px 10px;
    min-height: 20px;
    min-width: 50px;
}

.angular-ui-tree-handle:hover {
    color: #438eb9;
    background: #f4f6f7;
    border-color: #dce2e8;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100px;
}

.angular-ui-tree-drag {
    position: absolute;
    pointer-events: none;
    z-index: 999;
    opacity: .8;
}

.drag .list-inline > li {
    padding: 5px;
}

/*drag and drop css ends*/

.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}

.rotate45 {

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.rotate-45 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate125 {
    -webkit-transform: rotate(125deg);
    -moz-transform: rotate(125deg);
    -ms-transform: rotate(125deg);
    -o-transform: rotate(125deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate-125 {
    -webkit-transform: rotate(-125deg);
    -moz-transform: rotate(-125deg);
    -ms-transform: rotate(-125deg);
    -o-transform: rotate(-125deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.mrg-top-bottom {
    margin-top: -12px !important;
    margin-bottom: -6px !important;
}

.mrg-bottom-top {
    margin-bottom: -12px !important;
    margin-top: -6px !important;
}

.mrg-left-1 {
    margin-left: -1px;
}

.custom-accordion .panel-body {
    padding: 0 !important;
}

.theme-default .panel-title > a {
    color: #e9008f;
}

.flash-message {
    padding: 7px 30px 7px 10px;
    font-size: 15px;
    font-weight: bolder;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.35;
}

.sp-replacer {
    width: 50px;
    height: 34px;
}

.modal-loader .modal-content {
    margin-top: 30%;
    text-align: center;
    color: white;
    font-size: 50px;
    background-color: inherit;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.huge {
    font-size: 15px;
    /*length : 50px;*/
    /*text-overflow: ellipsis;*/
}

.fontExtraSmall{
     font-size: 20px;
     text-align: left;
}

@media (max-width: 1300px){
    .large, .fontSmall{
       font-size: 11px !important;
     }
}

@media (max-width: 1024px){
    .large, .fontSmall{
       font-size: 12px !important;
     }
}


@media (max-width: 1765px){
    .large, .fontSmall{
        font-size: 12px !important;
    }
}

.large {
  font-size: 25px;
}

.fontSmall {
    font-size: 18px;
}

.fontExtraSmall{
     font-size: 14px;
     text-align: left;
}

.dashboardLine {
    border-left: 2px solid white;
    min-height: 60px;
    height: auto;
}

.dashBoardDetails {
    border-radius: 10px;
    min-height: 130px;
    padding-top: 20px;
    color: white !important;
    /*cursor: pointer;*/
    /*cursor: hand;*/
}

.dashBoardDetails a {
    color: white !important;
}

.dashboardIcons {
    opacity: 0.4;
}

.image-Gallery {
    height: 400px;
    border-right: 1px dashed #000;
    overflow-y: scroll;
    bottom: 2px
}

.image-Gallery img {
    border: 2px double #fff;
    width: 75px;
    height: 75px;
}

/* Printer Template*/

.printer-template {
    /*padding: 10px 30px; */
    border: 1px solid #aaaaaa;
    width: 85%;
    margin: 10%;
}

.border-size {
    border-radius :10px;
    margin : 30px auto auto auto;
    overflow: hidden;
    display: inline-block;

}

.custom-background {
    background-color: #e9008f;
    color : white;
}

.font-size-3{
    font-size : smaller;
    border-radius :15px;
    width : auto;
    margin : 10px 0px 10px 0px;
    padding : 0px;
}

.contain-block {
    text-align: center;
    border: 1px solid #aaa;
    background-color: lightgrey;
    border-radius : 15px
}

.contain-block1 {
    border: 1px solid #aaa;
    background-color: lightgrey;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}

.font-size-33{
    font-size : 8pt;
    border-radius :0px;
   /* width : 298px;
    height: 500px;*/
    margin : 0px 0px 0px 0px;
    padding : 0px;
}

.printer-template .printer-store-name {
    /*background-color: black;*/
    /*color: white;*/
    padding: 20px 20px 0px 20px;;
    text-align: center;
    font-size: 15pt;
    word-break: break-word;
}

.printer-template .display-block, .emailTemplate .display-block {
    padding: 10px 30px;
    /*border: 1px solid black;*/
    border-top: 0px;
}

.printer-template .addr, .emailTemplate .addr {
    padding: 15px;
    color: rgb(175, 175, 175);
}

.printer-template .sign, .emailTemplate .sign {
    padding: 10px 0px;
    border-bottom: 1px dotted;
    border-color: rgb(200, 200, 200);
}

.sign img {
    height: 90px;
}

.printer-template .fa-barcode, .emailTemplate .fa-barcode {
    font-size: 80px;
    border-bottom: 1px dotted;
    border-color: rgb(200, 200, 200);
}

.printer-template .fa-qrcode {
    font-size: 170px;
    border-bottom: 1px dotted;
    border-color: rgb(200, 200, 200);
}

.printer-template th:last-child, .printer-template td:last-child, .emailTemplate th:last-child, .emailTemplate td:last-child {
    text-align: right !important;
}

.printer-template .order-summary, .emailTemplate .order-summary {
    font-size: 14px !important;
    padding: 5px 0px;
}

.printer-template .first-row, .emailTemplate .first-row {
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
}

.printer-template .sub-total {
    /*padding: 5px 20px;*/
}

.printer-template .dynamicFields, .emailTemplate .dynamicFields {
    color: rgb(175, 175, 175);
    font-size: 9pt;
    text-align: center;
    padding-top: 15px;
}

.printer-template .pad-btm2, .emailTemplate .pad-btm2 {
    padding-bottom: 2px !important;
}

.printer-template .pad-btm10, .emailTemplate .pad-btm10 {
    padding-bottom: 10px !important;
}

.printer-template table, .emailTemplate table {
    /*width: 100%;*/
}

.printer-template td, .emailTemplate td {
    padding: 2px 0px;
}

/*for kds card template */
.kds-template {
    border:1px solid #000;
    max-width: 300px;
    padding:0
}
.kds-header {
    background: #e2e2e2;
}
.kds-header .kds-header-top-line{
    display:flex;
    justify-content: space-between;
    padding: 3px 10px;
}
.kds-header  .kds-header-bottom-line {
    display:flex;
    justify-content: space-between;
    padding: 3px 10px;
}
.kds-menu{
    list-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
}
.kds-menu-seat{
    font-style: italic;
    font-weight: bold;
}
.kds-menu-notes{
    list-style: none;
}
.kds-menu-notes-item{
    font-style: italic;
    font-weight: bold;
}
.kds-menu-addon{
    font-style: italic;
    font-weight: bold;
}
/*for kds card template end */

/*for emailTemplate*/

.emailTemplate {
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.emailTemplate .receipt-content {
    border: 1px solid #eee;
    background: #fff;
}

.emailTemplate .storeImg {
    padding-top: 5px;
    text-align: center;
}

.img-bdr {
    border: 1px solid #ddd;
}

.btn-bdr {
    border: 1px solid #ddd;
}

.lastRow {
    border-top: 2px solid #ddd;
    background: #eee;
    font-weight: bold;
}
.adminTable {
    border-top: 2px solid #ddd;
    background: #eee;
    font-weight: bold;
    color: #d01785;
}

.emailTemplate .feedback {
    background: #eee;
}

.email-template-color {
    position: relative;
    border-radius: 2px;
    width: 33px;
    height: 33px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.bg-purple {
    background-color: #a973a9;
}

.bg-darkBlue {
    background-color: #456d9c;
}

.bg-yellow {
    background-color: #e3b14d;
}

.bg-grey {
    background-color: #8897a7;
}

.bg-orange {
    background-color: #ed9356;
}

.bg-green {
    background-color:#008000;
}

.bg-pink {
    background-color: #e9008f;
}

.bg-darkBlue2 {
    background-color: #546476;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-aqua {
    background-color: #1fb0d3;
}

.bg-green {
    background-color:#00a65a;
}
.bg-red {
    background-color:#dd4b39;
}

.bg-skyblue {
    background-color:#33bbff;
}

.bg-brown {
    background-color:#D17213;
}

.color-active:after {
    position: absolute;
    left: 25%;
    top: 31%;
    width: 45%;
    height: 25%;
    border: solid 3px white;
    border-right: none;
    border-top: none;
    -ms-transform: rotate(-47deg);
    -webkit-transform: rotate(-47deg);
    transform: rotate(-47deg);
    content: "";
    box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
}
.border-radius-box{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin: 10px;
    display: flex;
    padding: 10px;
    align-items: center;
    min-height: 70px;
}
.border-radius-box .item-count{
    font-size: 25px;
    margin-right: 10px;
    color: #e16d94;
}
.border-radius-box .item-name{
    font-size: 13px;
}
.pad-l-15 {
    padding-left: 15px !important;
}

.pad-l-32 {
    padding-left: 32px !important;
}

.blink {
    animation: blink 1s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

.gallery-thumbnails {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gallery-thumbnails > li {
    float: left;
    overflow: hidden;
    margin: 2px;
    border: 2px solid #333;
}

.gallery-thumbnails > li, .gallery-thumbnails > li > :first-child {
    display: block;
    position: relative;
}

.gallery-thumbnails > li > :first-child > .text {
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.gallery-thumbnails > li > .tools, .ace-thumbnails > li > :first-child > .text {
    position: absolute;
    text-align: center;
    background-color: rgba(0, 0, 0, .55);
}

.gallery-thumbnails > li > :first-child > .text > .inner {
    padding: 4px 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
}

.ace-thumbnails > li > .tools.tools-bottom {
    width: auto;
    height: 28px;
    left: 0;
    right: 0;
    top: auto;
    bottom: -30px;
}

.gallery-thumbnails > li > .tools {
    top: 0;
    bottom: 0;
    left: -30px;
    width: 24px;
    vertical-align: middle;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.gallery-thumbnails > li > .tools, .gallery-thumbnails > li > :first-child > .text {
    position: absolute;
    text-align: center;
    background-color: rgba(0, 0, 0, .55);
}

.img-gall img {
    width: 150px;
    height: 150px;
    background-color: #2c2d2d;
}

.user-pin {
    text-security: disc !important;
    -webkit-text-security: disc !important;
    -moz-text-security: disc !important;
    -o-text-security: disc !important;
    -ms-text-security: disc !important;
}

.button-layout {
    height: 80px;
    width: 110px;
    border: 1px solid;
    /*background-color: #D35400;*/
}

.button-layout img {
    width: 100%;
    height: 100%;
    background-color: #2c2d2d;
}

.button-layout-text {
    width: 110px;
    height: 30px;
    border: 1px;
    color: #fff;
}

.button-layout-sm {
    height: 50px;
    width: 50px;
    background-color: #000;
}

.text-ellipsis {
    padding: 0 1ch;
    white-space: nowrap;
    width: 14ch;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-layout-ext {
    width: 110px;
    height: 110px !important;
    /*background-color: #d35400;*/
    border: 1px;
    color: #fff;
    padding-top: 40px;
}

.image-layout-text {
    width: 110px;
    border: 1px;
    color: #fff;
}

.food-img-gal {
    width: 150px;
    height: 150px;
    padding: 5px;
}

.pad-btn-5 {
    padding-bottom: 5px;
}

.align-right {
    text-align: right;
}

.nopadding-LR {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nopadding-TB {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.internationalization {
    border-right: 1px solid #000;
    min-height: 400px;
}

body.login {
    background: url(/public/img/login_bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sign-up-btn {
    border-radius: 5px;
    margin-right: 1px;
    background-color: #e7008e;
    color: white;

}

.user-img {
    background: url(/public/pages/0_Username.png) no-repeat scroll 7px 7px;
    padding-left: 30px;
}

.pw-img {
    background: url(/public/pages/0_Password.png) no-repeat scroll 7px 7px;
    padding-left: 30px;
}

.setup {
    color: #828282;
}

#round {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: #bc007d;
    /*content:url(/public/img/Linga-light-color-logo.png);*/
    padding: 10px 16px;
    border: none;
}

#round1 {
    width: 50px;
    height: 50px;
    border-radius: 100px;

    /*background-color: #bc007d;*/
    /*content:url(/public/img/Linga-light-color-logo.png);*/
    padding: 5px 10px;
    overflow: hidden;
    border: 2px solid #f5f5f5;

}

.loginSubmit-disabled {
    background-color: lightpink;
}

.loginSubmit {
    background-color: #bc007d;
}

.round1:focus {
    border: none;
}

span.lbl {
    /*text-transform: uppercase;*/
}

.carousel-control.right, .carousel-control.left {
    cursor: pointer;
}

.labelTemplate {
    border: 1px solid #000;
    overflow: hidden;
    font-size: 12px;
}

.labelTemplate .pad-5 {
    padding: 5px 25px;
}

.labelTemplate .bdr-bt {
    border-bottom: 1px dashed #000;
}

.width2 {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.height2 {
    padding-top: 10px !important;
    transform: scale(1, 1.3);
    -webkit-transform: scale(1, 1.3); /* Safari and Chrome */
    -moz-transform: scale(1, 1.3); /* Firefox */
    -ms-transform: scale(1, 1.3); /* IE 9+ */
    -o-transform: scale(1, 1.3); /* Opera */
}

.emphasis {
    font-weight: 600;
    font-size: 15px;
}

.elite {
    font-size: 10px;
}

.carousel-caption {
    text-decoration: underline;
}

.new-ui-btn{
    background: #F6A535;
    border: 1px solid #FFFFFF;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
}

.upgrade-btn {
    background: linear-gradient(#8eca0a, #53b105);
    background: -webkit-linear-gradient(#8eca0a, #53b105);
    background: -moz-linear-gradient(#8eca0a, #53b105);
    background: -ms-linear-gradient(#8eca0a, #53b105);
    background: -o-linear-gradient(#8eca0a, #53b105);
    border: #3b7a05;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
}

.upgrade-btn img {
    width: 16px;
    height: 16px;
    margin-bottom: 3px;
}

.btn-store-switch {
    background-color: #454746;
    border-color: #4a4c4b !important;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
}

#navigation .main-nav > li.open > a.store-switch {
    background: inherit;
    color: #fff;
}

#navigation .main-nav + .navbar-right > li a {
    padding: 7px 10px;
}

.icon-publish {
    font-size: 25px;
}

.reason-textbox {
    width: 150px;
    height: 25px;
    border: 1px solid #adadad;
    padding: 5px;
}

.reason-textbox1 {
    width: 100%;
    height: 50px;
    border: 1px solid #adadad;
    padding: 5px;
}

.mts {
    margin-top: 0.5em !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.5 !important;
    color: #4d4d4d !important;
}

.dashboard-line {
    border-left: 1px solid white;
    min-height: 20px;
    height: auto;
}

/*IOT CSS starts*/
.live-cam {
    border: 3px solid #04070a;
}

.cam-details {
    /*border: 1px solid #e9008f;*/
    /*border-bottom: 0;*/
}

.bdr {
    border-color: #DFDFDF;
    border-bottom: 0;
}

.thermostat-detail {
    border-bottom: 1px solid #DFDFDF;
}

.thermostat {
    height: 250px;
    border: 1px solid #e80b8e;
    background: -webkit-linear-gradient(#e80b8e, #b51f7e);
    border-radius: 5px;
    color: #fff;
    font-family: Lato-lite;
}

.thermostat .temp {
    font-size: 100px;
}

.in-dec {
    font-size: 50px;
}

/*IOT CSS ends*/

/*wrapping out lengthy texts*/
.wrap-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.set-alignment {
    padding-left: 20px;
    padding-right: 20px;
}

.info-container {
    border: 1px solid #dbdbdb;
    padding: 5px 10px;
    background: #fff;
}

.col-sm-2-extention {
    width: 18%;
}

.dash-lines {
    border-left: 1px solid #dbdbdb;
    min-height: 10px;
    height: auto;
}

.dashboard-header {
    font-size: 12px;
    color: #b7b7b7
}

.dashboard-value {
    font-size: 24px;
    color: #515151
}

.chart-legends {
    float: left;
    width: 10px;
    height: 10px;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.set-navbarTime {
    display: inline-block;
}

.set-select-box-1 {
    display: inline-block;
}

.set-refresh-button {
    display: inline-block;
}

@media screen and (max-width: 350px) {
    .dashboard-value {
        font-size: 10px;
    }
}

/*for responsive store list layout*/
@media (max-width: 700px) {
    .store-sale-info > div.col-sm-3.col-md-3.col-xs-6:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid white;
        padding-bottom: inherit;

    }

    .store-sale-info > div.col-sm-3.col-md-3.col-xs-6:nth-child(1) {
        border-bottom: 1px solid white;
        padding-bottom: inherit;

    }

    .store-sale-info > div.col-sm-3.col-md-3.col-xs-6:nth-child(3) {
        padding-top: inherit;

    }

    .store-sale-info > div.col-sm-3.col-md-3.col-xs-6:nth-child(4) {
        padding-top: inherit;

    }

}

/*Enterprise dashboard*/
.edb {
    padding: 10px;
}

.edb.bdr-btm {
    border-bottom: 1px solid #dbdbdb;
}

.edb div:last-child {
    border: 0
    /*display:inline-block;*/
}

.col-edb {
    width: 19.5%;
    border-right: 1px solid #dbdbdb;
    padding: 10px;
    display: inline-block;
}

.col-edb .dashboard-value {
    float: left;
}

.col-edb .icon-edb {
    font-size: 28px;
    color: #ec6293;
    float: right;
}

.edb-container-header {
    font-size: 16px;
    color: #ec6293;
    padding: 5px 5px 15px;
}

.edb-top5-heading {
    font-size: 15px;
    color: #ec6293;
    padding: 10px 0 20px;
}

.enterprise-progressbar {
    background-color: #ec6293;
    height: 2px
}

.bdr-r {
    border-right: 1px solid #dbdbdb;
}

@media (max-width: 700px) {
    .col-edb {
        width: 49%;
        /*border-bottom: 1px solid #dbdbdb;*/
        padding: 5px;
    }
}

@media (min-width: 300px) and (max-width: 500px) {
    .col-edb {
        width: 49%;
        border: 0;
        /*border-bottom: 1px solid #dbdbdb;*/
        padding: 5px;
    }

    .col-edb:nth-child(1) {
        border-right: 1px solid #dbdbdb;;
    }

    .col-edb:nth-child(3) {
        border-right: 1px solid #dbdbdb;;
    }

    .col-edb:nth-child(5) {
        border-right: 1px solid #dbdbdb;;
    }

    .col-sm-12.col-xs-9 {
        width: 120%;
        height: 0%;
        padding-right: 1px;
        padding-left: 1px;
    }

    #dough {
        width: 200px;
        height: 150px;
    }

    .no-xs-pad {
        padding: 0 !important;
    }

}

.edbForm .chosen-choices {
    min-height: 36px;
    max-height: 100px;
    overflow-y: scroll;
}

/*Enterprise dashboard*/

@media (max-width: 320px) and (max-width: 768px) {
    .box .box-content {
        padding-top: 50px;
        background: #fff;
    }

    input[type=checkbox].bevo.bevo-switch + .lbl {
        margin: -30px 0px;
    }

    input {
        width: 100px;
        height: 25px;
    }

    /*table {*/
    /*padding-top: 10px;*/
    /*width: 100%;*/
    /*border-collapse: collapse;*/
    /*}*/
    /*th {*/
    /*background: #eee;*/
    /*color: black;*/
    /*font-weight: bold;*/
    /*position: relative;*/
    /*}*/
    /*td, th {*/
    /*padding: 4px;*/
    /*border: 1px solid #ccc;*/
    /*text-align: left;*/
    /*}*/
    .col-sm-12 {
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .pull-right {
        margin: -30px 0px;
    }
}

.table-bordered > thead > tr {

    background-color: #eeeeee;

}

.col-cdb {
    width: 32.5%;
    border-right: 1px solid #dbdbdb;
    padding: 10px;
    display: inline-block;
}

a.btn.active {
    background-color: #e9008f !important;
}

.customer-sheet {
    background-color: #fcfcfc;
    border-radius: 2px
}

.customer-label-search-padding {
    padding: 20px 5px;
}

.customer-label {
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 600;
}

.customer-table-border {
    border-bottom: 1px solid #ddd;
}

.customer-profile-img {
    padding: 15px;
    text-align: center;
}

.customer-img-list-size {
    width: 40px;
    height: 40px
}

.customer-img-edit-size {
    position: absolute;
    left: 35px;
    top: 35px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.customer-name-size {
    position: absolute;
    color: white;
    top: 170px;
    left: 50px;
    font-size: 14px;
}

.customer-text-color {
    color: white;
}

.customer-name {
    color: #35c4f9;
}

.customer-address {
    padding: 20px;
}

.customer-search-box {
    height: 32px;
    width: 235px;
    border-color: #ddd;
    color: #8c8c8e;
    font-size: 14px

}

.customer-search-icon {
    background-color: transparent;
    border: 1px solid #ddd

}

.customer-create-btn {
    background-color: #e7008e;
    color: white;
    font-size: 14px
}

.customer-edit-option {
    color: green;
}

.customer-delete-option {
    color: #8c8c8e;
}

.customer-options {
    padding-top: 20px;
    padding-right: 50px;
}

.customer-address-position {
    position: absolute;
    color: white;
    top: 55px;
    left: 700px;
    font-size: 14px
}

.customer-view-btn {
    border-radius: 4px;
    font-size: 11px;
}

.customer-sales {
    border-radius: 5px 5px 0px 0px;
    min-width: 75px;
    border-color: #6d6e70
}

.customer-feedback {
    border: 1px solid #dbdbdb;
    height: 75px;
    background-color: #4caf50;
    padding: 10px
}

.kpi-sales {
    font-size: 24px;
    color: #515151;
}

.kpi-font {
    font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;line-height: 24px;
}



.kpi-graph-border {
    margin-bottom: 20px;border: 1px solid #dbdbdb;
    background: #fcfcfc;
}

.kpi-data-border {
    border: 1px solid #dbdbdb; margin-bottom: 20px;padding-top:20px
}

.kpi-border-right {
    border-right: 1px solid #dbdbdb;
}

.kpi-data-width, .kpi-table-layout, .kpi-data-padding {
    width: 100%;
}

.kpi-data-padding {
    padding-top: 25px
}

.kpi-sales-columns {
    width: 32%;  display: inline-block;text-align: center
}
.kpi-sales-column-data-size {
    color: #a0a0a0;  font-size: 11px;
}

.kpi-sales-column-datavalue-size {
    color: #000;  font-size: 18px;
}

.kpi-divide-columns {
    width: 48%; display: inline-block
}

.kpi-table-layout {
    table-layout: fixed;
}

.kpi-table-column-border {
    margin-bottom: 20px;
    border: 1px solid #e2e2e2;
}

.kpi-table-column-header-size {
    color: #5d2d1f; background-color: #f4f3f1; font-size: 13px; padding: 10px 15px;

}

.kpi-table-cell-height {
    padding: 10px 15px;  min-height: 135px;
}

.kpi-border {
    border-top: 2px solid #d01785;
    padding: 15px;
    border-radius: 5px 5px 0 0;
}

.kpi-top-sales-header, .kpi-top-sales-items {
    border-bottom: 1px solid #dbdbdb;margin-bottom: 15px;
}

.kpi-top-sales-header {
    font-weight: bold
}

.kpi-align-right {
    float: right;
}
.kpi-top-sales-padding {
    padding:5px;
}

.kpi-padding {
    padding:10px;
}

.kpi-icondata-font {
    font-size: 25px;
    color: #b7b7b7;
}

.kpi-progressbar {
    width: 100px;
    margin-bottom: 23px;
    padding-top: 40px
}

.kpi-sale-items {
    color: #94b13b; font-size: 30px;float: right;
}

.kpi-net-sales {
    font-family: sans-serif;  font-size: 12px;  color: #b7b7b7;
}

.kpi-divide-net-sale, .kpi-net-align, .kpi-padding-net {
    width: 24%;
}

.kpi-net-align {
    border-right: 1px solid #dbdbdb;
    padding: 40px;  display: inline-block;
}

.kpi-padding-net {
    padding: 25px;  display: inline-block;
}

.kpi-data-color {
    color: #515151;
}

.kpi-icon-color {
    color: #ec6293;
}

.kpi-margin {
    margin-right: 10px;
}

.kpi-customer-data-color {
    color:orange
}

.kpi-customer-header-size {
    color: #575757;font-size: 15px
}

.kpi-doughnut-margin {
    margin-bottom: 30px;
}

.kpi-text-transform {
    text-transform: uppercase;
}

.kpi-customer-padding {
    padding-top: 25px;
}
.kpi-dashboard {
    width: 24%;padding: 40px;  display: inline-block;
}

@media (max-width: 320px) {

    .kpi-net-align {
        border: 0px ;
    }

    .kpi-net-align1 {
        border-right: 1px solid #dbdbdb;
        margin: -40px;
    }

    .kpi-graph-border1 {
        margin-bottom: 20px;border: 1px solid #dbdbdb;
        min-height: 300px;
    }
    .kpi-icondata-font {
        font-size: 15px;
    }
}


.menu-heading{
    color: #e9008f;
    font-family:"Segoe UI reg";
}

.menu-body{
    color: #666666;
    font-family: "Segoe UI light";
    font-size: 20px;
}

.menu-button {
    background-color:#e9008f;
    font-family:"Segoe UI light";
    margin-top: 25px;
    color: white;
}

.menu-button:active,.menu-button:hover,.menu-button:focus{
    background-color: #a50076;
    color: white;
}

.menu-export-icon {
    border: rgba(232, 232, 232, 0.3);
    margin-top: 25px;
    /* margin-left: 20%; */
    margin-right: 5px;
    margin-bottom: 50px;
    border-style: groove;
    border-width: thin;
    padding-top: 25px;
    /*padding-left: 20%;*/
    /*padding-right: 20%;*/
}


.menu-export-desc {
    color:#e9008f;
    font-family:"Segoe UI light";
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .reorder {
        display: flex;
        flex-direction: column;
    }
    #middle {
        order: 2;
    }
    #bottom {
        order:3;
    }

    /*div.menu-export-icon > img {*/
    /*padding-left: 40px;*/
    /*}*/

}

.info-text {
  background-color: #eeeeee !important;
    color: black !important;
}

.info-heading {
    margin-bottom: 5px;
    margin-top: 10px;
}

.till-line {
    border: 1px dotted #000;
    border-style: none none dotted;
}

.scrollbar {
    height: auto;
    max-height: 500px;
    overflow-x:hidden;
    overflow-y:scroll;
    min-width: 135px;
    margin-top: 0px;
}

.category-sort-small {
    max-height: 100px;
    overflow: hidden;
}

.button-layout-ext1 {
    width: 80px;
    height: 45px !important;
    border: 1px;
    color: black;
    padding-bottom: 40px;
    padding-top: 40px;
}

.button-layout-text1 {
    width: 30px;
    height: 30px;
    border: 1px;
    color: black;
}

.text-ellipsis1 {
    padding: 0 0ch;
    white-space: nowrap;
    width: 6ch;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-ellipsis3 {
    padding: 0 2ch;
    white-space: nowrap;
    width: 10ch;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-layout1 {
    height: 69px;
    width: 90px;
}

.button-layout1 img {
    width: 78%;
    height: 91%;
}

.button-layout2 {
    height: 75px;
    width: 75px;
}

.button-layout2 img {
    padding-top: 30px;
    width: 100%;
    height: 100%;
}

.button-layout-ext2 {
    width: 50px;
    height: 80px !important;
    border: 1px;
    color: white;
    padding-top: 25px;
}

.button-layout-text2 {
    width: 30px;
    height: 30px;
    border: 1px;
    color: white;
}

.printer-template-1 {
    font-size: 15px;
}

.wrapperModal {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden
}

.wrapperModal::-webkit-scrollbar {
    width:10px;
    height: 10px;
}

.wrapperModal ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px     rgba(0,0,0,0.3);
    border-radius: 10px;
    height:2px;
}

.wrapperModal::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px     rgba(0,0,0,0.5);

}

.wrapperModalAsc {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden
}

.wrapperModalAsc::-webkit-scrollbar {
    width:10px;
    height: 10px;
}

.wrapperModalAsc ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px     rgba(0,0,0,0.3);
    border-radius: 10px;
    height:2px;
}

.wrapperModalAsc::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px     rgba(0,0,0,0.5);

}

.sort-wrapper {
    max-height: 250px;
    overflow-y: hidden;
    overflow-x: hidden
}

.sort-wrapper::-webkit-scrollbar {
    width:10px;
    height: 10px;
}

.sort-wrapper ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px     rgba(0,0,0,0.3);
    border-radius: 10px;
    height:2px;
}

.sort-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px     rgba(0,0,0,0.5);

}

.wrapper1 {
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
}

.wrapper1::-webkit-scrollbar {
    width:3px;
    height: 10px;
}

.wrapper1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px     rgba(0,0,0,0.3);
    border-radius: 10px;
    width:1px;
}

.wrapper1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px     rgba(0,0,0,0.5);
    width:1px;
}

.centerNav {
    border-top-width: 2px!important;
    border-bottom-width: 2px!important;
}

.centerNav:hover  {
    z-index: 90!important;
    border: 3px dashed #e9008f;
}


.centerSubCat {
    border-top-width: 2px!important;
    border-bottom-width: 2px!important;
}

.centerSubCat:hover  {
    z-index: 90!important;
    border: 3px dashed #e9008f;
    overflow-x: scroll;
}


.centerYaxis {
    border-top-width: 2px!important;
    border-bottom-width: 2px!important;
}

.centerYaxis:hover  {
    z-index: 90!important;
    border: 3px dashed #e9008f;
    overflow-y: scroll;
}

.box_go {
    position: relative;
}

.box_go .ico {
    position: absolute;
    display: none;
}

.box_go:hover .ico {
    display: block;
}

.printer-template-1 {
    font-size: 13px;
}

.printer-template-0 {
    font-size: 12px;
}
.printer-template-2 {
    font-weight: 600;
    font-size: 18px;
}
.printer-template-3 {
    font-size: 13px;
    font-family: Sans-Serif;
}
.printer-template-4 {
     display: inline-block;
     font-size: 120%;
     transform: scale(.9, 1);
}

.labelTemplate-1 {
    border: 1px solid #000;
    overflow: hidden;
    font-size: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.labelTemplate-1 .pad-5 {
    padding: 5px 20px;
}

.labelTemplate-1 .bdr-bt {
    border-bottom: 1px dashed #000;
}

.emphasis-1 {
    font-weight: 700;
    font-size: 15px;
}

.emphasis-1-2 {
    font-weight: 700;
    font-size: 12px;
}

.labelTemplate-2 {
    border: 1px solid #000;
    overflow: hidden;
    font-size: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.labelTemplate-2 .pad-5 {
    padding: 5px 25px;
}

.labelTemplate-2 .bdr-bt {
    border-bottom: 1px solid #000;
}

.pad-4 {
    padding: 2px 10px;
}

.height-1 {
    height: 110px;
}

.name-padding-1 {
    padding-left: 15px;
}

.name-padding-2 {
    padding-left: 65px;
}

.name-padding-3 {
    padding-left: 110px;
}

.btn-reset {
    color: #fff;
    background-color: #e80000;
    border-color: #e80000;
}

.popover{
    box-shadow: 0 5px 10px #888888;
    width:700px;
    height: 100px;
}

.popover-content {
    font-family: "Bitstream Vera Sans Mono";
    align-content:left;
    line-height: auto;
    color: #0b0c0c;
    font-size: 14px;
}

.button-layout-centralEntity {
    width: 145px;
    height: 110px !important;
    border: 1px;
    padding: 9px 10px;

}

.list-inline-centralEntity {
    padding-left: 41px;
    margin-left: -5px;
    list-style: none;
}

.list-inline-centralEntity > li {
    display: inline-block;
    padding-right: 40px;
    padding-left: 6px;
    padding-bottom: 50px;
}

.text-ellipsis-centralEntity {
    padding: 0 0ch;
    white-space: nowrap;
    width: 16ch;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;

}

.editCentralEntity {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

#centralLoader {
    padding: 61px;
}

.spinnerClass {
    margin-left: 403px;
}
/*
 * Component: Small Box
 * --------------------
 */
.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: white;
}
.small-box > .inner {
    padding: 10px;
}
.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.small-box > .small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}
.small-box p {
    font-size: 15px;
}
.small-box p > small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}
.small-box h3,
.small-box p {
    z-index: 5;
}
.small-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}
.small-box:hover .icon {
    font-size: 95px;
}
@media (max-width: 767px) {
    .small-box {
        text-align: center;
    }
    .small-box .icon {
        display: none;
    }
    .small-box p {
        font-size: 12px;
    }
}
.meito-box {
    width:25%;
    padding: 3px 1px;
    border: 1px solid #e9008f
}

.table-head{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background-color: #5a5a5a;
}

.p-class{
    padding-top:8px;
    padding-bottom:8px;
}

.b-main{
    border:1px solid black;
}

.b-top{
    border-top: 1px solid black;
}
.dayPart-box {
    height: 32px;
    width: 312px;
    border-color: #ddd;
    color: #8c8c8e;
    font-size: 14px

}

.mp-search-box {
    width:90%;
    padding: 14px 26px;
}

.dp-line {
    color: #8c8c8e;
    border: 1px solid #ddd;
    border-style: solid;
}

.table-head{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background-color: #5a5a5a;
}

.p-class{
    padding-top:8px;
    padding-bottom:8px;
}

.b-main{
    border:1px solid black;
}

.b-top{
    border-top: 1px solid black;
}

.div-disabled{
  pointer-events: none;
  opacity: 0.5;
  background: #CCC;
}

.tile-hover {
    transition: all .2s ease-in-out;
}

.tile-hover:hover {
    transform: scale(1.02);
    cursor: pointer;
    box-shadow: 0 0 8px black;
}

.tile-hover:active {
  transform: translateY(4px);
}
/* Market Place */

.mp-layout-list {
    width: 327px;
    height: 97px !important;
    border: 1px;
    padding: 17px 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mp-text-ellipsis {
    padding: 11px 0 0 0;
    white-space: nowrap;
    width: 16ch;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: black;
}

.integration-text-ellipsis {
    padding: 25px 2ch;
    white-space: nowrap;
    width: 27ch;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    color: grey;
}

.rCorners1 {
    background-color: #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding:1px 0px;
}

.rCorners2 {
    /*background: rgba(102, 102, 102, 0.26);*/
    background-color: #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 14px 14px 14px 15px;
    border-radius: 2px;
}

.mp-icon1 {
    margin-top: 24px;
    margin-right: -4px;
    margin-left: 26px;
    margin-bottom: -25px;
    border-radius: 4px;
    border: 1px solid lightgrey;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
}

.mp-icon2 {
    margin-top: 45px;
    margin-right: -5px;
    margin-left: 25px;
    margin-bottom: 111px;
    padding-top: 1px;
    border-radius: 10px;
    border: 1px solid lightgrey;
}

.mp-layout {
    height: 250px;
}

.mp-layout img {
    width: 100%;
    height: 100%;
    background-color: lightgrey;
}

.mp-icon-layout {
    height: 64px;
    width: 68px;
    border: 1px solid;
}
.tender-scroll {
    overflow-y:scroll;
    height: 200px;
}
.arrowSpin::-webkit-inner-spin-button,
.arrowSpin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*Live chat*/
.zsiq_cnt {
    visibility: hidden;
}

.colorpicker-image {
    cursor: pointer;
    width: 35px;
}

.spinner {
  width: 70px;
  padding-top: 8px;
  padding-left: 8px;
}

.spinner > div {
  width: 6px;
  height: 6px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 2s infinite ease-in-out both;
  animation: sk-bouncedelay 2s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.stripe-icon {
    width: 18px;
}

.mild-hover {
    transition: all .2s ease-in-out;
}

.mild-hover:hover {
    transform: scale(1.02);
    cursor: pointer;
    box-shadow: 0 0 2px black;
}

.mild-hover:active {
  transform: translateY(0.75px);
}

#stripe th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #e9008f;
  color: white;
}

#stripe-tr tr {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}

.close-table {
    cursor: pointer;
    width: 5px;
}

.refund-text {
    color: #f43 !important;
    width:18px;
    font-size:16px;
}

.linga-label {
    font-size: 14px;
}

.fileUpload {
    display: inline-block;
    border: 2px #aea4a4 dashed;
    width: 100%;
    height: 100%;
}

.image-upload-area {
    background: #eee !important;
}

/*New UI design*/

input[type=checkbox].bevo.bevo-switch.bevo-switchNew-6 + .lbl {
    position: relative;
}

input[type=checkbox].bevo.bevo-switch.bevo-switchNew-6 + .lbl::before {
    font-family: FontAwesome;
    content: '';
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: none;
    border-width: 0;
    font-weight: lighter;
    font-size: 16px;
    border-radius: 12px;
    display: inline-block;
    background-color: #E6E6E6;
    color: #F2F2F2;
    width: 52px;
    height: 22px;
    line-height: 21px;
    text-indent: 32px;
    -webkit-transition: background 0.1s ease;
    -o-transition: background 0.1s ease;
    transition: background 0.1s ease;
    border: 1px solid #BABABA;
}

input[type=checkbox].bevo.bevo-switch.bevo-switchNew-6 + .lbl::after {
    content: '';
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 12px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    width: 13px;
    height: 13px;
    text-align: center;
    background-color: #B3B3B3;
    border: 0px solid #B3B3B3;
    -webkit-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.4s ease;
}
input[type=checkbox].bevo.bevo-switch.bevo-switchNew-6:checked:disabled + .lbl::before {
    background: linear-gradient(to right, white, grey) !important;
}

input[type=checkbox].bevo.bevo-switch.bevo-switchNew-6:checked + .lbl::before {
    content: '';
    text-indent: 6px;
    color: #FFF;
    border: 0.5px  solid #ff7bd0;
    background: linear-gradient(to right, white, #ef67a9);
}

input[type=checkbox].bevo.bevo-switch.bevo-switchNew-6:checked + .lbl::after {
    left: 33px;
    background-color: #FFF;
    border: 4px solid #FFF;
    text-shadow: 0 -1px 0 rgba(0, 200, 0, 0.25);
}

.searchBox {
    padding: 7px 10px;
    border: 1px solid #CECECE;
    width: 93%;
    border-radius: 5px !important;
    font-family: Arial, FontAwesome;
    font-weight: bold !important;
    color: #000 !important;
}

.searchBox:focus {
     border-radius: 5px !important;
 }

.searchBox .input, input:focus {
    border-radius: 5px !important;
}

.radio-item input[type='radio'] {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border: 1px solid #e9428f !important;
    border-radius: 50% !important;
    outline: none;
}
.radio-item input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 60%;
}
.radio-item input[type='radio']:checked:before {
    background: #ef67a9;
}

.radio-items input[type='radio'] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #e9428f !important;
    border-radius: 50% !important;
    outline: none;
}
.radio-items input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 60%;
}
.radio-items input[type='radio']:checked:before {
    background: #ef67a9;
}

.btn-color {
    background: #ee5ea7;
    color: #fff;
    filter: none;
    border-radius: 2px;
    border-color: #ee5ea7;
    padding: 6px !important;
    margin-bottom: 2px !important;
}
.btn-color:hover {
    background: #ff1493;
    color: #fff;
}

.btn-sync {
    background: #ee5ea7;
    color: #fff;
    filter: none;
    border-radius: 2px;
    border-color: #ee5ea7;
    padding: 3px !important;
    margin-bottom: 2px !important;
}

.btn-sync:hover {
    background: #ff1493;
    color: #fff;
}

.whiteBackground {
    background-color: white !important;
}

.btn-waitlist {
    background: #ddd;
    color: #333;
    filter: none;
    border-radius: 4px;
    border-color: #ee5ea7;
    padding: 4px 8px 4px 8px;
}

.box-waitlist {
    background-color: #ddd !important;
    border: 2px solid #ddd;
    color: #333;
}

/*.btn-color:hover {
    background: #e9008f;
    color: #fff;
    filter: none;
    border-radius: 2px;
    border-color: #e9008f;
    padding: 6px 8px 7px 8px !important;
}*/

.btn-reload {
    background: #ee5ea7;
    color: #fff;
    font-size: 18px;
    border-radius: 2px;
    border-color: #ee5ea7;
    padding-top: 2px !important;
    padding-bottom: 3px !important;
    margin-bottom: 2px !important;
}

.btn-reload:hover {
    background: #ff1493;
    color: #fff;
}

.btn-change {
    width: 120px;
    background-color: #5db18c;
    color: #fff;
}

.btn-change:hover {
    background-color: #008080;
    color: #fff;
    border: 0px !important;
}

.btn-webOrder {
    width: 150px;
    background-color: #20b2aa;
    color: #fff;
    filter: none;
    border-radius: 2px;
    padding: 6px !important;
    margin-bottom: 2px !important;
}

.btn-webOrder:hover {
    background-color: #008080;
    color: #fff;
}

.btn-savePublish {
    width: 150px;
    background-color: #5db18c;
    color: #fff;
}

.btn-savePublish:hover {
    background-color: #008080;
    color: #fff;
}
.subTab-backdrop {
    bottom: 25px;
    margin: 0 -6px;
}

.box-border-new {
    border-color: #dcdcdc;
    border: 1px solid #ddd !important;
}

.style {
    padding: 10px;
}

.box-align {
    min-height: 10px;
    padding: 10px;
    background-color: rgba(128, 128, 128, 0.13);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.innerbox-align {
    min-height: 5px;
    padding : 2px;
    background-color: #ccc;
    border: 1px;
}

.right-line {
    padding: 0px !important;
    border-right: 1px solid #ccc !important;
}

.left-line {
    padding: 0px !important;
    border-left: 1px solid #ccc !important;
}

.checkboxAlign {
    padding-top: 12px !important;
}

.leftBorder {
    border-left: 0px !important;
}

.storeTabs {
    background: #ffe6f2;
    padding: 15px;
    margin: -10px;
    color: #ff80bd;
    height: 60px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.horizontalTab {
    border: 1px outset;
}

.pullright {
    padding-left: 5px;
    font-weight: bold;
    font-size: 12px;
}

.leftPadding {
    padding-left: 20px;
}

.doubleLeftPadding {
    padding-left: 20%;
}

.rightPadding {
    padding-right: 20px;
}

.BoldFont {
    font-weight: bold;
    font-size: 15px;
}

.bold {
    font-weight: bold;
}

.dottendBorder {
    border-bottom: 2px dotted #aaaaaa;
    padding-top: 15px;
}

.h-zigzag {
    height:40px;
    width:101%;
    background:
            linear-gradient(-135deg, #e8117f 5px, transparent 0) 0 5px,
            linear-gradient(135deg, #e8117f 5px, #fff 0) 0 5px;
    background-color: #e8117f;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 12px 10px;
    margin-bottom: -25px;
    margin-left: -1px;
}

.rightDoublePadding{
    padding-right: 10%;
}

.tableHeading {
    font-weight: bold;
    font-size: 20px;
}

.modelHeader {
    background: #e9008f
}

.modelBody{
    border-color: #e9008f
}

.updateTemplate {
    padding: 9px 17px;
    margin: 5px;
    background: #e9008f;
    color: white;
}

.right-line {
    padding: 0px !important;
    border-right: 1px solid #ccc !important;
}

.left-line {
    padding: 0px !important;
    border-left: 1px solid #ccc !important;
}

.checkboxAlign {
    padding-top: 12px !important;
}

.modelHeader {
    background: #e9008f;
}
.modelBody {
    border-color: #e9008f;
}

@media (max-width: 1350px){
    .sign img {
        height: 58px;
    }
}

@media (max-width: 990px){
    .sign img {
        height: 100px;
    }
}

.tableFontColor {
    color: #808080;
}

.tableLastAlign {
    text-align: center !important;
}

.large-Arrow {
    font-size: 30px;
}

.add-Printer {
    padding: 7px 9px 7px 9px !important;
}

.refresh-Printer {
    padding: 4px 10px 4px 10px !important;
}

.storeHourFont {
    font-size: 15px;
}

.borderStoreHours {
    border: 1px solid lightgrey;
    border-radius: 7px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.storeHoursBorder {
    border-right: 1px solid lightgrey;
}

.storeHoursFond {
    font-size: 12px;
    color: #e8117f;
}


input[type=checkbox].bevo.bevo-switch.bevo-switchNew-6 + .circle {
    position: relative;
}

input[type=checkbox].bevo.bevo-switch.bevo-switchNew-6 + .circle::before {
    content: '';
    border-width: 0;
    font-weight: lighter;
    font-size: 16px;
    display: inline-block;
    background-color: white;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 20px !important;
    border: 2px solid #e9428f !important;
}

input[type=checkbox].bevo.bevo-switch.bevo-switchNew-6 + .circle::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 12px;
}

input[type=checkbox].bevo.bevo-switch.bevo-switchNew-6:checked + .circle::before {
    content: '';
    text-indent: 6px;
    color: #FFF;
    border: 2px solid #ff80df !important;
    background: #e9428f;
}

input[type=checkbox].bevo.bevo-switch.bevo-switchNew-6:checked + .circle::after {
    font-family: "FontAwesome";
    content: "\f00c";
    left: 8px;
    top: -12px;
    color: white;
    font-size: 15px;
}

.header-option {
    border: 2px solid black;
}

.content-option {
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
}

#new-rectangle {
    border: 1px solid black;
    width: 60%;
    height: 75%;
    background: #e0e0e0;
    cursor: pointer;
}

#new-round-ellipse {
    width: 50%;
    height: 90%;
    border-radius: 75% / 75%;
    border: 1px solid black;
    background: #e0e0e0;
    cursor: pointer;
}

#new-filled-square {
    border: 1px solid black;
    border-radius: 2px;
    width: 40%;
    height: 75%;
    background: #67b300;
    cursor: pointer;
}

#new-rect-y {
    border: 1px solid black;
    width: 60%;
    height: 90%;
    background: #e0e0e0;
    cursor: pointer;
}

.table-layout-font {
    font-size: 14px;
}

@media (max-width: 1250px){
    #new-rect-y {
        border: 1px solid black;
        width: 95%;
        height: 95%;
        background: #e0e0e0;
        cursor: pointer;
    }
    .table-layout-font {
        font-size: 12px;
    }
}

@media (max-width: 1100px){
    #new-rect-y {
        border: 1px solid black;
        width: 110%;
        height: 95%;
        background: #e0e0e0;
        cursor: pointer;
    }
    .table-layout-font {
        font-size: 10px;
    }
}

.new-sidebar-content {
    height: 100%;
    padding: 10px;
}

.linga-model .modal-dialog {
    top: 20%;
}

.linga-model-2 .modal-dialog {
    top: 10%;
}

.floor-image-size {
    width: 150px;
    height: 100px;
}

.newFont {
    color: #e9008f;
}

.kdsMenu {
    list-style: none;
}

.shift-border {
    border: 1px solid #bbb;
    border-radius: 8px;
    height: 240px;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
}

.shift-header {
    height: 100px;
}

.shift-body {
    height: 100px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.shift-footer {
    height: 40px;
    cursor: pointer;
    color: #e9008f;
}

.shift-footer:hover {
    background: #ff2f1dc4;
    color: white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.no-border {
    border: none;
    font-size: 15px;
}

.timePicker .uib-time > .form-control[readonly] {
    background-color: white;
}

.timePicker .uib-time > .form-control {
    border: 0px solid white;
}

.timePicker .uib-increment > .btn-link, .timePicker .uib-decrement > .btn-link, .timePicker .uib-time > .btn {
    background: white;
}

.timePicker .form-group.uib-time.hours, .timePicker .form-group.uib-time.minutes {
    border-bottom: 0px solid #ddd !important;
}

.no-border-left {
    border-left: 0px !important;
}

.darkBorder {
    border-top: 0px;
}

@media (max-width: 1000px){
    .darkBorder {
        border-top: 2px solid lightgrey;
    }
}

.d_flex {
    display: flex;
}.swal-wide{
    width: 700px !important;
}

#tbody.scrollable {
    margin: auto;
    width: 100%;
    height: 300px;
    border: 1px solid #5a5a5a;
    overflow-y: scroll;
}

.ng-table-fixedcolumn {
    position:fixed;
}

#downloads th {
  text-align: center;
  background-color: #5a5a5a;
  color: #ffffff;
}

.fixedHeader {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background-color: #5a5a5a;
}

.box-padding {
    padding-top:8px;
    padding-bottom:8px;
}

.box-border {
    border:1px solid #5a5a5a;
}

.border-line {
    border-top: 1px solid #5a5a5a;
}

.scroll-content {
    height:300px;
    overflow:auto;
}

.text-green{
    color: #328032;
}

.text-red {
    color:#dd4b39;
}

.force-text-right {
    text-align: right !important;
}

.flex-display {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.highlight-row {
    background-color: #fff4d6;
    font-weight: bold;
}

.choose-option .chosen-container .chosen-drop > ul.chosen-results{
    height:120px;
}

.businessType-box {
    width:600px !important;
     margin:5% auto;
}

.submit-btn{
    background: deeppink;
    color:  white;
    border: 1px solid deeppink;
    border-radius: 3px;
    padding: 7px 50px;
    margin: 15px auto;
}
.submit-btn:hover{
    background: #ff3aa2;
    color: white;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 3px #888888;
}

.image-size{
    display: flex;
    align-self: center;
    padding: 0 ;
 }

.info{
    font-size: 15px;
    font-weight: lighter;
    color: deeppink;
    font-family: sans-serif;
    font-style: italic;
    line-height: 20px;
}

.admin-info-container{
    border: 1px solid #dbdbdb;
    background: #fff;
    border-radius: 15px;
    width: 47%;
    margin-left: 2%;
    position: relative;
}

.inner .img{
    float: right;
    padding: 3px;
    object-fit: contain;
    height: 34px;

}

.circle{
    border: solid 2px #ffffff;
    border-radius: 50%;
    align-content: center;
    width: 34px;
    height: 34px;
    padding: 10px 10px 0px 10px;
    background:none;
    color: #fff;
    text-align: center;
    font-size: 22px;
    justify-content: center;
    margin-top: 10px;
    font-weight: bold;
}

.basic-img{
    color: white;
    height: 34px;
}

.custom{
    font-size: 2em; color: gray;
}

.filter-box{
    margin: 0 auto;
    padding-top: 35px;
    border: solid 1px #e3e3e3;
    background-color: #f5f5f5;

}

.filter-box-option{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.labels{
    font-weight: normal;
    font-size: 15px;
}

.labels-checkbox{
    height: 15px;
    width: 20px;
    margin-right:10px !important;
}
.option-box{
    padding: 5px 25px;
    border: solid 1px deeppink;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #907e7eb8;
    background-color: #f5f5f5;
}

.border-radius-TR{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.border-radius-BT{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.store-btn {
    color: white;
    background-color: deeppink;
    border: none;
    border-radius: 5px;
    padding: 4px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
    width: fit-content;
    margin-right: 10px;
}

.store-btn:hover{
    color: white;
    background-color: #1e74c5;;
    box-shadow: 0px 0px 5px 1px #907e7eb8;
}
.highlight-row {
    background-color: #fff4d6;
    font-weight: bold;
}

.textWrap{
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.my-location{
    height: 25px;
    width: 25px;
}

.textWrap{
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.businessType-boxBorder .chosen-container.chosen-container-single .chosen-single{
    border-radius: 5px;
    border: 2px solid #ff1a97 !important;
}

.autoCompleteContain{
    position: relative;
}
.autoComplete{
    border: 1px solid #cdcdcd;
    height: 34px;
    width: 100%;
    padding: 0 5px;
}
.autoCompleteListContain{
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #cdcdcd;
    position: absolute;
    width: 100%;
    z-index: 91;
    overflow-y: auto;
    min-height: 30px;
    max-height: 300px;
}
.autoCompleteListContain>li{
    padding: 5px 10px;
    margin-bottom: 3px;
    cursor: pointer;
}
.autoCompleteListContain>li:hover{
    background: #e80b8e;
    color: #fff;
}

.tableSubHeader {
    text-align: center !important;
    font-weight: bold;
    font-size: inherit;
}
.smallSize{
 min-height: 2px;
    font-size: 8px;
}

.smallSizeItalic{
    min-height: 2px;
    font-size: 8px;
    font-style: italic;
}

.smallSizeBold{
    min-height: 2px;
    font-size: 8px;
    font-weight: bold;
}

.normalSize{
    min-height: 2px;
    font-size: 10px;
}

.normalSizeItalic{
    min-height: 2px;
    font-size: 10px;
    font-style: italic;
}

.normalSizeBold{
    min-height: 2px;
    font-size: 10px;
    font-weight: bold;
}

.bigSize{
    min-height: 2px;
    font-size: 12px;
}

.biggerSize{
    min-height: 5px;
    font-size: 15px;
}

.biggerSizeItalic{
    min-height: 5px;
    font-size: 15px;
    font-style: italic;
}

.biggerSizeBold{
    min-height: 5px;
    font-size: 15px;
    font-weight: bold;
}

.zebraHeading{
    background-color: white;
    color: black;
    padding-left: 10px !important;
}
.zebra-sub-nav-new {
    top: -25px;
    position: relative;
    z-index: 1000;
    padding: 0;
    margin: 0 -20px;
}

.boxLabel {
    background: #f5f5f5;
    width: 430px;
    height: 430px;
    margin-left: 70px;
    color: black;
    height: 60px;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;

    border: 1px solid #E0E0E0;
}

.boxLabelBorder{
    border: 1px solid #ccc !important;
    width: 430px;
    height: auto;
    margin-left: 70px;
}

.boxPading{
    margin-left: 84px;
}

#swal2-content {
    text-align: left !important;
}
.inclusiveTaxIdentity:after {
    content:"*";
    color: red;
    font-size: 15px;
}
