.file-block .error {
    margin: 10px 0;
}
.errortext {
    color: red;
}

.form-choise {
    height: 40px;
    border: 1px solid #157FC4;
    display: inline-block;
    border-radius: 2px;
}

.form-choise a:first-child {
    border-right: 1px solid #157FC4;
}

.form-choise a.active {
    background: white;
    color: #1C1C1C;
}

.form-choise a {
    width: 135px;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background: #DCECF6;
    color: #157FC4;
}

.form-control {
    margin: 1em 0;
}

.form-label {
    text-align: left;
    line-height: 20px;
    padding-bottom: 4px;
}

.form-label {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0px 8px 0px;
}

.jq-selectbox.opacity-one {
    opacity: 1;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: opacity ease .1s;
    transition: opacity ease .1s;
}

.input-block-level, .input-block {
    width: 100%;
}

.input-block-level, .input-block {
    width: 100%;
}

.styler {
    height: 40px;
    padding: 0 40px 0 5px;
    border-radius: 0px;
    background: #ffffff;
    color: #000000;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 14px;
    border-color: #007ec4;
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    margin-top: -4px;
    margin-left: -2px;
    border: solid 2px #1c1c1c;
    border-top: 0;
    border-right: 0;
    border-radius: 0 0 0 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.opened .jq-selectbox__trigger-arrow {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.jq-selectbox__select:hover, .jq-selectbox__select:active, .focused .jq-selectbox__select, .dropdown .jq-selectbox__select {
    background: #157fc4;
    color: #ffffff;
}

.white-box_authors .jq-selectbox__dropdown {
    padding-right: 0;
}

.jq-selectbox__dropdown {
    top: 40px;
    width: 100%;
    margin: 0;
    padding: 0 17px 15px 0;
    margin-top: -2px;
    font: 16px / 20px "PT Sans", PTsans, Arial, sans-serif;
    background: #157fc4;
    border-radius: 3px;
    min-width: 180px;
}

.input {
        display: inline-block;
    height: 40px;
    position: relative;
    margin-bottom: 10px;
    color: #1c1c1c;
    vertical-align: middle;
    border: solid 1px #007ec4;
    outline: none;
    background-color: #ffffff;
    -webkit-appearance: none;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-color: #007ec4;
    padding: 0 40px 0 10px;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 14px;
}

.input:focus {
    outline: none;
    border-color: #157fc4;
    background-color: #ffffff00;
    color: #007ec4;
    border-color: #007ec4;
	border: solid 1px #007ec4;
}

.input:hover {
    background-color: #ffffff;
    color: #007ec4;
	-webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-color: #007ec4;
}

.form-control .input {
    margin: 0;
}

.margin {
display: flex;
    margin-top: 10px;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
}
.input-block-level, .input-block {
    width: 100%;
}

input {
    line-height: normal;
}

.alert-error {
border: 2px solid #d50808;
    padding: 15px;
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
}

.alert-error h5, .sectiom h5 {
font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #000000;
    margin-bottom: 25px;
}

.main-section .main-content-section .alert-error ul {
    margin-bottom: 0px;
}

#sveden .col-12 .row .col-md-6 {
    padding: 0 1%;
    display: flex;
    flex-direction: column;
}

#sveden .col-12 .row .col-md-6  .sectiom {
    border: 1px solid #d6eaf6;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.required {
color: #d50808;
    font-weight: 900;
    padding: 0.5%;
    font-size: larger;
}

textarea.input {
padding: 10px 10px;
color: #000000;
	font-family: 'Raleway';
    font-weight: 500;
    font-size: 14px;
    min-height: 100px;
}

textarea.input:focus {
padding: 10px 10px;
color: #007ec4;
	font-family: 'Raleway';
    font-weight: 500;
    font-size: 14px;
}

.main-user-consent-request-popup-content .main-user-consent-request-popup-button-acc {
    background: #097dc0;
    color: #fff;
}

.main-user-consent-request-popup-content .main-user-consent-request-popup-button-acc:hover {
    background: #21aeff;
}