/* CSS Document */
body { 
    font-family: 'petitamedium';
    margin: 20px 0;
    font-size: 16px;
    color: #1e2b50;
}
h3 {color: #1e2b50 !important;}
a:link { text-decoration:none; color: #1e2b50;}
a:visited { text-decoration:none;color: #1e2b50;}
a:focus { text-decoration:none;color: #333333;}
a:hover { text-decoration:#333333;}
a:active { text-decoration:none;}

hr { background: #1e2b50 !important; }
.panel-primary {
    margin-bottom: 20px !important;
    border-color: transparent;
    background: #efefef;
    -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;
    color: #333;
}
.panel-heading{ position: relative;
    padding:0;-moz-border-radius: 5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; border-top-color: transparent !important;
}
.panel-title a { padding: 15px 0;}
.panel-body { border-top-color: transparent !important; }
label { font-weight: normal; font-size: 14px; }
.form-control { font-size:14px;}
.red { color:red;}
#footer { font-size: 12px;}
#footer a { font-size: 12px;}

#error { padding: 5px; font-size: 12px; font-weight: bold; display:none;}
.error { color:red; display: none;}

input[type='date'].form-control {
    line-height: inherit;
}
.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top,#1e2b50 0,#1e2b50 100%);
    background-image: -o-linear-gradient(top,#1e2b50 0,#1e2b50 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#1e2b50),to(#1e2b50));
    background-image: linear-gradient(to bottom,#1e2b50 0,#1e2b50 100%);
}
.btn-primary {
    background-image: -webkit-linear-gradient(top,#1e2b50 0,#1e2b50 100%);
    background-image: -o-linear-gradient(top,#1e2b50 0,#1e2b50 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#1e2b50),to(#1e2b50));
    background-image: linear-gradient(to bottom,#1e2b50 0,#1e2b50 100%);
    border-color: #1e2b50 !important;
}

.btn-primary:link { text-decoration:none;}
.btn-primary:visited { text-decoration:none;}
.btn-primary:focus { background: #1e2b50 !important; }
.btn-primary:hover {  background: #333333 !important;}
.btn-primary:active { background: #1e2b50 !important;}



.headPanel { position: absolute;background:url(../img/logo_2.png); opacity:0.3; height:53px; width:155px;background-repeat: no-repeat; } 
#btnEmail { width: 50px; -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; background: #1e2b50; display: block !important; margin: auto !important; color:#fff; font-size: 22px; padding-top:10px; padding-bottom:10px; }


.form-control { border:1px solid #1e2b50; -moz-border-radius: 9999px; -webkit-border-radius: 9999px; border-radius:9999px; }

#btnSendForm { -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius:30px; background: #1e2b50; color: white; border: none; padding: 10px 50px; font-size: 16px; }
#btnSendForm:hover { -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius:30px; background: #000; color: #66afe9; border: none; padding: 10px 50px; }

#btnSendEmail {-moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius:30px;}

