﻿.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: #aaa683;
	font-weight: bold;
	font-size:100%;
	line-height: 200%;
}

.formTitle{
	color: #007c91;
	font-weight: bold;
	font-size:120%;
	line-height: 200%;
}

h1{
	color: #007c91;
	font-weight: bold;
	font-size:120%;
	line-height: 120%;
}

a.infolink {
    color: #007c91;
    text-decoration: none;
    font-weight: bold;
    font-size:90%;
}

a.infolink:visited {
    color: #007c91;
}
a.infolink:hover {
    text-decoration:underline;
}


.input-txt[type=text],
.input-txt[type=password] {
    border: none;
    border: 1px solid #aaa683;
    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 #aaa683;
    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: #007c91;
    font-size: 100%;
    font-weight: regular;
    padding: 10px 20px 10px 20px;
    color: #FFF;
    cursor: pointer;
    cursor: hand;
	border:none;
}

.btnSubmit:hover {
    color: #000;
}

.g_id_signin{
	width: 250px;
}
.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:#aaa683;
}

.form-select select {
    font-family: "Lato";
    color: rgb(48, 48, 48);
    border-style: solid;
    border-width: 1px;
    border-color: #aaa683;
    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: #aaa683;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    display: inline-block;
    position: relative;
    outline: none;
	vertical-align: bottom;
}

    .input-check:focus {
        border-color: #aaa683;
    }

    .input-check:checked {
        background-color: #ffffff;
        border-style: solid;
        border-width: 1px;
        border-color: #aaa683;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        color: #aaa683;
    }

        .input-check:checked:after {
            font-family: "Lato";
            color: #aaa683;
            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: #007c91;
	font-weight: bold;
	font-size:100%;
	line-height: 200%;
	text-transform: uppercase;
}

.helpNr{
	color: #007c91;
}

.upper{
	text-transform: uppercase;
	font-size:90%;
}

.ring {
	border-radius:50%; 
	background: #007c91;
	/*color: #007c91; */
	/*color: #be1e2d; */
	padding:2px 5px 0px 5px;
    border-radius: 50%;
	font-size:90%;
	color: #ffffff;
}
.ringBig {
	border-radius:50%; 
	background: #007c91;
	/*color: #007c91; */
	/*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: #aaa683;
}

.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: #007c91;
	font-weight: bold;
	font-size:100%;
	line-height: 120%;
}