.vertical-divider {
    height: 100px;
    position: relative;
    float: left;
}

.link-recover-password {
    width: 716px;
    height: 447px;
    background-color: white;
    padding-top: 66px;
    padding-left: 49px;
    margin: auto;
}

/*Headers start*/
.header-titles h1{
    font-weight:800;
    font-size: 30px;
}

.header-titles h2{
    font-weight:600 ;
}

h1.header-h1{
    font-weight:800;
    font-size: 30px;
    color: #4d4d4f;
}

h2.header-h2{
    font-weight:600;
    font-size: 30px;
    color: #4d4d4f;
}

h3.header-h3{
    font-weight:300;
    font-size: 30px;
    color: #4d4d4f;
}

.header-h4 {
    font-size: 20px;
    font-family: 'OpenSansExtraBoldItalic', sans-serif;
    color: #42454A;
}

.header-h5 {
    font-size: 18px;
    font-family: 'OpenSansBold', sans-serif;
    color: #42454A;
}
/*Headers end*/

/*Content start*/
.content-h1{
    font-family: 'OpenSansExtraBold', sans-serif;
    font-weight:800;
    font-size: 24px;
    color: #4d4d4f;
}

.content-h2{
    font-family: 'OpenSansSemibold', sans-serif;
    font-weight:600 ;
    font-size: 24px;
    color: #4d4d4f;
}

.content-h3{
    font-family: 'OpenSansLightItalic', sans-serif;
    font-weight:300 ;
    font-size: 24px;
    color: #4d4d4f;
}

.content-h4{
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 16px;
    color: #42454A;
}

.content-h5{
    font-family: 'OpenSansLight', sans-serif;
    font-size: 18px;
    color: #42454A;
}
/*Content end*/

.a-not-click-action{
    cursor: default;
    pointer-events: none;
}

.indexPageContent p, .indexPageContent li  {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
}

/*Modal dialog start*/
.modal-dialog.recover-password {
    margin-left: 22%;
    margin-top: -20px;
}

.recover-password .modal-content{
    width: 731px;
    height: 434px;
    padding: 36px 140px;
    background-color: white;
    align-content: center;
    border-radius: 0px;
    border: none;
}

.modal-dialog.exercise-right{
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
}

.modal-dialog.exercise-right .modal-content {
    border-radius: 0px;
    border: none;
}

.modal-dialog.exercise-right .modal-body{
    width: 100%;
}

.modal-dialog.exercise-right .text-footer{
    font-size: 18px !important;
    color: #2b2e34 !important;
}
/*Modal dialog end*/

.front_footer_color{
    background-color: #dbdcde;
}

a,
a:focus,
a:active,
a:hover{
    text-decoration: none;
}

.site-banner{
    background: url("../img/banners/bg-footer-cctv.png") 0% 0% no-repeat padding-box;
    background-size: 100% 100%;
}

.site-top-yellow {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 23px;
    background: #FFCA30 0% 0% no-repeat padding-box;
    opacity: 1;
}

.site-top-gray {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 23px;
    background: #EBECEC 0% 0% no-repeat padding-box;
    opacity: 1;
}

.head-sytem-logo{
    max-width: 100px;
}

.home-login-panel{
    max-width: 635px;
    max-height: 135px;
}

#login-component h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight:300;
    color: #4d4d4f;
    margin-top: 0px;
}

hr{
    border-color: #000000;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*Flex start*/
.flex-content{
    display: flex;
}

.flex-content-justify-end{
    justify-content: flex-end;
}

.flex-content-justify-center{
    justify-content: center;
}

.flex-item-100{
    Flex: 1 1 100%;
}
/*Flex end*/

/*Padding start*/
.padding-big{
    padding: 30px !important;
}

.padding-t-big{
    padding-top: 30px !important;
}

.padding-t-small{
    padding-top: 15px !important;
}

.padding-t-xsmall{
    padding-top: 5px !important;
}

.padding-big-s{
    padding: 40px !important;
}

.padding-tb-big-s{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.padding-tb-big{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.padding-tb{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.padding-rl{
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.padding-rl-s{
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.padding-l-big{
     padding-left: 30px !important;
 }

.padding-l-big{
     padding-left: 30px !important;
 }

.padding-l-no{
    padding-left: 0px !important;
}

.padding-rl-big{
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.padding-r-big{
    padding-right: 30px !important;
}

.padding-r-small {
    padding-right: 15px !important;
}

.padding-r-no{
    padding-right: 0 !important;
}

.padding-b-s {
    padding-bottom: 10px !important;
}

.padding-b {
    padding-bottom: 22px !important;
}
/*Padding end*/

/*Margin start*/
.margin-t-no{
    margin-top: 0 !important;
}

.margin-t-big{
    margin-top: 30px !important;
}

.margin-t-big-s{
    margin-top: 40px !important;
}

.margin-t-s{
    margin-top: 10px !important;
}

.margin-t{
    margin-top: 15px !important;
}

.margin-b-s{
    margin-bottom: 10px !important;
}

.margin-b-big{
    margin-bottom: 30px !important;
}

.margin-b-big-s{
    margin-bottom: 40px !important;
}

.margin-tb-s{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.margin-t-xs{
    margin-top: 5px !important;
}

.margin-b-xs{
    margin-bottom: 5px !important;
}

.margin-tb-xs{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.margin-tb-big{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.margin-tb{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.margin-tb-big-s{
    margin-top: 40px !important;
    padding-bottom: 40px !important;
}


.margin-r-big{
    margin-right: 30px !important;
}

.margin-l-big{
    margin-left: 30px !important;
}

.margin-l-bigger{
    margin-left: 50px !important;
}

.margin-l-no{
    margin-left: 0px !important;
}

.margin-rl{
    margin-right: 15px !important;
    margin-left: 15px !important;
}
/*Margin end*/

/*Background colors start*/
#section-content-page{
    background-color: #ffffff;
}

.anf-background-color-yellow{
    background-color: #ffca30 !important;
}

.anf-background-color-griz{
    background-color: #f5f5f6 !important;
}

.anf-background-color-btn-griz{
    background-color: #dbdcde !important;
}

.background-color-white{
    background-color: #ffffff !important;
}

.background-color-footer-dark{
    background-color: #424243;
}
/*Background colors end*/

/*Buttons start*/
.btn-recover {
    width: 203px;
    height: 42px;
    background-color: #fdce00;
    padding: 10px 26px;
    font-size: 14px;
    color: #4d4d4f;
    font-family: 'OpenSansSemibold', sans-serif;
    border: none;
}

.btn-reset {
    width: 196px;
}

.cif_box {
    width: 698px;
    height: 125px;
    padding: 18px 41px;
    background-color: #cf3939;
    border-radius: 0px;
    margin-left: 15px;
}

.cif_btn {
    width: 82px;
    height: 27px;
    border-radius: 0px;
    border: 1px solid white;
    background-color: unset;
}

.btn-anf-info{
    color: #fff;
    background-color: #2F99D2;
}
.btn-anf-info:focus, .btn-anf-info:hover{
    color: #fff;
    background-color: rgb(0,127,169);
    border-color: #004E81;
}

.btn-anf-sat{
    color: #3e95d1;
    background-color: inherit;
    border: 0.8500000238418579px solid #3E95D1;
    border-radius: 0;
    width: 198px;
    height: 43px;
}

.btn-anf-sat-fin{
    background-color: #404041;
    border-radius: 0;
    width: 147px;
    height: 45px;
}

.btn-anf-sat-max-width{
    max-width: 200px;
}

.btn-anf-sat-max-width-s{
    max-width: 100px;
}

.btn-anf-sat-white{
    background-color: #FFFFFF;
}

.btn-anf-sat:focus, .btn-anf-sat:hover{
    color: #f5f5f5;
    background-color: #3A9BCF;
}

.btn-anf-sat-white:focus, .btn-anf-sat-white:hover{
    color: #FFFFFF;
}

.btn-anf-sat-inv{
    color: #f5f5f5;
    background-color: #3A9BCF;
}

.btn-anf-sat-inv:focus, .btn-anf-sat-inv:hover{
    color: #3A9BCF;
    background-color: inherit;
}

.anf-block{
    display: block;
}

#login-component .btn-send{
    margin-top: 10px;
    background-color: #4d4d4f;
    color: #ffffff;
    width: 180px;
    height: 40px;
    padding: 7px;
    border: 3px solid #fdce00;
}

.btn-cctv{
    margin-top: 10px;
    background-color: #4d4d4f;
    color: #ffffff;
    width: 249px;
    height: 40px;
    margin-bottom: 10px;
}

.btn-cctv-next{
    width: 126px;
    height: 47px;
}

.btn-cctv-save{
    width: 168px;
    height: 42px;
}

.btn-cctv-promo-code {
    width: 136px;
    height: 36px;
    margin-top: unset;
}

.btn-primary-cctv{
    color: #fffcfc;
    background-color: #4d4d4d;
}

.btn.btn-cctv:hover, .btn.btn-cctv:focus, .btn.btn-primary-cctv:hover, .btn.btn-primary-cctv:focus {
    color: #fffcfc;
    background-color: #4d4d4d;
}

.btn-cctv-color-yellow{
    background-color: #42454A;
    color: #ffca30;
    width: 100%;
    height: 49px;
    font-weight: 600;
}

.btn-cctv-cancel {
    border: 1px solid #42454A;
    color: #42454A;
    width: 132px;
    height: 50px;
    padding: 12px 29px;
    background-color: unset;
}

.btn-cctv-color-white{
    background-color: #42454A;
    color: #ffffff;
    width: 131px;
    height: 49px;
    font-weight: 600;
    margin-left: 20px;
}

.btn-cctv-color-white:hover{
    color: #ffca30;
}

.btn-cctv-color-yellow-width-auto{
    width: auto;
    margin-top: 0px;
}

.btn.btn-cctv-color-yellow:hover, .btn.btn-cctv-color-yellow:focus {
    color: #ffffff;
}

.btn-cctv-buy{
    font-weight: 600;
    font-size: 12px;
    color: #42454A;
    /*border: 1px solid #4d4d4f;*/
    padding: 10px;
    background-color: #ffca30;
    width: 167px;
    height: 39px;
}

.btn-cctv-buy-custom{
    font-weight: 600;
    font-size: 14px;
    color: white;
    border: none;
    padding: 10px 20px;
    /*width: 230px;*/
    height: 39px;
    background-color: #888888;
}

.btn-cctv-rights {
    background-color: #fdce00;
    height: 50px;
    color: #42454A;
    padding: 14px 26px;
}

.btn{
    border-radius: 0px;
}
/*Buttons end*/

/*Borders start*/
.border-solid-2{
    border: solid 2px;
}

.border-solid-4{
    border: solid 4px;
}

.border-solid-5{
    border: solid 5px;
}

.border-color-griz{
    border-color: #e6e7e8;
}

.border-color-yellow{
    border-color: #ffca30;
}

.border-l-2 {
    border-left: 2px solid;
}

.border-l-1 {
    border-left: 1px solid;
}
/*Borders end*/

/*Spacer start*/
.spacer-200px{
    height: 200px;
}
.spacer-100px{
    height: 100px;
}
.spacer-50px{
    height: 50px;
}
.spacer-30px{
    height: 30px;
}
/*Spacer end*/

/*Carrusel start*/
.carousel-indicators li{
    border-color: #000000;
}
.carousel-indicators li.active{
    background-color: #4d4d4f;
}

.carousel-control.left{
    color: #4d4d4f;
    background-color: transparent;
    background-image: none;
}

.carousel-control.right{
    color: #4d4d4f;
    background-color: transparent;
    background-image: none;
}
/*Carrusel end*/

/*Forms start*/
.promo_container {
    width: 762px;
    height: 190px;
    background: #FFCA30 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 35px 27px;
    color: #42454A;
}

select {
    width: 100%;
    height: 36px;
    padding-left: 5px;
    font-size: 16px;
    font-family: 'OpenSansRegular', sans-serif;
}

.radio_button {
    content: url("/assets/img/register/radio_button.png");
}

.radio_button_selected {
    content: url("/assets/img/register/radio_button_selected.png");
}

.iti { width: 100%; }

#admin_password, #admin_password_confirmation, #adminData_tel, #invoicingData_phone, #rep_phone, #dpd_phone {
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 14px;
}

#rep_phone.area_interna, #dpd_phone.area_interna, #phone.area_interna {
    width: 100%;
}

#admin_password_back, #admin_new_password, #admin_new_password_confirmation {
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 14px;
}

#phone {
    width: 100%;
    height: 36px;
    padding: 6px 12px;
}

#store_phone {
    width: 100%;
    height: 36px;
    padding: 6px 12px;
}

#login-component .form-group{
    margin-bottom: 5px;
}

select {
    border-radius: 0px !important;
    border: none !important;
}

input{
    border-radius: 0px !important;
    border: none !important;
}

input:focus {
    outline: none !important;
}

input.input-sm{
    border-radius: 0px !important;
}

.form-oscuro {
    color: #666;
    background-color: #8080801a;
}

.form-oscuro input, #step3_form .form-oscuro select, .form-oscuro textarea{
    border-radius: 0;
    border: none;
}

.form-require-area label:after {
    content: '*';
    /*color: #ff0000;*/
}

.password-area label:after {
    content: url('/assets/img/icons/view_password.png');
    /*color: #ff0000;*/
}

.password-area-hide label:after {
    content: url('/assets/img/icons/hide_password.png');
    /*color: #ff0000;*/
}

.more-info-area label:after {
    content: url('/assets/img/register/more_info.png');
}

.label-font-weight-normal label{
    font-weight: normal;
}

.labels {
    font-family: 'OpenSansSemiboldItalic', sans-serif;
    font-size: 16px;
    color: #42454A;
}

.labels_registro {
    font-family: 'OpenSansExtraBold', sans-serif;
    font-size: 14px;
    color: #42454A;
    padding-bottom: 5px;

}

.inputs {
    font-family: 'OpenSansLightItalic', sans-serif;
    font-size: 16px;
}

.inputs_registro {
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 14px;
}
/*Forms end*/

/*Lists start*/
ul.not-list-style{
    list-style: none;
}
/*Lists end*/

/* attach buttons sections */

.btn-attach{
    max-width: 117px;
    max-height: 27px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
/* end attach buttons sections */

/*Fonts start*/
.open-bold {
    font-family: OpenSansBold, sans-serif !important;
}

.open-bold-italic {
    font-family: OpenSansBoldItalic, sans-serif !important;
}

.open-extra-bold {
    font-family: OpenSansExtraBold, sans-serif !important;
}

.open-extra-bold-italic {
    font-family: OpenSansExtraBoldItalic, sans-serif !important;
}

.open-light {
    font-family: OpenSansLight, sans-serif !important;
}

.open-light-italic {
    font-family: OpenSansLightItalic, sans-serif !important;
}

.open-regular {
    font-family: OpenSansRegular, sans-serif !important;
}

.open-semi-bold {
    font-family: OpenSansSemibold, sans-serif !important;
}

.open-semi-bold-italic {
    font-family: OpenSansSemiboldItalic, sans-serif !important;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url("/fonts/OpenSans-Bold.ttf");
    font-weight: normal;
}

@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url("/fonts/OpenSans-BoldItalic.ttf");
    font-weight: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url("/fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url("/fonts/OpenSans-Semibold.ttf");
}

@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url("/fonts/OpenSans-SemiboldItalic.ttf");
}

@font-face {
    font-family: 'OpenSansLight';
    src: url("/fonts/OpenSans-Light.ttf");
}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url("/fonts/OpenSans-LightItalic.ttf");
}

@font-face {
    font-family: 'OpenSansExtraBold';
    src: url("/fonts/OpenSans-ExtraBold.ttf");
    font-weight: normal;
}

@font-face {
    font-family: 'OpenSansExtraBoldItalic';
    src: url("/fonts/OpenSans-ExtraBoldItalic.ttf");
    font-weight: normal;
}
/*Fonts end*/

/*Fonts size start*/
.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-42 {
    font-size: 42px !important;
}
/*Fonts size end*/

/*Colors start*/
.color-4d4f5c {
    color: #4d4f5c;
}

.color-fdce00 {
    color: #fdce00 !important;
}

.color-d2d2d2 {
    color: #d2d2d2 !important;
}

.color-4d4d4f {
  color: #4d4d4f !important;
}

.color-42454A {
    color: #42454A !important;
}

.color-e2e2e3 {
    color: #e2e2e3 !important;
}

.anf-color-blue {
    color: #007FA9 !important;
}

.anf-color-white{
    color: #ffffff !important;
}

.color-text-blue{
    color: #3E95D1 !important;
}

a.anf-color-white:hover, a.anf-color-white:focus {
    color: #ffffff;

}

a.color-e2e2e3:hover, a.color-e2e2e3:focus {
    font-weight: bold;
    color: #ffffff;
}
/*Colors end*/