﻿
/************************************************************ START General Style ************************************************/
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

html {
    font-size: 12px;
}

body {
    font-family: "SenticoSansDT-Light", Helvetica, Arial, sans-serif;
    /*    line-height: 1 !important;
*/
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1d1d1d;
}


@font-face {
    font-family: SenticoSansDT-Thin;
    src: url("/fonts/Sentico/DTP Types - SenticoSansDT-Thin.otf") format("opentype");
}

@font-face {
    font-family: SenticoSansDT-Light;
    src: url("/fonts/Sentico/DTP Types - SenticoSansDT-Light.otf") format("opentype");
}


@font-face {
    font-family: SenticoSansDT-Regular;
    src: url("/fonts/Sentico/DTP Types - SenticoSansDT-Regular.otf") format("opentype");
    font-weight: 500 !important;
}

@font-face {
    font-family: SenticoSansDT-Bold;
    font-weight: bold;
    src: url("/fonts/Sentico/DTP Types - SenticoSansDT-Bold.otf") format("opentype");
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
    body {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 376px) and (max-width: 412px) {
    body {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 413px) and (max-width: 768px) {
    body {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    body {
        font-size: 16px !important;
    }
}

.fontLight {
    font-family: "SenticoSansDT-Light" !important;
}

.fontThin {
    font-family: "SenticoSansDT-Thin" !important;
}

.fontRegular {
    font-family: "SenticoSansDT-Regular" !important;
}

.fontBold {
    font-family: "SenticoSansDT-Bold" !important;
}


/************************************************************ END General Style ************************************************/


/************************************************************ START Text size ************************************************/

.small-text {
    font-size: 8px !important;
}

.medium-text {
    font-size: 1.25rem !important;
}

.big-text {
    font-size: 2rem !important;
}

.fs14 {
    font-size: 14px !important;
}

/************************************************************ END Text size ************************************************/


/************************************************************ START Texts Stylings ************************************************/

.italic-text {
    font-style: italic;
}

.light-text {
    font-weight: lighter;
}

.banner-title {
    /*    font-family: SenticoSansDT;
*/
    font-family: "SenticoSansDT-Thin" !important;
    font-size: 3rem;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 10px;
}

.banner-info {
    /*    font-family: SenticoSansDT;
*/ font-size: 1.5rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 1rem;
}

.footer-small-text {
    /*    font-family: SenticoSansDT;
*/ font-size: 0.90rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-left: 2.1rem;
}

.welcome-message-title {
    /*    font-family: SenticoSansDT;
*/ font-size: 42px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

.welcome-message-div {
    margin-top: 4rem;
}

.welcome-message-content {
    font-family: "SenticoSansDT-Regular" !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

/************************************************************ END Texts Stylings ***************************************************/


/************************************************************ START Headers ************************************************/

.aegon-logo-home-page {
    width: 8rem;
    margin-right: 2rem;
}

.header-link {
    padding-top: 0;
}

.header-link-text {
    /*    font-family: SenticoSansDT;
*/ font-size: 1.5rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}

.header-link-active {
    border: 2px #0069b4;
    color: #0069b4;
    border-style: none none solid none;
    background-color: #fafafa;
    background-color: #eeeeee;
}

.header-page {
    background-color: #ffffff;
}

.header-page-navbar {
    margin-bottom: 0;
    border: none;
}

.name-button-dropdown {
    margin-right: 0 !important;
    margin-top: 1rem;
}

#tmPersonalData {
    padding-top: 0px;
    padding-bottom: 0px;
}
/************************************************************ END Headers ************************************************/
/************************************************************ START Images and icons ************************************************/
.bg-img-header-home-1 {
    background-image: url('/Content/img/Acasa1/header-home-1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.banner-pensie-email-img {
    background-image: url('/Content/img/Acasa1/banner-pensie-email.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 20rem;
}

.banner-cont1-img {
    background-image: url('/Content/img/ContulMeu1/header-cont-1.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 26rem;
}

.banner-cont1-whole-img {
    background-image: url('/Content/img/ContulMeu1/header-cont-1-whole.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 12rem;
}

.banner-cont2-img {
    background-image: url('/Content/img/ContulMeu2/header-cont-2.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 26rem;
}

.banner-cont2-whole-img {
    background-image: url('/Content/img/ContulMeu2/header-cont-2-whole.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 12rem;
}

.banner-formular-img {
    background-image: url('/Content/img/Formular/header-cont-1.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 17rem;
}

.banner-formular-whole-img {
    background-image: url('/Content/img/Formular/header-cont-1-whole.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 12rem;
}

.banner-contact-img {
    background-image: url('/Content/img/Contact/header-contact.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 17rem;
}

.banner-contact-whole-img {
    background-image: url('/Content/img/Contact/header-contact-whole.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 12rem;
}

.banner-intrebari-img {
    background-image: url('/Content/img/Intrebari/header-faq.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 17rem;
}

.banner-intrebari-whole-img {
    background-image: url('/Content/img/Intrebari/header-faq-whole.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 12rem;
}

.banner-pilon-ii-img {
    background-image: url('/Content/img/Acasa2/banner-pilon-ii.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 35rem;
}

.banner-pilon-ii-smaller-img {
    background-image: url('/Content/img/Acasa2/banner-pilon-ii-whole.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 15rem;
}

.banner-pilon-iii-smaller-img {
    background-image: url('/Content/img/Acasa2/banner-pilon-iii-whole.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 15rem;
}

.banner-pilon-iii-img {
    background-image: url('/Content/img/Acasa2/banner-pilon-iii.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 35rem;
}

.bg-img-header-home-2 {
    background-image: url('/Content/img/Acasa2/header-home-2.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    height: 26rem;
}

.bg-img-header-home-2-whole {
    background-image: url('/Content/img/Acasa2/header-home-2-whole.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 15rem;
}

.banner-activare-img {
    background-image: url('/Content/img/Acasa1/banner-activare.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 20rem;
    margin-top: 5px;
}

.banner-faq-img {
    background-image: url('/Content/img/Acasa1/banner-faq.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 20rem;
}

.banner-faq-whole-img {
    background-image: url('/Content/img/Acasa1/banner-faq-whole.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 20rem;
}

.banner-comunitate-img {
    background-image: url('/Content/img/Acasa1/banner-comunitate.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 20rem;
}

.banner-comunitate-whole-img {
    background-image: url('/Content/img/Acasa1/banner-comunitate-whole.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 20rem;
}

.pilon-I-img {
    background-image: url('/Content/img/Acasa2/pilon-i.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    height: 15rem;
}

.pilon-II-img {
    background-image: url('/Content/img/Acasa2/pilon-ii.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    height: 15rem;
}

.pilon-III-img {
    background-image: url('/Content/img/Acasa2/pilon-iii.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    height: 15rem;
}

/************************************************************ END Images and icons ************************************************/


/************************************************************ START Forms *********************************************************/

.login-form {
    padding: 2rem 0 0;
    border-radius: 3px;
    box-shadow: 10px 17.3px 20px 0 #000000;
    box-shadow: 10px 17.3px 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    margin: 10%;
}

.login-form-title {
    /*    font-family: SenticoSansDT;
*/ font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

.login-form-input {
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    background-color: #ffffff;
}

.login-form-label {
    font-family: "SenticoSansDT-Regular" !important;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}

.login-form-forgot-pwd {
    /*    font-family: SenticoSansDT;
*/ font-size: 1.1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
}

/************************************************************ END Forms **************************************************************/


/************************************************************ START Margins **********************************************************/

.margin-bottom {
    margin-bottom: 5%;
}

.margin-top {
    margin-top: 5%;
}

.margin-top-big {
    margin-top: 3rem !important;
}

.row-no-margins {
    margin-left: 0;
    margin-right: 0;
}

/************************************************************ END Margins **************************************************************/


/************************************************************ START Colored Buttons ****************************************************/

.orange-button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 3px;
    background-color: #ff9900;
}

.green-button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 3px;
    background-color: #49af57;
}

.blue-button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 3px;
    background-color: #0069b4;
}

.btn {
    font-family: "SenticoSansDT-Regular" !important;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}
/************************************************************ END Colored Buttons *******************************************************/
/************************************************************ START Colored Rectangles **************************************************/
.green-rectangle {
    background-color: #49af57;
}

.blue-rectangle {
    background-color: #0069b4;
}

.saturated-blue-rectangle {
    background-color: #1192e4;
}

.pastelated-blue-rectangle {
    background-color: #3395d3;
}

.dark-blue-rectangle {
    background-color: #1f355e;
}

/*Row blue*/
.light-blue-rectangle {
    background-color: #e5f1f9;
}

/*Row gray*/
.light-grey-rectangle {
    background-color: #f2f2f2;
}
/*Row white*/
.white-rectangle {
    border-radius: 3px;
    background-color: #ffffff;
}

/************************************************************ END Colored Rectangles ***************************************************/


/************************************************************ START Colored Texts ***************************************************/

.orange-text {
    color: #ff9900;
}

.blue-text {
    color: #0069b4;
}

.light-blue-text {
    color: #3395d3;
}

.dark-grey-text {
    color: #1d1d1d;
}

.light-grey-text {
    color: #a5a5a5;
}

.white-text {
    color: #ffffff;
}

a.white-text:hover {
    color: #ffffff !important;
}

a.white-text:focus {
    color: #ffffff !important;
}

/************************************************************ END Colored Texts ***************************************************/


/************************************************************ START Paddings ******************************************************/

.no-padding {
    padding: 0;
}

.padding-default {
    padding: 1rem;
}

.margin-default {
    margin: 1rem;
}

.padding-top-big {
    padding-top: 5rem;
}

.padding-bottom-big {
    padding-bottom: 5rem;
}

.padding-top-bottom-big {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.padding-top-bottom-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.padding-left-right-extra-small {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.padding-left-right-small {
    padding-left: 2rem;
    padding-right: 2rem;
}

.padding-left-right-big {
    padding-left: 4rem;
    padding-right: 4rem;
}

.padding-top-bottom-extra-small {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

/************************************************************ END Paddings ********************************************************/


/************************************************************ START Others ********************************************************/

.inline-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .inline-list li {
        display: inline-block;
        padding: 1.25rem;
    }

.vertical-align {
    display: flex;
    align-items: center;
}

.end-align {
    display: flex;
    align-items: flex-end;
}

.panel-white-no-borders {
    border: none;
}

    .panel-white-no-borders > .panel-heading {
        background-color: #ffffff;
    }

    .panel-white-no-borders .panel-body {
        border: none;
        background: #e5f1f9;
    }

    .panel-white-no-borders > .panel-heading + .panel-collapse > .panel-body {
        border: none;
    }

/************************************************************ END Others ********************************************************/
/*Adi*/

.userinfo {
    margin-top: 15px;
}
    /*white-text green-rectangle*/
    .userinfo a.white-text {
        color: #FFF !important;
    }

        .userinfo a.white-text:hover {
            background-color: #49af57 !important;
        }

    .userinfo .open > a.white-text {
        background-color: #49af57 !important;
    }


.row.section {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#mdCom .modal-dialog {
    width: 50%;
}

h1 {
    color: #0069b4;
    /*    font-family: SenticoSansDT;
*/ font-size: 3rem;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 10px;
}

/*row title*/
h2 {
    padding: 1rem;
    color: #0069b4;
    /*    font-family: SenticoSansDT;
*/ font-size: 3rem;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 10px;
    text-align: center;
    font-family: "SenticoSansDT-Thin" !important;
}

label {
    color: #0069b4;
    font-size: 1.25rem !important;
    font-weight: normal;
}
/* combine .padding-top-bottom-extra-small , .padding-left-right-small*/
.paddsmal {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 2rem;
    padding-right: 2rem;
}

.paddtb {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.nopaddlr {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-default {
    background-color: #FFFFFF;
}

.fa, .fas, .svg-inline--fa {
    margin-right: 5px;
}


div.jtable-main-container > table.jtable {
    border: 1px solid #0069b4 !important;
}

    div.jtable-main-container > table.jtable > thead {
        background-color: #0069b4 !important;
    }

div.jtable-main-container > div.jtable-bottom-panel {
    background-color: #0069b4 !important;
    border: 1px solid #0069b4 !important;
}

    div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
        background-color: #0069b4 !important;
    }


div.jtable-main-container > table.jtable > thead th.jtable-column-header div.jtable-column-header-container {
    height: 60px !important;
}

div.jtable-main-container select {
    color: #1d1d1d;
}

div.jtable-child-table-container > div.jtable-main-container > table.jtable > thead th.jtable-column-header div.jtable-column-header-container {
    height: 20px !important;
}

div.jtable-child-table-container > div.jtable-main-container td {
    color: #0069b4;
}


#footerDiv {
    font-size: 17px;
}

.clearboth {
    clear: both;
    width: 0;
    height: 0;
    line-height: 1px;
    font-size: 1px;
}

#topNavPrsnData {
    margin-left: 5px;
}
/*END Adi*/

/*VIG migration*/
/* RED #E2000F
    : C:0%, M:100%, Y:100%, B:0% sau R:226%, G:0%, B:15%
    
    BLUE 
cmyk(100%, 85%, 35%, 25%)rgb(0, 29, 124)#1A3762
*/

.navbar-brand {
    padding-top: 5px;
    padding-bottom: 0px;
}

.aegon-logo-home-page {
    width: 15rem;
}

.header-page {
    margin-bottom: 25px;
    margin-top: 15px;
}

.blue-button {
    background-color: #1A3762;
}

.btn-primary {
    background-color: #1A3762;
    border-color: #204d74;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #00165F;
        border-color: #204d74;
    }

.saturated-blue-rectangle, .blue-rectangle, .dark-blue-rectangle {
    /*cmyk(100%, 85%, 35%, 25%)rgb(0, 29, 124)#1A3762*/
    background-color: #1A3762;
}

.pastelated-blue-rectangle {
    background-color: #1A3762;
}

.header-link-active {
    border-color: #E2000F;
}

.red-button {
    background-color: #E2000F;
    border-color: #E2000F;
}

    .red-button:hover {
        background-color: #E2000F;
        border-color: #E2000F;
    }
