body{
	font-family:'Segoe UI';
	font-size:12px;
	background-color:#f0f0f0;
}

h2{
	color:#ff9422;
	font-size:16px;
}
h3{
	color:#ff9422;
	font-size:14px;
}
h4{
	font-size:16px;
	margin:5px 0;
}
a, a:link, a:visited, a:hover, a:active{
	color:#ff9422;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
!a:hover button {
    text-decoration: none;
}
.pullLeft{
	float:left;
}
.pullRight{
	float:right;
}
.clearDiv{
	clear:both;
}
.small{
	font-size:11px;
}
.orange {
    color: #ff9422 !important;
}
.green {
    color: #a3c720 !important;
}
.red {
    color: #cc4c22 !important;
}
.purple {
    color: #d214e8 !important;
}
.gray {
    color: #888 !important;
}
.darkgray {
    color: #555 !important;
}
.blue {
    color: #22abcd !important;
}
.windowsblue {
    background-color: white;
    color: #21bbee !important;
}
.androidgreen {
    background-color: white;
    color: #a4c639 !important;
}
.iosgrey {
    background-color: white;
    color: #d3d3d3 !important;
}
.warning{ /*should be called danger*/
	color:#ff0000;
}
.uppercase{
    text-transform:uppercase;
}
.hidden{
    display:none !important;
}
.invisible{
    visibility:hidden !important;
}
.highlight-area {
    /*
    border-bottom: solid 1px orange;
    border-left: solid 1.8px orange;
    box-shadow: 2px 0 0px 1px;
    background-color: #f4f8ff;
    */
    padding: 6px;
    font-size: 14px;
    margin-left: 45%;
}
.respect-line-breaks {
    white-space: pre-line !important;
}
.priority-msg:before {
    margin:0;
    margin-top: 10px;
    display:block;
    content: "!!! Read carefully !!!";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3em;
    color: orange;
}
.priority-msg {
    border: solid 4px;
    border-color: var(--border-color);
    box-shadow: 3px 1px 6px;
    /** border-left: solid 20px transparent;
    text-align: center; **/
    border-radius: 10px 20px;
    border-top-left-radius: 20px 10px;
    margin: 0 10px;
    font-weight: 400;
    padding: 0 20px 0 10px;
}

.dates {
    font-size: 16px;
    color: #888;
    font-weight: bold;
}
section{
	background-color:#fff;
	border-radius: 1px;
	-moz-border-radius:1px;    
	border-bottom:1px solid #d1d1d1;	
	display:block;
}
section > article + article {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-top: dashed 1px #444444;
}
article {
    margin: 2em 0;
    line-height: 1.5em;
}
article article, article section {
    margin-top: 0;
    margin-bottom: 0;
}
section .sectionTitle{
	height:45px;	
    line-height:45px;
	text-align:center;/*padding-left:38px;*/
	font-size:16px;
	font-weight:normal;
}
section.text-area{
    background-color:#f0f0f0;
    padding:0.4em;
}
section.text-area table{
    background-color: whitesmoke;
    margin: 0 1em;
}
section.text-area section {
    background-color: white;
    margin:0 2%;
    padding: 6px;
    box-shadow: 3px 1px #d3d3d3;
}
section .sectionTitle.black{
	background-color:#282828;
	color:#fff;
}
section .sectionTitle.orange{
	background-color:#ff9422;
	color:#fff;
}
section .sectionTitle.windowsblue{
	background-color:#21bbee;
	color:#fff;
}
section .sectionTitle.androidgreen {
    background-color: #a4c639;
    color: #fff;
}
section .sectionTitle.iosgrey{
	background-color:#656565; /*d3d3d3*/
	color:#fff;
}
section .sectionTitle.earningsgreen{
	background-color:green;
	color:#fff;
}
section .sectionTitle.spendingsred{
	background-color:red;
	color:#fff;
}
section .content{
	padding:0 40px 20px 40px;
}
.column2{
	float:left;
	width:45%;
	margin-right:10%;
}
.column3{
	float:left;
	width:100%;
	margin-right:10%;
}
.column2.last{
	margin-right:0;
}
button{
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;	
	height:42px;
	line-height:40px;
	border-radius: 0px;  
	-moz-border-radius:0px;    
	border-style:solid;
	border-width:0 0 1px 0;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	padding:0 1.5em 0 0;
	margin:0;
	cursor:pointer;
}
button.orangeButton{
	background-color:#f67a00;
	border-color:#b56600;	 	
}
button.bigButton {
    width: 100%;
    /*letter-spacing: 0.1em;*/
    font-weight: bold;
    font-size: 1.4em;
}
button a, button a:link, button a:visited, button a:hover, button a:active{
	color:#fff;
	text-decoration:none;
}
button .buttonPicto{
	display:block;
	float:left;
	height:38px;
	width:45px;
	background: #555 url(/Images/Site/pictoSignUp.png) no-repeat 55% center;
	text-align:center;
	margin:0 1.5em 0 -2px;
	padding:0;
}
button .text{
	display:block;
	line-height:38px;
	float:right;
}

/* form */
form{
	font-size:13px;
}
form .formShort{
	float:left;
	width:140px;
	margin-right:20px;
}
form .formShort2{
	float:left;
	width:125px;
	margin-right:15px;
}
form .formLong{
	float:left;
	width:285px;
	margin-right:20px;
}
form label{
	font-size:14px;
	display:block;
	margin-bottom:3px;
}
form labelitalic{
	font-size:14px;
	display:block;
	margin-bottom:3px;
    font-style:italic;
}
form .input[type="file"] {
    display: none;
}
form .labelUpload {
    background-size: cover;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff;
    vertical-align: middle;
    line-height: normal;
}
form input, form select {
  font-family: Arial, sans-serif;
  border:1px solid #ccc;
  width:300px;
  min-height:30px;
  line-height:30px;
  display:block;
  margin-bottom:15px;
  margin-top:5px;
  outline: none;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -o-border-radius:3px;
  -ms-border-radius:3px;
  border-radius:3px;
  padding-left:5px;
}
form input:required:focus:invalid, input[pattern]:focus:invalid {
    border-color: #ec4e17;
    box-shadow: 0 0 1px #ec4e17;
}
form input:required:focus:invalid::after, input[pattern]:focus:invalid::after {
    content:attr(data-invalid-msg)
}
form select {
    font-family: Segoe UI;
}
form .formShort input{
width:140px;
}
form .formLong input{
width:285px;
}
form input[type=checkbox], form input[type=radio]{
	display:inline-block;
	width:auto;
	margin:0px;
	min-height:13px;
}
form input[type='checkbox'].checkbox-btn {
    text-align: center;
    cursor: pointer;
    display: table-cell;
    width: 50%;
    height: 30px;
    border: solid 1px #ddd;
    border-radius: 5px;
    white-space: nowrap;
    vertical-align: middle;
}
form div input[type='checkbox'].checkbox-btn ~ label, form span input[type='checkbox'].checkbox-btn ~ label {
    color: black !important;
    background-color: white;
}
form div input[type='checkbox'].checkbox-btn:checked ~ label, form span input[type='checkbox'].checkbox-btn:checked ~ label {
    color: whitesmoke !important;
    background-color: red;
}
form input[type=number].nb-days-input{
    width:50px; 
    margin-top:12px; 
    padding-left:5px; 
    display:inline;
    vertical-align:middle;
}

form input:disabled, form input:read-only {
    background-color: #e0e0e0;   /*#f4f8ff;*/
    color: #6b6969;              /*#196177;*/
}
form input:-moz-user-disabled, form input:-moz-read-only {
    background-color: #e0e0e0;   /*#f4f8ff;*/
    color: #6b6969;              /*#196177;*/
}
/*
form input:disabled{
    color: #e0e0e0;              /#f4f8ff;/
    background-color: #6b6969;   /#196177;/
}
form input:-moz-user-disabled, form input:-moz-read-only {
    color: #e0e0e0;              /#f4f8ff;/
    background-color: #6b6969;   /#196177;/
}
*/
form button{
	padding: 0 3em;
}
form .formError input{
  border:1px solid #ec3a1c;
}
form .formError .formErrorMessage{
  color:#ec3a1c;
  font-style:italic;
}
form .formShort3{
	float:left;
    width:auto;
    display:inline-block;
}
form .formShort3 input, form .formShort3 select{
    width:auto;
    display:inline;
    margin-left:0px;
}
form .formShort3 span{
    width:auto;
    display:inline-block;
    font-size:13px;
    margin-left:-3px;
}
form .formShort3 label{
	font-size:13px;
	display:inline-block;
	margin-bottom:3px;
    width:auto;
}
fieldset {
    border-width: 1px 1px 2px 2px;
}
/* end form */
/** HEADER **/
header {
    display: block;
    width: 900px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 1em auto 0 auto;
}
header a img{
	border:0px;
}
header .hgroup{	
    display: table;
    text-align: right;
    float: right;
}
header .hgroup button{
	margin-left:0.8em;
}
header .hgroup button.greenButton{
	background-color:#94b813;
	border-color:#576a11;
}
header .hgroup button.greenButton:hover{
	background-color:#a3c720;
}
header .hgroup button.greenButton .buttonPicto{
	background:#a3c720 url('../Images/Site/pictoSignIn.png') no-repeat center center;
}
header .hgroup button.greenButton:hover .buttonPicto{
	background-color:#94b813;
}
header .hgroup button.orangeButton{
	background-color:#f67a00;
	border-color:#b56600;
}
header .hgroup button.orangeButton:hover{
	background-color:#ff9422;
}
header .hgroup button.orangeButton .buttonPicto{
	background:#ff9422 url('../Images/Site/pictoSignUp.png') no-repeat 55% center;
}
header .hgroup button.orangeButton:hover .buttonPicto{
	background-color:#f67a00;
    text-decoration:none;
}
header .hgroup button.blackButton{
	background-color:#1d1d1d;
	border-color:#000;
}
header .hgroup button.blackButton:hover{
	background-color:#2d2d2d;
}
header .hgroup button.blackButton .buttonPicto{
	background:#2d2d2d url('../Images/Site/pictoContact.png') no-repeat center center;
}
header .hgroup button.blackButton:hover .buttonPicto{
	background-color:#1d1d1d;
}
header .hgroup button.simpleButton{
		margin-left:1.5em;
}
header .hgroup button.simpleButton .buttonPicto{
		background-image:none;
		width:0px;
}
header .hgroup .infoLogin{
	display:inline-block;
	text-align:right;
    font-size:11px;
}
#AccountSwitcher:not(.hidden) {
    padding-top: -15px;
}
/** NAV **/
nav{
	display:block;
	width:900px;
	margin:1.5em auto;
}
nav button{
	height:auto;
	font-size:13px;
	text-align:left;
	padding:0.7em 1.5em;
	background-color:#999;
	border-color:#555;
	margin-right:0.5em;
}
nav button:hover{
	background-color:#576a11;
	border-color:transparent;
}
nav button.active{
	background-color:#94b813;
	border-color:#576a11;
}
nav a.disabled, nav a.disabled:hover {
    pointer-events: none;
    cursor: default;
    cursor: not-allowed;
}
nav a.disabled button:disabled, nav a.disabled:hover button:disabled {
    background-color: #dadada;
    border-color: whitesmoke;
}
nav button .text {
    line-height: 18px;
}
nav button .text i{
	font-style:normal;
	font-size:12px;
}
nav button.blackButton{
	float:right;
	background-color:#1d1d1d;
	border-color:#000;	
	text-align:center;
}
nav button.blackButton:hover{
	background-color:#2d2d2d;
	border-color:#000;	
}

/** PROMOTION IMAGES **/
section.promotionImages{
	width:900px;
	margin:2em auto 1.5em auto;
	height:270px;
	background-color:#fff;
	border-radius: 2px;
	-moz-border-radius:2px;    
	border-bottom:3px solid #d1d1d1;
}


/** MAIN CONTENT **/
section.mainContent{
	width:900px;
	margin:0.5em auto;
	background-color:#f0f0f0;
	border:0px;
}

section.onethirdleft{
	width:273px;
	float:left;
	margin-bottom:1em;
    margin-right:40px;
}

section.onethirdright{
	width:273px;
	float:right;
	margin-bottom:1em;
}

section .smallsquareadtext{
    font-size:16px;
    text-align:center;
    color:#a4c639;
    width:80px;
    margin-right:5px
}

section .mediumsquareadtext{
    font-size:16px;
    text-align:center;
    color:#a4c639;
    width:120px;
    margin-right:5px
}

section .smallnumbertext{
    font-size:30px;
    text-align:center;
    color:#a4c639;
}

/** ABOUT **/
section.about{
	width:430px;
	float:left;
	margin-bottom:1em;
}

section.about p{
	font-size:13px;
	padding:39px 40px;
	line-height:16px;
	text-align:justify;
	margin:0;
}

/** JOIN US **/
section.joinUs{
	width:430px;
	float:right;
}

section.joinUs .joinUsTitle{
	display:block;
	color:#f67a00;
	font-size:18px;
	margin:39px 0 30px 40px;
	line-height:20px;
	text-align:left;
	padding:0;
	font-weight:bold;
}
section.joinUs .joinUsButton{
	float:right;
	display:inline-block;
	margin:2em 1.5em 2em 1.3em;	
}
section.joinUs .joinUsButton img{
		display:block;
		margin:0px 0 6px 10px;
}
section.joinUs button{
	height:120px;
	background-color:#f67a00;
	border-color:#b56600;	
	font-size:20px;
	padding:0 1.6em;
	margin-left:0;
	border-radius: 0px;
	-moz-border-radius:4px;   	
}
section.joinUs button:hover{
	background-color:#ff9422;
}

/** APP LOGO  **/
img.app-logo {
    background-color: #0078D7;  /* default backgroung color as used by MS store*/
}

/** REFERENCES **/
section.references{
	width:900px;
	margin:1.5em auto;
}
section.references .appImg{
	margin:1em 2em 1em 0;
	position:relative;
	float:left;
	width:70px;
	height:70px;
}
section.references .appImg.first{
	margin-left:40px;
}
section.references .appImg a img{
	border:none;
	width:100%;
	height:100%;	
}
section.references .appImg .appOS{
	position:absolute;
	right:0;
	bottom:0;
}

/** FOOTER **/
footer{
	width:900px;
	margin:1em auto;
	text-align:center;
	color:#999999;
	font-size:11px;
}

/** SIGN UP **/
section.signIn{
	width:45%;
	float:left;
	margin-top:2em;
}

/** SIGN UP **/
.signupInfo{
	float:left;
	width:45%;
	padding:67px 0 0 40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;	
}

.signupInfo .infoBloc{
	background-color:#fff;
	margin: 2em 0;
	padding:15px 15px;
	border-radius: 2px;
	-moz-border-radius:2px; 	
}
.infoBloc p {
    text-indent: each-line;
    text-align: justify !important;
}

section.signUp{
	width:50%;
	float:right;
	margin-top:2em;
}

/** PROGRAMMING LANGUAGE CODE LAYOUT (SDK / API) **/
code {
    text-align: right;
    text-align-last: right;
}
code.danger {
    padding: 2px 4px;
    font-size: 95%;
    color: #ff0000;
    background-color: rgba(238, 185, 185, 0.55);
    border-radius: 4px;
}
code.valid {
    padding: 2px 4px;
    font-size: 95%;
    color: #008000;
    background-color: rgba(194, 238, 185, 0.55);
    border-radius: 4px;
}
:not(td) > code {
    color: #6b6f6b;
    background-color: rgba(211, 222, 204, 0.55);
}
table code {
    padding: unset;
}

/** NOTIF AREA BLOCK  **/

section.notif-area {
    margin: 0 15px;
    background-color: aliceblue;
    padding-left: 10px;
    border-bottom: unset;
}
section.notif-area > span:first-child {
	color:#333;
    text-transform:uppercase;
    font-size: 13px;
    font-weight: bold;
}
section.notif-area > article.notif-text {
    background-color: white;
    padding-left: 8px;
    margin-top: 5px;
    border-width: 0 3px 5px 0;
    border-color: aliceblue;
    border-bottom: none !important;
}

/** NEW CAMPAIGN **/
.userSumup{
	display:block;
	width:900px;
	font-size:18px;
	margin:0 auto;
}
.newCampaign{
	margin:2em 0 0 0px;
}
.newCampaign form input, .newCampaign form select{
	width:100%;
}

.newCampaign form input[type=radio]{
	width:auto;
	margin-right:5px;
}
.newCampaign form .formShort{
	width:100px;
}

/** ADD APP **/
.addApp{
	margin:2em 0 0 0px;
}
.addApp form input, .addApp form select{
	width:100%;
}
.addApp form input[type=radio]{
	width:auto;
	margin-right:5px;
}
.addApp form .formShort{
	width:110px;
}
/** MY PROFILE**/
.highlight-area:target {
    background-color:#faec53;
}
/** MY APP **/
section .content.myApp {
    padding: 0 20px 20px 20px;
}
.myApp button{
	padding-left:1.5em;
	padding-right:1.5em;
}
.navPlatform {
	padding:0;
}
.navPlatform li{
	list-style:none;
	float:left;
	margin-right:1.5em;
	padding:0;
	line-height:20px;
}
.diagram{
	border:1px solid #888;
	width:100%;
	height:250px;
}
.myApp table{
	border-spacing:0px;
	margin:1em 0 0 0;
}
tr.black{
	background-color:#2d2d2d;
	color:#fff;
	line-height:40px;
}
tr.black > th{
    text-align: center;
}
tr.statistics2 td{
	background-color: #444444;
	color:#fff;
	line-height:40px;
}
tr.grey th{
    font-family:Segoe UI, Arial,sans-serif;
	background-color:#e0e0e0;
	color:#333;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:5px;
	font-weight:bold;
	font-size:12px;
	height:40px;	
}
th.bdRight{
	border-right:1px solid #ccc;
}
td.bdRight{
	border-right:1px solid #ccc;
}
.myApp table tr td{
	text-align:right;
	padding-right:5px;
	border-bottom:1px solid #ddd;
	height:40px;	
}
table tr td.txtLeft, table tr th.txtLeft {
    text-align: left;
}
table tr td.txtCenter, table tr th.txtCenter {
    text-align: center;
}
table td.borderLeft {
    border-left: 2px solid #e0e0e0;
    padding-right: 5px;
}
thead.sticky tr:first-child {
    position: sticky;
    top: 0;
}
.tabularStats {
    border: solid 1.5px black;
    padding: 0 15px;
    margin: 5px 10px;
    max-height: 500px;
    background-color: #f0f0f0;
    overflow-y: scroll;
}
.tabularStats table {
    margin: 0;
}
.note{
	background-color:#ff9422;
	color:#fff;
	padding:20px;
	font-size:13px;
}
/*
.myApp2 tr.grey th{
	text-align:left;
}
*/
/** MY TRANSACTIONS **/
section .content.myTransactions{
	padding:0 20px 20px 20px;
}
.myTransactions button{
	padding-left:1.5em;
	padding-right:1.5em;
}
.navTransaction, .subnavTransaction {
	padding:0;
}
.navTransaction{
	border-bottom:3px solid #555;
}
.navTransaction li, .subnavTransaction li{
	list-style:none;
	float:left;
	margin-right:1.5em;
	padding:0;
}
.navTransaction li button, .subnavTransaction li button{
	box-sizing:border-box;
	-moz-box-sizing:border-box;	
	height:42px;
	line-height:40px;
	border-radius: 0px 0px 0 0;
	-moz-border-radius:0px 0px 0 0;    
  border-bottom:3px solid #999;/*
	-moz-margin:0 0 -3px 0;	*/
	color:#fff;
	font-size:13px;
	font-weight:normal;
	padding:0 1.5em 0 1.5em;
	margin:0;
	cursor:pointer;
	background-color:#999;
}
.subnavTransaction li button{
	font-size:12px;
	border-bottom:0px solid #555;	
}
.subnavTransaction li button .text{
	line-height:16px;	
	font-weight:normal;	
}
.navTransaction li button.active{
	background-color:#f67a00;
	border-color:#f67a00;	 	
}
.subnavTransaction li button.active{
	background-color:#94b813;
	border-color:#576a11;	 	
}
ul.navTransaction{
    margin: 0;
    padding: 0;
}
.myTransactions table{
	border-spacing:0px;
	margin:1em 0 0 0;
}
.myTransactions table tr td{
	text-align:right;
	padding-right:5px;
	border-bottom:1px solid #ddd;
	height:40px;
}
.myTransactions table tr td.txtLeft, .myTransactions table tr th.txtLeft{
	text-align:left;
}
.myTransactions table tr td.txtRight, .myTransactions table tr th.txtRight{
	text-align:right;
}

/** market **/
.market form input, .market form select {
	display:inline-block;
}

.marketOffer {
	margin: 10px auto;
	width:auto;
	background-color:#f2f2f2;
	padding:15px;
}

.marketOffer .offerEarn {
	float:left;
	width:160px;
	height:160px;
	color:#fff;
	background-color:#a3c720;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	position:relative;
	margin-right:15px;
}
.marketOffer .offerEarn div {
	display:table-cell;
	vertical-align:middle;
	width:160px;
	height:160px;
}
.marketOffer .offerEarn .big {
	font-size:45px;
	display:block;
}

.marketOffer .offerLogo {
	float:left;
	width:100px;
	margin-right:15px;
}

.marketOffer .offerLogo img {
	width:100px;
	height:100px;
}

.marketOffer .offerInfo {
	float:left;
	width:538px;
}
.marketOffer .offerInfo .restrictions {
	font-size:11px;
	color:#666;
}

.marketOffer .offerLink {
	color:#000;
	background-color:#bdbbba;
	padding:10px;
	display:block;
	clear:both;	
}

textarea {
    resize: none;
}
.marketOffer .offerLink textarea {
	width:98%;
}

.marketOffer .offerActions {
	float:right;
	margin-left:15px;
	text-align:center;
	min-height:160px;
	width:160px;	
}
.marketOffer button{
	width:160px; 	
}
.marketOffer button.big{
	height:160px;
	width:160px;
	background-color:#f67a00;
	border-color:#b56600;	
	font-size:20px;
	padding:0 1.5em;
	margin-left:0;
	border-radius: 4px;
	-moz-border-radius:4px;   	
}
.marketOffer button:hover{
	background-color:#ff9422;
}
.market .navPlatform {
	margin-left:18px;
}

/** fin market **/

/* DEV ADDED */
.field-validation-error
{
    color: red;
}

.validation-summary-errors
{
    font-weight: bold;
    color: red;
}

table td input[type=text] {
    margin-top: 14px;
}

button.orangeButton.bigButton:hover{
    background-color:#ff9422;
}
        
button.orangeButton.bigButton:hover .buttonPicto{
	background-color:#f67a00;
}

section.mainContentAdmin{
	width:1480px;
	margin:0.5em auto;
	background-color:#f0f0f0;
	border:0px;
}

section.headerH1{
	width:900px;
	margin:2em auto 1.5em auto;
	height:20px;
	background-color:#fff;
	border-radius: 2px;
	-moz-border-radius:2px;    
	border-bottom:0px;
}

section.references .squareImg{
	margin:1em 2em 1em 0;
	position:relative;
	float:left;
    font-size:10px;
    text-align:center;
    font-weight:bold;
}

button .buttonPictoTwitter{
	display:block;
	float:left;
	height:38px;
	width:45px;
	background: #323232 url(/Images/Site/pictoTwitter.png) no-repeat 55% center;
	text-align:center;
	margin:0 1.5em 0 -2px;
	padding:0;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 102px;
}

/** RANGE OF CSS DESIGN WIDGETS **/
    /** TOGGLE BUTTON (APIINTEGRATION / MYCAMPAIGNS) **/
    .switch {
        position: relative;
        display: inline-block;
        width: 90%;
        height: 25px;
        vertical-align: bottom;
    }/*
    .switch.small {
        width: 45px;
        height: 17px;
    }*/
    .switch.medium {
        width: 82px;
        height: 34px;
    }

    .switch input {
        display: none;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 6px;
        margin-top: -5%;
        background-color: #f67a01;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 70%;
        width: 18px;
        left: 8px;
        bottom: 4px;
        border-radius: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked + .slider {
        animation: moving forwards;
        background-color: #a4c639;
    }

    input + .slider:after {
        position: absolute;
        top: 0.5em;
        left: 30px;
        right: 12px;
    }

    input:checked + .slider:after {
        content: attr(data-label-on);
        left: -25%;
        color: white;
    }

    input:not(checked) + .slider:after {
        content: attr(data-label-off);
        color: white;
    }

    input:not(checked) + .slider {
        animation: moving forwards;
        animation-direction: reverse;
    }

    input:focus + .slider {
        box-shadow: 0 0 3px #f67a00;
    }

input:checked + .slider:before {
    -webkit-transform: translateX(56px);
    -ms-transform: translateX(56px);
    transform: translateX(56px);
}

    input:checked + .switch.medium .slider:before {
        -webkit-transform: translateX(56px);
        -ms-transform: translateX(56px);
        transform: translateX(56px);
    }
    .switch.small input:checked + .slider:before {
        -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
        transform: translateX(200%);
    }

    /** TOGGLE BUTTON ANIMATIONS **/
    @keyframes moving {
        from {
            padding-left: 38%;
        }

        to {
            padding-left: 0px
        }
    }
/** BOOTSTRAP-LIKE MODALS **/
.tag {
    font-size: 14px !important;
    padding: .3em .4em .4em;
    margin: .3em .1em;
    display: inline-block;
}
.tag a {
  color: #bbb;
  cursor: pointer;
  opacity: 0.6;
}
.tag a:hover {
  opacity: 1.0
}
.tag a {
  margin: 0 0 0 .3em;
}
.tag a .glyphicon {
    color: #157b31;
    margin-bottom: 1%;
    cursor: pointer;
}
.tag a .glyphicon.off, .tag a .glyphicon.off:hover {
    color: #efefef;
    cursor: default;
}