
@font-face{
    font-family: "Open Sans";
    src: url('/sistema/padrao/fonts/OpenSans-Light.ttf');
}

@font-face{
    font-family: "Open Sans";
    src: url('/sistema/padrao/fonts/OpenSans-Regular.ttf');
    font-weight: 400;
}

@font-face{
    font-family: "Open Sans";
    src: url('/sistema/padrao/fonts/OpenSans-SemiBold.ttf');
    font-weight: 600;
}

html, body{
    height: 100%;
    caret-color: transparent;
}
.area_natal{
    display: none;
    position:absolute;
    top:0px;
    right:0px;
}
.area_touca{
    position: absolute;    
    width: 100%;
    top: 0px;
    /* display: flex; */
    justify-content: center;
    margin-right: 65px;
    align-items: flex-start;
    display: none;
}

body{
    display: inline-table;
    background-color: #073751; 
    font-family: "Open Sans", sans-serif !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    overflow: auto;
    background-size: 100% 100%;
    margin: 0px;                
    background-attachment: fixed;
}

#Main{    
    overflow: auto;
    width: 100%;
    /* height: 100vh; */
    height: inherit;    
    display: grid;
    grid-template-rows: 43px auto 98px;
    position: relative;
}
.area_dados{
    display: flex;
    align-items: center;
    justify-content: center;
}


.area_ender{
    margin-bottom: 10px;
    margin-left: 5px;
}
.ender_header{font-size:14px;font-weight: 600;}
.ender_dados{font-size: 12px;}

.container{
    position: relative;
    width: 300px;
    /* height: 100%; */
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.container form{
    width: 100%;height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.logoAgrosys{
    margin-top: 10px;
    margin-left: 5px;
    background-repeat: no-repeat;
    width: 190px;
    height: 33px;
}
.ContainerImgCli{
    width: 125px;
    height: 125px;
    border: 5px solid #46aebc;
    padding: 3px;    
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}
.ContainerImgCli, .LogoCliente{
    border-radius: 200px;
}
.LogoCliente {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.LogoCliente img{
    max-width: 100%;
}
.logoFooter{
    display: flex;
    align-items: end;

    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;    
    /* height: 125px; */
    background-position: bottom;
    margin-bottom: 5px;    
}

.Spacer{
    width: 10px;
    height: 15px;
}

input, textarea, .note-editable{
    caret-color: white !important;
}
.material-textfield {
    position: relative;  
    background-color: transparent;
    width: 100%;
    display: flex;
}
.select {
    position: relative;  
    background-color: transparent;
    width: 100%;
    display: flex;
}
.label, .selectLabel{
    position: absolute;
    font-size: 16px;
    height: 16px; /*height sempre igual ao font-size*/
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #33bccf;
    padding: 0 0.3rem;
    margin: 0 0.5rem;
    transition: .1s ease-out;
    transform-origin: left top;
    pointer-events: none;
}
.input, .selectText {
    font-size: 14px;
    outline: none;
    border: 0px;
    border-bottom: 2px solid #33bccf;
    padding-top: 12px;
    color: white;
    transition: 0.1s ease-out;
    height: 40px;
    box-sizing: border-box;
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0px;    
}
.input:focus {
    border-color: #33bccf ;
}
.input:focus + label {
    color: #33bccf;
    top: 0;
    transform: translateY(-50%) scale(.9);
}
.input:not(:placeholder-shown) + label, input:-webkit-autofill + label {
    top: 0;
    transform: translateY(-50%) scale(.9);
}
.select .selectText {
    appearance: none;
    -webkit-appearance: none;
}
.select:after {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #33bccf;
    pointer-events: none;
}
.selectText:focus ~ .selectLabel, .selectText:valid ~ .selectLabel {
    color: #33bccf;
    top: 0;
    transform: translateY(-50%) scale(.9);
}
.selectText option {
    color: black;
}
.iconInputs{
    display: flex;
    align-items: center;
    border-bottom: 2px solid #33bccf;
    margin-top: 7px;
}
input:-webkit-autofill,input:-webkit-autofill:hover, input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus {
    -webkit-text-fill-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0 0px 1000px #073751 inset;
    transition: background-color 5000s ease-in-out 0s;
    color: rgb(255, 255, 255);
}
input:-webkit-autofill::first-line {font-size:16px;}
::-ms-reveal {
    display: none;
}


.material-checkbox{    
    display: flex;
    align-items: center;
}
.material-checkbox input{
    margin: 0px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}
.labelCheck{
    color: #33bccf;
    font-size: 14px;
    user-select: none;
}

.BtLogin{
    font-family: "Open Sans", sans-serif;
    width: 180px;
    height: 30px;
    font-size: 16px;
    color: #46aebc;
    border-radius: 5px;
    border: 0px;
    padding: 0px;
    border: 2px solid #46aebc;
    background-color:#073751;
    cursor: pointer;
    margin-bottom: 20px;
}
.BtLogin:hover{
    border: 2px solid #46aebc;
    background-color: #46aebc;
    color: white;
}

.icon-edic01{
    background-color: #33bccf; /* defines the background color of the image */
    width: 17px;
    height: 17px;
    margin-right: 5px;
}
.icon-edic02{
    background-color: #33bccf; /* defines the background color of the image */
    width: 17px;
    height: 17px;
    margin-right: 5px;
}
.icon-edic03{
    background-color: #33bccf; /* defines the background color of the image */
    width: 17px;
    height: 17px;
    margin-right: 5px;
}
.icon-ender{
    background-color: #33bccf; /* defines the background color of the image */
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.icon-tel{
    background-color: #33bccf; /* defines the background color of the image */    
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.AreaIconEnder{
    display: flex;
    align-items: center;
}

@media only screen and (max-device-width : 640px) {
    .Spacer {width: 10px;height: 20px;}
    .container{min-height: 450px;min-width: 285px;}
    .container form{min-height: 450px;min-width: 285px;justify-content: flex-start;}
    .ContainerImgCli {
        width: 90px;
        height: 90px;
        margin-top: 15px !important;
    }
    .area_touca{display: none !important;}
    .BtLogin{margin-bottom: 0px;}
    #DivSaveAcess{margin-bottom: 15px !important;}
}

@media screen and ((max-width : 663px) or (max-height : 554px)){
    .area_natal{
        display: none !important;
    }
}

.hiddenTenant {
    display: none;
}