﻿:root {
    /**Default**/
    --first-color: rgb(17, 52, 97);
    --second-color: rgb(27, 64, 111);
    --second-color_variant1: rgb(27, 64, 111, 0.2);
    --third-color: rgb(22, 107, 217);
    --forth-color: rgb(233, 243, 249);
    --fifth-color: rgb(27, 64, 111);

    /**Altos**/
    /* --first-color: rgb(199, 0, 23);
    --second-color: rgb(247, 97, 114);
    --second-color_variant1: rgb(247, 97, 114, 0.2);
    --third-color: rgb(207, 39, 57);
    --forth-color: rgb(247, 238, 239);
    --fifth-color: rgb(52, 58, 64); */
}

/*=========FHP Common CSS Start=========================*/

[class*=sidebar-dark] .brand-link {
    border-bottom: 0px solid !important;
    color: rgba(255, 255, 255, .8);
    background: var(--first-color) !important;
}

[class*=login-dark] .brand-link {
    border-bottom: 0px solid !important;
    color: rgba(255, 255, 255, .8);
    background: var(--first-color) !important;
}

[class*=login-dark] .brand-link img {
    max-height: 40px;
}

.login-register-page .card-header {
    background: var(--forth-color) !important;
    padding: 0rem .75rem 1.25rem;
}

.login-register-page {
    background: linear-gradient(to bottom, var(--second-color), var(--second-color_variant1));
    align-items: center;
    height: 100vh;
    justify-content: center;
    display: grid;
    background-attachment: fixed;
}

.navbar-white {
    background-color: var(--first-color);
}

.main-footer {
    background: var(--third-color);
    color: #FFF;
}

.content-wrapper {
    background: var(--forth-color) !important;
}

.sidebar-dark-primary {
    background: var(--fifth-color);
}

.btn-green {
    background: var(--second-color);
    border: 1px solid var(--second-color);
}

/*=========FHP Common CSS End=========================*/

/*===============Error page===================*/

#error {
    position: relative;
    height: 100vh;
    background: linear-gradient(to bottom, var(--second-color), var(--forth-color));
}

#error .notfound-error {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound-error {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

.notfound-error .notfound-404 {
    position: relative;
    height: 200px;
    margin: 0px auto 20px;
    z-index: -1;
}

.notfound-error .notfound-404 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 236px;
    font-weight: 600;
    margin: 0px;
    color: #211b19;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 13px #fff;
}

.notfound-error .notfound-404 h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    padding: 10px 5px;
    margin: auto;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.notfound-error a {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 23px;
    background: var(--second-color);
    font-size: 18px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound-error a:hover {
    color: #fff;
    background: var(--third-color);
}

@media only screen and (max-width:767px) {
    .notfound-error .notfound-404 h1 {
        font-size: 148px;
    }
}

@media only screen and (max-width: 480px) {
    .notfound-error .notfound-404 {
        height: 148px;
        margin: 0px auto 10px;
    }

    .notfound-error .notfound-404 h1 {
        font-size: 86px;
    }

    .notfound-error .notfound-404 h2 {
        font-size: 16px;
    }

    .notfound-error a {
        padding: 7px 15px;
        font-size: 14px;
    }
}

.add-row {
    background-color: var(--second-color) !important;
    padding: .35rem !important;
}

#datatables-search_wrapper .btn-secondary {
    color: #fff;
    background-color: var(--first-color);
    border-color: #fff;
    box-shadow: none;
}

#datatables-search_wrapper .dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--first-color);
    border-bottom: 1px solid #fff;
    height: 35px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--second-color);
    border-color: var(--second-color);
}

.page-link {
    color: var(--second-color);
}

table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:after {
    color: var(--third-color) !important;
}

.card-tools .btn-tool {
    background: var(--third-color);
    color: #fff;
}

.card-success.card-outline {
    border-top: 3px solid var(--third-color);
}

.owl-nav [class*="owl-"] {
    background-color: var(--first-color);
}

.mobile-view-callout a {
    color: #000;
    text-decoration: none;
}

.mobile-view-callout a:hover {
    background: var(--second-color) !important;
    color: #fff !important;
}