:root {
	--main-blue-color: #0d6efd;
	--second-blue-color: #9ac2fe;
	--hover-blue-color: #6ea5f7;
    --main-green-color: #58a518;
	--primary: #7952b3;
	--secondary: #61428f;
	--border-color: #dee2e6;
	--max-width: 1140px;
	--border-radius: 0.25rem;
	--button-text: #fff;
	--button-focus: 0 0 0 3px rgba(121, 82, 179, 0.25);
	--link-color: #7952b3;
	--text-main: #363636;
	--text-bright: #000;
	--body-bg-color: #f9fafb;
	--footer-bg-color: #fff;
	--form-bg-color: #fff;
	--input-text-color: #000;
	--input-text-disabled: #7a7a7a;
	--input-placeholder-color: #c2c2c2;
	--input-border-color: #ccc;
	--input-background-color: #fff;
	--input-disabled: #f5f5f5;
	--input-focus: 0 0 0 3px rgba(121, 82, 179, 0.25);
	--error: #dc3545;
	--success: #198754;
	--warning: #664d03;
	--info: #0c5460;
	--alert-error-bg: #f8d7da;
	--alert-warning-bg: #fff3cd;
	--alert-success-bg: #d4edda;
	--alert-info-bg: #d1ecf1
}
* {box-sizing: border-box;}

body {
	font-family: Arial, Helvetica, sans-serif;
	/* top: 200 px; */
	margin: 0;
    font-size: 1rem;
    line-height: 1.25;
    background-color: var(--body-bg-color);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: var(--text-main)
}

hr.rounded{
    border-top: 8px solid var(--hover-blue-color);
    border-radius: 5px;
    margin-bottom: 0;
}

.flex-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between
}

.flex-wrapper > *{
	padding: 4px 0 ;
}

.page-main{
	flex-grow: 1;
    text-align: center;
}

.nocolomn{
	padding: 15px;
}

.header_margin{
	width: 100%;
}

.header{
	color: white; 
	font-size: 32px;
	text-align: center;
	width: 100%;
    margin: 30px 0;
}

[id^=header_img]{
	border-radius: 50%;
    margin-left: 12px;
    margin-right: 12px;
    aspect-ratio: 1/1;
}

/*@media screen and (max-width: 1200px){*/
/*    #header_img_big{*/
/*        height: 100px;*/
/*    }*/
/*}*/

.navbar{
	height:70px;
	list-style-type: none;
	margin: 0;
	background-image: url("background.jpg");
	background-position: right;
	line-height: 70px;
    padding: 0;
    width: 100%;
}

.navbar h1{
	line-height: 0;
	font-size: 32px;
	display: inline-block;
	vertical-align: middle;
}

.navbar p{
	line-height: 1.5;
	display: inline-block;
	vertical-align: middle;
}

.navbar ul{
	text-decoration: none;
	user-select: none;
    list-style-type: none;
}

.navbar li {
	float: right;  
}

.navbar a, footer a, .navbar button{
	display: block;
	color: white;
	text-align: center;
	padding: 0 16px;
	text-decoration: none;
	font-size: 24px;
}

.navbar a:hover, footer a:hover, .navbar button:hover, .navbar .dropdown-menu a:hover{
	 color: var(--main-green-color);
	 background-image: none;
	 background-color: transparent;
	 cursor: pointer;
}

@media screen and (max-width: 768px) {
    #header_title{
        text-align: right;
        margin-right: 12px;
    }

    .navbar{
        height: auto;
    }

    .header_margin{
        padding-top: 0;
    }

    .header{
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 442px) {
    .flex-special-row{
        flex-direction: row !important;
    }

    #navigation-div{
        align-items: normal !important;
    }
}

@media screen and (max-width: 442px){
    #header_img_big{
        display: none;!important;
    }

    #header_img_small{
        display: unset !important;
    }

    .login_form_wrapper{
        right: unset !important;
        width: 100vw !important;
        transform: translateX(-50%);
        margin-left: 24px !important;
    }

    .account_form_wrapper{
        width: 100% !important;
    }
}

footer{
	/* position: absolute; */
	color: white;
	/* background-color: #030203; */
	background-image: url("background.jpg");
	width: 100%;
	text-align:center;
	padding-top:10px;
	padding-bottom: 16px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
}

/* Add Animation - Zoom in the Modal */
.modal-content {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body > main {
    max-width: var(--max-width);
    margin: 1rem auto;
    flex: 1
}

/*main > form {*/
/*    margin: 1rem auto;*/
/*    border: solid 1px var(--border-color);*/
/*    padding: 1rem;*/
/*    border-radius: var(--border-radius);*/
/*    background-color: var(--form-bg-color)*/
/*}*/

form h1 {
    padding: 5px 0;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    color: var(--text-bright)
}

form i {
    margin-left: -30px;
    cursor: pointer
}

form p {
    margin-bottom: .5rem
}

form > section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem
}

form > footer {
    text-align: center;
    border-top: solid 1px var(--input-border-color);
    padding: .5rem 0;
    font-size: .8rem
}

form > div {
    margin-bottom: .75rem
}

input + small, label + small, textarea + small {
    color: var(--error)
}

label {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: top;
    width: 100%
}

input, select, textarea {
    background-color: var(--input-background-color);
    color: var(--input-text-color);
    border: 1px solid var(--input-border-color);
    border-radius: var(--border-radius);
    display: inline-block;
    padding: .5rem .75rem;
    width: 100%;
    font-family: inherit;
    font-size: 1rem
}

input::placeholder {
    color: var(--input-placeholder-color)
}

input:focus, select:focus, textarea:focus {
    outline: 0;
    box-shadow: var(--input-focus)
}

input[disabled], textarea[disabled] {
    background-color: var(--input-disabled);
    border: solid 1px var(--input-border-color);
    box-shadow: none;
    color: var(--input-text-disabled);
    cursor: not-allowed
}

input.error, select.error, textarea.error {
    border-color: var(--error)
}

input.error:focus, select.error:focus, textarea.error:focus {
    box-shadow: 0 0 0 .25rem rgb(220 53 69 / 25%)
}

input.success, select.success, textarea.success {
    border-color: var(--success)
}

input.success:focus, textarea.success:focus {
    box-shadow: 0 0 0 .25rem rgb(25 135 84 / 25%)
}

a em, a i, button {
    display: inline-block;
    background: var(--main-blue-color);
    color: var(--button-text);
    border: 1px solid var(--main-blue-color);
    border-radius: var(--border-radius);
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    padding: .5em .75em;
    min-width: 10ch;
    user-select: none;
    font-style: normal;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

a em:hover, a i:hover, button:hover {
    background: var(--main-green-color);
    border-color: var(--border-color);
    cursor: pointer
}

a em:focus, a i:focus, button:focus {
    outline: 0;
    color: var(--button-text);
    background-color: var(--main-green-color);
    border-color: var(--main-green-color);
    box-shadow: var(--button-focus)
}

a em, button[type=button] {
    background-color: #fff;
    color: var(--main-blue-color);
    border-color: var(--main-blue-color)
}

a em:hover, button[type=button]:hover {
    background: var(--main-green-color);
    color: var(--button-text);
    cursor: pointer
}

form > button {
    display: block;
    width: 100%
}

form > div > div > label {
    width: auto;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: var(--border-radius)
}

form > div > p > label {
    display: block;
    margin-left: auto;
    margin-bottom: .75rem
}

label + label {
    margin-left: 1rem
}

input[type=checkbox], input[type=radio] {
    vertical-align: baseline;
    width: auto
}

[hidden] {
    display: none
}

.alert {
    position: inherit;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border-radius: var(--border-radius)
}

.alert-error {
    color: var(--error);
    background-color: var(--alert-error-bg)
}

.alert-warning {
    color: var(--warning);
    background-color: var(--alert-warning-bg)
}

.alert-info {
    color: var(--info);
    background-color: var(--alert-info-bg)
}

.alert-success {
    color: var(--success);
    background-color: var(--alert-success-bg)
}

table {
    border-spacing: 0;
    display: block;
    overflow-x: auto;
    text-align: left;
    width: 100%
}

td, th {
    border-bottom: .1rem solid #e1e1e1;
    padding: 1.2rem 0rem;
}

td:first-child, th:first-child {
    padding-left: 0
}

td:last-child, th:last-child {
    padding-right: 0
}

@media (min-width: 40rem) {
    table {
        display: table;
        overflow-x: initial
    }
}