/*--FONT--*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');
.text-dark {
  color: inherit;
}

.td-retlative {
  position: relative;
}

.design-results {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}

.design-results li {
  width: 200px;
  display: flex;
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  list-style: none;
}

.design-results li img {
  width:80px;
  height: auto;
  margin-right: 15px;
}
.design-results li:last-of-type {
  border-bottom: 0;
}

.filter-toggle {
  height: 16px;
  width: 16px;
  display: flex;
  float: right;
}

.filter-modal {
  display: none;
  background: #ffffff;
  position: absolute;
  z-index: 100000;
  border: 1px solid #111;
  min-width: 300px;
}

.filter-modal.active {
  display: block;
}

.filter-modal .filter-content {
  padding: 15px;
  border-bottom: 1px solid #111;
}

.filter-modal .filter-footer {
  padding: 15px;
}

.text-form-control {
  padding: 5px;
  margin-bottom: 8px;
  width: 100%;
  border: 1px solid #111;
  border-radius: 3px;
}

.dataTables_filter{
  margin-bottom: 20px;
}

.jqstooltip{
    box-sizing: content-box;
}

.buttons-html5 {
  padding: 2px 15px !important;
  border-radius: 3px !important;
  cursor: pointer;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.2);
  color: #333;
}

.buttons-html5:hover {
  background: #f2f2f2;
}

.buttons-html5.active {
  background: #333;
  color: #fff;
  cursor: default;
}

.popupHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 10px;
  z-index: 100;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.popupHeader input {
  padding: 2px 15px !important;
  border-radius: 3px !important;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.2);
  color: #333;
  width: 100px;
  margin-right: 10px;
}

.tag-empty {
  background: #eee;
  border-radius: 3px;
  color: #555;
  display: inline-block;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag {
  float:left;
	height:24px;
	line-height:24px;
	position:relative;
	font-size:11px;
  margin-left:20px;
  padding:0 10px 0 12px;
  background:#0089e0;
  color:#fff;
  text-decoration:none;
  -moz-border-radius-bottomright:4px;
  -webkit-border-bottom-right-radius:4px;	
  border-bottom-right-radius:4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-right-radius:4px;	
  border-top-right-radius:4px;	
} 

.tag:before{
	content:"";
	float:left;
	position:absolute;
	top:0;
	left:-12px;
	width:0;
	height:0;
	border-color:transparent #0089e0 transparent transparent;
	border-style:solid;
	border-width:12px 12px 12px 0;		
}

.tag:after{
	content:"";
	position:absolute;
	top:10px;
	left:0;
	float:left;
	width:4px;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#fff;
	-moz-box-shadow:-1px -1px 2px #004977;
	-webkit-box-shadow:-1px -1px 2px #004977;
	box-shadow:-1px -1px 2px #004977;
}
	
#loading {
  position: fixed;
  z-index: 1000;
  background: rgba(0,0,0,0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

#loading .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.5);
  padding: 20px;
  border-radius: 4px;
  overflow: hidden;
}

.settings-default, .settings-default-encoded {
  padding-left: 15px;
  opacity: 0.5;
  cursor: pointer;
}
.settings-form hr {
  border: 0;
  height: 1px;
  width: 100%;
  background: rgba(0,0,0,0.1);
  margin: 10px 0 10px 0;
}

.return-manual {
  background: #cce5ff;
}

.return-manual input[type="text"], .return-manual input[type="number"], .return-manual select {
  background: #cce5ff !important;
  border-radius: 0;
}

.btn-barcode-icon {
  background: url("../images/barcode.svg") no-repeat center center;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.script-result {
	background: rgba(0, 0, 0, 0.05);
	padding: 15px;
	min-height: 200px;
	max-height: 200px;
	overflow: auto;
	border-radius: 8px;
	margin-top: 15px;
}

.script h3 {
	margin-bottom: 8px;
}

.script p {
	margin-bottom: 15px;
}

.script {
	margin-bottom: 40px;
	background: #fff;
	padding: 20px;
	border-radius: 8px;
}

table td a, table td i {
	cursor: pointer !important;
}

.hide {
  display: none !important;
}

/* Created By Sarathi 19-09-2020*/
.float-invoice { 
  position: fixed;
  width: 97%;
  top: 50%;
}

.float-invoice .previous {
  position: fixed;
  font-size: 40px;
  left: 10px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.float-invoice .next {
  position: fixed;
  font-size: 40px;
  right: 10px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

@media print {
  body {
    background: #ffffff !important;
  }
  .menu, .btn, .ph {
    display: none !important;
  }
  .ps {
    display: block !important;
  }
  .container {
    padding: 0 !important;
  }

  .table {
    border-color: #000 !important;
  }

  .table th, .table td {
    padding: 2px 2px !important;
    border-color: #000 !important;
  }
}

.daybook {
  padding-top: 15px;
}

.daybook .title {
  margin: 5px 0;
}

.ps {
  display: none;
}

.pills {
  margin-bottom: 20px;
}

.pills li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin-right: 10px;
}

.pills li a:hover {
  text-decoration: none;
  border-color: #dfe1e6;
}

.pills li a {
  display: block;
  padding: 5px 15px;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: rgba(0,0,0,0.7);
  border-radius: 30px;
  text-decoration: none;
}

.pills li.active a {
  background: #fa002f;
  border-color: #fa002f;
  color: #ffffff;
}


.info-group label {
  display: block;
}

.info-group {
  margin-bottom: 20px;
}

.grid__col-sizer, .photo-item {
  width: 32%;
}

.grid__gutter-sizer {
  width: 2%;
}

.photo-item {
  margin-bottom: 10px;
  padding: 10px;
  float: left;
  text-align: center;
}

.photo-item img {
  display: block;
  max-width: 100%;
  border-radius: 2px;
}

.photo-item__caption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  margin: 0;
}

.photo-item__caption a {
  color: white;
  font-size: 0.8em;
  text-decoration: none;
}

.page-load-status, .page-load-status_p {
  display: none; /* hidden by default */
  padding: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;
}

.page-load-status .infinite-scroll-request, .page-load-status_p .infinite-scroll-request {
  text-indent: 10000000px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5) url("../images/spinner.gif") no-repeat center center;
}

.btn.btn-payment {
  margin-right: 10px;
}

.input-helper {
  display: block;
  opacity: 0.6;
  margin-bottom: 15px;
}

.input-helper i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.tabber {
  display: block;
}

.tabber .tab-list {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}

.tabber .tab {
  padding: 10px 20px;
  margin-right: -1px;
  cursor: pointer;
  position: relative;
  z-index: 99;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tabber .tab.active {
  background: #ffffff;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  cursor: default;
}

.tabber .tab span {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #eff4f6;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}

.tabber .tab-contents {
  width: 80%;
  display: inline-block;
  vertical-align: top;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  background: #ffffff;
  position: relative;
  z-index: 98;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tabber .tab-content {
  display: none;
}

.tabber .tab-content.active {
  display: block;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.td-highlight {
  background: rgba(231, 76, 60,1.0);
  color: #fff;
}

tr:hover .td-highlight {
  background: rgba(231, 76, 60,1.0);
  color: #fff;
}

.message {
  background: rgba(241, 196, 15, 0.1);
  color: rgba(243, 156, 18,1.0);
  border: 1px solid rgba(243, 156, 18, 0.3);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
}

.message.message-success {
  background: #d9f3d4;
  color: #007c37;
  border: 1px solid rgba(0, 124, 55, 0.3);
}

.message.message-error {
  background: rgba(231, 76, 60, 0.05);
  color: rgba(231, 76, 60, 1.0);
  border: 1px solid rgba(231, 76, 60, 0.3);
}

input.error {
  border: 1px solid rgba(231, 76, 60, 1.0) !important;
}

input.success {
  border: 1px solid #27ae60 !important;
}

input:focus, select:focus, textarea:focus {
  outline: 0;
  border-color: #3498db !important;
}

.login-message {
  background: rgba(241, 196, 15, 0.1);
  color: rgba(243, 156, 18,1.0);
  border: 1px solid rgba(243, 156, 18, 0.3);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
}

.pointer {
  cursor: pointer;
}

.sales-images a {
  text-decoration: none;
}

.sales-images img {
  height: 120px;
  width: auto;
  margin: 0 10px 10px 0;
  border-radius: 5px;
}

.report-item {
  margin: 10px;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.report-item:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.report-item .report-col {
  display: inline;
  vertical-align: top;
  margin-right: 30px;
}

@media all and (max-width: 600px) {
  .report-item .report-col {
    display: block;
    margin-right: 0px;
    margin-bottom: 5px;
  }
}

.report-item .report-images {
  margin-top: 10px;
}

.report-item .report-images img {
  width: 200px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 5px;
}

.table-report {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
}

.table-report th, .table-report td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  text-align: left;
}
.fancybox-slide--iframe .fancybox-content {
	width  : 96% !important;
	height : 90%;
	max-width  : 90%;
	max-height : 90%;
	margin: 0;
}

.securityValid {
  background: #d9f3d4;
  color: #007c37;
  border: 1px solid rgba(0, 124, 55, 0.3);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
  display: none;
}

.securityInvalid {
  background: rgba(231, 76, 60, 0.05);
  color: rgba(231, 76, 60,1.0);
  border: 1px solid rgba(231, 76, 60, 0.3);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
  display: block;
}

th.headerSortUp {
  background: url(../images/asc.gif) no-repeat center right;
  background-color: rgba(0,0,0,0.05);
}

th.headerSortDown {
  background: url(../images/desc.gif) no-repeat center right;
  background-color: rgba(0,0,0,0.05);
}

tr:hover td {
  background: rgba(0, 0, 0, 0.08);
}

tr.no-highlight:hover td {
  background: none;
}

.btn-new {
  background: #fa002f;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: white;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-top: 2px;
  border-radius: 40px;
  cursor: pointer;
}

.pagination {
  display: block;
  margin: 20px 0;
}

.pagination .pgn-block {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.pagination .pgn-btn {
  background: #fa002f;
  color: #ffffff;
  border: 0;
  padding: 2px 10px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
}

.noimage {
  background: #fdd8d8;
}

.td-link a {
  display: block;
  cursor: pointer;
  text-decoration: none;
}

.pimages img {
  width: 100%;
  height: auto;
  padding: 10px;
  border-radius: 4px;
}

.landing {
  width: 750px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
}

.landing .store-logo {
  width: 50%;
  max-width: 684px;
  height: auto;
}

.landing span {
	display: block;
	font-weight: bold;
	font-size: 11px;
	margin-top: 30px;
}

.landing .ambar-logo {
  width: 20%;
  height: auto;
}

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

.text-highlight {
  color: #fa002f;
}

.rating {
  margin: 0 0 10px 0;
  padding: 0;
}

.rating li.active {
  color: #f9ca00;
}

.rating li {
  cursor: pointer;
  font-size: 18px;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

table .select2-container {
  margin: 0 !important;
}

table .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0;
    border-radius: 0;
}

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

.table-sales .lCategory, .table-sales .lDesign, .table-sales .lSqty, .table-sales .lUnit, .table-sales .lStock, .table-sales .lPrice, .table-sales .lDiscount, .table-sales .lSubtotal, .table-dynamic .lMRPRound, .table-sales .lImage, .table-dynamic .td-text {
  padding: 0 10px;
}

.table-dynamic .selectize-control {
  margin: 0 !important; 
  height: 33px !important;
}

.table-dynamic tbody td, .table-dynamic .td-retlative {
  padding: 0 !important;
}

.table-sales .lImage {
  cursor: pointer;
}

.table-sales .whitetag, .table-sales .whitetag input,
.table-price .whitetag, .table-price .whitetag input, .table-price .whitetag select {
  background: #fff3d5 !important;
}

tr.delete, tr.delete input, tr.delete select {
  background: red !important;
  color: white;
}

.strike {
  text-decoration: line-through;
}

.strike .hint-text {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  margin-left: 5px;
}

.checklist label {
  display: inline-block !important;
}

.manual-upload {
  display: inline-block;
  vertical-align: top;
  font-size: 80%;
  border-bottom: thin solid rgba(25,118,210, 0.3);
  color: rgba(25,118,210, 1);
  margin-left: 5px;
}

.manual-upload:hover {
  border-bottom: thin solid rgba(13,71,161, 0.3);
  color: rgba(13,71,161, 1);
}

.files .file {
  margin-bottom: 20px;
}

.files .file a {
  color: inherit;
}

.files .file a:hover {
  color: rgba(13,71,161, 1);
}

.files .file .icon {
  display: inline-block;
  vertical-align: middle;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 45px;
  height: 45px;
  width: 45px;
  border-radius: 4px;
  margin-right: 10px;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 800;
  letter-spacing: 0.5px;
}

.files .file .file-name {
  display: inline-block;
  vertical-align: middle;
}

.files .file .file-name span {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.5px;
}

#search {
  float: right;
  padding: 5px 8px;
  border-radius: 5px;
  margin: 0 10px;
  cursor: text;
  background: #fff;
  border: 1px solid #fff;
}

#search:focus {
  outline: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.filter {
  float: left;
  display: block;
  margin-bottom: 40px;
}

.filter li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 20px;
  border-radius: 5px;
  margin: 0 10px;
  cursor: pointer;
}

.filter li:first-of-type {
  margin: 0 10px 0 0;
}

.filter li.active, .filter li:hover {
  background: #fff;
}

.timemachine {
  margin-bottom: 30px;
}

.timemachine a {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin: 0 10px;
  cursor: pointer;
  color: inherit;
  font-size: 12px;
  opacity: 0.7;
}

.timemachine a:first-of-type {
  margin: 0 10px 0 0;
  opacity: 1;
}

.hint-text {
  opacity: 0.6;
}

.big-text {
  font-size: 20px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.container {
  width: 95%;
  margin: auto;
}

nav.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 100;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 10px;
  z-index: 100;
  /*white-space: nowrap;*/
  /*overflow-x: auto;*/
  /*overflow-y: visible;*/
}

nav.menu > li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  position: relative;
}

nav.menu > li.brand {
  font-weight: 600;
  color: #fa002f;
}

nav.menu > li.brand a {
  font-weight: 600;
  color: inherit;
}

nav.menu li a {
  display: block;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  text-decoration: none;
}

nav.menu li a:hover, nav.menu li a:focus {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

nav.menu > li:hover > ul {
  display: block;
}

nav.menu > li > ul {
  display: none;
  position: absolute;
  background: #fff;
  top: 37px;
  box-shadow: 0 3px 5px -2px rgba(0,0,0,0.2);
  z-index: 99;
  left: 0;
}

nav.menu > li > ul > li {
  display: block;
  position: relative;
  margin: 0;
  padding: 5px 10px;
  min-width: 180px;
}

nav.menu > li > ul > li:hover {
  background: rgba(0, 0, 0, 0.03);
}

nav.menu > li > ul > li.divider {
  height: 1px;
  padding: 0;
  background: rgba(0, 0, 0, 0.07);
}

nav.menu > li > ul > li:hover > ul {
  display: block;
}

nav.menu > li > ul > li > ul {
  display: none;
  position: absolute;
  background: #fff;
  top: 41px;
  box-shadow: 0 3px 5px -2px rgba(0,0,0,0.2);
  z-index: 99;
  left: 100%;
  top: 0;
}

nav.menu > li > ul > li > ul > li {
  display: block;
  position: relative;
  margin: 0;
  padding: 5px 10px;
  min-width: 150px;
}

nav.menu > li > ul > li > ul > li:hover {
  background: rgba(0, 0, 0, 0.03);
}

@media all and (max-width: 700px) {
  nav.menu .pull-right {
    float: none;
  }
  
  .modal-dialog {
    width: 97% !important;
  }
}

main {
  position: relative;
  height: 100%;
  padding-top: 41px;
  margin-bottom: 50px;
  z-index: 10;
}

.btn-dropdown {
  position: relative;
}

.btn-dropdown ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0;
	z-index: 1000;
}

.btn-dropdown:hover ul {
  display: block;
}

.btn-dropdown:hover ul li {
  display: block;
  list-style: none;
  text-align: left;
}

.btn-dropdown:hover ul li a {
  display: block;
  padding: 5px 10px;
  min-width: 140px;
  color: inherit;
  text-decoration: none;
}

.btn-dropdown:hover ul li:hover a {
  background: rgba(0, 0, 0, 0.05);
}


.btn {
  position: relative;
  background: #fa002f;
  color: #ffffff;
  border: 0;
  padding: 7.5px 10px;
  border-radius: 3px;
  cursor: pointer !important;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  pointer-events: auto;
}

.btn.btn-sm {
  padding: 2px 5px 3px 5px;
  font-size: 12px;
}

.btn:hover {
  color: #ffffff;
  text-decoration: none;
}

.btn-blank {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.btn-blank:hover, .btn-blank:focus {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.7);
}

.btn.btn-block {
  width: 100%;
  text-align: center;
  height: 31px;
  line-height: 30px;
  padding: 0 !important;
}

.btn-disabled {
  background: #95a5a6;
}

.btn-delete-disabled {
  background: #95a5a6;
}

.btn.btn-asphalt {
  background: #2c3e50;
}

.btn:focus {
  color: inherit;
  text-decoration: none;
}

.heading {
  margin-bottom: 20px;
}

.heading select {
  -webkit-appearance: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-width: 0 0 1px 0;
  border-radius: 0;
  background: transparent;
  color: #222;
}

.heading .bradcrumbs {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-style: italic;
}

.heading .query {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  margin-top: 10px;
}

.heading .query span {
  display: block;
  margin-top: 3px;
}

.card-form {
  background: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  cursor: pointer;
  display: block;
  color: inherit;
}

.card-form2 {
  background: white;
  padding: 20px 20px 0 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  cursor: pointer;
  display: block;
  color: inherit;
}

.card {
  background: white;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  cursor: pointer;
  display: block;
  color: inherit;
  position: relative;
}

.card:hover {
  border-color: rgba(0, 0, 0, 0.15);
  color: inherit;
}


.card .count-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}

.card .count {
  display: block;
  margin-right: 15px;
  background: #cadfe5;
  color: #1d1a3a;
  font-size: 40px;
  text-align: center;
  border-radius: 100%;
  overflow: hidden;
}

.card .image {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  padding: 10px;
  overflow: hidden;
}

.card .image img {
  width: 100%;
  height: auto;
}

.card .details {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}

.card .details .title {
  display: block;
  font-size: 18px;
}

.card .details .data {
  display: block;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

.card .details .data-label {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  font-size: 11px;
  color: #fff;
  padding: 1px 10px;
  border-radius: 3px;
  margin-left: 10px;
  letter-spacing: 0.5px
}

.card .card-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  color: rgba(0, 0, 0, 0.5);
}

.card-list {
  background: white;
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  cursor: pointer;
  display: block;
  color: inherit;
}

.card-list:hover {
  border-color: rgba(0, 0, 0, 0.15);;
}

.card-list .card-heading {
  font-size: 140%;
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: middle;
}

.card-list .card-col {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 0 15px;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
}

.card-list .card-col:before {
  content: '\2022';
  font-size: 30px;
  position: absolute;
  color: #dee9ee;
  left: 0;
  top: -13px;
}

.card-list .no-bullet {
  padding: 0 0px 0 15px;
}

.card-list .no-bullet:before {
  content: '';
  display: none;
}

.card-list .card-actions {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.page {
  background: white;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  cursor: pointer;
  display: block;
  color: inherit;
  position: relative;
}

.page:hover {
  border-color: rgba(0, 0, 0, 0.15);;
}

.page img {
  width: 100%;
  height: auto;
}

.page span {
  display: block;
  margin: 10px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
}

.table th, .table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  text-align: left;
}

.btn-action {
  color: inherit;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px !important;
  text-decoration: none !important;
}

.btn-action:hover {
  color: inherit;
  text-decoration: none !important;
}

.btn-action:last-of-type {
  margin-right: 0px;
}

.slots {
  font-size: 30px;
  margin-bottom: 20px;
  padding: 0 15px;
}

.slots > div {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0px 1px 1px;
}

.slots > div:last-of-type {
border-width: 1px 1px 1px 1px;
}

.slots .slot {
  padding: 10px;
  min-height: 76px;
}

.slots span {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
}

.slots .purchase-slot {
  background: rgba(47, 190, 109, 1);
  color: #ffffff;
  border: 0;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
}
/*--GENERAL--*/
html {
  height: 100%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

*, ul {
  margin: 0;
  padding: 0;
}

ol li {
  list-style: decimal;
}

body {
  height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  width: 100%;
  font-size: 15px;
  color: #000;
  background: #f0f4f6;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
  position: relative;
}

::-webkit-scrollbar {
  width: 10px;
  height:8px;
  background:#eee;
}

::-webkit-scrollbar-button {
  width: 8px;
  height:8px;
}

::-webkit-scrollbar-track {
  background:#eee;
  border: none;
  box-shadow: 0px 0px 3px #dfdfdf inset;
}

::-webkit-scrollbar-thumb {
  background:#BDBDBD;
  border: none;
  border-radius:15px;
}

::-webkit-scrollbar-thumb:hover {
  background:#CCCCCC;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

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

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


.cursor-pointer {
  cursor: pointer;
}

.modal {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  overflow-y: auto;
  z-index: 101;
}

.modal-dialog {
  background: #fff;
  border-radius: 4px;
  width: 70%;
  margin: 100px auto 100px auto;
}

.modal-small {
  width: 300px;
}

.modal-dialog.dialog-small {
  width: 40%;
}

.modal-header {
  font-size: 20px;
  padding: 15px;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url('../images/close.svg');
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.modal-content {
  padding: 0px 15px 15px 15px;
  position: relative;
}

.modal-footer {
  padding: 10px 15px 15px 15px;
  position: relative;
}

.form label {
  display: block;
  margin-bottom: 3px;
}

.form .checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 15px;
}

.form .checkbox input[type=radio] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.form .checkbox label {
  display: inline-block;
  vertical-align: middle;
}

.form input[type="text"], .form input[type="time"], .form input[type="email"], .form input[type="date"], .form input[type="month"], .form input[type="number"], .form input[type="password"], .form textarea, .form select {
  -webkit-appearance: none;
  background: #ffffff;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 7px 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}

.form input[type="text"], .form input[type="email"], .form input[type="date"], .form input[type="month"], .form input[type="number"], .form input[type="password"], .form select {
  max-height: 33px;
}

.form input[type="file"] {
  width: 100%;
  margin-bottom: 10px;
}

.image-upload {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.image-upload:last-of-type {
  border-bottom: 0;
}

.image-preview {
  margin-bottom: 15px;
}

.image-preview img {
  width: 100%;
  height: auto;
  margin: 15px 0;
}

.login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
}

.login-logo {
  width: 90%;
  margin: 0 auto 20px auto;
}

.login h3 {
  font-size: 30px;
  padding-bottom: 10px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-dynamic {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
}

.table-dynamic th {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  text-align: left;
}

.table-dynamic td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  text-align: left;
}

.table-dynamic td select, .table-dynamic td input[type="text"], .table-dynamic td input[type="number"] {
  margin: 0;
  border: 0;
}

.table td.td-input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  text-align: left;
}

.table td.td-input select, .table td.td-input input[type="text"], .table td.td-input input[type="number"] {
  margin: 0 !important;
  border: 0;
  width: 100%;
	padding: 7px 10px;
}

.table .td-tags {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 10px 10px 10px !important;
  text-align: left;
}

.table .td-selectize {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  text-align: left;
}

.table td.td-selectize select, .table td.td-selectize input[type="text"], .table td.td-selectize input[type="number"] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  text-align: left;
}

.table td.td-selectize .selectize-control {
  margin: 0 !important;
  text-align: left;
}
.table td.td-selectize .selectize-input {
  border: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.circle {
  width: 10px;
  height: 10px; 
  background: #FFF;
  display: inline-block;
  border-radius: 100%;
  margin-left: 10px;
}

.green {
  background: #31F531;
}

.red {
  background: #FF0000;
}

.shortcuts {
  margin: 20px 0;
  display: none;
}

.shortcuts.active {
  display: block;
}

.shortcuts .item {
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}

.shortcuts .value {
  display: inline-block;
  vertical-align: middle;
}

.key {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid gray;
  font-size: 12px;
  box-shadow:1px 0 1px 0 #eee, 0 2px 0 2px #ccc, 0 2px 0 3px #444;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  margin: 0 10px 0 0;
  padding:1px 5px;
}

.autosuggest .results {
  display: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 55px;
  left: 15px;
  right: 15px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 1000;
}

.autosuggest .results li {
  display: block;
  background: #fff;
  list-style: none;
  padding: 10px;
  line-height: normal;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.autosuggest .results li:focus {
  outline: 0;
  background-color: #5897fb;
  color: white;
}

.autosuggest .results li:last-of-type {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.autosuggest .results li span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 12px;
}

.autosuggest .results li div {
  font-weight: bold;
}

.autosuggest .results li span:first-of-type {
  margin-left: 0px;
}

.card-gst h3 {
  font-weight:normal;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.card-gst label {
  font-weight:normal;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

@media all and (max-width: 700px) {
  .m-hide { display: none; }
}

/*--dropzone--*/
@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
   }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
   }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
   }
}
@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
   }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
   }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
   }
}
@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
   }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
   }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
   }
}
@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
   }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
   }
}
@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
   }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
   }
}
@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
   }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
   }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
   }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
   }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
   }
}
@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
   }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
   }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
   }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
   }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
   }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
   }
}
.dropzone, .dropzone * {
    box-sizing: border-box;
}
.dropzone {
    min-height: 150px;
    border: 2px dashed rgba(0, 0, 0, 0.1);
    background: white;
    padding: 20px 20px;
}
.dropzone.dz-clickable {
    cursor: pointer;
}
.dropzone.dz-clickable * {
    cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.dropzone.dz-started .dz-message {
    display: none;
}
.dropzone.dz-drag-hover {
    border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}
.dropzone .dz-message {
    text-align: center;
    margin: 3em 0;
    color: rgba(0, 0, 0, 0.3);
}
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}
.dropzone .dz-preview:hover {
    z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
    background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}
.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}
.dropzone .dz-preview .dz-image img {
    display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}
.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}

.gallery {
  margin-bottom: 40px;
}

.gallery img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

/* print.css */
.printModal {
  background-color:hsla(0,0%,100%,.91);
  color:#be2626;
  display:flex;
  font-family:sans-serif;
  font-size:30px;
  font-weight:300;
  height:100%;
  left:0;
  position:absolute;
  text-align:center;
  top:0;
  width:100%
}

.printClose {
  position:absolute;
  right:10px;
  top:10px
}

.printClose:before {
  content:"\D7";
  cursor:pointer;
  display:block;
  font-family:Helvetica Neue,sans-serif;
  font-size:2em;
  font-weight:100;
  height:1.25em;
  line-height:1px;
  overflow:hidden;
  padding-top:.5em;
  text-align:center;
  text-indent:1px;
  width:1.25em
}

/* line 4, ../sass/_offline-theme-base.sass */
.offline-ui, .offline-ui *, .offline-ui:before, .offline-ui:after, .offline-ui *:before, .offline-ui *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../sass/_offline-theme-base.sass */
.offline-ui {
  display: none;
  position: fixed;
  z-index: 9999999999999999999999999999999999999999999999999;
  background: white;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
/* line 17, ../sass/_offline-theme-base.sass */
.offline-ui .offline-ui-content:before {
  display: inline;
}
/* line 20, ../sass/_offline-theme-base.sass */
.offline-ui .offline-ui-retry {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: none;
}
/* line 24, ../sass/_offline-theme-base.sass */
.offline-ui .offline-ui-retry:before {
  display: inline;
}
/* line 29, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-up.offline-ui-up-5s {
  display: block;
}
/* line 32, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-down {
  display: block;
}
/* line 37, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-retry {
  display: block;
}
/* line 42, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
  display: none;
}

@-webkit-keyframes offline-fadein {
  /* line 6, ../sass/_keyframes.sass */
  0% {
    opacity: 0;
  }

  /* line 8, ../sass/_keyframes.sass */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes offline-fadein {
  /* line 6, ../sass/_keyframes.sass */
  0% {
    opacity: 0;
  }

  /* line 8, ../sass/_keyframes.sass */
  100% {
    opacity: 1;
  }
}

@-ms-keyframes offline-fadein {
  /* line 6, ../sass/_keyframes.sass */
  0% {
    opacity: 0;
  }

  /* line 8, ../sass/_keyframes.sass */
  100% {
    opacity: 1;
  }
}

@-o-keyframes offline-fadein {
  /* line 6, ../sass/_keyframes.sass */
  0% {
    opacity: 0;
  }

  /* line 8, ../sass/_keyframes.sass */
  100% {
    opacity: 1;
  }
}

@keyframes offline-fadein {
  /* line 6, ../sass/_keyframes.sass */
  0% {
    opacity: 0;
  }

  /* line 8, ../sass/_keyframes.sass */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes offline-fadeout-and-hide {
  /* line 20, ../sass/_keyframes.sass */
  0% {
    opacity: 1;
    display: block;
  }

  /* line 23, ../sass/_keyframes.sass */
  99% {
    opacity: 0;
    display: block;
  }

  /* line 26, ../sass/_keyframes.sass */
  100% {
    opacity: 0;
    display: none;
  }
}

@-moz-keyframes offline-fadeout-and-hide {
  /* line 20, ../sass/_keyframes.sass */
  0% {
    opacity: 1;
    display: block;
  }

  /* line 23, ../sass/_keyframes.sass */
  99% {
    opacity: 0;
    display: block;
  }

  /* line 26, ../sass/_keyframes.sass */
  100% {
    opacity: 0;
    display: none;
  }
}

@-ms-keyframes offline-fadeout-and-hide {
  /* line 20, ../sass/_keyframes.sass */
  0% {
    opacity: 1;
    display: block;
  }

  /* line 23, ../sass/_keyframes.sass */
  99% {
    opacity: 0;
    display: block;
  }

  /* line 26, ../sass/_keyframes.sass */
  100% {
    opacity: 0;
    display: none;
  }
}

@-o-keyframes offline-fadeout-and-hide {
  /* line 20, ../sass/_keyframes.sass */
  0% {
    opacity: 1;
    display: block;
  }

  /* line 23, ../sass/_keyframes.sass */
  99% {
    opacity: 0;
    display: block;
  }

  /* line 26, ../sass/_keyframes.sass */
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes offline-fadeout-and-hide {
  /* line 20, ../sass/_keyframes.sass */
  0% {
    opacity: 1;
    display: block;
  }

  /* line 23, ../sass/_keyframes.sass */
  99% {
    opacity: 0;
    display: block;
  }

  /* line 26, ../sass/_keyframes.sass */
  100% {
    opacity: 0;
    display: none;
  }
}

@-webkit-keyframes offline-rotation {
  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

@-moz-keyframes offline-rotation {
  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes offline-rotation {
  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

@-o-keyframes offline-rotation {
  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

@keyframes offline-rotation {
  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

/* line 21, ../sass/offline-theme-default.sass */
.offline-ui {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-family: "Helvetica Neue", sans-serif;
  padding: 1em;
  top: 1em;
  width: 38em;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 38em) {
  /* line 21, ../sass/offline-theme-default.sass */
  .offline-ui {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    top: 0;
  }
}
/* line 34, ../sass/offline-theme-default.sass */
.offline-ui .offline-ui-content:before {
  line-height: 1.25em;
}
/* line 37, ../sass/offline-theme-default.sass */
.offline-ui .offline-ui-retry {
  position: absolute;
  z-index: 99999999999999999999999999999999999999999999999999;
  right: 3em;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
  line-height: 3.5em;
  height: 3.5em;
  margin: auto;
  padding: 0 1em;
}
/* line 50, ../sass/offline-theme-default.sass */
.offline-ui.offline-ui-up {
  -webkit-animation: offline-fadeout-and-hide forwards 0.5s 2s;
  -moz-animation: offline-fadeout-and-hide forwards 0.5s 2s;
  -ms-animation: offline-fadeout-and-hide forwards 0.5s 2s;
  -o-animation: offline-fadeout-and-hide forwards 0.5s 2s;
  animation: offline-fadeout-and-hide forwards 0.5s 2s;
  -webkit-backface-visibility: hidden;
  background: #d6e9c6;
  color: #468847;
}
/* line 55, ../sass/offline-theme-default.sass */
.offline-ui.offline-ui-down {
  -webkit-animation: offline-fadein 0.5s;
  -moz-animation: offline-fadein 0.5s;
  -ms-animation: offline-fadein 0.5s;
  -o-animation: offline-fadein 0.5s;
  animation: offline-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  background: #ec8787;
  color: #551313;
}
/* line 60, ../sass/offline-theme-default.sass */
.offline-ui.offline-ui-down.offline-ui-connecting, .offline-ui.offline-ui-down.offline-ui-waiting {
  background: #f8ecad;
  color: #7c6d1f;
  padding-right: 3em;
}
/* line 65, ../sass/offline-theme-default.sass */
.offline-ui.offline-ui-down.offline-ui-connecting:after, .offline-ui.offline-ui-down.offline-ui-waiting:after {
  -webkit-animation: offline-rotation 0.7s linear infinite;
  -moz-animation: offline-rotation 0.7s linear infinite;
  -ms-animation: offline-rotation 0.7s linear infinite;
  -o-animation: offline-rotation 0.7s linear infinite;
  animation: offline-rotation 0.7s linear infinite;
  -webkit-backface-visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: " ";
  display: block;
  position: absolute;
  z-index: 9999999999999999999999999999999999999999999999999;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  width: 1em;
  border: 2px solid rgba(0, 0, 0, 0);
  border-top-color: #7c6d1f;
  border-left-color: #7c6d1f;
  opacity: 0.7;
}
/* line 82, ../sass/offline-theme-default.sass */
.offline-ui.offline-ui-down.offline-ui-waiting {
  padding-right: 11em;
}
/* line 85, ../sass/offline-theme-default.sass */
.offline-ui.offline-ui-down.offline-ui-waiting.offline-ui-reconnect-failed-2s {
  padding-right: 0;
}

/* line 6, ../sass/_content.sass */
.offline-ui .offline-ui-retry:before {
  content: "Reconnect";
}
/* line 11, ../sass/_content.sass */
.offline-ui.offline-ui-up .offline-ui-content:before {
  content: "Your computer is connected to the internet.";
}
@media (max-width: 1024px) {
  /* line 11, ../sass/_content.sass */
  .offline-ui.offline-ui-up .offline-ui-content:before {
    content: "Your device is connected to the internet.";
  }
}
@media (max-width: 568px) {
  /* line 11, ../sass/_content.sass */
  .offline-ui.offline-ui-up .offline-ui-content:before {
    content: "Your device is connected.";
  }
}
/* line 22, ../sass/_content.sass */
.offline-ui.offline-ui-down .offline-ui-content:before {
  content: "Your computer lost its internet connection.";
}
@media (max-width: 1024px) {
  /* line 22, ../sass/_content.sass */
  .offline-ui.offline-ui-down .offline-ui-content:before {
    content: "Your device lost its internet connection.";
  }
}
@media (max-width: 568px) {
  /* line 22, ../sass/_content.sass */
  .offline-ui.offline-ui-down .offline-ui-content:before {
    content: "Your device isn't connected.";
  }
}
/* line 33, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-connecting .offline-ui-content:before, .offline-ui.offline-ui-down.offline-ui-connecting-2s .offline-ui-content:before {
  content: "Attempting to reconnect...";
}
/* line 42, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"]:before {
  content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " seconds...";
}
@media (max-width: 568px) {
  /* line 42, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"]:before {
    content: "Reconnecting in " attr(data-retry-in-value) "s...";
  }
}
/* line 50, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"][data-retry-in-value="1"]:before {
  content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " second...";
}
@media (max-width: 568px) {
  /* line 50, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"][data-retry-in-value="1"]:before {
    content: "Reconnecting in " attr(data-retry-in-value) "s...";
  }
}
/* line 58, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"]:before {
  content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " minutes...";
}
@media (max-width: 568px) {
  /* line 58, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"]:before {
    content: "Reconnecting in " attr(data-retry-in-value) "m...";
  }
}
/* line 66, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"][data-retry-in-value="1"]:before {
  content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " minute...";
}
@media (max-width: 568px) {
  /* line 66, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"][data-retry-in-value="1"]:before {
    content: "Reconnecting in " attr(data-retry-in-value) "m...";
  }
}
/* line 74, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"]:before {
  content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " hours...";
}
@media (max-width: 568px) {
  /* line 74, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"]:before {
    content: "Reconnecting in " attr(data-retry-in-value) "h...";
  }
}
/* line 82, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"][data-retry-in-value="1"]:before {
  content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " hour...";
}
@media (max-width: 568px) {
  /* line 82, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"][data-retry-in-value="1"]:before {
    content: "Reconnecting in " attr(data-retry-in-value) "h...";
  }
}
/* line 90, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
  display: none;
}
/* line 93, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s .offline-ui-content:before {
  content: "Connection attempt failed.";
}

/*Noty js*/
.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__mint.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px; }
  .noty_theme__mint.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D1D1D1;
  color: #2F2F2F; }

.noty_theme__mint.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff; }

.noty_theme__mint.noty_type__error {
  background-color: #DE636F;
  border-bottom: 1px solid #CA5A65;
  color: #fff; }

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  color: #fff; }

.noty_theme__mint.noty_type__success {
  background-color: #AFC765;
  border-bottom: 1px solid #A0B55C;
  color: #fff; }