body {
  background-color: #ECF0F5;
}
.navview .navview-pane {
  background-color: #222D32;
  color: #b8c7ce;
  font-size: 14px;
}
.navview .navview-content {
  padding-top: 52px;
  background-color: #ECF0F5;
}
.navview .pull-button {
  height: 52px;
  width: 52px;
}
.navview .navview-menu {
  background-color: #222D32;
}
.navview .navview-menu li a:hover {
  color: #fff;
  background: #1e282c;
}
.navview .navview-menu li.active a {
  color: #fff;
  background: #1e282c;
}
.navview .navview-menu .dropdown-toggle::after {
  border-bottom-color: white!important;
}
.navview .navview-menu .item-header {
  color: #4b646f;
  background: #1a2226;
  font-size: 12px;
}
.navview .suggest-box .holder:hover {
  color: #fff;
  background: #1e282c;
}
.navview .suggest-box .data-box {
  display: flex;
  padding: 0 8px;
}
.navview .suggest-box img.holder {
  width: 32px!important;
  height: auto!important;
}
.navview .navview-menu .navview-menu {
  background-color: #1a2226;
}
.avatar-title {
  line-height: 1.2;
}
.navview .pull-button + h2,
.navview.compacted .pull-button + h2 {
  display: none;
}
.navview.expand .pull-button + h2,
.navview-pane.open .pull-button + h2 {
  display: flex;
}
@media screen and (min-width: 1200px) {
  .navview .pull-button + h2 {
    display: flex;
  }
}
.navview-pane .avatar,
.app-bar .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.navview-pane ::-webkit-scrollbar-track {
  background-color: #4b646f !important;
}
.navview-pane * {
  scrollbar-color: #1ba1e2 #4b646f !important;
}
.app-bar-name {
  display: none;
}
@media screen and (min-width: 768px) {
  .app-bar-name {
    display: inline;
  }
}
.dashboard-section-title {
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.user-list {
  margin: 0;
  padding: 0;
  list-style: none inside;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.user-list li {
  width: 25%;
  text-align: center;
  flex-shrink: 0;
  padding: 10px;
  font-size: 12px;
}
.user-list li .avatar {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.lock-box .avatar {
  width: 128px;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid white;
}
.page-error-box {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}
.login-box {
  display: block;
  position: relative;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.user-block {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 280px;
  line-height: 1.2;
}
.user-block .avatar {
  width: 128px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid white;
}
.user-block .avatar img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 640px) {
  .login-box {
    width: 360px;
  }
  .page-error-box {
    width: 480px;
  }
}
.product-list {
  margin: 10px 0 0;
  padding-right: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  background-color: white;
  position: relative;
}
.product-list .product-list-item {
  position: relative;
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 100%; /* calc(100% - 16px); */
  margin: 20px 8px;
}
.product-list .product-list-item .product-image,
.product-list .product-list-item .product-title,
.product-list .product-list-item .product-price,
.product-list .product-list-item .product-desc {
  display: block;
  position: relative;
}
.product-list .product-list-item .product-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  order: 1;
}
.product-list .product-list-item .product-image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.product-list .product-list-item .product-image:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.product-list .product-list-item .product-title {
  order: 2;
  font-size: 16px;
  margin: 0px 0 4px;
}
.product-list .product-list-item .product-price {
  order: 3;
  margin: 4px 0 8px;
  font-weight: bold;
  font-size: 18px;
}
.product-list .product-list-item .product-price .old-price {
  text-decoration: line-through;
  font-weight: 300;
  font-size: 14px;
}
.product-list .product-list-item .product-desc {
  display: inline-flex;
  order: 4;
}
.product-list .product-list-item .product-actions {
  margin-top: auto;
  order: 5;
}
.product-list .product-list-item .sales,
.product-list .product-list-item .discount {
  display: none;
}
.product-list .product-list-item .countdown {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .product-list:not(.view-as-list) .product-list-item {
    max-width:  100%; /* calc(50% - 16px); */
  }
}
@media screen and (min-width: 992px) {
  .product-list:not(.view-as-list) .product-list-item {
    max-width:  100%; /* calc(33.3% - 16px); */
  }
}
@media screen and (min-width: 1452px) {
  .product-list:not(.view-as-list) .product-list-item {
    max-width:  100%; /* calc(25% - 16px); */
  }
}
.product-list.view-as-list .product-list-item {
  display: block;
  height: 240px;
}
.product-list.view-as-list .product-image {
  float: left;
  width: 200px;
}
.product-list.view-as-list .product-title,
.product-list.view-as-list .product-price,
.product-list.view-as-list .product-desc,
.product-list.view-as-list .product-actions {
  margin-left: 216px;
}
.product-list.view-as-list .product-price {
  margin-top: 16px;
  margin-bottom: 16px;
}
.product-list.view-as-list .product-desc {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}
.product-list.view-as-list .product-actions {
  border-top: 1px solid #ebebeb;
  padding-top: 16px;
}
.product-card {
  display: block;
  position: relative;
  background-color: white;
  padding: 0;
  margin: 0;
}
.product-card .product-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product-card .product-image img {
  width: 100%;
  height: auto;
}
.product-card .product-title {
  font-weight: 600;
  font-size: 24px;
  background-color: #FFFFFF42;
}
.product-card .product-price {
  margin: 12px 0;
}
.product-card .product-price .old-price {
  text-decoration: line-through;
  font-weight: 300;
  font-size: 14px;
}
.product-card .product-price .current-price {
  font-weight: 600;
  font-size: 48px;
  padding:10px;
}
.product-card .product-price .old-price + .current-price {
  color: red;
}
.product-card .product-option {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 4px 0;
}
.product-card .product-option > span {
  width: 80px;
}
.product-card .product-option > * {
  margin: 4px 8px;
}
.product-card .color-group button.active::before {
  content: "x";
  color: white;
}
.product-card .size-group button.active {
  background-color: transparent;
  border: 1px solid red;
  color: #000;
}
.product-card .product-actions {
  margin: 24px 0 0;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}
.product-card .product-actions .spinner {
  width: 200px;
  margin-right: 8px;
}
.product-card .thumb-list {
  padding: 0;
  margin: 8px 0;
  list-style: none inside;
  display: flex;
  flex-flow: row wrap;
}
.product-card .thumb-list li {
  display: block;
  width: calc(25% - 2px);
  height: auto;
  overflow: hidden;
  margin: 1px;
  border: 1px solid transparent;
  cursor: pointer;
}
.product-card .thumb-list li img {
  width: 100%;
  height: auto;
}
.product-card .thumb-list li.active {
  border-color: red;
}
.product-info {
  background-color: white;
  padding: 24px;
  margin-top: 24px;
}
.review-list {
  margin: 0;
  padding: 0;
  list-style: none inside;
  display: block;
  position: relative;
}
.review-list > li {
  display: block;
  font-size: 14px;
  padding: 24px;
  margin: 4px 0;
}
.review-list > li + li {
  border-top: 1px solid #f8f8f8;
}
.review-tabloid {
  width: 120px;
  height: 155px;
  overflow: hidden;
  float: left;
  margin: 4px;
}
.review-tabloid img {
  width: 100%;
  height: auto;
}
.inbox {
  display: block;
  position: relative;
  background-color: white;
}
.inbox-folders .badge {
  position: absolute;
  top: 12px;
  right: 8px;
}
.inbox-folders li.active {
  border-left-color: #0b98da;
}
.inbox-folders li:hover {
  background-color: #f7f7f7;
}
.inbox-folders li a {
  background-color: inherit!important;
  color: #000 !important;
  height: 40px;
  line-height: 40px;
}
.inbox-table .check-cell,
.inbox-table .star-cell,
.inbox-table .attach-cell {
  width: 32px;
}
.inbox-table .sender-cell {
  width: 120px;
}
.inbox-table .subject-cell {
  max-width: 0;
}
.inbox-table .time-cell {
  width: 100px;
}
.email-read-form .email-date,
.email-read-form .email-from,
.email-read-form .email-text {
  font-size: 14px;
}
.email-read-form .email-to {
  font-size: 12px;
}
.email-attachments {
  display: flex;
  flex-flow: row wrap;
}
.email-attachment {
  width: 180px;
  height: 170px;
  display: flex;
  flex-flow: column;
  border: 1px solid #ededed;
  margin: 4px;
}
.email-attachment .preview {
  width: 100%;
  height: 120px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.email-attachment .preview img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.email-attachment .preview span {
  font-size: 64px;
}
.email-attachment .desc {
  height: 50px;
  margin-top: auto;
  background-color: #ededed;
  font-size: 14px;
  padding: 8px;
  line-height: 1.2;
}
.email-attachment .desc > *:not(button) {
  margin-right: 36px;
}
.master {
  width: 320px;
  margin: 0 auto;
  padding: 5px 5px 0;
  color: #000;
}
@media all and (min-width: 640px) {
  .master {
    width: 500px;
    padding: 5px 10px 0;
  }
}
@media all and (min-width: 768px) {
  .master {
    width: 650px;
    padding: 5px 80px 0;
  }
}

.wordBreak {
    word-wrap: break-word;
    overflow-wrap:break-word;
}
#invoice_hdr {
  background-color: white;
  margin-top:10px;
  font-family: 'Roboto', 'Alegreya Sans', sans-serif;
}
#invoice_template_1 {
  border-top:0px solid black;
  
}
#hdr_logo_left {
  float:left; 
  width:35%; 
  padding:5px;
  height:180px;
}
#hdr_logo_right {
float:right; 
  width:35%; 
  padding:5px;
  height:180px;

}
#hdr_address_right {
  float:left; 
  width:45%; 
  padding:5px;
  height:120px;
}
#taxInvoice {
  float:right;
  width:120px;
  text-align: right; 
  font-size:x-large;
}
#hdr_customerDetailsLeft {
  float:left; 
  width:26%; 
  padding:5px;
    border:0px #000 solid;
}
#hdr_customerDetailsMid {
  float:left; 
  width:26%; 
  padding:5px;
        border:0px #000 solid;

}
#hdr_customerDetailsRight {
  float:left; 
  width:26%; 
  padding:5px;
        border:0px #000 solid;

}
#hdr_invoice_details {
  float:left; 
  width:45%; 
  padding:5px;
}
#invoice_content {
  
}
#printout_content {
  
}
#invoice_footer {
  float:left;
  width:95%;
  font-family: 'Roboto', 'Alegreya Sans', sans-serif;

}
#invoice_template_2 {
  
}
#invoice_template_3 {
  
}
.tableHeaderSmall {
  height:1px;
  display:none;
}
.tdcelltop {
  valign: top;
}
.tdcelltall {
  height:160px;
}
.tile-medium {
/*  width: 145px;
  height: 145px;*/
  word-wrap: break-word;
}
.bd-brand {
  border-color: #1460aa !important;
}
.bg-brand {
  background-color: #1460aa !important;
}
.bg-brand-light {
  background-color: #18e1bb !important;
}
.bg-brand-hr {
  background-color: #7cffdd !important;
}
.bg-brand-secondary {
  background-color: #EEF9F4 !important;
}
.fg-brand {
  color: #1460aa !important;
}
.bg-brand-hover:hover {
  background-color: #02604b !important;
}
.bg-clear {
    background-color: inherit !important;
}
.container {
  max-width: 1160px;
}
.app-bar .brand {
  font-size: 30px;
}
.hero-bg {
  background: #1460aa;
  background: linear-gradient(to bottom, #1460aa 0%, #EEF9F4 100%);
}
.hero {
  padding: 40px;
}
.widgets,
.compare-plans {
  background-color: #f8f8f8;
}
.add-neb::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 24px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.hero.add-neb::after {
  border-color: #EEF9F4 transparent transparent transparent;
}
.info-panel-header.add-neb::after {
  border-color: #1460aa transparent transparent transparent;
}
.about.add-neb::after,
.table-price.add-neb::after {
  border-color: #ffffff transparent transparent transparent;
}
.hero-desc {
  text-align: center;
  margin-top: 70px;
}
.top_left_small {
  width: 40px;
  float: left;
  padding: 5px;
}
.top_left_med {
  width: 80px;
  float: left;
  padding: 5px;

}
.top_left_large {
  width: 120px;
  float: left;
  padding: 5px;

}
.top_right_small {
  width: 40px;
  float: right;
  padding: 5px;
}
.top_right_med {
  width: 80px;
  float: right;
  padding: 5px;

}
.top_right_large {
  width: 120px;
  float: right;
  padding: 5px;

}
.info-panel-inherit {
  background-color: inherit !important;
}
.preview-panel-left {
  background-image:url(/online/images/frogsrc.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100px;
}
.preview-panel-right {
  background-image:url(/online/images/frogsrcmirror.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100px;
}
.preview-panel {
  background-position: bottom left,bottom right;
  background-repeat: no-repeat, no-repeat;
  background-size: auto;
  padding-bottom: 100px;
}
@media screen and (min-width: 992px) {
  .hero-desc {
    text-align: left;
    margin-left: 70px;
    margin-top: 0;
  }
}
footer {
  background-color: #031727;
  color: #909090;
}
footer a {
  color: #909090;
  text-decoration: none!important;
}
footer a:hover {
  color: #c9c9c9;
}
.login-form {
  width: calc(100% - 20px);
}
@media screen and (min-width: 640px) {
  .login-form {
    width: 500px;
  }
}
.compare-table thead tr {
  border-bottom: 1px solid #1460aa;
}
.compare-table td {
  padding: 20px;
}
.compare-table thead td,
.compare-table tbody td:not(:first-child) {
  text-align: center;
}
.compare-table tbody td:first-child {
  background-color: #EEF9F4;
}
.compare-table tbody td:first-child:last-child {
  background-color: #fff;
}
.compare-table tbody tr {
  border-bottom: 1px solid #1460aa;
}
.flush-button {
  animation: button-flush 1s ease infinite;
}
@keyframes button-flush {
  0% {
    box-shadow: 0 0 0 0 rgba(250, 104, 0, 0.45);
  }
  50% {
    box-shadow: 0 0 0 0.25rem rgba(250, 104, 0, 0.45);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(250, 104, 0, 0.45);
  }
}
/*.input {
  border-color: #c8faed;
}
.input:hover {
  border-color: #18c29c;
}
.input.focused {
  box-shadow: 0 0 0 3px rgba(24, 194, 156, 0.45);
  border-color: #18c29c;
}*/
.greenTheme {
    background-color: #62a134;
    border: 5px solid #6fb53d;
}

.blueTheme {
    background-color:#35AACB; 
    border:5px solid #63CDF5;
}
.pinkTheme {
    background-color:#f213b8;
    border:5px solid #fd7dce;
}
.yellowTheme {
    background-color:#FFFF04; 
    border:5px solid #fff897;
}
.redTheme {
    background-color:#d50000; 
    border:5px solid #ff0000;
}
.orangeTheme {
    background-color:#ff8d00; 
    border:5px solid #ffbe6d;
}
.whiteTheme {
    background-color:#f5f5f5; 
    border:5px solid #cccccc;
}
.khakiTheme {
    background-color:#8fb6ab;
    border:5px solid #b7cc9d;
}
.purpleTheme {
    background-color:#a800d8; 
    border:5px solid #d890f0;
}
.previewTheme {
    background-color:#137D30; 
    border:5px solid #137F30;
}
#timeBox {
  clear:both;
}
#dateTimeSelected {
border: 2px black solid;
border-radius: 10px;
}
#timeBox1 {
  display: inline-block;
  width: 120px;
  height:150px;
  border: 2px solid #000;
  border-radius: 10px;
  margin: 0px auto;
  background-color: #fff;
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding: 10px;
}

.grid-container > div {
  border: 3px solid #000;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  font-size: 16px;
  margin: 5px;
}
.grid-item1 {
  grid-column: 1/4;
}
.panelBox {
    width: 95% !important;
    margin: 0 auto;
    border-radius: 20px;
    display: inline-block;
    align-items: center;
    background-color: #fff;
    border: 5px solid #ccc;
    align-items: stretch;
    font-family: 'Roboto', 'Alegreya Sans', sans-serif;
}

.panelImage {
    width: 140px;
    height: 145px;
    margin: 9px 2px 9px 2px;
    border: 0px solid #333;
    border-radius: 10px;
    float: left;
    overflow: hidden;

}
.panelImage img {
    width:auto;
    height: auto;
    max-width: 155px;
    max-height: 135px;
    border-radius: 10px;
}

.panelHeader {
    max-width: 166px;
    height: 145px;
    margin: 9px 2px 0px 2px;
    border: 0px solid #333;
    border-radius: 10px;
    float: left;
    font-size:large;
    color:#000000;
}

.panelTitle {
     font-weight: 300;
    font-size: 26px;
    margin-top: -1px;
    margin-bottom: -3px;
    font-family: 'Roboto', 'Alegreya Sans', sans-serif;
    color:#000000;
}
.panelInfo {
  font-size: 18px;
  color:#000000;
    display: inline-block;

}

.panelButton {
  margin: 10px 5px 5px 0px;
  background-color: #3e7fc2;
  border-radius: 5px;
  border-style: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 5px 5px 5px;
             font-weight:400;
         font-size: 18px;
        font-family: 'Roboto', 'Alegreya Sans', sans-serif;
}

.panelDescription {
    clear: both;
    width: inherit;
    margin: 0px 9px 9px 9px;
    border: 0px solid #333;
    border-radius: 10px;
/*    float: left;*/
    vertical-align: top;
    color:#000000;
    font-weight:400;
    font-size: 18px;
    font-family: 'Roboto', 'Alegreya Sans', sans-serif;
}

.medium {
/*    width:70%;*/
    clear: none;
}
.greenTheme {
    background-color: #62a134;
    border: 5px solid #6fb53d;
}

.blueTheme {
    background-color:#35AACB; 
    border:5px solid #63CDF5;
}
.pinkTheme {
    background-color:#f213b8;
    border:5px solid #fd7dce;
}
.yellowTheme {
    background-color:#FFFF04; 
    border:5px solid #fff897;
}
.redTheme {
    background-color:#d50000; 
    border:5px solid #ff0000;
}
.orangeTheme .orangeTheme {
    background-color:#ff8d00; 
    border:5px solid #ffbe6d;
}
.orangeThemeOpaque {
    background-color: rgba(255, 141, 0, 0.6); 
    border:5px solid #ffbe6d;
    width: 60%;
}
.whiteTheme {
    background-color:#f5f5f5; 
    border:5px solid #cccccc;
}
.khakiTheme {
    background-color:#8fb6ab;
    border:5px solid #b7cc9d;
}
.purpleTheme {
    background-color:#a800d8; 
    border:5px solid #d890f0;
}
.previewTheme {
    background-color:#A569BD; 
    border:5px solid #D2B4DE;
}
.panelBoxTimeSelect {
    width: 381px !important;
    margin: 0 auto;
    border-radius: 20px;
    display: inline-block;
    align-items: center;
    background-color: #fff;
    border: 5px solid #ccc;
    align-items: stretch;
    margin-bottom: 5px;
}
.panelBoxTimes {
    width: 95% !important;
    margin: 0 auto;
    border-radius: 20px;
    display: inline-block;
    align-items: center;
    background-color: #fff;
    border: 5px solid #ccc;
    align-items: stretch;
    margin-bottom: 5px;
}

.panelBoxMenu {
    width: 95% !important;
    margin: 0px auto 0px 0px;
    border-radius: 10px;
    display: inline-block;
    align-items: center;
    background-color: #fff;
    border: 5px solid #ccc;
    align-items: stretch;
}
.panelBoxTheme {
    width: 95% !important;
    margin: 0px auto 0px 0px;
    border-radius: 10px;
    display: inline-block;
    align-items: center;
    background-color: #fff;
    border: 5px solid #ccc;
    align-items: stretch;
}
.panelBoxTitle {
    width: 95% !important;
    margin: 0 auto;
    border-radius: 20px;
    display: inline-block;
    align-items: center;
    background-color: #fff;
    border: 5px solid #ccc;
    align-items: stretch;
    font-family: 'Roboto', 'Alegreya Sans', sans-serif;
    height: 80px;
    padding-left: 20px;
}
.small {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 50%;
    display: inline;
    padding-right: 20px;
}
.AMenuTheme {
  background-color:#478ac9; 
    border:5px solid #adcce9;
    color: #fff;
}
.BMenuTheme {
  background-color:#db545a; 
    border:5px solid #f1b5b8;
}
.CMenuTheme {
  background-color:#48a139; 
    border:5px solid #daf1b5;
}
.DMenuTheme {
  background-color:#db545a; 
    border:5px solid #e6a826;
}
.EMenuTheme {
  background-color:#0863cf; 
    border:5px solid #89b6ed;
    color:#fff;
}
.FMenuTheme {
    background-color:#f5f5f5; 
    border:5px solid #cccccc;
}
.GMenuTheme {
    background-color:#f5f5f5; 
    border:5px solid #cccccc;
}
.CLTheme {
    background-color:#ffffff; 
    border:5px solid #ffffff;
}
.act {
    border:5px solid #8A9A5B;
}
.textstyle {
  width:200px;
  background-color: #ffffff;
}
 .menopt {
    width: 55%;
    font-size: 14px;
    border: 1px solid #CCC;
    background-color:white;
    color: black;
}
.optplus {
    width: 75% !important;
}
.panelBox::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.panelBox {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.msftScrollFree {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.msftScrollFree::-webkit-scrollbar {
display: none;
}

.smallTimesBox {
    width: 200px;
    margin: 0 0 10px auto;
    float: left;
}
.small-info {
  font-size: 8px;
  color: gray;
}
.left {
  top: 10px;
  left: 10px;
}