/**
 * Copyright (c) 2015-2020. Docentron PTY LTD. All rights reserved.
 * This material may not be reproduced, displayed, modified or distributed without
 * the express prior written permission of the copyright holder.
 */
/* Application specific CSS */

/* This site has header with 140 px height */
.ib-page {
    padding-top: 70px;
}

/* adjust padding for the panel bodies below the panel heading */
.dc-padded-panel-body {
    padding-top: 10px;
}

/* adjust the back button margins */
.btn-ib-header {
    margin-left: 0;
}

.panel-heading {
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.025em;
    height: 50px;
    line-height: 45px;
    overflow: hidden;
    background-color: #f1f1f1!important;
    color: #000000!important;
    border-color: #002a80;
    padding: 2px 15px 10px 15px;

}

/* from forms.css */
.form-control, input {
    border: 1px solid #7c7c7c;
    box-shadow: none;
}
.form-control:hover, input:hover {
    border: 1px solid black;
}

textarea:hover, input[type="text"]:hover {
    border: 1px solid black;
}
textarea:focus, input[type="text"]:focus {
    border: 1px solid black;
}

.dc-app-sections{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

/* For the owl carousel for ggps theme*/
#dc-app-product-carousels{
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* to fix journey and chapter content display   */
p {
    margin: 0 0 10px 0;
    color: black;
    line-height: 1.4;
    font-weight: normal;
}

/* apply to   */
.sm-theme-area p {
    font-weight: 600;
    line-height: 2;
}

.footer-widget-area .widget-title h6 {
    color: black;
}

.main-header-area .classy-nav-container {
    /*background-color: rgb(85, 176, 222);*/
    background-color: #222d32;
}

.property-thumb img{
    /*max-width: 350px;*/
    /*max-height: 253px;*/
    width: 100%;
}

.calland_wf, .calland_db {
    margin-bottom: 10px;
}

.calland_papv_btn {
    background-color: #ac904c;
}
.calland_apv_btn {
    background-color: #019b7c;
}
.calland_rj_btn {
    background-color: #cc6d00;
}
.calland_cert_btn {
    background-color: #028c0d;
}
.calland_sch_btn {
    background-color: #372d98;
}

.container {
    width: 100%;
    max-width: unset;
}

.nt-op-assigned, .nt-op-completed, .nt-op-total, .nt-ssh-pending-apv,
.nt-ssh-pre-pending-apv, .nt-ssh-total, .nt-sh-pending-apv, .nt-sh-pre-pending-apv, .nt-sh-total,
.nt-dph-pending-apv, .nt-dvh-pending-apv
{
    color: yellow;
}
