﻿.ModalComplementarDadosServidor {
    background-color: #ffffff;
    padding: 10px !important;
    box-sizing: border-box;
    -moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    box-shadow: 3.5px 4px 5px #000000;
    border-radius: 5px;
    -moz-border-radiux: 5px;
    -webkit-border-radiux: 5px;
    border: 5px solid #717988;
    overflow: auto;
    margin-top: -118px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #717988;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    font-weight: bold;
    border-bottom: 2px solid #717988;
}

h1 {
    font-size: 1.6em !important;
    padding-bottom: 0px;
    color: #717988;
}

h2 {
    font-size: 1.5em !important;
    font-weight: 600;
    border-width: 1px;
}

h3 {
    font-size: 1.2em !important;
    border-width: 1px;
}

h4 {
    font-size: 1.1em !important;
    border-width: 1px;
}

h5, h6 {
    font-size: 1em !important;
    border-width: 1px;
}

/*input[type=submit], input[type=reset] {
    width: auto;
    padding: 9px 15px;
    background: #717988;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    margin: 10px;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

    input[type=submit]:hover, input[type=reset]:hover {
        color: #666666;
        background-color: #D6D6D6;
        text-decoration: none;
    }*/

input[type=text], input[type=password], textarea {
    display: inline-block;
    margin: 0;
    padding-left: 2px;
    border: 2px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -border-radius: 6px;
    border-radius: 6px;
    height: 34px;
    line-height: 29px;
}

input[type=checkbox], input[type=radio] {
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
    /*padding: 2px;
    margin-top: 14px;
    margin-left: 10px;*/
}

input[disabled=disabled]:hover {
    cursor: not-allowed !important;
}

input[type=submit][disabled=disabled] {
    color: #666666;
    background-color: #717988;
}

select {
    display: inline-block;
    margin: 0;
    padding: 2px;
    border: 2px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 38px;
    font-family: Calibri, Verdana, Arial;
    font-size: 12px;
    width: 130px;
}

.tabelaStyle1 th, .tabelaStyle1 td {
    vertical-align: middle !important;
    padding: 8px 11px !important;
    text-align: left !important;
    border-bottom: 1px solid #E1E1E1 !important;
}

span {
    font-size: unset;
}

.PopUpPanelMensagem {
    background-color: #ffffff;
    padding: 10px !important;
    -moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    box-shadow: 3.5px 4px 5px #000000;
    overflow-y: auto;
    border-radius: 5px;
    -moz-border-radiux: 5px;
    -webkit-border-radiux: 5px;
    border: 5px solid #717988;
    left: 50% !important;
    width: 410px;
    margin-left: -277px !important;
    margin-top: -100px;
}
