@charset "utf-8";
/* CSS Document */
::selection {
  background: #f3e9b3; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #f3e9b3; /* Gecko Browsers */
}

/*New css 2025*/
.modal.fade.show {
    display: flex !important;
    justify-content: center;
    align-items: center;
} 
 .modal.show .modal-dialog{
    display: flex;
    align-content: center;
    align-items: center;
 }
/*CSS 2025 ends*/

.page-wrapper .page-wrapper-middle {
    background: white !important;
}    
    
footer { 
    padding: 5px !important; 
}

.page-wrapper .page-wrapper-middle {
    background: white;
}

.page-header {
    margin: 0;
}

.page-header .page-header-menu .hor-menu .nav { 
    position: relative; 
    z-index: 1000;
} 

.form-control { 
    border: 1px solid darkgray; 
    color: darkgray;
}

.toast-info{
    background-color: #4e4792;
}

/*LOGIN */

/* login cabecera */
a.btn-login {
    border-radius: 46px !important;
    color: white;
    font-weight: bold;
    font-size: 15px;
    background-color: #79559f  ;
    padding: 13px 20px !important;
}

a.btn-login:before {
    font-family: FontAwesome;
    content: "\f090";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 3em;
}

/* página de login */
.login {
    background-color: #fff !important;
}

.login .content {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #f0f0f0 !important;
    border-radius: 7px!important;
}

.login .content .login-title {
 	margin: -10px -40px 20px -40px;
    padding: 1px 0;
    text-align: center;
    background-color: #79559f;
}

.login .content .login-title h3{
    font-weight: bold!important;
}

.login .content .form-control {
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 2px;
}

.login .content .forget-password{
    color: #79559f;
    text-decoration: none;
}

.login .form-actions #save{
    background-color: #79559f;
    border-color: #79559f;
    border-radius: 30px!important;
    margin: auto;
    display: block;
    width: fit-content;
}

.login-actions #doLogin{
    background-color: #79559f;
    border-color: #79559f;
    border-radius: 30px!important;
}

.login-actions #doLogin:hover{
    background-color: #79559f;
}

#forgetForm .form-actions #back-btn{
    border-color: #79559f;
    border-radius: 30px!important;
    color: #79559f  ;
    
}

#forgetForm .form-actions #back-btn:hover{
    background-color: #79559f;
}

#forgetForm .form-actions #doReset{
    border-color: #79559f;
    border-radius: 30px!important;
    background-color: #79559f;
}
#forgetForm .form-actions #doReset:hover{
    background-color: #79559f;
}

.z_products ul.z_inactive li.z_product {
    opacity: 0.8;
    border: 2px solid #00bbe4;
    background:rgba(0,187,228, 0.08);
    height: 240px;
}

#sysReq h3 {
    color: #272727!important;
    font: 500 1.5em/1em 'Roboto'!important;
    letter-spacing: -.04em!important;
}

#sysReq h4 {
    color: #171717!important;
    font: 400 1.3em/1.3em 'Roboto'!important;
}

#sysReq ul li {
    color: #6b6b6b!important;
    font: 400 1em/1.2em 'Roboto'!important;
    letter-spacing: -.03em!important;
}

#sysReq i {
    color: #c00;
    font-size: 1em;
    margin: 0 .3em .3em 0;
    vertical-align: middle;
}

hr.start {
    border:none;
    height: 20px;
 	width: 90%;
	height: 50px;
	margin-top: 0;
	border-top: 1px solid #CCC;
	box-shadow: 0px -20px 20px -20px #CCC; 
    margin: 50px auto 10px; 
}

hr.end {
    border:none;
    height: 20px;
 	width: 90%;
	height: 50px;
	margin-top: 0;
	border-bottom: 1px solid #CCC;
	box-shadow: 0 20px 20px -20px #CCC;
    margin: -50px auto 10px; 
}

.portlet-card a h4 { 
    background: #868585; 
    padding: 15px 0; 
    margin: 0;  
    min-width: 100%; 
    color: white !important;
}

.portlet-card .card-desc {border: 1px solid gray;
    margin: 0 auto;
    min-width: 100%;
    padding: 9px;
    color: #555;    
}

div.freeChoice {
    min-width: 100%;
}

div.freeChoice input.freeChoice { 
    font-size: 1.5em;
}

div.freeChoice input.qty-input {
    width: 40px; 
    padding: 0; 
    text-align: center; 
    background: white;
}

div.freeChoice label { 
    width: 100%;
    font-size: 1.5em;
    text-align: left;
    line-height: 1.5em;
    padding: 9px 0 5px 9px;
}

.error {
    color: red; 
    background: yellow; 
    padding: 1.2em;
}

#errorChoice { 
    font-size: 1.4em; 
    background: yellow; 
    border: 2px solid #e60000; 
    padding: 1em; 
    color: #e60000;
}

#SendChoice { 
    font-size: 1.5em; 
    line-height: 1.5em; 
    margin-top: 2em;
}

#SendChoice i.fa-check {
    position: relative; 
    top: 5px;
}

/*** Catalog ***/

.overlayBlack {
    background-color: rgba(0,0,0,.8);
}

.overlayRed {
    background-color: rgba(230,0,0,.8);
}

.cWhite {
    color: #fff;
}

.z_products { 
    padding: 1em 0;
}

.z_products.inactive, .bgGray {
    background: #e5e5e5;
}

.z_products .teaser { 
    padding: 0 1em 1em;
}

.z-item {
    overflow: hidden;
    position: relative;
    margin: 1em 0;
    background: 0 0;
    width: 100%;
    height: 518px;
    border: 1px solid black;
    background-color: white;
}

.z-item img.item-image, .z-item > img {
    bottom: -100%;
    height: auto;
    left: -100%;
    margin: auto;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    padding: 0;
    position: absolute;
    right: -100%;
    top: -100%;
    width: auto;
    vertical-align: top;
}

.z-item .s-details {
    margin: 280px 0 0;
    padding: 0 20px 22px;
    position: relative;
    color: #fff;
    min-height: 310px;
    width: 100%;
}

.z-item .s-details .headline {
    text-align: left;
    padding: 14px 0 13px;
    margin: 0;
    min-height: 50px;
}

.z-item .s-details .vfParagraph {
    margin-bottom: 26px;
    font-family: VodafoneRegular,Arial,sans-serif;
    font-size: 15px !important;
}

.z-item .s-details .btn {
    margin: 0 0 15px;
    width: auto;
    color: #fff;
    border: 1px solid currentColor!important;
}

.z-item .s-details .btn:focus, .z-item .s-details .btn:hover {
    color: #333 !important;
    background-color: #fff;
}

.vfTitle3 {
    font-size: 26px !important;
    font-family: VodafoneLight,Arial,sans-serif;
}

.vfTitle4 {
    font-family: VodafoneRegular,Arial,sans-serif;
    font-weight: 400;
    font-size: 20px !important;
}

#sectores_options select { 
    margin: 9px;
}

#acceptForm { 
    margin: 0 auto; 
    text-align: center;
}

#acceptForm button {
    font-size: 2.5em;  
    padding: 9px 50px;
}

.profile-userpic { 
    text-align: center;
}

@media (max-width: 1199px) {
    .portlet-card .card-desc { 
        height: 320px;
    }
}

@media (min-width: 1200px) {
    .portlet-card .card-desc { 
        min-height: 390px;
    }
    .modal .modal-dialog.modal-lg { 
        width: 86% !important; 
        min-width: 1200px !important; 
        min-height: 90% !important;
    }
}

.modal-dialog {
    margin: 0 !important;
     width: 100% !important;
     height: 100% !important;
 }
 
 #openTicket{
     padding: 3px !important;
 }

/*
.navbar-nav>li>a {
	background: #02dff0;
    color: white;
    border-radius: 9px !important;
    padding: 9px 26px;
    font-size: 1.5em;
    font-weight: bold;
}

.navbar-nav>li>a:hover {
	background: #47a992;
}
*/

.chat-fc-form-outer p {
    text-align: center;
    margin: 0 !important;
    color: rgb(169, 169, 169);
    font-size: 14px;
}

.chat-fc-form-outer .chat-fc-form {
    margin-top: 20px;
} 

.chat-fc-form-outer p a {
    font-size: 14px;
    text-align: center;
}

.getintouch{
    width:120px;
    height:120px;
    text-align:center;
    right: 35px;
    bottom: 25px;
    color: white;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.3;
    position: fixed;
}

@keyframes zoom-in-out {
    0%   { transform: scale(1,1);  }
    50%  { transform: scale(1.2,1.2); }
    100% { transform: scale(1,1);  }
}

.zoom-in-out {
    animation: zoom-in-out 5s forwards;
    animation-iteration-count: 3;
}

.table>thead>tr>td {max-width: 350px !important;}

#defaultPlan_component_holder {
    border: solid;
    border-color: #ffcc00;
    background-color: #ffcc00AA;
    font-weight: bold;
}