.new-mail-main{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}

.new-mail-inner{
    width: 100%;
    height: 80%;
}

.new-mail-table{
    width: 98%;
    font-size: 1.3em;
}

.new-mail input{
    width: 79% !important;
}

.new-mail-table td{
    border: 1px solid #ccc;
    text-align: center;
    padding: 7px 0px;
}

.new-mail-header td{
    padding: 2px 0px;
}

.new-mail-selecionar{
    color: #fff;
    background: #1ddcf8;
    border-radius: 5px;
    border: none;
    padding: 10px 5px;
    font-size: 1.4em;
}

.new-mail-default-button{
    line-height: 1;
    width: 18%;
    margin: 0 1%;
    padding: 5px 15px;
    background: #1ddcf8;
    color: #fff;
    border: none;
    border-radius: 5px;
    height: 70px;
    vertical-align: middle;
    font-size: 1.5em;
}

.new-mail-input{
    line-height: 1;
    width: 39%;
    margin: 0 1%;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    height: 70px;
    vertical-align: middle;
    font-size: 1.5em;

}

.new-mail-buttons-div{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.new-mail-table-holder{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    overflow: auto;
    height: 290px;
}

.new-mail-title{
    font-size: 3em;
}

.new-mail-main input[type='checkbox'], .new-mail-main input[type='radio']{
    position: relative !important;
    opacity: 1 !important;
    pointer-events: all !important;
    vertical-align: middle;
}

.new-mail-radio-buttons label{
    font-size: 2em!important;
}

.new-mail-radio-buttons{
    vertical-align: middle;
    display: inline-block;
    text-align: left;
}

.new-mail-add-mail{
    background: #1ddcf8;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 15px 25px;
    font-size: 1.5em;
    vertical-align: middle;
    margin-left: 10%;
}

.new-mail-checkbox-button{
    background: #fff;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 1.5em;
    width: 100%;
}
.new-mail-checkbox-button .fa.fa-check{
    opacity: 0;
}
.new-mail-checkbox-button.active .fa.fa-check{
    opacity: 1;
}

.new-mail-select{
    width: 80%;
}

.new-mail-table tr{
    height: 50px;
}

.new-mail-inputs{
    width: 60%;
    margin: 0 auto;
    color: #000;
    font-size: 1.5em;
}

.new-mail-input{
    border: 1px solid #aaa!important;
    color: #000!important;
    font-size: 1.5em!important;
}

.new-mail-obs{
    resize: none;
    height: 120px;
    font-size: 1.5em;
    background: #eee!important  
}

.zebrado-reverse tr:nth-child(odd){

}

.zebrado-reverse tr:nth-child(even) {
    background: #eaeaea;
}

.new-mail-email{
    font-size: 1.2em;
}

.new-mail-bottom-row{
    width: 60%;
    margin: 0 auto;
    text-align: right;
}

.salvar-mail{
    margin-left: 10px;
    background: #1ddcf8;
    color: #fff;
    border: none;
    border-radius: 2px;
}

.button-salvar-mail{
    padding: 15px 5px;
    font-size: 2em;
    border-radius: 5px;
}

.new-mail-main input.new-mail-input{
    color: #000!important;
    width: 75%!important;
}

.new-mail-confirmed input.new-mail-input{
    background: #1ddcf8;
    color: #fff!important;
}

.new-mail button.new-add-button{
    padding: 12px 0px;
}