code {
	padding: 2px 4px;
	margin: 0 1px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
}

.button {
	border-radius: 4px;
	background-color: #3191ce;
	border-color: #3492ce;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	padding: 14px 18px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px 0;
	text-transform: capitalize;
    outline: none;
}

.button.-success {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.button.-info {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.button.-warning {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.button.-danger {
	background-color: #d9534f;
	border-color: #d43f3a;
} 
.button.-link {
	border-color: transparent;
	background-color: transparent;
	color: #337ab7;
}
.button.-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.button.-square {
	border-radius: 0px;
}

.button:disabled {
	background-color: #e7e7e7;
	color: #2524244d;
	border: none;
	border-color: #e7e7e7;
	cursor: default;
}

.button.-large {
	font-size: 18px;
	padding: 12px 16px;
}
.button.-medium {
	font-size: 16px;
	padding: 10px 14px;
}
.button.-small {
	font-size: 14px;
	padding: 8px 12px;
}
.button.-xsmall {
	font-size: 12px;
	padding: 6px 10px;
}

/* Special size full */
.button.-full {
	width: 100%;
}

/* Set min width Button {Next, Previous, Confirm, Cancel} */
.button.-next, .button.-previous, .button.-confirm, .button.-cancel {
	min-width: 120px;
	padding: 15px 15px;
}

/* Button Next, Confirm */
.button.-next span, .button.-confirm span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button.-next span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.button.-confirm span:after {
	content: '\2713';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.button.-next:hover span, .button.-confirm:hover span {
	padding-right: 25px;
}

.button.-next:hover span:after, .button.-confirm:hover span:after {
	opacity: 1;
	right: 0;
}

/* Button Previous, Cancel */
.button.-previous span, .button.-cancel span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button.-previous span:after {
	content: '\00AB';
	position: absolute;
	opacity: 0;
	top: 0;
	left: -20px;
	transition: 0.5s;
}
.button.-cancel span:after {
	content: '\2717';
	position: absolute;
	opacity: 0;
	top: 0;
	left: -20px;
	transition: 0.5s;
}

.button.-previous:hover span, .button.-cancel:hover span {
	padding-left: 25px;
}

.button.-previous:hover span:after, .button.-cancel:hover span:after {
	opacity: 1;
	left: 0;
}

/* Toggle Switch */
.toggle-switch-container {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.toggle-switch-container input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.toggle-switch-container > .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}

.toggle-switch-container > .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

.toggle-switch-container > .checkbox:checked + .slider {
	background-color: #2196F3;
}

.toggle-switch-container > .checkbox:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

.toggle-switch-container > .checkbox:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Square sliders */
.toggle-switch-container > .slider.-square {
	border-radius: unset;
}

.toggle-switch-container > .slider.-square:before {
	border-radius: unset;
}

.button-position-fixed {
	display: block;
	position: fixed;
	bottom: 15px;
	left: 20px;
	z-index: 99;
	font-size: 22px;
	line-height: 64px;
	text-align: center;
	border: none;
	outline: none;
	background-color: #37889b;
	color: white !important;
	cursor: pointer;
	border-radius: 50%;
	min-width: 64px;
	min-height: 64px;
	box-shadow: 0px 1px 3px 2px #0000002b;
	cursor: pointer;
}
.button-position-fixed:hover {
	background-color: #00BCD4;
}
.button-position-fixed.-right {
	left: unset;
	right: 20px;
}
.button-position-fixed.-center {
	left: 50%;
  	transform: translate(-50%, 0);
}
#gotoTop {
	display: none;
}

/* Extra small devices (phones, 600px and down) "Custom style" */
@media only screen and (max-width: 600px) {
	/* Mobile use size full */
	.button.-mobile-size {
		width: 100%;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}