body,html{
    background: #FFF;
}
.no-margin-top{
    margin-top: 0 !important;
}
.inline-text-btn{
    position: relative;
    top:-3px
}
.form-group>label{
    font-weight: bold;
}
.btn-default.grey-button{
    background: #7A7A7A;
    color:white;
}
.datatable .btn-xs{
    padding: 5px 8px;
}
.dataTables_filter {
    float: left;
}
.datatable .btn-xs>i{
    font-size: 11px;
    position: relative;
    top: -2px;
}
.datatable tr.inactive-row td{
    background: #eee;
    opacity: 0.8;
}
.editor-table input{
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.editor-table input + i{
    color: #F60;
    font-size: 1.6em;
    position: absolute;
    top: 7px;
    right: 10px;
}
a.row-buttons{
    color: #F60;
    font-size: 1.8em;
}
.grey-bordered{
    background: #eeeeed;
    border: 1px solid #ccc;
    border-radius: 4px;
    color:black;
    padding: 15px 15px 0 ;
    overflow: hidden;
}
.grey-bordered .header{
    text-decoration: none; color: #272727; font-size: 16px; font-weight: bold; font-family:Arial, sans-serif
}
.grey-bordered .footer{
    background: #000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-left:-16px;
    margin-right:-16px;
}
.payment-img{
    height: 80px;
    width: auto;
}
.no-evento{
    color: #b70000;
}
.si-evento{
    color: #007400;
}
.bold{
    font-weight: bold !important;
}
.evento-not-exists{
    background: rgb(255, 227, 220);
    border: 1px solid #b70000;
}
.evento-exists{
    background: rgb(232, 255, 236);
    border: 1px solid #007400;
}
.grey-bordered .circle{
    width:40px;
    height:40px;
    border-radius:20px;
    color:#fff;
    display: inline-block;
    line-height:40px;
    text-align:center;
    background:#323834;
    padding: 1px 13px;
    font-family: Helvetica, sans-serif;
    font-size: 22px ;
    font-style:italic
}
/*#actividades-presu-tabla tr>td:nth-child(2){*/
    /*max-width: 40px;*/
/*}*/
/*#actividades-presu-tabla tr>td:nth-child(3){*/
    /*max-width: 90px;*/
/*}*/
/*#actividades-presu-tabla tr>td:nth-child(4){*/
    /*max-width: 40px;*/
/*}*/
#actividades-presu-tabla_wrapper{
    border: 0px;
    
}

#actividades-presu-tabla td{
    padding: .3rem;
}
#actividades-presu-tabla h6{
    margin: 0px;
}
.presu-select .select2-search-choice{
    display: none;
}
a.disabled-buttons.btn-primary:focus,a.disabled-buttons.btn-primary:hover{
    background-color: #FF6600;
    cursor: not-allowed;
}
a.disabled-buttons.btn-primary-sec:focus,a.disabled-buttons.btn-primary-sec:hover{
    background-color: #296191;
    border-color: #1f496d;
}
a.disabled-buttons{
    opacity: 0.6;
    cursor: not-allowed;
}
.add-to-presu {
    padding: 2px 8px!important;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
.grey-bordered .text{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color:black;
    line-height: 50px;
    padding: 0 15px;
    vertical-align: middle;
    position: relative;
    bottom: 5px;
}
.table-radios .checkbox input[type=checkbox].checkbox+span{
    margin-left: 0;
}
table.datatable tbody tr>td:last-child{
    min-width: 100px;
}
table .tr-bordered-bottom{
    border-bottom: 1px solid #ddd;
}
/*.table div.checkbox{*/
    /*margin: 0;*/
/*}*/
/*.table input.checkbox{*/
    /*float: none;*/
    /*position: static;*/
    /*visibility: visible;*/
    /*cursor: pointer;*/
/*}*/
.font_11{
    font-size:11px !important;
}
.social-btn{
    display: inline-block;
    height: 60px;
    width: 60px;
}
.panel-title .collapsed .fa-arrow-down{
    display: inline-block;
}
.panel-title .collapsed .fa-arrow-up{
    display: none;
}
.panel-title .fa-arrow-up{
    display: inline-block;
}
.panel-title .fa-arrow-down{
    display: none;
}
.special-fb{
    width: 48px;
    height: 48px;
    position: relative;
    top: -6px;
}
.table.resumen-table tbody td{
    border: none;

}
.table.resumen-table.half tbody td{
    width: 50%;
}
.table.resumen-table.small-padding tbody td{
    padding: 3px 0 3px 5px;
    line-height: 1;
    vertical-align: middle;
}
.font_14{
    font-size:14px !important;
}
.font_18{
    font-size:18px !important;
}
.orange{
    color:#f87000;
}
.green {
    color: green;
}
.black {
    color: black;
}
.pink {
    color: deeppink;
}
.red {
    color: red;
}
.resumen-header{
    font-size:22px;color:#f87000;font-weight:lighter;text-align:right;line-height:20px;vertical-align:middle;padding:10px 20px
}
.row-buttons.delete-btn{
    color: #ad0000;
}
.resumen-orange{
    font-size: 22px;
    color: #f87000;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    vertical-align: middle;
    padding: 10px 20px;
}
.resumen-white{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    vertical-align: middle;
    padding: 10px 20px;
    margin-left: 15px;
}

input.error-input{
    border-color: #C69191;
    background: #f2dede;
}

div.bordered-wrapper{
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}
/*.bordered-wrapper>div:first-child{*/
    /*border-right: 1px solid #ccc;*/
/*}*/


div.section-wrapper{
    /*border: 1px solid #ccc;*/
    /*border-radius: 4px;*/
    margin: 25px 0 0 0;
    padding: 0 15px;
}
div.section-wrapper>div{
    overflow: hidden;
    padding-bottom: 15px;
    width: 100%;

}

div.section-wrapper h3{
    background: white;
    color: #001b53;
    /*display: inline-block;*/
    /*margin: 0;*/
    /*padding: 5px 10px 5px 10px;*/
    /*position: relative;*/
    /*top: -20px;*/
}
div.section-wrapper h3 span{
    color:#000000;
    font-size: 16px;
    float: right;
}

.google_maps {
    height: 700px;
}
.gmap .widget-toolbar{
    float: none;
}
.gmap .widget-toolbar:nth-child(3){
    margin: 0 15px 0 30px;
}
#logo img{
    height: 68px;
    padding-left: 3px;
    display: block;
    margin: 0 auto;
    width: auto;
}
#logo-group>span {
    display: inline-block;
    height: 39px;
    float: left;
    margin-top: 5px;
}
li.active ul{
    display: block;
}
.jarviswidget>div.no-border-bottom{
    border-bottom: none;
}
.form-actions{
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 0;
}
.ui-dialog .form-group{
    overflow: visible;
}
.form-group{
    overflow: hidden;
}
.form-actions + .col-md-12,.form-actions + .col-md-6{
    clear: both;
    margin-top: 30px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background: white;
    font-size:13px; 
}
.form-control{

    font-size:13px; 
}
.titulo_actividad{
    font-size: 0.9rem; 
}

#map-loader{
    height: 635px;
}
.owner-form,.ajax-form{
    overflow: hidden;
    padding: 15px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.1);
    background: rgba(249,249,249,.9);
    display: none;
    margin-top: 15px;
}
.add-delete-icon{
    display: block;
    height: 30px;
    margin: 0 auto;
    width: 30px;
}
.add-support{
    background: url('../img/add16.png') center no-repeat;

}
.delete-support{
    background: url('../img/delete16.png') center no-repeat;
}
#tipo-wrapper{
    display: none;
}
.ajax-form .form-group{
    overflow: hidden;
}
.soportes-body p>i{
    font-weight: 700;
}
.right-arrow{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #6D6D6D;
    position: relative;
    float: right;
    top: 20px;
    display: none;
}
.row-areas.sel + .col-md-2>.right-arrow{
    display: block;
}
.rectangle{
    width: 50px;
    height: 50px;
    background: #b8cec9;
    border-radius: 4px;
    display: inline-block;
}
.rectangle .fa-map-marker{
    color: white;
    display: block;
    height: auto;
    width: 100%;
}

.row-areas{
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(top,#f3f3f3,#e2e2e2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3f3f3),to(#e2e2e2));
    background-image: -webkit-linear-gradient(top,#f3f3f3,#e2e2e2);
    background-image: -o-linear-gradient(top,#f3f3f3,#e2e2e2);
    background-image: linear-gradient(to bottom,#f3f3f3,#e2e2e2);
    background-repeat: repeat-x;

    border: 1px solid #ccc;

    cursor: pointer;
    padding: 5px;
    height: 62px;
}
.multiple-owner>div>div:first-child .row-areas{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.multiple-owner>div>div:last-child .row-areas{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.row-areas.sel{
    /*background-color: #d3d3d3;*/
    background-color: #707070;
    background-image: -moz-linear-gradient(top,#777,#666);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#777),to(#666));
    background-image: -webkit-linear-gradient(top,#777,#666);
    background-image: -o-linear-gradient(top,#777,#666);
    background-image: linear-gradient(to bottom,#777,#666);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff666666', GradientType=0);
    border: 1px solid #707070;
}
.row-areas .delete-btn{
    background-color: #707070;
    background-image: -moz-linear-gradient(top,#777,#666);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#777),to(#666));
    background-image: -webkit-linear-gradient(top,#777,#666);
    background-image: -o-linear-gradient(top,#777,#666);
    background-image: linear-gradient(to bottom,#777,#666);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff666666', GradientType=0);
    border: 1px solid #bfbfbf;
    margin-left: 15px ;
}
.row-areas.sel .delete-btn{
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);

    border: 1px solid #707070;
    color: #c4bab6;


}
.name-right-arrow{
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #707070;

}
.row-areas.sel + .name-right-arrow{
    display: block;
}
.row-areas.sel .area-name a{
    color:white;
}
.area-name{
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    display: inline-block;
    height: 35px;
    margin-left: 10px ;
    overflow: hidden;
    position: relative;
    top:5px
}
.area-name a{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    top:0;
}
.area-name input{
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    padding: 0 5px;
    position: relative;
    top: 20px;
    height:22px;

}
.area-name.edit-mode a{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    top:-20px
}
.area-name.edit-mode{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    top:0;
}
.area-name.edit-mode input{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    top:-14px;
}
.row-areas.sel .btn.btn-ribbon.relatives{
    display: inline-block;
}
.row-areas .btn.btn-ribbon.relatives{
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
    color: #707070;
    float: right;
    display: none;
    /*width: 25px;*/
    /*height: 25px;*/
    top:15px;
}
.row-areas .btn.btn-ribbon.relatives>i{
    /*font-size: 122%;*/
}
.row-areas .relatives{
    position: relative;
    top: -15px;
}
.table.checkbox-table tr td:first-child,.table.checkbox-table tr th:first-child{
    width: 75%;
}
.div-area{
    border: 1px solid #ccc;
    display: none;
    padding: 15px;
    border-radius: 4px;
    background: rgba(249,249,249,.9);
}
.div-area.sel{
    display: block;
}
.form-control-xs{
    width: 150px;
}
.no-padding-left{
    padding-left: 0!important;
}
.no-padding-right{
    padding-right: 0!important;
}
.form-horizontal fieldset>p>i,.form-horizontal div>p>i{
    font-weight: bold;
}
#slider-container{
    overflow: hidden;
}
#slider-container .pika-thumbs li{
    margin-top: 5px;
}
#slider-container .pika-stage{
    height: 302px!important;
    width: 522px !important;
}
#slider-container .pika-stage img{
    height: 250px;
    width: auto;
}
.soporte-thumbnail{
    display: block;
    margin: 0 auto;
    max-height: 61px;
    width: auto;
}
#slider-container .pika-thumbs{
    margin: 15px 0;
}
#header{
    background: #000000;
    height: 75px;
}
#header2{
    background: #000000;
    height: 75px;
    text-color: white;
}
#ribbon{
    background:  #3A3636;
}
#project-context>:first-child, .project-context>:first-child{
    color: #F60;
    font-size: 14px;
    font-weight: 400;
}
#project-selector:hover, .project-selector:hover{
    color: #FFF;
}
table.column-filters{
    border-top:none;
}
.column-filters thead>tr:first-child{
    background: #F3F3F3;
}
.column-filters thead>tr:first-child>th{

}
#project-selector, .project-selector{
    color: #FFF;
}
.btn-header>:first-child>a{
    border: none;
    background: #F60;
    color: #FFF;
}
#main{
    font-size: 13px;
    margin-left: 10px;
    margin-top: 10px;
}

#left-panel{
    
    min-height: 100%!important;
    padding-top: 5px;
    width: 165px;
    background:#3a3633;
    color:whitesmoke;
    font-size: 14px;
    float: left;
    margin-right: 10px;
}
#left-panel ul .list-group-item{
    color:whitesmoke;
    background-color: #3a3633;
    border: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
#left-panel ul li ul{
    padding-left: 10px;
    display: none;
}
#left-panel .collapse-sign{
    float:right;
}
.padre{
   
    padding-left: 0px;
    
    }
.hijo{
    
    padding-left: 7px;
    
    }

#editor.row{
    margin-right: 0;
    margin-left: 0;
}
#editar_solicitud td,p{
    padding-left: .75rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
}
nav>ul>li>a>i>em{
    font-size:9px;
    display:block;
    padding:2px;
    position:absolute;
    top: 0px;
    right:126px;
    text-decoration:none;font-style:normal;background:#ED1C24;color:#fff;min-width:13px;border-radius:50%;max-height:13px;line-height:8px;font-weight:700;vertical-align:baseline;white-space:nowrap;text-align:center;border:1px solid rgba(255,255,255,.1);
}
#login #header{
    background: #000000 !important;
}

#login #header #logo{
    margin-top: 1px;
}

#login #header #logo img {
    width: auto;
    height: 68px;
}
/*
div.dataTables_filter {
    position: absolute;
    left: 10px;
    top: -38px;
}
*/
.simbolitomas{
    float: right;
    color: #FFF;
    margin-right: 4px;;
}
.dataTables_filter .input-group {
    width: 180px!important;
}
.datatable{
    display: none;
}
.datatable tbody tr{
    position: relative;
}
.dataTable tr>td>img{
    display: block;
    max-height: 50px;
    width: auto;
    margin:0 auto;
}
.dataTables_length{
    float: right;
}
/*
div.dataTables_length {
    position: absolute;
    right: 13px;
    top: -38px;
    z-index: 1500;
}
*/
.dataTables_wrapper {
    position: relative;
    margin-bottom: 0px !important;
}
.dataTables_filter .input-group-addon{
    float: none;
}
.bordered-section{
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-top: 10px;
    padding-top: 10px;
}

.contenedor-tabla {
    /* margin-top: 36px; */
    /*padding: 20px 20px 0 20px;*/
}
.ui-datepicker{
    z-index: 1080 !important;
}
.ajax-form{
    display: none;
}
.dataTables_wrapper{
    margin-bottom: 30px;
    /*border: 1px solid #000;*/
    border: 1px solid #ccc;
    padding: 2px;
}
.add-to-campaign,.delete-from-campaign{
    margin-right: 5px;
}
.separador-pagos{
    border-bottom: 1px solid #ccc ;
}

.legend-row{
    border-radius: 4px;

    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    bottom: -5px;
}

.warning-row,.reserved-support-row td{
    background-color: #FDF0C6!important;
    border: 1px solid #fdd587;
}
.danger-row,.used-support-row td{
    background-color: #FDC6C6!important;
    border: 1px solid #fda2b4;
}

span.tooltip-error {
    position: absolute;
    /*width: 100px;*/
    /*height: 20px;*/
    line-height: 20px;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    color: white;
    background: #333333;
    border: 4px solid #333333;
    border-radius: 5px;
    /*text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;*/
    /*box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;*/
    left: 95px;
    margin-top: -9px;
    opacity: 0;
}
span.tooltip-error.show{
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

span.tooltip-error:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #333333 transparent transparent;
    top: 10px;
    left: -23px;
}
.inline-checkboxes{
    text-align: right;
}
.inline-checkboxes .form-group{
    display: inline-block;
    width: 100px;
}
.inline-checkboxes .form-group label{
    font-weight: bold;
}
.pika-stage .pika-imgnav a.previous{
    left:0
}
.pika-stage .pika-imgnav a.next{
    right: 0;
}
.marker-form .inline-group label.radio{
    padding-top: 0;
}
.marker-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    font-weight: 400;
    font-size: 13px;
    color: #333;
    text-align: left;
}
.marker-form .angle_input{
    display: inline-block;
    margin-left: 10px;
    max-width: 50px;
}
.map-legend{
    background-color: #ecf0f2;
    border: 1px dotted #ddd;
}
.explanation-light{
    background-color: #f2f6f8;
    border: 1px dotted #e8e8e8;
    color: #525252;
    font-style:italic;
    font-weight: lighter;
    margin-top: 5px;
    padding: 5px;
}
.select2-results{
    font-size: 13px;
}
.popover {
    background: tomato;
}
.map-legend p{
    color: #333333;
    font-style:italic;
    font-weight: bold;
}
.map-legend .text{
    position: relative;
    top:-5px;
}
.dashboard-text{
    margin-top: 16px;
}
.email-wrong{
    color:#953b39;
    border-color: #953b39;
}

.jarviswidget>header h3.h2-like {
    height: 100%;
    width: auto;
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin: 0;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0;
}
.jarviswidget>header>h3.h2-like {
    margin-left: 10px;
    float: left;
}
.fc-header{
    padding-left: 15px;
    padding-right: 15px;
}
.jarviswidget .fc-header-title h2{
    margin-top: 0;
}
span.legend-color-show{
    border-radius: 4px;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
td.fc-header-right{
    padding-right: 15px;
}
.fc-event-skin{
    cursor: pointer;
}
#link_campania{
    color:#739e73
}
.alert-info.bootstrap {
    color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;

}
.alert-danger.bootstrap{
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
}

.margin-10{
    margin: 10px;
}

.alert.bootstrap {
    padding: 8px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.hidden-opacity{
    opacity:0;
}

.user-default-avatar{
    display: block;
    width: 32px;
    height: 32px;
    left: -32px;
    border: 1px solid #CDCECF;
    border-radius: 0 50% 50% 0;
    position: absolute;
    top: 7%;
    font-size: 21px;
    line-height: 22px;
    cursor: pointer;
    color: #868686;
    box-shadow: inset 0 .2em 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 .2em 0 rgba(0,0,0,.05);
    background: #f2f4f8;
    text-align: center;
    padding: 3px 1px 3px 1px;
}
.user-default-avatar.left{

}
.user-default-avatar.right{

}
.floating-panel{
    position: absolute;
    right: 20px;
    top: 15px
}
#chat-body-list img{
    left: -32px;
    max-width: 60px;
    position: absolute;
}
.btn-min-mobile{
    height: 30px;
    width: 30px;
}
#chat-body b.exclamation{
    position: absolute;
    right: 0;
    background: #ed1c24;
    line-height: 9px;
    height: 10px;
    width: 10px;
    top: 3px;
    border: 1px solid #FFF;
    border-radius: 3px;
    font-size: 9px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: 400;
}
.select2.select2-container{
    border: 0;
    padding: 0;
}
.bottom-btn{
    bottom: 15px;
    right: 15px;
    position: absolute;
}
.btn{
    padding: 6px 10px 10px 8px;
    cursor: pointer;
    /*color: #ffffff !important;*/
    font-size: 15px;
    text-decoration: none;
}
.btn-mail{
    border-color: #072644;
    background-color: #007bff78;
}

.btn-evento{
    border-color: #072644;
    background-color: antiquewhite ;
    margin-right: 5px;
}
#precios-totales-div .input-group-text{
    background-color: antiquewhite ;
}
.btn-xs{
    padding: 5px 5px;
}
a{color: #FF6600}

.smart-form .checkbox input:checked+i, .smart-form .radio input:checked+i, .smart-form .toggle input:checked+i {
    border-color: #FF6600;
    color: #FF6600;
}
.smart-form .checkbox input+i:after{
    color: #FF6600;
}
.padding-30{
    padding: 30px !important;
}
.radio{
    display: inline-block;
    min-width: 100px;
}
.btn-primary-sec{
    color: #ffffff !important;
    font-size: 15px;
    background-color: #296191;
    border-color: #1f496d;
}
.btn-primary-sec:hover{
    background-color: #FF6600;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primary{
    border: none;
    background-color: #FF6600;
    background: -moz-linear-gradient( center top, rgba(255, 255, 255, .1) 0%, rgba(0, 0, 0, .1) 100% );
    background: -webkit-gradient( linear, center bottom, center top, from(rgba(0, 0, 0, .1)), to(rgba(255, 255, 255, .1)) );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')";
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    padding: 7px 10px 11px 8px;
}
.reserva-resumen{
    border-collapse: collapse;
    width: 100%;
}
.listado-reservas{
    border-collapse: collapse;
    font-weight: 500;
    width: 100%;
}
.l-r-wrapper{
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 30px;
}
.estado-label{
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
}
.estado-label.estado-label-color-1{
    color: #ecc406;
}
.estado-label.estado-label-color-2{
    color:#71843f;
}
.estado-label.estado-label-color-3{
    color: #842509;
}
.actividades-evento-tabla td{
    position: relative;
}

.listado-reservas tr>td {
    line-height: 20px;
    vertical-align: middle;
    padding: 10px 20px;
}
#eventos  tbody tr > td:last-child{
    min-width: 60px;
}
.listado-reservas>tbody>tr>td:first-child{
    color: #f87000;
}

.reserva-resumen tbody>tr>td{
    font-size: 18px;line-height: 20px; vertical-align: middle; padding:10px 20px;
}
.reserva-resumen tr>td:first-child{
     color: #f87000;
}
.reserva-resumen tr>td:last-child{
    /*color: #000;*/
}
.radio-reservas input[type=radio]{
    margin: 0;
}
.table-condensed .form-group{
    margin: 0;
}
.table-condensed .form-group .checkbox{
    margin: 0;
    padding: 0;
}
.table-condensed input[type=checkbox]{
    width: 18px;
    height: 18px;
    margin-left: 10px;
    text-align: center;
}
.money::after{
content: "€" !important;
}
.btn-primary{
    background-color: #FF6600;
}
.btn.btn-primary{
    /*padding: 8px 15px 10px 15px;*/
    cursor: pointer;
    color: #ffffff !important;
    font-size: 15px;
    text-decoration: none;
}
.economic-summary{
    list-style: none;
}
#total-price-input{
    position: relative;
}
#total-price-input>button:active {
    left: 70px;
    top: -1px;
}
#total-price-input>button,#total-price-input>button:hover,#total-price-input>button:active{
    display: inline-block;
    height: 32px;
    position: absolute;
    right: 5px;
    width: 32px
}
#total-price-input>input{
    width: 100px;display: inline-block;
    font-size: 16px;
}
.remove-discount{
    color: #c40000;
    font-size: 1.3em;
    float: left;
    margin-right: 10px;
}
table.economic-summary thead tr{
    background: none;
}
table.economic-summary tbody td{
    text-align: center;
}
table.economic-summary tbody tr td:last-child{
    text-align: right;
}
header.rounded-header{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#discount-container,#prices-container{
    min-height: 200px;
}
table.dataTable tfoot>tr>th input, table.dataTable thead>tr>th input[type=checkbox]{
    width: auto!important;
}

.titulo-cabecera{
	margin-left:20px;
}
.titulo-cabecera h2{
	margin-bottom:0px;
}

.text-color-blue{
    color:#214e75;
}
.text-color-green{
     color: #005200;
 }
.text-color-red{
    color: #800000;
}
.font-weight-normal{
    font-weight: 500;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}


.MessageBoxButtonSection button {
   background-color:#f60;
}
.MessageBoxButtonSection .btn:hover {
   background-color:#f60;
   color:#000 !important;
}

.footer-legend p{
 padding-top:12px;
 padding-left:10px;	
}

.footer-legend p span{
 margin-right:5px;	
}

.footer-legend p span.text{
 margin-right:15px;	
}

.add-comment-button i em {
    font-size: 7px;
    display: block;
    padding: 0px;
    position: absolute;
    top: -4px;
    right: -4px;
    text-decoration: none;
    font-style: normal;
    background: #ED1C24;
    color: #fff;
    min-width: 9px;
    border-radius: 50%;
    max-height: 9px;
    line-height: 8px;
    font-weight: 700;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border: 1px solid rgba(255,255,255,.1);
}

/*#eventos thead tr th:nth-child(6), #eventos tbody tr td:nth-child(6){
    width: 123px;
    display: inline-block;
    overflow: hidden;
}*/

.jqstooltip {
    width: 100px !important;
}
.jqsfield {
    white-space: pre-wrap !important;
}

.hide{
    display: none;
}


#actividades-presupuestadas-title{
    margin-top: 5px;
    margin-bottom: 0;
}
label input[type=checkbox][readonly].checkbox+span, label input[type=checkbox][readonly].checkbox:checked+span, label:hover input[type=checkbox][readonly].checkbox:checked+span:before {
    color: #A7A7A7;
    cursor: not-allowed;
    pointer-events: none;
}
label input[type=checkbox][readonly].checkbox:checked+span:before {
    color: #A7A7A7;
}
.star-rating{
    margin-right: 10px;
}
#form_opinion div.star-rating-on a {
    background-position: 0 -32px!important;
}
#form_opinion .star-rating {
    margin-top: 5px;
}
#form_opinion .star-rating:last-child {
    margin-right: 0;
}
table#limusinas .separator-row td {
    background: #000;
    padding: 2px 0;
    border-top: none;
}
table#limusinas .separator-row:last-child {
    display: none;
}
table#llamadas thead th:first-child, table#llamadas thead th:nth-child(2), table#llamadas tbody tr td:first-child, table#llamadas tbody tr td:nth-child(2) {
    display: none;
}

table#facturas_historico thead th:first-child, table#facturas_historico thead th:nth-child(2), table#facturas_historico tbody tr td:first-child , table#facturas_historico tbody tr td:nth-child(2){
    display: none;
}

.button-inline {
    padding: 6px 12px;
    font-size: 13px;
}
table.table-responsive-block .select2-container {
    display: table;
}

table.table-responsive-block td > .input-group{
    padding: 0 !important;
}
.control-label{
    text-align: right;
}
@media (max-width: 991px) {
    .form-horizontal .control-label,.space-element{
        margin-bottom: 15px;
        
    }
    table.table-responsive-block {
        border: 0;
    }

    table.table-responsive-block thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.table-responsive-block tr {
        border-bottom: 3px solid #dddddd;
        display: grid;
        margin-bottom: 50px;
        text-align: left;
    }

    table.table-responsive-block td {
        border-bottom: 1px solid #dddddd;
        display: grid;
        text-align: left;
    }

    table.table-responsive-block td::before {

        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table.table-responsive-block td:last-child {
        border-bottom: 0;
    }

    table.table-responsive-block td .xs-buttons .btn {
        width: 100%;
    }
}
@media(min-width: 1200px){
    #chat-body{
        min-height: 515px;
    }
}

#s2id_facturas_id {
    width: 100%;
}