@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap');
body {
    padding: 0;
    margin: 0;
    background-color: #006496;
    font-family: 'Maven Pro', sans-serif;
    color: #878787;
}

h1,
h2,
h3,
h4,
h5 {
    color: #006496!important;
}

h2 {
    font-size: 20px;
}

span.sub {
    color: #9e9e9e!important;
    font-size: 14px;
    font-weight: 700;
}

div.content .top {
    position: absolute;
    top: 0;
    width: 680px;
    border-bottom: 0px solid #5bc6cb;
    height: 110px;
}

.top li div {
    border-radius: 50px;
}

div.content .paciente input.ciclo {
    width: 56px;
    margin-right: 10px;
}

.label-ciclo {
    padding-left: 10px;
}

input {
    background-color: #eff0f2;
    border: 0;
    padding: 2px 15px;
}

div.content .prescricao input.tempinfu,
div.content .prescricao input.volmed {
    width: 250px;
}

.prescricao small {
    padding-left: 15px;
}

.col1 {
    width: 300px;
    float: left;
}

.col2 {
    width: 310px;
    padding-right: 15px;
    float: left;
}

div.content h1 {
    font-size: 28px;
    margin: 46px 0 0 42px;
}

div.content .top ul {
    position: absolute;
    right: 55px;
    padding: 0;
    margin-top: 55px;
}

#email {
    width: 202px;
}

div.content .prescricao button {
    border: 2px solid #006496;
    background-color: #006496;
    color: #fff;
    font-size: 14px;
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 44px;
    bottom: -50px;
}

div.content .prescricao button:hover {
    border: 2px solid #006496;
    background-color: #fff;
    color: #006496;
    font-size: 14px;
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 44px;
    bottom: -50px;
}

div.content {
    width: 680px;
    height: 610px;
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    top: 50%;
    
    left: 50%;
    margin-left: -340px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.banner img {
    width: 680px;
    position: absolute;
    top: 50%;
    margin-top: 300px;
    left: 50%;
    right: 50%;
    margin-left: -340px;
}

.top input.voltar {
    right: 0px;
    width: 80px;
}

.top input.imprimir {
    right: 0px;
    width: 140px;
}

.top input {
    border: 1px solid #006496;
    background-color: #006496;
    color: #fff;
    font-size: 14px;
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    top: 50px;
    float: right;
    margin-right: 40px;
    width: 150px!important;
}

.top input.imprimir {
    border: 1px solid #006496;
    background-color: #fff;
    color: #006496;

}

.res_prescricao {
    margin-top: 110px;
    padding-left: 44px;
    left: 0;
    position: absolute;
    width: 612px;
}

.res_prescricao div.dados img {
    padding-right: 0px;
    right: 15px;
}

.box {
    background-color: #ebebeb;
    display: inline-block;
    padding: 7px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
}

.res_prescricao div.dados p.nome {
    font-size: 13px;
    text-align: center;
    margin: 4px;
}

span.bold {
    color: #999;
    font-weight: bold;
    font-size: 15px;
}

.res_prescricao div.dados ul {
    position: absolute;
    border: 1px solid #ebebeb;
    padding: 15px;
    right: 15px;
    top: 24px;
    list-style: none;
    border-radius: 7px;
    width: 302px;
}

.res_prescricao div.dados ul li {
    text-align: left;
    width: 300px;
    padding: 4px 0px;
    font-size: 14px;
}

.res_prescricao div.dados ul li.total {
    border-top: 1px solid;
    margin-top: 10px;
    padding-top: 3px;
    font-weight: bold;
    color: #006496;
}

.res_prescricao div.dados ul li.total span {
    font-weight: normal;
    color: #878787;
}

.res_prescricao .valores {
    width: 330px;
    position: absolute;
    right: 8px;
    top: 180px;
    margin-top: -10px;
    font-size: 11px;
}

.res_prescricao div.dados .taxa {
    font-size: 22px;
    background-color: #006496;
    color: #fff;
    width: 220px;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
    padding: 2px;
}

.res_prescricao p.infusao {
    margin-top: 0px;
    margin-left: 288px;
    font-size: 14px;
}

.top input:active {
    /* border: 2px solid #00bbce; */
    background-color: #006496;
    color: #fff;
    top: 50px;
}

.res_prescricao p.zero {
    width: 82px;
    font-weight: bold;
    font-size: 13px;
    float: none;
    margin-top: 57px!important;
    margin-left: -10px;
}

/* T9 */
.aviso {
    color: #000;
    font-size: 14px;
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 25px;
    bottom: -80px;
    width: 500px;
    font-style: italic;
}