﻿body {
    background-color: #d9e0e6;
}


/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
    /*background-color: #f2dede;*/
}

input.input-validation-error:hover {
    border: 1px solid #b94a48;
    /*background-color: #f2dede;*/
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-errors ul{
    /*list-style-type: none;*/
    padding-left: 40px;
}


.validation-summary-valid {
    display: none;
}

.MenuTabItem {
margin-top: 10px;
margin-left: 20px;
padding: 10px;
color: #fff;
width: 150px;
height: 100px;
float: left;
background-color: #445159;
}

.MenuTabItem div {
    padding-top: 20px;
}

.MenuTabItem:hover {
    border: 3px solid #1a2228;
    background-color: #1a2228;
}
.popover {
    width: 570px;
    max-width: 570px;
    padding-bottom: 20px;
}

.LinhaFormulario
{
    height: 50px;
    vertical-align: text-bottom;
    background-color: red;
}

.dropdown-validation-error {
    border: 1px solid #b94a48 !important;
    background-color: #f2dede !important;
}