/* basic */
@font-face {
    font-family: Lato;
    src: url("/assets/fonts/lato/Lato-Regular.ttf");
}
@font-face {
    font-family: JosefinSans;
    src: url("/assets/fonts/josefin-sans/JosefinSans-Regular.ttf");
}
body {
	position: relative;
	background-color: #772036;
	background-image: url(/qQZJLfmNKX/images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	color: #fff !important;
	font-family: Lato !important;
}
body > .ui.container {
	height: 100%;
}
input[type="submit"] {
	background: rgba(255, 255, 255, 0.3);
	font-weight: 700;
	display: block;
	width: 100%;
	border: none;
	padding: 8px;
	text-align: center;
	transition: all 0.5s ease-in-out;
}
input[type="submit"]:hover {
	background: rgba(255, 255, 255, 0.6);
}
/* headers */
h1 {
	text-align: center;
	margin-top: 50px !important;
	color: #fff !important;
}
h4 {
	color: #fff !important;
}
h3 {
	color: #fff !important;
	text-transform: uppercase !important;
}
tr.system td {
	background: rgba(255, 0, 0, 0.2) !important;
}
#spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 8000;
    background-color: rgba(0, 0, 0, 0.3);
}
#spinner > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9000;
}
.clear {
	position: relative !important;
	float: none !important;
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
	width: auto !important;
	border: none !important;
	background: none !important;
	font-size: 1px !important;
	color: transparent !important;
}
.inner {
	background-color: rgba(0, 0, 0, 0.3);
	padding: 3%;
	border-radius: 5px;
}
.inner.padded {
	margin-bottom: 20px;
}
.btn.add {
	background: #dc3545;
	color: #fff;
	border-radius: 3px;
	padding: 5px 15px 5px 15px;
	transition: all 0.5s ease-in-out;
}
.btn.add:hover {
	background: #b02a37;
}
.btn.add i {
	padding-right: 10px;
}
.ui.celled.table {
	background: rgba(255, 255, 255, 0.1) !important;
}
.ui.table thead th {
	background: rgba(255, 255, 255, 0.3) !important;
}
.ui.form label,
.ui.table thead th,
.ui.table tbody td {
	color: #fff !important;
}
.ui.modal .content table th,
.ui.modal .content table td,
.ui.modal .content {
	color: #000 !important;
}

/* transparent bgs */
.trans_black {
	color: #fff;
}
.trans_black.o1 {
	background-color: rgba(0, 0, 0, 0.1);
}
.trans_black.o2 {
	background-color: rgba(0, 0, 0, 0.2);
}
.trans_black.o3 {
	background-color: rgba(0, 0, 0, 0.3);
}
.trans_black.o4 {
	background-color: rgba(0, 0, 0, 0.4);
}
.trans_black.o5 {
	background-color: rgba(0, 0, 0, 0.5);
}
.trans_black.o6 {
	background-color: rgba(0, 0, 0, 0.6);
}
.trans_black.o7 {
	background-color: rgba(0, 0, 0, 0.7);
}
.trans_black.o8 {
	background-color: rgba(0, 0, 0, 0.8);
}
.trans_black.o9 {
	background-color: rgba(0, 0, 0, 0.9);
}

/* elements */
.el_01 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	padding: 3%;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
}
.el_02 label,
.el_01 label {
	color: #fff !important;
}
.el_03 {
    height: 73px;
}
.el_03 .fixed {
	position: fixed;
    width: 100%;
    padding: 15px;
    background-color: #000;
}
.el_03 .fixed > div {
    float: left;
}
.el_03 .logo {
	width: 13%;
    font-size: 20px;
    line-height: 40px;
    padding-left: 23px;
}
.el_03 .search {
	width: 60%;
}
.el_03 .nav {
	width: 12%;
    margin-left: 2%;
    line-height: 40px;
}
.el_03 .nav a {
    color: #fff;
    font-size: 18px;
    padding-right: 25px;
}
.el_03 .clock {
	float: right !important;
	padding: 0.6%;
	background-color: rgba(255, 255, 255, 0.2) !important;
	font-size: 22px;
}
.el_03 .search .ui.search,
.el_03 .search .ui.input {
	width: 100%;
}
.el_03 .search .ui.input input {
	background-color: rgba(255, 255, 255, 0.2) !important;
	color: #fff !important;
	border-radius: 3px !important;
	width: 100% !important;
	padding: 1%;
}
.el_04 {
	background: none !important;
	border: none !important;
	position: fixed !important;
	top: 73px !important;
	display: table !important;
}
.el_04 h3 {
    padding-bottom: 20px;
}
.el_04 .inner {
    padding: 2%;
    border-radius: 3px;
}
.el_04 .sidebar.menu {
	background-color: rgba(0, 0, 0, 0.2) !important;
	color: #fff !important;
	width: 14%;
	display: table-cell;
	vertical-align: top;
}
.el_04 .sidebar.menu a {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,.7);
    padding: 4%;
    padding-left: 40px;
}
.el_04 .sidebar.menu a:hover {
	transition: all 0.5s ease-in-out;
	background: rgba(255, 255, 255, 0.2);
}
.el_04 .sidebar.menu a i {
    padding-right: 10px;
}
.el_04 > .pusher {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 2%;
    width: 86%;
    display: table-cell;
    vertical-align: top;
}
.el_04 > .pusher > .basic.segment {
	overflow: hidden;
	overflow-y: scroll;
}
@media screen and (max-height: 768px) {
	.el_04 > .pusher > .basic.segment {
		height: 537px;
	}
}
@media screen and (max-height: 900px) {
	.el_04 > .pusher > .basic.segment {
		height: 664px;
	}
}
@media screen and (max-height: 1024px) {
	.el_04 > .pusher > .basic.segment {
		height: 788px;
	}
}
@media screen and (max-height: 1050px) {
	.el_04 > .pusher > .basic.segment {
		height: 813px;
	}
}
@media screen and (max-height: 1080px) {
	.el_04 > .pusher > .basic.segment {
		height: 838px;
	}
}
.el_04 > .pusher > .basic.segment {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.el_04 > .pusher > .basic.segment::-webkit-scrollbar { 
    display: none;
}

/* pages */
.pg table img {
	height: 40px;
	width: auto;
}
.pg table tr {
	cursor: pointer;
}
.pg table i {
	font-size: 22px;
}
.pg table td:last-child {
	text-align: center;
}
.pg table tr:hover td {
    transition: all 0.5s ease-in-out;
    background: rgba(255, 255, 255, 0.3) !important;
}
.pg.gallery .col {
	float: left;
    width: 10%;
    overflow: hidden;
    height: 100px;
    border: 1px solid #648198;
    position: relative;
}
.pg.gallery .col.in {
	padding: 1%;
}
.pg.gallery .col .info {
	background: #000;
	text-align: center;
	font-size: 11px;
}
.pg.gallery .col img {
	max-width: 100%;
}
.pg.gallery .col:hover {
	cursor: pointer;
	background-image: url(/qQZJLfmNKX/images/close_red.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.pg.gallery .col:hover img {
	display: none;
}
.pg.gallery .col:hover .info {
	background: #ff4848;
}