body{
	/* font-family: 'Raleway', sans-serif; */
}
input{
	border-radius: 2px  !important;
}

.hidden{
	display: none;
}

.ui.dropdown{
	border-radius: 2px !important;
}

.ui.modal{
	border-radius: 0;
}

.ui.modal > .header{
	border: 0;
	background-color: rgb(223, 223, 223);
}
.ui.modal .actions{
	border: 0;
	background-color: #f5f5f5;
}

.ui.very.basic.button{
	border: 0 !important;
	box-shadow: none !important;
}
.ui.very.basic.button:hover{
	background-color: #dadada !important;
	box-shadow: none !important;
}

.ui.basic.button:hover{
	background-color: #dadada !important;
	box-shadow: none !important;
}
.ui.basic.black.button:hover{
	background-color: #f5f5f5 !important;
	box-shadow: none !important;
	box-shadow: 0 0 0 1px #1b1c1d inset !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	
	/* Support for IE. */
	font-feature-settings: 'liga';
}

.co.message{
	/* border: 1px #40404012 solid; */
	border-left: 5px #40404032 solid;
	margin: auto;
	padding: 10px;
	background-color: #f9f9f9;
}

.co.error.message{
	/* border: 1px #ff00001a solid; */
	border-left: 5px #f003 solid;
	background-color: #ffd7d7;
}

.co.success.message{
	/* border: 1px #29b0421a solid; */
	border-left: 5px #1b9e2133 solid;
	background-color: #defbe2;
}

.co.centered.header{
	text-align: center;
}
.co.empty.header{
	color: gray;
}
.co.header{
	font-size: 2.5em;
	font-weight: 500;
	line-height: 1em;
	padding: 5px 0;
}
.co.header .sub.header{
	font-size: 0.4em;
	line-height: 0.8em;
	font-weight: 400;
	color: gray;
}

.co.huge.header{
	font-size: 100px;
}
.co.huge.header .sub.header{
	font-size: 20px;
}

.co.small.header{
	font-size: 20px;
}


.co.divisor{
	height: 1px;
	width: 90%;
	border-top: #40404012 1px solid;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.co.full.divisor{
	width: 100% !important;
}

.iziToast::after{
	box-shadow: none !important;
}

.iziToast-message.slideIn{
	color: #f5f5f5 !important;
}

.iziToast{
	background-color: rgba(33, 32, 35, 0.9);
}


/**  EXPANDO  */
.co.expando .section{			
	position: relative;
	border-bottom: 1px #e9e9e9 solid;
}
.co.expando .section > .header{
	color: #404040;
	font-size: 20px;
	padding: 20px 10px;
	padding-left: 40px;
	cursor: pointer;
	transition: all 0.1s linear;
}
.co.expando .section > .check::before{
	min-height: 10px;
	min-width: 10px;
	background: white;
	position: absolute;
	border-radius: 100%;
	margin: auto;
	content: '';
	top: 2px;
	left: 2px;
}
.co.expando .section > .check{
	min-height: 20px;
	min-width: 20px;
	border: 3px #404040 solid;
	border-radius: 100%;
	display: block;
	position: absolute;
	left: 5px;
	top: 20px;
	content: ''
}

.co.expando .section.active > .check::before{
	background: black;
}

.co.expando .section.active > .check{
	border-color: black;
}

.co.expando .section.active > .header{
	color: #000000;
}

.co.expando .section > .header:first-child{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.co.expando .section:last-child{
	border-bottom: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.co.expando .section:not(.active) > .header:hover{
	background-color: #f5f5f5;
	color: #000000 !important;
}

/** LISTER */
.co.lister .item{
	display: flex;
}
.co.lister .item .value{
	order: 2;
	flex-grow: 1;
}
.co.lister .item .label{
	order: 1;
	font-weight: 500;
	margin-right: 8px;
}

.co.baxes{
	display: flex;
	justify-content: center;
	position: relative;
}
.co.three.baxes > .bax{
	width: 30%;
	margin: 10px;
}
.co.two.baxes > .bax{
	width: 48%;
	margin: 10px;
}

.co.baxes > .bax .header{
	padding-bottom: 10px;
}

.co.groupper{
	width: 100%;
	padding: 20px;
	border: 1px solid #40404033;
}

.co.image{
	position: relative;
	width: 100%;
}
.co.image img{
	width: 100%;
}
.co.image .overlay{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.co.image .active.overlay{
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	width: 100%;
	justify-content: center;
	text-align: center;
}