html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    color: #242424;
}

h1, h2, h3, h4, h5 {
    font-weight: 600;
}

h1, .h1 {
    font-size: 22px;
}

.btn {
    font-size: 16px;
}

body {
    background: rgba(0, 0, 0, 0) url("../images/bg.jpg") no-repeat fixed center center / cover ;
}

body.action-login {
    height: 100%;
}

body.action-register-prospect {
    height: 100%;
}

body.action-privacy-statement .wrapper {
    max-width: 600px;
}

.privacy-statement-link {
    color: #333333;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.privacy-statement-link:hover {
    color: #333333;
    text-decoration: underline;
}

@media(min-width: 521px) {
    .privacy-statement-link {
        float: right;
    }
}

.container.wrapper {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border-top: 5px solid #00a1e2;
    border-bottom: 5px solid #00a1e2;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.3);

    padding: 0 25px;
}

@media (min-width: 768px) {
    .container.wrapper {
        width: 750px;
    }
    .action-login .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container.wrapper {
        width: 980px;
    }
}

@media (min-height: 520px) and (min-width: 600px) {
    .container.wrapper {
       margin-top: 30px;
       margin-bottom: 30px;
    }

    .action-login .container.wrapper {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.header .main-row {
    padding: 10px 0;
}

.header .main-row img {
    max-height: 50px;
    display: inline-block;
}

@media (max-width: 991px) {
    .header .main-row .text-center {
        text-align: right;
    }
}

.small-hr {
    margin: 10px 0;
    clear: both;
}


.panel {
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 20px;
    border-color: #dfe8f1;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
}

.panel:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.panel-body {
    padding: 15px 20px;
    height: 230px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: .8em;
}

@media(max-width: 768px) {
    .panel-body {
        height: auto;
    }
}

.panel-body .img-responsive {
    border-radius: 0px;
}

h3.panel-title {   
    padding: 0;
    font-weight: bold;
    line-height: 30px;
}

h3.panel-title .btn {
    margin-left: 5px;
}

.btn-primary {
    background-color: #00a1e2;
    border-color: #00a1e2;
    white-space: normal;
}

.btn-primary.no-white-space-break {
    white-space: nowrap;
}

.overview .btn-primary {
    white-space: nowrap;
}

.notification-legend {
    display: none;
}

@media (max-width: 767px) {
    .btn-primary {
        margin-bottom: 5px;
    }

    .btn-primary.pull-right {
        float: none !important;
    }
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active:active,
.btn-primary.focus:hover, .btn-primary.focus:focus, .btn-primary.focus:active,
.btn-primary.hover:hover, .btn-primary.hover:focus, .btn-primary.hover:active
{
    background-color: #4cb3e3;
    border-color: #4cb3e3;
}

#form_errors ul {
    padding-left: 0;
    color: red;
}

.form-horizontal .control-label {
    text-align: left;
}

input[type='checkbox'] {
    margin: 4px 8px 0 0;
}

.error {
    color: red;
}

#google {
    display: block;
    height: 325px;
}

.jqdatepicker .form-control {
    display: inline-block;
}

.jqdatepicker img.ui-datepicker-trigger {
    margin: -3px 0 0 5px;
}

.supersize-container {
    margin: 0 auto;
}

.panel .supersize-container {
    margin: 20px 0 20px 0;
}

.supersize-button {
    border: 1px solid transparent;
    border-radius: 4px;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.supersize-button .btn-text {
    background-color: #00a1e2;
    padding: 13px;
}

.required:after {
    content:" *";
    color: red;
}

.footer {
    padding: 0 0 10px 0;
    font-weight: bold;
}

.footer img.img-responsive {
    display: inline-block;
}

.footer .version-info {
    color: #333333;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}