﻿html {
    font-size: 14px;
    height: 100%;
    margin: 0;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    /* Full height */
    height: 100%;
    margin: 0;
    font-family: 'Rubik', sans-serif;
}

.login-bg-image {
    /* Full height */
    height: 100%;
    /*background-image: url("../img/background_login.png");*/
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*-----------------card rounded*/

.card-rounded {
    border-radius: 3%;
}

/*-------------------Nav links*/
.nav-link.active {
    /* Atlas Gold */
    color: #AB8D3F !important;
    /* Label */
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    border-bottom: 1px solid #AB8D3F;
}

.nav-link {
    /* Medium Grey */
    color: #767676 !important;
    /* Label */
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
}

.nav-link-det.active {
    /* Atlas Gold */
    background-color: #AB8D3F !important;
    color: white !important;
    /* Label */
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #AB8D3F;
    width: 252px;
    border-radius: 8px;
    height: 48px;
    display:flex;
    align-items: center;
    justify-content:center;
}

.nav-link-det {
    /* Medium Grey */
    color: #AB8D3F !important;
    /* Label */
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #AB8D3F;
    width: 252px;
    border-radius: 8px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*---------------------------End Nav Links*/

/*----------------------------------------Floating inputs*/

.input {
    position: relative;
    width: 252px;
    height: 48px;
    left: 0px;
    right: 0px;
    top: 8px;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 4px;
    z-index:0 !important;
}

.input__label {
    position: absolute;
    left: 4px;
    top: -10px;
    padding: 2px;
    background: white;
    white-space: nowrap;
    transform: translate(0, 0);
    transform-origin: 0 0;
    transition: transform 120ms ease-in;
    font-weight: bold;
    line-height: 1.2;
    color: #C4C4C4;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    color: #767676;
}

.input__field {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 48px;
    left: 16px;
    top: 40px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #767676;
    padding: 0.375rem 0.75rem;
    border: 0px;
    background: transparent;
    border-radius: 4px;
}

.input__field_eye {
    position: absolute;
    box-sizing: border-box;
    text-align: center;
    display: block;
    width: 30px;
    height: 48px;
    left: 220px;
    top: 0px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    padding: 0px;
    color: #767676;
    border: 0px;
    background: transparent;
}

.input-News {
    width: 420px;
    height: 90px;
    margin-bottom:20px;
}

/*------------------------------------End floating inputs*/

a {
    /* Atlas Gold */
    color: #AB8D3F;
    height: 42px;    
}

p {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    height:42px;
}

textarea {
    border: none;
    background-color: transparent;
    resize: none ;
    outline: none;
}

/* ------- customize primary buttons -------- */
/*.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {*/
    /* Atlas Gold */
    /*background-color: #AB8D3F !important;
    border-color: #a38434 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-top: 20px;
    border-radius: 8px !important;
}*/

.btn-default, .btn-default:hover, .btn-default:active, .btn-default:visited {
    /* Atlas Gold */
    background-color: white !important;
    border-color: #AB8D3F !important;
    color: #AB8D3F;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-top: 20px;
    border-radius: 8px !important;
}

.btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:visited {
    background-color: #AB3F3F !important;
    border-color: #AB3F3F !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-top: 20px;
    border-radius: 8px !important;
}
.btn-Search-Clear, .btn-Search-Clear:hover, .btn-Search-Clear:active, .btn-Search-Clear:visited {
    width: 133px;
    margin-right: 20px;
    border-radius: 8px;
}
.btn-Grey, .btn-Grey:hover, .btn-Grey:active, .btn-Grey:visited {
    background-color: #767676 !important;
    border-color: #5e5c5c !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-top: 20px;
    border-radius: 8px !important;
    color: white;
}

.nav-AtlasLogin {
    list-style: none;
    text-align: center;
    width: 170px;
    margin: 0px auto;
    border-bottom: 0px;
    margin-top: 30px;
}
.nav-AtlasNews {
    list-style: none;
    text-align: left;
    width: 1000px;
    margin: 0px auto;
    border-bottom: 0px;
    margin-top: 30px;
}

.nav-AtlasDetails {
    list-style: none;
    text-align: center !important;
    margin-bottom: 30px;
    margin-top: 0px;
    height: 48px;
    align-items: center;
}

.divLogin {
    max-width : 338px;
}

.divError {
    margin-top: 10px;
    font-size: 12px;
    width: 208px;
}

.divLinkFooter {
    text-align:center; 
    margin-top:20px;
}

.atlasHeader {
    font-size:32px;
    font-weight:600;
    font-family:Rubik;
}

.atlasHeaderL {
    font-size: 64px;
    font-weight: 700;
    font-family: Rubik;
}

.searchPanel {
    border-color: #AB8D3F !important;
    border: 1px solid #AB8D3F !important;
    padding: 10px;
    margin-top: 30px;
}

.imagePanel {
    padding: 10px;
    height: 118px;
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: center !important;
    align-content: center;
    align-items: center;
    width: 250px;
}

.imgDiv {
    border-radius: 90px;
    width: 118px;
    height: 118px;
    border-color: red;
    border: 1px solid #AB8D3F;
    margin-left: 60px
}

.imgDivDetails {
    border-radius: 90px;
    width: 118px;
    height: 118px;
    border-color: red;
    border: 1px solid #AB8D3F;
}

.PlansDiv {
    float: left;
    border: 3px solid #AB8D3F;
    width: 460px;
    height: 590px;
    border-radius: 18px;
    margin-right: 20px;
    margin-bottom: 20px;
}
    .PlansDiv:hover {
        border: 6px solid #957b38;
    }
.PlansDivInd {
    float: left;
    border: 3px solid #AB8D3F;
    width: 460px;
    height: 590px;
    border-radius: 18px;
    margin-right: 20px;
    margin-bottom: 30px;
}

    .PlansDivInd:hover {
        border: 6px solid #957b38;
    }

.msgDiv {
    font-size: 16px !important;
    font-weight: 600;
    text-align: center;
}
.panelMargin{
    margin-top:20px;
    margin-left:20px;
}



.btn-Modal, .btn-Modal:hover, .btn-Modal:active, .btn-Modal:visited {
    width: 252px;
    margin-left: 15px;
}

.input_search{
    width:310px;
}

.input_home {
    width: 420px;
    margin-right:40px;
    font-size:18px;
}

.input_home_comment {
    width: 920px !important;
    height: 170px !important;
    margin-right: 40px;
    font-size: 18px;
}

.input_Modal {
    width: 252px;
    margin-top: 20px;
}


.headerModal {
    font-size: 24px;
    font-weight: 600;
    font-family: Rubik;
}

.text-right {
    text-align:right;
    font-family:Rubik;
    font-size:24px;
    font-weight:600;
    margin-right:80px;
}
table {
    width: 100% !important;
    font-family: Rubik !important;
    vertical-align: middle;
    border: 1px solid #AB8D3F;
}
thead {
    border: 1px solid #AB8D3F;
    height: 40px !important;
    max-height: 40px !important;
    text-align: center;
    background-color: #AB8D3f;
    color: white;
}

th {
    padding: 0px 0px 0px 0px !important;
    vertical-align: middle !important;
}
td {
    text-align: center;
    padding: 0px 0px 0px 0px !important;
    vertical-align: middle !important;
}
.th_atlas {
    border-bottom: 1px solid #AB8D3F !important;
    font-size: 22px !important;
    font-weight: 600;
    height: 45px !important;
    max-height: 45px !important;
    text-align: left;
}
.td_atlas {
    font-size: 22px !important;
    font-weight: 600;
    height: 45px !important;
    max-height: 45px !important;
}
.tr_atlas {
    height: 45px !important;
    max-height: 45px !important;
}
tr {
    
    vertical-align: middle !important;
}
.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #F8F8F8 !important;
}
.table-striped > tbody > tr:nth-child(even) > td {
    background-color: #fff !important;
}

.form-switch {
    padding-left: 2.5em;
}

.form-switch .form-check-input {
    width: 3em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
    background-color: white !important;
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0%29'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-color: #AB8D3F !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0%29'/%3e%3c/svg%3e");
}

.form-check-input {
    position: relative !important;
    border: 1px solid #AB8D3F !important;
    width: 1.5em;
    height: 1.5em;
}
    .form-check-input:checked[type=radio] {
    background-color: #AB8D3F !important;
    border-color: #AB8D3F !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23AB8D3F'/%3e%3c/svg%3e");
}

.form-switch .form-check-input-grey:checked {
    background-position: right center;
    background-color: #767676 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0%29'/%3e%3c/svg%3e");
}

.form-check-input-grey {
    position: relative !important;
    border: 1px solid #767676 !important;
    width: 1.5em;
    height: 1.5em;
}

    .form-check-input-grey:checked[type=radio] {
        background-color: #767676 !important;
        border-color: #767676 !important;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23AB8D3F'/%3e%3c/svg%3e");
    }

.custom-notification-alert-success .notification {
    color: white !important;
    background-color: #AB8D3F !important;
    border-color: #AB8D3F !important;
}

.eh-image-no-content {
    width: 100%;
    height: 123px;
    background: #eee; /* border: none; */
    border-style: dashed;
    border-color: #cccccc;
    border-width: 2px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.eh-center-content-parent {
    Display: flex;
    align-items: center;
    justify-content: center;
}

.img-cropper {
    display: block;
    /* This rule is very important, please don't ignore this */
    max-width: 100%;
}

/* Centered text */
.eh-centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cover {
    width: 260px;
    object-fit: cover;
}

.eh-pointer-control {
    cursor: pointer;
}

.nav li:hover > ul {
    display: block;
}