/* latin */
@font-face{
	font-family: "Medium";
	src:url("fonts/ADPortsGroup-Regular.woff2") format("woff2"), url("fonts/ADPortsGroup-Regular.otf") format("otf")
}
@font-face{
	font-family: "Book";
	src:url("fonts/ADPortsGroup-Light.woff2") format("woff2"), url("fonts/ADPortsGroup-Light.otf") format("otf")
}
@font-face{
	font-family:"SemiBold";
	src:url("fonts/ADPortsGroup-Bold.woff2") format("woff2"), url("fonts/ADPortsGroup-Bold.otf") format("otf")
}

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.monotype.com/
*/

.btn-block { width: 100%; display:block; }
.btn-small { width: 185px; float:center;}
.btn-smaller-active{font-size: 14px;padding:6px; white-space: nowrap; margin:0px;width: auto; height:20px;	align-items:rigt;justify-content:right;float:right; background: rgb(45,57,85); color: rgb(255, 255, 255);}
.btn-smaller-passiv{font-size: 14px;padding:6px; white-space: nowrap; margin:0px;width: auto; height:20px;	align-items:rigt;justify-content:right;float:right; background: rgba(135,135,135);}

* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; -webkit-appearance:none; font-family: "Book","chinese-Book", "cyrillic-Book"; font-weight: normal;}

table {
	margin: 0 auto;
	border-collapse: collapse;
	width: 600px;
}

.errorDiv {
	color: rgb(217, 71, 95);
	font-weight: bold;
  }
.errorMessage h2{
	color: rgb(217, 71, 95);
	font-weight: bold;
}

h2{
	padding-top: 8px;
	font-size: 22px;
	text-align: left;
	padding-left: 15px;
	font-family: "Medium","chinese-Medium", "cyrillic-Medium";
}

table.table1 td {
text-align: left;
font-size: 15px;
height: 35px;
}

table.table1 th {
	text-align: left;
	font-size: 16px;
	height: 65px;
	font-family: "SemiBold","chinese-SemiBold", "cyrillic-Bold";
}

.disabled {
	pointer-events: none;
	cursor: default;
	background: rgb(196, 196, 196);
}

.disabled a{
	color: rgb(250, 250, 250) !important;
}

table.table2 td {
	text-align: left;
	font-size: 16px;
	width: 50%;
	}
table.table2 {
width: auto;	
margin-left:auto; 
    margin-right:auto;
}

table.table3 td {
	font-size: 12px;
	border-collapse: collapse;
	text-align: left;
	}

table.table3 {
	border-collapse: collapse;
	width: 100px;
	float: left;
}
table.table4 td {
	font-size: 12px;
	border-collapse: collapse;
	}

table.table4 {
	border-collapse: collapse;
	width: 100px;
	float: right;
}

.table1 tr:hover {background-color: #7979793b;}

body{ 
	margin:0;
	padding:0;
	width: 100%;
	margin-bottom: 100px;
	color: rgb(45,57,85);
	font-size: 18px;
	text-align:center;
	letter-spacing:1.2px;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgb(45,57,85);
	font-family: "Book","chinese-Book", "cyrillic-Book";
}

.split{
  height: 50%;
  width: 100%;
  top: 0;
}

.top{
  left: 0;
  right: 0;
  top: 0;
}

.bottom {
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(255, 255, 255);
}

.tablebox {
	margin: auto;
	background-color: rgb(255, 255, 255);
	border-radius: 10px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15), 0 4px 16px 0 rgba(0, 0, 0, 0.1);
	width: 630px;
}

.spacer {
	border-top: 1px solid rgba(153, 159, 177);
	margin-left: 0px;margin-right: 0px;
	margin-top: 7px;margin-bottom: 12px; 
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}

table.tablebox td{
	padding: 4px;
	text-align: left;
}

table.tableIndex{
	width: 660px;
	border-collapse: separate;
	border-spacing: 15px;
}

table.tableIndex td{
	border-radius: 10px;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15), 0 4px 14px 0 rgba(0, 0, 0, 0.1);
	padding: 0px;
	padding-bottom: 10px;
	font-size: 5px;
	vertical-align: top;
	width:33%;
}

table.tableIndex a{
	font-size: 12px;
}
  
h1{
	color:rgb(255, 255, 255); 
	font-size: 35.75px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: 'SemiBold', "cyrillic-Bold";
}

.padding{
	padding-top: 11px;
	padding-bottom: 11px;
}
.login { 
	margin: 0 auto;
}
.middlelogin { 
	margin: 0 auto;
	width: 630px; 
	vertical-align: bottom;
}

.login h1 { 
	color: rgb(45,57,85); 
	letter-spacing:1px; 
	text-align:center; 
}

.grey, .red { 
	width: 100%; 
	background: rgb(255, 255, 255);
	border: none;
	outline: none;
	padding: 7px;
	font-size: 15px;
	color: rgb(45,57,85);
	margin-bottom: 10px; 
	border-radius: 9px;
}
h2{
	padding-top: 8px;
	font-size: 22px;
	text-align: left;
	padding-left: 15px;
	font-family: "Medium","chinese-Medium", "cyrillic-Medium";
}
h4{
	padding-top: 8px;
	font-size: 20px;
	text-align: left;
	padding-left: 15px;
	font-family: "Book","chinese-Book", "cyrillic-Book";
}
.grey{
	border: 2px solid rgba(135,135,135);
}

.red{
	border: 2px solid rgba(45,57,85);
}

.grey_small{
	padding: 4px;
	font-size: 13px;
	margin-bottom: 6px; 
	border-radius: 6px;
	height: 30px;
	background: rgb(255, 255, 255);
	border: 2px solid rgba(135,135,135);
	font-family: "Book","chinese-Book", "cyrillic-Book";
}

.change{
	float:right;
	width: 100%; 
	height: 100%; 
	margin: 0px; 
	background: rgb(45,57,85);
	border: none;
	outline: none;
	padding: 0px;
	font-size: 13px;
	margin-bottom: 10px; 
	border-radius: 9px;
	padding: 7px;
	font-family: 'Book','chinese-Book', 'cyrillic-Book';
	border: 2px solid rgb(45,57,85);
	color: white;
}

a { 
	text-decoration: none; 
	color: rgb(0,0,0);
	font-size: 16px;
	font-family: "Medium","chinese-Medium", "cyrillic-Medium";
}

b {
	font-family: "Medium","chinese-Medium", "cyrillic-Medium";
}


button, input { 
	cursor: pointer;
	width: 100%; 
	background: rgb(45,57,85);
	border: none;
	outline: none;
	padding: none;
	vertical-align: 50%;
	color: rgb(255, 255, 255);
	border-radius: 8px;
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
	-webkit-appearance:none;
}
button{
	height: 40px;
	font-size: 17px;
}
.btn-light{
	background: rgb(45,57,85);
	display: flex;
	align-items:center;
	justify-content:center;
}

.btn-flex{
	display: flex;
	align-items:center;
	justify-content:center;
}

button:disabled { 
	background: rgb(167, 168, 180);
	color: rgb(255, 255, 255);
}

input:read-only::-webkit-input-placeholder{
	color:    rgba(152, 152, 152);
	font-family: "Medium","chinese-Medium", "cyrillic-Medium";
}

input:read-write::-webkit-input-placeholder{
	color:    rgba(152, 152, 152);
	font-family: "Medium","chinese-Medium", "cyrillic-Medium";
}

input[type="number"]{
	color:rgb(152, 152, 152);
	font-family: "Book","chinese-Book", "cyrillic-Book";
}

select:disabled{
	float:right;
	color: rgb(0, 15, 60, 0.3);
}

select { 
	float:right;
	width: 100%; 
	height: 100%; 
	margin: 0px; 
	background: rgb(255, 255, 255);
	border: none;
	outline: none;
	padding: 0px;
	font-size: 15px;
	font-family: "Medium","chinese-Medium", "cyrillic-Medium";
	color: rgb(45,57,85);
	/*box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
	-webkit-appearance:none;*/
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

h3{
	color:rgb(217, 71, 95);
	font-size: 16px;
	width: 600px;
	padding-top: 0px;
	padding-bottom: 8px;

}

input:focus:read-write { 
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.5), 0 1px 1px rgba(255,255,255,0.2); 
}
select:focus:enabled { 
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.5), 0 1px 1px rgba(255,255,255,0.2); 
}
button:hover  { 
	box-shadow: inset 0 -5px 45px rgba(146, 146, 146, 0.5), 0 1px 1px rgba(255,255,255,0.4); 
}


button:active {
	/* set time duration to your needs */
	animation: gradient 200ms;
	background: rgba(0, 15, 60, 0.7);
	color: rgb(243, 243, 245);
	box-shadow: none;
  }

  /* Popup container - can be anything you want */
.popup {
	position: relative;

	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* The actual popup */
.popup .popuptext {
visibility: hidden;
width: 1000px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 8px 0;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -500px;
}

/* Popup arrow */
.popup .popuptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
visibility: visible;
-webkit-animation: fadeIn 0.5s;
animation: fadeIn 0.5s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
from {opacity: 0;} 
to {opacity: 1;}
}

@keyframes fadeIn {
from {opacity: 0;}
to {opacity:1 ;}
}
/*
input[type="checkbox"] {
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 29px;
	height: 29px;
	border: 2px solid rgba(135,135,135);
	border-radius: 8px;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}
  
.form-control + .form-control {
	margin-top: 1em;
}

input[type="checkbox"]::before {
	content: "";
	width: 25px;
	height: 25px;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--form-control-color);
  
	background-color: CanvasText;
	transform-origin: bottom left;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  }
input[type="checkbox"]:checked::before {
	background-color: #c72f2f;
} */


/* Customize the label (the container) */
.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: -12px;
	left: 10px;
	height: 30px;
	width: 30px;
	background-color: #eee;
	border: 2px solid rgba(135,135,135);
	border-radius: 8px;
  }
  
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark {
	background-color: rgb(45,57,85);
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }