﻿body {
    /*padding-top: 50px;
    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;*/
    padding: 6px 12px;
}

.field-validation-error {
    color: #a94442;
    margin: 5px;
    padding: 5px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.main_menu_side {
    /*height: 700px;*/
    /* overflow: scroll;*/
    -ms-overflow-style: none;
    /* IE 10+ overflow: -moz-scrollbars-none;
     Firefox */
}

.main_menu_side::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

