@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body {
	background: url("/images/bg.png") repeat-x top left #ffffff;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	height: 100vh;
}

* {
	box-sizing: border-box;
}

.alert {
	width: 100%;
	padding: 12px 16px;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 12px;
	font-size: 16px;
}

.alert h4 {
	margin: 0 auto 15px;
	text-transform: uppercase;
}

.alert.alert-success {
	background-color: rgba(227, 253, 235, 1);
	border-color: rgba(38, 179, 3, 1);
	color: rgba(60, 118, 61, 1);
}

.alert.alert-info {
	background-color: rgba(217, 237, 247, 1);
	color: rgba(49, 112, 143, 1);
	border-color: rgba(126, 182, 193, 1);
}

.alert.alert-warning {
	background-color: rgba(252, 248, 227, 1);
	border-color: rgba(177, 161, 129, 1);
	color: rgba(138, 109, 59, 1);
}

.alert.alert-danger {
	background-color: rgba(248, 215, 218, 1);
	border-color: rgba(220, 53, 69, 1);
	color: rgba(114, 28, 36,1);
}

h1 {
	text-align: center;
}

a {
    text-decoration: none;
}

form {
	max-width: 480px;
	margin: auto;
}

table {
	border-collapse: collapse;
  	margin: auto;
  	width: 100%;
}

table.FormatTable th, table.FormatTable td {
	border: 1px solid rgba(98, 98, 98, 0.4);
	padding: 5px;
}

.list tbody > tr:first-child {
  	background: #0f626a;
  	color: #fff;
  	line-height: 34px;
}

.list tbody > tr {
  	background: #4b898f;
  	color: #fff;
}

.list tbody > tr.even {
  	background: #427d83;
}

.list tbody > tr > td {
  	padding: 5px;
}

.list tbody a {
  	color: #fff;
}

th {
    border-bottom: 1px solid #333;
}

td {
  	text-align: left;
  	position: relative;
}

label {
	display: inline-block;
	font-weight: 500;
	margin-bottom: .5rem;
}

#login_frm_Remember, #register_frm_Agree {
	cursor: pointer;
	margin: auto;
	width: auto;
}

#ccurr {
	position: absolute;
	right: 10px;
	top: 14px;
}

.descr_star {
  	color: red;
}

.odd, .even {
    text-align: center;
}

.odd {
    background: #33333321;
}

input, select, textarea {
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid rgba(98, 98, 98, 0.4);
	color: rgb(98, 98, 98);
	font-size: 14px;
	padding: 0.8rem 0.75rem;
	text-overflow: ellipsis;
	margin-bottom: 5px;
	width: 100%;
}

input:focus, select:focus, textarea:focus {
	color: rgb(40, 35, 45);
	box-shadow: 0 0 0 0.25rem rgba(15, 98, 106, 0.3);
	border: 1px solid rgba(15, 98, 106, 0.8);
	transition: all 0.3s ease;
	outline: none;
}

.err {
    color: red;
    background: #f003;
    border-radius: 5px;
}

.button-blue, .button-green, .button-red {
	background-color: rgb(15, 98, 106);
	border: 1px solid rgb(15, 98, 106);
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	padding: 5px 25px;
	width: auto;
}

.button-green {
	background: #4fd279;
}

.button-red {
    background: #f003;
    border: 1px solid red;
	color: red;
}

.text-center {
	text-align: center;
}

.main {
	min-height: 100%;
}

.container {
	margin: auto;
	width: 1200px;
}

.menu-top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.logo > a {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.logo > a > img {
}

.menu-top .user, .menu-top .user > a {
    color: #fff;
}

.menu-top .user > a {
	font-weight: bold;
}

.lang {
    align-items: center;
    display: flex;
    width: 60px;
    justify-content: space-between;
}

nav > ul {
    background: #0f626a;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: .25rem;
}

nav > ul > li > a {
    color: #fff;
	padding: 10px 25px;
	display: block;
}

nav > ul > li > a:hover, nav > ul > li > a.current {
	background: #fff;
	border-radius: 5px;
	color: #0f626a;
	font-weight: 500;
}

.content {
	display: flex;
	justify-content: space-between;
}

.left-box {
	width: 25%;
}

.login-box {
	background: #fff;
	box-shadow: 0 .1rem 0.5rem 0 #0f626a;
	border-radius: 5px;
	padding: 20px 15px;
	margin: 0px auto 16px;
}

ul.left-menu, .statistics {
	background: #0f626a;
	border-radius: 5px;
	max-height: 276px;
	list-style: none;
	padding: 20px 15px;
	margin: 0px auto 16px;
}

.statistics p {
	color: #fff;
}

ul.left-menu > li > a {
	color: #fff;
	padding: 10px 25px;
	display: block;
}

ul.left-menu > li.current > a {
    background: #fff;
    border-radius: 5px;
    color: #333;
    font-weight: 500;
}

.right-box {
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0 .1rem 0.5rem 0 #0f626a;
	padding: 1.125rem 1.5rem;
	width: 74%;
}

.plans {
	display: flex;
	flex-direction: column;
}

.plans > .plan {
	color: #fff;
	margin-bottom: 20px;
}

.plans > .plan > .plan-title {
	background: #0f626a;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 34px;
	margin-bottom: 1px;
}

.plans > .plan > .plan-content, .plans > .plan > .plan-text {
	background: #4b898f;
	display: flex;
	justify-content: space-between;
    margin-bottom: 1px;
}

.plans > .plan > .plan-content > .plan-content-item, .plans > .plan > .plan-text > .plan-content-item {
    width: 33.33333%;
    text-align: center;
    line-height: 28px;
}

.operations {
    display: flex;
    justify-content: center;
}

.overflow {
    overflow: auto;
    margin-bottom: 20px;
}

.faq-item {
	margin-bottom: 5px;
}

.question {
	background: #0f626a;
	color: #fff;
	cursor: pointer;
	padding: 10px 25px;
}

.answer {
	background-color: #F3F3F3;
	display: none;
	padding: 10px;
}

.answer p {
  	margin: 0;
}

.we-accept {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.we-accept a {
	display: flex;
	margin: 2px 4px;
}

.we-accept img {
	width: 32px;
	height: 32px;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

footer {
    background: #333;
    display: inline-block;
    min-width: 100%;
    margin-top: 50px;
    color: #fff;
}

footer > .container {
    display: flex;
	justify-content: space-between;
}

footer a {
    color: #ddd;
}

.paginator {
    padding: 8px;
}
.paginator a:active {
    outline: medium none;
}
.paginator a:hover {
    text-decoration: none;
}
.paginator a.pgbutton, 
.paginator a.pgactive {
    border-radius: 5px;
    color: #333;
    cursor: pointer;
    margin: 0 3px;
    padding: 2px 5px;
}
.paginator a.pgbutton {
    background-color: #DDDDDD;
}
.paginator a.pgbutton:hover {
    background-color: #CCCCCC;
    text-decoration: none !important;
}
.paginator a.pgactive {
    background-color: #0F626A;
  	font-weight: bold;
 	color: #fff;
}