﻿
.sp_rform input[type="text"], .sp_rform input[type="email"], .sp_rform input[type="number"], .sp_rform input[type="password"], .sp_rform textarea, .sp_rform select {
    padding:   15px;
   /* background: #f6f6f6;*/
    border: 1px solid #dbdbdb;
    margin-bottom: 8px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    border-radius:5px;
}

.smalltext {
    color: #404040;
    font-size: 12px;
    text-align: right;
}

.pad50R {
    padding: 0px 50px 0px 0px;
    border-right: 1px solid #CCC;
}

.pad50L {
    padding: 0px 00px 0px 50px;
}

.pagecontent h3, .pagecontent .h3 {
    font-size: 24px;
}

.pagecontent h1, .pagecontent .h1 {
    font-size: 30px;
}

#dv_info {
    max-height: 100vh;
}

.header-form {
    background-color: #ebebeb;
    padding: 15px;
    margin: -15px -15px 10px -15px;
}

.outerpopup {
    position: relative;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
}

.overlay_info .divbody, .overlay_info {
    background-color: transparent;
}

.popupcopy {
    border: 1px solid #ccc;
    background-color: #FFF;
    margin: 10px;
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-color: #ffffff;
    color: #000000;
}

.closediv a {
    display: block;
    top: 0px;
    right: 0px;
    position: absolute;
    font-size: 35px;
    padding: 0px;
    color: #504f4f;
    border-radius: 18px;
    background-color: #FFF;
    line-height: 14px;
}

.header-form {
    font-size: 32px;
    font-family: "Roboto Condensed","Arial Narrow",Arial,Helvetica,sans-serif;
}

.innerbody {
    padding: 0px 0px 0px 0px;
    position: relative;
    overflow: auto;
    max-height: calc(100vh - 165px);
}

.failed {
    display: none;
    position: absolute;
    width:  100% ;
    height: 100%;
    background-color: #FFF;
}

.sp_rform .double input[type="text"] {
    width: calc(50% - 3px);
    display: inline-block;
}
.sp_rform .double select {
    width: calc(50% - 2px);
    display: inline-block;
}
.sp_rform .tripple input[type="text"] {
    width: calc(33% - 2px);
    display: inline-block;
}
.sp_rform h2 {
    font-family: "Roboto Condensed","Arial Narrow",Arial,Helvetica,sans-serif;
    font-weight: 500;
}
.sp_rform .quadro input[type="text"] {
    width: calc(25% - 5px);
    display: inline-block;
}