@CHARSET "UTF-8";

body {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    /*letter-spacing: 0.5px;*/
}

p {
    margin: 0;
}

a {
    cursor: pointer;
}

.hoja {
    border-left: 3px solid #F95789;
    border-radius: 40px 0 0 0;
    border-top: 1px solid #F95789;
    margin-left: 0 !important;
    min-height: 500px;
    padding: 20px 0 20px 10px;
}

.hoja>div.slimScrollDiv {
    min-height: 450px;
    position: relative;
}

.hoja .btn {
    /*margin-top: 12px;*/
}

.flecha, .flecha_task {
    border-color: rgba(255,255,255,0) #F95789 rgba(255,255,255,0);
    border-style: solid;
    border-width: 10px 10px 10px 0;
    display: none;
    float: right;
    height: 0;
    margin-right: -20px;
    position: relative;
    top: 16px;
    width: 0;
}

#task li {
    padding-left: 15px;
    padding-right: 10px;
}

#task .progress {
    height: 5px !important;
    border-radius: 2px;
}

.campaign.active a.campaigns {
    color: #F95789;
}

#deliverable li.oculto {
    display: none;
}

#deliverable li,
#task li,
#item li {
    border-bottom: 1px solid #F95789;
    margin-bottom: 5px;
    padding-bottom: 4px;
    padding-right: 10px;
    margin-right: 10px;
}

.hoja li .btn-mini {
    float: right;
}


#campanas > li {
    line-height: 30px;
    margin-right: 10px;
}

#campanas .btn-xs {
    margin-right: 5px !important;
}

.btn-default.btn-xs {
    color: #F95789;
}

#deliverable .btn.btn-mini {
    margin-top: 15px;
}

#deliverable .btn.btn-xs + a,
#item .btn.btn-xs + a,
#task .btn.btn-xs + a {
    margin-right: 10px;
}

#myModal li {
    margin-bottom: 5px;
}

.accordion-toggle,
.accordion-toggle:hover,
.accordion-toggle:focus {
    text-decoration: none;
    color: #F95789;
}

table tr.deliv {
    color: #F95789;
    font-weight: bold;
}

table tr.deliv td {
    border-top: 2px solid #F95789;
}

.informes .panel-title > a {
    color: #F95789;
}

.informes .panel-title > a > div.nombre {
    text-decoration: underline;
}

.users td.icons {
    text-align: center;
}

.empty {
    border: 1px dashed #0088CC;
    display: inline;
    float: left;
    left: 50%;
    margin-left: -60px;
    margin-top: -26px;
    padding: 15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 123px;
}

.user:before {
    content: 'Responsable: ';
}

.supervisor:before {
    content: 'Supervisor: ';
}

.table tbody tr.success > td {
    background-color: #8ACD86 !important;
}

.navbar-flex {
    display: flex;
    padding: 0 15px 0;
}

.navbar-header {
    flex: 2 auto;
    float: none !important;
}

.navbar-collapse {
    flex: 4 auto;
    text-align: center;
    margin: 0 auto;
}

.logout-btn {
    flex: 1 auto;
    text-align: right;
}

.logout-btn a {
    height: 100%;
}

.logout-btn a i {
    vertical-align: middle;
    font-size: 32px;
}

.navbar .navbar-brand {
    /*padding: 5px 20px !important;*/
    margin: 0;
    padding: 0;
    float: none;
    display: block;
    position: relative;
}

.navbar .navbar-brand img {
    max-height: 100%;
    max-height: 35px;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0 auto;
}

.navbar-nav {
    float: none !important;
    display: flex;
}

.navbar-nav li {
    flex: 1 auto;
    float: none;
    border-right: 2px solid #f95976;
}

.navbar-nav li > a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-nav li:last-child {
    border-right: none;
}

.navbar-default .navbar-nav > li > a {
    /*color: transparent;*/
    color: #000;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 500;
    /*text-shadow: 0 1px 0 rgba(255,255,255,.3), 0 -1px 0 rgba(0,0,0,.7);*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    text-shadow: none;
    background-color: rgba(255, 255, 255, 0);
    /*box-shadow: inset 0 0 4px rgba(0,0,0,0.2);*/
    color: #f95976;
}

.campanas .btn-block {
    text-align: left;
    padding-left: 15px;
}

.items h3.panel-title,
.informes h3.panel-title{
    font-size: 24px;
}

.btn-primary.btn-disabled,
.btn-primary.btn-disabled:hover,
.btn-primary.btn-disabled:focus,
.btn-primary.btn-disabled:active {
    cursor: default;
    background-color: #f95978;
    border-color: #f84064;
    color: #fff;
}


/*--------------------- VACACIONES ---------------------*/

/*
 * examples/full/css/demo.css
 *
 * This file is part of EditableGrid.
 * http://editablegrid.net
 *
 * Copyright (c) 2011 Webismymind SPRL
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://editablegrid.net/license
 */

.editablegrid-action {
    color: #f95978 !important;
    cursor: pointer;
}

.vacaciones h5 {
    font-size: 16px;
}

.vacaciones h5 span{
    font-weight: bold;
}

.vacacionesh2 {
    font-size: 13px;
}

.vacacionesa {
    color: #548dc4;
    text-decoration: none;
}

.vacacionesh1 a {
    font-size: 12px;
    float: right;
}

/*.vacaciones a:hover {
    text-decoration: underline;
}*/

.vacaciones img {
    border: 0;
}

.vacaciones .ok {
    background-color: #0a8819;
    color: white;
    padding: 5px;
}

.vacaciones input.invalid {
    background: red;
    color: #FDFDFD;
}

.vacaciones #message {
    width: 100%;
}

/*.vacaciones td.number {
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
    white-space: nowrap;
}*/

.vacaciones td.boolean {
    text-align: center;
}

.vacaciones th.boolean {
    text-align: center;
}

/*.vacaciones table.testgrid {
    border-collapse: collapse;
    border: 1px solid #CCB;
    width: 100%;
}

.vacaciones table.testgrid tr {
    border-bottom: 1px solid #DDD;
}

.vacaciones table.testgrid>tbody tr:hover {
    background-color: #888888;
    color: white;
}

.vacaciones table.testgrid>tbody tr:hover a {
    color: white;
}

.vacaciones table.testgrid th {
    background: #E5E5E5;
    border: 1px solid #D5D5D5;
    color: #555;
    text-align: center;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
}*/

.editablegrid-id{
    display: none;
}

.vacaciones .table td,
.vacaciones .table th {
    text-align: center !important;
}

/*.vacaciones table.testgrid td {
    padding: 5px;
    border: 1px solid #E0E0E0;
    text-align: center;
}
.vacaciones table.testgrid i {
    font-size: 1.5em;
    cursor: pointer;
}
.vacaciones img.icon {
    width: 16px;
    cursor: pointer;
}
.vacaciones #paginator .icon {
    width: 24px;
    margin: 3px;
    vertical-align: middle;
}
.vacaciones #toolbar .icon {
    width: 32px;
    vertical-align: middle;
}
.vacaciones #toolbar a {
    display: inline-block;
}

.vacaciones #edition {
    padding-top: 5px;
    width: 600px;
    border: 0px;
}

.vacaciones #paginator {
    margin: 10px 0;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 5px;
}

#paginator a { color:  #0078cc; text-decoration: none;line-height: 40px; padding: 4px 8px;   }
#paginator a:hover { color: #000; }
#paginator a:active, #currentpageindex {  background-color: #0078cc; color: #fff; border-radius: 5px;}
#paginator span#currentpageindex {  padding: 4px 8px;  }
#paginator a:focus { outline: 1px; }

.vacaciones #filter {
    width: 250px;
    margin-bottom: 10px;
    border: 1px solid #d1d1d1;
    padding: 5px;
    font-size: 1.1em;
    margin-left: 4px;
}*/

.vacaciones .btn-block {
    padding-left: 15px;
    text-align: left;

}
.vacaciones .btn-block:hover {
    text-decoration: none;

}


.vacaciones #wrap {
    margin: 10px;
}

/*.vacaciones #addform {
    position: fixed;
    background-color: #f6f6f6;
    box-shadow: 3px 3px 3px #636363;
    display: none;
    width: 421px;
    height: 538px;
    border-radius: 20px;
    padding: 20px;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -360px;
    z-index: 1000;
    border: 1px solid #e1e1e1;
}
.vacaciones #addform .row {
    margin: 10px 0 20px 0;
}
.vacaciones #addform input {
    width: 380px;
    padding: 5px 9px;
    border: solid 1px #e1d1e1;
    outline: 0;
}

.vacaciones form input:hover, form textarea:hover, form input:focus, form textarea:focus {
    border-color: #a1a1a1;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.vacaciones #addform .row.tright {
    text-align: right;
}*/
.vacaciones .button {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333333;
    background-color: #f1f1f1;
    border-color: #cccccc;
    transition: background-color 0.5s; }

.vacaciones .button:hover,
.vacaciones .button:focus,
.vacaciones .button:active,
.vacaciones .button:active {
    color: #333333;
    background-color: #cac9cb;
    border-color: #adadad;
    text-decoration: none; }

.vacaciones .button i.fa {
    /** usefull only with font-awesome icons */
    margin-right: 5px; }

/**** Delete button ***/
.vacaciones .button.delete {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a; }

.vacaciones .button.delete:hover,
.vacaciones .button.delete:focus,
.vacaciones .button.delete:active,
.vacaciones .button.delete.active {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925; }

/****** Add or green button ****/
.vacaciones .button.add, .button.green {
    color: #ffffff;
    background-color: #6ccb63;
    border-color: #5db056; }

.vacaciones .button.add:hover,
.vacaciones .button.add:focus,
.vacaciones .button.add:active,
.vacaciones .button.add.active,
.vacaciones .button.green:hover,
.vacaciones .button.green:focus,
.vacaciones .button.green:active,
.vacaciones .button.green.active {
    color: #ffffff;
    background-color: #5aad55;
    border-color: #5db056; }


.vacaciones i.fa.red {
    color: #d2322d;
}


.validado{
    background-color: green;
}

/*-------------- FIN VACACIONES ----------------*/

.table th {
    color: #f95978;
}

.ui-dialog {
    z-index: 101 !important;
}

.ui-widget-overlay {
    position: fixed;
    background: #000 !important;
    opacity: 0.5 !important;
}

#myModal .modal-body {
    max-height: 550px;
    overflow: auto;
}


/*---------------- DESGLOSE PROYECTOS --------------*/
.rosa {
    color: #f95978;
}

.desglose .well.rosa {
    background-color: rgba(249, 89, 120, 0.2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    font-weight: bold;
    color: #f95978;
    margin-bottom: 5px;
}

.well-deliverable {
    margin-top: 10px;
}

.desglose .well.rosa.light {
    background-color: rgba(249, 89, 120, 0.1);
}

.desglose .well.gris {
    background-color: #eeeeee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #333;
    margin-bottom: 5px;
}

.desglose .well.gris.exportado {
    background-color: #dff0d8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 5px;
}

.text-bold {
    font-weight: bold;
}

.editable {
    color: #f95978;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-color: #f95978;
}

.edit form {
    display: inline;
}

.edit form input {
    min-width: 50px;
    margin: 0 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}

.edit form select {
    min-width: 50px;
    margin: 0 5px 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}

.edit form .btn {
    margin: 0 2px;
}

#sortable {
    color: #555;
}

#sortable > div.item-sortable {
    cursor: all-scroll;
    background-color: rgba(249, 89, 120, 0.1);
    border-radius: 3px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #ddd
}

#sortable .form-group {
    margin: 0 auto !important;
}

.completado,
.timer {
    display: none;
}

#sortable .item-sortable:first-child .completado,
#sortable .item-sortable:first-child .timer {
    display: inline-block;
}

a {
    text-decoration: none !important;
}

.desglose .progress {
    height: 15px;
    margin-bottom: 5px;
}

.desglose .progress-bar {
    text-align: left;
    text-indent: 5px;
    line-height: 15px;
    font-size: 10px;
    font-weight: bold;
    color: #fff !important;
}

.row.estado-proyecto {
    margin-bottom: 10px;
}

.text-grey .progress-bar {
    color: #666 !important;
}

.calendar-table {
    margin-bottom: 0 !important;
}

.calendar-table th {
    font-size: 8px;
    text-align: center;
    color: #666;
    padding: 1px !important;
    border: 1px solid #f95978 !important;
}

.calendar-table td {
    padding: 25px 1px !important;
    text-align: center;
    font-size: 10px;
    border-top: 1px solid #f95978 !important;
    border-bottom: 1px solid #f95978 !important;
    cursor: pointer;
}

.calendar-table td.border-left {
    border-left: 1px solid #f95978;
}

.calendar-table td.border-right {
    border-right: 1px solid #f95978;
}

.desglose .panel{
    margin-bottom: 0 !important;
}

.desglose .panel-body{
    padding: 5px !important;
}

/*
   Vertical text
   by @kizmarh
*/
.calendar-table .vertical-text {
    display: inline-block;
    overflow: hidden;
    width: 10px;
}

.calendar-table .vertical-text__inner {
    display: inline-block;
    white-space: nowrap;
    line-height: 10px;
    transform: translate(0,100%) rotate(-90deg);
    transform-origin: 0 0;
    cursor: pointer;
}

/* This element stretches the parent to be square
   by using the mechanics of vertical margins  */
.calendar-table .vertical-text__inner:after {
    content: "";
    display: block;
    margin: -10px 0 100%;
    cursor: pointer;
}

.month_year_datepicker .ui-datepicker-calendar {
    display: none !important;
}

.table tr.info-rosa > th,
.table tr.info-rosa > td {
    background-color: rgba(249, 89, 120, 0.3);
}

/*************** CALENDARIO ********************/

#script-warning {
    display: none;
    background: #eee;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: red;
}

.table tbody tr.green > td {
    color: green;
    background-color: rgba(0, 128, 0, 0.1);
}

.black {
    color: black !important;
}

th, td.acciones {
    white-space: nowrap;
}

td.acciones i {
    font-size: 120%;
}

.table tbody tr.orange > td {
    color: #ff7600;
    background-color: rgba(255, 165, 0, 0.2);
}


/****************** NEW LISTADO PLANIFICACIÓN ****************/
.listado-flex{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-height: 100vh;
    background: rgb(155,124,179);
    background: linear-gradient(90deg, rgba(155,124,179,1) 0%, rgba(249,89,120,1) 32%, rgba(255,164,182,1) 100%);
}


.listado-navbar{
    min-height: 6.6vh;
}

.listado-flex .navbar{
    margin-bottom: 0px;
    z-index: 9999;
    border: none;
    border-radius: 0px !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, #0000000a 0px 10px 10px -5px;
}
.listado-flex .navbar-default {
    background-color: hsl(0deg 0% 97% / 70%);
    border-color: #e7e7e7;
}

.container-listado {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    max-height: 93.4vh;
}

.listado-users {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 15%;
    background-color: transparent;
    overflow-y: scroll;
    min-width: 15%;
    padding-top: 10px;
    margin-top: 0px;
}

.listado-users::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}
.table-tasks::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}
/*.listado-users::-webkit-scrollbar-track {*/
/*    background-color:red;*/
/*}*/
/*!* Customize website's scrollbar like Mac OS*/
/*Not supports in Firefox and IE *!*/

/*!* total width *!*/
/*.listado-flex::-webkit-scrollbar {*/
/*    background-color:#fff;*/
/*    width:16px*/
/*}*/

/*!* background of the scrollbar except button or resizer *!*/
/*.listado-flex::-webkit-scrollbar-track {*/
/*    background-color:#fff*/
/*}*/
/*.listado-flex::-webkit-scrollbar-track:hover {*/
/*    background-color:#f4f4f4*/
/*}*/

/*!* scrollbar itself *!*/
/*.listado-flex::-webkit-scrollbar-thumb {*/
/*    background-color:#babac0;*/
/*    border-radius:16px;*/
/*    border:5px solid #fff*/
/*}*/
/*.listado-flex::-webkit-scrollbar-thumb:hover {*/
/*    background-color:#a0a0a5;*/
/*    border:4px solid #f4f4f4*/
/*}*/

/*!* set button(top and bottom of the scrollbar) *!*/
/*.listado-flex::-webkit-scrollbar-button {display:none}*/

.listado-tasks {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    background-color: transparent;

}

.container-card{
    width: 100%;
    height: 200px;
    /*background-color: red;*/
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 10%) 0px 9px 5px;
    margin-bottom: 10px;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}
.photo{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    background-color: #c3c3c3;
}
.container-photo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}

.content-photo {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    position: relative;

}
.photo-image {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    position: relative;
    max-width: 100%;
    background-size: cover;
    background-position-x: center;
    filter: grayscale(100%);
    height: 100%;
}

.photo-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.info{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    background-color: #f95978a3;
    height: 15%;
    /*-webkit-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.15);*/
    /*box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.15);*/
    position: absolute;
    bottom: 0px;
    width: 100%;
    filter: grayscale(0.5);
}
.action{
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 70px solid transparent;
    border-right: 90px solid #f95978a3;
    filter: none;
    filter: grayscale(0.5);
}


.container-card:hover .photo-image,
.container-card:hover .info,
.container-card:hover .action,
.container-card.active .photo-image,
.container-card.active .info,
.container-card.active .action {
    filter: none;
    -webkit-filter: grayscale(0);
}


.info-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.name-content{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.separador-content{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    color: white;
    font-size: 20px;
    font-weight: 300;
}
.horas-content{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    padding: 0 10px;
}

.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80px;
    height: 60px;
    cursor: pointer;
}
.arrow {
    position: absolute;
    top: 25px;
    width: 90%;
    height: 10px;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    animation: arrow 700ms linear infinite;
}

.arrow::after, .arrow::before {
    content: '';
    position: absolute;
    width: 60%;
    height: 10px;
    right: -8px;
    background-color: #fff;
}

.arrow::after {
    top: -12px;
    transform: rotate(45deg);
}

.arrow::before {
    top: 12px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    transform: rotate(-45deg);
}




.box-listado {
    text-align: center;
    color: white;
    font-family: sans-serif;


    display: flex;
    flex-direction: column;
    justify-content: start;
}



.wrapper-arrow{
    transform: rotate(270deg);
    position: relative;
    right: 0px;
    left: 64px;
    top: 15px;
}


.m_scroll_arrows {
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 2px 4px;
    width: 11px;
    height: 12px;
}


.unu
{
    margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;

}

.unu
{
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;

    animation-direction: alternate;
    animation-delay: alternate;
}

.doi
{
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;

    animation-delay: .2s;
    animation-direction: alternate;

    margin-top: -6px;
}

.trei
{
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;

    animation-delay: .3s;
    animation-direction: alternate;


    margin-top: -6px;
}

@-webkit-keyframes mouse-scroll {

    0%   { opacity: 0;}
    50%  { opacity: .5;}
    100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}
@keyframes mouse-scroll {

    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}

.wrapper-tasks{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    max-height: 94vh;
}
.header-item{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    /*background-color: red;*/
    /*padding: 20px;*/
    height: 10%;
    align-items: center;
    justify-content: start;
    display: flex;
}
.task-item{
    padding: 5px 20px 5px 20px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    /*background-color: blue;*/
    max-height: 75%;
}
.action-item{
    padding: 5px 20px 5px 20px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: 15%;
    /*background-color: pink;*/
}

.wrapper-header{
    /*background-color: rgb(255 255 255 / 70%);*/
    padding: 20px;
    border-radius: 15px;
    flex: 1 1 auto;
    /*box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, #0000000a 0px 10px 10px -5px;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.header-selector .form-control {
    padding: 1px 10px 1px 20px;
    font-size: 24px !important;
    background-color: white;
    border: none !important;
    border-radius: 20px !important;
    box-shadow: none !important;
    letter-spacing: 1px !important;
    color: #f95978 !important;
}

.header-selector select option{
    font-size: 13px !important;
}

.header-selector .form-control {
    padding: 1px 20px 1px 26px;
    font-size: 24px !important;
    background-color: white;
    border: none !important;
    border-radius: 20px !important;
    box-shadow: none !important;
    letter-spacing: 1px !important;
    color: #f95978 !important;
}

.header-selector select option{
    font-size: 13px;
}

.header-item h3{
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
    letter-spacing: 20px;
}
.table-tasks{
    padding: 20px 0 0 0;
    border-radius: 15px;
    flex: 1 1 auto;
    box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, #0000000a 0px 10px 10px -5px;
    height: 100%;
    background-color: rgb(255 255 255 / 70%);
    overflow-y: scroll;
}
.wrapper-action{
    background-color: rgb(255 255 255 / 70%);
    padding: 20px;
    border-radius: 15px;
    flex: 1 1 auto;
    box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, #0000000a 0px 10px 10px -5px;
    height: 100%;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: self-start;*/

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow-y: hidden;

}

.table-tasks table{
    border: none !important;
}
.table-tasks th{
    border: none !important;
    border-bottom: 2px solid #f95978 !important;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #000;
    padding: 8px 20px !important;
}
.table-tasks td{
    border: none !important;
    padding: 8px 20px !important;
}

.table-tasks tr{
    border-bottom: 1px solid #ffffffa6 !important;

}

.table-tasks .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: transparent;
}

.action-item .wrapper-arrow{
    transform: rotate(180deg);
    position: relative;
    right: 0px;
    left: 0px;
    top: 0px;
    flex: 0 1 auto;
    cursor: pointer;
}
.action-item .wrapper-arrow-2{
    display: none;
    transform: rotate(0deg);
    position: relative;
    right: 0px;
    left: 0px;
    top: 0px;
    flex: 0 1 auto;
    cursor: pointer;
}
.action-item .wrapper-arrow .m_scroll_arrows {
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #f95978;
    border-bottom: 2px solid #f95978;
    margin: 0 0 -4px 0px;
    width: 11px;
    height: 12px;
}
.action-item .wrapper-arrow-2 .m_scroll_arrows {
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #f95978;
    border-bottom: 2px solid #f95978;
    margin: 0 0 -4px 0px;
    width: 11px;
    height: 12px;
}

.table-tasks .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 8px;
}

.wrapper-arrows{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.wrapper-form{
    display: none;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

    padding-top: 15px;
}

.form-plani{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.form-plani-1{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding-right: 20px;
}
.form-plani-2{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding-right: 30px;
}
.form-plani-3{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: center;
    text-align: center;
}

.form-plani label{
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
}
.form-plani .btn{
    letter-spacing: 4px;
    font-size: 14px;
    padding: 5px 20px 5px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, #0000000a 0px 10px 10px -5px;
}

.form-plani .form-control{
    border: 0px solid #f95978;
    border-radius: 20px;
}

.form-plani input::placeholder {
    color: #f95978;
}

.action-item .titulo-plani{
    font-size: 14px;
    letter-spacing: 4px;
    color: black;
    text-transform: uppercase;
    flex: 0 1 auto;
    align-self: center;
    padding-top: 8px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background-image: none !important;
}

.navbar {
    margin-bottom: 0;
}

.panel {
    border: none;
}

.page-header {
    border: none;
    margin: 50px 0 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(249, 89, 118), rgba(56,2,155,0)) 1;
    /*border-image-slice: 1;*/
    width:100%;
}

.page-header h1,
.page-header h3 {
    margin-top: 0;
    margin-bottom: 0;
    color: #333;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-size: 24px;
    display: inline-block;
}

.page-header .header-selector {
    display: inline-block;
}

.page-header .header-selector .form-control {
    background-color: #f95976;
    color: white !important;
    padding: 1px 10px 1px 20px
}

.table {
    border-collapse: separate;
    border-spacing: 0;
    border: none !important;
}

.table tr th, .table tr td {
    /*background: #eee;*/
    border-right: 0.5px solid #ddd;
    border-bottom: 0.5px solid #ddd;
    padding: 10px !important;
}

.table tr th:first-child,
.table tr td:first-child {
    border-left: 0.5px solid #ddd;
}

.table tr th {
    background: transparent;
    border-top: 0.5px solid #ddd !important;
}

/* top-left border-radius */
.table tr:first-child th:first-child {
    border-top-left-radius: 20px;
}

/* top-right border-radius */
.table tr:first-child th:last-child {
    border-top-right-radius: 20px;
}

/* bottom-left border-radius */
.table tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}

/* bottom-right border-radius */
.table tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

.table, .table th, .table td {
    /*padding: 10px !important;*/
    border-width: 0.5px;
}

.table .nowrap {
    white-space: nowrap;
}

.table th {
    /*text-transform: uppercase;*/
    letter-spacing: 2px;
    font-size: 80%;
    font-weight: 500;
    border-bottom: 2px solid #f95976 !important;
}

.table td {
    border-top: 0 solid #ddd !important;
    border-right: 0 solid #ddd;
}

.table tr td:first-child {
    border-left: 0.5px solid #ddd;
}

.table tr:last-child td {
    border-bottom: 0.5px solid #ddd;
}

#texto-busqueda, .form-control {
    border-radius: 20px !important;
}

.mostrando {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
}

label {
    /*text-transform: uppercase;*/
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 80%;
    /*color: #f95976;*/
}

.btn, .btn:hover {
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 20px;
    border-width: 0;
}

.btn-default {
    background-color: #f6f5f5;
}

option {
    font-weight: 300 !important;
}

#horas_guardadas {
    /*padding-top: 50px;*/
}
.gantt_modal_box{
    z-index: 5000;
}
.typeahead.dropdown-menu{
    z-index: 9999;
}

.dhx_modal_cover{
    z-index: 3000 !important;
}

.gantt_duplicate_button{
    background-color: #f95976;
    margin: 5px 10px;
    color: #FFFFFF;

}

.form-control:focus {
    border-color: #f95978;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(249 89 120 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(249 89 120 / 60%);
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff !important;
    text-decoration: none;
    outline: 0;
    background-color: #f95978 !important;
    background-image: linear-gradient(to bottom,#f95978 0,#f95978 100%) !important;
}

.gantt_button input, .gantt_popup_button div {
    border-radius: 4px;
    font-size: 15px;
    box-sizing: content-box;
    padding: 0px 0px 5px 0px;
    margin: 0;
    vertical-align: middle;
    font-weight: bold;
}


.navbar-default .btn-link {
    color: #f95978 !important;
}

.gantt_cal_ltext{
    padding-bottom: 20px;
}

/*.gantt-lb-datepicker {*/
/*     padding: 0px !important;*/
/*}*/
