html, body {
  font-family: 'PT Sans', sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-size: 16px;
}

label {
  font-size: 1em;
  font-weight: bold;
  color: #4a4949;
}

li {
  list-style: none;
}

li::before {
  content: "\25A0"; 
  color: #b41011; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

.label {
  font-size: 1em;
  font-weight: bold;
  color: #4a4949;
  display: inline-block;
  width: 80px;
  margin-right: 10px;
}

a {
  color: #3838bb;
  text-decoration: underline;
}

a:visited {
  color: #3838bb;
  text-decoration: underline;
}

#header {
  width: 100%;
  height: 15%;
  background-color: #FFFFFF;
}

#header-left:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

#header-left {
  display: inline-block;
  height: 100%;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  padding-left: 42px;
}

#header-logo-wrapper {
  display: inline-block;
  vertical-align: middle;
}

#header-right {
  display: inline-block;
  height: 100%;
  padding: 0;
  margin: 0;
  float: right;
  vertical-align: middle;
}

#header-right:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

@media (min-width:950px) {
  #top-menu {
    display: inline-block;
    vertical-align: middle;
  }

  #drawer-menu {
    display: none;
  }

  #center-pop {
    display: none;
    z-index: 200;
    background-color: #FFFFFF;
    position: absolute;
    border: 1px solid #4545;
    line-height: 2em;
    right: 0px;
    min-height: 530px;
    width: 220px;
    top: 50px;
    text-align: center;
  }

  #center-pop-main {
    background-color: #FFFFFF;
    height: auto;
    text-align: center;
  }
  
  .center-pop-header {
    padding: 10px 20px 0px 0px;
    text-align: right;
    color: #4545;
    font-size: 1.4em;
    cursor: pointer;
  }
  
  #drawer-right {
    display: none;
    z-index: 200;
    background-color: #FFFFFF;
    position: absolute;
    border: 1px solid #4545;
    line-height: 2em;
    right: 0px;
    min-height: 530px;
    width: 220px;
    top: 50px;
    text-align: center;
  }

  #drawer-right-main {
    background-color: #FFFFFF;
    height: auto;
    text-align: center;
  }

  .drawer-right-header {
    padding: 10px 20px 0px 0px;
    text-align: right;
    color: #4545;
    font-size: 1.4em;
    cursor: pointer;
  }

  #burger {
    display: none;
  }

  .menu-item {
    margin-right: 40px;
    display: inline-block;
    font-size: 14px;
  }

  #cookies-btn {
    width: 200px;
    height: 40px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    float: right;
    background-color: #fff;
    margin-top: -100px;
    font-size: 0.9em;
    color: #4a4949;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    line-height: 40px;
    position: relative;
  }

  .logo-top {
    max-height: 40px;
  }

  .col-main-left {
    float: left;
    height: 100%;
    background-color: #fff;
    width: 60%;
    text-align: center;
  }

  .col-main-right {
    overflow: hidden;
    height: 100%;
    background-color: #fff;
    width: 40%;
    text-align: center;
  }

  .vertical-center-wrapper {
    padding: 50% 0;
    position: relative;
  }

  .right-just {
    text-align: justify;
    width: 50%;
    padding-left: 50%;
  }
  
  #slider {
		min-height: 600px;
	}
	.hidden {
		display: none;	
	}
	.arrow-left {
		font-size: 5em;
		position: absolute;
		top: 50%;
		left: 10px;
		color: #c1c1c1;
		cursor: pointer;
	}
	.arrow-left:hover {
		color: #b41011;
	}
	.arrow-right {
		font-size: 5em;
		position: absolute;
		top: 50%;
		right: 25px;
		color: #c1c1c1;
		cursor: pointer;
	}
	.arrow-right:hover {
		color: #b41011;
	}
}

@media (max-width:949px) {
  #burger {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.5em;
    color: #716f6f;
    padding-right: 20px;
  }

  #drawer-menu {
    display: block;
    z-index: 99;
    background-color: #b41011;
    position: absolute;
    padding: 40px 20px 40px 10px;
    border-right: 2px solid #9e5c5d;
    border-bottom: 2px solid #9e5c5d;
    line-height: 2em;
    left: -300px;
    height: 100%;
  }

  #center-pop {
    display: none;
    z-index: 200;
    background-color: #FFFFFF;
    position: absolute;
    border: 1px solid #4545;
    line-height: 2em;
    right: 0px;
    min-height: 530px;
    width: 220px;
    top: 50px;
    text-align: center;
  }

  #center-pop-main {
    background-color: #FFFFFF;
    height: auto;
    text-align: center;
  }
  
  .center-pop-header {
    padding: 10px 20px 0px 0px;
    text-align: right;
    color: #4545;
    font-size: 1.4em;
    cursor: pointer;
  }
  
  #drawer-right {
    display: none;
    z-index: 200;
    background-color: #FFFFFF;
    position: absolute;
    border: 1px solid #4545;
    line-height: 2em;
    right: 0px;
    min-height: 530px;
    width: 220px;
    top: 50px;
    text-align: center;
  }

  #drawer-right-main {
    background-color: #FFFFFF;
    height: auto;
    text-align: center;
  }

  .drawer-right-header {
    padding: 10px 20px 0px 0px;
    text-align: right;
    color: #4545;
    font-size: 1.4em;
    cursor: pointer;
  }

  #burger i {
    cursor: pointer;
  }

  #top-menu {
    display: none;
  }

  .menu-item {
    margin-left: 4px;
  }

  #cookies-btn {
    display: none;
  }

  .logo-top {
    max-height: 50px;
  }

  .col-main-left {
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
  }

  .col-main-right {
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
  }

  .vertical-center-wrapper {
    position: relative;
  }

  .right-just {
    text-align: left;
    width: 100%;
  }
  
  #slider {
		min-height: 600px;
	}
	.hidden {
		display: none;	
	}
	.arrow-left {
		font-size: 5em;
		position: absolute;
		top: 30%;
		left: 10px;
		color: #c1c1c1;
		cursor: pointer;
	}
	.arrow-left:hover {
		color: #b41011;
	}
	.arrow-right {
		font-size: 5em;
		position: absolute;
		top: 30%;
		right: 10px;
		color: #c1c1c1;
		cursor: pointer;
	}
	.arrow-right:hover {
		color: #b41011;
	}
}

#top-menu a {
  font-size: 1em;
  color: #4a4949;
  text-decoration: none;
}

#top-menu a:visited {
  color: #4a4949;
}

#top-menu a:hover {
  color: #b41011;
}

#drawer-menu a {
  font-size: 1em;
  color: #fff;
  text-decoration: none;
}

#drawer-menu a:visited {
  color: #fff;
}

#drawer-menu a:hover {
  color: #ddd;
}

#main {
  width: 100%;
  background-color: #FFFFFF;
}

.content-page {
  background-color: #FFFFFF;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  z-index: 100;
  min-height: 350px;
}

#footer {
  width: 100%;
  background-color: #b41011;
  text-align: center;
  /*
    position: absolute;
*/
  bottom: 0;
  padding: 20px 0px;
  z-index: 1000;
}

#footer-box {
    text-align: center;
    width: 65%;
    margin: auto;
    padding-top: 10px;
}

@media (min-width:500px) {
  .footer-col {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    font-weight: 700;
    width: 31%;
    vertical-align: middle;
  }
}

@media (max-width:499px) {

  .footer-col {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 0.8em;
    font-weight: 700;
    margin: 10px 10px;
  }

  .footer-col a img {
    margin-left: -4px;
  }
}

.footer-col a {
  color: #fff;
  text-decoration: none;
}

.footer-col a:visited {
  color: #fff;
}

.footer-col a:hover {
  color: #ddd;
}

.footer-col i {
  font-size: 1.5em;
}

#pop-menu {
  position: absolute;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #4a4949;
  width: 200px;
  height: 380px;
  padding-top: 15px;
  display: none;
  z-index: 99;
}

.pop-menu-item {
  margin-left: 15px;
  line-height: 1.5em;
}

/**cards**/
.card {
  width: 320px;
  height: 320px;
}

.card-bottom {
  position: absolute;
  bottom: 20px;
}

/**forms**/
.formfield {
  border: 1px solid #D3D3D3;
  padding: 4px;
  font-size: 1em;
  background-color: #FFF;
  margin-bottom: 7px;
}

.fielderror {
  background-color: #ffe9e9;
}

.formbutton {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 6px 20px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 13px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #4a4949;
  background-color: #FEFEFE;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
}

.formbutton:hover {
  color: #FFF;
  background-color: #b41011;
}

.form-status {
  color: #e61919;
}

.top-icon {
  font-size: 28px;
  cursor: pointer;
  color: #4a4949;
}

.img-row {
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
  background-color: #f8f8fa;
  padding: 10px;
}

/*** content styles ****/
.fill-area {
  max-width: 100%;
  width: 100%;
  max-height: 745px;
}

.red-btn {
  padding: 8px 20px;
  background-color: #b41011;
  border: 1px solid #ffe9e9;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.template-row {
  margin-bottom: 3px;
}

.sub-tagline {
  font-size: 0.8em;
  color: slategrey;
}

@media (min-width:460px) {

	.left-just {
	  text-align: left;
	  margin-left: 15%;
	}
	
	.big-tagline {
	  font-weight: bold;
	  font-size: 3em;
	  letter-spacing: 8px;
	}

}
@media (max-width:459px) {

	.left-just {
	  text-align: left;
	  margin-left: 0%;
	}
	
	.big-tagline {
	  font-weight: bold;
	  font-size: 2em;
	  letter-spacing: 8px;
	}

}
.all-text {
  font-size: 0.75em;
  color: slategrey;
}

.red-tagline {
  font-size: 1.2em;
  font-weight: bold;
  color: #b41011;
/*
  font-family: 'Shadows Into Light Two', cursive;
*/
  font-family: 'Bradley Hand ITC';
}

/*CP*/
.cp-wrapper {
  min-width: 600px;
  min-height: 400px;
  margin-top: 20px;
}

.cp-button {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: #efeff0;
  text-align: center;
  vertical-align: middle;
  line-height: 2;
  font-size: 2.5em;
  color: darkcyan;
  margin: 5px;
  cursor: pointer;
}

.cp-button-sm {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #efeff0;
  text-align: center;
  vertical-align: middle;
  line-height: 2;
  font-size: 1.6em;
  color: darkcyan;
  margin: 5px;
  cursor: pointer;
}

.cp-button-sm-alt {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 2;
  font-size: 1.6em;
  color: darkcyan;
  margin: 5px;
  cursor: pointer;
}

.cp-button-sm-ok {
  display: none;
  height: 50px;
  background-color: #4CAF50;
  text-align: center;
  vertical-align: middle;
  line-height: 2.1;
  font-weight: bold;
  font-size: 1.4em;
  color: white;
  margin: 5px;
  cursor: pointer;
  padding: 0 7px;
}

.cp-button-sm-alert {
  display: none;
  height: 50px;
  background-color: red;
  text-align: center;
  vertical-align: middle;
  line-height: 2.1;
  font-weight: bold;
  font-size: 1.4em;
  color: white;
  margin: 5px;
  cursor: pointer;
  padding: 0 7px;
}

.cp-ack-sm {
  display: none;
  width: 50px;
  height: 50px;
  /*
    background-color: #fff;
*/
  text-align: center;
  vertical-align: middle;
  line-height: 2;
  font-size: 1.6em;
  color: green;
  margin: 5px;
  cursor: pointer;
}

.cp-ack-sm-err {
  display: none;
  width: 50px;
  height: 50px;
  /*
    background-color: #fff;
*/
  text-align: center;
  vertical-align: middle;
  line-height: 2;
  font-size: 1.6em;
  color: red;
  margin: 5px;
  cursor: pointer;
}

.isEditable {
  border: 2px dotted #b41011;
}

.edit-slide-wrapper {
  padding: 20px;
  border-bottom: 1px solid #e6e6fa;
}

.edit-ambiente-wrapper {
  padding: 20px;
  border-bottom: 1px solid #e6e6fa;
}

.view-ambiente-wrapper {}

.editable-attr {
  margin-bottom: 7px;
  background-color: #f4efce;
  padding: 3px;
}

.edit-slide-toolbox {
  text-align: right;
  margin-top: 15px;
}

.edit-ambiente-toolbox {
  text-align: right;
  margin-top: 15px;
}

.update-img-preview {
  width: 120px;
  height: 80px;
  float: left;
  display: inline-block;
  color: transparent;
  border: 1px solid #fff;
  cursor: pointer;
}

.update-img-preview:hover {
  color: #000;
  text-align: center;
  line-height: 4;
  font-size: 1.3em;
  font-weight: bold;
  border: 1px solid #b88a85;
  opacity: 0.4;
}

.update-prodimg-preview {
  margin: 20px;
  width: 120px;
  height: 80px;
  display: inline-block;
  color: transparent;
  border: 1px solid #fff;
  cursor: pointer;
}

.update-prodimg-preview:hover {
  color: #000;
  text-align: center;
  line-height: 4;
  font-size: 1.3em;
  font-weight: bold;
  border: 1px solid #b88a85;
  opacity: 0.4;
}

.inline-form {
  display: none;
  background-color: #efeff0;
  width: 450px;
  height: 350px;
  padding: 10px;
  line-height: 1.7;
  left: 120px;
  top: 120px;
  position: absolute;
  overflow: scroll;
  border: 3px solid #cacaf8
}

.intable-form {
  background-color: #efeff0;
  padding: 10px;
  line-height: 1.7;
  overflow: hidden;
}

.intable-form-row {
  display: inline-block;
  margin-right: 20px;
  float: left;
}

.intable-form-col {
  display: inline-block;
  margin-right: 20px;
  float: left;
}

.new-img-prev {
  float: right;
  width: 150px;
  max-height: 110px;
  position: absolute;
  right: 10px;
}

.select-doc-wrapper {
  display: inline-block;
}

.edit-doc-wrapper {
  width: 360px;
  overflow: hidden;
  height: 290px;
  margin: 10px;
  border: 1px solid #b88a85;
  padding: 10px;
}

.thumb-wrapper {
  width: 160px;
  overflow: hidden;
  height: 120px;
  margin: 10px;
  border: 1px solid #b88a85;
  cursor: pointer;
}

.doc-thumb {
  width: 100%;
}

.edit-doc-preview {
  width: 350px;
  height: 160px;
  display: block;
  color: transparent;
  border: 1px solid #fff;
  cursor: pointer;
}

.edit-doc-preview:hover {
  color: #000;
  text-align: center;
  line-height: 5;
  font-size: 1.5em;
  font-weight: bold;
  border: 1px solid #b88a85;
  opacity: 0.4;
}

.big-spinner {
  width: 100%;
  text-align: center;
  min-height: 500px;
  font-size: 4em;
  line-height: 6;
  color: #ae8e8c;
}

.cat-list-item {
  cursor: pointer;
  padding-left: 15px;
  font-size: 16px;
  margin-bottom: 4px;
}

.cat-list-item:hover {
  background-color: #ffeae8;
}

.cat-list-search-box {
  margin-left: 15px;
  margin-right: 15px;
  width: 130px;
  margin-bottom: 20px;
}

.cats-grid-wrapper {
  min-height: 600px;
}

/*tables*/
.sys-table {
  background-color: white;
  padding: 5px;
  margin-top: 10px;
  min-width: 600px;
}

.sys-table thead tr td {
  padding: 3px 6px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #bfbebe;
}

.sys-table tr {
  cursor: pointer;
}

.sys-table tr:nth-child(even) {
  background: #fbfbe3
}

.sys-table tr:hover {
  background: #f5f586;
}

.sys-table tr td {
  padding: 3px 6px;
  border-bottom: 1px solid #DEDEDE;
}

.cats-edit-search-box {
  width: 110px;
  height: 30px;
  top: -10px;
  position: relative;
}

.cart-items-sup {
  font-size: 0.9em;
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
  line-height: 16px;
  margin-left: 5px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: red;
  color: white;
  text-align: center;
}

/*General*/
.mt-0 {
  margin-top: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


.mt-1 {
  margin-top: 1em;
}

.ml-1 {
  margin-left: 1em;
}

.mr-1 {
  margin-right: 1em;
}

.mb-1 {
  margin-bottom: 1em;
}

.my-1 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.pt-1 {
  padding-top: 1em;
}

.pl-1 {
  padding-left: 1em;
}

.pr-1 {
  padding-right: 1em;
}

.pb-1 {
  padding-bottom: 1em;
}

.py-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

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

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.gray {
  color: #aaa;
}

.bold {
  font-weight: bold;
}


.app-button{
  border: 0;
  padding: 16px 25px;
  background-color: #b41011;
  color: #fff;
  font-size: 1em;
  width: 100%;
  transition: all .5s;
  cursor: pointer;
}
.app-button:hover {
  background-color: #730f0e;
}
