body {
    background-color: #FAFAFA;
}


#EditMainDiv{
    /*background-color: #FAFAFA;*/
    min-height: calc(100% - 70px - 44px);
}

.NavbarEditTextFont{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size:12px;
    color: #002C77 !important;
}

.CampObrigTextFont{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size:14px;
    color: #D00F3B;
    text-align:left;
}

.UploadButtonFont{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size:10px;
    color: #8B9BBD;
}

.FileNameFont{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size:14px;
    color: #2D7EC7;
}

.DoneButtonFont{
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    font-size:14px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.OptionNotSelectedFont{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size:12px;
    color: #8B9BBD;
}

.OptionSelectedFont{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size:12px;
    color: #2D7EC7;
}

.ClearFormFont{
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    font-size:14px;
    color: #95989A;
    text-transform: uppercase;
}

/*.SearchButtonFont{
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    font-size:14px;
    color: #FFFFFF;
    text-transform: uppercase;
}*/


/* placeholder font */
::-webkit-input-placeholder { color:#ABB1BB; }
::-moz-placeholder { color:#ABB1BB; } /* firefox 19+ */
:-ms-input-placeholder { color:#ABB1BB; } /* ie */
input:-moz-placeholder { color:#ABB1BB; }



.UploadButton{
    /* float: left; */
    /* margin-top: 36px; */
}


/*.styleSelect select {
    background: transparent;
    -webkit-appearance: none;
    border-bottom: 1px solid #858585 !important;
    outline:none;
    float: left;
    padding-bottom:5px;
    width:300px;
}
.styleSelect select:focus{
    outline: none;
    padding-bottom:4px;
    border-bottom: 2px solid #2D7EC7 !important;
}


.styleSelect {
  overflow: hidden;
  background: url("../Images/EditAccount/dropdown.png") no-repeat right #FAFAFA;
}*/

.RadioInputUnchecked{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size:14px;
    color: #95989A;
}

.RadioInputChecked{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size:14px;
    color: #2D7EC7;
}



.SearchInMap{
    padding-bottom: 0px;
    border-bottom-width: 0px;
    padding-top: 0px;
    border-top-width: 0px;
    padding-right: 0px;
    border-right-width: 0px;
    padding-left: 0px;
    border-left-width: 0px;
}


input[type=radio] {
  opacity: 0;
  z-index: 9999;
}
/* default radio button style: unchecked */
.overlay {
    display: inline-block;
    position: relative;
    top: 3px;
    /*left: -1em;*/ /* or whatever length you need here */
    height: 16px;
    width: 16px;
    background:url(../Images/EditAccount/icon-disponibilidade-normal.png);
}
/* changed style when checked */
input[type=radio]:checked + .overlay {
    background:url(../Images/EditAccount/icon-disponibilidade-ativo.png);
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.css-select-mozilla-fix {
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

.DoneButton:hover{
    background-color: #77b2ce;
}
