
@font-face {
	font-family: "Font Awesome\ 5 Free";
}
body {
    margin: 0px;
    padding: 0px;
    border: 0px;
	background: #f6f6f6;
    color: #595959;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14pt;
    clear: both;
	text-align: left;
}

table {
	border-collapse: collapse;
}

table td {
	border: 1px solid black;
}

td {
	margin:10px;
}

ul {
	list-style-type: none;
}

input[type=text], input[type=tel], input[type=email],input[type=date], input[type=password], textarea, select, input {
    border: 1px solid black;
    border-radius: 5px;
	margin:5px;
	padding: 4px;
}

textarea{
	resize: both;
	word-wrap: both;
}

input[type=radio] {
	border:2px solid #283B5F;
}

input[type=file] {
	padding:3px;
	margin:5px;
    max-width: 250px;
}

input[type=submit], input[type=button] {
	border-radius:5px;
	border:2px solid #ffb522;
	font-size:14pt;
	padding:5px;
	margin: 5px;
	background-color: #fff;
}

input[type=submit]:hover,input[type=button]:hover {
	background:#ffb522;
	color:#fff;
}

input[value=1]:checked ~ div#hide{
	display: none;
}
input[value=2]:checked ~ div#hide{
	display: block;
}

.body {
	overflow: hidden;
    /*border: 1px solid #283B5F;*/
	padding: 1%;
}

#login_set {
	margin:5px;
	border: 1px solid #283B5F;
	border-radius: 10px;
}
.login_form {
	width:40%;
	margin: 0 auto;
}
.body_main_left {
	float: left;
	width: 74%;
	background: #fff;
	min-height: 80vh;
	border:1px solid #eaeaea;
	border-radius: 10px;
}

.body_main_right {
	overflow: hidden;
    width: 25%;
	background: #ccc;
	float: right;
	border:1px solid #eaeaea;
	border-radius: 10px;
}

.body_stage_left {
	float: left;
	width: 20%;
	/*background: #888;*/
	margin-right: 1%;
}

.index {
	padding: 1%;
}

.menu{
	/*background: #888;*/
	padding: 0;
}

.menu ul li a {
	text-decoration: none;
    /* color:#fff; */
}

.menu ul{
	margin: 0px;
	padding: 0;
}
.menu ul li{
	/* margin: 0px;
	padding-top: 10px;*/
}
.menu #after:before {
	font-family: "Font Awesome\ 5 Free";
	content:"\f107";
	font-weight: 900;
	color: #283B5F;
	padding: 0 5px 0 0;
}

.file {
	/*background: #888;*/
	padding-top:10px;
}

.file ul{
	margin:0;
}

.file .rubric{
	/*color:#fff;*/
	padding-top: 3px;
}

.body_stage_right {
	overflow: hidden;
    /*width: 80%;*/
    background: #fff;
	min-height:80vh;
}

.body_stage {
	overflow: hidden;
    /*width: 80%;*/
    background: #fff;
	min-height:80vh;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	padding:1%;
}

#dash {
	margin:0 15px 0 0;
}
.application {
	margin: 0 10px;
}

#country {
	width: 250px;
}
.footer {
	text-align: center;
}

.login {
	text-align:center;
}
.login_field {
	display: block;
	margin-bottom: 1rem;
}

.login_header {
	text-align: center;
	margin: 0 auto;
	padding: 0 10px;
}

.rubric {
	text-align:center;
	font-size: 1.4em;
}
.rubric a{
    text-decoration: none;
}
.redactor {
	width:700px;
	/*height:365px;*/
	margin: auto;
}

textarea#editor1 {
	width:500px !important;
	border:1px solid red;
}
/*label:hover {
	background: #d5d5d5;
	cursor: pointer;
}*/
#label_radio {
	display:flex;
}

#label_radio:hover {
	background: #d5d5d5;
	cursor: pointer;
}

#label{
	min-width:201px;
	position: relative;
	float: left;
    padding: 5px;
	width: 260px;
}

.form {
	margin:auto;
	display: block;
	width:65%;
	padding:10px;
}

.radio {
	overflow: hidden;
	text-align: left;
}

.table {
	text-align: center;
}

#tab {
	margin: 0 auto;
}

#application_field {
	/*display: inline-block;*/
	display: table;
}
#application_field ul{
	margin-top:0px;
}

#application_field:after {
	/*display: table;*/
	clear:both;
}

#application_file {
	display: block;
}

#a_edit {
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	text-decoration: none;
	border:2px solid #ffb522;
	border-radius: 5px;
	background-color: rgb(177, 175, 175);
	padding: 5px;
    background-color: #fff;
    font-size:14pt;
    margin: 5px;
    color:#000;
}

#a_edit:hover {
	background-color: #ffb522;
	color: #fff;
	cursor: pointer;
}

.button {
    display: block;
	margin: 15px 0;
}
.button> table {
    border: hidden !important;
}

.button>table td {
    border: hidden !important;
}

.button>table tr:hover {
    background: #fff !important;
}
#application_button{
	text-align:center;
	padding: 10px auto;
	margin: 10px 0;
}

#button {
    position: relative;
    float: left;
}

#after a{
	text-decoration: none;
	color: #283B5F;
}
#before a{
	text-decoration: none;
	color: green;
}
#now a {
	text-decoration: none;
	color: #006611;
}

#after:hover {
	background: #dedede;
}

#now:hover {
	background: #dedede;
}

.comment {
	margin:0 10%;

}

.com_man {
	border: 1px solid #283B5F;
	padding: 5px;
	border-radius: 12px;
	margin: 5px;
	width:60%;
	margin-left: auto;
	background-color: #888;
	color: white;
}

.com_man p {
	margin:0;
}

.com_ag {
	border: 1px solid #283B5F;
	padding: 5px;
	border-radius: 12px;
	margin: 5px;
	width:60%;
	background-color:#ccc;
}

.com_ag p {
	margin:0;
}

.ad_file {
	display: block;
}

#add_f{
	margin-bottom:5px;
}


.successful {
	text-align: center;
	color:red;
	font-size: 2rem;
}

.blocked {
	text-align: center;
	font-weight: bold;
	color: red;
}


.print-btn {
	float:right;
}
#print-content {
	/* display: none; */
}

.body_left {
	width:24%;
	float:left;
}
.body_left table{
    border: 1px solid #000;
    text-align: center;
    margin:0 auto;
}
.body_left td{
    padding:5px;
}

.body_right {
	width: auto;
	overflow: hidden;
}

#a_print {
    appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	text-decoration: none;
	border:2px solid #ffb522;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	padding:5px;
    margin: 5px;
    color: #000;
    font-size:14pt;
}

#a_print:hover {
	background-color: #ffb522;
	color: #fff;
	cursor: pointer;
}
/* darbibas.php */
#div_tables {
	overflow: hidden;
}

#left_table {
	float: left;
	width: 48%;
}

#right_table {
	float: right;
	width: 48%;
}

#darb_left {
	width:100%;
	table-layout: fixed;
}

#darb_right {
	width:100%;
	table-layout: fixed;
}

#darb_td {
	width:30%;
}

#darb_input {
	width: 90%;
}

#left_voc {
	float: left;
	width: 58%;
}

#right_voc{
	float: right;
	width: 38%;
}

#tow {
   display:none;
}

#toww {
   display:none;
}

.div_form{
    width: 50%;
    margin: 0 auto;
}

/* Left menu*/
.left_menu a{
	color:#000;
    text-decoration: none;
    display: block;
    /* padding-bottom: 24px; */
	/*margin-bottom:1px;*/
	padding: 5px 15px;
	border: 1px solid #f6f6f6;
	border-radius: 10px;
}
.left_menu a:hover {
    background: #ffb522;
    color: #FFF;
	border: 1px solid #ffb522;
}

.left_menu a:active {
    background: #ffb522;
    color: #FFF;
	border: 1px solid #ffb522;
}

.div_rep {
    margin: auto;
}

#tab_rep {
    margin: auto;
}

#tab_rep td {
    padding: 10px;
}