﻿

body {
    padding-top: 0 !important;
    padding-bottom: 20px;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*//*commenting this removed the extra space issue in combo box */
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
}

div[class^="step"] {
    clear: both;
    margin-bottom: 20px;
}

label {
    padding-bottom: 5px;
    display: block;
}

.step2, .step3, .step4 {
    display: none;
}

.step2.visible, .step3.visible, .step4.visible {
        display: block;
}

#google_translate_element {
    position: absolute;
    top: 20px;
    right: 20px;
}

@media (min-width: 768px) {
    .container {
        width: 100% !important;
    }
}


.k-grid {
    max-width: 920px;
}

html {
    height: 97% !important;
}
