@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&display=swap');

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Roboto', sans-serif;
	background: #f5f5f5;
	background-image: url("../img/texture/01.png");
    text-transform: uppercase;
}

html {
	height: 100%;
}

* {
	text-decoration: none !important;
	outline: none !important;
}

b,
strong {
    font-weight: 500;
}

.container,
.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.live-result {
	position: absolute;
	min-width: 400px;
	width: 100%;
	top: 100%;
	left: 0;
	background: #fff;
	border: solid 1px #ddd;
	max-height: 300px;
	z-index: 99;
	overflow-y: scroll;
	overflow-x: hidden;
}

.live-result .title {
	width: 100%;
	background: #28A0D8;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 10px;
}

.live-result .item {
	padding: 10px 15px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	color: #444;
	border-bottom: solid 1px #eee;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.live-result .item i {
	color: #bbb;
}

.live-result .item:hover {
	background: #f5f5f5;
}

/* SELECT2 RESET * START */

.form-group .select2-container {
    width: 100% !important;
}

.form-group .select2-container .select2-selection--single {
    height: unset;
    border-radius: 0;
}

.form-group .select2-container .select2-selection__rendered {
    line-height: unset;
    padding: 0;
    height: unset;
    color: unset;
    text-overflow: unset;
    overflow: unset;
    white-space: unset;
}

.form-group .select2-container .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 20px;
    text-align: center;
    height: unset;
}

.select2-dropdown {
    border-radius: 0;
    z-index: 3000;
    border: solid 1px #ddd;
}

.select2-results__group,
.select2-results__option {
    padding: 5px 14px;
    font-size: 12px;
    line-height: 18px;
    border: 0;
    border-bottom: solid 1px #eee;
    color: #222;
}

.select2-results__group {
    background: #eee;
}

.select2-results__option:last-child {
    border-bottom: none;
}

.select2-search__field {
    border: solid 1px #ddd !important;
    padding: 5px 10px !important;
    font-size: 14px;
    line-height: 20px;
}

/* SELECT2 RESET * END */

/* ZEBRA DATEPICKER STYLES START */

.datepicker-group {
	position: relative;
}

.Zebra_DatePicker {
	box-shadow: none;
	border-radius: 0;
	border: solid 1px #ddd;
}

.Zebra_DatePicker td, .Zebra_DatePicker th {
	border-radius: 0;
	/*border: solid 1px #eee;*/
}

.Zebra_DatePicker .dp_header td,
.Zebra_DatePicker .dp_footer td {
	border: none;
	border-radius: 0;
}

.Zebra_DatePicker .dp_body .dp_selected {
	background: #28A0D8 !important;
	color: #fff !important;
}

/* ZEBRA DATEPICKER STYLES END */

.so-icon {
	background-color: #7d7d7d;
}

.so-facebook {
	background-color: #3B5998;
}

.so-twitter {
	background-color: #55acee;
}

.so-instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.so-pinterest {
	background-color: #CB2027;
}

.so-linkedin {
	background-color: #0077b5;
}

.so-facebook-messenger {
	background-color: #448AFF;
}

.so-youtube {
	background-color: #cc181e;
}

.so-reddit {
	background-color: #ff4500;
}

.so-tumblr {
	background-color: #32506d;
}

.so-digg {
	background-color: #262626;
}

.so-google-plus {
	background-color: #DE5446;
}

.so-whatsapp {
	background-color: #25d366;
}

.so-vk {
	background-color: #4c6c91;
}

.so-weibo {
	background-color: #ff9933;
}

.so-odnoklassniki {
	background-color: #d7772d;
}

.so-xing {
	background-color: #1a7576;
}

.so-blogger {
	background-color: #ff8000;
}

.so-flipboard {
	background-color: #ff8000;
}

.so-delicious {
	background-color: #205cc0;
}

.so-weixin {
	background-color: #4EC034;
}

.panel-text {
	font-size: 14px;
	line-height: 20px;
	color: #444;
	margin-bottom: -10px;
	font-weight: 400;
}

.panel-text img {
	max-width: 100%;
}

.panel-text h1 {
	display: block;
	font-size: 1.60em;
	margin-bottom: 10px;
	font-weight: 500;
	text-align: left;
	color: #222;
}

.panel-text h2 {
	display: block;
	font-size: 1.40em;
	margin-bottom: 10px;
	font-weight: 500;
	text-align: left;
	color: #222;
}

.panel-text h3 {
	display: block;
	font-size: 1.30em;
	margin-bottom: 10px;
	font-weight: 500;
	text-align: left;
	color: #222;
}

.panel-text h4 {
	display: block;
	font-size: 1.20em;
	margin-bottom: 10px;
	font-weight: 500;
	text-align: left;
	color: #222;
}

.panel-text h5 {
	display: block;
	font-size: 1.10em;
	margin-bottom: 10px;
	font-weight: 500;
	text-align: left;
	color: #222;
}

.panel-text h6 {
	display: block;
	font-size: 1em;
	margin-bottom: 10px;
	font-weight: 500;
	text-align: left;
	color: #222;
}

.panel-text p {
	display: block;
	margin-bottom: 10px;
}

.panel-text b {
	font-weight: 500;
}

.panel-text ul {
	padding: 0;
	list-style: none;
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
}

.panel-text ul li {
	display: block;
	margin-bottom: 5px;
	position: relative;
	padding-left: 12px;
}

.panel-text ul li:before {
	content: "\f45c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 6px;
	transform: rotate(45deg);
	color: #bbb;
}

.nav-logo img {
	width: 150px;
}

.main-nav {
	padding: 10px 0;
	background: #fff;
	background: #272938;
}

.main-nav.nav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	animation-name: navfixed;
	animation-duration: 0.4s;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.main-nav.nav-fixed .nav-logo img {
	width: 100px;
}

@keyframes navfixed {
	0% {
		margin-top: -100%;
	}

	100% {
		margin-top: 0;
	}
}

.main-nav>.container,
.main-nav>.container-fluid {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-nav>.container>.left,
.main-nav>.container>.right,
.main-nav>.container-fluid>.left,
.main-nav>.container-fluid>.right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.nav-links {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.nav-links>a {
	display: block;
	font-size: 16px;
	line-height: 22px;
	margin-right: 30px;
	font-weight: 500;
	padding: 10px 0;
	color: #fff !important;
}

.nav-links>a:last-child {
	margin-right: 0;
}

.main-btn,
.nav-links .main-btn {
	border: solid 1px #1AA0E6;
	padding: 10px 20px;
	border-radius: 5px;
	color: #1AA0E6 !important;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	transition: 0.2s ease 0s;
	background: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
	border-radius: 5px;
    font-size: 14px;
	line-height: 20px;
	font-weight: 500;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    margin-bottom: 20px;
}

.dropdown-menu .btn {
    margin-bottom: 0;
}

.btn-sm {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 18px;
}

.btn.full {
    display: flex;
    width: 100%;
}

.main-btn:hover,
.nav-links .main-btn:hover {
	background: #1AA0E6;
	color: #fff !important;
}

.main-btn.full {
	display: flex;
	width: 100%;
}

.main-btn.second {
	background: #1AA0E6;
	color: #fff !important;
	border-color: #1AA0E6;
}

.main-btn.second:hover {
	background: #086699;
	border-color: #086699;
}

.main-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(600/1920*100%);
}

.main-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

.main-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 4;
	opacity: 0.8;
}

.main-slider-container {
	display: block;
	width: 100%;
	position: relative;
	border-bottom: solid 4px #28A0D8;
}

.main-slider-container>.tns-outer>button {
	display: none;
}

.main-slider-container>.tns-outer>.tns-controls {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	transform: translate(0, -50%);
	z-index: 10;
	pointer-events: none;
}

.main-slider-container>.tns-outer>.tns-controls>button {
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
	font-size: 14px;
	line-height: 20px;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff !important;
	border: none;
	border-radius: 50%;
}

.smt {
	margin-top: 50px;
}

.smb {
	margin-bottom: 50px;
}

.contact-nav {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.1);
}

.contact-nav a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	width: 100%;
	padding: 10px;
	background: #fff;
	border-right: solid 1px #ddd;
}

.contact-nav a:last-child {
	border: none;
}

.contact-nav a i {
	font-size: 20px;
	line-height: 26px;
	display: block;
	color: #28A0D8 !important;
}

.contact-nav a span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #444 !important;
}

.ftr-content {
	padding-top: 50px;
	padding-bottom: 20px;
	background: #f5f5f5;
}

.ftr-bottom {
	padding: 20px 0;
    background: #222;
}

.ftr-bottom>.container,
.ftr-bottom>.container-fluid {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ftr-bottom span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	margin: 5px 0;
}

.ftr-bottom a {
	display: block;
	margin: 5px 0;
}

.ftr-bottom a img {
	width: 70px;
	filter: grayscale(1);
}

.ftr-bottom a:hover img {
	filter: none;
}

.pagination {
	display: block;
	width: 100%;
	padding: 0;
	margin: 10px 0;
}

.pagination ul {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.pagination ul li {
	margin: 4px;
	display: block;
}

.pagination ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 5px 15px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	border-radius: 5px;
	color: #222 !important;
	background: #4AC6FF;
	color: #fff !important;
}

.pagination ul li a:hover {
	background: #28A0D8;
}

.pagination ul li.active a {
	background: #0D648C;
}

.main-dropdown {
	display: block;
	position: relative;
}

.main-dropdown>.dropdown-toggle {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	line-height: 22px;
	color: #fff !important;
	white-space: nowrap;
	font-weight: 500;
}

.main-dropdown>.dropdown-menu {
	position: absolute !important;
	top: 100% !important;
    left: unset !important;
    right: 0 !important;
    transform: none !important;
	margin: 0;
	background: #fff;
	border: none;
	padding: 5px 0;
	min-width: unset;
	width: auto;
	border: solid 1px #ddd;
	border-radius: 5px;
}

.main-dropdown>.dropdown-menu>a {
	display: block;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 15px;
	color: #222 !important;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
}

.main-dropdown>.dropdown-menu>a:hover {
	background: #eee;
}

.fup-box {
	margin-bottom: 20px;
}

.fup-group {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	position: relative;
	margin: 0;
}

.fup-group>input {
	width: 100%;
	height: 75px;
	opacity: 0;
	cursor: pointer;
}

.fup-group>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	border: dashed 2px #ddd;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fup-group>div span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.fup-group>div span small {
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

.fup-group>div span i {
	font-size: 20px;
	line-height: 26px;
	color: #444;
}

/* Form Group START ------------------------------ */

.form-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.form-group>input,
.form-group>textarea,
.form-group>.select2-container .select2-selection--single {
    display: block;
    width: 100%;
    border: solid 1px #bbb;
    border-radius: 5px;
    padding: 10px 15px;
    resize: none;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

.form-group>.select2-container .select2-selection--multiple {
    margin: 0;
    padding: 0;
    border: solid 1px #bbb !important;
    padding: 3px;
}

.form-group>.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin: 0;
    display: inline-block;
}

.form-group>.select2-container .select2-selection--multiple .select2-search--inline {
    display: inline-block;
    padding: 0 12px;
}

.form-group>.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    display: inline-block !important;
    margin: 0;
    padding: 0 !important;
    display: block;
    min-width: 10px;
    height: 100%;
    height: 32px;
    font-size: 12px;
    line-height: 18px;
    border: none !important;
}

.form-group>.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    margin: 3px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 18px;
    height: 26px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    border: solid 1px #ddd;
    background: #eee;
    padding-left: 24px;
}

.form-group>.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice > .select2-selection__choice__remove {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translate(0, -50%);
    font-size: 12px;
    line-height: 18px;
    min-width: 20px;
    height: 20px;
    border-radius: 2px;
    border: none;
    background: #bbb;
    color: #fff;
    margin: 0;
}

.form-group>.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice > .select2-selection__choice__remove:hover {
    background: #888;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    opacity: 1;
    color: #888;
}

.form-label {
    display: block;
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 2px;
    color: #222;
    font-weight: 500;
}

.label-space {
    display: block;
    margin-top: calc(16px + 2px);
}

.form-group input.error-label,
.form-group textarea.error-label {
    border-color: firebrick;
}

.form-group span.error-label,
.cbox-group span.error-label {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: firebrick;
}

.ctxt {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    line-height: 18px;
    color: #888;
}

/* Form Group END ------------------------------ */

.form-group input.error-label,
.form-group textarea.error-label {
	border-color: #b22222;
}

.form-group span.error-label,
.form-group textarea.error-label {
	font-size: 12px;
	line-height: 18px;
	color: #b22222;
	margin-top: 2px;
}

.ctxt {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	color: #888;
}

.modal-share {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.modal-share a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #444 !important;
	margin-bottom: 10px;
	width: 100%;
	padding-right: 30px;
	position: relative;
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
}

.modal-share a:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
	transition: 0.2s ease 0s;
}

.modal-share a:hover:after {
	right: 10px;
}

.modal-share a i {
	min-width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	font-size: 16px;
}

#copy_box {
	background: #fbfbfb;
	border: solid 1px #eee;
	padding: 10px 15px;
	position: relative;
	cursor: pointer;
}

#copy_box:hover {
	background: #f7f7f7;
}

#copy_box small {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin-bottom: 5px;
	pointer-events: none;
}

#copy_box input {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	pointer-events: none;
	position: absolute;
	opacity: 0;
}

#copy_box span {
	font-size: 14px;
	line-height: 20px;
	color: #222;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.modal {
	z-index: 99999 !important;
}

.modal-content {
	padding: 0;
	border-radius: 0;
	background: #fff;
	border: none;
	z-index: 99999;
}

.modal-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	border-bottom: solid 1px #ddd;
}

.modal-top h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	color: #222;
	margin: 0;
}

.modal-top a {
	font-size: 16px;
	line-height: 22px;
	color: #666 !important;
}

.modal-top a:hover {
	color: #222 !important;
}

.modal-bottom {
	padding: 15px;
}

.msg-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 10px 15px;
	background: #fbfbfb;
	border: solid 1px #eee;
	border-radius: 5px;
}

.msg-box i {
	min-width: 30px;
	height: 30px;
	color: #6495ed;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	font-size: 12px;
	line-height: 18px;
	border: solid 1px #6495ed;
	border-radius: 50%;
}

.msg-box span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #222;
}

.msg-box.success i {
	color: #32cd32;
	border-color: #32cd32;
}

.msg-box.danger i {
	color: #b22222;
	border-color: #b22222;
}

.cbox-group {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.cbox-group input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.cbox-group label {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
	line-height: 22px;
	color: #222;
	margin: 0;
	user-select: none;
}

.cbox-group label>span:first-child {
	min-width: 24px;
	height: 24px;
	border: solid 1px #ccc;
	background: #fff;
	margin-right: 10px;
	position: relative;
	border-radius: 2px;
}

.cbox-group label:hover span:first-child {
	border-color: #aaa;
}

.cbox-group label>span:first-child:after {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: #EB8B1C;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	line-height: 22px;
	opacity: 0;
}

.cbox-group input:checked~label>span:first-child:after {
	opacity: 1;
}

.cbox-group input:checked~label>span:first-child {
	border-color: #EB8B1C;
}

.page-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	border-bottom: solid 1px #ddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.page-header>h1 {
	display: block;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0;
}

.menu-btn {
	position: relative;
	display: block;
	transition: 0.2s ease 0s;
	top: 0;
	margin-bottom: 30px;
}

.menu-btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 5px);
	border-bottom: solid 5px #1AA0E6;
	border-radius: 14px;
	transition: 0.2s ease 0s;
	pointer-events: none;
}

.menu-btn.active {
	top: 5px;
}

.menu-btn.active:before {
	height: 100%;
}

.menu-btn-in {
	padding: 60px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	border: solid 1px #ddd;
	background: #fbfbfb;
	overflow: hidden;
	position: relative;
}

.menu-btn-in>.left {
	position: relative;
	z-index: 10;
}

.menu-btn-in>.left>span {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	color: #888;
}

.menu-btn-in>.left>h2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 24px;
	line-height: 30px;
	font-weight: 900;
	color: #222;
	margin-bottom: 10px;
}

.menu-btn-in>.right>i {
	font-size: 150px;
	line-height: 156px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -20px;
	display: block;
	color: #ebebeb;
}

.login-box {
	min-height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.login-box-in {
	background: #fff;
	width: 400px;
	max-width: 100%;
	border: solid 1px #ddd;
	border-radius: 10px;
	overflow: hidden;
}

.login-box-in>.panel-title {
	padding: 20px 30px;
	background: #fbfbfb;
}

.login-box-in>.content {
	padding: 30px;
}

.login-box-in>.content>.logo {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.login-box-in>.content>.logo>img {
	width: 100%;
}

.panel-title {
	display: block;
	font-size: 20px;
	line-height: 26px;
	padding: 10px 15px;
	border-bottom: solid 1px #ddd;
}

.page-box {
	padding: 1px 0;
    background: rgba(255,255,255,0.5);
	min-height: calc(100vh - 140px);
}

.divider {
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
	border-bottom: solid 1px #ddd;
}

.menu-btn-content {
	padding: 30px;
	padding-bottom: 0;
	background: #fff;
	border: solid 1px #ddd;
	border-radius: 10px;
	display: none;
	margin-bottom: 30px;
}

.mbc-btn {
	display: block;
	position: relative;
	transition: 0.2s ease 0s;
	top: 0;
	height: 100%;
}

.mbc-btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 5px);
	border-bottom: solid 5px #086699;
	border-radius: 14px;
	z-index: 1;
	transition: 0.2s ease 0s;
}

.mbc-btn:hover {
	top: 5px;
}

.mbc-btn:hover:before {
	height: 100%;
}

.mbc-btn-in {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 30px;
	background: #1AA0E6;
	border-radius: 10px;
	color: #fff !important;
	position: relative;
	top: 0;
	transition: 0.2s ease 0s;
	z-index: 10;
	height: 100%;
}


.mbc-btn-in>i {
	display: block;
	font-size: 60px;
	line-height: 66px;
	margin-bottom: 10px;
}

.mbc-btn-in>span {
	display: block;
	font-size: 16x;
	line-height: 22px;
	font-weight: 500;
}

.mbottom-30 {
	margin-bottom: 30px;
}
.sonuc{
			display: none;
		}
	.box {
  /*width: 200px; height: 300px;*/
  position: relative;
  border: 1px solid #BBB;
  background: #EEE;
  margin: 20px;
  display: inline-block;
}
/* .devam:before {
  content: "";
  z-index: -1;
  overflow: hidden;
  transform: rotate(-45deg);
  width: 120px;
  display: block; 
  background: #FF0000;
  background: linear-gradient(#8B0000 0%, #FF0000 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 20px;
  right: -30px;
  clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px,  110px 30px);
  height: 20px;
  width: 120px;
} */
.devam:after {
  content: "Devam Ediyor";
  z-index: 1;
  overflow: hidden;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 120px;
  display: block; 
  background: #FF0000;
  background: linear-gradient(#8B0000 0%, #FF0000 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 25px; left: -25px;
  clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px,  110px 30px)
}

/* .hazir:before {
  content: "";
  z-index: -1;
  overflow: hidden;
  transform: rotate(-45deg);
  width: 120px;
  display: block; 
  background: #008000;
  background: linear-gradient(#006400 0%, #008000 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 20px;
  right: -30px;
  clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px,  110px 30px);
  height: 20px;
  width: 120px;
} */
.hazir:after {
  content: "HAZIR";
  z-index: 1;
  overflow: hidden;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 120px;
  display: block; 
  background: #008000;
  background: linear-gradient(#006400 0%, #008000 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 25px; left: -25px;
  clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px,  110px 30px)
}

/* .sevk:before {
  content: "";
  z-index: -1;
  overflow: hidden;
  transform: rotate(-45deg);
  width: 120px;
  display: block; 
  background: #0000FF;
  background: linear-gradient(#00008B 0%, #0000FF 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 20px;
  right: -30px;
  clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px,  110px 30px);
  height: 20px;
  width: 120px;
} */
.sevk:after {
  content: "SEVK EDİLDİ";
  z-index: 1;
  overflow: hidden;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 120px;
  display: block; 
  background: #0000FF;
  background: linear-gradient(#00008B 0%, #0000FF 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 25px; left: -25px;
  clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px,  110px 30px)
}
 
.bcrumb {
    display: block;
    padding: 10px 0;
    background: #eee;
    border-bottom: solid 2px #ddd;
}

.bcrumb .links  {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.bcrumb .links > a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222 !important;
    font-weight: 500;
    margin-right: 20px;
    position: relative;
}

.bcrumb .links > a:hover {
    text-decoration: underline !important;
}

.bcrumb .links > a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    text-align: center;
    pointer-events: none;
}

.bcrumb .links > a:last-child:after {
    content: none;
}

.bcrumb .links > a:last-child {
    margin-right: 0;
}

.table {
    background: #fff;
    font-size: 12px;
    line-height: 18px;
}

.def-text {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 5px 0;
}

.work-item {
    display: block;
    border: solid 1px #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
    padding: 20px;
	border-bottom: solid 5px #1AA0E6;
}

.work-item > .inner {
    background: #fbfbfb;
    border-radius: 5px;
    border: solid 1px #ddd;
    padding: 30px;
}

.work-item > .inner > .detail {
    display: block;
}

.work-item > .inner > .detail > .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
}

.work-item > .inner > .detail > .item > span:nth-child(1) {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #222;
    margin-right: 6px;
}

.work-item > .inner > .detail > .item > span:nth-child(2) {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.work-item > .inner > .detail > .item > a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding: 1px 5px;
    background: #1AA0E6;
    color: #fff !important;
    font-weight: 700;
    min-width: 50px;
    text-align: center;
    border-radius: 2px;
    transition: 0.2s ease 0s;
}

.work-item > .inner > .detail > .item > a:hover {
    background: #086699;
}

.main-title {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.head-flex .main-title,
.head-flex .btn {
    margin-bottom: 10px;
}

.head-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.panel-area {
    padding: 20px;
    padding-bottom: 0;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}

.button-hr {
    padding-top: 20px;
    border-top: solid 1px #ddd;
}

body.print-page {
    background: #fff;
    text-transform: none;
}

.print-page-inner {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.print-page-inner .main-title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.print-page-inner table {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #222;
    letter-spacing: 0.5px;
}

.print-page-inner table span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222;
    min-height: 18px;
}

.print-page-inner table span.name {
    text-transform: uppercase;
}

.print-page-inner table span.title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.print-page-inner table span.label {
    display: block;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
}

.print-page-inner table span.vertical-title {
    display: block;
}

.print-page-inner table span.vertical-title > span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.print-page-inner table td {
    border: solid 1px #888;
    padding: 2px 4px;
    vertical-align: top;
}

.print-page-inner table .column-box {
    border: solid 1px #888;
    padding: 2px 4px;
    min-height: calc(3 * 18px);
}

.print-page-inner table .backcolor {
    background: #dce6f2;
}

.print-page-inner table td.noborder {
    border: none;
}

.print-page-inner table.noborder td {
    border: none;
}

.print-page-inner table.intable {
    margin: -1px;
    width: calc(100% + 2px);
}

.table-logo {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(1/3.5*100%);
}

.table-logo > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}