html,
body {
    height: 100%;
    background-color: rgb(213, 217, 218);
    font-family: 'yva_textregular';
}

/*.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
}

.wrap > .container {
    padding: 10px 20px;
}*/

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.container {
    min-height: 100%;
    background-color: white;
    width: 1024px !important;
    -webkit-box-shadow: 0px 0px 7px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px -3px rgba(0,0,0,0.75);
    padding: 0px 67px;
}

.banner {
    background-image: url('../images/front-banner.jpg');
    height: 154px;
    width: 890px;
    background-size: 890px;
    margin-top: 50px;
}

.toyota-modal {
    background-color: #FFFFFF;
    border: 1px solid #5183BB;
}

.toyota-modal .toyota-modal-header {
    border: 1px solid #5183bb;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 7px 8px 6px;
    color: #000;
    background: url(../images/modal-header.gif);
}

.toyota-modal .toyota-modal-body {
    padding: 10px;
}

.button-create {
    color: #333333 !important;
    text-decoration: none !important;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-image: url(../images/login-button.gif);
    background-repeat: repeat-x;
    padding: 2px 5px 2px 5px;
    border: 1px solid #CCCCCC;
    height: 24px;
    font-size: 11px;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: normal;
    line-height: 1.42857143;
    display: inline-block;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.space-between-divs {
    margin-top: 3px;
}

.register-label {
    color: black !important;
    padding-left: 10px !important;
}

.flex-directions-class {
    display:flex;
}

.radio-selection-class{
    padding-left:0px ;
    display: flex;
}

.gender-names{
    color:black !important;
    padding-top: 5px;
    display:flex;
}

.firstname-corections{
    padding-left:12px !important;
    padding-right:0px !important;
}

.division-label-position{
    padding-top: 0px !important;
}

.gender-error{
    display: inline-block;
    padding-left: 15px;
}

.registeration-label {
    padding-left: 11px !important;
}


/* Selecting active division*/
.division-selection {width: 100%;min-height: 350px;display: flex;}
.different-portals {  flex: 1;display: flex;flex-direction: column;border-right: 1px solid #98A7AE; height: 350px;}
.different-portals .division-header { width: 100%; height:50px; ;border-bottom: 1px solid #98A7AE; display: flex;align-items: center; background-color: #f0f0f0}
.aftersales { background-image:url('../images/divisionchoose/Aftersales_Tools_text.png');background-size: 100%;background-repeat: no-repeat;height: 40%; width: 35%;margin: 0 auto;}
.sales {background-image:url('../images/divisionchoose/Sales_Tools_text.png');background-size: 100%;background-repeat: no-repeat;height: 40%;  width: 35%;margin:  0 auto; }
.different-portals .division-body { width: 100%; min-height:300px !important; height: 300px; display: flex;justify-content: space-around;align-items: center;}
.division-choose {background-size: 100%;background-repeat: no-repeat; padding: 0; border: none;width: 170px; height: 193px !important;}

