/*
* Override Pages default styles or create your own styles here *
*/
.tipografia-boton {font-family: 'Novecento'!important;}

/*.btn-danger {font-family: 'Novecento' !important;}*/
@media screen and (max-width:450px){
	.contenedor-firma {width:300px!important;height:300px!important;}
}

@media screen and (max-width:450px){
	.pregunta-11 .lpd .bold {display:none;}
}

@media screen and (max-width:767px){
	.contenedor-btn-injures {text-align:center!important;padding-bottom:10px;}
}

@media screen and (max-width:860px){
	.galeria-de-2-elementos {display:none!important;}
	.galeria-de-1-elemento {display:inline!important;}
}


@media screen and (min-width:861px){
	.galeria-de-2-elementos {display:inline!important;}
	.galeria-de-1-elemento {display:none!important;}
}


.grecaptcha-badge {display:none;}
.title {margin-top:60px;padding-right:10px;padding-left:10px;}

.comercial-footer {padding-top:60px;}

.div-back a {padding-top:6px!important;}

.div-back .btn-beup:hover {
    padding-top: 9px !important;
}

@media screen and (max-width:400px){
	.div-back a {width:80px!important;height:30px!important;font-size:11px!important;padding-top:3px!important;}
	.div-back a:hover {width:80px!important;height:30px!important;font-size:11px!important;padding-top:3px!important;}
	.div-next .btn-beup {width:80px!important;height:30px!important;font-size:11px!important;padding-top:3px!important;}
	.div-next .btn-beup:hover {width:80px!important;height:30px!important;font-size:11px!important;padding-top:3px!important;}
}

body.frontoffice {
    font-family: 'Lato' !important;
}

h1 {
    font-family: 'Novecento';
    font-size: 34px !important;
    font-weight: 600;
}

.btn.frontoffice {
    font-family: 'Lato';
}

label.frontoffice {
    font-family: 'Lato';
}

.panel.panel-default {
    border-radius: 12px;
}

.width-120 {
    width: 120px;
}

.width-80 {
    width: 80px;
}

.p-5 {
    padding: 5px;
}

.pace-activity {
    visibility: hidden !important;
}

/* barra de breadcrum */
#bc-nav {
    z-index: 0;
}

#bc-nav .mobile-title {
    max-width: calc(100% - 50px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#bc-nav-toolbar a {
    text-align: left;
    min-width: 25px;
}

/*Datatables*/
.dataTables_filter {
    display: inline;
}

div.dataTables_filter label input.form-control {
    width: 240px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

div.dataTables_length {
    text-align: left !important;
}

/*webkit pagesize select fix*/
.dataTables_length select {
    -webkit-appearance: menulist;
    padding-top: 4px;
    padding-bottom: 4px;
}

.title{
    width: 100%;
}
/*
.dataTables_paginate .paginate_button.active a {
	color: white !important;
}
*/

/*
* tablas
*/
.table.table-ultra-condensed thead tr th, .table.table-ultra-condensed tbody tr td {
    padding-bottom: 6px !important;
    padding-top: 6px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.table.table-condensed thead tr th, .table.table-condensed tbody tr td,
.table.table-condensed tbody tr td * {
    text-overflow: clip !important;
    overflow: visible !important;
    white-space: normal !important;
}

.table.table-condensed tbody tr td {
    word-wrap: break-word;
}

.table.table-condensed thead tr th.actions-cell, .table.table-condensed tbody tr td.actions-cell {
    max-width: 136px !important;
    min-width: 60px !important;
    padding: 2px !important;
}

.table.table-condensed thead tr th.actions-cell {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    color: rgba(44, 44, 44, 0.35);
}

/* columna de acciones */

/* botonera */
/* xs */
.table.table-condensed thead tr th.actions-cell, .table.table-condensed tbody tr td.actions-cell {
    width: 60px;
}

/* sm */
@media ( min-width: 768px) {
    .table.table-condensed thead tr th.actions-cell, .table.table-condensed tbody tr td.actions-cell {
        width: 136px;
    }
}

.table.table-condensed thead tr th.actions-cell.actions-cell-single-button,
.table.table-condensed tbody tr td.actions-cell.actions-cell-single-button {
    max-width: 80px !important;
}

/* botones */
td.actions-cell a {
    margin: 1px 1px !important;
    padding: 6px 12px;
    max-width: 38px;
    min-width: 38px;
}

/*
* select 2 fix for big labels
*/
a.select2-choice {
    z-index: 10;
    background-color: transparent !important;
}

/*
* select 2 color tuneup for detached errors 
*/
.error > .select2-choice, .error > .select2-choices {
    background-color: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding-left: 10px;
}

/* 
* validation tuneup
*/
.error {
    font-size: 14px;
}

.form-group-default.has-error {
    padding-right: 0 !important;
}

/*
* pagination fix 
*/
ul.pagination > li {
    padding-left: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #fff;
    background-color: #053469;
    border-color: #053469;
}

.pagination > li > a, .pagination > li > span, .pagination > li > a:focus,
.pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #053469;
}

/*
*	buscador de listado
*/
@media ( min-width: 768px) {
    .search-input {
        min-width: 400px
    }
}

/*
* btn-cons fix
*/
.btn-cons-fixed {
    min-width: 120px !important;
}

/* datepicker */
.datepicker thead tr .next, .datepicker thead tr .prev {
    color: #053469;
}

.datepicker thead tr .next:before, .datepicker thead tr .prev:before {
    color: #053469;
}

.datepicker thead tr .dow {
    color: #053469;
}

.datepicker table tr td.active {
    background-color: #053469 !important;
}

.datepicker table tr td span.active {
    background-color: #053469 !important;
}

/* timepicker */
.bootstrap-timepicker-widget {
    z-index: 1060 !important;
}

/* cs-select */
.form-group-default div.cs-select {
    padding: 6px;
}

@media ( min-width: 768px) {
    #tabla-informe-ofertas-filtros [class*="col-"]:first-child {
        margin-left: 7px;
    }

    .div-next {
        padding-right: 5% !important;
    }

    .div-back {
        padding-left: 5% !important;
    }

    .printer {
        display: inline-block;
    }

    .printer-icon {
        display: none;
    }
    
}

/* custom utilities*/
.f-s-1-5-em {
    font-size: 1.5em;
}

.f-s-2-em {
    font-size: 2em;
}

.f-w-normal {
    font-weight: normal !important;
}

@media ( max-width: 767px) {
    .title {
        margin-top: 20px;
    }

	h1 {font-size:20px!important;line-height:28px;}
	
    .b-hidden-xs {
        border: 0 !important;
    }

    .pull-right-hidden-xs {
        float: none !important;
    }

    .pull-left-hidden-xs {
        float: none !important;
    }

    .full-width-xs {
        width: 100% !important;
    }

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

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

    .p-r-hidden-xs {
        padding-right: 0 !important;
    }

    .p-l-hidden-xs {
        padding-left: 0 !important;
    }

    .text-right-hidden-xs {
        text-align: inherit !important;
    }


    textarea {
        border: 2px solid #eeeeee !important;
        width: 65%;
    }

    .div-next {
        padding-right: 2%;
    }

    .div-back {
        padding-left: 2% !important;
    }

    #myCarousel img {
        height: 125px !important;
    }

    .description-image {
        left: 90px !important;

    }
    
	/*
    .page-container {
        min-height: 600px;
    }
    */

    div#gallery {
        left: 48% !important;
    }

    .printer {
        display: none;
    }

    .printer-icon {
        display: inline-block;
        width: 60px;
    }

    .btn-beup {
        width: 100px !important;

    }

    .margin-top-xs {
        margin-top: 10px;
    }
    
    .respuestas label {font-size:19px!important;}
}

@media ( min-width: 768px) and (max-width: 991px) {
    
    h1 {font-size:20px!important;line-height:28px;}
    
    .b-hidden-sm {
        border: 0 !important;
    }

    .p-r-15-hidden-sm {
        padding-right: 0 !important;
    }

    .p-l-15-hidden-sm {
        padding-left: 0 !important;
    }

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

    .title {
        margin-top: 100px;
    }

    .btn-beup {
        width: 105px !important;
    }

    .printer-icon {
        display: none !important;
    }
}

@media ( min-width: 992px) and (max-width: 1199px) {
    .b-hidden-md {
        border: 0 !important;
    }

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

    .printer-icon {
        display: none !important;
    }

}

@media ( min-width: 1200px) {
    .b-hidden-lg {
        border: 0 !important;
    }

    /* backoffice tabla-informe-ofertas */
    #tabla-informe-ofertas * {
        font-size: 10px !important;
    }

    .printer-icon {
        display: none !important;
    }

}

/* GALERUA */
.left .carousel-control {
    width: 12%;
}

.image-background-footer-botones { 
	background-image: url("../../multimedia/images/footer-botones.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; 
}

.image-background-login {
    background-image: url("../../multimedia/images/login_fondo.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.image-background-p2 {
    background-image: url("../../multimedia/images/P2_fondo.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.image-background-p3 {
    background-image: url("../../multimedia/images/P3_fondo.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.image-background-p4 {
    background-image: url("../../multimedia/images/P4_fondo.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.image-background-p5 {
    background-image: url("../../multimedia/images/P5_fondo.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.image-background-p6 {
    background-image: url("../../multimedia/images/P6_fondo.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.image-background-p7 {
    background-image: url("../../multimedia/images/P7_fondo.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.image-background-p8 {
    background-image: url("../../multimedia/images/P8_fondo.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.image-background-p9 {
    background-image: url("../../multimedia/images/P9_fondo.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.image-background-p10 {
    background-image: url("../../multimedia/images/P10_fondo.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.image-background-p11 {
    background-image: url("../../multimedia/images/P11_fondo.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.image-background-p12 {
    background-image: url("../../multimedia/images/P12_fondo.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

footer {
    position: absolute;
    bottom: 5%;
    margin-left: 0px;
    margin-right: 0px;
    z-index: 10000;
}

.btn-beup {
    width: 150px;
    height: 40px !important;
    border-radius: 30px;
    background: transparent !important;
    border: 3px solid white !important;
    font-size: 15px !important;
    font-family: 'Lato' !important;
    padding-top:4px;
    padding-bottom: 4px;
}

.btn-beup-printer {
    width: 70px;
    height: 40px;
    border-radius: 30px;
    background: transparent !important;
    border: 3px solid white !important;
    font-size: 15px !important;
    font-family: 'Novecento' !important;
}

.btn-beup-injures{
    width: 140px;
    height: 34px !important;
    border-radius: 30px;
    background: transparent !important;
    border: 3px solid #00ccff !important;
    font-size: 14px !important;
    color:black;
    line-height: 10px;
    font-family: 'Novecento' !important;
}

.background-beup {
    background-color: #00ccff !important;
    color: white;
}

.btn-beup-apply {
    width: 100px;
    height: 30px;
    border-radius: 0px;
    background-color: #00ccff !important;
    border: 0px solid white !important;
    color: white;
    font-size: 14px !important;
    font-family: 'Novecento' !important;
}

.respuestas span {
    font-size: 25px !important;
    font-family: 'Novecento' !important;
}

.respuestas .switchery {
    /*	display: table-cell;*/
    width: 65px;
    text-align: left;
    display: table-cell;
}

.respuestas label {
    text-align: left;
    font-size: 24px;
}

.header-beup {
    border-bottom: 3px solid #eeeeee !important;
}

.header-close {
    width: 50px;
    color: white;
    background: #00ccff;
    text-align: center;
    padding: 1px;
    min-height: 38px;
}

.a-close {
    font-size: 16px;
    color: white;
    vertical-align: 5px;
    line-height: 38px;
}

textarea {
    border: 2px solid #eeeeee !important;
    width: 100%;
}

.panel-galeria {
    z-index: 0;
}

#panel-galeria {
    background-color: white !important;
}

.rotate {
    -webkit-transform: rotate(180deg);
    /* Chrome and other webkit browsers */
    -moz-transform: rotate(180deg); /* FF */
    -o-transform: rotate(180deg); /* Opera */
    -ms-transform: rotate(180deg); /* IE9 */
    transform: rotate(180deg);
}

.description-image {
    /*top: -5px;
    left: 20px;*/
    position: relative;
    color: black;
}

.description-image-check {
    top: -8px;
    left: 20px;
    position: relative;
    color: black;
}

.carousel-control.left {
    width: 60px;
    font-size: 60px;
    line-height: 100px;
    text-align: left;
    padding-right: 5px;
    height: 100%;
    background-image: initial;
    background-color: #00ccff;
    min-height: 200px;
}

.carousel-control.right {
    width: 60px;
    font-size: 60px;
    line-height: 100px;
    text-align: right;
    padding-left: 5px;
    background-image: initial;
    background-color: #00ccff;
    min-height: 200px;
}

.carousel-control.summary {
    min-height: 80px;
    line-height: 0px;
    font-size: 75px;
    text-align: center;
    padding: 5px 0 0 0;
}

.checkbox label.extras-checkbox:before {
    background-color: #00ccff;
    border-color: #00ccff;
    height: 25px;
    width: 25px;
}

.checkbox label.summary:before {
    background-color: white;
    border-color: #00ccff;
    height: 25px;
    width: 25px;
    border: 1px solid #00ccff;
    transition: none !important;
}

.checkbox.check-primary input[type=checkbox]:checked + label:before {
    background-color: #00ccff;
    border-color: #00ccff;
}

.checkbox-extras {
    position: absolute;
    top: -10px;
    right: -20px;
}

.checkbox label.extras-checkbox:before {
    right: -5px !important;
    top: 5px;
    left: auto;
}

.checkbox label.extras-checkbox::after {
    left: auto;
    right: 8px;
    top: 8px;
    font-size: 16px
}

.checkbox label.summary::after {
    background-color: white;
    right: 6px;
    top: 5px;
    font-size: 16px;
    color: #00ccff !important;
    padding-left: 2px;
}

.checkbox input[type=checkbox]:checked + label.summary:before {
    border-width: 2px !important;
}

th {
    background-color: #00ccff;
    border: 1px solid #eeeeee;
    padding: 5px;
    width: 200px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
}

td {
    font-size: 12px;
    border-bottom: 4px solid #eeeeee;
}

.p-10 {
    padding: 10px;
}

#add-extras label {
    text-transform: uppercase;
    font-weight: normal !important;
    font-size: 16px;
}

#add-extras span {
    font-weight: bold;
}

.quickview-wrapper .nav-tabs {
    background-color: #00ccff;
    color: white !important;
    padding: 0 30px;
}

li.active {
    color: white !important;
    font-size: 15px;
}

li.active a {
    color: white !important;
    font-size: 15px !important;
    padding: 8px !important;
}

.quickview-toggle i {
    color: white;
    font-size: 22px;
}

.quickview-wrapper .quickview-toggle {
    right: 5px;
    padding: 5px;
}

.nav-tabs {
    border-bottom: 4px solid #00ccff !important;
}

.bg-beup {
    background-color: #00ccff;
}

#table-resume td {
    background-color: white;
}

#table-resume td.border {
    border-right: 5px solid white;
}

#table-resume th.border {
    border-right: 5px solid white;
}

#frm-data label {
    font-size: 14px;
    font-weight: 500;
    color: black;
    margin-bottom: 0px!important;
}

#frm-data input {
    font-size: 14px;
    height: 25px;
}

.beup .select2-selection {

    border: 0px !important;
}

.printer {
    width: 100px;
}

.modal-header .close {
    margin-top: 5px;
}

.modal .modal-header {
    text-align: center;
    border-bottom: 0;
    padding: 5px 25px 5px 25px;
}

.close{
    font-size:25px;
    margin-top:5px;
}

.menu-no-group{
color:#00ccff;
}

.page-sidebar .sidebar-menu .menu-items > li > a > .title{
	width:100%;
}

.cs-placeholder{
	font-family: inherit;
}




.border-radius{
	border-radius: 15px;
}

.lpd{
	padding: 5px;
	
}

.lpd > .switchery{
	height:20px;
	width: 45px;
}

.lpd > .switchery>small{
	height:20px;
	width: 20px;
}


/***INICIO COMERCIAL***/


.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.right {
    right: 0;
    left: auto;
}

.checkbox label.extras-checkbox::before {
    right: -5px !important;
    top: 5px;
    left: auto;
}
.checkbox label.extras-checkbox::before {
    background-color: #00ccff;
    border-color: #00ccff;
    height: 25px;
    width: 25px;
}
.checkbox.checkbox-circle label::before {
    border-radius: 99px;
}
.checkbox label::before {
    top: 1.4px;
    border-radius: 3px;
    transition: border .2s linear 0s,color .2s linear 0s;
}
.radio label::before, .checkbox label::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-top-color: rgb(208, 208, 208);
    border-right-color: rgb(208, 208, 208);
    border-bottom-color: rgb(208, 208, 208);
    border-left-color: rgb(208, 208, 208);
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    color: #fff;
    font-weight: 900;
}
.checkbox label.extras-checkbox::after {
    left: auto;
    right: 8px;
    top: 5px;
    font-size: 16px;
}
.checkbox.checkbox-circle label::after {
    border-radius: 99px;
}
.checkbox label::after {
    border-radius: 3px;
}

.quickview-wrapper {
    position: fixed;
    right: -285px;
    top: 0;
    width: 285px;
    background: #fff;
    bottom: 0;
    z-index: 1000;
    box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
    border-left: 1px solid rgba(222, 227, 231, 0.56);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.quickview-wrapper.open {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
}
.quickview-wrapper .quickview-toggle {
    position: absolute;
    right: 12px;
    top: 0px;
    color: #788195;
    padding: 2px;
    opacity: 0.4;
}
.quickview-wrapper .quickview-toggle:hover {
    opacity: 1;
}
.quickview-wrapper .nav-tabs {
    /* Quickview Tabs */
    background-color: #2b303b;
    position: relative;
    padding: 0 43px;
}
.quickview-wrapper .nav-tabs > li > a {
    padding: 11px;
    color: #788195;
    opacity: 0.6;
    border: 0;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    min-width: 62px;
}
.quickview-wrapper .nav-tabs > li > a:hover {
    color: #788195;
    opacity: 1;
}
.quickview-wrapper .nav-tabs > li.active > a,
.quickview-wrapper .nav-tabs > li.active > a:hover,
.quickview-wrapper .nav-tabs > li.active > a:focus {
    background-color: transparent;
    border: 0;
    color: #cdd0d8;
    opacity: 1;
}
.quickview-wrapper .nav-tabs ~ .tab-content {
    position: absolute;
    padding: 0;
    left: 0;
    right: 0;
    top: 38px;
    bottom: 0;
    height: auto;
}
.quickview-wrapper .nav-tabs ~ .tab-content > div {
    height: 100%;
}
.quickview-wrapper .nav-tabs ~ .tab-content ul {
    margin: 0;
    padding: 0;
}
.quickview-wrapper .nav-tabs ~ .tab-content ul li {
    list-style: none;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes {
    /* Quickview Notes */
    background: #fbf9e3;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes a,
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes button {
    color: #968974;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list {
    position: relative;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar {
    height: 50px;
    padding: 0 25px;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar ul {
    margin-top: 10px;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar ul > li {
    display: inline-block;
    height: auto;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar ul > li a {
    height: 22px;
    line-height: 22px;
    display: block;
    padding: 0 5px;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar ul > li a:hover,
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar ul > li a.selected {
    background: #968974;
    color: #FBF9E3;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar .btn-remove-notes {
    background: transparent;
    bottom: 8px;
    display: block;
    left: 50%;
    margin-left: -40%;
    position: absolute;
    width: 83%;
    border: 1px solid #968974;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul {
    padding: 0;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li {
    cursor: pointer;
    height: 42px;
    padding: 0 25px;
    display: block;
    clear: both;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .left {
    float: left;
    width: 65%;
    height: 100%;
    padding-top: 9px;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .left .checkbox {
    display: none;
    float: left;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .left .checkbox label {
    margin-right: 0;
    vertical-align: text-top;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .left p {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: inline-block;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .right {
    font-size: 10.5px;
    text-align: right;
    width: 35%;
    line-height: 41px;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .right .date {
    margin-right: 10px;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li:hover {
    background: #f4ecd1;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note {
    /* Quickview Note */
    background-image: url('../img/notes_lines.png');
    background-repeat: repeat-y;
    background-position: 27px top;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note > div {
    display: table;
    height: 100%;
    width: 100%;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar {
    background: #fcfcfa;
    height: 55px;
    width: 100%;
    display: table-row;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.33);
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar > li {
    display: inline-block;
    border-right: 1px solid #EDECEC;
    float: left;
    line-height: 55px;
    padding: 0;
    text-align: center;
    width: 55px;
    height: auto;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar > li > a {
    color: #a5a5a5;
    display: block;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar > li > a:hover {
    background: #fffaf6;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar > li > a.active {
    color: #333;
    background: #f9f1ea;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar:after {
    position: absolute;
    content: "";
    width: 100%;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body {
    display: table-row;
    height: 100%;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body > div {
    display: table;
    height: 100%;
    width: 100%;
    padding: 0 20px 0 45px;
    white-space: normal;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .top {
    height: 50px;
    display: table-row;
    clear: both;
    line-height: 50px;
    text-align: center;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .top > a {
    float: left;
    color: #b0b0a8;
    margin-left: 10px;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .top > span {
    font-style: italic;
    color: #b0b0a8;
    font-size: 11px;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content {
    display: table-row;
    height: 100%;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content form {
    height: 100%;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content .quick-note-editor {
    font-size: 12px;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content .quick-note-editor:focus {
    outline: none;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content .quick-note-editor::-moz-selection {
    background: #fef8ae;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content .quick-note-editor::selection {
    background: #fef8ae;
}


.quickview-wrapper .nav-tabs {
    background-color: #00ccff !important;
    color: white !important;
    padding: 0 30px;
}

.nav-tabs {
    border-bottom: 4px solid #00ccff !important;
}

#quickview-notes{
    opacity: 1 !important;
}

.btn-primary:active {
    background-color:red !important;
    background-image: none !important;
    border-color:red !important;
 }
/*** FIN COMERCIAL***/