a:hover{
	text-decoration: none;
}

a:focus{
	outline: none;
}

ul{
	padding: 0;
	margin-bottom: 0;
}

ul li{
	list-style: none;
}

textarea{
	margin-bottom: 10px;
}

.sorting_1{
	width: 1px!important;
}

button{
	border: none;
	margin: 0;
}

button:focus{
	outline: none;
}

.title-bar {
    margin-bottom: 15px;
}

.main{
	background: #f5f5f5;
    padding: 30px 15px;
	margin-left: 0!important;
	display: inline-block;
	width: 100%;
	float: left;
}

.modal-lg {
    width: 1000px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    display: none;
}

.modal-sm .flecha:after{
	right: 25px;
}

html{
	overflow-x: hidden;
}

/*LOGIN*/

.login {
    display: table-cell;
    vertical-align: middle;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translateX(-50%, -50%);
    -ms-transform: translateX(-50%, -50%);
    -o-transform: translateX(-50%, -50%);
	 -moz-transform: translateX(-50%, -50%);
    transform: translate(-50%, -50%);
}

.md-control-label {
    font-size: 18px;
}

.md-form-control {
    height: 40px;
	border-color: #bebebe;
}

.login-body {
    padding: 50px 30px 30px;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #bebebe;
	-webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
}

.login-heading {
    margin-top: 20px;
	font-weight: 300;
    margin-bottom: 15px;
    text-align: center;
}

.login-brand {
    width: 210px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.login-footer{
	text-align: center;
}


/*LOGO*/

.navbar-brand-logo, .navbar-brand {
    height: auto;
}

.navbar-brand-center {
    display: inline-block;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%, -50%);
    -ms-transform: translateX(-50%, -50%);
    -o-transform: translateX(-50%, -50%);
    transform: translate(-50%, -50%);
}

.navbar-default .navbar-header {
    /*background: #fff url(../img/detalle-logo.png) no-repeat center right;*/
}

.layout-sidebar-body {
    padding-top: 0;
}



/*SIDE*/

.sidenav li a {
    font-size: 15px;
    line-height: 18px;
    padding: 18px;
}

.sidenav li {
    border-bottom: 1px solid #333;
}

.sidenav li svg {
    display: inline-block;
    float: left;
    height: 18px;
    width: 18px;
    position: relative;
    bottom: 2px;
	fill:#a6a6a6;
}

.sidenav li.active .icono {
	fill:#fff;
}

.sidenav-subnav li{
    border-bottom: none;
}

.sidenav-subnav li a {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 15px 10px 46px;
}

.sidenav-label {
    padding-left: 12px;
}

.custom-scrollable-area, .custom-scrollbar{
    overflow: visible!important;
}

.titulo_submenu {
    background: #333!important;
    color: #fff!important;
	padding: 14px 15px!important;
}

.titulo_submenu:hover {
    cursor: default;
}

.sidenav-item.box-logo {
    background: #fff;
    padding: 0;
    border-right: 1px solid #ccc;
}

.img-empresa {
    width: 110px;
	height: 110px;
    margin: auto;
    overflow: hidden;
}

.img-empresa img {
    width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


/*HEADER*/

.box-perfil{
	width: 40%;
	float: right;
	display: inline-block;
}

.navbar-right {
    float: right!important;
    margin-right: 0;
}

.accesos-directos{
	display: inline-block;
	float: left;
	width: 55%;
    overflow-x:auto;
	max-height: 50px;
}
.modal .accesos-directos{
    overflow-x:hidden;
}

.accesos-directos ul{
	padding: 0;
}

.accesos-directos ul li{
	display: inline;
	float: left;
    min-height: 50px;
}

.accesos-directos ul li svg{
	fill: #9a9921;
	width: 22px;
	height: 22px;
	position: relative;
    top: 14px;
}


.accesos-directos ul li a{
	padding: 25px 15px;
	position: relative;
}

.accesos-directos ul li:hover .icono{
	fill:#b9b81b;
}

.accesos-directos ul li a:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	background: #bebebe;
	left: 0;
	top: 32px;
}

.navbar-search {
    width: 100%;
}

.navbar-default .navbar-nav>li>a {
    position: relative;
}

.tooltip-inner {
  border-radius: 4px;
}

.icon-question {
    font-size: 25px;
}	

.avatar{
	width: 36px;
	height: 36px;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
	float: left;
	margin-right: 10px;
	position: relative;
}

.avatar img{
	width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.nombre-avatar {
    line-height: 36px;
}

.avatar .detalle-avatar{
	position: absolute;
}


.bread {
  width: 100%;
  display: inline-block;
	padding: 0;
}

.bread li {
  display: inline;
  font-size: 13px;
  margin-bottom: 0px;
  color: #000;
	font-weight: 500;
}

.bread li a {
  color: #807e7e;
  border-bottom: 1px solid #807e7e;
}

.bread li a:hover {
  	color: #9a9921;
	border-bottom: 1px solid #9a9921;
}

.bread li .barra {
    margin: 0 5px;
    color: #9a9921;
    font-weight: 600;
}

.bread li .no-link {
    color: #807e7e;
}

/*SIDE DE COLOR DE TEMA*/

.theme-panel{
	display: none;
}


/*FOOTER*/

.layout-footer-body {
    padding: 15px;
}

.footer-legal{
	display: inline-block;
	float: right;
}


/*CLIENTES*/

.dataTables_wrapper{
	background: #fff;
	padding: 15px;
}

.input-group-sm>.input-group-btn>select.btn, .input-group-sm>select.form-control, .input-group-sm>select.input-group-addon, select.input-sm {
    line-height: 20px;
}

.filtros{
	display: inline-block;
	float: left;
	margin-bottom: 15px;
}
.botones-filtros{
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}

.filtros .form-group{
	display: inline-block;
	width: 220px;
	float: left;
	margin-right: 15px;
	position: relative;
}

.filtros .form-control{
	width: 100%;
}

.btn-exportar {
    display: inline-block;
    float: left;
}

.btn-exportar button, .btn-exportar button:focus, .btn-exportar .open>.btn-info.dropdown-toggle:focus, .btn-exportar button:active{
    border-radius: 5px;
	background: #9a9921;
	border: #9a9921;
    color: #fff;
	font-weight: 300;
}

.btn-exportar button .icon{
    margin-right: 2px;
}

.btn-exportar button .caret{
    margin-left: 5px;
}

.btn-exportar button:hover {
    background: #b9b81b;
}

.box-btn{
	display: inline-block;
	float: right;
	margin-bottom: 15px;
}
.box-btn a{
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	background: #9a9921;
	color: #fff;
	float: right;
	border-radius: 5px;
	padding: 15px 16px;
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;
}

.box-btn a:hover{
	background: #b9b81b;
}

.box-btn .icon{
	margin-right: 5px;
	font-size: 13px;
}

.dataTables_filter {
    text-align: left;
	float: right;
}

.dataTables_filter>label {
    width: 100%;
}

.buscador-tabla {
    width: 100%!important;
}

.dataTables_info {
    text-align: right;
	float: left;
}

.icono-accion{
	margin: 0 5px;
	display: inline-block;
	float: left;
}

.icono-accion:focus{
	outline: none;
}

.icono-accion svg{
	fill: #9a9921;
    width: 15px;
    margin-top: 1px;
}

.table.dataTable :first-child:after{
	display: none;
}

.dtr-inline.collapsed>tbody>tr>td:first-child:before, .dtr-inline.collapsed>tbody>tr>th:first-child:before {
    left: 13px;

}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #9a9921;
    border-color: #9a9921;
    cursor: default;
	outline: none;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #9a9921;
    border-color: #9a9921;
	outline: none;
}


/*MODAL CLIENTE*/
.modal-xl{
    width:1000px;
}

#js_Modalclientes .modal .modal-dialog {
    width: 1000px;
}


.modal .tab-content {
    padding: 25px;
}

.modal .bread {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin-bottom: 25px;
}

.modal .dropdown-menu {
    width: 100%;
}

.modal .form-group {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
	float: left;
}

.modal .form-control, .modal .ui-timepicker-input, .select2-selection, .select2{
    border-radius: 4px!important;
	position: relative;
}

.modal .input-group {
    width: 100%;
	margin-bottom: 10px;
}


.modal .bloque {
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.modal .control-label{
	display: none;
}

.modal .box-input{
	width: 100%;
	float: left;
}

.modal .box-select-83{
    width: 83%;
}

.modal .box-select-79{
    width: 79%;
}

.modal .little{
	width: 50%;
	float: left;
}


.modal .little:nth-of-type(1) input{
	width: 90%;
}

.modal .box-select{
	width: 90%;
}


.modal .iconos{
	display: inline-block;
	float: right;
	text-align: center;
	position: relative;
	top: 6px;
}

.modal .iconos a{
	display: inline-block;
	margin: 0 4px;
	font-size: 15px;
	color: #9a9921;
}

.modal .publicidad .control-label, .modal .publicidad .box-input{
	display: inline-block;
	float: left;
	margin-right: 15px;
	width: initial;
}

.modal .publicidad .box-input .checkbox{
	margin: 0;
}

.modal .nav>li>a {
    position: relative;
    display: block;
    padding: 12px 15px;
    font-size: 18px;
}

.modal .titulo-bloque {
	margin: 0 0 15px;
    font-size: 12px;
    font-weight: bold;
    color: #444;
    text-transform: uppercase;
}

input::-webkit-input-placeholder {
  color: #777 !important;
}

input::-moz-placeholder {
  color: #777 !important;
}

input:-o-placeholder {
  color: #777 !important;
}

input::-ms-input-placeholder {
  color: #777 !important;
}

textarea::-webkit-input-placeholder {
  color: #777 !important;
}

textarea::-moz-placeholder {
  color: #777 !important;
}

textarea:-moz-placeholder {
  color: #777 !important;
}

textarea::-ms-input-placeholder {
  color: #777 !important;
}

.btn-input {
    position: absolute!important;
    right: 0;
	top: 0;
	width: 36px;
	height: 34px;
	padding: 0;
	border-radius: 0 3px 3px 0;
	z-index: 99!important;
	background-color: #9a9921;
    border-color: #9a9921;
	line-height: 42px;
	text-align: center;
}

.input-group-btn {
	width: 100%;
	display: block;
}

.btn-input svg{
    fill: #fff;
    width: 18px;
}

.btn-input:hover{
	background: #b9b81b;
	border-color: #b9b81b;
}

.file-upload-btn {
    padding: 0;
}

.little .btn-input {
    right: 22px;
}

.form-group .btn-input .icon{
    font-size: 18px;
}

select, .select2-selection, .select2-container.select2-selection--single, .select2-container, .select2-container--bootstrap {
	display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}

.flecha:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #9a9921;
  right: 15px;
  top: 3px;
  font-size: 20px;
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

.flecha_blanca:after {
    content: "\f107";
    font-family: "FontAwesome";
    color: #fff;
    right: 15px;
    top: 3px;
    font-size: 20px;
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}


.localizacion .flecha:after{
	right: 70px;
}

.localizacion2 .flecha:after{
    right: 80px;
}

.localizacion .box-select-full.flecha:after {
    right: 26px;
}

.localizacion .box-select-full.js_custom_flecha_after.flecha:after {
    right: 12px;
}

.modal .tabs-comentarios{
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
	margin-bottom: 0!important;
}

.modal .tabs-comentarios .tab-content{
   padding: 15px;
}

.modal .tabs-comentarios .nav>li>a {
    position: relative;
    display: block;
    padding: 12px;
    font-size: 14px;
}

.modal .accesos-directos ul li a {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 15px;
}

.modal .accesos-directos ul li .icono {
    width: 45px;
    height: 45px;
    top: 0px;
}

.modal .accesos-directos ul li a:before {
    display: none;
}

.modal .btn-primary.btn-guardar {
    background-color: #9a9921;
    border-color: #9a9921;
    color: #fff;
    padding: 6px 40px;
	margin-left: 30px;
}

.modal .btn-default.btn-borrar {
    background-color: #9a9921;
    border-color: #9a9921;
}

.modal .btn-primary.btn-enviar {
    background: #fff;
    color: #9a9921;
    font-weight: 500;
}
.modal .btn-primary.btn-enviar:hover {
    color: #fff;
    background: #9a9921;
    font-weight: 500;
}

.modal .btn-primary.btn-guardar:hover, .modal .btn-default.btn-borrar:hover{
	background: #b9b81b;
	border-color: #9a9921;
}

.bg-primary {
    background: #9a9921;
    border-color: #9a9921;
    color: #fff;
}


.modal .modal-title{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
}

.modal .foto-perfil{
	position: absolute;
    top: 140px;
    right: 14%;
}

.modal .box-img {
    margin: 5px;
}

.modal .img-ficha {
     width: 225px;
     height: 225px;
     overflow: hidden;
     margin-bottom: 0!important;
 }

.modal .img-ficha img{
    margin:0;
    position: relative;
    top: 50%;
    left: 50%;
    /*border-radius: 50%;*/
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.modal .foto-perfil .input-group {
    position: absolute;
    right: 30px;
    bottom: 10px;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.modal .foto-perfil .file-upload-btn {
    border-radius: 50%;
    padding: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 62px;
	background: #9a9921;
}

.modal .foto-perfil .file-upload-btn:hover {
    background: #b9b81b;
}

.modal .foto-perfil .file-upload-btn svg{
	fill: #fff;
    width: 24px;
}
.file-delete-btn {
    border-radius: 50%!important;
    padding: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 62px;
    background: #9a9921;
    right: -52px;
}

.js_edad{
	display: inline-block!important;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 10px;
}

.box-input.box-select.ref{
	width:85%;
}


/*CALENDARIO*/

.calendario{
	display: inline-block;
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

.filtros-calendario .form-group {
    width: 100%;
    margin-right: 0;
}

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td, .fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
    border-color: #ddd;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
    color: #333;
}

.fc-toolbar h2 {
    margin: 0;
    float: left;
    margin-right: 10px;
    font-weight: 300;
	color: #000;
}

.fc-toolbar button {
    position: relative;
    float: left;
    margin-left: 10px;
	background: none;
    border: none;
    text-shadow: none;
    box-shadow: none;
	top: 8px;
}

.fc-left .fc-button{
	position: absolute;
	color: #666;
	font-size: 18px;
	top: 20px;
}

.fc-left .fc-button:hover{
	color: #333;
}

.fc-left .fc-prev-button{
	left: 0px;
}

.fc-left .fc-next-button{
	right: 0px;
}

.fc-toolbar .fc-right {
    float: right;
    position: relative;
    bottom: 57px;
}

.fc-toolbar .fc-right .fc-state-active{
	border: 1px solid #ccc;
    border-radius: 6px 6px 0 0;
    border-bottom: none;
	background: #fcfcfc;
	color: #666;
}

.fc-toolbar .fc-right .fc-state-active:hover{
	cursor: default;
	background: #fcfcfc;
}

.fc-toolbar .fc-right button{
	height: 34px;
    padding: 8px 12px;
	font-size: 13px;
	color: #9a9921;
}

.fc-toolbar button:focus{
	outline: none;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.fc-state-default{
	color: #9a9921;
}

.fc-state-default:hover{
	background: #fcfcfc;
}

.fc-toolbar .fc-right button:hover {
    background: #ddd;
}

.fc-day-header{
	padding: 8px!important;
    font-size: 16px;
    color: #000;
    background: #f5f5f5;
    font-weight: 500;
}

.fc-day-grid-event .fc-time, .fc-title {
    font-weight: 400;
}

.fc-start.fc-end{
	background: #fff;
	border: #fff;
	color: #000;
	margin-bottom: 5px;
}

.fc-start.fc-end:hover{
	background: #ddd;
	color: #000;
}

.fc-resizable {
    background-color: #9a9921!important;
    border: 1px solid #9a9921!important;
	color: #fff!important;
}

.fc-resizable_week_mode {
    background-color: #ffffff!important;
    border: 1px solid #000!important;
    color: #000!important;
}

.fc-resizable:hover{
   opacity: 0.8;
}


.fc-day-header a{
	color: #000;
}

.fc-title span{
	font-size: 7px;
	color: #28b3e4;
	margin-right: 2px;
}


/*TABS MODAL FICHA CLIENTE*/

.modal .titulo-tab {
    font-size: 22px;
    color: #000;
    margin-top: 0;
	margin-bottom: 15px;
}

.modal .dataTables_wrapper {
    padding: 0px 15px 40px 15px;
}

.modal .dataTables_info, .modal .dataTables_filter{
	display: none;
}



/*MODAL NUEVO EVENTO*/

#modalEvento .modal-dialog, #modalRepetir .modal-dialog{
    width: 510px!important;
    margin: 60px auto;
}

#modalNuevaTarea  .modal-dialog{
    width: 540px!important;
    margin: 60px auto;
}

#modalEvento .modal-footer {
    padding: 0 20px 20px;
}

#modalEvento .nav>li>a {
    font-size: 16px;
}

#modalEvento .repetir {
    margin-bottom: 15px;
}

#modalEvento .repetir .btn-repetir{
    color: #777!important;
}


.ui-timepicker-wrapper {
    z-index: 9999;
}

.modal .col-lg-3 .box-select, #modalNuevaTarea.modal .box-select{
    width: 79%;
}
#modalNuevaTarea.modal .box-input.input-tipoc{
	width: 79%;
}

#modalNuevaTarea.modal .box-select-full{
    width: 100%;
}

.form-group.color-evento {
    margin: 5px 0 25px;
}

.color-evento .custom-radio .custom-control-indicator {
    border-radius: 0;
    width: 25px;
    height: 25px;
}

.color-evento label {
    float: left;
    margin-right: 15px;
}

.color-evento .box-colores {
    width: 89%;
}

.color-evento .box-colores label{
    margin: 0 17px 0 0;
}

.color-evento .box-colores :nth-of-type(1) .custom-control-indicator{
	background: url(../img/no-color.png);
	border: 1px solid #ccc;
}


.color-evento .box-colores :nth-of-type(2) .custom-control-indicator{
    background-color: #78d346;
}

.color-evento .box-colores :nth-of-type(3) .custom-control-indicator{
    background-color: #5485ee;
}

.color-evento .box-colores :nth-of-type(4) .custom-control-indicator{
    background-color: #a4bdfd;
}

.color-evento .box-colores :nth-of-type(5) .custom-control-indicator{
    background-color: #47d6dc;
}

.color-evento .box-colores :nth-of-type(6) .custom-control-indicator{
    background-color: #7ae7be;
}

.color-evento .box-colores :nth-of-type(7) .custom-control-indicator{
    background-color: #51b749;
}

.color-evento .box-colores :nth-of-type(8) .custom-control-indicator{
    background-color: #fbd75c;
}

.color-evento .box-colores :nth-of-type(9) .custom-control-indicator{
    background-color: #ffb878;
}

.color-evento .box-colores :nth-of-type(10) .custom-control-indicator{
    background-color: #fe887c;
}

.color-evento .box-colores :nth-of-type(11) .custom-control-indicator{
    background-color: #dc2227;
}

.color-evento .box-colores :nth-of-type(12) .custom-control-indicator{
    background-color: #daadfe;
}

.color-evento .box-colores :nth-of-type(13) .custom-control-indicator{
    background-color: #e1e1e1;
}

.notificaciones{
	display: inline-block;
	width: 100%;
}

#modalEvento .notificaciones .box-input.box-select {
    width: 100%;
}

.notificaciones .flecha {
    width: 40%;
    padding-left: 10px;
    position: relative;
}

.notificaciones .flecha_blanca {
    width: 40%;
    padding-left: 10px;
    position: relative;
}

.notificaciones .tiempo{
	width: 15%;
	padding-left: 10px;
}

.notificaciones .borrar{
    width: 5%;
    padding-left: 10px;
}

.notificaciones .nuevaNotif{
	margin-left: 10px;
	color: #9a9921;
}

.notificaciones .nuevaNotif:hover{
	color: #b9b81b;
}

.notificaciones .icon-trash{
	margin-right: 0;
    font-size: 16px;
    position: relative;
    top: 8px;
}


/*MODAL REPETIR*/

#modalRepetir.modal .col-lg-3 {
   text-align: right;
}

#modalRepetir.modal .control-label, #modalRepetir.modal .texto, #modalRepetir.modal .dias {
    display: inline-block;
	padding-top: 7px;
}

#modalRepetir.modal .box-select {
    width: 100%;
	position: relative;
}

#modalRepetir.modal .custom-control-label{
	float: left;
}

#modalRepetir.modal .finaliza{
    padding-top: 10px;
}

#modalRepetir.modal .finaliza .custom-control {
    margin-bottom: 10px;
	width: 100%;
}

#modalRepetir.modal .finaliza .input-alCabo {
    width: 25%;
    float: left;
    margin: 0 15px;
    position: relative;
    bottom: 10px;
}

#modalRepetir.modal .finaliza .date {
    width: 85%;
    margin-left: 15px;
    float: right;
    bottom: 10px;
}


/*MODAL FICHA PROYECTO*/

#modalProyecto .modal-dialog {
    margin: 90px auto;
	width: 1000px;
}

.goTab{
	font-size: 14px;
	color: #9a9921;
	font-weight: 500;
	margin-bottom: 15px;
    display: inline-block;
}

.goTab span{
	margin-right: 5px;
}

.goTab:hover{
	color: #b9b81b;
}

#modalProyecto #tareas .box-input{
	margin-right: 0;
}

#modalProyecto .custom-control-indicator {
    border-color: #bbb;
}

#modalProyecto.modal .nav-tabs li a{
    font-size: 17px;
}
#modalProyecto.modal .nav-tabs .dropdown-menu li a{
    font-size: 13px;
}

.black{
	font-weight: 600;
	color: #333;
}


/*MODAL FICHA ARTICULO*/

#modalArticulo .modal-dialog{
	width: 1000px;
}

#modalArticulo.modal .dataTables_wrapper {
    padding: 0px 15px 15px 15px;
}

.costeTotal{
	display: inline-block;
	float: right;
	text-align: right;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	background: #ddd;
    padding: 10px 15px;
    margin-right: 15px;
}

.costeTotal .variable{
	color: #000;
	margin-left: 5px;
}

#modalArticulo.modal #familia_modal_articulos .control-label {
    display: inline-block;
}

.ms-selectable, .ms-selection{
	display: inline-block;
	width: 45%;
	float: left;
	border: 1px solid #ccc;
	height: 250px;
	padding: 15px;
	overflow-y: scroll;
}

.ms-selectable .ms-list, .ms-selection .ms-list, .ms-optgroup{
	padding: 0;
}

.ms-optgroup-container{
	list-style: none;
}

.ms-optgroup-label{
	background: #ccc!important;
	text-transform: uppercase;
    color: #000;
}

.ms-selectable .ms-list .ms-optgroup li ,.ms-selection .ms-list .ms-optgroup li {
	list-style: none;
	padding: 5px 10px;
}

.ms-selectable .ms-list .ms-optgroup li:hover, .ms-selection .ms-list .ms-optgroup li:hover{
	background: #ddd;
	cursor: pointer;
}

.ms-selection{
	float: right;
}

.ms-elem-selectable{
	padding-left: 10px!important;
    border-bottom: 1px solid #ddd;
}
.box-combo{
	position: relative;
}

.flechas{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 25px;
    text-align: center;
	font-size: 20px;
    line-height: 25px;
    color: #aaa;
}

.modal .box-select.iva {
    width: 100%;
}


/*MODAL NUEVA DIRECCIÓN*/

#modalDireccion .modal-content{
    width: 510px!important;
    margin: 90px auto;
}

/*MODAL PRESUPUESTOS*/

#modalPresupuesto .modal-dialog{
    margin: 90px auto;
	width: 1000px;
}

#modalAlbaran_venta .modal-dialog{
    margin: 90px auto;
    width: 1000px;
}

#modalFactura_venta .modal-dialog{
    margin: 90px auto;
    width: 1000px;
}

#modalPresupuesto .dataTables_length, #modalPresupuesto .dataTables_paginate.paging_simple_numbers{
	display: none!important;
}

#modalAlbaran_venta .dataTables_length, #modalAlbaran_venta .dataTables_paginate.paging_simple_numbers{
    display: none!important;
}

#modalFactura_venta .dataTables_length, #modalFactura_venta .dataTables_paginate.paging_simple_numbers{
    display: none!important;
}

.fila-vacia{
	display: inline-block;
	float: left;
	width: 100%;
	padding: 0 30px;
}

.fila-vacia .icon{
	color: #9a9921;
    font-size: 18px;
	position: relative;
    top: 8px;
}

.fila-vacia .no-pd{
	padding: 0 1px;
}

.fila-vacia .no-pd .form-control{
	font-size: 11px;
	padding: 6px 8px;
}

.formas-pago{
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 15px;
}

.formas-pago .box-select{
	width: 100%;
	position: relative;
}

.resumen-table{
	margin-bottom: 0;
}

.resumen-table thead {
    background: #eee;
}

.no-bt td{
	font-weight: 600;
	color: #000;
	padding-bottom: 0px!important;
}

.no-bt :nth-of-type(2), .no-bt :nth-of-type(1){
	border-top: none!important;
}

.resumen{
	display: inline-block;
	float: right;
	padding: 15px;
    background: #ddd;
	margin-right: 15px;
    width: 295px;
}

.resumen li{
	font-size: 16px;
}

.resumen li .fijo{
	width: 80%;
	display: inline-block;
	color: #000;
	font-weight: 500;
}

.resumen li .variable{
	width: 20%;
	display: inline-block;
	color: #444;
	float: right;
    text-align: right;
}

.modal #entregas .dataTables_wrapper {
    padding: 0px 15px 20px 15px;
}

.modal #NuevaTarea .col-lg-6.localizacion .box-select, .modal #detalle .col-lg-6.localizacion .box-select{
	width: 79%;
}


/*MODAL NUEVA TAREA*/

#modalNuevaTarea .col-lg-6.localizacion .tipo-contacto .box-select{
	width: 100%;
}

#modalNuevaTarea .col-lg-6.localizacion .tipo-contacto .flecha:after {
    right: 25px;
}

#modalTareaPlantilla .localizacion .box-select{
	width: 83%;
}

#modalTareaPlantilla .localizacion .box-select-full{
    width: 100%;
}

#modalParentesco .localizacion .box-select{
    width: 83%;
}
#modalParentesco .localizacion .box-select-full{
    width: 100%;
}

#modalLocalizacion .localizacion .box-select{
    width: 83%;
}

#modalLocalizacion .localizacion .box-select-full{
    width: 100%;
}

#modalContacto .localizacion .box-select-full{
    width: 100%;
}

#modalModelosDeProyecto .localizacion .box-select-full{
    width: 100%;
}

#modalContratosProyecto .localizacion .box-select{
    width: 83%;
}

#modalContratosProyecto .localizacion .box-select-full{
    width: 100%;
}

#modalTipocontrato .localizacion .box-select{
    width: 83%;
}

#modalTipocontrato .localizacion .box-select-full{
    width: 100%;
}

.box-select-83{
    width: 83%;
}

/*PAGINADOR CORREO*/

.paginador{
	text-align: center;
    display: inline-block;
    width: 100%;
	margin-top: 40px;
}

.creative_pager li{
	display: inline;
}

.creative_pager li a, .creative_pager li .selected{
	padding: 5px;
	font-size: 16px;
	font-weight: 600;
}

.creative_pager li a{
	color: #666;
}

.creative_pager li a:hover{
	color: #9a9921;
}

.creative_pager li .selected{
	color: #9a9921;
}


/*MODAL ALERTA*/

.modalAlerta .modal-dialog {
	width: 500px!important;
	border-bottom: 2px solid #9a9921;
}

.modalAlerta .modal-dialog .modal-body{
	padding-bottom: 0;
	text-align: center;
}

.modalAlerta .modal-dialog .icon {
    font-size: 45px;
    color: #9a9921;
    display: block;
    margin-bottom: 5px;
}

.modalAlerta .modal-dialog p{
	font-size: 20px;
	margin-bottom: 0;
}

.modalAlerta .modal-dialog button{
	color: #fff;
	background: #9a9921;
	border-radius: 4px;
}

/*DIV ALERTAS SISTEMA*/
.js-alerta-sistema{
    padding: 15px;
    background: #222222;
    color: #fff;
    text-align: right;
}

.js-alerta-sistema button{
    background: none;
    border: none;
}

.js-alerta-sistema button .icon{
    font-size: 15px;
    display: inline-block;
}

.title-bar-shortcut.favorito:before{
    color:#ffeb3b;
}
.title-bar-shortcut.favorito:hover:before{
    color:transparent;
}



/*TPV*/

.ticket{
	display: inline-block;
	float: left;
}

.nav-tabs.ticket li a{
	padding: 10px 20px;
}

.ticket .active {
    border-left: 1px solid #ccc!important;
	border-top: 1px solid #ccc!important;
    border-right: 1px solid #ccc!important;
    border-bottom: none;
}

.ticket.tab-content{
	padding: 0;
	float: left;
	display: inline-block;
    width: 100%;
}

.ticket .nuevo-ticket {
    height: 41px;
    background: #9a9921;
    border: none;
    color: #fff;
    padding: 0 30px;
}

.btn_custom_tpv {
    height: 41px;
    background: #9a9921;
    border: none;
    color: #fff;
    padding: 0 30px;
}

.tareas-pendientes {
    height: 41px;
    background: #9a9921;
    border: none;
    color: #fff !important;
    padding: 0 30px;

}

.tareas-pendientes a:hover {
    height: 41px;
    background: #9a9921;
    border: none;
    color: #fff !important;
    padding: 0 30px;

}

.filtros .input-group{
	width: 100%;
}

.tab-pane .filtros {
    margin-right: 15px;
}

.tab-pane .filtros .input-group, .tab-pane .filtros .form-group {
    width: 180px;
    float: left;
    display: inline-block;
    margin-right: 15px;
}

.tab-pane .filtros .box-select {
    width: 100%;
}


.controles{
	display: inline-block;
	width: 100%;
	float: left;
	background: #fff;
    padding: 15px;
}

.controles .mostrar{
	display: inline-block;
	background: #f5f5f5;
    padding: 10px;
	margin-bottom: 15px;
	float: right;
}

.controles .mostrar p{
	text-align: right;
	font-size: 13px;
    margin-bottom: 0px;
    color: #666;
    font-weight: 500;
}

.controles .bread-controles{
	display: inline-block;
	background: #f5f5f5;
    padding: 10px;
	margin-bottom: 15px;
	float: left;
}

.controles .bread-controles li{
	display: inline;
    font-size: 13px;
    margin-bottom: 0px;
    color: #9a9921;
    font-weight: 500;
}

.controles .bread-controles li a{
	display: inline;
    font-size: 13px;
    margin-bottom: 0px;
    color: #666;
    font-weight: 500;
}

.controles .bread-controles li a:hover{
    color: #9a9921;
}

.controles .bread-controles .bread li .barra {
    margin: 0 5px;
    color: #9a9921;
    font-weight: 600;
}

.botones-tpv{
	width: 100%;
	display: inline-block;
	float: left;
}

.btn-tpv{
	width: 100%;
	display: inline-block;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}

.btn-tpv button{
	width: 100%;
	height: 140px;
	background: #ddd;
	padding: 0;
    margin: 0;
	border: 2px solid #ccc;
	position: relative;
	overflow: hidden;
}

.btn-tpv button:hover{
	opacity: 0.9;
}

.btn-tpv button:focus{
	outline: none;
}

.btn-tpv button .icono{
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.btn-tpv span{
	font-size: 100%;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}

.paginador-tpv{
	display: inline-block;
	width: 100%;
	float: left;
}

.paginador-tpv button{
	width: 100%;
	height: 40px;
	background: #ccc;
	font-size: 18px;
}

.paginador-tpv button:hover{
	background: #ddd;
}

.ticket table .icono-accion{
	margin: 0 3px;
}

.ticket .dataTables_wrapper {
    padding: 0px 15px 40px 15px;
}

.ticket .dataTables_wrapper .dataTables_info, .ticket .dataTables_wrapper .dataTables_filter, .ticket .dataTables_length, .ticket .dataTables_paginate.paging_simple_numbers  {
    display: none!important;
}

.ticket .acciones{
	display: inline-block;
	float: left;
	padding: 5px 15px;
	width: 100%;
}

.ticket .btn-acciones{
	display: inline-block;
	float: left;
}

.ticket .acciones ul li {
    display: inline;
    float: left;
}

.ticket .acciones ul li a {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.ticket .acciones ul li .icono {
    width: 40px;
    height: 40px;
    top: 0px;
	fill: #9a9921;
}

.ticket .acciones ul li:hover .icono{
	fill:#8a0404;
}

.ticket .total-ticket{
	display: inline-block;
	float: right;
	text-align: right;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	margin-right: 15px;
}

.ticket .total-ticket span{
	margin-left: 5px;
	color: #666
}

.js_tpv_bloque_de .fila-vacia a{
	position: relative;
	top: 25px;
}

.js_tpv_bloque_de .localizacion .box-select-full.js_custom_flecha_after.flecha:after{
	top: 25px;
}

.js_tpv_bloque_de .fila-vacia.no-label .localizacion .box-select-full.js_custom_flecha_after.flecha:after {
    top: 0px;
}
.fila-vacia.no-label .icon {
    top: -20px;
}

/*boton input file*/

.btn-file {
    overflow: hidden;
    top: 0;
    right: 0;
    border-radius: 0;
    font-size: 11px;
    padding: 0;
    font-weight: 600;
    color: #9a9921;
    transition: 0.3s ease all;
    width: 34px;
    height: 34px;
	line-height: 42px;
    position: absolute!important;
    fill: #fff;
    background: #9a9921;
    border-radius: 0 3px 3px 0;
    z-index: 999!important;
}

.btn-file .icono{
	width: 18px;
}

.btn-file:hover {
	background: #b9b81b;
}

.form-group select option{
	color:#666;
}

.input-file:focus{
   border: none!important;
}


.btn-file input[type=file] {
  position: absolute;
  top: 0px;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

input[readonly] {
  border-radius: 0;
}

input[readonly]:focus {
  border:2px solid #0066ff;
}


/*modal role*/

.rolPriv {
  position: relative;
}

.rolPriv label {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #bbb;
  position: relative;
  cursor: pointer;
  float: left;
  margin: 6px 15px;
}

.rolPriv span {
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  color: #444;
}

.rolPriv span:hover {
  text-decoration: none !important;
}

.rolPriv span a {
  color: #000 !important;
  font-weight: 600;
  border: none !important;
}

.rolPriv span:hover {
  text-decoration: underline;
}

.rolPriv input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.rolPriv input[type=checkbox]:checked + label {
  background-color: #f2f2f2;
}

.rolPriv input[type=checkbox]:checked + label:after {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f00c';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  color: #9a9921 !important;
  font-size: 12px;
}

.evento-gris{
    background: #ccc !important;
    border:#ccc !important;
}

.evento-gris:hover{
    background: #ddd !important;
}

.fc-state-highlight .fc-day-number{
    float: left;
    text-align: center;
    background-color: #9a9921!important;
    color: #fff !important;
    border-radius: 50%;
    width: 24px !important;
    height: 24px !important;
    line-height: 25px;
}

.label_custom_tarea{
    border: 1px solid #ddd;
    padding: 2px 2px;
    border-radius: 4px;
    background-color: #efeaea;
}
.label_custom_tarea p{
    margin: 1px 2px 2px 10px;
}

.tooltip-inner {
    white-space: pre-wrap;
    text-align: left;
}

.highlightDay{
    background-color: #ddd;
    color:#000 !important;
}
.highlightDay:hover{
    background-color: #ccc!important;

}

.img-canvas{
    position:absolute;
    top:0%;
}

.custom-canvas:active, .custom-canvas:hover {
    cursor: url('../img/pencil.png') 0 25, auto;
}

.custom-canvas{
    background-color: #f5f3f3;
}


.ellipsis_custom {
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

.container_ellipsis{
    overflow: hidden;
}

/*REGISTRO*/

.registro .login-body{
	width: 600px;
	max-width: initial;
}

.registro .thumbnail {
    width: 255px;
    height: 80px;
    overflow: hidden;
}

.registro p{
	margin-bottom: 15px;
}

.registro .thumbnail img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: inherit;
    max-width: initial;
	margin: 0;
}

.registro .input-group {
    position: absolute;
    right: 25px;
    bottom: -5px;
    display: inline-block;
    width: 50px;
    height: 50px;
}
.registro .input-group label {
    border-radius: 50%!important;
    padding: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 62px;
    background: #9a9921;
}
.registro .input-group .icono {
    fill: #fff;
    width: 24px;
}


/*PANEL DASHBOARD*/

.dashboard{
	display: inline-block;
	width: 100%;
	float: left;
}

.dashboard p{
	font-size: 18px;
	margin-bottom: 15px;
}

.dashboard .bloque{
	display: inline-block;
	width: 100%;
	float: left;
	background: #f5f5f5;
    padding: 25px;
    border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.dashboard .bloque:hover{
	background: #eee;
}
.dashboard .bloque .icono{
	overflow: hidden;
    fill: #9a9921;
    width: 35px;
    height: 35px;
    position: relative;
    top: 0;
	float: left;
}
.dashboard .bloque .texto{
	display: inline-block;
	width: 90%;
	float: left;
	padding-left: 15px;
}
.dashboard .bloque .texto span, .dashboard .bloque .texto span a{
	font-size: 18px;
    color: #9a9921;
}

.dashboard .bloque .texto span a:hover{
    color: #b9b81b;

}
.dashboard .bloque .texto p{
	font-size: 14px;
    color: #000;
}

.dashboard .bloque .texto .botones a {
    border-radius: 5px;
    background: #9a9921;
    border: #9a9921;
    color: #fff;
    font-weight: 300;
	padding: 6px 12px;
    margin-right: 10px;
	display: inline-block;
	margin-bottom: 10px;
}
.dashboard .bloque .texto .botones a:hover {
    background: #b9b81b;
}

.video-bienvenida{
	display: inline-block;
	width: 100%;
	float: left;
	margin-top: 20px;
}
.video-bienvenida .titulo{
	font-size: 26px;
	margin-bottom: 5px;
}
.video-bienvenida p{
	font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 18px;
}
.video-bienvenida .box-video{
	width: 100%;
	height: 300px;
}
.video-bienvenida iframe{
	width: 100%;
	height: 100%;
}

.dashboard .bloque .box-video{
	margin-bottom: 20px;
}

#modalContratosProyecto .box-input.box-select-83.input-tipoc, #modalModelosDeProyecto .box-input.box-select-83, #modalContacto .box-input.box-select-83{
	width: 83%;
}

#modalTareaPlantilla .box-input.box-select-83.flecha{
	width: 83%;
}

#cumpleanos .localizacion .flecha:after {
    right: 30px;
}

#tab_clientes_mdl_campanas .localizacion .flecha:after{
    right: 70px;
}


#tab_clientes_mdl_campanas .localizacion .js_flecha_localidad:after{
    right: 56px;
}
#tab_clientes_mdl_campanas .localizacion .js_flecha_provincia:after{
    right: 56px;
}

#cumpleanos .input-edad {
    width: 50px;
    float: left;
    margin-right: 10px;
}

#cumpleanos .custom-control, #tab_clientes_mdl_campanas .custom-control {
    margin-bottom: 20px;
}

/*INFORMES*/




@media screen and (max-width: 1800px) {

	.filtros .form-group {
		width: 165px;
	}
	.box-perfil {
		width: 45%;
	}
	.accesos-directos {
		width: 50%;
	}
	.ticket .col-lg-3 .box-select-83.flecha{
		width: 84%!important;
	}
	.ticket .col-lg-2 .box-select-83.flecha{
		width: 74%!important;
	}
	.btn-tpv button {
		height: auto;
	}
	.card .fila-vacia .col-lg-5{
		width: 40%;
	}
}

@media screen and (max-width: 1600px) {

	.filtros .form-group {
		width: 145px;
		margin-right: 10px;
	}
	.ticket .col-lg-3 .box-select-83.flecha{
		width: 80%!important;
	}
	.ticket .col-lg-2 .box-select-83.flecha{
		width: 70%!important;
	}
	.card .fila-vacia .col-lg-5 {
		width: 30%;
	}
	.card .fila-vacia .no-pd {
		min-width: 55px;
	}

}

@media screen and (max-width: 1440px) {

	.filtros .form-group {
		width: 135px;
	}
	.btn-exportar:first-child {
		margin-right: 8px!important;
	}
	.accesos-directos {
		width: 45%;
	}
	.box-perfil {
		width: 50%;
	}
	.ticket .tab-pane .filtros .input-group, .ticket .tab-pane .filtros .form-group {
		width: 100%;
	}

}

@media screen and (max-width: 1366px) {

	.filtros .form-group {
		width: 130px;
	}
	.ticket .col-lg-3 .box-select-83.flecha {
		width: 75%!important;
	}
	.ticket .col-lg-2 .box-select-83.flecha{
		width: 65%!important;
	}
	.card .fila-vacia .col-lg-5 {
		width: 25%;
	}
}

#modalComunicacionesModelos.modal .foto-perfil {
    top: 43px;
    right: 20px;
    display: inline-block;
    float: right;
    border-radius: 0;
}

#modalComunicacionesModelos.modal .box-img,#modalComunicacionesModelos.modal .img-ficha {
    width: 180px;
    height: 180px;
    float: right;
    position: relative;
    border-radius: 0;
}

#modalComunicacionesModelos.modal .img-ficha img {
    border-radius: 0;
}

#modalCampana.modal .foto-perfil {
    border-radius: 0;
}

#modalCampana.modal .box-img,#modalCampana.modal .img-ficha {
    width: 225px;
    height: 225px;
    border-radius: 0;
}

#modalCampana.modal .img-ficha img {
    border-radius: 0;
}

.advertencia{
	display: inline-block;
	width: 100%;
}

.advertencia {
	display: inline-block;
	width: 100%;
	color: #000;
	padding: 15px;
    background: #ddd;
	font-weight: 500;
}


.advertencia .icon{
	color: #9a9921;
	font-size: 16px;
    margin-right: 5px;
}

.nav-tabs>li>.tareas-pendientes:focus, .nav-tabs>li>.tareas-pendientes:hover{
	background: #ddd;
	color: #000!important;
}
.nav-tabs>li.active>.tareas-pendientes{
	background: #fff;
	color: #000!important;
}

/*Calculadora precio hora*/
.table-custom{
    width: 100%;
    padding:0;
    max-width: 100%;
    border-spacing: 0;
    display: table;
    border-left: 0;
}

.table-custom th{
    background-color: #9a9921;
    color: #fff;
    padding: 5px;
    vertical-align: middle;
    border-bottom: 1px solid #9a9921;
    border-right: 1px solid #9a9921;
}
.table-custom th:first-child{
    border-left: 1px solid #9a9921;
}
.table-custom td {
    color: #777;
    padding: 5px;
    vertical-align: middle;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.table-custom td:first-child{
    border-left: 1px solid #e2e2e2;
}
.table-custom td input{
    height: 30px!important;
    text-align: right;
}
.table-custom td input[disabled]{
    background-color: #fbf8f8;
}
.fondo_rosita{
    background-color: #ffe5e6;
}


/*Table-custom resultados de la calculadora precio hora*/
.table-custom-resultados{
    width: 100%;
    padding:0;
    max-width: 100%;
    border-spacing: 0;
    display: table;
    border-left: 0;
}

.table-custom-resultados th{
    background-color: #d87400;
    color: #fff;
    padding: 5px;
    vertical-align: middle;
    border-bottom: 1px solid #d87400;
    border-right: 1px solid #d87400;
}
.table-custom-resultados th:first-child{
    border-left: 1px solid #d87400;
}
.table-custom-resultados td {
    color: #777;
    padding: 5px;
    vertical-align: middle;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.table-custom-resultados td:first-child{
    border-left: 1px solid #e2e2e2;
}
.table-custom-resultados td input{
    height: 30px!important;
    text-align: right;
}
.table-custom-resultados th input[disabled]{
    background-color: #d87400;
    border:none;
    color: #fff;
}
.table-custom-resultados td input[disabled]{
    background-color: #fbf8f8;
}
.fondo_rosita{
    background-color: #ffe5e6;
}

.buscador-custom{
    display: block;
    position: fixed;
    top: 50px;
    border: 1px solid #ccc;
    border-radius: 15px;
    z-index: 1000;
    min-width: 274px;
    max-width: 300px;
    min-height: 300px;
    /*max-height: 600px;*/
    left: 50%;
    background-color: #fff;
    padding: 10px;
    overflow-y: hidden;
    box-shadow: 6px 8px 40px #aaaaaa65;
}

.js_cs_scrollbar{
    display: block;
    position: relative;
    min-width: 260px;
    max-width: 300px;
    min-height: 300px;
    max-height: 595px;
    background-color: #fff;
    /*overflow-y: auto;*/
}

.buscador-custom .bloque-buscador-custom{
    display: block;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 3px;
    max-width: 274px;
}

.dropdown-menu {
	z-index: 99999;
}