@font-face {
 src:url(../fonts/Cabin/Cabin-SemiBold.ttf);
 font-family: cabin;
}

/* FOOTER ******************* */

.footer-bs {
    background-color: #3c3d41;
	padding: 40px 20px;
	color: rgba(255,255,255,1.00);
	margin-bottom: 0px;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }

@media (min-width: 768px) {
	.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
}





/* END FOOTER ******************* */


@charset "utf-8";

h1, h2 {
	font-size:22px;
/*	font-family: Istanbul; */
font-family:cabin;
/*	color:#0E4983 */
	
}

thead {
  background-color: #10367D;
  color: white;
}

a {text-decoration:none;
color:#125EA4}

a:hover {text-decoration:underline;
color:#0E4983}

.pic {margin:5px;}

/*.anchor2 {
  height:70px; 
  margin:-70px 0 0;
  display:block;
  visibility: hidden;
}
*/

a.anchor {
  content:"";
  display:block;
  height:30px; /* fixed header height*/
  margin:-30px 0 0; /* negative fixed header height */
  visibility: hidden;
}

.details-own-want {text-align: right;font-size: small;}

.details-own-want-sell {
	background-color:inherit;
	border:none;
	text-align:right;
	font-weight:bold;
	color:#10367D;

}
.details-own-want-sell:hover {text-decoration:underline;}

.addbutton {
	background-color:inherit;
	text-align:center;
	border:none;
	font-weight:bold;
	color:#10367D;
}

.addbutton:hover {text-decoration:underline}
	
.enlarge {
	text-align:center;
	color:#10367D;
	margin-top: 15px;
}

.notLoggedInAlert {
	background-color:inherit;
	text-align:center;
	font-weight:bold;
}

.user-own-want a {color: #B81C2E;font-size:small}

.panel-darkblue{border-color:#0E4983}.panel-darkblue>.panel-heading{color:#fff;background-color:#0E4983;border-color:#0E4983}.panel-darkblue>.panel-heading+.panel-collapse>.panel-body{border-top-color:#0E4983}.panel-darkblue>.panel-heading .badge{color:#0E4983;background-color:#fff}.panel-darkblue>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#0E4983}

.remove {text-align:right;background-color:inherit;border:none;}

.removebutton {
	background-color:inherit;
	border:0px;
	font-size:small;
	text-align:center;
	font-style:italic;
	color:#3c3d41;
}

.removebutton:hover {text-decoration:underline}

.error {color:#D61F31;font-size:x-small;}

.red {color:red;}
.blue {color:blue;}

.sale {
	background-color:#FDBB1D;
	border-style:dashed;
	border-color:#6C6C6C;
	border-width:thin;

	color: black;

	  display: inline-block;
 	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;

  margin-top: 6px;

  font-size: 12px;
  font-weight:bold;
  line-height: 1.42857143; 
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

.navbar-text {color: white}

.detailsprice {font-size:xx-large;font-weight: bold;}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {padding-bottom: 56.25%;}
.embed-responsive-4by3 {padding-bottom: 75%;}

.menu ul li {
	list-style-type: none;
	font-size: medium;
	position: relative;
	left: -35px;
	padding-top: 12px;
	background-color: #FFFFFF;
}

article h2 {font-size: large;
margin-top:24px}

article p {color: rgba(146,146,146,1.00);text-decoration: none;font-size: medium;}

/*menu headings in sidebar */
#menubar .menu h2 {
	display: inline;
	font-size: medium;
	padding-right: 6%;
	text-decoration:none;
}


/* Menu headings in sidebar */
#menubar .menu h2 {font-size: large; text-decoration:none}
/*Links under menus in sidebar */
#menubar .menu ul li a {font-size: medium;}

/*The link to be hidden in tablet view */
.sidebar #menubar .menu ul .notimp {display: none;}

/*Links in sidebar */
.sidebar #menubar .menu ul li a {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
.sidebar #menubar .menu ul li a:hover {
	color: rgba(107,97,97,1.00);
}

/* Menus in sidebar */
.sidebar #menubar .menu {
	margin-bottom: 20px;
}

/* menus in sidebar */
.sidebar #menubar .menu {
	width: 100%;
/*	text-align: center; */
	position: relative;
	top: 15px;
}
/*menubar in sidebar */
#content .sidebar #menubar {
	position: relative;
	left: -7%;
	overflow: hidden;
	width: 95%;
	padding-top: 0px;
}

/* Unordered list for menu elements */
.menu ul {
	position: relative;
	padding-left: 24%;
}

.bg {
/*	background-color: #033375; */
	border-color: #FFFFFF;
}
.bgblue {
/*	background-color: #EDF2F8; */
background-color: #F5F5F5;
}

.media-left {
		width:127px;
	height:125px;
	text-align:center;
}

.test4 {
	border: thin;
	border-style: solid;
	border-color: #DDDDDD;
	padding: 5px;
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.price {font-size:larger;font-weight:bold;}

.col3a {
width:50px;
background-color:#EDF2F8;
text-align:center;
   float:right;
   margin-left:5px;
}

.col1artist {margin-left:10px;}

.col1artist img {margin-right: 10px;float:left;}

.col2 {
width:60px;
text-align:center;
   float:right
}

/* product details */


.collinfo {float:right;text-align:right;margin-right:6px;margin-left:6px}
.collinfo a {font-size:x-small}
.collinfo a:hover {font-size:small}


/* Search results: */

.mylink {color:#999999;}
.mylink a {color:#B42424;}


.col1 {
	margin-left:10px;
	width: 162px;
	float:left
}

.coltopsearch1 {
width:56px;
margin-left:174px;
margin-right:2px;
text-align:center;
   float:left;
   font-size:12px
}

.coltopsearch2 {
width:56px;
margin-left:2px;
margin-right:2px;
text-align:center;
   float:left;
   font-size:12px
}

.col3search {
width:50px;
background-color:#EDF2F8;
text-align:center;
margin-left:5px;
margin-right:2px;

   float:left
}


/* Pagination */


.results {
	margin: 2px;
  padding: 4px 8px;
  line-height: 1.42857143;
	font-size:12px;
	border: 1px solid #0E4983;
	color: #0E4983;
	float:left;
  border-radius: 2px;
}

.resultscurrent {
	padding: 2px 5px 2px 5px;
  padding: 4px 8px;
	font-size:12px;
  line-height: 1.42857143;
	margin: 2px;
	border: 1px solid #0E4983;
	font-weight: bold;
	background-color: #0E4983;
	color: #FFF;
	float:left;	
  border-radius: 2px;
}


div.pagination {
	margin-top:2px;
	padding-top:2px;
	font-size:12px;
  line-height: 1.42857143;
	float: left;
}

div.pagination a {
	padding: 4px 8px;
	margin: 2px;
	border: 1px solid #0E4983;
  border-radius: 3px;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #0E4983;
  border-radius: 3px;
}

div.pagination span.current {
	padding: 4px 8px;
	margin: 2px;
	border: 1px solid #0E4983;
	font-weight: bold;
	background-color: #0E4983;
	color: #FFF;
  border-radius: 3px;
	}	

div.pagination span.disabled {
	padding: 4px 8px;
	margin: 2px;
	border: 1px solid #DBE6F3;
	color: #CFDFF1;
  border-radius: 3px;
}


/* Media column right */

.collinfo {
/*	float:right; */
	text-align:right;
	margin-top: 3px;
	margin-right:6px;
	margin-left:6px
}

.collinfo a {font-size:x-small}
.collinfo a:hover {font-size:small}


/* Match Columns */


.row.is-flex {
    display: flex;flex-wrap: wrap;}
.row.is-flex > [class*='col-'] {display: flex;flex-direction: column;}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* Buttons */

.btn-space {margin-right: 4px;margin-top: 4px;}

.but {
  display: inline-block;
  padding: 0px;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.42857143; 
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1px;
  width: 45px;
}
.but:focus,
.but:active:focus,
.but.active:focus,
.but.focus,
.but:active.focus,
.but.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.but:hover,
.but:focus,
.but.focus {
  color: #333;
  text-decoration: none;
}
.but:active,
.but.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.but.disabled,
.but[disabled],
fieldset[disabled] .but {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.but.disabled,
fieldset[disabled] a.but {
  pointer-events: none;
}
.but-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.but-default:focus,
.but-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.but-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.but-default:active,
.but-default.active,
.open > .dropdown-toggle.but-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.but-default:active:hover,
.but-default.active:hover,
.open > .dropdown-toggle.but-default:hover,
.but-default:active:focus,
.but-default.active:focus,
.open > .dropdown-toggle.but-default:focus,
.but-default:active.focus,
.but-default.active.focus,
.open > .dropdown-toggle.but-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.but-default:active,
.but-default.active,
.open > .dropdown-toggle.but-default {
  background-image: none;
}
.but-default.disabled,
.but-default[disabled],
fieldset[disabled] .but-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.but-default .badge {
  color: #fff;
  background-color: #333;
}
.but-blue {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.but-blue:focus,
.but-blue.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.but-blue:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.but-blue:active,
.but-blue.active,
.open > .dropdown-toggle.but-blue {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.but-blue:active:hover,
.but-blue.active:hover,
.open > .dropdown-toggle.but-blue:hover,
.but-blue:active:focus,
.but-blue.active:focus,
.open > .dropdown-toggle.but-blue:focus,
.but-blue:active.focus,
.but-blue.active.focus,
.open > .dropdown-toggle.but-blue.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.but-blue:active,
.but-blue.active,
.open > .dropdown-toggle.but-blue {
  background-image: none;
}
.but-blue.disabled,
.but-blue[disabled],
fieldset[disabled] .but-blue,
.but-blue.disabled:hover,
.but-blue[disabled]:hover,
fieldset[disabled] .but-blue:hover,
.but-blue.disabled:focus,
.but-blue[disabled]:focus,
fieldset[disabled] .but-blue:focus,
.but-blue.disabled.focus,
.but-blue[disabled].focus,
fieldset[disabled] .but-blue.focus,
.but-blue.disabled:active,
.but-blue[disabled]:active,
fieldset[disabled] .but-blue:active,
.but-blue.disabled.active,
.but-blue[disabled].active,
fieldset[disabled] .but-blue.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.but-blue .badge {
  color: #337ab7;
  background-color: #fff;
}


/* Blue Button large*/

.btn-blue {
  color: #fff;
  background-color: #337ab7;

}

.btn-blue:focus,
.btn-blue.focus {
  color: #fff;
  background-color: #286090;

}

.btn-blue:hover {
  color: #fff;
  background-color: #286090;

}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #337ab7;

}
.btn-blue:active:hover,
.btn-blue.active:hover,
.open > .dropdown-toggle.btn-blue:hover,
.btn-blue:active:focus,
.btn-blue.active:focus,
.open > .dropdown-toggle.btn-blue:focus,
.btn-blue:active.focus,
.btn-blue.active.focus,
.open > .dropdown-toggle.btn-blue.focus {
  color: #fff;
  background-color: #286090;

}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
  background-color: #337ab7;

}
.btn-blue .badge {
  color: #337ab7;
  background-color: #fff;
}

.progress-bar-blue {
  background-color: #337ab7;
}




/* Small purple button */

.but-purple {
  color: #fff;
  background-color: #9A69E3;
  border-color: #8A52DE;

}
.but-purple:focus,
.but-purple.focus {
  color: #fff;

  background-color: #6F29D7;
  border-color: #41197D;

}
.but-purple:hover {
  color: #fff;
  background-color: #6F29D7;
  border-color: #204d74;
}
.but-purple:active,
.but-purple.active,
.open > .dropdown-toggle.but-purple {
  color: #fff;
  background-color: #6F29D7;
  border-color: #204d74;
}
.but-purple:active:hover,
.but-purple.active:hover,
.open > .dropdown-toggle.but-purple:hover,
.but-purple:active:focus,
.but-purple.active:focus,
.open > .dropdown-toggle.but-purple:focus,
.but-purple:active.focus,
.but-purple.active.focus,
.open > .dropdown-toggle.but-purple.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #41197D;
}
.but-purple:active,
.but-purple.active,
.open > .dropdown-toggle.but-purple {
  background-image: none;
}
.but-purple.disabled,
.but-purple[disabled],
fieldset[disabled] .but-purple,
.but-purple.disabled:hover,
.but-purple[disabled]:hover,
fieldset[disabled] .but-purple:hover,
.but-purple.disabled:focus,
.but-purple[disabled]:focus,
fieldset[disabled] .but-purple:focus,
.but-purple.disabled.focus,
.but-purple[disabled].focus,
fieldset[disabled] .but-purple.focus,
.but-purple.disabled:active,
.but-purple[disabled]:active,
fieldset[disabled] .but-purple:active,
.but-purple.disabled.active,
.but-purple[disabled].active,
fieldset[disabled] .but-purple.active {
  background-color: #9A69E3;
  border-color: #8A52DE;
}
.but-purple .badge {
  color: #9A69E3;
  background-color: #fff;
}

/* small lime button */


.but-lime {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.but-lime:focus,
.but-lime.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.but-lime:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.but-lime:active,
.but-lime.active,
.open > .dropdown-toggle.but-lime {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-lime:active:hover,
.btn-lime.active:hover,
.open > .dropdown-toggle.btn-lime:hover,
.btn-lime:active:focus,
.btn-lime.active:focus,
.open > .dropdown-toggle.btn-lime:focus,
.btn-lime:active.focus,
.btn-lime.active.focus,
.open > .dropdown-toggle.btn-lime.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-lime:active,
.btn-lime.active,
.open > .dropdown-toggle.btn-lime {
  background-image: none;
}
.btn-lime.disabled,
.btn-lime[disabled],
fieldset[disabled] .btn-lime,
.btn-lime.disabled:hover,
.btn-lime[disabled]:hover,
fieldset[disabled] .btn-lime:hover,
.btn-lime.disabled:focus,
.btn-lime[disabled]:focus,
fieldset[disabled] .btn-lime:focus,
.btn-lime.disabled.focus,
.btn-lime[disabled].focus,
fieldset[disabled] .btn-lime.focus,
.btn-lime.disabled:active,
.btn-lime[disabled]:active,
fieldset[disabled] .btn-lime:active,
.btn-lime.disabled.active,
.btn-lime[disabled].active,
fieldset[disabled] .btn-lime.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.but-lime .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* Lime Button large*/

.btn-lime {
  color: #fff;
  background-color: #5cb85c;

}

.btn-lime:focus,
.btn-lime.focus {
  color: #fff;
  background-color: #449d44;

}

.btn-lime:hover {
  color: #fff;
  background-color: #449d44;

}
.btn-lime:active,
.btn-lime.active,
.open > .dropdown-toggle.btn-lime {
  color: #fff;
  background-color: #5cb85c;

}
.btn-lime:active:hover,
.btn-lime.active:hover,
.open > .dropdown-toggle.btn-lime:hover,
.btn-lime:active:focus,
.btn-lime.active:focus,
.open > .dropdown-toggle.btn-lime:focus,
.btn-lime:active.focus,
.btn-lime.active.focus,
.open > .dropdown-toggle.btn-lime.focus {
  color: #fff;
  background-color: #449d44;

}
.btn-lime:active,
.btn-lime.active,
.open > .dropdown-toggle.btn-lime {
  background-image: none;
}
.btn-lime.disabled,
.btn-lime[disabled],
fieldset[disabled] .btn-lime,
.btn-lime.disabled:hover,
.btn-lime[disabled]:hover,
fieldset[disabled] .btn-lime:hover,
.btn-lime.disabled:focus,
.btn-lime[disabled]:focus,
fieldset[disabled] .btn-lime:focus,
.btn-lime.disabled.focus,
.btn-lime[disabled].focus,
fieldset[disabled] .btn-lime.focus,
.btn-lime.disabled:active,
.btn-lime[disabled]:active,
fieldset[disabled] .btn-lime:active,
.btn-lime.disabled.active,
.btn-lime[disabled].active,
fieldset[disabled] .btn-lime.active {
  background-color: #5cb85c;

}
.btn-lime .badge {
  color: #5cb85c;
  background-color: #fff;
}

.progress-bar-lime {
  background-color: #5cb85c;
}


/* Small info button */

.but-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.but-info:focus,
.but-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.but-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.but-info:active,
.but-info.active,
.open > .dropdown-toggle.but-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.but-info:active:hover,
.but-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.but-info:active:focus,
.but-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.but-info:active.focus,
.but-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.but-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* small warning button */

.but-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.but-warning:focus,
.but-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.but-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.but-warning:active,
.but-warning.active,
.open > .dropdown-toggle.but-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.but-warning:active,
.but-warning.active,
.open > .dropdown-toggle.but-warning {
  background-image: none;
}
.but-warning.disabled,
.but-warning[disabled],
fieldset[disabled] .but-warning,
.but-warning.disabled:hover,
.but-warning[disabled]:hover,
fieldset[disabled] .but-warning:hover,
.but-warning.disabled:focus,
.but-warning[disabled]:focus,
fieldset[disabled] .but-warning:focus,
.but-warning.disabled.focus,
.but-warning[disabled].focus,
fieldset[disabled] .but-warning.focus,
.but-warning.disabled:active,
.but-warning[disabled]:active,
fieldset[disabled] .but-warning:active,
.but-warning.disabled.active,
.but-warning[disabled].active,
fieldset[disabled] .but-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.but-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* Lila */


.but-lila {
  color: #fff;
  background-color: #DD8BD8;

}

.but-lila:focus,
.but-lila.focus {
  color: #fff;
  background-color: #D167CB;

  
}
.but-lila:hover {
  color: #fff;
  background-color: #D167CB;

}
.but-lila:active,
.but-lila.active,
.open > .dropdown-toggle.but-lila {
  color: #fff;
  background-color: #D167CB;

}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.but-lila:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #C648BF;

  
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #DD8BD8;

}
.but-warning .badge {
  color: #DD8BD8;

}


/* Small Red  Button */

.but-danger {
  color: #fff;
  background-color: #d9534f;

}
.but-danger:focus,
.but-danger.focus {
  color: #fff;
  background-color: #c9302c;

}
.but-danger:hover {
  color: #fff;
  background-color: #c9302c;

}
.but-danger:active,
.but-danger.active,
.open > .dropdown-toggle.but-danger {
  color: #fff;
  background-color: #c9302c;

}
.but-danger:active:hover,
.but-danger.active:hover,
.open > .dropdown-toggle.but-danger:hover,
.but-danger:active:focus,
.but-danger.active:focus,
.open > .dropdown-toggle.but-danger:focus,
.but-danger:active.focus,
.but-danger.active.focus,
.open > .dropdown-toggle.but-danger.focus {
  color: #fff;
  background-color: #ac2925;

}
.but-danger:active,
.but-danger.active,
.open > .dropdown-toggle.but-danger {
  background-image: none;
}
.but-danger.disabled,
.but-danger[disabled],
fieldset[disabled] .but-danger,
.but-danger.disabled:hover,
.but-danger[disabled]:hover,
fieldset[disabled] .but-danger:hover,
.but-danger.disabled:focus,
.but-danger[disabled]:focus,
fieldset[disabled] .but-danger:focus,
.but-danger.disabled.focus,
.but-danger[disabled].focus,
fieldset[disabled] .but-danger.focus,
.but-danger.disabled:active,
.but-danger[disabled]:active,
fieldset[disabled] .but-danger:active,
.but-danger.disabled.active,
.but-danger[disabled].active,
fieldset[disabled] .but-danger.active {
  background-color: #d9534f;

}
.but-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}

/* Lila Button large*/

.btn-lila {
  color: #fff;
  background-color: #DD8BD8;

}

.btn-lila:focus,
.btn-lila.focus {
  color: #fff;
  background-color: #D167CB;

}

.btn-lila:hover {
  color: #fff;
  background-color: #D167CB;

}
.btn-lila:active,
.btn-lila.active,
.open > .dropdown-toggle.btn-lila {
  color: #fff;
  background-color: #D167CB;

}
.btn-lila:active:hover,
.btn-lila.active:hover,
.open > .dropdown-toggle.btn-lila:hover,
.btn-lila:active:focus,
.btn-lila.active:focus,
.open > .dropdown-toggle.btn-lila:focus,
.btn-lila:active.focus,
.btn-lila.active.focus,
.open > .dropdown-toggle.btn-lila.focus {
  color: #fff;
  background-color: #C648BF;

}
.btn-lila:active,
.btn-lila.active,
.open > .dropdown-toggle.btn-lila {
  background-image: none;
}
.btn-lila.disabled,
.btn-lila[disabled],
fieldset[disabled] .btn-lila,
.btn-lila.disabled:hover,
.btn-lila[disabled]:hover,
fieldset[disabled] .btn-lila:hover,
.btn-lila.disabled:focus,
.btn-lila[disabled]:focus,
fieldset[disabled] .btn-lila:focus,
.btn-lila.disabled.focus,
.btn-lila[disabled].focus,
fieldset[disabled] .btn-lila.focus,
.btn-lila.disabled:active,
.btn-lila[disabled]:active,
fieldset[disabled] .btn-lila:active,
.btn-lila.disabled.active,
.btn-lila[disabled].active,
fieldset[disabled] .btn-lila.active {
  background-color: #5cb85c;

}
.btn-lila .badge {
  color: #5cb85c;
  background-color: #fff;
}

.progress-bar-lila {
  background-color: #DD8BD8;
}


/* Purple Button large*/

.btn-purple {
  color: #fff;
  background-color: #9A69E3;

}

.btn-purple:focus,
.btn-purple.focus {
  color: #fff;
  background-color: #6F29D7;

}

.btn-purple:hover {
  color: #fff;
  background-color: #6F29D7;

}
.btn-lila:active,
.btn-lila.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #6F29D7;

}
.btn-lila:active:hover,
.btn-lila.active:hover,
.open > .dropdown-toggle.btn-lila:hover,
.btn-lila:active:focus,
.btn-lila.active:focus,
.open > .dropdown-toggle.btn-lila:focus,
.btn-lila:active.focus,
.btn-lila.active.focus,
.open > .dropdown-toggle.btn-lila.focus {
  color: #fff;
  background-color: #C648BF;

}
.btn-lila:active,
.btn-lila.active,
.open > .dropdown-toggle.btn-lila {
  background-image: none;
}
.btn-lila.disabled,
.btn-lila[disabled],
fieldset[disabled] .btn-lila,
.btn-lila.disabled:hover,
.btn-lila[disabled]:hover,
fieldset[disabled] .btn-lila:hover,
.btn-lila.disabled:focus,
.btn-lila[disabled]:focus,
fieldset[disabled] .btn-lila:focus,
.btn-lila.disabled.focus,
.btn-lila[disabled].focus,
fieldset[disabled] .btn-lila.focus,
.btn-lila.disabled:active,
.btn-lila[disabled]:active,
fieldset[disabled] .btn-lila:active,
.btn-lila.disabled.active,
.btn-lila[disabled].active,
fieldset[disabled] .btn-lila.active {
  background-color: #5cb85c;

}
.btn-purple .badge {
  color: #5cb85c;
  background-color: #fff;
}

.progress-bar-purple {
  background-color: #9A69E3;
}


/* Small darkgreen button */

.but-darkgreen {
  color: #fff;
  background-color: #788C3A;


}
.but-darkgreen:focus,
.but-darkgreen.focus {
  color: #fff;
  background-color: #5D6C2E;


}
.but-darkgreen:hover {
  color: #fff;
  background-color: #5D6C2E;

}
.but-darkgreen:active,
.but-darkgreen.active,
.open > .dropdown-toggle.but-darkgreen {
  color: #fff;
  background-color: #5D6C2E;

}
.but-darkgreen:active:hover,
.but-darkgreen.active:hover,
.open > .dropdown-toggle.but-darkgreen:hover,
.but-darkgreen:active:focus,
.but-darkgreen.active:focus,
.open > .dropdown-toggle.but-darkgreen:focus,
.but-darkgreen:active.focus,
.but-darkgreen.active.focus,
.open > .dropdown-toggle.but-darkgreen.focus {
  color: #fff;
  background-color: #4E5A28;

}
.but-darkgreen:active,
.but-darkgreen.active,
.open > .dropdown-toggle.but-darkgreen {
  background-image: none;
}
.but-darkgreen.disabled,
.but-darkgreen[disabled],
fieldset[disabled] .but-darkgreen,
.but-darkgreen.disabled:hover,
.but-darkgreen[disabled]:hover,
fieldset[disabled] .but-darkgreen:hover,
.but-darkgreen.disabled:focus,
.but-darkgreen[disabled]:focus,
fieldset[disabled] .but-darkgreen:focus,
.but-darkgreen.disabled.focus,
.but-darkgreen[disabled].focus,
fieldset[disabled] .but-darkgreen.focus,
.but-darkgreen.disabled:active,
.but-darkgreen[disabled]:active,
fieldset[disabled] .but-darkgreen:active,
.but-darkgreen.disabled.active,
.but-darkgreen[disabled].active,
fieldset[disabled] .but-darkgreen.active {
  background-color: #788C3A;

}
.but-darkgreen .badge {
  color: #788C3A;
  background-color: #fff;
}


/* Darkgreen Button large*/

.btn-darkgreen {
  color: #fff;
  background-color: #788C3A;

}

.btn-darkgreen:focus,
.btn-darkgreen.focus {
  color: #fff;
  background-color: #5D6C2E;

}

.btn-darkgreen:hover {
  color: #fff;
  background-color: #5D6C2E;

}
.btn-darkgreen:active,
.btn-darkgreen.active,
.open > .dropdown-toggle.btn-darkgreen {
  color: #fff;
  background-color: #5D6C2E;

}
.btn-darkgreen:active:hover,
.btn-darkgreen.active:hover,
.open > .dropdown-toggle.btn-darkgreen:hover,
.btn-darkgreen:active:focus,
.btn-darkgreen.active:focus,
.open > .dropdown-toggle.btn-darkgreen:focus,
.btn-darkgreen:active.focus,
.btn-darkgreen.active.focus,
.open > .dropdown-toggle.btn-darkgreen.focus {
  color: #fff;
  background-color: #4E5A28;

}
.btn-darkgreen:active,
.btn-darkgreen.active,
.open > .dropdown-toggle.btn-darkgreen {
  background-image: none;
}
.btn-darkgreen.disabled,
.btn-darkgreen[disabled],
fieldset[disabled] .btn-darkgreen,
.btn-darkgreen.disabled:hover,
.btn-darkgreen[disabled]:hover,
fieldset[disabled] .btn-darkgreen:hover,
.btn-darkgreen.disabled:focus,
.btn-darkgreen[disabled]:focus,
fieldset[disabled] .btn-darkgreen:focus,
.btn-darkgreen.disabled.focus,
.btn-darkgreen[disabled].focus,
fieldset[disabled] .btn-darkgreen.focus,
.btn-darkgreen.disabled:active,
.btn-darkgreen[disabled]:active,
fieldset[disabled] .btn-darkgreen:active,
.btn-darkgreen.disabled.active,
.btn-darkgreen[disabled].active,
fieldset[disabled] .btn-darkgreen.active {
  background-color: #788C3A;

}
.btn-darkgreen .badge {
  color: #788C3A;
  background-color: #fff;
}

.progress-bar-darkgreen {
  background-color: #788C3A;
}

/* Small OO Scale button */

.but-oo {
  color: #fff;
  background-color: #C28E8E;


}
.but-oo:focus,
.but-oo.focus {
  color: #fff;
  background-color: #C28E8E;


}
.but-oo:hover {
  color: #fff;
  background-color: #B88080;

}
.but-oo:active,
.but-oo.active,
.open > .dropdown-toggle.but-oo {
  color: #fff;
  background-color: #C28E8E;

}
.but-oo:active:hover,
.but-oo.active:hover,
.open > .dropdown-toggle.but-oo:hover,
.but-oo:active:focus,
.but-oo.active:focus,
.open > .dropdown-toggle.but-oo:focus,
.but-oo:active.focus,
.but-oo.active.focus,
.open > .dropdown-toggle.but-oo.focus {
  color: #fff;
  background-color: #B88080;

}
.but-oo:active,
.but-oo.active,
.open > .dropdown-toggle.but-oo {
  background-image: none;
}
.but-oo.disabled,
.but-oo[disabled],
fieldset[disabled] .but-oo,
.but-oo.disabled:hover,
.but-oo[disabled]:hover,
fieldset[disabled] .but-oo:hover,
.but-oo.disabled:focus,
.but-oo[disabled]:focus,
fieldset[disabled] .but-oo:focus,
.but-oo.disabled.focus,
.but-oo[disabled].focus,
fieldset[disabled] .but-oo.focus,
.but-oo.disabled:active,
.but-oo[disabled]:active,
fieldset[disabled] .but-oo:active,
.but-oo.disabled.active,
.but-oo[disabled].active,
fieldset[disabled] .but-oo.active {
  background-color: #C28E8E;

}
.but-oo .badge {
  color: #fff;
  background-color: #C28E8E;
}


/* OO Scale Button large*/

.btn-oo {
  color: #fff;
  background-color: #C28E8E;

}

.btn-oo:focus,
.btn-oo.focus {
  color: #fff;
  background-color: #C28E8E;

}

.btn-oo:hover {
  color: #fff;
  background-color: #B88080;

}
.btn-oo:active,
.btn-oo.active,
.open > .dropdown-toggle.btn-oo {
  color: #fff;
  background-color: #C28E8E;

}
.btn-oo:active:hover,
.btn-oo.active:hover,
.open > .dropdown-toggle.btn-oo:hover,
.btn-oo:active:focus,
.btn-oo.active:focus,
.open > .dropdown-toggle.btn-oo:focus,
.btn-oo:active.focus,
.btn-oo.active.focus,
.open > .dropdown-toggle.btn-oo.focus {
  color: #fff;
  background-color: #C6A300;

}
.btn-oo:active,
.btn-oo.active,
.open > .dropdown-toggle.btn-oo {
  background-image: none;
}
.btn-oo.disabled,
.btn-oo[disabled],
fieldset[disabled] .btn-oo,
.btn-oo.disabled:hover,
.btn-oo[disabled]:hover,
fieldset[disabled] .btn-oo:hover,
.btn-oo.disabled:focus,
.btn-oo[disabled]:focus,
fieldset[disabled] .btn-oo:focus,
.btn-oo.disabled.focus,
.btn-oo[disabled].focus,
fieldset[disabled] .btn-oo.focus,
.btn-oo.disabled:active,
.btn-oo[disabled]:active,
fieldset[disabled] .btn-oo:active,
.btn-oo.disabled.active,
.btn-oo[disabled].active,
fieldset[disabled] .btn-oo.active {
  background-color: #C28E8E;

}
.btn-oo .badge {
  color: #fff;
  background-color: #C28E8E;
}
.progress-bar-oo {
  background-color: #C28E8E;
}

.progress-bar-mkshop {
  background-color: #0E4983;
}
/* Maroon Scale button */

.but-maroon {
  color: #FFF;
  background-color: #A54141;


}
.but-maroon:focus,
.but-maroon.focus {
  color: #FFF;
  background-color: #C6A300;


}
.but-maroon:hover {
  color: #FFF;
  background-color: #903A3A;

}
.but-maroon:active,
.but-maroon.active,
.open > .dropdown-toggle.but-maroon {
  color: #FFF;
  background-color: #903A3A;

}
.but-maroon:active:hover,
.but-maroon.active:hover,
.open > .dropdown-toggle.but-maroon:hover,
.but-maroon:active:focus,
.but-maroon.active:focus,
.open > .dropdown-toggle.but-maroon:focus,
.but-maroon:active.focus,
.but-maroon.active.focus,
.open > .dropdown-toggle.but-maroon.focus {
  color: #FFF;
  background-color: #903A3A;

}
.but-maroon:active,
.but-maroon.active,
.open > .dropdown-toggle.but-maroon {
  background-image: none;
}
.but-maroon.disabled,
.but-maroon[disabled],
fieldset[disabled] .but-maroon,
.but-maroon.disabled:hover,
.but-maroon[disabled]:hover,
fieldset[disabled] .but-maroon:hover,
.but-maroon.disabled:focus,
.but-maroon[disabled]:focus,
fieldset[disabled] .but-maroon:focus,
.but-maroon.disabled.focus,
.but-maroon[disabled].focus,
fieldset[disabled] .but-maroon.focus,
.but-maroon.disabled:active,
.but-maroon[disabled]:active,
fieldset[disabled] .but-maroon:active,
.but-maroon.disabled.active,
.but-maroon[disabled].active,
fieldset[disabled] .but-maroon.active {
  background-color: #A54141;

}
.but-maroon .badge {
  color: #FFF;
  background-color: #A54141;
}


/* Maroon Scale Button large*/

.btn-maroon {
  color: #FFF;
  background-color: #A54141;

}

.btn-maroon:focus,
.btn-maroon.focus {
  color: #FFF;
  background-color: #903A3A;

}

.btn-maroon:hover {
  color: #FFF;
  background-color: #903A3A;

}
.btn-maroon:active,
.btn-maroon.active,
.open > .dropdown-toggle.btn-maroon {
  color: #FFF;
  background-color: #903A3A;

}
.btn-maroon:active:hover,
.btn-maroon.active:hover,
.open > .dropdown-toggle.btn-maroon:hover,
.btn-maroon:active:focus,
.btn-maroon.active:focus,
.open > .dropdown-toggle.btn-maroon:focus,
.btn-maroon:active.focus,
.btn-maroon.active.focus,
.open > .dropdown-toggle.btn-maroon.focus {
  color: #FFF;
  background-color: #903A3A;

}
.btn-maroon:active,
.btn-maroon.active,
.open > .dropdown-toggle.btn-maroon {
  background-image: none;
}
.btn-maroon.disabled,
.btn-maroon[disabled],
fieldset[disabled] .btn-maroon,
.btn-maroon.disabled:hover,
.btn-maroon[disabled]:hover,
fieldset[disabled] .btn-maroon:hover,
.btn-maroon.disabled:focus,
.btn-maroon[disabled]:focus,
fieldset[disabled] .btn-maroon:focus,
.btn-maroon.disabled.focus,
.btn-maroon[disabled].focus,
fieldset[disabled] .btn-maroon.focus,
.btn-maroon.disabled:active,
.btn-maroon[disabled]:active,
fieldset[disabled] .btn-maroon:active,
.btn-maroon.disabled.active,
.btn-maroon[disabled].active,
fieldset[disabled] .btn-maroon.active {
  background-color: #A54141;

}
.btn-maroon .badge {
  color: #FFF;
  background-color: #A54141;
}
.progress-bar-maroon {
  background-color: #A54141;
}

/* Salmon Scale button */

.but-salmon {
  color: #FFF;
  background-color: #FF8080;
  border-color: #FF7373;

}
.but-salmon:focus,
.but-salmon.focus {
  color: #FFF;
  background-color: #C6A300;


}
.but-salmon:hover {
  color: #FFF;
  background-color: #FF7373;

}
.but-salmon:active,
.but-salmon.active,
.open > .dropdown-toggle.but-salmon {
  color: #FFF;
  background-color: #FF7373;

}
.but-salmon:active:hover,
.but-salmon.active:hover,
.open > .dropdown-toggle.but-salmon:hover,
.but-salmon:active:focus,
.but-salmon.active:focus,
.open > .dropdown-toggle.but-salmon:focus,
.but-salmon:active.focus,
.but-salmon.active.focus,
.open > .dropdown-toggle.but-salmon.focus {
  color: #FFF;
  background-color: #FF7373;

}
.but-salmon:active,
.but-salmon.active,
.open > .dropdown-toggle.but-salmon {
  background-image: none;
}
.but-salmon.disabled,
.but-salmon[disabled],
fieldset[disabled] .but-salmon,
.but-salmon.disabled:hover,
.but-salmon[disabled]:hover,
fieldset[disabled] .but-salmon:hover,
.but-salmon.disabled:focus,
.but-salmon[disabled]:focus,
fieldset[disabled] .but-salmon:focus,
.but-salmon.disabled.focus,
.but-salmon[disabled].focus,
fieldset[disabled] .but-salmon.focus,
.but-salmon.disabled:active,
.but-salmon[disabled]:active,
fieldset[disabled] .but-salmon:active,
.but-salmon.disabled.active,
.but-salmon[disabled].active,
fieldset[disabled] .but-salmon.active {
  background-color: #FF8080;

}
.but-salmon .badge {
  color: #FFF;
  background-color: #FF8080;
}


/* Salmon Scale Button large*/

.btn-salmon {
  color: #FFF;
  background-color: #FF8080;

}

.btn-salmon:focus,
.btn-salmon.focus {
  color: #FFF;
  background-color: #FF7373;

}

.btn-salmon:hover {
  color: #FFF;
  background-color: #FF7373;

}
.btn-salmon:active,
.btn-salmon.active,
.open > .dropdown-toggle.btn-salmon {
  color: #FFF;
  background-color: #FF7373;

}
.btn-salmon:active:hover,
.btn-salmon.active:hover,
.open > .dropdown-toggle.btn-salmon:hover,
.btn-salmon:active:focus,
.btn-salmon.active:focus,
.open > .dropdown-toggle.btn-salmon:focus,
.btn-salmon:active.focus,
.btn-salmon.active.focus,
.open > .dropdown-toggle.btn-salmon.focus {
  color: #FFF;
  background-color: #FF7373;

}
.btn-salmon:active,
.btn-salmon.active,
.open > .dropdown-toggle.btn-salmon {
  background-image: none;
}
.btn-salmon.disabled,
.btn-salmon[disabled],
fieldset[disabled] .btn-salmon,
.btn-salmon.disabled:hover,
.btn-salmon[disabled]:hover,
fieldset[disabled] .btn-salmon:hover,
.btn-salmon.disabled:focus,
.btn-salmon[disabled]:focus,
fieldset[disabled] .btn-salmon:focus,
.btn-salmon.disabled.focus,
.btn-salmon[disabled].focus,
fieldset[disabled] .btn-salmon.focus,
.btn-salmon.disabled:active,
.btn-salmon[disabled]:active,
fieldset[disabled] .btn-salmon:active,
.btn-salmon.disabled.active,
.btn-salmon[disabled].active,
fieldset[disabled] .btn-salmon.active {
  background-color: #FF8080;

}
.btn-salmon .badge {
  color: #FFF;
  background-color: #FF8080;
}
.progress-bar-salmon {
  background-color: #FF8080;
}

.progress-bar-mkshop {
  background-color: #0E4983;
}


/* Orange Scale button */

.but-orange {
  color: #FFF;
  background-color: #F7944B;


}
.but-orange:focus,
.but-orange.focus {
  color: #FFF;
  background-color: #C6A300;


}
.but-orange:hover {
  color: #FFF;
  background-color: #FF7373;

}
.but-orange:active,
.but-orange.active,
.open > .dropdown-toggle.but-orange {
  color: #FFF;
  background-color: #FF7373;

}
.but-orange:active:hover,
.but-orange.active:hover,
.open > .dropdown-toggle.but-orange:hover,
.but-orange:active:focus,
.but-orange.active:focus,
.open > .dropdown-toggle.but-orange:focus,
.but-orange:active.focus,
.but-orange.active.focus,
.open > .dropdown-toggle.but-orange.focus {
  color: #FFF;
  background-color: #FF7373;

}
.but-orange:active,
.but-orange.active,
.open > .dropdown-toggle.but-orange {
  background-image: none;
}
.but-orange.disabled,
.but-orange[disabled],
fieldset[disabled] .but-orange,
.but-orange.disabled:hover,
.but-orange[disabled]:hover,
fieldset[disabled] .but-orange:hover,
.but-orange.disabled:focus,
.but-orange[disabled]:focus,
fieldset[disabled] .but-orange:focus,
.but-orange.disabled.focus,
.but-orange[disabled].focus,
fieldset[disabled] .but-orange.focus,
.but-orange.disabled:active,
.but-orange[disabled]:active,
fieldset[disabled] .but-orange:active,
.but-orange.disabled.active,
.but-orange[disabled].active,
fieldset[disabled] .but-orange.active {
  background-color: #F7944B;

}
.but-orange .badge {
  color: #FFF;
  background-color: #F7944B;
}



/* Orange Scale Button large*/

.btn-orange {
  color: #FFF;
  background-color: #F7944B;

}

.btn-orange:focus,
.btn-orange.focus {
  color: #FFF;
  background-color: #FF7373;

}

.btn-orange:hover {
  color: #FFF;
  background-color: #F57C23;

}
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  color: #FFF;
  background-color: #F57C23;

}
.btn-orange:active:hover,
.btn-orange.active:hover,
.open > .dropdown-toggle.btn-orange:hover,
.btn-orange:active:focus,
.btn-orange.active:focus,
.open > .dropdown-toggle.btn-orange:focus,
.btn-orange:active.focus,
.btn-orange.active.focus,
.open > .dropdown-toggle.btn-orange.focus {
  color: #FFF;
  background-color: #F57C23;

}
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  background-image: none;
}
.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled.focus,
.btn-orange[disabled].focus,
fieldset[disabled] .btn-orange.focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
  background-color: #F7944B;

}
.btn-orange .badge {
  color: #FFF;
  background-color: #F7944B;
}
.progress-bar-orange {
  background-color: #F7944B;
}


/* Brown Scale button */

.but-brown {
  color: #FFF;
  background-color: #9A6324;


}
.but-brown:focus,
.but-brown.focus {
  color: #FFF;
  background-color: #7D4F1D;


}
.but-brown:hover {
  color: #FFF;
  background-color: #7D4F1D;

}
.but-brown:active,
.but-brown.active,
.open > .dropdown-toggle.but-brown {
  color: #FFF;
  background-color: #7D4F1D;

}
.but-brown:active:hover,
.but-brown.active:hover,
.open > .dropdown-toggle.but-brown:hover,
.but-brown:active:focus,
.but-brown.active:focus,
.open > .dropdown-toggle.but-brown:focus,
.but-brown:active.focus,
.but-brown.active.focus,
.open > .dropdown-toggle.but-brown.focus {
  color: #FFF;
  background-color: #7D4F1D;

}
.but-brown:active,
.but-brown.active,
.open > .dropdown-toggle.but-brown {
  background-image: none;
}
.but-brown.disabled,
.but-brown[disabled],
fieldset[disabled] .but-brown,
.but-brown.disabled:hover,
.but-brown[disabled]:hover,
fieldset[disabled] .but-brown:hover,
.but-brown.disabled:focus,
.but-brown[disabled]:focus,
fieldset[disabled] .but-brown:focus,
.but-brown.disabled.focus,
.but-brown[disabled].focus,
fieldset[disabled] .but-brown.focus,
.but-brown.disabled:active,
.but-brown[disabled]:active,
fieldset[disabled] .but-brown:active,
.but-brown.disabled.active,
.but-brown[disabled].active,
fieldset[disabled] .but-brown.active {
  background-color: #9A6324;

}
.but-brown .badge {
  color: #FFF;
  background-color: #9A6324;
}





/* Brown Scale Button large*/

.btn-brown {
  color: #FFF;
  background-color: #9A6324;

}

.btn-brown:focus,
.btn-brown.focus {
  color: #FFF;
  background-color: #7D4F1D;

}

.btn-brown:hover {
  color: #FFF;
  background-color: #7D4F1D;

}
.btn-brown:active,
.btn-brown.active,
.open > .dropdown-toggle.btn-brown {
  color: #FFF;
  background-color: #7D4F1D;

}
.btn-brown:active:hover,
.btn-brown.active:hover,
.open > .dropdown-toggle.btn-brown:hover,
.btn-brown:active:focus,
.btn-brown.active:focus,
.open > .dropdown-toggle.btn-brown:focus,
.btn-brown:active.focus,
.btn-brown.active.focus,
.open > .dropdown-toggle.btn-brown.focus {
  color: #FFF;
  background-color: #7D4F1D;

}
.btn-brown:active,
.btn-brown.active,
.open > .dropdown-toggle.btn-brown {
  background-image: none;
}
.btn-brown.disabled,
.btn-brown[disabled],
fieldset[disabled] .btn-brown,
.btn-brown.disabled:hover,
.btn-brown[disabled]:hover,
fieldset[disabled] .btn-brown:hover,
.btn-brown.disabled:focus,
.btn-brown[disabled]:focus,
fieldset[disabled] .btn-brown:focus,
.btn-brown.disabled.focus,
.btn-brown[disabled].focus,
fieldset[disabled] .btn-brown.focus,
.btn-brown.disabled:active,
.btn-brown[disabled]:active,
fieldset[disabled] .btn-brown:active,
.btn-brown.disabled.active,
.btn-brown[disabled].active,
fieldset[disabled] .btn-brown.active {
  background-color: #9A6324;

}
.btn-brown .badge {
  color: #FFF;
  background-color: #9A6324;
}
.progress-bar-brown {
  background-color: #9A6324;
}

.progress-bar-mkshop {
  background-color: #0E4983;
}


/* Bluegrey Scale button */

.but-bluegrey {
  color: #FFF;
  background-color: #6B8999;


}
.but-bluegrey:focus,
.but-bluegrey.focus {
  color: #FFF;
  background-color: #C6A300;


}
.but-bluegrey:hover {
  color: #FFF;
  background-color: #57707D;

}
.but-bluegrey:active,
.but-bluegrey.active,
.open > .dropdown-toggle.but-bluegrey {
  color: #FFF;
  background-color: #57707D;

}
.but-bluegrey:active:hover,
.but-bluegrey.active:hover,
.open > .dropdown-toggle.but-bluegrey:hover,
.but-bluegrey:active:focus,
.but-bluegrey.active:focus,
.open > .dropdown-toggle.but-bluegrey:focus,
.but-bluegrey:active.focus,
.but-bluegrey.active.focus,
.open > .dropdown-toggle.but-bluegrey.focus {
  color: #FFF;
  background-color: #57707D;

}
.but-bluegrey:active,
.but-bluegrey.active,
.open > .dropdown-toggle.but-bluegrey {
  background-image: none;
}
.but-bluegrey.disabled,
.but-bluegrey[disabled],
fieldset[disabled] .but-bluegrey,
.but-bluegrey.disabled:hover,
.but-bluegrey[disabled]:hover,
fieldset[disabled] .but-bluegrey:hover,
.but-bluegrey.disabled:focus,
.but-bluegrey[disabled]:focus,
fieldset[disabled] .but-bluegrey:focus,
.but-bluegrey.disabled.focus,
.but-bluegrey[disabled].focus,
fieldset[disabled] .but-bluegrey.focus,
.but-bluegrey.disabled:active,
.but-bluegrey[disabled]:active,
fieldset[disabled] .but-bluegrey:active,
.but-bluegrey.disabled.active,
.but-bluegrey[disabled].active,
fieldset[disabled] .but-bluegrey.active {
  background-color: #6B8999;

}
.but-bluegrey .badge {
  color: #FFF;
  background-color: #6B8999;
}

/* Bluegrey Scale Button large*/

.btn-bluegrey {
  color: #FFF;
  background-color: #6B8999;

}

.btn-bluegrey:focus,
.btn-bluegrey.focus {
  color: #FFF;
  background-color: #57707D;

}

.btn-bluegrey:hover {
  color: #FFF;
  background-color: #57707D;

}
.btn-bluegrey:active,
.btn-bluegrey.active,
.open > .dropdown-toggle.btn-bluegrey {
  color: #FFF;
  background-color: #57707D;

}
.btn-bluegrey:active:hover,
.btn-bluegrey.active:hover,
.open > .dropdown-toggle.btn-bluegrey:hover,
.btn-bluegrey:active:focus,
.btn-bluegrey.active:focus,
.open > .dropdown-toggle.btn-bluegrey:focus,
.btn-bluegrey:active.focus,
.btn-bluegrey.active.focus,
.open > .dropdown-toggle.btn-bluegrey.focus {
  color: #FFF;
  background-color: #57707D;

}
.btn-bluegrey:active,
.btn-bluegrey.active,
.open > .dropdown-toggle.btn-bluegrey {
  background-image: none;
}
.btn-bluegrey.disabled,
.btn-bluegrey[disabled],
fieldset[disabled] .btn-bluegrey,
.btn-bluegrey.disabled:hover,
.btn-bluegrey[disabled]:hover,
fieldset[disabled] .btn-bluegrey:hover,
.btn-bluegrey.disabled:focus,
.btn-bluegrey[disabled]:focus,
fieldset[disabled] .btn-bluegrey:focus,
.btn-bluegrey.disabled.focus,
.btn-bluegrey[disabled].focus,
fieldset[disabled] .btn-bluegrey.focus,
.btn-bluegrey.disabled:active,
.btn-bluegrey[disabled]:active,
fieldset[disabled] .btn-bluegrey:active,
.btn-bluegrey.disabled.active,
.btn-bluegrey[disabled].active,
fieldset[disabled] .btn-bluegrey.active {
  background-color: #6B8999;

}
.btn-bluegrey .badge {
  color: #FFF;
  background-color: #6B8999;
}
.progress-bar-bluegrey {
  background-color: #6B8999;
}

.progress-bar-mkshop {
  background-color: #0E4983;
}

/* Ziterdes Scale button */

.but-ziterdes {
  color: #FFF;
  background-color: #427A2E;


}
.but-ziterdes:focus,
.but-ziterdes.focus {
  color: #FFF;
  background-color: #C6A300;


}
.but-ziterdes:hover {
  color: #FFF;
  background-color: #2E681A;

}
.but-ziterdes:active,
.but-ziterdes.active,
.open > .dropdown-toggle.but-ziterdes {
  color: #FFF;
  background-color: #2E681A;

}
.but-ziterdes:active:hover,
.but-ziterdes.active:hover,
.open > .dropdown-toggle.but-ziterdes:hover,
.but-ziterdes:active:focus,
.but-ziterdes.active:focus,
.open > .dropdown-toggle.but-ziterdes:focus,
.but-ziterdes:active.focus,
.but-ziterdes.active.focus,
.open > .dropdown-toggle.but-ziterdes.focus {
  color: #FFF;
  background-color: #2E681A;

}
.but-ziterdes:active,
.but-ziterdes.active,
.open > .dropdown-toggle.but-ziterdes {
  background-image: none;
}
.but-ziterdes.disabled,
.but-ziterdes[disabled],
fieldset[disabled] .but-ziterdes,
.but-ziterdes.disabled:hover,
.but-ziterdes[disabled]:hover,
fieldset[disabled] .but-ziterdes:hover,
.but-ziterdes.disabled:focus,
.but-ziterdes[disabled]:focus,
fieldset[disabled] .but-ziterdes:focus,
.but-ziterdes.disabled.focus,
.but-ziterdes[disabled].focus,
fieldset[disabled] .but-ziterdes.focus,
.but-ziterdes.disabled:active,
.but-ziterdes[disabled]:active,
fieldset[disabled] .but-ziterdes:active,
.but-ziterdes.disabled.active,
.but-ziterdes[disabled].active,
fieldset[disabled] .but-ziterdes.active {
  background-color: #427A2E;

}
.but-ziterdes .badge {
  color: #FFF;
  background-color: #427A2E;
}

/* Ziterdes Scale Button large*/

.btn-ziterdes {
  color: #FFF;
  background-color: #427A2E;

}

.btn-ziterdes:focus,
.btn-ziterdes.focus {
  color: #FFF;
  background-color: #2E681A;

}

.btn-ziterdes:hover {
  color: #FFF;
  background-color: #2E681A;

}
.btn-ziterdes:active,
.btn-ziterdes.active,
.open > .dropdown-toggle.btn-ziterdes {
  color: #FFF;
  background-color: #2E681A;

}
.btn-ziterdes:active:hover,
.btn-ziterdes.active:hover,
.open > .dropdown-toggle.btn-ziterdes:hover,
.btn-ziterdes:active:focus,
.btn-ziterdes.active:focus,
.open > .dropdown-toggle.btn-ziterdes:focus,
.btn-ziterdes:active.focus,
.btn-ziterdes.active.focus,
.open > .dropdown-toggle.btn-ziterdes.focus {
  color: #FFF;
  background-color: #2E681A;

}
.btn-ziterdes:active,
.btn-ziterdes.active,
.open > .dropdown-toggle.btn-ziterdes {
  background-image: none;
}
.btn-ziterdes.disabled,
.btn-ziterdes[disabled],
fieldset[disabled] .btn-ziterdes,
.btn-ziterdes.disabled:hover,
.btn-ziterdes[disabled]:hover,
fieldset[disabled] .btn-ziterdes:hover,
.btn-ziterdes.disabled:focus,
.btn-ziterdes[disabled]:focus,
fieldset[disabled] .btn-ziterdes:focus,
.btn-ziterdes.disabled.focus,
.btn-ziterdes[disabled].focus,
fieldset[disabled] .btn-ziterdes.focus,
.btn-ziterdes.disabled:active,
.btn-ziterdes[disabled]:active,
fieldset[disabled] .btn-ziterdes:active,
.btn-ziterdes.disabled.active,
.btn-ziterdes[disabled].active,
fieldset[disabled] .btn-ziterdes.active {
  background-color: #427A2E;

}
.btn-ziterdes .badge {
  color: #FFF;
  background-color: #427A2E;
}
.progress-bar-ziterdes {
  background-color: #427A2E;
}

.progress-bar-mkshop {
  background-color: #0E4983;
}
/* Beige Scale button */

.but-beige {
  color: #FFFFFF;
  background-color: #B59563;


}
.but-beige:focus,
.but-beige.focus {
  color: #FFFFFF;
  background-color: #C6A300;


}
.but-beige:hover {
  color: #FFFFFF;
  background-color: #A1814F;

}
.but-beige:active,
.but-beige.active,
.open > .dropdown-toggle.but-beige {
  color: #FFFFFF;
  background-color: #A1814F;

}
.but-beige:active:hover,
.but-beige.active:hover,
.open > .dropdown-toggle.but-beige:hover,
.but-beige:active:focus,
.but-beige.active:focus,
.open > .dropdown-toggle.but-beige:focus,
.but-beige:active.focus,
.but-beige.active.focus,
.open > .dropdown-toggle.but-beige.focus {
  color: #FFFFFF;
  background-color: #A1814F;

}
.but-beige:active,
.but-beige.active,
.open > .dropdown-toggle.but-beige {
  background-image: none;
}
.but-beige.disabled,
.but-beige[disabled],
fieldset[disabled] .but-beige,
.but-beige.disabled:hover,
.but-beige[disabled]:hover,
fieldset[disabled] .but-beige:hover,
.but-beige.disabled:focus,
.but-beige[disabled]:focus,
fieldset[disabled] .but-beige:focus,
.but-beige.disabled.focus,
.but-beige[disabled].focus,
fieldset[disabled] .but-beige.focus,
.but-beige.disabled:active,
.but-beige[disabled]:active,
fieldset[disabled] .but-beige:active,
.but-beige.disabled.active,
.but-beige[disabled].active,
fieldset[disabled] .but-beige.active {
  background-color: #B59563;

}
.but-beige .badge {
  color: #FFFFFF;
  background-color: #B59563;
}

/* Beige Scale Button large*/

.btn-beige {
  color: #FFFFFF;
  background-color: #B59563;
  border-radius: 1;


}

.btn-beige:focus,
.btn-beige.focus {
  color: #FFFFFF;
  background-color: #A1814F;

}

.btn-beige:hover {
  color: #FFFFFF;
  background-color: #A1814F;

}
.btn-beige:active,
.btn-beige.active,
.open > .dropdown-toggle.btn-beige {
  color: #FFFFFF;
  background-color: #A1814F;

}
.btn-beige:active:hover,
.btn-beige.active:hover,
.open > .dropdown-toggle.btn-beige:hover,
.btn-beige:active:focus,
.btn-beige.active:focus,
.open > .dropdown-toggle.btn-beige:focus,
.btn-beige:active.focus,
.btn-beige.active.focus,
.open > .dropdown-toggle.btn-beige.focus {
  color: #FFFFFF;
  background-color: #A1814F;

}
.btn-beige:active,
.btn-beige.active,
.open > .dropdown-toggle.btn-beige {
  background-image: none;
}
.btn-beige.disabled,
.btn-beige[disabled],
fieldset[disabled] .btn-beige,
.btn-beige.disabled:hover,
.btn-beige[disabled]:hover,
fieldset[disabled] .btn-beige:hover,
.btn-beige.disabled:focus,
.btn-beige[disabled]:focus,
fieldset[disabled] .btn-beige:focus,
.btn-beige.disabled.focus,
.btn-beige[disabled].focus,
fieldset[disabled] .btn-beige.focus,
.btn-beige.disabled:active,
.btn-beige[disabled]:active,
fieldset[disabled] .btn-beige:active,
.btn-beige.disabled.active,
.btn-beige[disabled].active,
fieldset[disabled] .btn-beige.active {
  background-color: #B59563;

}
.btn-beige .badge {
  color: #FFFFFF;
  background-color: #B59563;
}
.progress-bar-beige {
  background-color: #B59563;
}

/* Teal Scale button */

.but-teal {
  color: #FFFFFF;
  background-color: #258988;


}
.but-teal:focus,
.but-teal.focus {
  color: #FFFFFF;
  background-color: #258988;


}
.but-teal:hover {
  color: #FFFFFF;
  background-color: #258988;

}
.but-teal:active,
.but-teal.active,
.open > .dropdown-toggle.but-teal {
  color: #FFFFFF;
  background-color: #258988;

}
.but-teal:active:hover,
.but-teal.active:hover,
.open > .dropdown-toggle.but-teal:hover,
.but-teal:active:focus,
.but-teal.active:focus,
.open > .dropdown-toggle.but-teal:focus,
.but-teal:active.focus,
.but-teal.active.focus,
.open > .dropdown-toggle.but-teal.focus {
  color: #FFFFFF;
  background-color: #258988;

}
.but-teal:active,
.but-teal.active,
.open > .dropdown-toggle.but-teal {
  background-image: none;
}
.but-teal.disabled,
.but-teal[disabled],
fieldset[disabled] .but-teal,
.but-teal.disabled:hover,
.but-teal[disabled]:hover,
fieldset[disabled] .but-teal:hover,
.but-teal.disabled:focus,
.but-teal[disabled]:focus,
fieldset[disabled] .but-teal:focus,
.but-teal.disabled.focus,
.but-teal[disabled].focus,
fieldset[disabled] .but-teal.focus,
.but-teal.disabled:active,
.but-teal[disabled]:active,
fieldset[disabled] .but-teal:active,
.but-teal.disabled.active,
.but-teal[disabled].active,
fieldset[disabled] .but-teal.active {
  background-color: #258988;

}
.but-teal .badge {
  color: #FFFFFF;
  background-color: #258988;
}



/* Teal Scale Button large*/

.btn-teal {
  color: #FFFFFF;
  background-color: #258988;
  border-radius: 1;

}

.btn-teal:focus,
.btn-teal.focus {
  color: #FFFFFF;
  background-color: #258988;

}

.btn-teal:hover {
  color: #FFFFFF;
  background-color: #237776;

}
.btn-teal:active,
.btn-teal.active,
.open > .dropdown-toggle.btn-teal {
  color: #FFFFFF;
  background-color: #258988;

}
.btn-teal:active:hover,
.btn-teal.active:hover,
.open > .dropdown-toggle.btn-teal:hover,
.btn-teal:active:focus,
.btn-teal.active:focus,
.open > .dropdown-toggle.btn-teal:focus,
.btn-teal:active.focus,
.btn-teal.active.focus,
.open > .dropdown-toggle.btn-teal.focus {
  color: #FFFFFF;
  background-color: #237776;

}
.btn-teal:active,
.btn-teal.active,
.open > .dropdown-toggle.btn-teal {
  background-image: none;
}
.btn-teal.disabled,
.btn-teal[disabled],
fieldset[disabled] .btn-teal,
.btn-teal.disabled:hover,
.btn-teal[disabled]:hover,
fieldset[disabled] .btn-teal:hover,
.btn-teal.disabled:focus,
.btn-teal[disabled]:focus,
fieldset[disabled] .btn-teal:focus,
.btn-teal.disabled.focus,
.btn-teal[disabled].focus,
fieldset[disabled] .btn-teal.focus,
.btn-teal.disabled:active,
.btn-teal[disabled]:active,
fieldset[disabled] .btn-teal:active,
.btn-teal.disabled.active,
.btn-teal[disabled].active,
fieldset[disabled] .btn-teal.active {
  background-color: #258988;

}
.btn-teal .badge {
  color: #FFFFFF;
  background-color: #258988;
}
.progress-bar-teal {
  background-color: #258988;
}


/* Concrete Scale button */

.but-concrete {
  color: #FFFFFF;
  background-color: #B2AF7E;


}
.but-concrete:focus,
.but-concrete.focus {
  color: #FFFFFF;
  background-color: #B2AF7E;


}
.but-concrete:hover {
  color: #FFFFFF;
  background-color: #B2AF7E;

}
.but-concrete:active,
.but-concrete.active,
.open > .dropdown-toggle.but-concrete {
  color: #FFFFFF;
  background-color: #B2AF7E;

}
.but-concrete:active:hover,
.but-concrete.active:hover,
.open > .dropdown-toggle.but-concrete:hover,
.but-concrete:active:focus,
.but-concrete.active:focus,
.open > .dropdown-toggle.but-concrete:focus,
.but-concrete:active.focus,
.but-concrete.active.focus,
.open > .dropdown-toggle.but-concrete.focus {
  color: #FFFFFF;
  background-color: #B2AF7E;

}
.but-concrete:active,
.but-concrete.active,
.open > .dropdown-toggle.but-concrete {
  background-image: none;
}
.but-concrete.disabled,
.but-concrete[disabled],
fieldset[disabled] .but-concrete,
.but-concrete.disabled:hover,
.but-concrete[disabled]:hover,
fieldset[disabled] .but-concrete:hover,
.but-concrete.disabled:focus,
.but-concrete[disabled]:focus,
fieldset[disabled] .but-concrete:focus,
.but-concrete.disabled.focus,
.but-concrete[disabled].focus,
fieldset[disabled] .but-concrete.focus,
.but-concrete.disabled:active,
.but-concrete[disabled]:active,
fieldset[disabled] .but-concrete:active,
.but-concrete.disabled.active,
.but-concrete[disabled].active,
fieldset[disabled] .but-concrete.active {
  background-color: #B2AF7E;

}
.but-concrete .badge {
  color: #FFFFFF;
  background-color: #B2AF7E;
}



/* Concrete Scale Button large*/

.btn-concrete {
  color: #FFFFFF;
  background-color: #B2AF7E;
  border-radius: 1;

}

.btn-concrete:focus,
.btn-concrete.focus {
  color: #FFFFFF;
  background-color: #B2AF7E;

}

.btn-concrete:hover {
  color: #FFFFFF;
  background-color: #A5A069;

}
.btn-concrete:active,
.btn-concrete.active,
.open > .dropdown-toggle.btn-concrete {
  color: #FFFFFF;
  background-color: #B2AF7E;

}
.btn-concrete:active:hover,
.btn-concrete.active:hover,
.open > .dropdown-toggle.btn-concrete:hover,
.btn-concrete:active:focus,
.btn-concrete.active:focus,
.open > .dropdown-toggle.btn-concrete:focus,
.btn-concrete:active.focus,
.btn-concrete.active.focus,
.open > .dropdown-toggle.btn-concrete.focus {
  color: #FFFFFF;
  background-color: #A5A069;

}
.btn-concrete:active,
.btn-concrete.active,
.open > .dropdown-toggle.btn-concrete {
  background-image: none;
}
.btn-concrete.disabled,
.btn-concrete[disabled],
fieldset[disabled] .btn-concrete,
.btn-concrete.disabled:hover,
.btn-concrete[disabled]:hover,
fieldset[disabled] .btn-concrete:hover,
.btn-concrete.disabled:focus,
.btn-concrete[disabled]:focus,
fieldset[disabled] .btn-concrete:focus,
.btn-concrete.disabled.focus,
.btn-concrete[disabled].focus,
fieldset[disabled] .btn-concrete.focus,
.btn-concrete.disabled:active,
.btn-concrete[disabled]:active,
fieldset[disabled] .btn-concrete:active,
.btn-concrete.disabled.active,
.btn-concrete[disabled].active,
fieldset[disabled] .btn-concrete.active {
  background-color: #B2AF7E;

}
.btn-concrete .badge {
  color: #FFFFFF;
  background-color: #B2AF7E;
}
.progress-bar-concrete {
  background-color: #B2AF7E;
}

.progress-bar-mkshop {
  background-color: #0E4983;
}

/* Dark Pink Scale button */

.but-darkpink {
  color: #FFFFFF;
  background-color: #E86093;


}
.but-darkpink:focus,
.but-darkpink.focus {
  color: #FFFFFF;
  background-color: #E86093;


}
.but-darkpink:hover {
  color: #FFFFFF;
  background-color: #E86093;

}
.but-darkpink:active,
.but-darkpink.active,
.open > .dropdown-toggle.but-darkpink {
  color: #FFFFFF;
  background-color: #E86093;

}
.but-darkpink:active:hover,
.but-darkpink.active:hover,
.open > .dropdown-toggle.but-darkpink:hover,
.but-darkpink:active:focus,
.but-darkpink.active:focus,
.open > .dropdown-toggle.but-darkpink:focus,
.but-darkpink:active.focus,
.but-darkpink.active.focus,
.open > .dropdown-toggle.but-darkpink.focus {
  color: #FFFFFF;
  background-color: #E86093;

}
.but-darkpink:active,
.but-darkpink.active,
.open > .dropdown-toggle.but-darkpink {
  background-image: none;
}
.but-darkpink.disabled,
.but-darkpink[disabled],
fieldset[disabled] .but-darkpink,
.but-darkpink.disabled:hover,
.but-darkpink[disabled]:hover,
fieldset[disabled] .but-darkpink:hover,
.but-darkpink.disabled:focus,
.but-darkpink[disabled]:focus,
fieldset[disabled] .but-darkpink:focus,
.but-darkpink.disabled.focus,
.but-darkpink[disabled].focus,
fieldset[disabled] .but-darkpink.focus,
.but-darkpink.disabled:active,
.but-darkpink[disabled]:active,
fieldset[disabled] .but-darkpink:active,
.but-darkpink.disabled.active,
.but-darkpink[disabled].active,
fieldset[disabled] .but-darkpink.active {
  background-color: #E86093;

}
.but-darkpink .badge {
  color: #FFFFFF;
  background-color: #E86093;
}



/* Dark PinkConcrete Scale Button large*/

.btn-darkpink {
  color: #FFFFFF;
  background-color: #E86093;
  border-radius: 1;

}

.btn-darkpink:focus,
.btn-darkpink.focus {
  color: #FFFFFF;
  background-color: #E86093;

}

.btn-darkpink:hover {
  color: #FFFFFF;
  background-color: #E3437F;

}
.btn-darkpink:active,
.btn-darkpink.active,
.open > .dropdown-toggle.btn-darkpink {
  color: #FFFFFF;
  background-color: #E86093;

}
.btn-darkpink:active:hover,
.btn-darkpink.active:hover,
.open > .dropdown-toggle.btn-darkpink:hover,
.btn-darkpink:active:focus,
.btn-darkpink.active:focus,
.open > .dropdown-toggle.btn-darkpink:focus,
.btn-darkpink:active.focus,
.btn-darkpink.active.focus,
.open > .dropdown-toggle.btn-darkpink.focus {
  color: #FFFFFF;
  background-color: #E3437F;

}
.btn-darkpink:active,
.btn-darkpink.active,
.open > .dropdown-toggle.btn-darkpink {
  background-image: none;
}
.btn-darkpink.disabled,
.btn-darkpink[disabled],
fieldset[disabled] .btn-darkpink,
.btn-darkpink.disabled:hover,
.btn-darkpink[disabled]:hover,
fieldset[disabled] .btn-darkpink:hover,
.btn-darkpink.disabled:focus,
.btn-darkpink[disabled]:focus,
fieldset[disabled] .btn-darkpink:focus,
.btn-darkpink.disabled.focus,
.btn-darkpink[disabled].focus,
fieldset[disabled] .btn-darkpink.focus,
.btn-darkpink.disabled:active,
.btn-darkpink[disabled]:active,
fieldset[disabled] .btn-darkpink:active,
.btn-darkpink.disabled.active,
.btn-darkpink[disabled].active,
fieldset[disabled] .btn-darkpink.active {
  background-color: #E86093;

}
.btn-darkpink .badge {
  color: #FFFFFF;
  background-color: #E86093;
}
.progress-bar-darkpink {
  background-color: #E86093;
}

.progress-bar-mkshop {
  background-color: #0E4983;
}

/* Dark Blue Scale button */

.but-darkblue {
  color: #FFFFFF;
  background-color: #5B56C6;


}
.but-darkblue:focus,
.but-darkblue.focus {
  color: #FFFFFF;
  background-color: #5B56C6;


}
.but-darkblue:hover {
  color: #FFFFFF;
  background-color: #5B56C6;

}
.but-darkblue:active,
.but-darkblue.active,
.open > .dropdown-toggle.but-darkblue {
  color: #FFFFFF;
  background-color: #5B56C6;

}
.but-darkblue:active:hover,
.but-darkblue.active:hover,
.open > .dropdown-toggle.but-darkblue:hover,
.but-darkblue:active:focus,
.but-darkblue.active:focus,
.open > .dropdown-toggle.but-darkblue:focus,
.but-darkblue:active.focus,
.but-darkblue.active.focus,
.open > .dropdown-toggle.but-darkblue.focus {
  color: #FFFFFF;
  background-color: #5B56C6;

}
.but-darkblue:active,
.but-darkblue.active,
.open > .dropdown-toggle.but-darkblue {
  background-image: none;
}
.but-darkblue.disabled,
.but-darkblue[disabled],
fieldset[disabled] .but-darkblue,
.but-darkblue.disabled:hover,
.but-darkblue[disabled]:hover,
fieldset[disabled] .but-darkblue:hover,
.but-darkblue.disabled:focus,
.but-darkblue[disabled]:focus,
fieldset[disabled] .but-darkblue:focus,
.but-darkblue.disabled.focus,
.but-darkblue[disabled].focus,
fieldset[disabled] .but-darkblue.focus,
.but-darkblue.disabled:active,
.but-darkblue[disabled]:active,
fieldset[disabled] .but-darkblue:active,
.but-darkblue.disabled.active,
.but-darkblue[disabled].active,
fieldset[disabled] .but-darkblue.active {
  background-color: #5B56C6;

}
.but-darkblue .badge {
  color: #FFFFFF;
  background-color: #5B56C6;
}



/* Dark Blue Scale Button large*/

.btn-darkblue {
  color: #FFFFFF;
  background-color: #5B56C6;
  border-radius: 1;

}

.btn-darkblue:focus,
.btn-darkblue.focus {
  color: #FFFFFF;
  background-color: #5B56C6;

}

.btn-darkblue:hover {
  color: #FFFFFF;
  background-color: #4E48C0;

}
.btn-darkblue:active,
.btn-darkblue.active,
.open > .dropdown-toggle.btn-darkblue {
  color: #FFFFFF;
  background-color: #5B56C6;

}
.btn-darkblue:active:hover,
.btn-darkblue.active:hover,
.open > .dropdown-toggle.btn-darkblue:hover,
.btn-darkblue:active:focus,
.btn-darkblue.active:focus,
.open > .dropdown-toggle.btn-darkblue:focus,
.btn-darkblue:active.focus,
.btn-darkblue.active.focus,
.open > .dropdown-toggle.btn-darkblue.focus {
  color: #FFFFFF;
  background-color: #4E48C0;

}
.btn-darkblue:active,
.btn-darkblue.active,
.open > .dropdown-toggle.btn-darkblue {
  background-image: none;
}
.btn-darkblue.disabled,
.btn-darkblue[disabled],
fieldset[disabled] .btn-darkblue,
.btn-darkblue.disabled:hover,
.btn-darkblue[disabled]:hover,
fieldset[disabled] .btn-darkblue:hover,
.btn-darkblue.disabled:focus,
.btn-darkblue[disabled]:focus,
fieldset[disabled] .btn-darkblue:focus,
.btn-darkblue.disabled.focus,
.btn-darkblue[disabled].focus,
fieldset[disabled] .btn-darkblue.focus,
.btn-darkblue.disabled:active,
.btn-darkblue[disabled]:active,
fieldset[disabled] .btn-darkblue:active,
.btn-darkblue.disabled.active,
.btn-darkblue[disabled].active,
fieldset[disabled] .btn-darkblue.active {
  background-color: #5B56C6;

}
.btn-darkblue .badge {
  color: #FFFFFF;
  background-color: #5B56C6;
}
.progress-bar-darkblue {
  background-color: #5B56C6;
}


/* Light Blue Scale button */

.but-lightblue {
  color: #FFFFFF;
  background-color: #5bc0de;


}
.but-lightblue:focus,
.but-lightblue.focus {
  color: #FFFFFF;
  background-color: #5bc0de;


}
.but-lightblue:hover {
  color: #FFFFFF;
  background-color: #31b0d5;

}
.but-lightblue:active,
.but-lightblue.active,
.open > .dropdown-toggle.but-lightblue {
  color: #FFFFFF;
  background-color: #31b0d5;

}
.but-lightblue:active:hover,
.but-lightblue.active:hover,
.open > .dropdown-toggle.but-lightblue:hover,
.but-lightblue:active:focus,
.but-lightblue.active:focus,
.open > .dropdown-toggle.but-lightblue:focus,
.but-lightblue:active.focus,
.but-lightblue.active.focus,
.open > .dropdown-toggle.but-lightblue.focus {
  color: #FFFFFF;
  background-color: #5bc0de;

}
.but-lightblue:active,
.but-lightblue.active,
.open > .dropdown-toggle.but-lightblue {
  background-image: none;
}
.but-lightblue.disabled,
.but-lightblue[disabled],
fieldset[disabled] .but-lightblue,
.but-lightblue.disabled:hover,
.but-lightblue[disabled]:hover,
fieldset[disabled] .but-lightblue:hover,
.but-lightblue.disabled:focus,
.but-lightblue[disabled]:focus,
fieldset[disabled] .but-lightblue:focus,
.but-lightblue.disabled.focus,
.but-lightblue[disabled].focus,
fieldset[disabled] .but-lightblue.focus,
.but-lightblue.disabled:active,
.but-lightblue[disabled]:active,
fieldset[disabled] .but-lightblue:active,
.but-lightblue.disabled.active,
.but-lightblue[disabled].active,
fieldset[disabled] .but-lightblue.active {
  background-color: #5bc0de;

}
.but-lightblue .badge {
  color: #FFFFFF;
  background-color: #5bc0de;
}



/* Light Blue Scale Button large*/

.btn-lightblue {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-radius: 1;

}

.btn-lightblue:focus,
.btn-lightblue.focus {
  color: #FFFFFF;
  background-color: #5bc0de;

}

.btn-lightblue:hover {
  color: #FFFFFF;
  background-color: #31b0d5;

}
.btn-lightblue:active,
.btn-lightblue.active,
.open > .dropdown-toggle.btn-lightblue {
  color: #FFFFFF;
  background-color: #5bc0de;

}
.btn-lightblue:active:hover,
.btn-lightblue.active:hover,
.open > .dropdown-toggle.btn-lightblue:hover,
.btn-lightblue:active:focus,
.btn-lightblue.active:focus,
.open > .dropdown-toggle.btn-lightblue:focus,
.btn-lightblue:active.focus,
.btn-lightblue.active.focus,
.open > .dropdown-toggle.btn-lightblue.focus {
  color: #FFFFFF;
  background-color: #31b0d5;

}
.btn-lightblue:active,
.btn-lightblue.active,
.open > .dropdown-toggle.btn-lightblue {
  background-image: none;
}
.btn-lightblue.disabled,
.btn-lightblue[disabled],
fieldset[disabled] .btn-lightblue,
.btn-lightblue.disabled:hover,
.btn-lightblue[disabled]:hover,
fieldset[disabled] .btn-lightblue:hover,
.btn-lightblue.disabled:focus,
.btn-lightblue[disabled]:focus,
fieldset[disabled] .btn-lightblue:focus,
.btn-lightblue.disabled.focus,
.btn-lightblue[disabled].focus,
fieldset[disabled] .btn-lightblue.focus,
.btn-lightblue.disabled:active,
.btn-lightblue[disabled]:active,
fieldset[disabled] .btn-lightblue:active,
.btn-lightblue.disabled.active,
.btn-lightblue[disabled].active,
fieldset[disabled] .btn-lightblue.active {
  background-color: #5bc0de;

}
.btn-lightblue .badge {
  color: #FFFFFF;
  background-color: #5bc0de;
}
.progress-bar-lightblue {
  background-color: #5bc0de;
}


.progress-bar-mkshop {
  background-color: #0E4983;
}






