﻿/*Zero-style initialization start*/

* {
    padding: 0;
    margin: 0;
    border: 0;
}

    *, *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

:focus, :active {
    outline: none;
}

a:focus, a:active {
    outline: none;
}

nav, footer, header, aside {
    display: block;
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 16px;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input, button, textarea, select {
    font-family: inherit;
}

    input::-ms-clear {
        display: none;
    }

button {
    cursor: pointer;
}

    button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

a, a:visited {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}


/*Zero-style initialization end*/


body {
    /*background: linear-gradient(90deg,rgba(225, 220, 230, 1), rgba(250, 250, 250, 1));*/
    background: white;
    padding-top: 20px;
    font-family: "Oswald";
    font-weight: 300;
    font-size: 1.1em;
    color: #234857;
    line-height: 26px;
    max-width:auto;
}

a {
    color: inherit;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.exit_btn {
    background-image: url(~/images/exit.png);
    height: 200px;
    width: auto;
}

#claim_form_button {
    padding: 0.6em;
    width: 230px;
    line-height: 1em;
    text-align: left
}

#content {
    padding: 0px 0px 20px 0px;
    margin: 40px 20px 40px 20px;
}

.content {
    padding: 20px;
    margin: 20px;
}

#contacts {
    padding: 10px 10px 10px 10px;
}

#logo {
    width: 200px;
    height: 50px;
    display: block;
}

#menu {
    padding: 20px 0 0 0;
    font-weight: 400;
    font-size: 1.1em;
    color: #234857;
}

#about_menu {
    font-weight: 400;
}

#claim_form_button {
    padding: 20px 0 0 0;
}

#footer {
    /*font-size: 1.1em;*/
    margin-top: 30px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.frase {
    color: black;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 1.6em;
    padding: 20px 20px 20px 20px;
}

.overlay {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 0px;
    padding-bottom: 10px;
    box-shadow: 0px 0px 10px
}

h1.title {
    height: 40px;
    width: 100%;
    display: block;
    background-color: rgba(35,72,87,0.95);
    margin-top: 0;
    font-size: 18px;
    line-height: 40px;
    color: white;
    font-weight: normal;
    padding-left: 20px;
    margin-bottom: 20px;
}

.img_banner {
    border-color: red;
    border-style: solid;
    border-top-width: medium;
    border-bottom-width: medium;
    border-right: none;
    border-left: none;
    border-radius: 3px;
    height: 200px;
    display: block;
    background-image: url(../images/inner_banner.jpg);
    background-size: 100% auto;
    background-position: center center;
    margin-bottom: 50px;
}

.img_construction {
    border-color: red;
    border-style: solid;
    border-top-width: medium;
    border-bottom-width: medium;
    border-right: none;
    border-left: none;
    border-radius: 3px;
    height: 200px;
    display: block;
    background-image: url(../images/under_construction.png);
    background-size: 100% auto;
    background-position: center center;
    margin-bottom: 50px;
}

#load {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 43px;
    height: 11px;
    text-indent: -9999em;
}

#farmaconadzor h3 {
    margin: 0px 0px 0px 20px;
}

#farmaconadzor form {
    margin: 0px 0px 10px 0px;
}

.form-field {
    margin: 20px 20px 20px 20px;
}

.form-group {
    margin: 20px 30px 20px 30px;
    border-style: solid;
    border-color: darkgray;
    border-width: 1px;
    border-radius: 5px;
    padding: 20px;
}

.spacer {
    height: 50px;
}

.dropdown {
    display: inline-block;
}

.dropdown-icon {
    position: relative;
}

    .dropdown-icon > i {
        position: absolute;
        left: -30px;
        top: 1px;
        background: #fff;
        border: none;
    }

.selector {
    background: rgba(240, 240, 240, 1);
    border-color: rgba(200, 200, 200, 1);
    border: 1px solid;
    border-radius: 3px;
    position: absolute;
    z-index: 5;
    padding: 5px;
    max-height: 30%;
    width: 50%;
    overflow: auto; 
    box-shadow: 0 0 10px;
}

.selectedItem {
    padding: 5px;
}

.selectedItem:hover {
    background: rgba(200, 200, 200, 0.98);
    padding: 5px;
}

.container {
    max-width: 80%;
    margin: 0 auto;
    padding: 0px 15px;
}

.error {
    border: 2px solid red;
    background-color: #ffe6e6;
}

.error-message {
    color: red;
    font-size: 16px;
    display: none;
}

@media (max-width:1200px) {
    .container {
        max-width: 970px;
    }
}

@media (max-width:992px) {
    .container {
        max-width: 750px;
    }
}

@media (max-width:767px) {
    .container {
        font-size: 0.9em;
        max-width: none;
        padding: 0px 5px;
    }

    h1, h2, h3 {
        font-size: 1.1em;
    }

    .form-group {
        margin: 20px 5px 20px 5px;
        padding: 10px;
    }

    .form-field {
        margin: 20px 5px 20px 5px;
    }

    .content {
        padding: 10px;
        margin: 5px;
    }

    .body-content {
        padding-left: 5px;
        padding-right: 5px;
    }

    .col {
        padding: 0px 5px 0px 7px;
    }

    .img_banner {
        display: none;
    }

    .spacer {
        height: 10px;
    }
}
