/**************************** Header menu*/
.cbolui-ddl .navbar-nav {
    margin: 0px;
}

/**************************** Hero theme*/
/* To choose theme-light or theme-dark  */
.cbolui-ddl .theme-light-aplha-80 {
    background: rgba(255, 255, 255, 0.8)
}

.cbolui-ddl .theme-light h5,
.cbolui-ddl .hero-4 .common-module-header h4,
.cbolui-ddl .hero-4 .common-module-header h5 { color: #333; }

.priority-400 {
    font-size: 2.5rem;
}

/**************************** Container*/
.cbolui-ddl .hero-4 .common-module-body .cross-link-cards .hero-4-content {
    border: none;
    background: #056dae;
}

.container-shadow {
    -webkit-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.3);
}

/**************************** Validation*/
.cbolui-ddl .validation-message-danger {
    color: rgba(255, 188, 0, 1);
}

.cbolui-ddl .theme-light .form-control.validation-input-danger, .cbolui-ddl .theme-light .input-group.focus-group.validation-input-danger {
    border-color: rgba(255, 188, 0, 1);
}

.cbolui-ddl fieldset .validation-fieldset-danger {
    border-left: 2px solid rgba(255, 188, 0, 1);
}

/**************************** Buttons and forms*/
.top-cc-photobg-body h2,
#FormPriority h2,
#FormPriority label,
#FormPriority label:hover,
#FormPriority label a,
.cbolui-ddl .form-group .select-box-label, .cbolui-ddl .form-group .text-input-label,
.cbolui-ddl .theme-light .form-group .form-control .input-group focus-group{
    color: #fff;
}

.cbolui-ddl .theme-light .form-group .form-control {
    background-color: #fff;
}

#FormPriority .btn-primary {
    background-color: rgba(255, 188, 0, 1);
    border-color: rgba(255, 188, 0, 1);
}

#top-banner p, #top-banner small {
    color: #000;
}

.message {
    color: #fff;
}

/**************************** Steps*/

.step-module img {
    display: inherit;
    margin: 0 auto;
}

/**************************** Tabel*/

.table-ok-block {
    width: 100%;
}

.table-ok-block-first {
    border-top: 1px solid #ccc;
}

.text-section {
    margin: 20px 0;
}

/**************************** Footer*/
#subapp-footer-bottom {
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid #404040;
}

.footer-copy {
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    float: right;
    margin-top: 10px;
    color: #d4d4d4;
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}