﻿body {
    background: url(/Images/bg-soft.png) repeat;
}
.title h1{
    font-size:20px;
}
.text-row h2 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #0653b6;
}
h2.h2-bonusInfo {
    color: #222222;
}
.h2-sent {
    font-size: 18px;
    margin-top:15px;

}
/*.popup-inside {
    font-size: 12px;
}*/
.footer-info-2{
    text-align:center;
}
.footer-info-2 > p{
    font-size: 12px;
}
/*-------Header--------*/
.row.logo-search.clearfix {
    margin-right: 0;
    margin-left: 0;
}
/*div.contact-info:before {
    background: url(/Images/green-phone.png) no-repeat;
}*/

.navbar-inside {
    max-width: 1140px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    background-color:white;
}
.header-left{
    width:50%;
    float:left;  
    height:80px;
    position:relative;
}
.header-right {
    width: 50%;
    float: left;
    height:80px;
    position:relative;
}
div.contact-info {
    position: absolute;
    right: 11px;
    top: 0px;
}
div.row.logo-search a.logo{
    top:0;
}
@media (max-width: 1200px) {
    .navbar-inside {
        width: 940px;
    }
}
@media (max-width: 992px) {
    .navbar-inside {
        width: 720px;
    }
}
@media(max-width:768px){
    /*.header-left {
        width: 100%;
        float: left;
    }*/

    /*.header-right {
        display:none;
    }*/
    .navbar-inside {
        width: 100%;
    }
    nav.navbar {
        width: 100%;
        padding: 0 14px;
    }
    .header-left img{
        width:100%;
        height:auto;
    }
    /*div.contact-info {
        position: absolute;
        left: 45px;
        top: 24px;
        width:180px;
    }*/
}



/*-------content--------*/
/*-------Index--------*/
.content {
    background-color: white;
    padding: 45px 15px 20px 15px;
}
.content .title{
    text-align:center;
}
/*.text-row{
    padding-left:42px;
}*/
.dx-fieldset-edited{
    padding:0 62px;
}
.text-no-checkbox{
    padding-left:62px;
}

.dx-popup-content{
    overflow-y:scroll;

}
/*div.texr-after{
    display:inline-block;
    float:left;
}*/
.send-button-block{
    text-align:center;
    padding-top:20px;
}
.extra-info{
    margin-top:5px;
}
/*-------sent--------*/
.gdpr-sent {
    height: 320px;
    padding-top: 7%;
}
/*-------checkboxy a buttony--------*/
/*div.checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    margin-right: 20px;
}*/
div.dx-button {
    border: none;
    color: rgb(0,112,192);
}
div.dx-button.button-send {
    border: none;
    color: White;
    background-color: #1c69d4;
}
div.dx-button .dx-button-content {
    padding: 0;
}
div.dx-button.button-send .dx-button-content {
    padding: 10px 15px;
}
.button-info-before:before {
    content:url('/Images/Info-icon.png') ;
    height:15px;
    width:15px;
    padding-right:3px;
    float:left;
}
.button-info-2-before:before {
    content: url('/Images/Info-icon.png');
    height: 15px;
    width: 15px;
}
div.combo-box {
    max-width: 535px;
    padding-top: 15px;
}
/*div.dx-field-label{
    width:70%;
}
div.dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button), .dx-field-value-static{
    width:30%;
}*/

/*-------Inputy-------*/
div.dx-texteditor {
    border-color: #0653b6;
}
div.dx-texteditor.dx-state-hover {
    border-color: #0653b6;
    color:white;
}
div.dx-texteditor.dx-state-active {
    border-color: #0653b6;
    color: white;
}
/*div.dx-texteditor .dx-state-hover {
    border-color: #588dd0;
}*/
div.dx-dropdowneditor.dx-state-hover .dx-dropdowneditor-icon, div.dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon {
    background-color: #0653b6;
    color: white;
}
div.dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon, div.dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon {
    background-color: #0653b6;
    color: white;
}
div.dx-field-value{
    float:left;
}
