/* Minification failed. Returning unminified contents.
(2788,1): run-time error CSS1019: Unexpected token, found '}'
 */
div.field-types-container, div.adapter-types-container {
    -moz-min-width: 173px;
    -ms-min-width: 173px;
    -o-min-width: 173px;
    -webkit-min-width: 173px;
    border: 1px solid #d8d8d8;
    /*min-width: 173px;*/
   
    border-radius: 3px;
        margin-bottom: 5px;
}

ul.field-types, ul.adapter-types {
    display: table;
    margin-bottom: 8px;
    
    margin-left: 4px
}

li.field-type, li.adapter-type {
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 1px 1px #BABABA;
    -webkit-box-shadow: 0 1px 1px #BABABA;
    background: #F1F1F1;
    border: 1px solid #d8d8d8;
    border: 1px solid #D7D7D9;
    border: 1px solid #BFBFBF;
    border-bottom: 1px solid #999;
    border-radius: 3px;
    box-shadow: 0 1px 1px #BABABA;
    cursor: pointer;
    display: block;
    float: left;
    height: 45px;
    margin-bottom: 10px;
    margin-right: 10px;

    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    /*width: 218px;*/
}

li.field-type > i.icon, li.adapter-type > i.icon {
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    margin-right: 2px;
    vertical-align: sub;
}

li.field-type > i.text, li.adapter-type-type > i.text { height: auto !important; }

div.field-types-header, div.adapter-types-header {
 

    background: #F1F1F1;

    display: block;
    list-style: none;
    margin-bottom: 10px;
    padding: 8px;
}



li.field-type:hover, li.adapter-type:hover {
    background: #5da5e8;
    border-color: #696969;
    border-style: dotted;
    cursor: move;
    color: #fff;
}

li.field-type > i.quicky-title, li.adapter-type > i.quicky-title {
    height: 17px;
    margin: 3px 0 0 0;
    padding: 0;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 17px;
    z-index: 10;
}

li.field-type > i.quicky-title:hover, li.adapter-type > i.quicky-title:hover { cursor: pointer; }


/* Form builder area */

#form-builder-drop-area {
    -ms-opacity: 0.9;
    background: #F1F1F1;

    list-style: none;
    min-height: 600px;
    -moz-min-width: 700px;
    -ms-min-width: 700px;
    -o-min-width: 700px;
    -webkit-min-width: 700px;
    /*min-width: 700px;*/
    opacity: 0.9;
    padding: 20px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}


.ui-sortable-placeholder {
    background: #ccc;
    border: 1px dashed #aaa;
    height: 45px;
    margin-bottom: 12px;
    width: auto;
}

li.ui-state-default, .ui-sortable li.ui-state-default {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.2em;
    height: 45px;
    list-style: none;
    margin: 0;
    margin-bottom: 12px;
    outline: 0;
    position: relative;
}




.ui-sortable li.ui-state-default div.position {
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 1px 1px #BABABA;
    -webkit-box-shadow: 0 1px 1px #BABABA;
    background-color: #fff;
    border: 1px solid #D7D7D9;
    border: 1px solid #BFBFBF;
    border-bottom: 1px solid #999;
    border-radius: 3px;
    box-shadow: 0 1px 1px #BABABA;
    line-height: 45px;
    padding: 0 12px;
    position: absolute;
    text-align: center;     
}



.ui-sortable li.ui-state-default div.position span.field-postion {
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
}

.ui-sortable li.ui-state-default.ui-sortable-handle div.info {
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 1px 1px #BABABA;
    -moz-text-overflow: ellipsis;
   
    -webkit-box-shadow: 0 1px 1px #BABABA;
    border: 1px solid #D7D7D9;
    border: 1px solid #BFBFBF;
    border-bottom: 1px solid #999;
    border-radius: 3px;
    box-shadow: 0 1px 1px #BABABA;
    cursor: pointer;
    display: block;
    line-height: 45px;
    margin-left: 50px;
    overflow: hidden;

    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;   
}

.ui-sortable li.ui-state-default div.info.showfieldinform, .ui-sortable li.ui-state-default div.info.showadapterinprocess { background-color: #fff;max-height: 47px; }

    .ui-sortable li.ui-state-default div.info.hidefieldinform {
        background-color: linen;
    }



.ui-sortable li.ui-state-default .toolbar {
    float: left;
    margin-right: 10px;
}

.ui-sortable li.ui-state-default .toolbar:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: -1px;
    border: 1px solid #D9D9D9;
    border-width: 0 1px 0 0;
}
    .ui-sortable li.ui-state-default .toolbar a {
        margin-left: 6px;
    }
.ui-sortable li.ui-state-default:first-child { }

.ui-sortable li.ui-state-default:last-child { }

/* Modal propiedades*/
/* ventana de subformulario siempre por encima*/
#form-view-modal-subform {
    z-index: 9999998;
}
@media only screen and (min-width: 250px)  and (max-width: 478px) {
    #field-properties-modal.modal.aside-vc .modal-dialog, #form-view-modal.modal.aside-vc .modal-dialog, #node-properties-modal.aside-vc .modal-dialog {
        max-width: 100%;
        width: 100%;
    }
    #modal-center-add-point .modal-dialog {
         max-width: 80%;
        width: 80%;
    }
    #form-view-modal-task.modal.aside-vc .modal-dialog {
        max-width: 95%;
        width: 95%;
        top: 84px;
    }

    #form-view-modal-subform.modal.aside-vc .modal-dialog {
        max-width: 90%;
        width: 90%;
        top: 87px;
    
    }

    #form-view-modal-subform.modal.aside-vc .modal-dialog {
        max-width: 90%;
        width: 90%;
    
    }

    #form-view-modal-chat.modal.aside-vc .modal-dialog {
        max-width: 30%;
        width: 30%;
        top: 87px;
    }
    #form-view-modal-chat-message.modal.aside-vc .modal-dialog {
        max-width: 30%;
        width: 30%;
        top: 87px;
    }

    #form-view-modal-chat-attachment.modal.aside-vc .modal-dialog {
        max-width: 30%;
        width: 30%;
    }
}

@media only screen and (min-width: 479px) and (max-width: 768px) {
    #field-properties-modal.modal.aside-vc .modal-dialog, #form-view-modal.modal.aside-vc .modal-dialog, #node-properties-modal.aside-vc .modal-dialog,
    #generic-modal-placeholder.aside-vc .modal-dialog {
        max-width: 85%;
        width: 85%;
    }
    #small-lateral-modal.aside-vc .modal-dialog {
        max-width: 60%;
        width: 60%;
    }
      #modal-center-add-point.modal .modal-dialog {
           max-width: 65%;
        width: 65%;
     }
    #form-view-modal-task.modal.aside-vc .modal-dialog{
        max-width: 80%;
        width: 80%;
        top: 84px;
    }
    #form-view-modal-subform.modal.aside-vc .modal-dialog {
        max-width: 75%;
        width: 75%;
        top: 123px;
       
    }
    #form-view-modal-chat.modal.aside-vc .modal-dialog {
        max-width: 25%;
        width: 25%;
    }
    #form-view-modal-chat-message.modal.aside-vc .modal-dialog {
        max-width: 25%;
        width: 25%;
    }
    #form-view-modal-chat-attachment.modal.aside-vc .modal-dialog {
        max-width: 25%;
        width: 25%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    #field-properties-modal.modal.aside-vc .modal-dialog, #form-view-modal.modal.aside-vc .modal-dialog, #node-properties-modal.aside-vc .modal-dialog,
    #generic-modal-placeholder.aside-vc .modal-dialog {
        max-width: 85%;
        width: 85%;
    }
    #small-lateral-modal.aside-vc .modal-dialog {
        max-width: 60%;
        width: 60%;
    }
      #modal-center-add-point.modal .modal-dialog {
           max-width: 65%;
        width: 65%;
     }
    #form-view-modal-task.modal.aside-vc .modal-dialog{
        max-width: 80%;
        width: 80%;
        top: 84px;
    }
    #form-view-modal-subform.modal.aside-vc .modal-dialog {
        max-width: 75%;
        width: 75%;
        top: 123px;
    
    }
    #form-view-modal-chat.modal.aside-vc .modal-dialog {
        max-width: 25%;
        width: 25%;
    }
    #form-view-modal-chat-message.modal.aside-vc .modal-dialog {
        max-width: 25%;
        width: 25%;
    }
    #form-view-modal-chat-attachment.modal.aside-vc .modal-dialog {
        max-width: 25%;
        width: 25%;
    }
}

@media only screen and (min-width: 992px)  and (max-width: 1199px) {
    #field-properties-modal.modal.aside-vc .modal-dialog, #form-view-modal.modal.aside-vc .modal-dialog, #node-properties-modal.aside-vc .modal-dialog,
    #generic-modal-placeholder.aside-vc .modal-dialog {
        max-width: 65%;
        width: 65%;
    }
      #modal-center-add-point.modal .modal-dialog {
        max-width: 60%;
        width: 60%;
     }
    #small-lateral-modal.aside-vc .modal-dialog {
        max-width: 45%;
        width: 45%;
    }
    #form-view-modal-task.modal.aside-vc .modal-dialog {
        max-width: 60%;
        width: 60%;
        top: 84px;
    }
    #form-view-modal-subform.modal.aside-vc .modal-dialog {
        max-width: 55%;
        width: 55%;
        top: 123px;
    }
    #form-view-modal-chat.modal.aside-vc .modal-dialog {
        max-width: 20%;
        width: 20%;
    }
    #form-view-modal-chat-message.modal.aside-vc .modal-dialog {
        max-width: 20%;
        width: 20%;
    }
    #form-view-modal-chat-attachment.modal.aside-vc .modal-dialog {
        max-width: 20%;
        width: 20%;
    }
}

@media only screen and (min-width: 1200px) {
    #field-properties-modal.modal.aside-vc .modal-dialog, #form-view-modal.modal.aside-vc .modal-dialog, #node-properties-modal.aside-vc .modal-dialog,
    #generic-modal-placeholder.aside-vc .modal-dialog {
        max-width: 65%;
        width: 65%;
    }
    #small-lateral-modal.aside-vc .modal-dialog {
        max-width: 45%;
        width: 45%;
    }
       #modal-center-add-point.modal .modal-dialog {
          max-width: 60%;
        width: 60%;
     }

    #form-view-modal-task.modal.aside-vc .modal-dialog {
        max-width: 60%;
        width: 60%;
        top: 84px;
    }
    #form-view-modal-subform.modal.aside-vc .modal-dialog {
        max-width: 55%;
        width: 55%;
        top: 123px;
    }
    #form-view-modal-chat.modal.aside-vc .modal-dialog {
        max-width: 20%;
        width: 20%;
    }
    #form-view-modal-chat-message.modal.aside-vc .modal-dialog {
        max-width: 20%;
        width: 20%;
    }
    #form-view-modal-chat-attachment.modal.aside-vc .modal-dialog {
        max-width: 20%;
        width: 20%;
    }

}


/* Override FW Styles */

.widget-toolbox {
    -ms-border-radius: 3px;
    background-color: #EEE;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.widget-toolbox.widget-toolbox-flat {
    border: none !important;
    background-color: #F7F7F7;
    border-radius: unset;
    -ms-border-radius: 0;
}

.widget-toolbox.widget-toolbox-flat:last-child {
    border-top: 1px solid #CCC !important;
}

input[data-val-required="true"], select[data-val-required="true"], textarea[data-val-required="true"] { background-color: #f1eee4 !important; }

.tags { width: 100%; }

/* Si no los dropdows se quedan metidos en el area de scroll*/

.scroll-content { height: 100%; }




#process-builder-drop-area {
    -ms-opacity: 0.9;
    background: #F1F1F1;
      border-radius: 3px;
    list-style: none;
    min-height: 600px;
    opacity: 0.9;
    padding: 20px;
}

li.ui-state-default.ui-draggable-dragging:not(.ui-sortable-helper) {
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 1px 1px #BABABA;
    -moz-min-width: 300px;
    -ms-min-width: 300px;
    -o-min-width: 300px;
    -webkit-box-shadow: 0 1px 1px #BABABA;
    -webkit-min-width: 300px;
    background: #F1F1F1;
    border: 1px solid #D7D7D9;
    border: 1px solid #BFBFBF;
    border-bottom: 1px solid #999;
   
    border-radius: 3px;
    box-shadow: 0 1px 1px #BABABA;
    min-width: 300px;
    padding-left: 10px;
    padding-bottom: 2px;
    width: auto;
}

li.ui-state-default.disabled .start-arrow {
 
    background-image: url('/content/images/end.png');
    -ms-background-size: 35px;
    background-size: 35px;
    background-repeat: no-repeat;
     width: 35px;
    background-position: center; 
 
 
}

li.ui-state-default.disabled .end-arrow {
 
    background-image: url('/content/images/start.png');
    -ms-background-size: 35px;
    background-size: 35px;
    background-repeat: no-repeat;
     width: 35px;
    background-position: center; 
 
 
}
li.ui-state-default.disabled .arrow {
 
    background-image: url('/content/images/down-xxl.png');
    -ms-background-size: 35px;
    background-size: 35px;
    background-repeat: no-repeat;
     width: 35px;
    background-position: center; 
 
 
}

 .field-wrapper { 
        display: table
    }
    .field-wrapper-inner {
        display: table-row;
        width: 100%;
        height: 100%
    }
    .field-right {
        display: table-cell;
        width: 75%;
    }
    .field-left {
        display: table-cell;
       width: 25%;
        vertical-align: top;
    }

/* User Process AND master */
.bg-blue { background: #348fe2 !important; }
.bg-blue-darker { background: #2a72b5 !important; }
.bg-blue-lighter { background: #5da5e8 !important; }


.bg-teal { background: #34babb!important }
.bg-orange { background: #f59c1a!important }


.widget {
    border-radius: 3px;
    margin-bottom: 20px;
    color: #fff;
    padding: 15px;
    overflow: hidden;
}
.widget.widget-process {
    position: relative;
}
.widget-process .process-info h4 {
    font-size: 13px;
    margin: 5px 0;
    color: #fff;
    padding-right: 25px;
}
.widget-process .process-icon {
    font-size: 42px;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    margin-left: 15px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.widget-process .process-info p {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
        margin-right: 100px;
}

.widget-process .process-link a {
    color: #ddd;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
}
.widget-process .process-link {
    display: block;
    margin: 154px 15px 15px -15px;
    padding: 7px 15px;
    background: url(/content/img/transparent/black-0.4.png);
    background: rgba(0,0,0,0.4);
  
   
}
.widget-process .process-link:hover, 
.widget-process .process-link:focus {
    background: url(/content/img/transparent/black-0.6.png);
    background: rgba(0,0,0,0.6);
  
}
.widget-process .process-icon.process-icon-lg {
    font-size: 52px;
    top: 12px;
    right: 21px;
}
.widget-process .process-title {
    position: relative;
    line-height: 1.1;
    font-size: 12px;
    margin: 2px 0 7px;
}
.widget-process .process-title,
.widget-process .process-desc {
    color: #fff;
    color: rgba(255,255,255,0.6);
}
.widget-process .process-desc {
    font-weight: 300;
    margin-bottom: 0;
}
.widget-process .process-number {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}

.process-adapters-area,.template-fields-area {
       /* background: #F1F1F1; */
    display: block;
    list-style: none;
    margin-bottom: 10px;
    padding: 8px;
    border:1px solid #d8d8d8;
}
 

.sidebar-collapsable-left, .sidebar-collapsable-right{
    -webkit-transition: width 0.3s ease;
            -moz-transition: width 0.3s ease;
            -o-transition: width 0.3s ease;
            transition: width 0.3s ease;
}



.row-main {
    overflow-x: hidden;
}

#collapsable-content {

}
@media (min-width: 992px) {
    .sidebar-collapsed {
      /* hide it for small displays*/
      display: block;
    }
  .sidebar-collapsable-left.sidebar-collapsed  {
  
    /* same width as sidebar */
    margin-left: -85%;
  }
  .sidebar-collapsable-right.sidebar-collapsed  {
  
    /* same width as sidebar */
    margin-right: -85%;
  }
}

/* Margen inferior de los overlays de selección de icono*/
.fip-bootstrap.icons-selector .selector-popup {
    margin-bottom: 30px;
}

.pagination > li.active > a {
    z-index: 0;
}

/* Goggle places result geocoder list */
.pac-container {
    z-index: 9999999;
}

.geocomplete {
      z-index: 9999999;
}

/* Scheduler */

.widget-header {
    padding-right: 12px;
    padding-left: 12px;
}

.widget-header.widget-header-with-border {
    border-bottom: 1px solid #CCC;
}

.widget-header.widget-center {
    text-align: center;
}

.widget-toolbar.left {
    float: left;
    padding: 0;
}

.widget-toolbar.right {
    float: right;
    padding: 0;
}

.widget-toolbar.left::before,.widget-toolbar.right::before {
    border: unset;
}

.widget-color-transparent>.widget-header {
    background: transparent;
    border-bottom: unset;
}

.widget-color-transparent>.widget-header>.widget-title {
    color: rgb(57, 57, 57);
    font-weight: lighter;
}

.dd-item .dispatching-item.dispatching {
    cursor: move;
}

    .dd-item .dispatching-item.dispatching:hover {
        background-color: rgb(223, 240, 216);
        
    }

.dd-item .dispatching-item, .dd-item .audience-item, .dd-item .optimization-item {
    display: block;
    min-height: 38px;
    margin: 5px 0;
    padding: 6px 6px;
    background: #ffffff;
    border: 1px solid #BFBFBF;
    border-bottom: 1px solid #999;
    border-radius: 3px;
    box-shadow: 0 1px 1px #BABABA;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dd-item .optimization-item {
    padding: 8px 12px;
}

.dd-item .optimization-item span.activator, span.visiblator-one, .dd-item .optimization-item span.visiblator, .dd-item .optimization-item span.unassignator, .dd-item .optimization-item span.undator {
    position: absolute;
    top: 50%;
    cursor: pointer;
    right: 3px;
    border-radius:3px;
    line-height: 24px;
    width: 24px;
    text-align: center;
    color:white;
}

.dd-item .optimization-item span.undator{
    margin-top: -12px;
    background-color: #478fca;
}

.dd-item .optimization-item span.undator::before {
    content: '\f0e2' !important;
    font-family: Fontawesome;
}

.dd-item .optimization-item span.activator{
    margin-top: -42px;
}

.dd-item .optimization-item span.activator::before {
    content: '\f00c' !important;
    font-family: Fontawesome;
}

.dd-item .optimization-item span.visiblator {
    margin-top: -12px;
}

.dd-item .optimization-item span.visiblator::before {
    content: '\f06e' !important;
    font-family: Fontawesome;
}

.dd-item .optimization-item span.visiblator-one {
    margin-top: 18px;
}

.dd-item .optimization-item span.visiblator-one::before {
    content: '\f018' !important;
    font-family: Fontawesome;
}

/* Turnos */

.dd-item .audience-item:hover {
    background-color: #eee;
    cursor: pointer;
}

/* Día del calendario */

time.icon {
    font-family: "Helvetica Neue Bold", arial, helvetica, sans-serif;
    font-size: 1em;
    display: block;
    position: relative;
    width: 7em;
    height: 7em;
    overflow: hidden;
    border: 1px solid #009bde;
    line-height: normal;
}

time.icon * {
    display: block;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

time.icon strong {
    position: absolute;
    top: 0;
    padding: 0.4em 0;
    color: #fff;
    background-color: #009bde;
}

time.icon em {
    position: absolute;
    bottom: 0.3em;
    color: #2f2f2f;
}

time.icon span {
    width: 100%;
    font-size: 2.8em;
    letter-spacing: -0.05em;
    padding-top: 0.8em;
    color: #2f2f2f;
}

/* BARCODE SCANNER*/


.scanner-laser {
    position: absolute;
    margin: 40px;
    height: 30px;
    width: 30px;
    opacity: 0.5;
}

.laser-leftTop {
    top: 0;
    left: 0;
    border-top: solid red 5px;
    border-left: solid red 5px;
}

.laser-leftBottom {
    bottom: 0;
    left: 0;
    border-bottom: solid red 5px;
    border-left: solid red 5px;
}

.laser-rightTop {
    top: 0;
    right: 0;
    border-top: solid red 5px;
    border-right: solid red 5px;
}

.laser-rightBottom {
    bottom: 0;
    right: 0;
    border-bottom: solid red 5px;
    border-right: solid red 5px;
    
}

#cboxContent {
    border: none;
}

.adapterInstanceNoteDocsContainer {
    padding-top: 8px;
}

.adapterInstanceNoteDocImg {
    border: 1px dotted transparent !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
}

.adapterInstanceNoteDocFile {
    border: 1px dotted transparent !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
}

.adapterInstanceNoteDocImg:hover, .adapterInstanceNoteDocFile:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.wtm-control-upload {
   /* width: 200px !important;*/
}

#ribbon_login{
    position:relative;
    float:right;
}
#ribbon{
    position: absolute;
    float: right;
    bottom: 0;
    right: 0;
      
}


.chosen-disabled .chosen-choices {
    background-color: #eee !important;
  
}

.chosen-disabled .chosen-single {
    background-color: #eee !important;
 
}

.chosen-disabled {
    -ms-opacity: 1 !important;
    opacity: 1 !important;
}

.chosen-disabled .chosen-single span{
    color: #939192;
 
}

.chosen-container-single .chosen-single {
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
        border-color:  #d5d5d5
}

.fc-time-grid-event:hover {
    z-index:9999 !important;
}




/*Estilos especificos del  planificador*/
#scheduler-process-list .form-clickable:hover {
    cursor: default; 
}

#scheduler-process-list .can-drag:hover {
    cursor: move;
    background-color: #eee;
}

#scheduler-dragable-filters #dispatching-date {
    border: none;
    background-color: transparent !important;
    padding: 0px;
    cursor: pointer;
}

#scheduler-dragable-filters .btn {
    /*min-width: 110px;*/
    margin: 5px 5px 5px 0px;    
}

#scheduler-dragable-filters span.fa-caret-down {
    cursor: pointer;    
} 

#dispatching-control-container .widget-title {
    font-size: 23px;
    color: #009bde;
    font-weight: bold;

}

#dispatching-control-container .big-text {
    font-size: 15px;
}

#dispatching-control-container .blue-text {
    color: #009bde;
}
#dispatching-control-container, .dd-item .dispatching-item, .dd-item .audience-item {color: #43484e!important;}
#dispatching-control-container .dark-gray-text { color: #43484e; }
#dispatching-control-container .gray-text { color: #a6adb5; }
#dispatching-control-container .red-text { color: #ff0000; }

#scheduler-dragable-filters .row {
    margin-bottom: 10px;
    padding-right: 12px;
}
#scheduler-dragable-filters  span {
    padding: 0px;
}

#scheduler-time-control, #scheduler-dragable-filters {
    vertical-align: top;
}

@media (min-width: 1560px) {
    #scheduler-dragable-filters 
    {
        float: left;    
        margin-left: 20px;
    }
}

@media (max-width: 1540px) {
    #scheduler-dragable-filters 
    {
        width:100%;
        margin-top:10px;
        float: left;   
    }
}


#scheduler-time-control time {
    height: 9.0em;
}

#scheduler-time-control time span{
    padding-top: 1.2em;
}

#scheduler-time-control time.icon em {
    bottom: 1.5em;
}

#scheduler-time-control {
    float:left;
}

#scheduler-process-list .dd-item > button[data-action="collapse"]:before {
    content: '\f106'!important;  
    font-size: 20px!important;
    position: inherit;
}

#scheduler-process-list .dd-item > button[data-action="expand"]:before {
    content: '\f107'!important;
    font-size: 20px!important;
    position: inherit;
}

#scheduler-process-list .dispatching-item .row {
    margin: 0!important;
    padding: 0!important;
    font-size: 11px;
}



#scheduler-process-list .process {
    font-size: 13px;
    font-weight: bold;
}

#scheduler-process-list .adapter {
    font-size: 13px;
}

#scheduler-process-list .form-descriptors {
    font-size: 9px;
}

@media (min-width: 1200px) {
    .align-right-lg {
        text-align: right;    
    }
}

@media (min-width: 1361px) {
    #scheduler-process-list div.with-separator {
         border-right: 1px solid #a6adb5; 
         border-left: 1px solid #a6adb5; 
         text-align: center;
    }
    #scheduler-process-list div.with-left-separator {
         border-left: 1px solid #a6adb5; 
         padding-left: 10px!important;
    }
}

@media (min-width: 1400px) { 
    #scheduler-process-list .margin-one-line { margin-left: 10px; }
}

@media (max-width: 1200px) {
    #scheduler-process-list .dispatching-item .row div { padding-left: 0; }
}

@media only screen and (min-width : 1224px) and (max-width : 2389px) {
    /*#dispatching-control {
        max-width: 370px !important;
    }*/

    .dispatching-item .row {
    }

    #scheduler-process-list .user-icon:before {
        left: 0px !important;
    }

    .dispatching-item .subitem-1 {
        width: 60% !important;
        padding-right: 0 !important;
        border: 0 !important;
    }

    .dispatching-item .subitem-2 {
        width: 60% !important;
        padding-left: 0 !important;
        text-align: left !important;
        padding-right: 0 !important;
        border: 0 !important;
    }

    .dispatching-item .subitem-3 {
        padding-left: 0px !important;
        float: right !important;
        position: absolute !important;
        right: 9px !important;
        width: 30% !important;
        height: 70% !important;
        top: 9px !important;
    }

    .dispatching-item .subitem-3-text {
        width: 95% !important;
        position: absolute !important;
        text-align: right !important;
    }

    .dispatching-item .subitem-3-secondText {
        width: 95% !important;
        position: absolute !important;
        top: 23px !important;
        text-align: right !important;
    }

    .dispatching-item .subitem-3-icon.noDispatchWithTime {
        width: 95% !important;
        position: absolute !important;
        top: 45px !important;
        text-align: right !important;
    }

    .dispatching-item .subitem-3-icon.noDispatchWithTime .createNextFormButtonList {
        position: relative;
        top: -25px;
        right: 30px;
    }

    .dispatching-item .subitem-3-icon.noDispatch {
        width: 95% !important;
        position: absolute !important;
        top: -2px !important;
        text-align: right !important;
    }

    .createButtonFromDispatchingList{
        float:left;
        width: 12%;
        padding: 3px 9px;
    }
    #scheduler-process-list .wpforms-ico {
        padding-left: 20px;
        float:left;
        width: 75%;
    }
}

@media only screen and (min-width : 1224px) and (max-width : 2389px) {
    #btnAutoDispatching {
        float: none !important;
    }
}

#scheduler-process-list .process .fa-square,
#DispatchingListGridComplete  .fa-square{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#scheduler-dragable-actions .dispatching-action {
    padding: 5px;
}

/*.scheduler-tooltip-container .tooltip-inner {
    min-width: 100px;
    max-width: 800px;    
    background: #fff;
    color: black;
    text-align: left;
    border: 1px solid #bfbfbf;
    box-shadow: 2px 2px 2px #888;
}*/

.scheduler-tooltip-container .tooltip-inner {
    min-width: 100px;
    max-width: 800px;
    background: #fff;
    color: black;
    text-align: left;
    border: 1px solid #bfbfbf;
    box-shadow: 1px 1px 1px #888;
}

.tooltip.top .tooltip-arrow.custom-tooltip {
    bottom: 0;
    left: 20%;
    margin-left: -5px;
    border-top-color: #fff;
    border-width: 20px 20px 0;
}

/*.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -10px;
    border-left-color: #fff;
    border-width: 10px 0 10px 10px;
}*/

/*.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -10px;
    border-right-color: #fff;
    border-width: 10px 10px 10px 0;
}*/

/*.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-width: 0 10px 10px;
}*/

#scheduler-dragable-actions .dragable-action-container {
    border: #a6adb5 dashed thin;
    color: #a6adb5; 
    height: 100%;
    ms-opacity: 0.5;
    opacity: 0.5;
}

#scheduler-dragable-actions .scheduler-dragable-actions div{height: 100%}

#scheduler-dragable-actions .dragable-action-container:hover {
    border: #43484e dashed thin;
    color: #43484e;
    cursor: pointer;
    background-color: ghostwhite;
   -ms-opacity:1;
    opacity:1;  
}

#scheduler-dragable-actions .dragable-action-container i {
    font-size: 25px;
    -ms-opacity: 0.5;
}

#scheduler-dragable-actions .dragable-action-container i.fa-plus {
    color: #009bde;
}

#scheduler-dragable-actions .dragable-action-container i.fa-trash {
    color: #ff0000;
}

#scheduler-dragable-actions .dragable-action-container i.fa-user-times {
    color: #ffb752;
}

#scheduler-dragable-actions .dragable-action-container i.fa-clock-o {
    color: #32cd32;
}

#scheduler-dragable-actions{
    float:left;
    width:100%;
}

.scheduler-text-info {
    padding: 10px;
    font-size: 13px;
    width: 100%;
    float: left;
}
.scheduler-text-info h1 {
    font-weight: bold;
    margin-top: 0;
    font-size: 13px;
}

#dispatching-control-container .widget-toolbar > .btn {
    line-height: 20px;
}

#dispatching-control-container .vis-timeline {
    border-top: 1px solid #a6adb5;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #a6adb5;
}

#dispatching-control-container .vis-timeline .vis-panel.vis-bottom, 
#dispatching-control-container .vis-panel.vis-center, 
#dispatching-control-container .vis-panel.vis-left, 
#dispatching-control-container .vis-panel.vis-right, 
#dispatching-control-container .vis-panel.vis-top {
    border-color: #a6adb5;
}

#dispatching-control-container .vis-timeline .vis-panel.vis-background {
    background-color: transparent;
}

#dispatching-control-container .vis-timeline .vis-panel .vis-foreground .vis-group,
#dispatching-control-container .vis-timeline .vis-panel .vis-labelset .vis-label {
    border-bottom: 1px solid #a6adb5;
   
}

#dispatching-control-container .vis-timeline .vis-panel .vis-time-axis .vis-text.vis-major {
    color: #a6adb5;
}

#dispatching-control-container .vis-timeline .vis-panel .vis-time-axis .vis-text.vis-minor {
    color: #43484e;
    font-weight: bolder;
}

#dispatching-control-container .vis-timeline .vis-label.vis-nesting-group.expanded:before {
    content: '\f106'!important;
}

#dispatching-control-container .vis-timeline .vis-label.vis-nesting-group:not(.expanded):before {
    content: '\f107'!important;
}

#dispatching-control-container .vis-labelset .vis-label .vis-inner span.user {
    font-weight: bolder;
}

 
/* estilos control inicio*/
.control-title {
    font-size: 23px;
    color: #348fe2 !important;
    font-weight: normal !important;
}

.color-gris {
    color: #a6adb5!important;
}

.btn-new {
    color: #348fe2;
}

/* estilos control fin*/



#scheduler-process-list .user-icon:before {
    content: '\f007'!important;  
    font-size: 16px!important;
    position: inherit;
    font-family: FontAwesome;
    margin-right: 5px;
    position: absolute;
    left: 5px;
    font-style: normal;
}

#scheduler-process-list .wpforms-ico:before {
    content: '\f298'!important;  
    font-size: 16px!important;
    position: inherit;
    font-family: FontAwesome;
    margin-right: 5px;
    position: absolute;
    left: 30px;
    font-style: normal;
}

#scheduler-process-list .user-icon {
    padding-left: 15px; 
}

#scheduler-process-list .wpforms-ico {
    padding-left: 20px;
}


#scheduler-timeline-info-tooltip{
    list-style-type: none;
    text-align: left;
    margin: 0;
}
#scheduler-timeline-info-tooltip li{
    text-align: left;
    vertical-align: middle;
}

/*Fin estilos especificos del  planificador*/

.text-italic {
    font-style: italic;

}

.ellip {
    display: block;
    height: 100%; 
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
    padding-right: 2px;
}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-8 {
    margin-bottom: 8px;
}

.button-type-a {
    padding: 5px 15px 5px 15px;
    background-color: #009bde !important;
    border-color: #009bde!important;
    border-width: 0.05em !important;
}

.button-type-a:hover, .button-type-a:focus {
    background-color: #017baf !important;
    border-color: #017baf!important;
}

.button-type-b,  #scheduler-time-control .btn{
    padding: 5px 15px 5px 15px;
    background-color: #ffffff !important;
    border-color: #009bde!important; 
    color: #43484e !important;
    border-width: 0.05em !important;
}

.button-type-b:hover, .button-type-b:focus {
    background-color: #dddddd !important;
    border-color: #017baf!important;
}


/*Modales scrool raruno */
.modal.aside-right:not(.in) {
    right: -16px;
}


/*Modales*/
.modal.aside-in {
    right: 0;
}

/*scrollbar*/
#scheduler-process-list {
    padding-right: 4px;
    max-height: 800px;
    overflow: hidden;
    overflow-y: auto;
}

#scheduler-process-list::-webkit-scrollbar-track {
    margin-top: 4px;
    margin-bottom: 4px;
}




    @supports not (-moz-appearance:none) {
        /* Track */
        ::-webkit-scrollbar-track {
            width: 10px;
            background-color: #d9d9d9;
            cursor: pointer;
        }
        /* Handle */
        ::-webkit-scrollbar-thumb {
            background-color: #c3c3c3;
            transition: height 0.2s ease-in-out;
        }
            /* Handle on hover */
            ::-webkit-scrollbar-thumb:hover {
                background: #807e7e;
                cursor: pointer;
            }

        ::-webkit-scrollbar {
           /* width: 10px;*/
        }
    }

    .audience-container .dd {
        height: 800px;
        overflow: hidden;
        overflow-y: auto;
        padding-right: 4px;
    }

        .audience-container .dd::-webkit-scrollbar-track {
            margin-top: 4px;
        }

    #audience-control .dd-item > button[data-action="collapse"]:before {
        content: '\f106' !important;
        font-size: 20px !important;
        position: inherit;
    }

    #audience-control .dd-item > button[data-action="expand"]:before {
        content: '\f107' !important;
        font-size: 20px !important;
        position: inherit;
    }

    .rotate-45 {
        transform: rotate(45deg);
    }

    #scheduler-process-list {
        width: 100%;
    }

    .collapse-bar {
        padding-right: 30px;
        height: 20px;
    }

    .scheduler-tooltip-container .tooltip-inner .tooltip-title {
        background: #009bde;
        color: white;
        width: 100%;
        height: 25px;
        padding: 4px;
        text-align: left;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin-bottom: 4px;
    }

    .scheduler-tooltip-container .tooltip-inner > ul {
        padding-top: 30px;
        padding-bottom: 10px;
        color: #43484e;
    }

    .scheduler-list-container {
        width: 100%;
        background: #ddd;
        padding: 4px 0 10px 4px;
        border-radius: 4px;
        margin-top: 4px;
        float: left;
    }

        .scheduler-list-container div.widget-toolbar.right {
            height: 25px;
        }

    .turnos-list-container {
        padding: 4px 0 10px 4px;
        background: #ddd;
        border-radius: 4px;
    }

    .search-turnos {
        margin-bottom: 10px;
    }

    .turnos-list-container .widget-toolbar,
    .turnos-list-container a[id$='-all'],
    .collapse-bar a[id$='-all'] {
        height: 20px;
    }

    .turnos-list-container a#expand-all {
        margin-right: 18px;
    }

    .turnos-list-container .dd {
        margin-top: 30px;
    }

    .vis-tooltip {
        background: #fff !important;
    }

    .tooltipTimeline {
        width: auto;
        float: left;
    }

        .tooltipTimeline ul {
            width: 100%;
            float: left;
        }

        .tooltipTimeline .tooltip-title {
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            background-color: #01A0E2;
            width: 100%;
            float: left;
            color: #fff;
            padding: 8px;
            margin-bottom: 8px;
        }

    .contentTimeline {
        color: #fff;
        overflow: hidden;
        /*white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    width: auto;*/
    }

    .createButtonFromDispatchingList {
        float: right;
        padding: 3px 9px;
    }

    .createNextFormButtonList {
        float: right;
        padding: 0px 6px;
    }

    .vis-labelset {
        z-index: 1;
    }

    .fc-view-container {
        overflow-x: scroll;
    }
    /*.fc-view.fc-agendaDay-view.fc-agenda-view{
  width: 2000%;
}*/

    th.fc-resource-cell {
        overflow: hidden;
        padding: 20px 3px 20px 3px;
        text-overflow: ellipsis;
    }

    .fc-agendaDay-view tr {
        height: 30px;
    }

    #tooltipViewCalendar {
        background: #009bde;
        width: 100%;
        float: left;
        color: #fff;
        padding: 3px;
        margin-bottom: 7px;
    }

    .iconEditCalendarEvent:before {
        color: #69aa46 !important;
    }

    .iconUnassignCalendarEvent:before {
        color: #feb902 !important;
    }

    .iconShowWarningsCalendarEvent:before {
        color: #ff892a !important;
    }

    .iconRefreshItemRouteCalendarEvent:before {
        color: purple !important;
    }

    .iconUnassignCalendarEvent, .iconEditCalendarEvent, .iconShowWarningsCalendarEvent, .iconRefreshWarningsCalendarEvent, .iconRefreshItemRouteCalendarEvent {
        padding-left: 6px;
        font-size: 120%;
    }

        .iconUnassignCalendarEvent span, .iconEditCalendarEvent span, .iconShowWarningsCalendarEvent span, .iconRefreshWarningsCalendarEvent span, .iconRefreshItemRouteCalendarEvent span {
            padding-left: 6px;
            font-size: 12px;
        }


    #calendartimeline-date {
        cursor: pointer;
    }
    /*.vis-labelset{
    border-right: 1px solid #a6adb5;
}*/

    .eventRouteItem {
        background-image: url('/content/images/camion_planificador_blanco.png') !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        /*border: 1px solid;
    color: #000;*/
    }

        .eventRouteItem.pending,
        .eventRouteItem.pendingWithoutBlinking,
        .eventRouteItem.paused,
        .eventRouteItem.pausedWithoutBlinking {
            background-image: url('/content/images/camion_planificador.png') !important;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            /*border: 1px solid;
    color: #000;*/
        }

    #timeline-visualization .routeItem {
        height: 30px;
        top: 5px;
        background-image: url('/content/images/camion_planificador_blanco.png') !important;
        /*border: 1px solid !important;*/
        background-size: 35px;
        background-position: center;
        background-repeat: no-repeat;
        /*-ms-opacity: 0.4;
    opacity: 0.4*/
    }

        #timeline-visualization .routeItem.pending,
        #timeline-visualization .routeItem.pendingWithoutBlinking,
        #timeline-visualization .routeItem.paused,
        #timeline-visualization .routeItem.pausedWithoutBlinking {
            height: 30px;
            top: 5px;
            background-image: url('/content/images/camion_planificador.png') !important;
            /*border: 1px solid !important;*/
            background-size: 35px;
            background-position: center;
            background-repeat: no-repeat;
            /*-ms-opacity: 0.4;
    opacity: 0.4*/
        }
    /*Navegación retrasada*/
    .routeItem.delayed {
        animation: colorchangeDelayed 2s;
        animation-iteration-count: infinite;
    }

    @keyframes colorchangeDelayed {
        from {
            background-color: #ff0000;
        }

        to {
            background-color: #ffb3b3;
        }
    }

    .routeItem.delayedWithoutBlinking {
        background-color: #ff0000 !important;
    }

    .stateRoutePoint_delayed {
        background: #ff0000;
    }
    /*Inicio tarea retrasada*/
    .routeItem.delayedStartExpectedDate {
        animation: colorchangeDelayedStartExpectedDate 2s;
        animation-iteration-count: infinite;
    }

    @keyframes colorchangeDelayedStartExpectedDate {
        from {
            background-color: #c65353;
        }

        to {
            background-color: #ecc6c6;
        }
    }

    .routeItem.delayedStartExpectedDateWithoutBlinking {
        background-color: #c65353 !important;
    }

    .stateRoutePoint_delayedStartExpectedDate {
        background: #c65353;
    }
    /*Navegación Pendiente*/
    .routeItem.pending {
        animation: colorchangePending 2s;
        animation-iteration-count: infinite;
    }

    @keyframes colorchangePending {
        from {
            background-color: #b3e7ff;
        }

        to {
            background-color: #e6f7ff;
        }
    }

    .routeItem.pendingWithoutBlinking {
        background-color: #b3e7ff !important;
    }

    .stateRoutePoint_pending {
        background: #96ddff;
    }
    /*Navegando hacia el punto*/
    .routeItem.navigatingToPoint {
        animation: colorchangeNavigating 2s;
        animation-iteration-count: infinite;
    }

    @keyframes colorchangeNavigating {
        from {
            background-color: #009bde;
        }

        to {
            background-color: #66d1ff;
        }
    }

    .routeItem.navigatingToPointWithoutBlinking {
        background-color: #009bde !important;
    }

    .stateRoutePoint_navigatingToPoint {
        background: #009bde;
    }
    /*Navegación Pausada*/
    .routeItem.paused {
        animation: colorchangePaused 2s;
        animation-iteration-count: infinite;
    }

    @keyframes colorchangePaused {
        from {
            background-color: #F1C40F;
        }

        to {
            background-color: #f9e79f;
        }
    }

    .routeItem.pausedWithoutBlinking {
        background-color: #F1C40F !important;
    }

    .stateRoutePoint_paused {
        background: #F1C40F;
    }
    /*Navegación Incidencia*/
    .routeItem.incidence {
        animation: colorchangeIncidence 2s;
        animation-iteration-count: infinite;
    }

    @keyframes colorchangeIncidence {
        from {
            background-color: #ffa366;
        }

        to {
            background-color: #ffd1b3;
        }
    }

    .routeItem.incidenceWithoutBlinking {
        background-color: #ffa366 !important;
    }

    .stateRoutePoint_incidence {
        background: #ffa366;
    }
    /*Navegación Cancelada*/
    .routeItem.cancelled {
        animation: colorchangeCancelled 2s;
        animation-iteration-count: infinite;
    }

    @keyframes colorchangeCancelled {
        from {
            background-color: #666666;
        }

        to {
            background-color: #bfbfbf;
        }
    }

    .routeItem.cancelledWithoutBlinking {
        background-color: #666666 !important;
    }

    .stateRoutePoint_cancelled {
        background: #666666;
    }
    /*Navegación completada*/
    .routeItem.pointReached {
        animation: colorchangeReachedPoint 2s;
        animation-iteration-count: infinite;
    }

    @keyframes colorchangeReachedPoint {
        from {
            background-color: #47d147;
        }

        to {
            background-color: #c2f0c2;
        }
    }

    .routeItem.pointReachedWithoutBlinking {
        background-color: #47d147 !important;
    }

    .stateRoutePoint_pointReached {
        background: #47d147;
    }
    /*Navegación no calculada*/
    .routeItem.notCalculated {
        animation: colorchangeNotCalculated 2s;
        animation-iteration-count: infinite;
    }

    @keyframes colorchangeNotCalculated {
        from {
            background-color: #621515;
        }

        to {
            background-color: #957676;
        }
    }

    .stateRoutePoint_notCalculated {
        background: #621515;
    }

    .popoverRouteItem {
        padding-bottom: 10px;
        line-height: 1.5em;
    }

        .popoverRouteItem ul li {
            font-size: 12px;
        }

    #calendartimeline-timeSlot {
        width: 80px;
    }

    #refreshingDispatchingList {
        text-align: right;
        width: 100%;
        font-size: 13px;
        margin-left: 0px;
    }

    #btnRefreshingDispatchingList {
        top: -20px;
        padding: 1px;
    }

        #btnRefreshingDispatchingList i {
            font-size: 17px;
        }

    .btn-group.btn-overlap-with-auto > .btn {
        width: auto;
    }

        .btn-group.btn-overlap-with-auto > .btn > span + span {
            margin-left: 5px;
        }

    .dispatchingList_warning-item {
        font-size: 22px;
        color: #E59729;
        text-align: center;
        animation: colorchangeHasWarning 2s;
        animation-iteration-count: infinite;
    }

    @keyframes colorchangeHasWarning {
        0% {
            color: #cc8219;
        }

        25% {
            color: #e9a649;
        }

        50% {
            color: #f4d3a4;
        }

        75% {
            color: #e9a649;
        }

        100% {
            color: #cc8219;
        }
    }

    .dispatchingList_warning-item-withoutBlinking {
        font-size: 22px !important;
        color: #E59729;
        text-align: center;
    }

        .dispatchingList_warning-item i,
        .dispatchingList_warning-item-withoutBlinking i {
            font-size: 22px;
            cursor: pointer;
        }

    .timeline_Warnings {
        color: #fff;
        float: left;
        width: 10%;
        animation: colorchangeHasWarningTimeline 1.5s;
        animation-iteration-count: infinite;
    }

    .timeline_Warnings_withoutBlinking {
        color: #fff;
        float: left;
        width: 10%;
        margin-right: 10px;
        margin-left: 5px;
    }

        .timeline_Warnings i,
        .timeline_Warnings_withoutBlinking i {
            font-size: 20px;
        }

    @keyframes colorchangeHasWarningTimeline {
        from {
            color: #fff;
        }

        to {
            color: transparent;
        }
    }
    /*FILTROS EN PLANFICIACIÓN DE SKILL*/
    .containerSelectSkills .select2-search.select2-search--inline,
    .containerSelectSkills li .select2-search__field {
        width: 100% !important;
    }

        .containerSelectSkills .select2-search.select2-search--inline:after {
            content: "";
        }

    #filter-content,
    #filter-contentCalendar {
        width: 100%;
        float: left;
    }

        #filter-content .input-icon,
        #filter-contentCalendar .input-icon {
            float: left;
            margin-right: 10px;
        }

    .containerSelectSkills {
        width: 20%
    }
    /*SKILLS**/
    #scheduler-process-list .skill-icon {
        color: #009bde;
    }

    #scheduler-process-list .containerSkills {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 13px;
    }

    #scheduler-process-list .iconwtm-graduation-cap:before {
        content: '\f19d';
        font-size: 16px;
        float: left;
        text-align: left;
        position: relative;
        left: 0;
        margin-left: 0px;
        margin-right: 13px;
        color: #000;
        top: 3px;
    }

    .highlightUser {
        background-color: #009bde !important;
        color: #fff !important;
    }

    #timeline-control .widget-box.widget-color-transparent {
        width: 100%;
        float: left;
        padding-bottom: 10px;
    }

    .select2-selection.select2-selection--multiple {
        height: auto;
        border: 1px solid #d5d5d5;
        color: #858585;
    }
    /*Turnos en Calendario*/
    .workShiftAvailable,
    .workShiftUnavailable {
        opacity: 0.4;
        filter: alpha(opacity=40);
    }
    /*Filtro de zona horaria en planificador*/
    #useTimeZone.es ~ .lbl::before {
        content: "SI\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0NO";
    }

    #useTimeZone.en ~ .lbl::before {
        content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0NO";
    }

    #useTimeZone.de ~ .lbl::before {
        content: "#######\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0#######";
    }

    #container-checkbox-timezone,
    #container-dropdown-timezone {
        float: left;
    }

    #container-checkbox-timezone {
        margin-right: 20px;
    }

    #title-filter-timezone {
        color: #009bde;
        font-weight: bold;
    }

    #container-dropdown-timezone #TimeZones {
        float: left;
        width: 100%;
    }

    #container-checkbox-timezone #title-filter-timezone {
        margin-bottom: 5px;
    }

    #scheduler-process-list .subitem-0 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .label-with-badge > .badge {
        padding: 2px 3px;
        font-size: 12px;
        border-radius: 3px;
        margin-left: 5px;
    }

    #scheduler-dragable-filters .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    #dispatching-control .widget-box.widget-color-transparent {
        width: 100%;
        float: left;
    }
    /* Optimization */

    .timeline-style2 .timeline-date {
        width: 50px;
    }

    .timeline-style2 .timeline-info {
        width: 78px;
    }

    .timeline-style2 .timeline-info-custom {
        width: 40px;
    }

    .timeline-style2 .timeline-indicator {
        left: 62px;
    }

    .timeline-style2 .timeline-item:before {
        left: 68px;
    }

    .timeline-style2 .timeline-item-custom:before {
        left: 45px;
    }

    .timeline-style2 .timeline-item .widget-box {
        margin-left: 90px;
    }

    .timeline-style2 .timeline-item .widget-box-custom {
        margin-left: 60px;
    }

    .timeline-style2 .timeline-item.highlighted .timeline-item-wrapper {
        font-weight: bolder;
        width: 100%;
        display: inline-block;
        background-color: rgba(209,209,169,1);
    }

    #unassigned .dd-item .optimization-item.unassigned.highlighted {
        background-color: lightcyan !important;
    }

    #unassigned .dd-item .optimization-item.unassigned.manually {
        background-color: lightgoldenrodyellow;
    }

    .collapse-toggle:after {
        font-family: FontAwesome;
        content: '\f106';
        font-size: 20px;
    }

    .collapse-toggle.collapsed:after {
        content: '\f107';
    }

    .optimization-item .info {
        padding-left: 30px;
    }

        .optimization-item .info .info-icon {
            width: 18px;
            text-align: center;
        }

    .optimization-item .collapse-toggle {
        line-height: 20px;
        position: absolute;
        color: #666666;
        text-decoration: none;
        left: 3px;
        top: 50%;
        margin-top: -10px;
    }

    .optimization-item .timeline-container {
        padding: 8px 12px;
        background-color: beige;
        margin-top: 8px;
        border-radius: 3px;
    }

    .optimization-item mark {
        padding: 0px;
        background-color: lightblue;
    }

    .btn-opt {
        line-height: 18px !important;
    }

    .widget-body .widget-main.dispatching-container {
        float: left;
    }

    #buttonApplyFilter {
        margin-right: 10px;
    }

    .dashed {
        border-bottom: 1px dashed;
    }

    .popover-info .form-control.display {
        border: none;
        padding: 0px;
        font-size: 1.3em;
    }

    .popover-info.form-display label:not(.display) {
        font-size: 1.1em;
        color: #69aa46;
    }


    .select2-dropdown {
        z-index: 99999999;
    }

    .optimizer-result-tab-info {
        max-width: 50% !important;
        margin: 0 auto;
    }

    .widget-box-result-info {
        overflow-y: auto;
    }

    #containerDispatchingEditWarningNearbyOtWitRoutes {
        margin-bottom: 25px;
    }
    /*Filtro de zona horaria*/
    #filterTimeZone.optionSelected {
        animation: colorChangeOptionSelected 2s;
        animation-iteration-count: infinite;
        color: #fff;
    }

    @keyframes colorChangeOptionSelected {
        0% {
            background-color: #eaf2f8;
            color: #fff;
        }

        25% {
            background-color: #2376BB;
            color: #fff;
        }

        50% {
            background-color: #1b6aaa;
            color: #fff;
        }

        75% {
            background-color: #2376BB;
            color: #fff;
        }

        100% {
            background-color: #eaf2f8;
            color: #fff;
        }
    }

    #clear-filter-timezone {
        padding-left: 4px;
        float: right;
        right: 0;
        position: relative;
        left: 7px;
        top: 8px;
        background-color: transparent;
    }

        #clear-filter-timezone:hover {
            background-image: url("/Content/images/sfw/cruz-cierre_hover.png") !important;
            background-position: right !important;
            background-repeat: no-repeat !important;
        }

    #resultCountDispatchingList {
        float: right;
        text-align: right;
        margin-top: 3px;
        border: none;
    }

    #DispatchingListGridComplete .user-icon:before {
        content: '\f007' !important;
        font-size: 16px !important;
        font-family: FontAwesome;
        margin-right: 5px;
        font-style: normal;
    }

    #DispatchingListGridComplete .wpforms-ico:before {
        content: '\f298' !important;
        font-size: 16px !important;
        font-family: FontAwesome;
        margin-right: 5px;
        font-style: normal;
    }

    #btnFilterState.filterStateSelected, #btnFilterType.btnFilterTypeSelected,
    #btnFilterProcess.filterStateSelected, #btnOrderWO.filterStateSelected {
        background-color: #ffdf73 !important;
        /* animation: colorChangeFilterStateSelected 2s;
    animation-iteration-count: infinite;*/
        color: #fff;
    }

    @keyframes colorChangeFilterStateSelected {
        0% {
            background-color: #ffd000 !important;
        }

        25% {
            background-color: #ffd74b !important;
        }

        50% {
            background-color: #ffdf73 !important;
        }

        75% {
            background-color: #ffe797 !important;
        }

        100% {
            background-color: #ffefba !important;
        }
    }

    .spinbox-buttons > button {
        border-radius: 0px !important
    }

    a[id$='-groupingInstances'] i,
    .darksalmon {
        color: darkorange;
    }

    #instanceGridSimpleGroup:after,
    #instanceGridSimpleGroup:before {
        border-width: 10px 5px;
    }

    #instanceGridCompleteGroup:after,
    #instanceGridCompleteGroup:before {
        border-width: 12px 5px;
    }

    input[type=radio].ace ~ .lbl.bigger-120::before {
        margin-right: 10px !important;
    }

    #solution-selection-modal-body .radio {
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .vis-item.opt-tl-item-activity {
        height: 30px;
    }

    .vis-item.opt-tl-item-section {
        height: 30px;
        background-image: url('/Content/images/camion_planificador_blanco.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .vis-label {
        line-height: 30px;
    }

    .gritter_falleMan i {
        font-size: 20px;
    }

    #timeline-control #timeline.tab-pane,
    #timeline-control #calendar.tab-pane,
    #timeline-control #groups.tab-pane {
        font-size: 12px;
    }

    #scheduler-timeline-info {
        font-size: 10px;
        margin-top: 5px;
    }

    #timeline-control .tab-content {
        padding: 0;
    }
    /*#timeline-control .collapse-bar {
    padding-right: 10px;
    height: 20px;
}*/

    #scheduler-list-container-all-info,
    #container-all-info-dispatching-list {
        float: left;
        width: 100%;
    }

    #dispatching-control .widget-box {
        /*overflow-y: auto;*/
        overflow-y: hidden;
        overflow-x: hidden;
    }

    #containerInfoTimeZone .not-active {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: black;
    }

        #containerInfoTimeZone .not-active i {
            color: #A0A0A0;
        }
    /*VENTANA MODAL DE FILTRO DE LA ZONA HORARIA*/
    #modal-timeZone .modal-body {
        padding: 20px;
    }

    #containerInfoTimeZone i {
        color: #009bde;
        font-size: 25px;
        top: 5px;
        position: relative;
    }
    /***************DEMO MANPOWER********************/
    #demoPrincipal {
        background: #009bde;
        color: #ffffff;
    }

    #containerDemoPrincipal {
        margin: 30px auto;
        float: left;
        width: 100%;
    }

        #containerDemoPrincipal .panel-default {
            width: 46%;
            float: left;
            margin: 0px 20px 30px 20px;
        }

    .cuadroPrincipal {
        min-height: 115px;
    }

    .neo-panel-title {
        text-align: left;
        min-height: 34px;
    }

    .neo-panel-table {
        margin-left: 10px;
        margin-right: 10px;
    }

    .neo-panel-content-data {
        color: #009BDE;
        width: 100%;
        text-align: right;
        font-size: 24px;
    }

    .neo-panel-content {
        padding-top: 0px;
        padding-bottom: 6px;
    }

    .neo-panel-content-icon {
        color: #A6ADB5;
        vertical-align: middle;
    }

    .panel-footer-WT5 {
        padding: 10px 15px;
        background-color: #f7f8f9;
        border-top: 1px solid #dddddd;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    /************************************************/
    #containerTableActivities {
        height: 400px;
        overflow: hidden;
        overflow-y: visible;
    }

    .descriptorActivity {
        background: lightseagreen;
        color: #fff;
    }

    .itemLabelActivity {
    }

    .itemValueActivity {
        font-weight: bold;
    }


    .footer .footer-inner .footer-content {
        line-height: inherit;
    }


    .popover.popoveruserinfo.bottom > .arrow:after {
        border-bottom-color: #01A0E2;
    }

    .MapIconBlink {
        animation: 1s blinker linear infinite;
        -webkit-animation: 1s blinker linear infinite;
        -moz-animation: 1s blinker linear infinite;
        /*color: red;*/
    }

    @-moz-keyframes blinker {
        0% {
            opacity: 1.0;
        }

        50% {
            opacity: 0.0;
        }

        100% {
            opacity: 1.0;
        }
    }

    @-webkit-keyframes blinker {
        0% {
            opacity: 1.0;
        }

        50% {
            opacity: 0.0;
        }

        100% {
            opacity: 1.0;
        }
    }

    @keyframes blinker {
        0% {
            opacity: 1.0;
        }

        50% {
            opacity: 0.0;
        }

        100% {
            opacity: 1.0;
        }
    }

    #divTimelineEvents {
        border-top: 3px thin #E5E5E5;
        padding-bottom: 5%;
        width: 100%;
        height: 250px;
        overflow-x: hidden;
        overflow-x: auto;
    }

    @media only screen and (max-width: 991px) {
        .neo-logo-float {
            display: none;
        }

        #divTimelineEvents {
            display: none;
        }
    }

    .widget-header-Events {
        background-image: none;
        background: transparent;
        border-bottom: 1px solid #E5E5E5;
        padding-left: 7px;
    }

    #timelineEventTitle:hover {
        text-decoration: none;
        color: #337ab7;
    }

    .timelineEventName:hover {
        text-decoration: none;
    }

    .timeline-indicator.btn.no-hover.timeline-indicator-Events:hover {
        background-color: #337ab7 !important;
    }


    .isDisabled {
        cursor: not-allowed;
        opacity: 0.5;
    }

        .isDisabled > a {
            color: currentColor;
            display: inline-block; /* For IE11/ MS Edge bug */
            pointer-events: none;
            text-decoration: none;
        }
}

.infoFirstFormProcessInstanceView {
    background-color: #EAEAEA;
}

.infoNoPendingFormProcessInstanceView {
    background-color: #E5EDF0;
}

#Processes_chosen{
    width: 75% !important;
}

/*Dentro de la semana*/
.nextVisitDateWarning {
    background-color: #f3e498;
}
/*Ya ha pasado la fecha*/
.nextVisitDateAlert {
    background-color: #fe6060;
}
/*En el mismo día*/
.nextVisitSameDay {
    background-color: rgba(255,104,31, 0.5);
}

/*Formulario de editar planificación desde el planner*/
@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }
}

td.belonginsfull b {
    width: 100% !important;
}

/*Campos de Planificación y despacho del MultiDespacho*/
div#containerMultDispatchOptions {
    width: 100%;
    float: left;
}
div#containerMultDispatchOptions label {
    width: 60%;
    float: left;
    color: #4383B4;
    font-weight: bold;
}
div#containerMultDispatchOptions input {
    width: 40%;
}

.remarkContainerProperties {
    border: 1px solid #428bca;
    padding: 12px 0px 0px 0px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.remarkInternalProperties {
    width: 70%;
    margin: 0px auto;
    background: aliceblue;
    padding: 10px 0px 1px 10px;
    margin-bottom: 5px;
}

#timeline-dialog-mark-as-read
    .modal-dialog {
        width: 300px;
    }

#containerWaterMark{
    border: 1px solid #428bca;
    padding: 12px 0px 0px 0px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.containerSearchByCoordinates {
    width: 125px;
    top: 5em;
    position: relative;
    right: 2em;
    float: right;
}

.containerSearchByCoordinates #geocomplete_route_point_coordinates_lat{

}

.containerSearchByCoordinates #geocomplete_route_point_coordinates_lon {
    top: 3em;
}

.containerSearchByCoordinates #btnSearchByCoordinates {
    top: 6em;
    cursor: pointer;
    font-size: 13px !important;
    text-align: center;
    padding: 8px;
    color: #428bca;
    font-family: inherit;
}

.containerSearchByCoordinates #btnSearchByCoordinates:before {
    font-family: 'FontAwesome';
}

.highlight {
    border: 2px solid #007bff !important;
    background-color: #e9f5ff !important;
}

.custom-disabled-link {
    cursor: not-allowed;
    opacity: 50%;
    text-decoration: none;
}

.custom-disabled-link:hover {
    opacity: 70%;
}
/* Flowchart variables */
/* Sequence Diagram variables */
/* Gantt chart variables */
.mermaid .label {
  color: #333;
}
.node rect,
.node circle,
.node ellipse,
.node polygon {
  fill: #ECECFF;
  stroke: #CCCCFF;
  stroke-width: 1px;
}
.edgePath .path {
  stroke: #333333;
}
.edgeLabel {
  background-color: #e8e8e8;
}
.cluster rect {
  fill: #ffffde !important;
  rx: 4 !important;
  stroke: #aaaa33 !important;
  stroke-width: 1px !important;
}
.cluster text {
  fill: #333;
}
.actor {
  stroke: #CCCCFF;
  fill: #ECECFF;
}
text.actor {
  fill: black;
  stroke: none;
}
.actor-line {
  stroke: grey;
}
.messageLine0 {
  stroke-width: 1.5;
  stroke-dasharray: "2 2";
  marker-end: "url(#arrowhead)";
  stroke: #333;
}
.messageLine1 {
  stroke-width: 1.5;
  stroke-dasharray: "2 2";
  stroke: #333;
}
#arrowhead {
  fill: #333;
}
#crosshead path {
  fill: #333 !important;
  stroke: #333 !important;
}
.messageText {
  fill: #333;
  stroke: none;
}
.labelBox {
  stroke: #CCCCFF;
  fill: #ECECFF;
}
.labelText {
  fill: black;
  stroke: none;
}
.loopText {
  fill: black;
  stroke: none;
}
.loopLine {
  stroke-width: 2;
  stroke-dasharray: "2 2";
  marker-end: "url(#arrowhead)";
  stroke: #CCCCFF;
}
.note {
  stroke: #aaaa33;
  fill: #fff5ad;
}
.noteText {
  fill: black;
  stroke: none;
  font-family: 'trebuchet ms', verdana, arial;
  font-size: 14px;
}
/** Section styling */
.section {
  stroke: none;
  opacity: 0.2;
}
.section0 {
  fill: rgba(102, 102, 255, 0.49);
}
.section2 {
  fill: #fff400;
}
.section1,
.section3 {
  fill: white;
  opacity: 0.2;
}
.sectionTitle0 {
  fill: #333;
}
.sectionTitle1 {
  fill: #333;
}
.sectionTitle2 {
  fill: #333;
}
.sectionTitle3 {
  fill: #333;
}
.sectionTitle {
  text-anchor: start;
  font-size: 11px;
  text-height: 14px;
}
/* Grid and axis */
.grid .tick {
  stroke: lightgrey;
  opacity: 0.3;
  shape-rendering: crispEdges;
}
.grid path {
  stroke-width: 0;
}
/* Today line */
.today {
  fill: none;
  stroke: red;
  stroke-width: 2px;
}
/* Task styling */
/* Default task */
.task {
  stroke-width: 2;
}
.taskText {
  text-anchor: middle;
  font-size: 11px;
}
.taskTextOutsideRight {
  fill: black;
  text-anchor: start;
  font-size: 11px;
}
.taskTextOutsideLeft {
  fill: black;
  text-anchor: end;
  font-size: 11px;
}
/* Specific task settings for the sections*/
.taskText0,
.taskText1,
.taskText2,
.taskText3 {
  fill: white;
}
.task0,
.task1,
.task2,
.task3 {
  fill: #8a90dd;
  stroke: #534fbc;
}
.taskTextOutside0,
.taskTextOutside2 {
  fill: black;
}
.taskTextOutside1,
.taskTextOutside3 {
  fill: black;
}
/* Active task */
.active0,
.active1,
.active2,
.active3 {
  fill: #bfc7ff;
  stroke: #534fbc;
}
.activeText0,
.activeText1,
.activeText2,
.activeText3 {
  fill: black !important;
}
/* Completed task */
.done0,
.done1,
.done2,
.done3 {
  stroke: grey;
  fill: lightgrey;
  stroke-width: 2;
}
.doneText0,
.doneText1,
.doneText2,
.doneText3 {
  fill: black !important;
}
/* Tasks on the critical line */
.crit0,
.crit1,
.crit2,
.crit3 {
  stroke: #ff8888;
  fill: red;
  stroke-width: 2;
}
.activeCrit0,
.activeCrit1,
.activeCrit2,
.activeCrit3 {
  stroke: #ff8888;
  fill: #bfc7ff;
  stroke-width: 2;
}
.doneCrit0,
.doneCrit1,
.doneCrit2,
.doneCrit3 {
  stroke: #ff8888;
  fill: lightgrey;
  stroke-width: 2;
  cursor: pointer;
  shape-rendering: crispEdges;
}
.doneCritText0,
.doneCritText1,
.doneCritText2,
.doneCritText3 {
  fill: black !important;
}
.activeCritText0,
.activeCritText1,
.activeCritText2,
.activeCritText3 {
  fill: black !important;
}
.titleText {
  text-anchor: middle;
  font-size: 18px;
  fill: black;
}
/*


*/
.node text {
  font-family: 'trebuchet ms', verdana, arial;
  font-size: 14px;
}
div.mermaidTooltip {
    position: absolute;
    max-width: 350px;
    padding: 5px;
    /* font-family: 'trebuchet ms', verdana, arial;*/
    font-size: 12px;
    background: #ffffde;
    border: 1px solid #aaaa33;
    border-radius: 2px;
    pointer-events: none;
    z-index: 100000;
}

.node :hover {
    cursor: pointer
}
