.infoRaam{
    justify-content: center;
    text-align:center;
    margin:0 auto;
    margin-right: auto;
    margin-left: auto;
    max-width:800px;
    min-width:340px;
}

.formRaam{
    justify-content: center;
    text-align:center;
    margin:0 auto;
    margin-right: auto;
    margin-left: auto;
    max-width:830px;
    min-width:340px;
}



table.infoTab{
    border-collapse: collapse;
    padding: 5px;
    width:100%;
    border:none;
}
.infoTab td{
    border:none;
    padding-top:20px;
    padding-right:10px;
}

table.formTab{
    border-collapse: collapse;
    padding: 5px;
    width:100%;
    border:none;
}
.formTab td{
    border:none;
    padding:5px;
}

.infoImg{
    width:50px;
    border:none;
}

.infoTab td.infoImg{
    vertical-align: top;
    text-align:left;
    border:none;
    padding-top:20px;
    padding-right:10px;
    width:60px;
}

.infoTitle{
    color: #7d446c;
    font-weight: bold;
    font-size:100%;
    line-height: 200%;
}

.formTitle{
    color: #7d446c;
    font-weight: bold;
    font-size:120%;
    line-height: 200%;
}

h1{
    color: #7d446c;
    font-weight: bold;
    font-size:120%;
    line-height: 120%;
}

a.infolink {
    color: #3f7794;
    text-decoration: none;
    font-weight: bold;
    font-size:90%;
}

a.infolink:visited {
    color: #3f7794;
}
a.infolink:hover {
    text-decoration:underline;
}


.input-txt[type=text],
.input-txt[type=password] {
    border: none;
    border: 1px solid #007c91;
    font-size: 100%;
    color: #000000;
    text-align: left;
    padding:5px;
}

.input-norm[type=text]:focus {
    outline: none;
    border-bottom: 2px solid #000000;
}

.input-area {
    border: none;
    border: 1px solid #007c91;
    font-size: 100%;
    color: #000000;
    text-align: left;
    padding:5px;
    width:100%;
    height:100px;
}

.input-norm[type=text]:focus {
    outline: none;
    border-bottom: 2px solid #000000;
}

.btnSubmit {
    background-color: #89aabb;
    font-size: 100%;
    font-weight: regular;
    padding: 10px 20px 10px 20px;
    color: #FFF;
    cursor: pointer;
    cursor: hand;
    border:none;
}

.btnSubmit:hover {
    color: #000;
}

.formBlock{
    float:left;
    padding:5px;
    max-width:380px;
}
.label{
    padding-top:10px;
}
.pad{
    padding:5px;
}

.left{
    text-align: left;
}
.right{
    text-align: right;
}

.top{
    vertical-align:top;
}
.bottom{
    vertical-align:bottom;
}

.description{
    font-size:80%;
    color:#007c91;
}

.form-select select {
    font-family: "Lato";
    color: rgb(48, 48, 48);
    border-style: solid;
    border-width: 1px;
    border-color: #007c91;
    font-size: 80%;
    padding-left: 5px;
    background-color: #FFFFFF;
    background: url(../img/combo.png) no-repeat right rgb(255, 255, 255);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    max-width: 400px;
    min-width:100px;
    height: 34px;
}

.input-check{
    -webkit-appearance: none;
    border-style: solid;
    border-width: 1px;
    border-color: #007c91;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    display: inline-block;
    position: relative;
    outline: none;
    vertical-align: bottom;
}

.input-check:focus {
    border-color: #007c91;
}

.input-check:checked {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #007c91;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #007c91;
}

.input-check:checked:after {
    font-family: "Lato";
    color: #007c91;
    font-weight: bold;
    font-size: 16px;
    content: '\2714';
    position: absolute;
    top: -1px;
    left: 4px;
}

.infoRaamAbi{
    justify-content: center;
    text-align:center;
    margin:0 auto;
    margin-right: auto;
    margin-left: auto;
    max-width:1000px;
    min-width:340px;
}
.formBlockAbi{
    float:left;
    padding:5px;
    max-width:100%;
}
.formBlockImg{
    float:left;
    padding:10px 5px 5px 5px;
    max-width:100%;
    box-shadow: 0 2px 4px 0 #d6e1e6, 0 3px 10px 0 #d6e1e6;
}

.abiTitle{
    color: #7d446c;
    font-weight: bold;
    font-size:100%;
    line-height: 200%;
    text-transform: uppercase;
}

.helpNr{
    color: #7d446c;
}

.upper{
    text-transform: uppercase;
    font-size:90%;
}

.ring {
    border-radius:50%;
    background: #7d446c;
    /*color: #7d446c; */
    /*color: #be1e2d; */
    padding:2px 5px 0px 5px;
    border-radius: 50%;
    font-size:90%;
    color: #ffffff;
}
.ringBig {
    border-radius:50%;
    background: #7d446c;
    /*color: #7d446c; */
    /*color: #be1e2d; */
    padding:2px 3px 1px 3px;
    border-radius: 50%;
    font-size:90%;
    color: #ffffff;
}

.fb_button{
    cursor:pointer;
    background-color:white;
    background-image: url('../img/login_fb.png');
    background-repeat: no-repeat;
    width:200px;
    height:42px;
    padding-left:10px;
    color:#fff;
    font-size:15px;
    color:#000000;
    font-size:15px;
    border:solid;
    border-color: #007c91;
}

.gp_button{
    cursor:pointer;
    background-color:rgb(205,65,57);
    background-image: url('../img/login_gp.png');
    background-repeat: no-repeat;
    width:250px;
    height:42px;
    padding-left:20px;
    color:#FFFFFF;
    font-size:15px;
    border:none;
    border-radius: 5px;
}

.resetDiv{
    float:left;
    padding:5px;
}

.btnHide{
    display:none;
}

.linkTitle{
    color: #7d446c;
    font-weight: bold;
    font-size:100%;
    line-height: 120%;
}