/* Minification failed. Returning unminified contents.
(278,8): run-time error CSS1035: Expected colon, found ';'
(2967,27): run-time error CSS1038: Expected hex color, found '#0003'
(3622,1): run-time error CSS1019: Unexpected token, found '}'
(3633,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3634,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3643,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(3644,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4053,12): run-time error CSS1035: Expected colon, found '1em'
(4063,14): run-time error CSS1035: Expected colon, found 'sans-serif'
 */
body {
    padding-top: 3em;
    padding-bottom: 1em;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0.8em;
    padding-right: 0.8em;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}
/*custom styles for container wrappers*/
.wrapper_tbl {
    display: table ;
}
.wrapper_row {
    display: table-row;
}
.wrapper_cell {
    display: table-cell;
}
/*navigation styles*/
.nav-main {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 2.6em;
	position: fixed;
	z-index: 999;
}
#body[data-font="font-sans"] .nav-main{
  font-family: "Lexend Deca";
}
#body[data-font="font-serif"] .nav-main{
  font-family: "IBM Plex Serif";
}
#body[data-font="font-mono"] .nav-main{
  font-family: "Roboto Mono";
}
#body[data-font="font-cursive"] .nav-main{
  font-family: "Pacifico";
}
#body[data-theme="dark"] .nav-main {
  background-color: #433748;
}
#body[data-theme="green"] .nav-main{
  background: #8BC34A;
}
#body[data-theme="blue"] .nav-main{
  background-color: #4d9bd0;
}
#body[data-theme="red"] .nav-main{
   background-color: #ff9bab;
}
#body[data-theme="orange"] .nav-main{
   background-color: chocolate;
}
.history-anchor {
   padding: 0.75em 1em;
}
.main-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.main-item {
	margin: 0;
	padding: 0.6em;
	width: auto;
	height: auto;
	display: inline-block;
	text-align: center;
	list-style-type: none;
	float: left;
	position: relative;
}
.main-item a{
  display: inline-block;
  font-size:0.8em;
  letter-spacing: 2px;
  color: white;
  text-transform: capitalize;
  text-decoration: none;
}
.main-item button{
  color: white;
  border: 0;
  background-color: transparent;
  font-size: 0.8em;
  display: none;
}
.mobile-drop-down{
  display: none;
}
.main-item a i{
  padding: 5px;
  font-size: 14px;
}
#body[data-theme="green"] .main-item:hover{
	background-color: gold;
}
#body[data-theme="green"] .main-item:hover a{
	color: darkgreen;
}
#body[data-theme="blue"] .main-item:hover{
	background-color: gold;
}
#body[data-theme="blue"] .main-item:hover a{
	color: darkblue;
}
#body[data-theme="red"] .main-item:hover{
	background-color: #ffdfdf;
}
#body[data-theme="red"] .main-item:hover a{
	color: darkred;
}
#body[data-theme="orange"] .main-item:hover{
	background-color: peachpuff;
}
#body[data-theme="orange"] .main-item:hover a{
	color: darkred;
}
#body[data-theme="dark"] .main-item:hover{
	background-color: #6d5a75;
    color: white;
}
/*second items*/
.second-list {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 2.6em;
	left: 0;
	width: auto;
	min-width: 14em;
	height: auto;
	z-index: 999;
	border-left: 0.2em solid white;
	border-right: 0.2em solid white;
	border-bottom: 0.2em solid white;
}
/*nth items*/
.nth-list{
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left:100%;
  width: auto;
  min-width: 10em;
  height: auto;
  z-index: 999;
}
.nth-li{
  display: block;
  padding: 0.6em;
  width: 100%;
  height: auto;
  text-align: left;
  list-style-type: none;
  position: relative;
}
#body[data-theme="dark"] .nav-main .second-list,
#body[data-theme="dark"] .nav-main .nth-list{
   background-color: #50435e;
}
#body[data-theme="green"] .nav-main .second-list,
#body[data-theme="green"] .nav-main .nth-list{
  background-color: #c0f77f;
}
#body[data-theme="blue"] .nav-main .second-list,
#body[data-theme="blue"] .nav-main .nth-list{
  background-color: #c3e3ff;
}
#body[data-theme="red"] .nav-main .second-list,
#body[data-theme="red"] .nav-main .nth-list{
  background-color: #ffc5ce;
}
#body[data-theme="orange"] .nav-main .second-list,
#body[data-theme="orange"] .nav-main .nth-list{
  background-color: #ffbc40;
}
.nth-li a{
  display: block;
  font-size: 0.8em;
  color: black;
  text-transform: capitalize;
  text-decoration: none;
}
.nth-li button{
  display: none;
  font-size: 0.8em;
  color: black;
  text-transform: capitalize;
  text-decoration: none;
}
#body[data-theme="dark"] .nth-li a, .nth-li button{
   color: white;
}
.nth-li a i{
  padding: 0em 5em 0em 0.3em;
  font-size: 0.8em;
}
#body[data-theme="green"] .nth-li:hover {
  background-color: #ebffd3;
}
#body[data-theme="blue"] .nth-li:hover {
  background-color: aliceblue;
}
#body[data-theme="red"] .nth-li:hover {
  background-color: #ffe1e6;
}

#body[data-theme="orange"] .nth-li:hover{
	background-color: peachpuff;
}

#body[data-theme="dark"] .nth-li:hover {
  background-color: #6d5a75;
}
@media screen and (min-width:800px){
  .nth-li:hover > .nth-list{
    display: block;
  }
  .main-item:hover > .second-list{
    display: block;
  }
}
/*#nav-main-btn{
  float: right;
  vertical-align: middle;
  margin: 0.5em;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  color: white;
  border: 0.2em solid white;
  border-radius: 2em;
  text-transform: uppercase;
  padding: 0.75em;
  cursor: pointer;
  display: none;
}*/
.test{
  padding: 5em;
  background-color: white;
  width: 100%;
}
.menu-btn {
	display: none;
	white-space: normal;
	width: 2em;
	height: 1.75em;
	position: relative;
	background: none;
	border: none;
	margin-bottom: 1em;
}
.menu-btn hr{
  display: block;
  width: 100%;
  height: 3px;
  transition: 0.3s;
  position: absolute;
	 green;
}
#body[data-theme="green"] .menu-btn hr{
  border: 2px solid darkgreen;
}
#body[data-theme="blue"] .menu-btn hr{
  border: 2px solid #10669f;
}
#body[data-theme="red"] .menu-btn hr{
  border: 2px solid darkred;
}
#body[data-theme="orange"] .menu-btn hr{
  border: 2px solid chocolate;
}
#body[data-theme="dark"] .menu-btn hr{
  border: 2px solid white;
}


.menu-btn-hr-1{
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
}
.menu-btn-hr-2{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.menu-btn-hr-3{
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
}
.menu-btn.active .menu-btn-hr-1{
  top: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
}
.menu-btn.active .menu-btn-hr-2{
  opacity: 0;
}
.menu-btn.active .menu-btn-hr-3{
  top: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
}
/*@media(max-width:800px){
  .main-list.nav-mobile{
    display: block;
  }
  #nav-main-btn{
    display: inline-block;
  }
  .nav-main{
    position: relative;
    height: 4em;
    transition: 0.3s;
    margin-top: -3.5em;
  }
  .main-list {
    display: block;
    position: relative;
    width: 100%;
    right: 0;
    top: 5em;
  }
  .main-list i{
    float: left;
  }
  .main-item {
    display: block;
    text-align: right;
    padding: 0;
    float: none;
  }
  .main-item a, .main-item button{
    display: block;
    width: 100%;
    padding: 0.5em;
    text-align: right;
  }
  .second-list {
    margin: 0;
    padding: 0;
    position: initial;
    width: 100%;
    margin: 0;
    transition: 0.3s;
  }
  .nth-li{
    padding: 0;
  }
  .nth-li a, .nth-li button{
    padding: 1em;
    text-align: right;
  }
  .nth-list{
    position: relative;
    left: auto;
  }
}*/
/*end nth items*/

/*============*/
.scrollTop {
  position: fixed;
  bottom: 1em;
  left: 50%;
  -webkit-transform: translate(-50%); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
  -ms-transform: translate(-50%); /* IE 9 */
  transform: translate(-50%); /* IE 10, Fx 16+, Op 12.1+ */
  background-color: rgba(255,255,255,0.5);
  display: none;
  cursor: pointer;
}
#body[data-theme="green"] .scrollTop{
	 border: 0.2em solid #8BC34A;
}
#body[data-theme="blue"] .scrollTop{
	 border: 0.2em solid #4D9BD0;
}
#body[data-theme="dark"] .scrollTop{
	 border: 0.2em solid #433748;
}
#body[data-theme="red"] .scrollTop{
	 border: 0.2em solid #ff9bab;
}
#body[data-theme="orange"] .scrollTop{
	 border: 0.2em solid orange;
}
.scrollTop i {
  font-size: 1.4em;
  color: #8BC34A;
  display: table-cell;
  vertical-align: middle;
  padding: 0.25em;
}
.scrollTop p{
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5em;
  color: #4CAF50;
}
#search-box {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0.15em;
	position: fixed;
	top: 0em;
	right: 2.5em;
	z-index: 999;
	box-shadow: 0em 0.2em 0.25em rgba(0,0,0,0.25);
	border-radius: 1.15em;
	border: 0.15em solid white;
	background-color: white;
}
#search {
	display: inline-block;
	vertical-align: middle;
	height: 2.3em;
}
#body[data-theme="dark"] #search{
   border: 0.18em solid #433748;
}
#body[data-theme="green"] #search{
  border: 0.18em solid #8BC34A;
}
#body[data-theme="blue"] #search{
  border: 0.18em solid #4d9bd0;
}
#body[data-theme="red"] #search{
  border: 0.18em solid #ff9bab;
}
#body[data-theme="orange"] #search{
  border: 0.18em solid chocolate;
}
#search-box img {
	width: 2.3em;
	display: inline-block;
	vertical-align: top;
	border-top-left-radius: 1em;
	padding: 0.25em;
	border-bottom-left-radius: 1em;
}
#body[data-theme="dark"] #search-box img{
  background-color: #433748;
}
#body[data-theme="green"] #search-box img{
  background: #8BC34A;
}
#body[data-theme="blue"] #search-box img{
  background-color: #4d9bd0;
}
#body[data-theme="red"] #search-box img{
   background-color: #ff9bab;
}
#body[data-theme="orange"] #search-box img{
   background-color: chocolate;
}
#search-btn {
	background-color: gold;
	display: inline-block;
	vertical-align: middle;
	border: none;
	padding: 0.24em;
	font-size: 1.2em;
	border-top-right-radius: 0.75em;
	border-bottom-right-radius: 0.75em;
}
@media(max-width:1054px) {
    #search {
        width: 9.5em;
    }
}
@media(max-width:1000px) {
    .nth-li a {
        display: inline-block;
        vertical-align: middle;
    }

    .main-item button {
        display: inline-block;
        vertical-align: middle;
    }

    .second-list.child-list {
        overflow-y: scroll;
    }

    #search-box {
        top: auto;
        right: auto;
        position: relative;
        width: 95%;
        z-index: 1;
        box-shadow: none;
        margin: 0 auto;
        display: block;
        border: none;
    }

    #search {
        display: inline-block;
        vertical-align: middle;
        height: 2.3em;
        width: 64.1%;
    }

    .login-nav {
        padding-top: 1em;
    }

    .second-list.child-list {
        /*max-height: 0;*/
        overflow: hidden;
        border: none;
        transition: 0.3s;
    }

    .nth-list {
        display: block;
        margin: 0;
        padding: 0;
        position: initial;
        top: auto;
        left: 100%;
        width: 100%;
        min-width: initial;
        height: auto;
        z-index: 1;
        max-height: 0;
        overflow: hidden;
    }

    .nth-li button {
        display: inline-block;
    }

    .menu-btn {
        display: block;
    }

    #body {
        white-space: nowrap;
        overflow-x: hidden;
    }

    .nav-main {
        width: 0;
        overflow: hidden;
        height: 100vh;
        position: relative;
        display: inline-block;
        vertical-align: top;
        white-space: normal;
        padding-right: 0em;
        overflow-x: hidden;
        transition: 0.3s;
    }

        .nav-main.active {
            width: 20em;
        }

    .main-list.child-list {
        display: block;
        width: 22em;
        overflow-y: scroll;
    }

    .main-item {
        display: block;
        float: none;
        padding: 0;
    }

    .container.body-content {
        display: inline-block;
        vertical-align: top;
        white-space: normal;
    }

    .second-list.child-list {
        display: block;
        position: relative;
        min-width: auto;
        top: auto;
        padding: 0;
    }
}
@media(max-width:800px){
  .scrollTop{
    display: table;
  }
}
@media(max-width:740px){
    .container.body-content {
        font-size: 0.8em;
    }

    .form-group-wrapper {
            text-align: left;
        }
        div.form-group{
            width: 100%;
        }
        div.form-group.group-half{
            width: 100%
        }
}

.accordion{
  width: 100%;
}
.accordion .tab {
	width: 100%;
}
#body[data-theme="green"] .accordion{

}
#body[data-theme="blue"] .accordion{

}
#body[data-theme="red"] .accordion{
 
}
#body[data-theme="orange"] .accordion{

}
#body[data-theme="dark"] .accordion{

}
.acc-btn {
  width: 100%;
  text-align: center;
  padding: 0.5em;
  position: relative;
  color: white;
  font-size: 1em;
  border-left: none;
  border-right: none;
  border-bottom: none;
  cursor: pointer;
}
.acc-btn::after {
  content: "+";
  font-family: "Fjalla One";
  position: absolute;
  right: 0.25em;
  top: 0.25em;
  font-size: 1.7em;
  z-index: 1;
  background-color: white;
  width: 1em;
  border-radius: 50%;
  font-weight: bold;
  line-height: 1em;
}
.acc-btn.active::after{
  content: "-";
  color: white;
}
#body[data-theme="green"] .acc-btn::after{
  background-color: darkgreen;
}
#body[data-theme="blue"] .acc-btn::after{
  background-color: #10669f;
}
#body[data-theme="red"] .acc-btn::after{
  background-color: darkred;
}
#body[data-theme="orange"] .acc-btn::after{
  background-color: chocolate;
}
#body[data-theme="dark"] .acc-btn::after {
  background-color: #6d5a75;
}
#body[data-theme="green"] .acc-btn {
	background-color: #79ad3e;
	border-top: 0.2em solid #9bd557;
}
#body[data-theme="blue"] .acc-btn {
	background-color: #4d9bd0;
	border-top: 0.2em solid #64b5ec;
}
#body[data-theme="red"] .acc-btn {
	background-color: #fb788d;
	border-top: 0.2em solid #ff9bab;
}
#body[data-theme="orange"] .acc-btn {
	background-color: orange;
	border-top: 0.2em solid #ffd382;
}
#body[data-theme="dark"] .acc-btn {
	background-color: #433748;
	border-top: 0.2em solid #6d5a75;
}
#body[data-theme="green"] .tab {
  border-bottom: 0.25em solid #52841c;
}
#body[data-theme="blue"] .tab{
  border-bottom: 0.25em solid #10669f;
}
#body[data-theme="red"] .tab{
  border-bottom: 0.25em solid darkred;
}
#body[data-theme="orange"] .tab{
  border-bottom: 0.25em solid chocolate;
}
#body[data-theme="dark"] .tab {
	border-bottom: 0.25em solid black;
}
#body[data-theme="dark"] .acc-btn.active, 
#body[data-theme="green"] .acc-btn.active,
#body[data-theme="blue"] .acc-btn.active,
#body[data-theme="orange"] .acc-btn.active,
#body[data-theme="red"] .acc-btn.active {
	background-color: gold;
}

#body[data-theme="green"] .acc-btn.active{
 color: darkgreen;
}
#body[data-theme="blue"] .acc-btn.active{
  color: #10669f;
}
#body[data-theme="red"] .acc-btn.active{
 color: darkred;
}
#body[data-theme="orange"] .acc-btn.active{
  color: chocolate;
}
#body[data-theme="dark"] .acc-btn.active {
	color: #fff;
}
#body[data-theme="dark"] .acc-btn.active{
	background-color: #8c8199;
}
#body[data-theme="green"] .acc-btn.active::after{
  background-color: #71b026;
}
#body[data-theme="blue"]  .acc-btn.active::after{
  background-color: #258bd0;
}
#body[data-theme="red"] .acc-btn.active::after {
	background-color: indianred;
}
#body[data-theme="orange"] .acc-btn.active::after {
	background-color: orange;
}
#body[data-theme="dark"] .acc-btn.active::after {
	background-color: #badfff;
	color: #6d5a75;
}
#body[data-theme="green"] .acc-btn a{
  color: white;
}
#body[data-theme="blue"] .acc-btn a{
  color: white;
}
#body[data-theme="red"] .acc-btn a{
  color: white;
}
#body[data-theme="orange"] .acc-btn a{
  color: white;
}

#body[data-theme="green"] .acc-bt.btn.active a{
  color: darkgreen;
}
#body[data-theme="blue"] .acc-btn.active a{
  color: darkblue;
}
#body[data-theme="red"] .acc-btn.active a{
  color: darkred;
}
#body[data-theme="orange"] .acc-btn.active a{
  color: darkred;
}
/*========================================*/
.tab{
  text-align: center;
  transition:0.3s;
}

.accordion{
	width: 100%;
}
.accordion .tab{
	width: 100%;
}
.accordion .tab section{
    transform-origin: top;
    display: none;
}
@-webkit-keyframes fadeIn {
	0%{ transform: scaleY(0) }
	100%{ transform: scaleY(1)}
}
@-moz-keyframes fadeIn {
	0%{ transform: scaleY(0) }
	100%{ transform: scaleY(1)}
}
.accordion .tab.active section{
    display: block;
  height: auto;
	-webkit-animation: fadeIn 0.3s ease-out;
	-moz-animation: fadeIn 0.3s ease-out;
}
*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

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

body {
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	position: relative;
	padding: 0;
	margin: 0;
}




.date-collector-div {
	display: none;
}

/*=======---- remove later -----=======*/
#date-bloc {
	display: none;
}

/*===== full page responsvie =========*/
.container {
	padding-right: 0.8em;
	padding-left: 0.8em;
	margin-right: auto;
	margin-left: auto;
}

@media(max-width:950px) {
	container {
		font-size: 0.8em;
	}
}

/*====================================*/
#body[data-font="font-sans"],
#body[data-font="font-sans"] .body-content {
	font-family: "Lexend Deca";
}

#body[data-font="font-serif"],
#body[data-font="font-serif"] .body-content {
	font-family: "IBM Plex Serif";
}

#body[data-font="font-mono"],
#body[data-font="font-mono"] .body-content {
	font-family: "Roboto Mono";
	font-size: 0.7em;
}

#body[data-font="font-cursive"],
#body[data-font="font-cursive"] .body-content {
	font-family: "Pacifico";
}

/*====================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

a:active,
a:hover {
	outline: 0;
}

h1 {
	margin: .67em 0;
	font-size: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 1em;
	margin-bottom: 0.6em;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

h1,
.h1 {
	font-size: 2em;
}

h2,
.h2 {
	font-size: 1.7em;
}

h3,
.h3 {
	font-size: 1.4em;
}

h4,
.h4 {
	font-size: 1em;
}

h5,
.h5 {
	font-size: 0.8em;
}

h6,
.h6 {
	font-size: 0.7em;
}

p {
	margin: 0 0 0.6em;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 0.6em;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	margin-left: -0.3em;
	list-style: none;
}

.list-inline>li {
	display: inline-block;
	padding-right: 0.3em;
	padding-left: 0.3em;
}

dl {
	margin-top: 0;
	margin-bottom: 0.9em;
}

dt,
dd {
	line-height: 1.25em;
	font-size: 0.85em;
	display: inline-block;
	padding: 0.25em;
	vertical-align: top;
}

dt {
	width: 20%;
}

dd {
	margin-left: 0;
	width: 79.6%;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.body-conent hr {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 0;
	border-top: 1px solid #eee;
}

button,
.body-content input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

select {
	max-width: 18em;
}

button {
	overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:focus {
	border: 0.12em solid skyblue;
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

/*=====================*/
table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

.table {
	width: 100%;
}

.table table {
	font-size: 1.25em;
	width: 100%;
}

/*==== col styles =====*/
.row {
	text-align: center;
}

.btn-group-vertical>.btn-group::after,
.btn-group-vertical>.btn-group::before,
.btn-toolbar::after,
.btn-toolbar::before,
.clearfix::after,
.clearfix::before,
.container-fluid::after,
.container-fluid::before,
.container::after,
.container::before,
.dl-horizontal dd::after,
.dl-horizontal dd::before,
.form-horizontal .form-group::after,
.form-horizontal .form-group::before,
.modal-footer::after,
.modal-footer::before,
.modal-header::after,
.modal-header::before,
.nav::after,
.nav::before,
.navbar-collapse::after,
.navbar-collapse::before,
.navbar-header::after,
.navbar-header::before,
.navbar::after,
.navbar::before,
.pager::after,
.pager::before,
.panel-body::after,
.panel-body::before,
.row::after,
.row::before {
	display: table;
	content: " ";
}

.col-md-12 {
	width: 100%;
}

.col-md-11 {
	width: 91.66666667%;
}

/*.col-md-10 {
    width: 83.33333333%;
  }*/
.col-md-9 {
	width: 75%;
}

.col-md-8 {
	width: 66%;
}

.col-md-7 {
	width: 58.33333333%;
}

.col-md-6 {
	width: 50%;
}

.col-md-5 {
	width: 41.66666667%;
}

.col-md-4 {
	width: 33.33333333%;
	vertical-align: top;
}

.col-md-3 {
	width: 25%;
}

.col-md-2 {
	width: 16.66666667%;
}

.col-md-1 {
	width: 8.33333333%;
}

/*====================*/
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 0.25em;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 0.25em;
	line-height: normal;
}

/*------ form styling ---------*/
.form-group {
	margin-bottom: 0.25em;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	padding-top: 0.15em;
	margin-top: 0;
	margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 1em;
	padding-left: 1em;
}

/*.form-horizontal .form-group {
  margin-right: -0.75em;
  margin-left: -0.75em;
}*/
@media (min-width: 768px) {
	.form-horizontal .control-label {
		padding-top: 0.15em;
		margin-bottom: 0;
		text-align: right;
	}
}

/*---------- jumboTron --------*/
.jumbotron {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	color: inherit;
	background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
	color: inherit;
}

.jumbotron p {
	margin-bottom: 0.75em;
	font-size: 1.5em;
	font-weight: 200;
}

.jumbotron>hr {
	border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
	padding-right: 0.7em;
	padding-left: 0.75em;
	border-radius: 0.15em;
}

.jumbotron .container {
	max-width: 100%;
}

/*======== misc ==========*/
/*.hidden {
  display: none !important;
}*/
.breadcrumb {
	padding: 0.25em;
	margin-bottom: 1em;
	list-style: none;
	background-color: #f5f5f5;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>li+li:before {
	padding: 0 0.15em;
	color: #ccc;
	content: "/\00a0";
}

.breadcrumb>.active {
	color: #777;
}

/*================ .less =======================*/
.form-horizontal .control-label {
	padding-top: 0.12em;
	margin-bottom: 0;
	text-align: right;
}

.control-label {
	width: auto !important;
	text-align: left !important;
	font-size: 1em;
}

.form-control {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0.25em 0.25em;
	font-size: 0.9em;
	line-height: 1.42857143em;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 0.125em solid #ccc;
	border-radius: 0.33em;
	-webkit-box-shadow: inset 0 0.1em 0.1em rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 0.1em 0.1em rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	width: 100%;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11 {
	display: inline-block;
	/*vertical-align: top;*/
	/*margin-left: -0.15em;
	margin-right: -0.15em;*/
}

#socialLoginForm {
	padding: 0.5em;
	text-align: left;
}

#loginForm {
	padding: 0.5em;
	text-align: left;
}

/* bootstrap reset ============================ */
.edit-cart-form .col-md-1,
.edit-cart-form .col-md-2,
.edit-cart-form .col-md-3,
.edit-cart-form .col-md-4,
.edit-cart-form .col-md-5,
.edit-cart-form .col-md-6,
.edit-cart-form .col-md-7,
.edit-cart-form .col-md-8,
.edit-cart-form .col-md-9,
.edit-cart-form .col-md-10,
.edit-cart-form .col-md-11 {
	width: auto !important;
	float: none !important;
	text-align: left !important;
	display: block;
	padding: 0.5em;
	vertical-align: middle;
}

.cart-edit .control-label {
	padding: 1em;
	width: auto !important;
	text-align: left !important;
	font-size: 1em;
}

#body[data-theme="dark"] .control-label {
	color: white;
}

#body[data-theme="dark"] .jumbotron {
	background-color: #95859b !important;
}

#body[data-theme="dark"] .col-md-10 {
	color: peachpuff;
}

/*================*/
.ui-spinner a.ui-spinner-button {
	display: none;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: 0.15em auto;
	vertical-align: middle;
	margin-left: 0.2em !important;
	margin-right: 0 !important;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
	/* width: 40px; */
	max-width: 4em;
	padding: 0.25em;
}

/*================*/
.control-label {
	line-height: 1.2em;
}

#body[data-theme="green"] .control-label {
	color: darkgreen;
}

#body[data-theme="blue"] .control-label {
	color: #313382;
}

body[data-theme="red"] .control-label {
	color: darkred;
}

.body-content input[type="text"] {
	border: 2px solid gainsboro;
	padding: 0.25em;
	border-radius: 0.5em;
	/*margin-left: 0.25em;*/
}

#body[data-theme="green"] input[type="text"] {
	color: black;
}

/*===========================================*/
#theme {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0.25em;
	text-transform: capitalize;
	width: 100%;
	border-top: 0.25em solid #ffffff78;
}

#theme header {
	color: white;
}

#theme button {
	display: inline-block;
	vertical-align: middle;
	border: 0.2em solid white;
	height: 1em;
	width: 1em;
}

#orange-theme {
	background-color: darkorange;
}

#green-theme {
	background-color: green;
}

#blue-theme {
	background-color: skyblue;
}

#red-theme {
	background-color: palevioletred;
}

#dark-theme {
	background-color: black;
}

#body[data-theme="green"] {
	background-color: #ebffd3;
}

#body[data-theme="orange"] {
	background-color: orange;
}

#body[data-theme="blue"] {
	background-color: aliceblue;
}

#body[data-theme="red"] {
	background-color: #ffe1e6;
}

#body[data-theme="dark"] {
	background-color: #50435e;
}

#font-family {
	text-align: center;
	padding: 0.25em;
	text-transform: capitalize;
	width: 100%;
	border-top: 0.25em solid #ffffff78;
}

.font-btn {
	display: inline-block;
	vertical-align: middle;
	width: 5em;
	color: white;
	border: 0.125em solid white;
	margin: 0.15em;
	font-size: 1em;
	background: none;
}

#font-1 {
	font-family: "Open Sans";
	text-transform: capitalize;
}

#font-2 {
	font-family: "IBM Plex Serif";
	text-transform: capitalize;
}

#font-3 {
	font-family: "VT323";
	text-transform: capitalize;
}

#font-4 {
	font-family: "Pacifico";
	text-transform: capitalize;
}

a {
	text-decoration: none !important;
}

#body[data-theme="dark"] a {
	color: #badfff;
}

#body[data-theme="dark"] p,
#body[data-theme="dark"] strong {
	color: white;
}

#body[data-theme="dark"] td {
	border-top: 1px solid #dddddd40;
	color: white;
}

#body[data-theme="green"] strong {
	color: darkgreen;
}

#body[data-theme="blue"] strong {
	color: #313382;
}

#body[data-theme="dark"] th {
	color: white;
}

td {
	padding: 0.5em;
	font-size: 0.8em;
	letter-spacing: 0px;
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
}

strong {
	font-size: 1em;
	font-weight: normal;
}

select {
	border: 0.15em solid gainsboro;
	padding: 0.25em;
	font-size: 0.9em;
}

#body[data-theme="dark"] select {
	color: black;
}

#body[data-theme="green"] select {
	color: darkgreen;
}

#body[data-theme="blue"] select {
	color: #313382;
}

#body[data-theme="red"] select {
	color: darkred;
}

input[type="text"] {
	white-space: pre-line !important;
}

#body[data-theme="dark"] input[type="text"] {
	color: black;
}

#body[data-theme="dark"] dl {
	color: white;
}

.hd-btn {
	color: white;
	border-radius: 3em;
	font-size: 1.25em;
	border: 0;
	padding: 0.25em .5em;
	text-transform: capitalize;
	margin: 0.2em 0em;
	display: inline-block;
}

#body[data-theme="green"] .hd-btn {
	background-color: #8BC34A;
}

#body[data-theme="blue"] .hd-btn {
	background-color: #4d9bd0;
}

#body[data-theme="orange"] .hd-btn {
	background-color: #4d9bd0;
}

#body[data-theme="dark"] .hd-btn {
	background-color: #845897;
}

#body[data-theme="red"] .hd-btn {
	background-color: #ff9bab;
}

.hd-btn-post {
	border-radius: 3em;
	font-size: 1.25em;
	border: 0;
	padding: 0.5em 1em;
	text-transform: capitalize;
	margin: 0.2em 0em;
	display: inline-block;
	background-color: gold;
}

#body[data-theme="green"] .hd-btn-post {
	color: darkgreen;
}

#body[data-theme="blue"] .hd-btn-post {
	color: #313382;
}

#body[data-theme="red"] .hd-btn-post {
	color: darkred;
}

#body[data-theme="orange"] .hd-btn-post {
	color: darkred;
}

.hd-button {
	border: 0;
	padding: 0.5em 1em;
	border-radius: 1em;
	background-color: #ffe037;
	display: inline-block;
	height: auto;
	font-size: 1.33em;
	line-height: 0.5em;
	float: none;
	transition: 0.3s;
	vertical-align: middle;
	text-transform: capitalize;
	margin-left: 0.25em;
}

#body[data-theme="green"] .hd-button {
	color: #009607;
}

#body[data-theme="blue"] .hd-button {
	color: #1a1fc4;
}

#body[data-theme="red"] .hd-button {
	color: darkred;
}

#body[data-theme="dark"] .hd-button {
	color: #433748;
}

.hd-button-top {
	position: absolute;
	top: 4em;
	right: 2%;
}

#body[data-theme="dark"] .hd-button-top {
	color: white;
}

.login-nav {
	display: table;
	width: 100%;
	padding-top: 1.5em;
	padding-bottom: 0;
	padding-right: 0.5em;
}

#body[data-theme="dark"] .login-nav {
	background-color: #635078;
}

#body[data-theme="green"] .login-nav {
	background-color: #aada72;
}

#body[data-theme="blue"] .login-nav {
	background-color: #5fb2ea;
}

#body[data-theme="red"] .login-nav {
	background-color: #fb8497;
}

#body[data-theme="orange"] .login-nav {
	background-color: #f27c28;
}

.login-nav * {
	font-size: 1em;
	text-decoration: none;
	padding: 0.15em 0.25em;
}

.navbar-right {
	display: table-cell;
	text-align: left;
	width: 80%;
	float: none !important;
	vertical-align: middle;
	/*navbar.less:380 "float reset"*/
}

.navbar-right ul {
	width: 100%;
}

.navbar-nav li {
	float: none !important;
	display: inline-block;
	padding: 0.1em;
}

.navbar-right a {
	color: white;
}

.navbar-right span {
	color: #009607;
}

.navbar-right a:hover {
	text-shadow: 0em 0em 0.5em rgba(255, 255, 255, 0.7);
	background-color: transparent !important;
	/*navs.less:31 "background color delete"*/
}

@media(max-width:800px) {
	/*.login-nav {
		position: absolute;
		left: 0;
		top: 0em;
		z-index: 999;
	}*/
}

@media(max-width:830px) {
	.login-nav {
		text-align: left;
	}
}

@media(max-width:800px) {
	.login-nav {
		width: 100%;
		text-align: left;
	}

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

/*================*/
.body-content {
	width: 100%;
	margin: 0 auto;
	background-color: white;
	padding: 1em;
	margin-top: 0.5em;
}

#body[data-theme="dark"] .body-content {
	background-color: #6d5a75;
}

.jumbotron {}

.body-content h1,
.body-content h2 {
	color: white;
	padding: 0.5em;
	position: relative;
	font-weight: normal;
}

#body[data-theme="green"] .body-content h1,
#body[data-theme="green"] .body-content h2 {
	background-color: #8BC34A;
}

#body[data-theme="blue"] .body-content h1,
#body[data-theme="blue"] .body-content h2 {
	background-color: #4D9BD0;
}

#body[data-theme="dark"] .body-content h1,
#body[data-theme="dark"] .body-content h2 {
	background-color: #433748;
}

#body[data-theme="red"] .body-content h1,
#body[data-theme="red"] .body-content h2 {
	background-color: #ff9bab;
}

#body[data-theme="orange"] .body-content h1,
#body[data-theme="orange"] .body-content h2 {
	background-color: orange;
}

.body-content h1 p {
	display: inline-block;
	float: right;
	font-size: 0.72em;
	vertical-align: middle;
}

/*======= table style =======*/
.table {
	border-collapse: collapse;
}

.table tr {
	width: 100%;
}

.table th {
	background-color: gold;
	padding: 0.5em;
	font-size: 0.8em;
	text-align: left;
	font-weight: normal;
}

#body[data-theme="dark"] .table th {
	background-color: #8c8199;
}

#body[data-theme="dark"] .table th {
	color: white;
	font-weight: normal;
}

/*----- ================== form groups =================== -------*/
.form-group-wrapper {
	text-align: center;
	padding-bottom: 1em;
}

.group-quarter {
	width: 24.5%;
	display: inline-block;
	vertical-align: top;
}

.form-group-wrapper .col-md-2 {
	width: auto !important;
	float: none !important;
	text-align: left !important;
	display: block;
	padding: 0.5em;
}

.form-group-wrapper .col-md-10 {
	width: auto !important;
	float: none !important;
	text-align: left !important;
	display: block;
	padding: 0.5em;
}

.form-group-wrapper .group-half {
	width: 49.6%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.form-group-wrapper .group-third {
	width: 32.8%;
	display: inline-block;
	vertical-align: top;
}

.form-group-wrapper .group-quarter {
	width: 24.4%;
	display: inline-block;
	vertical-align: top;
}

.form-group-wrapper .group-fifth {
	width: 19.45%;
	display: inline-block;
	vertical-align: top;
}

.table-wrapper {
	width: 100%;
	overflow-x: scroll;
	margin: 0.25em auto;
}

#body[data-theme="green"] .table-wrapper {
	border: 0.15em solid #ebffd3;
}

#body[data-theme="orange"] .table-wrapper {
	border: 0.15em solid orange;
}

#body[data-theme="blue"] .table-wrapper {
	border: 0.15em solid aliceblue;
}

#body[data-theme="red"] .table-wrapper {
	border: 0.15em solid #ffe1e6;
}

#body[data-theme="dark"] .table-wrapper {
	border: 0.15em solid #50435e;
}

/*=========== accounts/login =============*/
#login-main .col-md-10 {
	width: 50%;
	padding: 1em;
}

/*======= action list tables ==========*/
.action-orders td {
	vertical-align: top;
	border-bottom: 0.27em double gainsboro;
	text-align: left;
}

#body[data-theme="dark"] .action-orders td {
	border-bottom: 0.27em double #dcdcdc24;
	color: white;
}

.action-orders hr {
	display: none;
}

/*======= orders-index.vbtml =======*/
.order-table-block input {
	display: inline-block;
	vertical-align: middle;
}

.order-table-cell {
	display: inline-block;
}

/*======= order sorter style =======*/

.order-sort-container h2 {
	color: white;
	padding: 0.5em;
}

.order-sort-container table {
	width: 100%;
}

.order-sort-container input {
	margin-right: 1em;
	margin-bottom: 0.5em;
}

.order-sort-container td {
	vertical-align: middle !important;
}

.order-sort-container td {
	vertical-align: middle !important;
}

.orders-main-container form {
	display: inline-block;
	margin: 0.25em;
	vertical-align: middle;
}

#body[data-theme="green"] .orders-main-container tr {
	border-bottom: 0.2em solid #8BC34A;
}

#body[data-theme="blue"] .orders-main-container tr {
	border-bottom: 0.2em solid #4D9BD0;
}

#body[data-theme="dark"] .orders-main-container tr {
	border-bottom: 0.2em solid #433748;
}

#body[data-theme="red"] .orders-main-container tr {
	border-bottom: 0.2em solid #ff9bab;
}

#body[data-theme="orange"] .orders-main-container tr {
	border-bottom: 0.2em solid orange;
}

/*============== details.vbhtml styles =================== */
.top-content-container {
	display: inline-block;
	width: 59%;
	vertical-align: top;
	padding: 1em;
}

.top-content dd,
.top-content dt {
	min-height: 3em;
}

#body[data-theme="green"] .top-content dd,
#body[data-theme="green"] .top-content dt {
	border-top: 0.15em solid #8BC34A;
}

#body[data-theme="blue"] .top-content dd,
#body[data-theme="blue"] .top-content dt {
	border-top: 0.15em solid #4D9BD0;
}

#body[data-theme="dark"] .top-content dd,
#body[data-theme="dark"] .top-content dt {
	border-top: 0.15em solid #433748;
}

#body[data-theme="red"] .top-content dd,
#body[data-theme="red"] .top-content dt {
	border-top: 0.15em solid #ff9bab;
}

#body[data-theme="orange"] .top-content dd,
#body[data-theme="orange"] .top-content dt {
	border-top: 0.15em solid orange;
}

.top-content dl {
	min-height: 3em;
}

.top-content .dl-horizontal dd {
	margin-left: 0;
}

.top-content dt {
	text-align: left;
	width: 7em;
	float: left;
	clear: left;
	font-size: 0.8em;
}

/*product details*/

.order-top-main {
	display: table;
}

.h3 {
	color: white;
	padding: 0.75em;
}

#body[data-theme="green"] h3 {
	background-color: #8bc34a;
	color: white;
	text-transform: capitalize;
	padding: 0.5em;
}

#body[data-theme="blue"] h3 {
	background-color: #4D9BD0;
	color: white;
	text-transform: capitalize;
	padding: 0.5em;
}

#body[data-theme="red"] h3 {
	background-color: #ff8094;
	color: white;
	text-transform: capitalize;
	padding: 0.5em;
}

#body[data-theme="dark"] h3 {
	background-color: #50435e;
	color: white;
	text-transform: capitalize;
	padding: 0.5em;
}

#body[data-theme="orange"] h3 {
	background-color: darkorange;
	color: white;
	text-transform: capitalize;
	padding: 0.5em;
}

.order-cont {
	display: table-cell;
	width: 30%;
	padding: 0em 0.5em 0.5em 0.5em;
}

.order-cont h4 {
	color: white;
	padding: 0.5em;
	margin: 0;
}

#body[data-theme="green"] .order-cont h4 {
	background-color: #8bc34a;
}

#body[data-theme="blue"] .order-cont h4 {
	background-color: #45aaee;
}

#body[data-theme="red"] .order-cont h4 {
	background-color: #ff8094;
}

#body[data-theme="dark"] h4 {
	background-color: #50435e;
}

#body[data-theme="orange"] h4 {
	background-color: orange;
}

.order-cont dt {
	display: inline-block;
	width: 33.3%;
	padding: 0.5em;
	vertical-align: top;
}

.order-cont dd {
	margin-left: 0;
	padding: 0.5em;
	display: inline-block;
	width: 45%;
	vertical-align: top;
}

.order-cont dl {
	border: 0.22em solid #ecebeb;
}

.p-dtls-main-td {
	border: 0.22em solid #ececec;
}

.p-dtls-top {
	width: 100%;
}

.p-dtls-top table {
	width: 100%;
}

.p-dtls-top th {
	padding: 0.75em 0.5em;
	background-color: gold;
	font-size: 0.9em;
	line-height: 1em;
}

#body[data-theme="green"] .p-dtls-top th {
	color: darkgreen;
}

#body[data-theme="blue"] .p-dtls-top th {
	color: #313382;
}

#body[data-theme="red"] .p-dtls-top th {
	color: darkred;
}

#body[data-theme="dark"] .p-dtls-top th {
	background-color: #8d7199;
}

#body[data-theme="orange"] .p-dtls-top th {
	color: #753405;
}

.p-dtls-top td {
	font-size: 0.95em;
}

.p-dtls-top .dl-horizontal {
	text-align: center;
	width: 100%;
	text-align: center;
}

.p-dtls-top dd {
	margin-left: 0;
	width: 100%;
	display: block;
}

.p-dtls-top dt {
	width: 100%;
	text-align: center;
	display: block;
}

h4 {
	width: 100%;
	padding: 1em;
	text-align: left;
	color: white;
}

#body[data-theme="green"] h4 {
	background-color: #8BC34A;
}

#body[data-theme="blue"] h4 {
	background-color: #4D9BD0;
}

#body[data-theme="red"] h4 {
	background-color: #ff9bab;
}

#body[data-theme="orange"] h4 {
	background-color: orange;
}

#prices span {
	line-height: 1em;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	padding-right: 1em;
}

#prices dd,
#prices dt {
	padding: 1em;
	border-top: 1px solid lightgrey;
}

#prices dd span b {
	color: darkgreen;
}

#prices {
	border-bottom: 1px solid gainsboro;
}

.history-wrapper {
	width: 100%;
	position: relative;
	background-color: gold;
	margin-bottom: 2em;
}

.history-table {
	background-color: white;
	width: 100%;
}



@media(max-width:1229px) {
	.history-wrapper {
		overflow-x: scroll;
	}
}

.history-label {
	margin: 0;
	padding: 1em;
	color: green;
	text-transform: capitalize;
	font-weight: bold;
}

.history-btn {
	position: absolute;
	right: 0.3em;
	top: 0.5em;
	background-color: transparent;
	border: 0;
	font-size: 1.3em;
	transition: 0.3s;
}

#body[data-theme="green"] .history-btn {
	color: green;
}

#body[data-theme="blue"] .history-btn {
	color: #4D9BD0;
}

#body[data-theme="red"] .history-btn {
	color: darkred;
}

#body[data-theme="orange"] .history-btn {
	color: #864211;
}

.history-btn:hover {
	color: white;
}

.history-table header {
	display: table-row;
	background-color: gold;
}

#body[data-theme="dark"] .history-table header {
	background-color: #8d7199;
}

.history-table header p {
	display: table-cell;
	padding: 1em;
}

#body[data-theme="green"] .history-table header p {
	color: darkgreen;
}

#body[data-theme="blue"] .history-table header p {
	color: #313382;
}

#body[data-theme="red"] .history-table header p {
	color: darkred;
}

#body[data-theme="dark"] .history-table header p {
	color: white;
}

#body[data-theme="orange"] .history-table header p {
	color: #864211;
}

.history-row {
	display: table-row;
}

.history-row-section {
	display: table-cell;
	padding: 0.5em;
	vertical-align: top;
}

/* cart edit */

/*======= cart style =======*/
.cartwrapper {
	float: right;
	padding: 1em;
	width: 40%;
	display: inline-block;
	vertical-align: top;
}

#body[data-theme="green"] .cartwrapper,
#body[data-theme="blue"] .cartwrapper,
#body[data-theme="red"] .cartwrapper,
#body[data-theme="orange"] .cartwrapper {
	box-shadow: 0em 0.25em 0.5em -0.22em #0000003b;
}

#body[data-theme="dark"] .cartwrapper {
	box-shadow: 0em 0.1em 0.1em -4px black;
	background-color: #50435e;
}

.cartwrapper tr {
	border-bottom: 0.22em solid rgba(220, 220, 220, 0.28);
}

.cartwrapper th {
	background-color: #8bc34a;
	color: white;
	padding: 0.5em;
}

.cartwrapper input[type="text"],
.cartwrapper input[type="email"] {
	border: 0.15em solid #dadada;
	border-radius: 0.5em;
	padding: 0.2em;
}

.cartwrapper input[type="text"]:focus {
	outline: 0;
}

.cartwrapper table {
	width: 100%;
}

/*add class hd-btn later*/

.cartwrapper input[type="submit"] {
	border: 0.12em solid white;
	padding: 1em;
	border-radius: 2em;
	background-color: #ffe037;
	display: block;
	margin: 0 auto;
	height: auto;
	line-height: 1em;
	float: none;
	font-size: 1.25em;
}

#body[data-theme="green"] .cartwrapper input[type="submit"] {
	color: darkgreen;
}

#body[data-theme="blue"] .cartwrapper input[type="submit"] {
	color: darkblue;
}

#body[data-theme="red"] .cartwrapper input[type="submit"] {
	color: darkred;
}

#body[data-theme="orange"] .cartwrapper input[type="submit"] {
	color: #9b4304;
}

#body[data-theme="dark"] .cartwrapper input[type="submit"] {
	color: #433748;
}

.cart-details-order {
	display: inline-block;
	width: 28%;
	vertical-align: top;
	margin-right: 1%;
	box-shadow: 0px 0px 0.6em gainsboro;
	margin-bottom: 1%;
	margin-left: 0%;
}

.edit-cart-form {
	box-shadow: 0.16em 0.16em 0.5em rgba(0, 0, 0, 0.32);
	margin-bottom: 1em;
	padding: 0.6em;
	text-align: center;
}

.edit-cart-form .form-group {
	margin: 0 !important;
	font-size: 1em;
}

.edit-cart-form .form-group {
	margin: 0 !important;
}

.edit-cart-form .group-half {
	width: 49.6%;
	display: inline-block;
	vertical-align: top;
	padding: 0.25em;
	text-align: left;
}

.edit-cart-form .group-third {
	width: 32.8%;
	display: inline-block;
	vertical-align: top;
}

.edit-cart-form .group-quarter {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

/*======= ----- cart items edit ------- ========*/
.form-horizontal.cart-edit {
	display: inline-block;
	width: 28%;
	vertical-align: top;
	padding: 0em 0.5em;
	/*background-color: #aada72;*/
	margin: 0em 1em;
}

#body[data-theme="dark"] .form-horizontal.cart-edit {
	background-color: #635078;
}

#body[data-theme="green"] .form-horizontal.cart-edit {
	background-color: #aada72;
}

#body[data-theme="blue"] .form-horizontal.cart-edit {
	background-color: #5fb2ea;
}

#body[data-theme="red"] .form-horizontal.cart-edit {
	background-color: #fb8497;
}

#body[data-theme="orange"] .form-horizontal.cart-edit {
	background-color: #f27c28;
}

.cart-edit .form-group {
	display: table;
	width: 100%;
	border: 0.15em solid #8bc34a;
	padding: 0em 0.5em;
}

#body[data-theme="green"] .cart-edit .form-group {
	border: 0.15em solid #8BC34A;
	background-color: white;
}

#body[data-theme="blue"] .cart-edit .form-group {
	border: 0.15em solid #4D9BD0;
	background-color: white;
}

#body[data-theme="dark"] .cart-edit .form-group {
	border: 0.15em solid #433748;
	background-color: #6d5a75;
}

#body[data-theme="red"] .cart-edit .form-group {
	border: 0.15em solid #ff9bab;
	background-color: white;
}

#body[data-theme="orange"] .cart-edit .form-group {
	border: 0.15em solid orange;
	background-color: white;
}

.cart-edit .form-group .control-label.col-md-2 {
	display: table-cell;
}

.cart-edit .form-group .col-md-10 {
	display: table-cell;
	text-align: right;
}

.cart-edit-right {
	display: inline-block;
	width: 67.7%;
	vertical-align: top;
	margin-left: -0.28em;
}

.cart-items-edit-main {
	margin-bottom: 1em;
	width: 100%;
}

.cart-items-edit-main table {
	display: inline-table;
	vertical-align: top;
	width: 49%;
}

.cart-items-edit-main header {
	font-size: 1.4em;
	color: white;
	font-weight: lighter;
	padding: 0.5em;
}

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

#body[data-theme="dark"] .cart-items-edit-main header {
	background-color: #433748;
}

#body[data-theme="green"] .cart-items-edit-main header {
	background-color: #58a400;
}

#body[data-theme="blue"] .cart-items-edit-main header {
	background-color: #5fb2ea;
}

#body[data-theme="red"] .cart-items-edit-main header {
	background-color: #ff8094;
}

#body[data-theme="orange"] .cart-items-edit-main header {
	background-color: orange;
}

.cart-product {
	box-shadow: 0px 0.25em 0.33em -0.15em rgba(0, 0, 0, 0.25);
	padding: 1em;
	/*margin: 1em auto;*/
}

.cart-edit-block {
	width: 100%;
	margin: 1em auto;
	position: relative;
}

.cart-edit-block:not(:first-child) {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}

.expand-content {
	background-color: gold;
	border: 0;
	float: right;
	width: 2.2em;
	height: 2.2em;
	border-radius: 2em;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0.65em;
}

.expand-content hr {
	border: 0.25em solid;
	width: 1.6em;
	position: absolute;
	left: 50%;
	top: 0;
	transform-origin: center;
	transition: 0.3s;
}

#body[data-theme="green"] .expand-content hr {
	color: green;
}

#body[data-theme="blue"] .expand-content hr {
	color: #4d9bd0;
}

#body[data-theme="dark"] .expand-content hr {
	color: #433748;
}

#body[data-theme="red"] .expand-content hr {
	color: palevioletred;
}

#body[data-theme="orange"] .expand-content hr {
	color: #86420e;
}

.expand-content .hr-1 {
	transform: translateX(-69%) rotate(50deg) scaleX(0.75);
}

.expand-content .hr-2 {
	transform: translateX(-28%) rotate(-50deg) scaleX(0.75);
}

.expand-content.active .hr-1 {
	transform: translateX(-69%) rotate(-50deg) scaleX(0.75);
	color: gold;
}

.expand-content.active .hr-2 {
	transform: translateX(-28%) rotate(50deg) scaleX(0.75);
	color: gold;
}

.cart-items-inline {
	width: 70%;
	box-shadow: rgba(0, 0, 0, 0.32) 3px 3px 10px;
	margin-bottom: 1em;
	display: inline-table;
}

#body[data-theme="dark"] .cart-items-edit-main th {
	background-color: #8c8199;
}

#body[data-theme="red"] .cart-items-edit-main th {
	background-color: peachpuff;
}

.cart-items-edit-main th {
	background-color: gold;
	padding: 0.5em;
	font-weight: normal;
	font-size: 1em;
}

#body[data-theme="green"] .cart-items-edit-main th {
	color: darkgreen;
}

#body[data-theme="blue"] .cart-items-edit-main th {
	color: #07446c;
}

#body[data-theme="red"] .cart-items-edit-main th {
	color: darkred;
}

#body[data-theme="orange"] .cart-items-edit-main th {
	color: #86420e;
}

#body[data-theme="dark"] .cart-items-edit-main th {
	color: white;
}

.cart-items-edit-main td {
	vertical-align: top;
}

.column-half {
	width: 50%;
	display: inline-block;
	margin-left: -2px;
	vertical-align: top;
}

.column-half {
	width: 49.6%;
	display: inline-block;
	vertical-align: top;
	padding: 0.5em;
}

.column-third {
	width: 32%;
	display: inline-block;
	margin-left: -2px;
	vertical-align: top;
	padding-bottom: 1em;
}

.cart-edit-block .column-third label {
	color: #386900;
	padding: 0.5em;
	text-align: center;
	font-weight: lighter;
	font-size: 1em;
}

#body[data-theme="green"] .column-third label {
	color: #008000;
}

#body[data-theme="blue"] .column-third label {
	color: #026981;
}

#body[data-theme="red"] .column-third label {
	color: crimson;
}

#body[data-theme="dark"] .column-third label {
	color: white;
}

#body[data-theme="orange"] .column-third label {
	color: #86420e;
}

.cart-edit-block .column-third input {
	border: 0.16em solid gainsboro;
	padding: 0.5em;
	border-radius: 0.5em;
}

#body[data-theme="green"] .cart-edit-block .column-third input {
	color: darkgreen;
}

#body[data-theme="blue"] .cart-edit-block .column-third input {
	color: #026981;
}

#body[data-theme="red"] .cart-edit-block .column-third input {
	color: darkred;
}

#body[data-theme="dark"] .cart-edit-block .column-third input {
	color: black
}

.cart-edit-bottom {
	box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.75);
	text-align: center;
	margin-bottom: 1em;
}

.cart-edit-bottom p {
	display: inline-block;
	padding: 0.5em;
	margin: 0;
	font-size: 1em;
	text-align: center;
}

#body[data-theme="green"] .cart-edit-bottom p {
	color: #386947;
}

#body[data-theme="blue"] .cart-edit-bottom p {
	color: #026981;
}

#body[data-theme="red"] .cart-edit-bottom p {
	color: darkred;
}

.cart-edit-bottom p span {
	display: block;
	color: black;
	border-bottom: 2px solid #0003;
	margin: 0 auto;
	font-size: 0.9em;
	padding: 0.25em;
}

#body[data-theme="dark"] .cart-edit-bottom p span {
	color: peachpuff;
}

.action-cont h5 {
	font-size: 0.9em;
}

#body[data-theme="green"] .action-cont h5 {
	color: darkgreen;
}

#body[data-theme="blue"] .action-cont h5 {
	color: #004879;
}

#body[data-theme="red"] .action-cont h5 {
	color: darkred;
}

.action-cont table {
	width: 100%;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.action-cont .form-group {
	margin: 1em !important;
	display: inline-block;
}

.action-cont table th {
	background-color: gold;
	padding: 0.5em;
	text-transform: uppercase;
}

#body[data-theme="green"] .action-cont table th {
	color: darkgreen;
}

#body[data-theme="blue"] .action-cont table th {
	color: #004879;
}

#body[data-theme="red"] .action-cont table th {
	color: darkred;
	background-color: peachpuff;
}

.action-cont table td {
	vertical-align: top;
}

.action-cont .hd-button {
	margin: 1em;
}

.action-cont colspan-4 {
	border-bottom: 0.12em solid gainsboro;
}

/*======= form styles =======*/
.single-form-column {
	margin: 0 auto;
	width: 28em;
	text-align: left;
	padding: 0.5em;
	box-shadow: 0em 0.3em 0.3em #0000004d;
}

.form-block {
	width: 100%;
	padding: 0.5em;
}

.form-block label,
.form-block-third label {
	font-weight: normal;
	font-size: 0.85em;
}

.form-block-third {
	width: 33.3%;
	margin-left: -1.2em;
}

.form-block-third {
	width: 33.3%;
	margin-left: -1.2em;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0.5em;
}

.form-block-third .radio input[type="radio"],
.form-block-third .radio-inline input[type="radio"],
.form-block-third .checkbox input[type="checkbox"],
.form-block-third .checkbox-inline input[type="checkbox"],
.form-block-third .checkbox {
	position: relative;
	margin-left: auto;
	margin: 0 auto;
}

/*.form-input input[type="text"] {
	width: 100%;
}*/
#body[data-theme="dark"] .ui-state-default {
	color: black;
}

.ui-widget.ui-widget-content {
	border: none !important;
	text-align: center;
}

/*======== product details */
.bulletpointstyles {
	margin-left: 2em;
}

/*======= cart ========*/
#schedules-collectors {
	background: #8bc34a;
	padding-top: 0.25em;
	padding-bottom: 0.02em;
}

#body[data-theme="green"] #schedules-collectors {
	background-color: #79ad3e;
}

#body[data-theme="blue"] #schedules-collectors {
	background-color: #45aaee;
}

#body[data-theme="red"] #schedules-collectors {
	background-color: #fb788d;
}

#body[data-theme="orange"] #schedules-collectors {
	background-color: orange;
}

#body[data-theme="dark"] #schedules-collectors {
	background-color: #433748;
}

#cart-update .material-icons {
	float: left;
	color: white;
}

#cart-update {
	padding: 1em;
	font-size: 0.85em;
}

#body[data-theme="green"] #cart-update {
	background-color: #8BC34A;
}

#body[data-theme="orange"] #cart-update {
	background-color: #D2691E;
}

#body[data-theme="blue"] #cart-update {
	background-color: #4D9BD0;
}

#body[data-theme="red"] #cart-update {
	background-color: #FB788D;
}

#body[data-theme="dark"] #cart-update {
	background-color: #50435e;
	color: white;
}

.update-option {
	display: inline-block;
	width: 1em;
	height: 1em;
	position: relative;
	margin-right: 0.25em;
}

.update-option input[type="radio"] {
	opacity: 0;
	position: absolute;
	width: 1em;
	height: 1em;
	left: 0;
	top: 0;
	z-index: 2;
}

.update-option label {
	position: absolute;
	width: 1em;
	height: 1em;
	left: 0;
	top: 0;
	border-radius: 2em;
	z-index: 1;
}

.update-label {
	border: 0.15em solid white;
	background-color: white;
}

.update-label-active {
	border: 0.15em solid white;
}

#body[data-theme="green"] .update-label-active {
	background-color: #8BC34A;
}

#body[data-theme="orange"] .update-label-active {
	background-color: #D2691E;
}

#body[data-theme="blue"] .update-label-active {
	background-color: #4D9BD0;
}

#body[data-theme="red"] .update-label-active {
	background-color: #FF9BAB;
}

#body[data-theme="dark"] .update-label-active {
	background-color: #50435e;
}

#cart-update p {
	color: white;
	font-size: 1.15em;
}

#cart {
	font-size: 1em;
	width: 100%;
	text-align: center;
}

#cart .customer-options {
	display: none;
}

#cart .col-md-1,
#cart .col-md-2,
#cart .col-md-3,
#cart .col-md-4,
#cart .col-md-5,
#cart .col-md-6,
#cart .col-md-7,
#cart .col-md-8,
#cart .col-md-9,
#cart .col-md-10,
#cart .col-md-11,
#cart .col-md-12 {
	float: none !important;
}

#cart input {
	font-size: 1em;
}

.form-group select {
	/*width: 100%;
	resize: both;*/
}

#cart input[type="text"] {
	padding: 0.25em;
	border-radius: 0.5em;
}

.form-group input[type="text"] {
	width: 100%;
}

#body[data-theme="green"] #cart input[type="text"] {
	color: darkgreen;
}

#body[data-theme="blue"] #cart input[type="text"] {
	color: #313382;
}

#body[data-theme="red"] #cart input[type="text"] {
	color: darkred;
}

#body[data-theme="dark"] #cart input[type="text"] {
	color: #433748;
}

#body[data-theme="orange"] #cart input[type="text"] {
	color: #9b4304;
}

.p-desc {
	font-size: 1em;
	text-align: center;
	line-height: 1.1em;
}

.price-single .p-desc {
	display: inline-block;
	vertical-align: middle;
	max-width: 14em;
}

.override {
	height: 0;
	overflow: hidden;
	opacity: 0;
}

#body[data-theme="green"] .p-desc {
	color: #5fa70b;
}

#body[data-theme="blue"] .p-desc {
	color: #004879;
}

#body[data-theme="red"] .p-desc {
	color: #ff6f88;
}

#body[data-theme="dark"] .p-desc {
	color: white;
}

.p-desc span {
	font-size: 0.75em;
	color: black;
	display: block;
	padding: 0.5em;
}

#body[data-theme="dark"] .p-desc span {
	color: peachpuff;
}

.price-single {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0.75em;
}

.price-group {
	display: inline-block;
	width: 33.3%;
	margin-left: -0.8em;
	text-align: center;
	vertical-align: top;
	padding: 0.2em;
	margin-bottom: 0.5em;
}

.price-groups .prices {
	text-align: center;
}

.price-single .prices {
	display: table;
	margin: 0 auto;
	width: 70%;
}

.prices li {
	list-style-type: none;
	text-transform: capitalize;
	line-height: 1.25em;
	padding: 0.25em;
}

.price-groups .price li {
	display: inline-block;
	width: 100%;
}

.price-single .prices li {
	display: table-cell;
	width: 33.3%;
}

#body[data-theme="dark"] .prices li {
	color: peachpuff;
}

#body[data-theme="green"] .prices li {
	color: #00ab00;
}

#body[data-theme="blue"] .prices li {
	color: #4d9bd0;
}

#body[data-theme="red"] .prices li {
	color: #ff6f88;
}

.prices li span {
	display: block;
	color: black;
	font-size: 1em;
	font-weight: normal;
}

/*=========== spinner theme ================*/
.ui-widget.ui-widget-content {
	border: 1px solid transparent;
}

.spinnerContainer {
	font-size: 1em;
	max-width: 7.5em;
	display: inline-block;
}

.numberSpinner {
	font-size: 1.5em;
	width: 1.75em;
	height: 1.25em;
	margin: 0.25em;
	padding: 0.1em;
	border: 0;
	color: #5b5941;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.spinnerContainer section {
	display: inline-block;
	margin: 1em auto;
	border-radius: 2em;
	padding: 0em 0.5em;
}

#body[data-theme="green"] .spinnerContainer section {
	border: 0.15em solid #8BC34A;
}

#body[data-theme="orange"] .spinnerContainer section {
	border: 0.15em solid chocolate;
}

#body[data-theme="blue"] .spinnerContainer section {
	border: 0.15em solid #4D9BD0;
}

#body[data-theme="red"] .spinnerContainer section {
	border: 0.15em solid #FF9BAB;
}

#body[data-theme="dark"] .spinnerContainer section {
	border: 0.15em solid #50435e;
	background-color: white;
}

.spinnerContainer button {
	text-align: center;
	border: 0;
	background-color: transparent;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}

.numberPlus .material-icons,
.numberMinus .material-icons {
	font-size: 1.5em;
	line-height: 0.5;
	display: block;
	border-radius: 1.75em;
	margin: 0 auto;
}

#body[data-theme="green"] .spinnerContainer button .material-icons {
	color: #8bc34a;
}

#body[data-theme="blue"] .spinnerContainer input .material-icons {
	color: darkblue;
}

#body[data-theme="red"] .spinnerContainer input .material-icons {
	color: darkred;
}

#body[data-theme="orange"] .spinnerContainer input .material-icons {
	color: #714c13;
}

#body[data-theme="dark"] .spinnerContainer input .material-icons {
	color: black;
}

#body[data-theme="green"] .spinnerContainer button {
	color: #8bc34a;
}

#body[data-theme="blue"] .spinnerContainer button {
	color: #4d9bd0;
}

#body[data-theme="red"] .spinnerContainer button {
	color: #ff9bab;
}

#body[data-theme="orange"] .spinnerContainer button {
	color: orange;
}

#body[data-theme="dark"] .spinnerContainer button {
	color: #433748;
}

/*=========== spinner theme ================*/
.money {
	width: 100%;
}

.cart-form-group {
	text-align: center;
	width: 100%;
	display: table;
	padding: 0.25em 0.75em;
	background-color: white;
}

#cart .cart-form-group {
	padding: 0.5em;
}

.cart-form-group .col-md-2 {
	vertical-align: middle;
	display: table-cell;
}

#cart .cart-form-group .col-md-2 {
	padding: 1em;
}

.cart-form-group .col-md-10 {
	vertical-align: middle;
	display: table-cell;
	text-align: right;
}

#body[data-theme="dark"] .cart-form-group {
	color: white;
	background-color: #6d5a75;
}

#body[data-theme="dark"] .form-group.cart-form-group font {
	color: white;
}

.cart-attributes-select {
	display: inline-block;
}

#total {
	font-size: 1.25em;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#body[data-theme="green"] #total {
	color: darkgreen;
}

#body[data-theme="blue"] #total {
	color: #313382;
}

#body[data-theme="red"] #total {
	color: darkred;
}

#body[data-theme="dark"] #total {
	color: #badfff;
}

#body[data-theme="orange"] #total {
	color: #9b4304;
}

#total {
	font-size: 2em;
	color: #10aa10;
}

#total span {
	font-size: 1.5em;
}

#body[data-theme="dark"] #total span {
	color: peachpuff;
}

.total {
	text-transform: capitalize;
	padding: 1em;
}

#body[data-theme="green"] #total span {
	color: #10aa10;
}

#body[data-theme="blue"] #total span {
	color: #4d9bd0;
}

#body[data-theme="red"] #total span {
	color: #ff6f88;
}

/* removes white space in text inputs*/


/*========*/
/*.accordion {
	width: 100%;
}
.accordion .tab {
	width: 100%;
}
.accordion .tab header {
	padding: 1em;
	text-align: center;
	color: white;
	text-align: center;
	text-transform: capitalize;
}
.accordion .tab.active header {
	/*background-color: gold;
	color: red;*/
}

/*.accordion .tab .content {
	width: 100%;
	padding: 1em;
	text-align: center;
	transform-origin: top;
}*/
/*.accordion .tab .content {
	display: none;
}*/
@-webkit-keyframes fadeIn {
	0% {
		transform: scaleY(0)
	}

	100% {
		transform: scaleY(1)
	}
}

@-moz-keyframes fadeIn {
	0% {
		transform: scaleY(0)
	}

	100% {
		transform: scaleY(1)
	}
}

.accordion .tab.active .content {
	display: block;
	height: auto;
	-webkit-animation: fadeIn 0.3s ease-out;
	-moz-animation: fadeIn 0.3s ease-out;
}

.popup-test {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 0;
	transform: translate(-50%, -50%);
	background-color: white;
	text-align: center;
	z-index: 999;
	box-shadow: 0em 0.2em 0.25em rgba(0, 0, 0, 0.5);
	transition: 0.3s;
	padding: 1em;
	overflow: hidden;
	font-size: 0;
}

.popup-test.active {
	font-size: 1em;
	width: 20em;
}

#body[data-theme="green"] .column-container {
	background-color: #fafff4;
}

#body[data-theme="blue"] .column-container {
	background-color: aliceblue;
}

#body[data-theme="red"] .column-container {
	background-color: #ffe1e6;
}

#body[data-theme="dark"] .content-column {
	background-color: #4f425c;
	box-shadow: 0em 0.2em 0.25em #0000008a;
}

.content-column {
	overflow: hidden;
}

.overflow-container {
	overflow-x: scroll;
}

.content-column p {
	line-height: 2em;
	padding: 1em 1em;
	text-align: justify;
}

.content-column header {
	font-size: 1.5em;
	text-transform: capitalize;
	text-align: left;
	padding: 0.5em;
	color: white;
}

#body[data-theme="green"] .content-column header {
	background-color: #8bc34a;
}

#body[data-theme="blue"] .content-column header {
	background-color: #4d9bd0;
}

#body[data-theme="red"] .content-column header {
	background-color: #ff9bab;
}

#body[data-theme="dark"] .content-column header {
	background-color: #433748;
}

.content-column ul {
	list-style-type: none !important;
}

.content-column li {
	padding: 0.5em 0em;
	color: black;
}

#body[data-theme="dark"] .content-column li {
	color: white;
}

.content-column label {
	font-size: 1.2em;
	text-transform: capitalize;
	font-weight: normal;
}

#body[data-theme="dark"] #cart-footer {
	color: white !important;
}

/* =========================================== */

/* removes white space in text inputs*/

input[type="text"] {
	white-space: pre-line !important;
}

#participants-names-ages {
	text-align: left;
	width: 100%;
	padding: 1em 0.75em;
	margin-bottom: 0.25em;
	background-color: white;
}

#body[data-theme="dark"] #participants-names-ages {
	background-color: #6d5a75;
}

.participants {
	width: 100%;
	font-size: 0.9em;
}

.participant {
	text-align: center;
	transition: 0.5s;
	position: relative;
}

.participant[data-delete="delete"] {
	display: none;
}

.participant.delete {
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.participant label,
.participant input {
	display: inline-block;
	vertical-align: top;
	text-transform: capitalize;
	margin: 0.5em;
	text-align: left;
}

.input-age,
.input-name {
	padding: 0.25em;
	font-size: 1em;
}

.participant .input-age,
.participant label[for="age"] {
	width: 20%;
}

.participant .input-name,
.participant label[for="name"] {
	width: 68.6%;
}

#body[data-theme="green"] #participants-names-ages label {
	color: #008000;
}

#body[data-theme="blue"] #participants-names-ages label {
	color: #026981;
}

#body[data-theme="red"] #participants-names-ages label {
	color: crimson;
}

#body[data-theme="dark"] #participants-names-ages label {
	color: white;
}

#body[data-theme="orange"] #participants-names-ages label {
	color: #86420e;
}

.total {
	text-transform: capitalize;
	padding: 1em;
}

.removeBtn {
	font-size: 1em;
	text-transform: capitalize;
	display: inline-block;
	margin: 0.25em;
	padding: 0.25em;
	position: absolute;
	background-color: transparent;
	border: 0;
	right: 0;
	top: 0;
}

.removeBtn .material-icons {
	background-color: #f0f0f0;
	border-radius: 2em;
	line-height: 1em;
	border: 0.12em solid gray;
	color: gray;
}

#carrierInput {
	position: absolute;
	z-index: -1;
}

.output-carrier {
	position: absolute;
	z-index: -1;
}

#output-carrier {
	position: absolute;
	z-index: -1;
}

#edit-output {
	position: absolute;
	z-index: -1;
}

.output-moved {
	position: absolute;
	z-index: -1;
}

.participant-text-input {
	position: absolute;
	z-index: -1;
}

.participant-text-input.valid {
	position: absolute;
	z-index: -1;
}

#participants-list {
	display: inline-block;
	border: 0;
	text-align: center;
	height: 0;
	overflow: hidden;
}

#landing {
	/*position: absolute;
	z-index: -1;*/
}

#participants-names-ages header {
	text-transform: capitalize;
	text-align: left;
	padding: 0em 1em;
}

#body[data-theme="green"] #participants-names-ages header {
	color: #008000;
}

#body[data-theme="blue"] #participants-names-ages header {
	color: #026981;
}

#body[data-theme="red"] #participants-names-ages header {
	color: crimson;
}

#body[data-theme="dark"] #participants-names-ages header {
	color: white;
}

#body[data-theme="orange"] #participants-names-ages header {
	color: #86420e;
}

#participants-list {
	display: inline-block;
	border: 0.2em solid gainsboro;
	text-align: center;
}

#participants-list header {
	background-color: #35b632;
	color: white;
	text-transform: capitalize;
	padding: 0.5em;
	font-size: 1.25em;
}

#participants-list ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0em 0.5em;
	text-transform: capitalize;
	font-size: 1em;
}

#participants-list ul {
	margin-bottom: 0 !important;
}

#participants-list ul li p,
#participants-list ul li b {
	margin: 0.25em auto;
}

#carrierInput {}

/* =========================================== */
.hd-btn-alt-green,
.add-participant {
	display: inline-block;
	color: white;
	border: 0;
	text-transform: capitalize;
	padding: 0.5em 1em;
	margin: 0.5em;
	border-radius: 2em;
}

#body[data-theme="green"] .hd-btn-alt-green,
#body[data-theme="green"] .add-participant {
	background-color: #8BC34A;
}

#body[data-theme="orange"] .hd-btn-alt-green,
#body[data-theme="orange"] .add-participant {
	background-color: chocolate;
}

#body[data-theme="blue"] .hd-btn-alt-green,
#body[data-theme="blue"] .add-participant {
	background-color: #4D9BD0;
}

#body[data-theme="red"] .hd-btn-alt-green,
#body[data-theme="red"] .add-participant {
	background-color: #FF9BAB;
}

#body[data-theme="dark"] .hd-btn-alt-green,
#body[data-theme="dark"] .add-participant {
	background-color: #50435e;
}

/*==============================================*/
/*====*/
#settings {
	position: fixed;
	right: 0;
	top: 0.45em;
	z-index: 999;
}

#settings header {
	color: white;
	font-size: 1em;
	text-transform: capitalize;
	text-align: center;
}

#settings nav {
	width: 0em;
	height: 0em;
	background-color: rgba(0, 0, 0, 0.75);
	overflow: hidden;
	transition: 0.3s;
	transform-origin: right;
	position: relative;
	padding-top: 0.5em;
}

#font-sizer {
	font-size: 18px;
	z-index: 999;
	margin: 0 auto;
	display: block;
	border-top: 0.25em solid #ffffff78;
	text-align: center;
	padding-bottom: 0.5em;
}

#font-sizer button {
	font-size 1em;
	border: 0;
	font-weight: bold;
	padding: 0em 0.5em;
	display: inline-block;
	vertical-align: middle;
	background: white;
}

#font-sizer b {
	font-family sans-serif;
	background-color: white;
	padding: 0em 1em;
	display: inline-block;
	vertical-align: middle;
}

#settings.active nav {
	width: 20em;
	height: 24em;
	text-align: center;
}

#settings-btn {
	position: relative;
	height: 2em;
	width: 2em;
	background: none;
	border: 0;
	border-radius: 50%;
}

#settings-btn {
	position: relative;
	height: 2em;
	width: 2em;
	background: none;
	border: 0;
	border-radius: 50%;
	margin-right: 0.25em;
}

#settings-btn img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 2em;
	transform-origin: center;
	transition: 0.75s;
	font-size: 0.75em;
}

#settings-btn:hover img,
#settings.active img {
	transform: translate(-50%, -50%) rotate(-90deg);
}

#orientation {
	width: 100%;
	text-align: center;
	border-top: 0.25em solid #ffffff78;
	margin-top: 0.5em;
}

/*=====================================================================*/
.column-btn {
	border: 0;
	background-color: transparent;
	width: 2em;
	height: 2em;
	display: inline-block;
	vertical-align: middle;
	margin: 0.5em;
	transition: 0.3s;
}

.column-btn:hover {
	transform: scale(1.1);
}

.column-btn .button-1 {
	width: 2em;
	height: 2em;
	display: block;
}

.column-btn .button-2 {
	width: 2em;
	height: 2em;
	display: block;
}

.column-btn .button-3 {
	width: 2em;
	height: 2em;
	display: block;
}

.column-btn .button-4 {
	width: 2em;
	height: 2em;
	display: block;
}

.button-1 div {
	height: 0.8em;
	background-color: white;
	display: block;
	margin-bottom: 0.2em;
}

.button-2 div {
	width: 0.81em;
	margin: 0em 0em;
	height: 1.9em;
	background-color: white;
	display: inline-block;
}

.button-3 div {
	width: 0.4em;
	margin: 0em 0em;
	height: 1.9em;
	background-color: white;
	display: inline-block;
}

.button-4 div {
	width: 0.74em;
	margin: 0.12em 0.13em;
	height: 0.75em;
	background-color: white;
	float: left;
}

.content-column {
	background-color: white;
	padding: 1.25em;
	margin: 0.5em 0.25em;
	break-after: avoid;
	vertical-align: top;
	text-align: center;
}

.column-1 {
	column-count: 1;
}

.column-2 {
	/* column-count: 2; */
	display: table;
	width: 100%;
}

.column-2 #column-left {
	display: table-cell;
}

.column-2 #column-right {
	width: 24em;
	text-align: center;
	display: table-cell;
	vertical-align: top;
}

.column-3 {
	/*column-count: 3;*/
	text-align: center;
}

.column-3 .content-column {
	width: 32%;
	display: inline-block;
	overflow-x: scroll;
}

.column-4 .content-column {
	display: inline-block;
	width: 47.5%;
	margin: 1%;
	vertical-align: top;
}

.content-column td[colspan="5"] {
	background-color: #8bc34a;
	color: white;
	text-align: center;
}

@media(max-width:700px) {
	/*.columns-2 {
		column-count: 1;
	}*/
}

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

/*====*/
.column {
	-webkit-column-break-inside: avoid;
	/* Chrome, Safari, Opera */
	page-break-inside: avoid;
	/* Firefox */
	break-inside: avoid;
	/* IE 10+ */
	padding: 1em;
	column-gap: 1em;
	break-after: avoid;
	position: relative;
}

.column[data-layout='1'] {
	/*column-count: 1;*/
}

.column[data-layout='2'] {
	/*column-count: 2;*/
}

.column[data-layout='3'] {
	/*column-count: 3;*/
}

.layout-btn {
	border: 0;
	background-color: #912828;
	border-radius: 0.33em;
	width: 2em;
	height: 2em;
	position: absolute;
	left: 1em;
	top: 1em;
	font-size: 1.25em;
	text-align: center;
	z-index: 999;
}

/*=====================================================================*/
.layout-btn .button-1,
.layout-btn .button-2,
.layout-btn .button-3 {
	height: 2em;
	width: 2em;
	cursor: pointer;
}

.button-1 div {
	height: 0.8em;
	background-color: white;
	display: block;
	margin-bottom: 0.2em;
}

.button-2 div {
	width: 0.81em;
	margin: 0em 0em;
	height: 1.9em;
	background-color: white;
	display: inline-block;
}

.button-3 div {
	width: 0.4em;
	margin: 0em 0em;
	height: 1.9em;
	background-color: white;
	display: inline-block;
}

.button-4 div {
	width: 0.74em;
	margin: 0.12em 0.13em;
	height: 0.75em;
	background-color: white;
	float: left;
}

button[onclick="clearStore()"] {
	border: 0.15em solid white;
	background: none;
	color: white;
	display: inline-block;
	margin: 0 auto;
	text-transform: capitalize;
	padding: 0.15em 0.2em;
}

@media(max-width:1000px) {
	#settings {
		background-color: rgba(0, 0, 0, 0.5);
		top: 1.4em;
		z-index: 999;
	}

	#settings nav {
		padding-top: 0;
	}

	#settings-btn {
		margin-right: 0;
	}

	.login-nav {
		padding-top: 1em;
	}
}
/*===============================================================*/
label.control-label.col-md-2 {
	vertical-align: top;
	padding-right: 0.25em;
}

#counter-container {
	display: inline-block;
	border: 2px solid gainsboro;
	vertical-align: top;
	font-size: 15px;
	text-align: center;
	text-transform: capitalize;
	color: #333;
	padding: 0.25em;
}

#counter-container b {
	font-size: 1.25em;
	font-weight: bold;
}
