/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/
.select2,.select2-container,.select2-container--default{
  font-size: 14px;
}​
.text-red{
  color:rgb(228, 19, 19);
}
#debug-panel {
	background: #fff;
	padding: 20px;
}

.modal-body {
	overflow: hidden;
}

.rowOption {
	margin-top: 10px;
}

.portlet-body {
	overflow: hidden;
}

.modal-dialog {
	width: 605px;
}

.tiles .tile.iconos .tile-body {
	padding: 0;
}

.tile.iconos .corner:after,
.tile.iconos .check:after {
	z-index: 100;
}

.extDesc {
	background: url(../../../global/img/file.png);
	width: 24px;
	height: 28px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding-top: 12px;
}

.descDesc {
	text-align: center;
	cursor: pointer;
}

.descDesc .icon-info::before,
.descDesc .icon-cloud-download::before{
	font-size: 25px;
	cursor: pointer;
}

.fechaRecordCont, .desestimadoCont, .numPedidoCont, .fechaSegCont {
	display: none;
}

.jtable-toolbar-item-add-record {
	vertical-align: middle;
}

div.jtable-main-container table.jtable tbody tr > td .jtable-command-button {
	top: 0;
}

div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item {
	padding: 0;
}

div.jtable-main-container div.jtable-title div.jtable-toolbar {
	top: 5px;
}

div.jtable-main-container div.jtable-title {
	background: #4b8df8 ;
	border-bottom: 1px solid #ddd!important;
	color: #fff;
}

.noChange::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ff0000!important;
}
.noChange:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ff0000!important;
   opacity:  1;
}
.noChange::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ff0000!important;
   opacity:  1;
}
.noChange:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #ff0000!important;
}

.point {
	cursor: pointer;
}
.verDatosCliente {
	cursor: pointer;
  color: #428bca;
}
.verDatosCliente:hover {
	text-decoration: underline;
}

/***
Contact modal
***/
.modalContacts {
  margin: 0;
  padding: 0;
}
.infoMail li,
.modalContacts li {
  list-style: none;
  padding: 5px 0;
  margin: 10px auto;
  font-size: 12px;
}
.modalContacts li .body {
  display: block;
}
.modalContacts li .avatar {
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.modalContacts li.in .avatar {
  float: left;
  margin-right: 10px;
}
.modalContacts li.out .avatar {
  float: right;
  margin-left: 10px;
}
.modalContacts li .name {
  color: #3590c1;
  font-size: 13px;
  font-weight: 400;
}
.modalContacts li .datetime {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}
.infoMail li .message,
.modalContacts li .message {
  display: block;
  padding: 5px;
  position: relative;
}
.infoMail li.in .message,
.modalContacts li.in .message {
  text-align: left;
  border-left: 2px solid #1BBC9B;
  background: #fafafa;
}
.modalContacts li.in .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #1BBC9B;
}
.modalContacts li.out .message {
  border-right: 2px solid #F3565D;
  margin-right: 65px;
  background: #fafafa;
  text-align: right;
}
.modalContacts li.out .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  right: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #F3565D;
}
.modalContacts li.out .name,
.modalContacts li.out .datetime {
  text-align: right;
}

.datosClient .static-info {
  margin-bottom: 2px;
}
.btAddDomain {
  margin-top: 10px;
}
.presAnt i,
.linkMailEdit span {
  font-size: 15px;
  vertical-align: middle;
}
.btsFlotantes {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: rgba(245,245,245,0.5);
  padding: 20px;
  border: 1px solid #7cacfa;
}

.portlet.box > .portlet-title > .tools > a.sendMail {
  color: #fff;
}
.btSend a {
  color: #777;
}
.icon-paper-clip{
  color: #777!important;
}
.icon-paper-clip.conten,
.icon-plus.conten {
  color: #ff6000!important;
}
.inbox-view-header h1 {
  line-height: 30px!important;
}
.saveCompose {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: right;
}
.saveCompose button{
  margin-right: 5px;
}
.select2-container--open {
  z-index: 1000000;
}
.todayTask {
  color: #0000ff;
}
.pastTask {
  color: #ff0000;
}
.dropCheck {
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 18px;
  padding: 6px 13px;
  text-decoration: none;
  white-space: nowrap;
}

.destTxt,
.remTxt {
  display: none;
}

.has-error {
  color: #a94442;
}

.contentAcciones {
  display: none;
  margin-bottom: 10px;
}
form.jtable-dialog-form div.jtable-textarea-input textarea {
  width: 100%!important;
}
.enlTabla {
  color: #000;
}
.listMailsFeed .col1,
.listMailsFeed .col2 {
  width: auto!important;
}
.btDelEmail {
  cursor: pointer;
}
.form-horizontal .control-label.label-activar{
  padding-top: 0px;
}
#geturl{
  display:none;
}
.feeds li .col1 > .cont > .cont-col2 {
  pointer-events: none;
}

.modalBig .modal-dialog {
  width: 80%;
}
.createClient {
  color: #fff;
}
.createClient:hover {
  color:#b0cdfc;
}
.btDest {
  color: #ddd;

}
.spinner {
  width: 65px;
  float: left;
}
.puntosHora {
  padding: 5px;
  float: left;
}

body {
  font-size: 11px!important;
}

.btDelete {
  background: #ddd none repeat scroll 0 0;
  display: block;
  font-size: 20px;
  font-weight: normal;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 30px;
  padding-top: 3px;
  cursor: pointer;
}

.btUpdate {
  border-right: 1px solif #fff;
  background: #ddd none repeat scroll 0 0;
  display: block;
  font-size: 20px;
  font-weight: normal;
  height: 100%;
  position: absolute;
  right: 31px;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 30px;
  padding-top: 3px;
  cursor: pointer;
  color: #000;
}

.thumbNot {
  position: absolute;
  top: 0;
  left: 0;
}

.popover {
  left: 15%!important;
}

.btBuscRrhh {
  margin-top: 25px;
}

.page-header.navbar{
  height: 58px;
  background-color: #00509b;
}

.navbar-nav>li>a {
    line-height: 28px;
}
.page-header-fixed .page-container {
    margin-top: 55px;
}

.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li.sidebar-toggler-wrapper .sidebar-toggler{
  margin-bottom: -8px;
}

.page-sidebar .sidebar-toggler{
  margin-bottom: -8px;
}

.page-header.navbar .page-logo .logo-default {
    margin: 2px 0px 0px 0px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    /* background-color: #151515; */
    background-color: #00509b;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle .username {
    color: white;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > i {
    color: white;
}
body{
    background-color: #6f99c2;
}

.backstretch {
    background-image: url(https://www.acede.org/intranet/uploads/slide-15blur.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    border-bottom: 1px solid white;
    overflow: visible!important;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a, .page-sidebar .page-sidebar-menu > li:hover > a, .page-sidebar .page-sidebar-menu > li.open > a {
    background: #6f99c2;
    color: white;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a, .page-sidebar .page-sidebar-menu > li > a {
    border-top: 1px solid white;
    color: white;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover, .page-sidebar {
    background-color: #6f99c2;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i[class^="icon-"], .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i[class*="icon-"], .page-sidebar .page-sidebar-menu > li > a > i[class^="icon-"], .page-sidebar .page-sidebar-menu > li > a > i[class*="icon-"] {
    color: white;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow.open:before, .page-sidebar .page-sidebar-menu li > a > .arrow:before, .page-sidebar .page-sidebar-menu li > a > .arrow.open:before {
    color: white;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > .arrow.open:before, .page-sidebar .page-sidebar-menu > li > a > .arrow:before, .page-sidebar .page-sidebar-menu > li > a > .arrow.open:before {
    color: white;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li > a, .page-sidebar .page-sidebar-menu .sub-menu > li > a {
    color: white;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open + li > a, .page-sidebar .page-sidebar-menu > li.active.open + li > a {
    border-top-color: white;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li:hover > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li:hover > a > .arrow.open:before, .page-sidebar .page-sidebar-menu li:hover > a > .arrow:before, .page-sidebar .page-sidebar-menu li:hover > a > .arrow.open:before {
    color: white;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a > .arrow.open:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a > .arrow.open:before, .page-sidebar .page-sidebar-menu > li:hover > a > .arrow:before, .page-sidebar .page-sidebar-menu > li:hover > a > .arrow.open:before, .page-sidebar .page-sidebar-menu > li.open > a > .arrow:before, .page-sidebar .page-sidebar-menu > li.open > a > .arrow.open:before {
    color:white;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li:hover > a, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.open > a, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.active > a, 
.page-sidebar .page-sidebar-menu .sub-menu > li:hover > a, .page-sidebar .page-sidebar-menu .sub-menu > li.open > a, 
.page-sidebar .page-sidebar-menu .sub-menu > li.active > a {
    background: #6f99c2 !important;
}

.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > .sub-menu{
  background: #6f99c2 !important; 
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover {
    background-color: #00509b;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
  background-color: #00509b;
}

.page-footer .page-footer-inner {
    color: white !important;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, .page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar .page-sidebar-menu > li.active.open > a {
    background: #fb6716 !important;
    border-top-color: transparent;
    color: white;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a:hover, .page-sidebar .page-sidebar-menu > li.active > a:hover, .page-sidebar .page-sidebar-menu > li.active.open > a:hover {
    background: #fb6716 !important;
}

.tableFactura,
.tableFactura td,
.tableFactura th {
  text-align: right!important;
}

.tableFactura td {
  padding: 0!important;
  font-size: 12px;
}
.tableFactura th {
  font-size: 12px!important;
  border: 0!important;
}

.tableFactura textarea,
.tableFactura input {
  border: none;
  background: none;
  padding: 5px;
  width: 100%;
}
.tableFactura input {
  width: 80px;
  text-align: right;
}

.tableFactura textarea {
  height: 43px;
}

.tableFactura .txtLeft {
  text-align: left!important;
}
.tableFactura .txtCenter {
  text-align: center!important;
}

.tableFactura .cellPadding {
  padding: 5px!important;
}

.tableFactura td {
  vertical-align: middle!important;
  border: 1px solid #ddd;
}

.totalFactura {
  text-align: right;
}
.totalFactura table {
  width: 250px;
  float: right;
  margin: 10px 0;
}

.btDeleteLine {
  cursor: pointer;
}

.anhoNumero {
  display: block;
  float: left;
  font-size: 14px;
  padding: 7px;
}

.numero {
  width: 50%;
}
/*WEBINARS*/
.webinar-box .portlet-body{
  padding: 60px !important;
}
.iframe-webinar{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
.iframe-grabaciones{
  height: 100%;
  width: 100%;
}
.webinar-body{
  background-color: #fff;
  padding-top: 100px !important;
}
#formAccederr{
  margin-bottom: 0px;
}
.row-grabaciones{
  margin-bottom: 20px;
}
.row-add-grabaciones{
  padding-top: 40px;
}
.grabacion-desc{
vertical-align:top;
}
#editGraBacion .m-form__group{
  padding: 60px;
}
.ytp-large-play-button svg {
  cursor: pointer;
}

.ytp-large-play-button {
  width: 68px;
  height: 48px;
  -webkit-transition: opacity .25s cubic-bezier(0,0,.2,1);
  -o-transition: opacity .25s cubic-bezier(0,0,.2,1);
  transition: opacity .25s cubic-bezier(0,0,.2,1);
  z-index: 63;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

.ytp-large-play-button-frame{
  width: 136px;
  height: 96px;
  -webkit-transition: opacity .25s cubic-bezier(0,0,.2,1);
  -o-transition: opacity .25s cubic-bezier(0,0,.2,1);
  transition: opacity .25s cubic-bezier(0,0,.2,1);
  z-index: 63;
  background-color: transparent;
  cursor: pointer;
  border: none;
  position: fixed;
  left: calc(50% - 68px);
  top: calc(50% - 48px);
}
#volver{
  position: fixed;
  top: 0%;
  right: 0;
  background: #FF0000;
  z-index: 9999999;
  border: 1px solid #fff;
  margin:10px;
}
#hide{
  position: fixed;
  bottom: 0%;
  right: 0;
  width: 50%;
  height: 4%;
}
@media (orientation: landscape) {
  #hide{
    height: 4%;
  }
  #overlay{
    height: 70%;
  }
}
#uploader-edit{
  margin-top: 20px;
}
.listArchivos.feeds li .col1 > .cont > .cont-col2{
  pointer-events:all;
}
.listArchivos-inicio.feeds li .col1 > .cont > .cont-col2{
  pointer-events:all;
}
.btDelArchivo {
  z-index: 99999;
  position: absolute;
  cursor: pointer;
}
.row-grabacion{
  margin-bottom: 20px;
}
.row-grabaciones{
  font-size: 14px !important;
}

.row-add-grabaciones .btAdd{
  margin-top:20px;
}
.pdf-default{
  width:25px;
}
.image {
  position: relative;
  width:250px;
}

.image .ytp-large-play-button {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.webinar-desc-box{
  padding-left: 0px;
}
@media (min-width: 1281px) {
  .iframe-webinar {
    position: relative;
  }
 .webinar-body{
    padding-top: 20px !important;
  }

}

.listArchivos.feeds li .col1 > .cont{
  margin-right: 0;
}
.listArchivos.feeds li .col1 > .cont > .cont-col2 > .desc{
  margin-left:0 ;
}
.image{
  width: 100%;
  height: auto;
}
.image img{
  width: 100%;
  height: auto;
}
.row-grabacion{
  min-height: 170px;
}
#enlaces-ficheros{
  margin-top: 10px;
}
.modal-enlaces-ficheros{
  margin-top: 10px;
}
/*/WEBINARSEND/*/
/*/TOOLTIPS/*/
.tooltip-arrow,
.white-tooltip + .tooltip > .tooltip-inner {
  background-color: #fff;
  color: #000;
}
.tooltip-inner {
  text-align: left;
  min-width: 400px;
  border-radius: 8px;
  padding: 20px;
  border:1px solid #000;
}

.tooltip .tooltip-inner {
  border: .063em solid #000;

}
.tooltip-icon{
  width: 15px;
}
/*/TOOLTIPSEND/*/
/*MENU ENLACES*/
.list-items-enlaces{
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}
.drag-drop-icon{
  margin-right: 10px;
}
.cargar-enlace{
  cursor: pointer;
}
.list-items-enlaces{
  cursor: move;
}
.list-items-enlaces-cabecera{
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}
.drag-drop-icon{
  margin-right: 10px;
}
.cargar-enlace-cabecera{
  cursor: pointer;
}
.list-items-enlaces-cabecera{
  cursor: move;
}
/*MENU ENLACESEND*/

.form-horizontal.form-renovacion .radio{
  padding-top: 1px;
}
.form-renovacion strong {
  font-weight: 600;
  color: #0a5197;
}
.form-renovacion  .radio input[type=radio] {
  margin-left: -10px;
}
.tooltip{
  z-index: 999999;
}

#editGraBacion .feeds li .col1 > .cont > .cont-col2{
  margin-left: 30px;
}
.editar-socio-table th{
  background-color: #f0f0f0;
  height: 60px;
  color:#323232;
}
.editar-socio-table .jtable-bottom-panel{
  background-color: #f0f0f0;
}
#divTerminosBAM .form-check-label{
  display: inline !important;
}
.note h5 {
  color: rgb(116, 120, 141);
  font-weight: 500;
}
/*RENOVACION*/
.cuota-label{
  display: block;

}
.cuota-box{
  text-align: center;

}
.cuota-img{
  cursor: pointer;
}
.form-check-3{
  display: none;
}
@media (min-width: 720px) {
  .cuota-box {
    text-align: center;
    margin-top: 100px;
  }
}
.form-bam{
text-align: center;
margin: 50px;
}
.form-bam .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 17px;
}

.form-bam .switch input {display:none;}

.form-bam .bam-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px !important;
}

.form-bam .bam-slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50% !important;
}

.form-bam input:checked + .bam-slider {
  background-color: #2196F3;
}

.form-bam input:focus + .bam-slider {
  box-shadow: 0 0 1px #2196F3;
}

.form-bam input:checked + .bam-slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}
.bam-label{
  vertical-align: bottom;
  font-size: 17px;
}
.img-redsys{
  display:block;
  margin: auto;
}
.pagotarjeta-box{
  text-align: center;
}
.center-button {
  margin: auto;
  display: block;
  width: auto;
}
.btnEnviarInscripcion{
  width: 100%;
}
.renovacion-form-check-3 {
  font-size: 14px;
}
.renovacion-box{
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.renovar-bam #divTerminosBAM{
  margin-bottom:20px;
}
.bam-logo{
  width: 400px;
  margin: 20px;
}
#divTerminosBAM{
  margin-bottom: 20px;
}
.check-cuotas-box{
  margin-bottom:20px;
}
.historial-label-bam {
  margin-left: 15px;
}
.spanEstadoBam{
  margin-right: 15px;
}
.relleneForm-left{
  text-align: left !important;
}
/**/
.display-none{
  display: none;
 }
 .descargar-factura-opciones-aviso{
  color:#323232;
  font-size:16px;
  margin-top: 20px;
  margin-bottom: 20px;
 }

 .icon-factura{
  cursor: pointer;
}

.input-daterange.date.date-picker input.form-control{
  background-color: #fff;
  cursor: pointer;
}
.img-pais{
  height: 14px;
  margin-right: 10px;
}
.form-group-tipo-cuota-reducida div.radio {
  padding-top: 0px;
}
.modal-contacto-secretario{
  padding: 20px;
}
.logo_bam{
  width:100%;
  margin-bottom: 20px;
}