@font-face {
    font-family: Lucas;
    src: url(../fonts/NespressoLucas-Light.woff) format("woff");
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: Lucas;
    src: url(../fonts/NespressoLucas-Regular.woff) format("woff");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Lucas;
    src: url(../fonts/NespressoLucas-Medium.woff) format("woff");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: Lucas;
    src: url(../fonts/NespressoLucas-SemiBd.woff) format("woff");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: Lucas;
    src: url(../fonts/NespressoLucas-Bold.woff) format("woff");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: Lucas;
    src: url(../fonts/NespressoLucas-XtraBd.woff) format("woff");
    font-style: normal;
    font-weight: 800
}
/* BOTON AMODO */

.myButton {
	box-shadow: 3px 4px 16px 1px #899599;
	background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
	background-color:#ededed;
	border-radius:15px;
	border:1px solid #d6bcd6;
	display:inline-block;
	cursor:pointer;
	color:#3a8a9e;
	font-family:Arial;
	font-size:18px;
	padding:11px 75px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
}
.myButton:hover {
	background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
    background-color:#bab1ba;
    color: red;
}
.myButton:active {
	position:relative;
	top:1px;
}


/* FIN BOTON AMODO */
/*productos*/
.card-body.px-5.py-4 {
	background-color: #464545;
}
.cke_wysiwyg_frame, .cke_wysiwyg_div {
	color: #000!important;
}
textarea.cke_source {
	background-color: #1b1b1b!important;;
}
body .editor-toolbar a {color: white !important;}
body .editor-toolbar aa:hover {color: black !important;background-color: #f7f7f7;}
.content .btn.box:hover, .content .btn.box:focus,
.collapse .box:hover, .collapse .box:focus{
    background: rgba(255,255,255,0.4);
    color: #fff;
    border-color: #fff;
}

.collapse .box a{
    color: #fff;
}

.btn-link{
    color: #fff;
    width: 100%;
text-align: left;
}

.btn-link:focus, .btn-link:hover {
    color: #fff;
}

.legal .panel {
    background: transparent;
    border: 1px solid  rgba(255, 255, 255, 0.2);
}

.legal .panel-heading {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.legal .panel-body {
    color: #fff;
    background: #464545;
}

body .card-header {
    border-bottom: 1px solid gray;
}

body .card-header:hover {
    background: rgba(255, 255, 255, .175);
}

body .card-header:last-child {
    border-bottom: 0;
}
.btn-link:focus, .btn-link:hover {
    color: #fff;
    text-decoration: none;
}
body .card-header i{
    float:right;
}
body .card-header .collapsed i.fa-angle-up::before {
    content: "\f107";
}
.dosc{
    columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: circle;
}
.card-body a{
    color: #fff;
}
.card-body a:hover,.card-body a:focus,.card-body a:active{
    color: #aaa;
}
/*fin productos*/

.sidebar-open .content-wrapper {
    min-height: calc(100vh - 50px) !important;
}

.btneliminar{
    width: 100%;
    height: 50px;
    color: #fff;
    background: rgb(179, 29, 66);
    border: 1px solid rgb(179, 29, 66);
}

body {
    font-family: Lucas, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
}

.content-wrapper {
    /*background: url('../../../../img/fondo.jpg');
    background-size: cover;*/
    background: #1b1b1b;
}

.title-grafic{text-decoration: underline;}
.box.box-primary.grafico-800 .col-md-6 {min-height: 500px;}
#btn-Preview-Image {width: 350px;float: right;}


div#canvas
{
    height: 500px;
    width: 800px;
    position: absolute !important;
    left: 500px;
    top: 0;
}


body .main-footer {
    background: #1b1b1b;
}

a {
    color: #8f7247;
}

a:hover, a:active, a:focus {
    color: white;
}

.content .box {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, .125);
    border-radius: 5px;
}

.main-header {
    background-color: black;
}

.main-header .logo {
    line-height: 30px;
    height: 30px;
}

.main-header .navbar {
    min-height: 30px;
}

.main-header .sidebar-toggle {
    padding: 14.5px 0;
}

body .user-panel {
    padding: 0 10px 20px 10px;
}

.skin-purple .main-header .logo {
    background-color: black;
}

.skin-purple .main-header .navbar {
    background-color: black;
}

.content {
    padding: 0;
    color: white;
    background: #1b1b1b;
}

.parallax {
    position: fixed;
    min-height: 100vh;
    width: 100%;
    scroll-behavior: smooth;
    overflow: hidden;
    top: 0;
    z-index: 9;
}

.parallax::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .5);
}

.parallax__image {
    width: 100%;
    overflow: hidden;
    height: 120%;
}

.parallax__image.is-parallax {
    left: 0;
    position: absolute;
    will-change: transform;
    right: 0;
    top: 0;
}

.parallax__image.is-parallax>img {
    height: 100%;
    max-width: none;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
}

.section, .noparallax {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: transparent;
    z-index: 9;
}

.cabecera-movil {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 9;
    background-color: white;
    color: black;
    border-radius: 5px 5px 0 0;
}

.footer-movil {
    width: 100%;
    z-index: 9;
    background: rgba(255, 255, 255, .175);
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}

.progreso {
    z-index: 9;
}

.guardaryvalidar {
    width: 100%;
    z-index: 9;
    background: #000;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}

.progress {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.2);
    height: 1.5rem;
}

.progress-bar {
    background-color: transparent;
}

.bg-black{
    background-color: #000 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-success {
    background-color: #3d8705 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-secondary {
    background-color: #8f7247 !important;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn.btn-success {
    background-color: #3d8705;
    border: 1px solid #3d8705;
}

.btn.btn-success:hover, .btn-success:active, .btn-success.hover {
    background-color: #3d8705;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
}

.btn.btn-secondary {
    color: #fff;
    background-color: #8f7247;
    border: 1px solid #8f7247;
}

.btn.btn-secondary:hover {
    box-shadow: 0 .25em .5em rgba(0, 0, 0, .3);
    background: #a0804f;
}

.btn.btn-dark {
    color: white;
    background-color: transparent;
    border: 1px solid white;
}

.btn.btn-dark:hover {
    box-shadow: 0 .25em .5em rgba(0, 0, 0, .3);
    background: white;
    color: #1b1b1b;
}

.btn.btn-black {
    color: white;
    background-color: black;
    border: 0;
}

.btn.btn-black:hover {
    background-color: #3d8705;
}

.guardaryvalidar .btn.btn-black:hover {
    background-color: black;
}

.btn.btn-black span{
    display: block;
    font-size: 10px;
}

.btn.btn-grey {
    color: white;
    background-color: transparent;
    border: 0;
}

.footer-movil .btn{
    padding: 10px 20px;
    font-weight: 600;
    font-size: 25px;
}

body .btn i {
    vertical-align: middle;
}

.guardaryvalidar .btn{
    padding: 5px 0;
    font-weight: 600;
    font-size: 20px;
}

.cabecera-movil h5 {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
}

.cabecera-movil h6 {
    font-size: 11px;
    margin-bottom: 0;
}

.pregunta {
    z-index: 9;
    position: relative;
    margin: auto;
    width: 95%;
    margin-top: 2.5%;
}

.card {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, .125);
    overflow: auto;
    height: calc(100vh - 280px);
    max-height: calc(100vh - 280px);
}

.card-header {
    background: transparent;
    border-bottom: 0;
    padding: .75rem;
    line-height: 15px;
}

.card-body {
    padding: .75rem;
    padding-bottom: 0;
}

.card-footer {
    /*background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .125);*/
    padding: .75rem;
}

.btn-round{
    border-radius: 50%;
}

/*switch*/

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3d8705;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "\f00c";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    color: #3d8705;
    -webkit-transition: .4s;
    transition: .4s;
    font-family: FontAwesome;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
}

input:checked+.slider {
    background-color: rgb(179, 29, 66);
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    content: "\f00d";
    color: rgb(179, 29, 66);
    font-family: FontAwesome;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*fin switch*/

textarea.form-control {
    border-radius: 5px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .125);
    color: white;
    resize: none;
}

.form-control {
    border-radius: 5px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .125);
    color: white;
}

.form-control:focus {
    color: white;
    background-color: transparent;
    border-color: rgba(255, 255, 255, .125);
}

:-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5) !important;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5) !important;
}

::placeholder {
    color: rgba(255, 255, 255, .5) !important;
}

.cuestionario {
    transition: height 1s ease-out;
    height: 0;
    display: none;
}

.cuestionario.activo {
    height: calc(100vh - 155px);
    display: block;
}

.primero,
.anterior {
    visibility: hidden;
}

body .btn {
    letter-spacing: .07143em;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
}

.checkbox label, .form-check-label {
    position: relative;
    line-height: 15px;
    border-radius: 13px;
    padding: 3px;
    padding-bottom: 0;
    padding-right: 5px;
    padding-left: 23px;
}

.form-check-label {
    padding-bottom: 3px;
}

.form-check-label {
    padding-left: 25px;
}

.checkbox label input, .form-check-input {
    margin-left: 3px;
    vertical-align: middle;
}

.checkbox label:after, .form-check-label:after {
    background: rgba(255, 255, 255, 0.2);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 2.4px;
    left: 3px;
    text-align: center;
    font-size: 12px;
}

.form-check-label:after {
    top: 3px;
    left: 3px;
}

label.activa::after, .form-check-label.activa:after,
.form-check-input:checked + .form-check-label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #3d8705;
    background: rgba(255, 255, 255, 1);
}

label.activa, .form-check-input:checked + .form-check-label {
    background: rgba(61, 135, 5, 0.5);
}

body .checkbox input[type="checkbox"]:checked, body .checkbox input[type="checkbox"], body .form-check-input[type="radio"]:checked, body .form-check-input[type="radio"] {
    opacity: 0;
    z-index: 99999999;
}

body .checkbox input[type="checkbox"]:focus, body .checkbox input[type="checkbox"]:checked, body .form-check-input[type="radio"]:focus, body .form-check-input[type="radio"]:checked {
    outline: none;
}

body .nav-steps {
    background: transparent;
    border-bottom: 0;
}

.nav-steps li {
    padding: 0 10px;
}

.nav-tabs-custom {
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 5px;
}

.nav-tabs-custom>.tab-content {
    background: transparent;
    padding: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

body .nav-steps li a strong {
    background: transparent;
    color: white;
    border: 1px solid white;
}

body.skin-purple .nav.nav-steps li.active a strong {
    background: #3d8705;
    font-weight: 600;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
    border: 0;
}

.skin-purple .wrapper, .skin-purple .main-sidebar, .skin-purple .left-side {
    background-color: black;
}

body #crudTable_filter input {
    border: 1px solid rgba(255, 255, 255, 0.125);
}

.dataTables_wrapper {
    flex-direction: column;
}

.table {
    color: white;
}

.table-hover tbody tr:hover {
    color: white;
    background-color: rgba(255, 255, 255, .075);
}

.content-header>.breadcrumb>li>a {
    color: white;
    padding-right: 5px;
    font-weight: 600;
}

.content-header > .breadcrumb {
    position: absolute !important;
    margin-top: 0 !important;
    float: none;
    background: transparent !important;
    padding: 7px 5px !important;
}

body.skin-purple .pagination>.active>a, body.skin-purple .pagination>.active>a:focus, body.skin-purple .pagination>.active>a:hover, body.skin-purple .pagination>.active>span, body.skin-purple .pagination>.active>span:focus, body.skin-purple .pagination>.active>span:hover {
    background-color: transparent !important;
    color: white;
    border: 1px solid white !important;
    padding: 5px 10px;
    border-radius: 50%;
    margin: 0 10px;
}

body .pagination>li>a {
    color: white;
}

body .select2-container--bootstrap.select2-container--focus .select2-selection, body .select2-container--bootstrap.select2-container--open .select2-selection {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.175);
    color: white;
}

body .select2-container--bootstrap .select2-dropdown {
    box-shadow: none;
    border-color: white;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
}

body .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.175);
    border-radius: 5px;
    color: white;
}

body .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: white;
    font-weight: bold;
}

body .select2-container--bootstrap .select2-results__option[aria-selected="true"] {
    background-color: transparent;
    color: white;
    font-weight: bold;
}

body .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: white transparent transparent;
}

select[name="crudTable_length"] {
    margin-right: 5px;
}

.dataTables_length {
    margin-right: 5px;
}

.content-header>.breadcrumb {
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    text-align: center;
}

body .select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.175);
    border-radius: 5px;
    color: white;
}

body .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: white;
    padding: inherit;
    padding-left: 0;
}

body .select2-container--bootstrap.select2-container--focus .select2-selection, body .select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: white;
}

body .dropdown-menu>li {
    color: white;
    width: 100%;
}

body .dropdown-menu>li>a {
    color: white;
    width: 100%;
    display: block;
}

body .dropdown-menu {
    border-color: white;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 5px;
    padding: 5px;
}

.dropdown-menu>li>a:hover {
    background-color: transparent;
    color: black;
}

.skin-purple .sidebar-menu>li.active>a {
    border-left-color: rgba(143, 114, 71, 1);
}

.skin-purple .sidebar-menu>li:hover>a, .skin-purple .sidebar-menu>li.active>a, .skin-purple .sidebar-menu>li.menu-open>a {
    background: rgba(255, 255, 255, .2);
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    background: black;
    color: white;
}

.skin-purple .sidebar-menu .treeview-menu>li>a {
    color: white;
}

.skin-purple .sidebar-menu .treeview-menu>li.active>a, .skin-purple .sidebar-menu .treeview-menu>li>a:hover {
    color: white;
    font-weight: bold;
}

body .daterangepicker .calendar-table {
    border: 1px solid #000;
    background-color: transparent;
}

body .daterangepicker select.hourselect,
body .daterangepicker select.minuteselect,
body .daterangepicker select.secondselect,
body .daterangepicker select.ampmselect,
body .daterangepicker .calendar th,
body .daterangepicker .calendar td {
    color: white !important;
}

body .daterangepicker td.in-range {
    background-color: rgba(0,0,0,.175);
}

body .daterangepicker td.off,
body .daterangepicker td.off.in-range,
body .daterangepicker td.off.start-date,
body .daterangepicker td.off.end-date {
    background-color: black;
}

body .daterangepicker td.available:hover,
body .daterangepicker th.available:hover {
    background-color: black;
    border-color: 1px solid white;
}

.skin-purple .sidebar-menu > li > .treeview-menu {
    margin: 0;
    background: rgba(255, 255, 255, .25);
}

/*Radio swich*/

.form-group{
    position: relative;
}

.switch2 {
    position: relative;
    display: inline-block;
    text-align: center;
    background: #3d8705;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 25px;
}
.switch2 label:nth-child(2) {
    position: relative;
}

.switch2 label:nth-child(2):before {
    position: absolute;
    width: 15px;
    height: 3px;
    top: 50%;
    left: 8px;
    content: '';
    margin: -2px 0px 0px -15px;
    background: #fff;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 2px;
}

.switch2 label:nth-child(2):after {
    position: absolute;
    width: 15px;
    height: 3px;
    top: 50%;
    left: 8px;
    content: '';
    margin: -2px 0px 0px -15px;
    background: #fff;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 2px;
}

.switchi input[type=radio] {
    display: none;
}

.switch2 label {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.2);
    line-height: 34px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 0;
    font-weight: 600;
}

label.yes {
    padding-left: 10px;
    padding-right: 10px;
}

label.no {
    padding-left: 10px;
    padding-right: 10px;
}

.switchi input:nth-child(2):checked~.switch2 {
    background: rgb(179, 29, 66);
}

.switchi input:nth-child(2):checked~.switch2 label:nth-child(2):before {
    background: #fff;
    left: 5px;
}

.switchi input:nth-child(2):checked~.switch2 label:nth-child(2):after {
    background: #fff;
    left: 5px;
}

.switchi input:nth-child(1):checked~.switch2 label:nth-child(2):after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 9px;
    margin-top: -3px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 2px;
}

.switchi input:nth-child(1):checked~.switch2 label.yes {
    color: #fff;
}

.switchi input:nth-child(2):checked~.switch2 label.no {
    color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: initial !important;;
    border: 0 !important;;
}

.btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none;
}

.ap-dropdown-menu {
    background: rgba(0, 0, 0, 0.9);
    box-shadow: none;
    border-radius: 5px;
    color: white;
}

.ap-input:hover ~ .ap-input-icon svg,
.ap-input:focus ~ .ap-input-icon svg,
.ap-input-icon:hover svg {
  fill: white;
}

.ap-address {
    color: white;
}

.ap-suggestion-icon svg {
-webkit-transform: scale(0.9) translateY(2px);
        transform: scale(0.9) translateY(2px);
fill: white;
}

.ap-input-icon svg {
    fill: white;
  }

  .ap-cursor {
    background: transparent;
    font-weight: bold;
  }

  .ap-cursor .ap-suggestion-icon svg {
    fill: white;
  }

  body .datepicker table tr td.active:active,
  body .datepicker table tr td.active.highlighted:active,
  body .datepicker table tr td.active.active,
  body .datepicker table tr td.active.highlighted.active {
    background-color: #000;
    border-color: #000;
}

body .datepicker table tr td.old,
body .datepicker table tr td.new {
    color: #555;
}

.evento-box{
    background: rgba(255, 255, 255, .175);
    color: white;
    text-align: center;
}

.evento-box:hover{
    background: #3d8705;
}

.evento-box.sin-hover:hover{
    background: rgba(255, 255, 255, .175);
}

.evento-box.hover-naranja:hover{
    background: orange;
}

.evento-box img{
    max-width: 70px;
}

.evento-box .info-box-text {
    line-height: 15px;
    font-size: 12px;
}

.evento-box .info-box-number {
    font-size: 15px;
    line-height: 15px;
}

.evento-box .info-box-location {
    line-height: 15px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.cuestionario-evento .bg-black{
    border-radius:5px;
}

body .cke_chrome {
    border: 1px solid rgba(255, 255, 255, .125);
}

body .cke_inner {
    background: rgba(255,255,255,.25);
}

body .cke_top {
    border-bottom: 1px solid rgba(255, 255, 255, .125);
    background: transparent;
}

body .cke_bottom {
    border-top: 1px solid rgba(255, 255, 255, .125);
    background: transparent;
}

.input-group .input-group-btn{
    margin-top: 10px;
}

body .todo-list {
    margin-top: 10px;
}

body .todo-list > li {
    border-radius: 2px;
    padding: 10px;
    background: transparent;
    margin-bottom: 2px;
    border: 1px solid rgba(255, 255, 255, .125);
    color: white;
}

.sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion {
    font-size: 20px;
}

.treeview-menu > li > a > .fa, .treeview-menu > li > a > .glyphicon, .treeview-menu > li > a > .ion {
    font-size: 20px;
}

.m-auto {
    margin: auto !important;
    float: none !important;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    color: white;
}

.bg-green-gradient {
    background: rgba(255, 255, 255, .175) !important;
    color: #fff;
}

body .fc-unthemed td.fc-today {
    background: rgba(255, 255, 255, .175);
}

body .fc-widget-header {
    background: rgba(255, 255, 255, .175);
}

.fc-header-toolbar h2{
    font-size: 17px;
}

.fc-toolbar {
    padding: 5px 10px;
}

body .fc-state-default{
    background: #292929;
    color: white;
    font-size: 10px;
    font-weight: lighter;
    box-shadow: none;
    border: 0;
}

body .fc-icon-left-single-arrow::after, body .fc-icon-right-single-arrow::after{
    font-weight: normal;
    top: 0;
    font-size: 14px;
}

body .fc button {
    height: 16px;
    padding: 0 3px;
    line-height: 15px;
    font-size: 12px;
}

body .fc-button:hover, body .fc-button:active, body .fc-button.hover {
    background-color: #292929;
}

body .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0px;
}

body td.fc-widget-content{
    border-bottom: 0px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: rgba(255,255,255,.175);
    color: #999;
}

input[type="date"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control, input[type="time"].form-control {
    line-height: 22px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.header, .navbar-nav > .messages-menu > .dropdown-menu > li.header, .navbar-nav > .tasks-menu > .dropdown-menu > li.header,
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    background-color: #f4f4f4;
    border-bottom: 1px solid rgba(255,255,255,.175);
    color: blac;
}

body .messages-menu .dropdown-menu {
    border-color: rgba(255, 255, 255, 0.175);
    background: rgba(255, 255, 255, 0.9);
}

body .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
    margin: 0;
    padding-top: 12px;
}

body .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
    margin: 0;
    color: #333;
}

body .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
    color: #666;
}

.esquina-derecha{
    position: absolute;
    top: 2rem;
    right: 1.2rem;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: white;
}

.input-group .input-group-addon {
    border-color: rgba(255,255,255,0.175);
    background-color: transparent;
    color: white;
    border-left: 0;
}

.date .form-control{
    border-right: 0px;
}

.d-table{
    display: table !important;
}

.algolia-places input{
    padding-right: 30px;
}

.footer-movil {
    position: fixed;
    bottom: 51px;
}

.footer-movil.desactivado:after {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
}

.guardaryvalidar {
    position: fixed;
    bottom: 0px;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

select.form-control.input-sm option {
    color: black;
}

.input-group-btn {
    font-size: 1em;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

body .daterangepicker td.active, body .daterangepicker td.active:hover {
    background-color: #3d8705;
}

body .daterangepicker .input-mini.active {
    border: 1px solid #3d8705;
}

.dtr-bs-modal .modal-title,
.dtr-bs-modal .table {
    color: #000;
}

body {
    background: #000 !important;
}

.main-header {
    -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
}

.sidebar-open .main-header {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0);
}

.treeview-menu > li > a {
    padding: 10px 5px 10px 15px !important;
}

.skin-purple .main-header .logo:hover,
.skin-purple .main-header .navbar .sidebar-toggle:hover {
    background: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.daterangepicker .calendar-table {
}

.daterangepicker .input-mini {
    color: #fff !important;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect,
.daterangepicker .calendar th, .daterangepicker .calendar td {
    color: #000 !important;
}

.treeview-menu > li > a > .fa, .treeview-menu > li > a > .glyphicon, .treeview-menu > li > a > .ion {
    width: 22px;
    text-align: center;
    height: 21px;
    vertical-align: middle;
    padding-top: 1px;
    font-size: 17px;
    color: white;
}
.nav-stacked > li > a {
    color: #fff;
}

.nav-stacked > li > a:hover, .nav-stacked > li.active > a, .nav-stacked > li.active > a:hover {
    color: #333;
}

.textomas, .textomast{
    max-height: 130px;
    margin-bottom: 10px;
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 17px;
}

.botonmenos, .botonmenost{
    display: none;
    margin-bottom: 10px !important;
}

.botonmas, .botonmast{
    margin-bottom: 10px !important;
}

.d-inline-block{
    display: inline-block !important;
}

.incidencia:before{
    font-family: FontAwesome;
    color: rgba(255, 255, 255, .175);
    text-align: center;
    position: absolute;
    left: 29%;
}

.resuelta:before{
    content: "\f00c";
    top: -50%;
    font-size: 6em;
}

.abierta:before{
    content: "\f09c";
    top: -33%;
    font-size: 5.5em;
}

.cerrada:before{
    content: "\f023";
    top: -33%;
    font-size: 5.5em;
}

.total:before{
    content: "\f071";
    top: -20%;
    font-size: 4.5em;
}

select[name="position"] {
    height: 40px;
    margin-top: 7px;
    padding: 5px 10px;
    background: transparent;
    border: 2px solid #fff;
}

.modal-content {
    background-color: rgba(0,0,0,0.7);
    border: 1px solid white;
}

.dtr-bs-modal .modal-title, .dtr-bs-modal .table {
    color: #fff;
}

.form-inline .input-group .input-group-addon{
    border: 0;
}

.incidencias{
    text-align: center;
}

.incidencias #calendar{
    display: inline-block;
    width: auto;
    float: none;
    margin: auto;
    margin-top: 20px;
}

.demo-placeholder .legend > div{
    background: transparent !important;
}

.demo-placeholder .legend > table{
    color: #fff !important;
}

.auditorias #report-data{
    text-align: center;
}

.auditorias h5{
    font-size: 24px;
}

/*Responsive*/

@media (min-width: 768px) {
    .footer-movil {
        width: calc(100% - 230px);
    }

    .guardaryvalidar {
        width: calc(100% - 230px);
    }
    .sidebar-mini.sidebar-collapse .footer-movil, .sidebar-mini.sidebar-collapse .guardaryvalidar {
        width: calc(100% - 50px);
        z-index: 840;
    }
}

@media (max-width: 1450px) {
    .auditorias{
        text-align: center;
    }
    .auditorias .btn-group{
        margin-bottom: 10px;
    }
    .auditorias .pull-right{
        float: none !important;
    }
}

@media (max-width: 990px) {
    .incidencia:before{
        left: 10%;
    }
    .cuestionario.activo {
        height: calc(100vh - 150px);
    }
    .incidencias #calendar .input-group{
        width: 100%;
        margin-bottom: 10px;
    }
    .auditorias #calendar .input-group{
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .imgbienvenido {
        width: 200px;
    }
    body .main-sidebar {
        padding-top: 40px;
    }
    body .btn {
        letter-spacing: 0;
        padding: 8px 10px;
    }
    body .btn span, body .btn{
        font-size: 0;
    }

    body .btn.login, body .btn.applyBtn, body .btn.cancelBtn, body .btn.box span, body .btn.box{
        font-size: 1em;
    }

    body #calendar .btn.btn-date{
        font-size: 0.8em;
    }

    body .btn i{
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 1.75rem;
    }
    .incidencia h1{
        font-size: 36px;
    }
    h2 {
        font-size: 1.5rem;
    }
    .main-header {
        display: flex;
    }
    .skin-purple .main-header .logo {
        text-align: left;
        display: flex;
    }
    .skin-purple .main-header .navbar {
        display: flex;
        justify-content: end;
        padding-right: 15px;
        flex-basis: 0;
    }
    p {
        margin-bottom: 0.5rem;
        line-height: 15px;
    }
    .form-group.text-left{
        text-align: center !important;
    }
    .main-header{
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .cuestionario.activo {
        height: 100%;
    }
    .cabecera-movil {
        border-radius: 0;
    }
    .cuestionario-evento .bg-black{
        background: transparent !important;
    }
    body .textomas, body .textomast{
        max-height: 69;
    }
}

@media (max-width: 500px) {
    .r-w-100 {
        width: 100% !important;
    }
    .r-p-0 {
        padding: 0 !important;
    }
    .dataTables_length{
        font: 0/0 a;
    }
    .incidencia{
        width: 50%;
        padding: 2% 0;
    }
    .incidencia:before{
        left: 50%;
        transform: translate(-50%);
    }
    .cerrada::before {
        top: -16%;
    }
    .resuelta::before {
        top: -28%;
    }
    .abierta::before {
        top: -16%;
    }
    .total::before {
        top: -3%;
    }
}

@media (max-width: 376px) {
    .r-w-100-375 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .incidencia {
        padding: 4% 0;
    }
    .cerrada::before {
        top: -9%;
    }
    .resuelta::before {
        top: -20%;
    }
    .abierta::before {
        top: -9%;
    }
    .total::before {
        top: 3%;
    }
}
