*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    height: 100%;
    min-width: 50%;
    max-width: 1200px;
    font-family: JDSansPro-Medium, Noto Sans, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, Arial, Nimbus Sans L, FreeSans, Liberation Sans, sans-serif;
    word-wrap: break-word;
}
main{
    min-height: calc(100vh - 165px );
    margin-bottom: 15px;
    height: auto;
    background-color: #f0f0f0;
}
main.main-index{
	margin: 0;
    padding: 0;
    height: 100%;
    padding-bottom: 50px;
	
}

footer {
    height: 100px;
    margin-top: -50px;
}
.main-block-general {
    padding: 10px 0;
    margin: 0 63px 0 10px;
}
.main-block-general.index-general{
	padding: 0;
	margin: 0;
	
}
/*TOP NAVIGATION*/
.uxf-nav-item-icon{
    padding: 0 3px 0 3px;
}
.navbar-nav .active{
    border-bottom: 3px solid #fd4c1e;
}
.interval{
    display: block;
    width: 10px;
}
.main-block-general{
    padding: 10px 0;
}
/*kartocjka-klienta*/
.leftMenu{
    padding-left: 0;
}
.cards{
    width: 100%;
    margin-top: -10px;
}
.rightArea{
    background-color: #ffffff;
    padding-right: 0;
}
.user-profile{
    padding: 10px;
}
.fio{
    width: 250px;
}
.position{
    width: 180px;
}
/*TABLES*/
.sendForm div{
    padding: 0;
    margin: 0;
}
.tableListBlock{
    margin: 10px 0;
}
.tableListBlock__item,
.tableDetailBlock__item{
    color: #999999;
    font-weight: lighter;
}
/*.fixedValue{
    width: 150px;
}*/
.tableListBlock__item{
    width: 17vw;
}
.tableListBlock__item,
.tableListBlock__value,
.tableDetailBlock__item,
.tableDetailBlock__value{
    /*padding: 5px 10px;*/
    padding: 5px;
}
.tableListBlock__value,
.tableDetailBlock__value{
    /*text-align: right;*/
}
.separateLine{
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(170, 170, 170, 0.50);
}
/*DETAILS*/

.detailTable{
    margin: 10px 0;
    background-color: #fff;
}
.tableListBlock__value span,
.tableDetailBlock__value span{
    color: #ff001b;
}
#accordion,
#accordion_3{
    margin: 5px 0;
}
.detailAccordion{
    height: 600px;
    overflow-y: scroll;
}

/*DOKUMENTY*/
.card.uxf-pagination{
    background-color: inherit;
    box-shadow: none;
}
.sendForm .table{
    margin-bottom: 10px;
}

/*ZAPROSY*/
.form-request-area{
    width: 50%;
}
.tableDetailBlock-Zaprosy{
    table-layout: fixed;
    width:100%
}
.tableDetailBlock__td-Zaprosy {
    word-wrap:break-word;
}
.success{
    color: #fd4c1e;
}
/*AUTH*/
.page-of-auth{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 740px;
}
.main-logo{
    padding: 50px 0;
}
.auth-form{
    width: 700px;
    height: auto;
    padding: 30px 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25);
}
.auth-form__title{
    padding: 30px 0;
}
.auth-form__title > h2{
    color: #454545;
}
.auth-form__inputs input {
    outline: none;
    padding-left: 5px;
    width: 450px;
    height: 50px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
}
.checkboxes input{
    margin-bottom: 10px;
}
.subbmit-btn button,
.subbmit-btn .forget,
.subbmit-btn .reg{
    margin: 10px;
}
.subbmit-btn{
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
/*=====================================================================*/
/*REGISTRATION*/

.rules-pswd{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-of-registration{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main-logo{
    text-align: center
}
.field-title{
    display: none;
}
.bx-auth-reg{
    padding: 30px 0;
    width: 700px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.reg-form__title > h2 {
    text-align: center;
    color: #454545;
}
.page-of-registration input[type="text"],
.page-of-registration input[type="password"],
.page-of-registration input[type="email"]{
    outline: none;
    padding-left: 5px;
    width: 450px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
    color: #6c6c6c;
}
.page-of-registration td{
    color: #6c6c6c;
    padding: 10px 0 0;
}
#uf-letter-field{
    display: none;
}
.uf-letter-label img{
    margin-left: -5px;
}
.reg-btn{
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*=====================================================================*/
/*REGISTRATION*/
/*.register-page{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 740px;
}
.register-form{
    padding: 30px 0;
    width: 700px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25);
}
.reg-form__title > h2 {
    text-align: center;
    color: #454545;
}
.register-form input{
    outline: none;
    padding-left: 5px;
    width: 450px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
}
.forma{
    padding-left: 125px
}
.label td{
    color: #6c6c6c;
    padding: 10px 0 0;
}
.value{
    margin: 0 0 10px;
}
.reg-btn td{
    padding: 20px 0;
}
.reg-btn input{
    border: none;
}*/
/*=====================================================================*/
/*FORGET*/
.forget-page{
    min-height: 750px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.forget-page__forget-form{
    padding: 30px 0;
    width: 700px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25);
    border-radius: 10px;
}
.forget-page__forget-form,
.forget-page__forget-form form,
.fgt-label
{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.forget-page input{
    outline: none;
    padding-left: 5px;
    width: 450px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
}
.forget-page__message-area{
    width: 65%;
    text-align: center;
}
.buttonFrw{
    margin-top: 20px;
    width: 450px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.buttonFrw input{
    width: 300px;
}
.buttonFrw input,
.buttonFrw a {
    display: block;
    margin: 0 10px;
}
.table80per{
    width: 80%;
}
.table70per{
    width: 70%;
}
.table60per{
    width: 60%;
}
.table50per{
    width: 50%;
}
.div-table-responsive .wColoum,
.div-table-responsive .wColoum,
.div-table-responsive .wColoum,
.div-table-responsive .wColoum {
    width: 350px;
}
.div-table-responsive{
    width: 1000px;
}
.messageForgotPsw{
    color: #000;
    text-align: center;
    width: 470px
}
/*404 ERROR*/
.error-page{
    display: flex;
    justify-content: center;
    align-items: center;
}
.error-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    width: 700px;
    height: auto;
}
.message-auth{
    display: none;
    width: 80%;
    height: 20px;
    padding: 20px;
    color: #bb404c;
    background-color: #f9ebee;
    font-weight: bold;
    border-radius: 5px;
}
.alert-text{
    margin-left: 10px;
}

/* TABLE-ZAPROSY */
.divTable{
    display: table;
    width: 100%;
}
.divTableRow {
    display: table-row;
}
a.divTableRow:hover{
    background-color: #a6a6a6;
}
.divTableCell{
    display: table-cell;
    padding: 5px 1.25rem;
    border-bottom: 1px #e0e0e0 solid;
}
.divTableHeading {
    font-size: 0.875rem;
    font-weight: bold;
    border-bottom: 2px #e0e0e0 solid;
}
/* AUTH */
.page-of-auth{
    font-family: 'geometriamedium', sans-serif;
}
.page-of-auth{
    font-family: 'geometriamedium', sans-serif;
}
.auth-form{
    width: 750px;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 35px rgba(0,0,0,0.1);
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 35px;
}

.login_form{
    width: 500px;
}
.login > input,
.pass > input{
    height: 50px;
    font-size: 19px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 15px 0;
    padding: 5px 6px;
    outline: none;
    border: 2px solid #d5dde0;
    border-radius: 5px;
    background-color: #fff;
    background-image: none;
    color: #555;
    vertical-align: middle;
    line-height: 1.428571429;
    -webkit-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    width: 100%;
}
.agree,
.remember{
    color: #5e5d5d;
    font-size: 14px;
    line-height: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.forget,
.reg{
    text-decoration: underline;
    line-height: 20px;
    font-size: 16px;
}
h2{
    line-height: 35px;
    font-weight: normal;
    font-size: 32px;
}
.login_form{
    width: 500px;
}
.login > input,
.pass > input{
    height: 50px;
    font-size: 19px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 15px 0;
    padding: 5px 6px;
    outline: none;
    border: 2px solid #d5dde0;
    border-radius: 5px;
    background-color: #fff;
    background-image: none;
    color: #555;
    vertical-align: middle;
    line-height: 1.428571429;
    -webkit-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    width: 100%;
}
.agree,
.remember{
    color: #5e5d5d;
    font-size: 14px;
    line-height: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.forget,
.reg{
    text-decoration: underline;
    line-height: 20px;
    font-size: 16px;
}
.errortext{
    color: red;
}
.main-block-general > .container {
    margin: 0;
}
/*DOGOVORY-LIZINGA*/
.dogovory-lizinga__tab-pane{
    overflow-x: scroll;
}
.dogovory-lizinga__tableListBlock{
    min-width: 800px;
}
.dogovory-lizinga__tableListBlock__td{
    width: 220px;
    min-width: 220px;
    white-space: normal;
}
.dogovory-lizinga__tableListBlock__value{
    width: 120px;
    min-width: 120px;
    white-space: normal;
}
.dogovory-lizinga__link-to-detail{
    cursor: pointer;
    color: #fd4c1e;
    font-size: 1.25rem;
}
.dogovory-lizinga__link-to-detail:hover{
    color: #000;
}

/*ZAYAVKI-NA-LIZING*/
.tableListBlock__td__zayavki-na-lizing{
    width: 150px;
    min-width: 150px;
}
.card{
    min-width: 900px;
}
.detailTable{
    /*min-width: 900px;*/
}
.left-menu-card{
    min-width: 165px;
}
.btn[type='button']:not(.btn-link):hover,
.btn[type='submit']:hover{
    background-color: #FD4C1E;
    border-color: #FD4C1E;
}
/*SUCCESSFUL*/
.successful_page .title{
    display: flex;
    justify-content: center;
}
.successful_page .title h3{
    margin-top: 50px;
}
/*CHANGE-PASSWORD*/
.change-password-form__form{
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: self-start;
}
.rules-pswd{
    font-size: 0.8em;
}
.rules-pswd__title{
    margin: 0 0 10px;
}
.rules-pswd__list p{
    margin: 0;
}
.change-password-form{
    top: -99vw;
    width: 97%;
    height: 50vh;
    background-color: #e6e6e6;
    position: absolute;
    transition: .2s;
}
.change-password-form__close{
    width: 25px;
    height: 25px;
    background: url("/local/templates/JD/icons/close.png") no-repeat center;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    right: 0;
    margin: 10px;
}
.input_pwd{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.pen{
    width: 25px;
    height: 25px;
    background: url("/local/templates/JD/icons/pen.png") no-repeat center;
    background-size: cover;
    cursor: pointer;
    transition: .2s;
}
.pen:hover{
    width: 25px;
    height: 25px;
    background: url("/local/templates/JD/icons/pen-green.png") no-repeat center;
    background-size: cover;
}
/*RECOVERY*/
.bx-authform-input-container{
    outline: none;
    padding-left: 5px;
    width: 450px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
}

.intro_image_page{
    width: 100%;
    height: calc(100vmax*580/1200);
    max-width: 1200px;
    max-height: 580px;
	background: url('/local/templates/JD/img/John_Deere_for_sait_FINANCIAL.jpg') no-repeat  0 0;
	display: block;
	background-size: contain;
}
.input_pwd{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.pen{
    width: 25px;
    height: 25px;
    background-size: cover;
    cursor: pointer;
    transition: .2s;
}
.pen:hover{
    width: 25px;
    height: 25px;
    background-size: cover;
}
@font-face {
    font-family: 'geometriamedium';
    src: url("/local/templates/JD/fonts/Geometria.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
.logotype_link{
       display: inline-block;
       height: 100px;
       text-decoration: none;
       width: 294px;
       background: url('/local/templates/JD/icons/LogoFleetFinanceLogoAuth.png') no-repeat !important;
       /*width: 294px !important;*/
   }
   .message-auth img{
   	float: left;
   }

   .message-auth.error
   {
   	display: flex; align-items: center
   
   }
.success.block{ display: block;}
.success.none{ display: none;}
