﻿/* DEFAULTSmain-content
----------------------------------------------------------*/
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
	background-color: #efefef;
}

body  {
	background-color: #f3f3f3;
    font-size: 1em;
    font: sans-serif;
    margin: 0px;
    padding: 0px;
    color: #202020;
}

.labelcb{
    margin-bottom: 5px;
    font-size: 12px;
    margin-left:-40px;
}

.form-register{
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    font: 12px sans-serif;
    text-align: left;
}

.leftcol{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    text-align: left;
}

.centercol{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    text-align: left;
}

.rightcol{
    display: inline-block;
    max-width: 400px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    margin-top: 0px;
}

.leftcol .form-white-background{
    width: 400px;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
    margin-bottom: 35px;
}

.centercol .form-white-background{
    width: 850px;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
    margin-bottom: 35px;
}

.rightcol .form-white-background{
    width: 400px;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
    margin-bottom: 35px;
}

.leftcol .form-row{
    text-align: left;
    margin-bottom: 12px;
}

.centercol .form-row{
    text-align: left;
    margin-bottom: 16px;
}




.centercol .form-row.radioCss.radio-toolbar input[type="radio"]:checked + label{
    background:pink !important;
}


.rightcol .form-row{
    text-align: left;
    margin-bottom: 12px;
}

.leftcol .form-title-row{
    text-align: center;
    margin-bottom: 10px;
}

.centercol .form-title-row{
    text-align: center;
    margin-bottom: 10px;
}

.rightcol .form-title-row{
    text-align: center;
    margin-bottom: 10px;
}

.leftcol h1{
    display: inline-block;
    box-sizing: border-box;
    color:  #4c565e;
    font-size: 24px;
    padding: 0 2px 10px;
    /* border-bottom: 4px solid #6caee0;*/
    margin: 0;
}

.centercol h1{
    display: inline-block;
    box-sizing: border-box;
    color:  #4c565e;
    font-size: 30px;
    padding: 14px 2px 10px 0px;  /*top right bottom left*/
    /* border-bottom: 4px solid #6caee0;*/
    margin: 0;
}

.rightcol h1{
    display: inline-block;
    box-sizing: border-box;
    color:  #4c565e;
    font-size: 24px;
    padding: 0 2px 10px;
    /* border-bottom: 4px solid #6caee0;*/
    margin: 0;
}

.leftcol .form-row > label span{
    display: inline-block;
    box-sizing: border-box;
    color:  #5f5f5f;
    width: 125px;
    text-align: right;
    padding-right: 25px;
}

.centercol .form-row > label span{
    display: inline-block;
    box-sizing: border-box;
    color:  #5f5f5f;
    width: 125px;
    text-align: right;
    padding-right: 25px;
}

.leftcol input{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: auto;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 18px;
    border: 1px solid #dbdbdb;
}

.centercol input{
    color:  #5f5f5f;
    box-sizing: border-box; 
    width: auto;   
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 18px;
    border: 1px solid #dbdbdb;
}

.leftcol .form-checkbox input{
    margin-left: 128px;
    margin-right: 10px;
    width: auto;
    vertical-align: top;
}

.centercol .form-checkbox input{
    margin-left: 128px;
    margin-right: 10px;
    width: auto;
    vertical-align: top;
}

.leftcol .form-row .form-checkbox span{
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    text-align: left; 
    margin: 0;
}

.centercol .form-row .form-checkbox span{
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    text-align: left; 
    margin: 0;
}

.centercol .form-row .form-radiobutton span{
    font-size: 14px;

}

.leftcol .form-checkbox span a{
    text-decoration: none;
    color:  #6caee0;
}

.centercol .form-checkbox span a{
    text-decoration: none;
    color:  #6caee0;
}


input.textbox, select, textarea
{
  font-family    :  verdana, arial, snas-serif;
  font-size      :  13px;
  color          :  #000000;
  padding        :  3px;
  background     :  #f0f0f0;
  border-left    :  solid 1px #c1c1c1;
  border-top     :  solid 1px #cfcfcf;
  border-right   :  solid 1px #cfcfcf;
  border-bottom  :  solid 1px #6f6f6f;
}

input.textbox:focus, input.input_text_focus
{
    border-color:#646464;
    background-color:#ffcf03;
} 

.button{
    color:  #000000;
    display: block;
    font-size: 13px;
    background-color:  rgba(245, 245, 245, 0.9);
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    margin: 0px 0px 10px 8px;
    text-decoration: none;
    padding:0px 1px 1px 1px;
} 
.buttonsmall{
    color:  #000000;
    display: compact;
    font-size: 11px;
    margin: 0px 0px 0px 0px;
    padding:0px 1px 1px 1px;
    border-radius: 0px;
} 

.button:hover{
    border-color:#646464;
    background-color:#90ee90;
} 

.buttonsmall:hover{
    border-color:#646464;
    background-color:#90ee90;
}

.footer
{
    background-color: #fff;
    margin: 5px auto 0px auto;
    border: 1px solid #02576f;
    max-width: 1000px;
}

header{
    box-sizing: border-box;
	text-align: center;
    width: 100%;
    padding: 10px 10px;
    background-color: #2a2a2a;
    overflow: hidden;
}


header h1{
    float: left;
	font: normal 24px/1.5 'Open Sans', sans-serif;
	color: #fff;
}

header a{
    color:#fff;
    
    text-decoration: none;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 3px;
    font: bold 14px/1 'Open Sans', sans-serif;
    text-transform: uppercase;
    background-color:#cfcdcd;
}


ul {
    list-style: none;
    border-bottom: 1px solid #EAEAEA;
    background-color: #FFF;
    padding: 20px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 75px;
}

ul a{
    text-decoration: none;
    color: #FFF;
    text-align: left;
    background-color: #BCB8C2;
    padding: 10px 16px;
    border-radius: 2px;
    opacity: 0.8;
    font-size: 16px;
    display: inline-block;
    margin: 4px;
    line-height: 1;
    outline: none;

    transition: 0.2s ease;
}

ul li a.active{
    background-color: #F05283;
    pointer-events: none;
}

ul li a:hover {
    opacity: 1;
}


ul li{
    display: inline-block;
}

a:link, a:visited
{
    color: #02576f;
    font-size: 1.0em;
}

a:hover
{
    color: #164126;
    text-decoration: none;
}

a:active
{
    color: #02576f;
    font-size: 1.0em;
}

p
{
    margin-left: 7px;
    margin-bottom: 4px;
    margin-right: 7px;
    line-height: 1.3em;
    font-size: 1.2em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #02576f;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 300;
    margin-left: 7px;
    margin-right: 7px;    
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5{
    font-size: 1em;
}

h6{
    font-size: 1em;
    margin-left: 3px;
    color: #333333;
    text-transform: none;
    font-weight: 100;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
p.t6
{
    font-size: 1.0em;
    margin-left: 3px;
    color: #333333;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 2px;
}


table.t6 {
     border: thin solid #72bbd3;    
 }
 
td.t6 {
     border: dashed;
     border-width: 1px;
     border-color: #72bbd3; 
 }


   
/* MISC  
----------------------------------------------------------*/
.smallButton
{
    font-size: 0.7em;
    display: block;
    text-align: left;
    color: #02576f;
}

.nopadding{
    color:#fff;
    float: right;
    text-decoration: none;
    padding: 1px 0px 0px 0px !important;
}


@media (max-width: 600px) {

    .leftcol .form-white-background{
        width: 300px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .leftcol .form-row > label span{
        display: block;
        text-align: left;
        padding: 0 0 10px;
    }

    .leftcol input{
        display: block;
        margin: 0 auto;
    }

    .leftcol .form-checkbox input{
        display: inline-block;
        margin-left: 0;
    }

    .leftcol .form-checkbox span{
        width: 200px !important;
    }

    .leftcol:after{
        bottom: -80px;
        left: 50%;
        margin-left: -25px;
    }

}