/* Add here all your CSS customizations */

html.side-panel .side-panel-wrapper{
    width: 450px !important; 
}
/**/
ul.nav-list-toc li a:before {
    top: 0px !important;
}

.dropdown-menu {
    font-size:1.3em!important;
}


.toc-gradient-primary:not(.btn-outline) {
    /*background: linear-gradient(135deg, #a6150b 0%, #891209 80%);*/
    color: #FFF;
}

    .toc-gradient-primary:not(.btn-outline):hover,
    .toc-gradient-primary:not(.btn-outline).hover {
        background: linear-gradient(135deg, #a1150b 0%, #b7180c 80%);
        color: #FFF;
    }

    /*
    .toc-gradient-primary:not(.btn-outline):focus,
    .toc-gradient-primary:not(.btn-outline).focus {
        box-shadow: 0 0 0 3px rgba(147, 19, 10, 0.5);
    }
        */

    .toc-gradient-primary:not(.btn-outline).disabled,
    .toc-gradient-primary:not(.btn-outline):disabled {
        background: linear-gradient(135deg, #a6150b 80%, #891209 0%);
    }

    .toc-gradient-primary:not(.btn-outline):active,
    .toc-gradient-primary:not(.btn-outline).active {
        background: linear-gradient(135deg, #a1150b 0%, #b7180c 80%) !important;
        color: #FFF !important;
    }


.page-header-services-overview-no-padding {
    padding: 20px 0 !important;
}

.custom-mega-header-item:hover {
    /*color: #00f !important;
    background-color: yellow;*/
    text-decoration: none !important;
    color: #93130a !important;
}

.custom-mega-header-item {
    /*color: #FFF !important;*/
    padding: initial !important;
    font-size: 1.0em !important;
    font-weight: 600 !important;
}

.section-padding-small {
    padding: 10px 0 !important;
}

.landing-header-bar:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 45vw;
    background-image: linear-gradient(150deg,#0088cc 0%,#0088cc 30%,#0169fe 70%,#0169fe 100%);
    border-radius: 4px;
    box-shadow: 0 0 60px rgba(0,0,0,.06)
}

@media(max-width:1200px) {
    .landing-header-bar:before {
        width: 110vw;
    }
}



.pentestlanding {
    font-size: 18pt;
    line-height: initial;
}


.x-privacy-label {
    font-size: 14px;
    line-height: 19px;
}
/* Page Header */
.page-header-services {
    background-color: #212529;
    /*margin: 0 0 35px 0;*/
    padding: 30px 0;
    position: relative;
    text-align: left;
}

@media (min-width: 576px) {
    .top-header-logo {
        width: "100px";
        height: "30px";
    }
}

@media (min-width: 768px) {
    .top-header-logo {
        width: "120px";
        height: "30px";
    }
}

@media (min-width: 992px) {
    .top-header-logo {
        width: "100px";
        height: "30px";
    }
}

@media (min-width: 1200px) {
    .top-header-logo {
        width: "100px";
        height: "30px";
    }
}


body {
    /*font-family: 'Open Sans',sans-serif !important;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

/*
p {
    font-size: 18px !important;
    line-height: 28px !important;
}
    */

h3 {
    line-height: initial;
}

b,
strong {
    font-weight: bold !important;
}
