a:hover {
    text-decoration: none
}

.row {
    max-width: 1278px;
    margin: 0 auto
}

body {
    font-family: "Exo 2", sans-serif;
    width: 100%;
    height: 100%
}

@media (max-width: 1296px) {
    section {
        padding: 0 10px
    }
}

.login-btn {
    background-color: #1f5b93;
    color: white;
    font-size: 14px;
    border: none;
    box-shadow: none;
    line-height: 31px;
    background-image: url("../images/arrow-right.png");
    background-repeat: no-repeat;
    background-position: 93%;
    display: inline-block;
    min-width: 146px;
    text-align: left;
    padding-left: 20px;
    padding-right: 56px;
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear
}

.login-btn:hover {
    background-color: #2368a8;
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear
}

.login-btn:focus {
    color: white
}

.back-btn {
    background-color: #4f7cbd;
    color: white;
    font-size: 14px;
    border: none;
    box-shadow: none;
    line-height: 31px;
    background-image: url("../images/arrow-left.png");
    background-repeat: no-repeat;
    background-position: 9%;
    display: inline-block;
    min-width: 146px;
    text-align: left;
    padding-left: 39px;
    padding-right: 15px;
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear
}

@media (max-width: 490px) {
    .back-btn {
        font-size: 12px
    }
}

.back-btn:hover {
    color: white;
    background-color: #568ad5;
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear
}

.back-btn:focus {
    color: white
}

.back-btn:active {
    color: white
}

.pay-btn {
    background-color: #089a08;
    color: white;
    font-size: 14px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase;
    line-height: 31px;
    background-image: url("../images/arrow-right.png");
    background-repeat: no-repeat;
    background-position: 90%;
    display: inline-block;
    min-width: 146px;
    text-align: left;
    padding: 0 15px 0 20px;
    margin-top: 8px;
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear
}

@media (max-width: 500px) {
    .pay-btn {
        display: block;
        float: none !important;
        margin-top: 10px
    }
}

.pay-btn:hover {
    background-color: #0cae0c;
    color: white;
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear
}

.pay-btn:focus {
    color: white
}

.pay-btn:active {
    color: white
}

a.login-btn:hover {
    color: white
}

a.login-btn:focus {
    color: white
}

a.login-btn:active {
    color: white
}

.nopadding {
    padding: 0
}

.minimum-height {
    min-height: 535px;
}

.greybg {
    background-color: #ededed;
}

.greybg .row {
    background-color: white;
    padding: 57px;
    min-height: 300px;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .greybg .row {
        padding: 26px
    }
}

.greybg .row p {
    font-family: "Roboto"
}

.greybg-logged {
    background-color: #ededed;
    padding-top: 18px;
    padding-bottom: 310px;
    z-index: -1;
    margin-top: -50px
}

@media (max-width: 991px) {
    .greybg-logged {
        display: none
    }
}

.main-title {
    font-size: 22px;
    color: black;
    margin: 0 0 53px 0
}

.main-title:before {
    content: '';
    width: 5px;
    height: 16px;
    display: inline-block;
    background-color: #099e7b;
    margin-right: 10px
}

.backtotop {
    text-align: right;
    font-size: 14px;
    font-family: "Roboto";
    margin-top: 100px
}

.backtotop a {
    color: black
}

.header .logo {
    margin-top: 60px
}

.header-info {
    background: #099e7b;
    height: 50px;
    margin-top: 50px;
}

.logo-size {
    height: 50px;
    width: auto;
}

@media only screen and (max-width: 768px) {
    .header-info {
        display: none;
    }

    .logo-size {
        height: 35px;
        margin-top: 13px;
    }
}

.header-info-block {
    display: inline-block;
    margin-right: 45px;
}

.header-info-block p {
    color: #fff;
    font-size: 16px;
    margin-top: 14px;
}

.header-info-block span {
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .header .logo {
        width: 50%;
        margin-top: 10px
    }
}

.header [class*="col-"] {
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 991px) {
    .header .sites {
        width: 50%
    }
}

.header .sites .menu .navbar {
    border: none;
    background: none;
    margin-bottom: 0
}

.header .sites .menu ul {
    list-style: none;
    margin-bottom: 0;
    line-height: 49px;
    margin-top: 13px;
}

.header .sites .menu ul li {
    display: inline-block;
    position: relative;
    float: none;
    border-right: 2px solid #e6e8e6
}

.header .sites .menu ul li a {
    color: black;
    font-size: 15px;
    font-family: "Exo 2";
    text-transform: uppercase;
    padding: 0 16px
}

.header .sites .menu ul li:last-child {
    border-right: none
}

.header .sites .menu ul li:last-child a {
    padding-right: 0
}

.header .sites .menu ul li:last-child:hover a:after {
    left: 47%;
    -webkit-transform: translate(-38%, 0);
    -ms-transform: translate(-38%, 0);
    transform: translate(-38%, 0)
}

.header .sites .menu ul li:hover a:after {
    content: '';
    position: absolute;
    height: 5px;
    width: 80%;
    background-color: #75892a;
    left: 0;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.header .sites a {
    color: #092249
}

.header .sites a span {
    background-color: #e9e9e9;
    display: inline-block;
    font-family: "Exo 2";
    font-size: 18px;
    line-height: 44px;
    padding-right: 15px;
    padding-left: 5px;
    text-align: center;
    border-radius: 0 0 3px 3px;
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear
}

.header .sites a span:hover {
    background-color: #f3f3f3;
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear
}

@media (max-width: 991px) {
    .header .sites a span {
        display: none
    }
}

@media (max-width: 991px) {
    .header .menu {
        display: none
    }
}

.header .toggle-button {
    display: none;
    width: 40px;
    height: 45px;
    position: relative;
    margin-top: 24px;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

@media (max-width: 991px) {
    .header .toggle-button {
        display: block
    }
}

.header .toggle-button span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #75892a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.header .toggle-button span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.header .toggle-button span:nth-child(2) {
    top: 11px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.header .toggle-button span:nth-child(3) {
    top: 22px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

@media (max-width: 991px) {
    .header .navbar-collapse.collapse {
        display: none !important
    }
}

#menu ul li {
    display: block;
    width: 100%
}

.login {
    background: #ededed;
    margin-top: 25px;
}

@media (max-width: 991px) {
    .login > .row {
        display: flex;
        flex-direction: column
    }
}

.login .login-form {
    background-color: #061f47;
    padding: 37px 1px 39px 45px;
    width: 70.658%
}

@media (max-width: 1216px) {
    .login .login-form {
        padding: 59px 1px 70px 45px
    }
}

@media (max-width: 1113px) {
    .login .login-form {
        padding: 62px 1px 70px 45px
    }
}

@media (max-width: 991px) {
    .login .login-form {
        width: 100%;
        padding: 37px 20px 40px 20px;
        order: 2
    }
}

.login .login-form h1 {
    color: White;
    font-size: 32px;
    font-family: "Exo 2";
    font-weight: 300;
    margin: 0 0 14px 0
}

@media (max-width: 991px) {
    .login .login-form h1 {
        font-size: 27px
    }
}

.login .login-form p.login-text {
    color: #abc7e1;
    font-size: 15px;
    font-family: "Roboto";
    margin-bottom: 41px
}

@media (max-width: 1110px) {
    .login .login-form p {
        font-size: 13px
    }
}

.login .login-form input {
    display: block
}

.login .login-form input[type="text"] {
    width: 100%;
    line-height: 45px;
    height: 48px;
    padding-left: 62px;
    background-image: url(../images/question.png);
    background-repeat: no-repeat;
    background-position: 23px center;
    margin-bottom: 18px;
}

.login .login-form.logged-in {
    background-color: white;
    padding: 0;
    margin-bottom: 25px;
}

.login .login-form.logged-in .header {
    background-color: #fff;
    font-family: "Roboto";
    padding: 38px 0 11px 35px
}

@media (max-width: 640px) {
    .login .login-form.logged-in .header {
        padding: 38px 10px 11px 10px
    }
}

.login .login-form.logged-in .header h1 {
    color: black;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px
}

.login .login-form.logged-in .header p {
    color: #e13f3f;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0
}

.login .login-form.logged-in .header .logout {
    padding-right: 35px
}

@media (max-width: 640px) {
    .login .login-form.logged-in .header .logout {
        text-align: left !important
    }
}

.login .login-form.logged-in .content .back-holder {
    margin-bottom: 20px
}

.login .login-form.logged-in .content .row {
    padding: 28px 35px 120px 35px
}

@media (max-width: 991px) {
    .login .login-form.logged-in .content .row {
        padding: 28px 10px 120px 10px
    }
}

.login .login-form.logged-in .content p {
    color: black;
    font-size: 17px
}

.login .login-form.logged-in .content ul {
    list-style: none;
    padding-left: 20px
}

.login .login-form.logged-in .content ul li {
    font-size: 17px;
    font-family: "Roboto";
    margin-bottom: 13px
}

.login .login-form.logged-in .content .question p {
    font-family: "Roboto";
    font-size: 15px;
    padding-left: 18px;
    letter-spacing: -0.6px;
    text-align: justify
}

.login .login-form.logged-in .content .question .blue {
    color: #75892a;
    font-size: 17px;
    margin-bottom: 4px;
    padding-left: 0;
    font-weight: 500
}

.login .login-form.logged-in .content .fa-question-circle {
    color: #537eba
}

@media (max-width: 991px) {
    .login .login-form.logged-in .content .fa-question-circle {
        display: none
    }
}

.login .login-form.logged-in .content .details {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 500;
    border-top: 1px solid #e0dfdf;
    line-height: 47px;
    margin-bottom: 0
}

@media (max-width: 650px) {
    .login .login-form.logged-in .content .details {
        font-size: 14px
    }
}

.login .login-form.logged-in .content .details:last-child {
    border-bottom: 1px solid #e0dfdf
}

.login .login-form.logged-in .content .details.text {
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
    padding: 12px 0;
    text-align: justify
}

.login .login-form.logged-in .content table td {
    font-family: "Roboto";
    font-size: 16px;
    border-color: #e0dfdf
}

.login .login-form.logged-in .content table td:nth-child(odd) {
    background-color: #d9d9d9
}

.login .login-form.logged-in .content table td:nth-child(even) {
    background-color: #f0f0f0
}

.login .login-form.logged-in .content.new-content {
    border-top: 26px solid #ededed
}

.login .login-form.logged-in .content.new-content .row {
    padding-bottom: 50px
}

.login .login-form.logged-in .content iframe {
    width: 100%
}

.login .login-form.logged-in .content .owl-nav {
    background-color: #75892a;
    color: white;
    height: 49px
}

@media (max-width: 991px) {
    .login .login-form.logged-in .content .owl-nav {
        display: none
    }
}

.login .login-form.logged-in .content .owl-nav div {
    display: inline-block;
    position: relative;
    padding-top: 9px
}

.login .login-form.logged-in .content .owl-nav div.owl-prev {
    left: 42%
}

@media (max-width: 400px) {
    .login .login-form.logged-in .content .owl-nav div.owl-prev {
        left: 40%
    }
}

.login .login-form.logged-in .content .owl-nav div.owl-next {
    left: 55%
}

@media (max-width: 400px) {
    .login .login-form.logged-in .content .owl-nav div.owl-next {
        left: 58%
    }
}

.login .login-form.logged-in .content .owl-nav div.counter {
    left: 45%;
    padding-top: 0;
    font-size: 22px;
    top: -2px
}

.login .login-form.logged-in .content .owl-nav i {
    color: White;
    font-size: 32px
}

.login .datas {
    background-color: #627324;
    color: #a1bd3b;
    font-size: 0
}

@media (max-width: 1100px) {
    .login .datas {
        font-size: 17px
    }
}

@media (max-width: 991px) {
    .login .datas {
        display: none
    }
}

.login .datas div {
    display: inline-block;
    width: 33.3333%;
    text-align: center;
    line-height: 53px;
    font-size: 21px
}

@media (max-width: 1216px) {
    .login .datas div.location {
        width: 49%
    }
}

.login .datas div.location span:before {
    //content:"";
    background: url(../images/marker.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    margin-left: 24px;
    width: 12px;
    height: 20px
}

@media (max-width: 1100px) {
    .login .datas div.location span:before {
        vertical-align: text-top
    }
}

@media (max-width: 1216px) {
    .login .datas div.celsius {
        width: 49%
    }
}

.login .datas div.celsius span:before {
    //content: '';
    background: url("../images/celsius.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 22px;
    margin-right: 7px;
    margin-left: 20px;
    height: 23px;
    vertical-align: text-top;
    top: 2px;
    position: relative
}

@media (max-width: 1100px) {
    .login .datas div.celsius span:before {
        vertical-align: text-bottom
    }
}

.login .datas div.celsius span:after {
    //content: '';
    background: url("../images/degree.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 7px;
    height: 7px;
    vertical-align: text-top
}

@media (max-width: 1216px) {
    .login .datas div.hour {
        width: 100%
    }
}

.login .datas div.hour span:before {
    //content: '';
    background: url("../images/time.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    margin-right: 8px;
    height: 18px;
    vertical-align: baseline;
    top: 2px;
    position: relative
}

.login .gyik {
    background-image: url("../images/gyik.png");
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative
}

.login .gyik:hover {
    -webkit-filter: brightness(110%);
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear
}

@media (max-width: 991px) {
    .login .gyik {
        width: 50%;
        display: inline-block
    }
}

.login .gyik .icon {
    display: inline-block;
    background: url("../images/gyik-icon.png");
    margin-left: 32px;
    width: 57px;
    vertical-align: top;
    height: 175px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-size: 57px 39px
}

@media (max-width: 643px) {
    .login .gyik .icon {
        margin: 0 auto;
        width: 100%
    }
}

.login .gyik .text {
    display: inline-block;
    padding: 36px 0 24px 37px
}

.login .gyik .text:after {
    content: '';
    background: url("../images/link-right.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 44px;
    height: 44px;
    display: inline-block;
    position: absolute;
    right: 44px;
    top: 56px
}

@media (max-width: 1250px) {
    .login .gyik .text:after {
        display: none
    }
}

@media (max-width: 643px) {
    .login .gyik .text {
        display: none
    }
}

.login .gyik .text h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 1px;
    margin-top: 0
}

.login .gyik .text p {
    font-family: "Roboto";
    font-size: 18px;
    margin-bottom: 3px
}

.login .gyik .text p.small {
    font-size: 14px
}

.login .zones {
    background-image: url("../images/zones.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-top: 1px solid white
}

@media (max-width: 991px) {
    .login .zones {
        border-top: 0
    }
}

.login .zones .icon {
    display: inline-block;
    background: url("../images/zonesicon.png");
    margin-left: 32px;
    width: 56px;
    vertical-align: top;
    height: 175px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-size: 56px 48px
}

@media (max-width: 643px) {
    .login .zones .icon {
        margin: 0 auto;
        width: 100%
    }
}

.login .infos {
    padding-left: 1px;
    width: 29.342%
}

@media (max-width: 991px) {
    .login .infos {
        padding-left: 0;
        font-size: 0;
        width: 100%;
        border-bottom: 1px solid white;
        order: 1
    }
}

.login .infos a {
    color: white
}

.page-content {
    font-size: 17px;
}

.page-content input {
    line-height: 45px;
    height: 48px;
    width: 400px;
    margin-bottom: 18px;
}

.question .header-color {
    color: #099e7b !important;
    font-size: 17px !important;
    margin-bottom: 4px;
    padding-left: 0 !important;
    font-weight: 500;
}

.question ul {
    list-style: none;
    padding-left: 20px;
}

.question p {
    font-size: 15px;
}

.step-icon {
    color: #75892a;
    font-size: 85px;
    background: #f1f1f1;
    padding: 85px;
    border-radius: 50%;
}

.index p {
    font-size: 15px
}

.index .step {
    margin-top: 67px
}

.index .step h4 {
    font-family: "Roboto";
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 27px
}

@media (max-width: 991px) {
    .index .step h4 {
        font-size: 28px;
        margin-top: 27px
    }
}

.index .step img {
    max-width: 250px;
    width: 100%
}

.index .step .bordered {
    min-height: 257px;
    padding-left: 65px
}

@media (max-width: 991px) {
    .index .step .bordered {
        padding: 0
    }
}

.index .step .bordered:after {
    content: '';
    width: 92.5%;
    height: 1px;
    background-color: #b9b9b9;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0
}

@media (max-width: 991px) {
    .index .step .bordered:after {
        width: 100%
    }
}

.index .step p {
    line-height: 23px;
    padding-bottom: 20px;
    text-align: justify
}

@media (max-width: 991px) {
    .index .step .col-md-3 {
        text-align: center
    }
}

.default-anchor {
    color: #75892a;
}

.default-anchor:hover {
    color: #627324;
}

footer {
    background: #099e7b;
    color: #fff;
    min-height: 98px;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (max-width: 991px) {
    footer div {
        text-align: center;
        margin-bottom: 20px
    }
}

footer p {
    margin-bottom: 0;
    font-size: 14px
}

footer a {
    color: #b3ca62
}

footer a:hover {
    color: #a1bd3b
}
footer a:visited {
    color: #a1bd3b
}

footer .evista {
    background: url(../images/evista.png);
    background-repeat: no-repeat;
    background-position: 18% 63%;
    padding-left: 70px;
    line-height: 14px;
    margin-top: -7px;
    text-align: center
}

@media (max-width: 991px) {
    footer .evista {
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        background-position: 37% 63%
    }
}

@media (max-width: 870px) {
    footer .evista {
        background-position: 35% 63%
    }
}

@media (max-width: 750px) {
    footer .evista {
        background-position: 50% 0%;
        padding-top: 21px
    }
}

footer .evista a {
    font-size: 10px
}

.qtip {
    max-width: 508px; /*width:100%*/
}

.qtip-default {
    background-color: white;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0px 0px 36px #ebebeb
}

.qtip-default .qtip-content {
    padding: 23px 17px
}

.qtip-default h2 {
    font-family: "Exo 2";
    font-size: 18px;
    color: #75892a;
    margin-top: 0
}

.qtip-default p {
    color: black;
    font-family: "Roboto";
    font-size: 15px;
    line-height: 20px
}

.qtip-default a {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    color: #cc7e23
}

.qtip-default .qtip-icon {
    border: none;
    color: #75892a;
    background: none;
    right: 17px;
    top: 13px
}

.qtip-default .qtip-icon span {
    font-size: 31px;
    width: 17px;
    height: 17px
}

#menu {
    display: none
}

.slideout-menu {
    position: fixed;
    left: auto;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    background-color: white
}

.slideout-menu li a {
    color: #248dd2;
    border-bottom: 1px solid #061f47
}

.slideout-panel {
    position: relative;
    z-index: 1;
    background-color: #ededed;
}

.slideout-open, .slideout-open body, .slideout-open .slideout-panel {
    overflow: hidden;
    height: 100%
}

.slideout-open .slideout-menu {
    display: block
}

@media (max-width: 991px) {
    .navbar-nav {
        margin: 7.5px 0
    }
}

.modal {
    background-color: rgba(0, 0, 0, 0.7)
}

body .modal-dialog {
    max-width: 900px;
    width: 100%;
    z-index: 9999999
}

@media (max-width: 770px) {
    body .modal-dialog {
        margin-left: 0
    }
}

body .modal-dialog .modal-header {
    background-color: #099e7b;
    color: White;
    padding-left: 55px
}

@media (max-width: 640px) {
    body .modal-dialog .modal-header {
        padding-left: 20px
    }
}

body .modal-dialog .modal-header h4:before {
    content: '';
    background-color: White;
    width: 5px;
    height: 16px;
    display: inline-block;
    margin-right: 11px
}

body .modal-dialog .modal-header .close {
    color: white;
    text-shadow: none;
    opacity: 1
}

body .modal-dialog .modal-body {
    font-family: "Roboto";
    font-size: 15px;
    line-height: 22px;
    padding-left: 55px;
    max-height: 394px;
    overflow-y: scroll
}

@media (max-width: 640px) {
    body .modal-dialog .modal-body {
        padding-left: 20px
    }
}

body .modal-dialog .modal-body p {
    margin-bottom: 30px;
    text-align: justify
}

body .modal-dialog .modal-body ul {
    padding-left: 0 !important;
    list-style: none
}

body .modal-dialog .modal-body ul li {
    margin-bottom: 0 !important;
    text-align: justify
}

body .modal-dialog .modal-footer {
    text-align: left;
    padding-left: 55px;
    background-color: #e9e9e9
}

@media (max-width: 640px) {
    body .modal-dialog .modal-footer {
        padding-left: 20px
    }
}

body .modal-dialog .modal-footer label {
    font-size: 16px;
    font-family: "Exo 2";
    font-weight: 600
}

body .modal-dialog .modal-footer .pay-btn {
    min-width: 206px;
    text-transform: inherit
}

body .modal-dialog .modal-footer .btn-danger {
    margin-left: 6px;
    min-width: 163px;
    background-color: #e13f3f
}

@media (max-width: 640px) {
    body .modal-dialog .modal-footer .btn-danger {
        margin-left: 0
    }
}

/*# sourceMappingURL=style.css.map */
.modal-backdrop {
    z-index: 0;
}

#map-canvas {
    height: 250px;
    width: 100%;
    max-width: none;
    margin: 10px;
    padding: 0px;
}

#map-canvas label {
    width: auto;
    display: inline;
}

#map-canvas img {
    max-width: none;
}

#map-canvas * {
    border: 1px solid #d4d4d4;
    box-sizing: unset !important;
}

.defaultrow {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 35px;
}

.bs-row {
    margin-left: -15px;
    margin-right: -15px;
}

.first-field {
    margin-top: 30px;
}


.defaulttext {
    background-image: none ! important;
    padding-left: 15px !important;
}

.form-control {
    border-radius: 0px;
}

.error-summary {
    background: #e2001a none repeat scroll 0 0;
    border-left: 3px solid #eed3d7;
    color: white;
    margin: 0 0 15px;
    padding: 10px 20px;
}

.has-error .help-block-error {
    color: #a94442 !important;
    font-size: 14px !important;
}


.login .login-form .login-form-questionmark {
    width: 10%;
    text-align: center;
    float: left;
    background-color: #fff;
    height: 48px;
    padding-top: 12px;
}

.login-form-tooltip {
    text-align: justify;
}

.login .login-form input[type="text"] {
    width: 100%;
    background-image: none;
    border: 1px solid #ccc;
    padding-left: 0;
}

.qtip-default {
    box-shadow: 0 0 0px #ffff00;
}

#language-selector {
    /*display: none;*/
}

.languages {
    float: right;
}

.nice-select {
    margin-left: 3px;
    border-radius: 0px;
}

#paymentButton {
    min-width: 225px;
}

.login-disabled-message {
    background-color: #a94442;
    color: #fff !important;
    padding: 5px;
    width: 500px;
}

.search_field {
    border: 1px solid #ccc !important;
    padding-left: 10px !important;
}

.search_button {
    background-color: #1f5b93;
    color: white;
    font-size: 14px;
    border: none;
    box-shadow: none;
    line-height: 31px;
    background-image: url("../images/search_30_30.png");
    background-repeat: no-repeat;
    background-position: 93%;
    display: inline-block;
    min-width: 146px;
    text-align: left;
    padding-left: 20px;
    padding-right: 56px;
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
}

#loading {
    background: url('../images/loading.gif') no-repeat center center;
    height: 100px;
    width: 100%;
    z-index: 9999999;
}

form div.required label.control-label:after {
    content: " * ";
    color: red;
}

.selectFormControl {
    background-image: url('');
    width: 90%;
    height: 48px;
    border: 0 solid #ddd;
    padding-left: 0;
}

.szamla-row {
    margin: 0 -35px !important;
}

.checkout-forms {
    margin-top: 50px;
}

.checkout-forms input[type="text"] {
    border: 1px solid #ddd !important;
    width: 100% !important;
}

.checkout-forms select {
    border: 1px solid #ddd !important;
    width: 100% !important;
}

.checkout-forms input[name="UgyfelKapu[fizfeltetelaccept]"] {
    position: absolute;
    left: 60px;
}

.text-right {
    text-align: right;
}

.selectFormControl {
    width: 90%;
    height: 48px;
    background-image: url('');
    border: 0px solid #ccc;
    border-top: 1px solid lightgray;
    padding-left: 0px;
}

.loginmezok{
    width: 90% !important;
    background-image: url('') !important;
    border: 0px solid #ccc !important;
    padding-left: 0px !important;
}

#checkout_accept-form select{
    width: 100%;
    height: 48px;
    background-image: none;
    border: 1px solid #ccc;
    padding-left: 0;
}
