div#main_area_planner {
    clear: left;
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-size: 2vmin;
    border-top: 1px solid;
    border-bottom: 1px solid;
    min-height: 76vh;
    background-color: white;
}

#task-list-container {

    position: relative !important;
    width: 20vw;
    height: 75.8vh;
    float: left;
    border-bottom: 1px black solid;
}

.task-item {
    position: relative !important; 
    box-sizing: border-box;
    padding: 10px 20px;
    /*margin-bottom: 10px;*/
    width: 100%;/*19.2vw;*/
    clear: left;
    float: left;
    /*margin: 0.5vh 0.4vw;*/
}

#scheduler {
  /*  float: left;
    width: 78vw;*/
    border-bottom: 1px black solid;
    width: 79vw;
}

.dx-draggable-source {
    opacity: 0.5;
}

.dx-draggable-dragging > * {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.2);
}

.dx-scheduler-scrollable-appointments.dx-widget.dx-collection {
    position: unset;
}

div.dx-field-item-content.dx-field-item-content-location-right, div.dx-recurrence-editor, div.dx-recurrence-editor-container {
    overflow: visible;
}

.dx-scheduler-group-header, .dx-scheduler-date-table-cell {
    position: relative;
}

.dx-scheduler-date-table-other-month.dx-scheduler-date-table-cell {
    opacity: 1;
    color: rgba(0, 0, 0, 0.3);
}

.dx-scheduler-date-table-cell .dx-template-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
}

.avatar {
    width: 6vmax;
    float: left;
    overflow: hidden !important;
    position: relative;
    height: 6vmax;
    margin: -1vh 0 0 2vw;
    border: 0.5vmin solid;
    border-radius: 48%;
}

.avatar img {

    width: 100%;
    height: 100%;
}

.name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.name h2 {
    color: #fff;
    text-align: left;
    padding: 5px 0 5px 175px;
    margin: 0;
}

.dx-theme-material .name h2 {
    font-size: 28px;
}

.info {
    width: auto;
    text-align: left;
    height: 100%;
    font-size: 11pt;
    font-weight: normal;
    padding: 55px 20px 25px;;
    color: #707070;
}

.dx-color-scheme-contrast .info {
    color: #FFF;
}

.userInfo div {
    margin: 20px;
}

.day-cell {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}


/*
.task-status-month-2:before {
    background-image: url(../images/planner-em-execucao.svg);
    background-size: 1vw;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 1.3vw 0 0 1.2vw;
    content: "";
    overflow: visible;
    margin: 1vh 0 0 -0.4vw;
    float: left;
    height: 3vh
}

.task-status-month-3:before {
    background-image: url(../images/planner-atrasado.svg);
    background-size: 1vw;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 1.3vw 0 0 1.2vw;
    content: "";
    overflow: visible;
    margin: 1vh 0 0 -0.4vw;
    float: left;
    height: 3vh
}

.task-status-month-4:before {
    background-image: url(../images/planner-completo.svg);
    background-size: 1vw;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 1.3vw 0 0 1.2vw;
    content: "";
    overflow: visible;
    margin: 1vh 0 0 -0.4vw;
    float: left;
    height: 3vh
}
*/

.employee-1 {
    background-color: rgba(86, 202, 133, 0.1);
}

.employee-2 {
    background-color: rgba(255, 151, 71, 0.1);
}

.employee-weekend-1 {
    background-color: rgba(86, 202, 133, 0.2);
}

.employee-weekend-2 {
    background-color: rgba(255, 151, 71, 0.2);
}

div.dx-scheduler-work-space-month .training-background-0 {
    background-image: url("../images/icon-scissors.svg");
    background-size: 2.5vw;
}

div.dx-scheduler-work-space-month .training-background-1 {
    background-image: url("../images/icon-buying.svg");
    background-size: 2.5vw;
}

div.dx-scheduler-work-space-month .training-background-2 {
    background-image: url("../images/icon-sales.svg");
    background-size: 2.5vw;
}

div#task-list {
    background-color: #f5f5f5;
    height: 67vh; 
    /* margin-right: 2vw; */
}

div#task-list .dx-list-item-content::before {
    content: "";
}

.dx-scrollview-content {
    background-color: #f5f5f5;
}

div#task-list-title {
    background-color: #2E9E99;
    color: #fff;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
    padding: 2.15vh 1vw;
    font-size: 1vw;

}

.dx-scheduler-header {
    background-color: #2e9e99;
}

.dx-widget div {
    overflow: unset;
}

.dx-list-group-body {
    overflow: hidden !important;
}

.dx-scheduler-appointment-content > * {
    overflow: hidden !important;
    color: black;
}

.dx-scrollable-container {

    overflow: hidden !important;
}

.dx-item.dx-scheduler-appointment {
  /*  height: auto !important;*/
    overflow: visible;
}

.dx-scheduler-work-space-month .dx-scheduler-date-table {

    height: 125vh !important;
}

.filter-button-planner {
    float: left;
    color: #198B86;
    width: 2.2vw;
    height: 2.2vw;
    margin: 1.1vh;
}

div#filter-planner-container {
    float: left;
    height: 45vh;
    width: 27vw;
    display: inline-block;
    overflow: auto;
}

div#sort-list-planner-container {
    float: left;
    height: 45vh;
    width: 24vw;
    display: inline-block;
    border-left: solid 1px #000;
}

div.div_legenda_planner {
    float: left;
    width: 4vh;
    height: 2vh;
    /* border-radius: 0.5vh; */
    /* border: 1px solid #000000; */
    margin: 0vh 0.5vw 0 0;
}

.task-tooltip .task-info {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    text-align: left;
}

.task-tooltip .task-title {
    font-size: 1.5em;
    line-height: 40px;
}

.planner-task-delete-btn{
    position: absolute;
    right: 0.5vh;
    bottom: 0.5vh;
}

.planner-task-delete-btn.dx-button-has-icon .dx-button-content {
    padding: 0;
}

.planner-task-delete-btn.dx-button-has-icon .dx-button-content i.dx-icon.dx-icon-trash {
    height: 100%;
    width: 100%;
    font-size: 2vh;
}

.planner-task-status-btn{
    position: absolute;
    left: 0.5vh;
    bottom: 0.5vh;
}

.planner-task-status-btn.dx-button-has-icon .dx-button-content {
    padding: 0;
}

.planner-task-status-btn.dx-button-has-icon .dx-button-content i.dx-icon.dx-icon-trash {
    height: 100%;
    width: 100%;
    font-size: 2vh;
}

.planner-task-idented {

    margin: 0 3vh;
    overflow: hidden !important;

}

.dx-tooltip-appointment-item-content {
    white-space: normal !important;
    width: 25vw;
}

.dx-tooltip-appointment-item-marker {
    width: 1.5vw;
    height: 1.5vw;
    position: relative;
}

.dx-tooltip-appointment-item-marker-body {
    position: absolute;
    top: 0.5vh;
}

.dx-tooltip-appointment-item {
    width: 30vw;
}

.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-popup-content .dx-list-item, .dx-scheduler .dx-scheduler-overlay-panel .dx-popup-content .dx-list-item {
    width: 32vw;
}

.dx-tooltip-appointment-item-delete-button .dx-button-content
,.dx-tooltip-appointment-item-delete-button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.1vw 0.3vh;
}

.dx-tooltip-appointment-item-delete-button .dx-button-content
, .dx-tooltip-appointment-item-delete-button
, .dx-tooltip-appointment-item-delete-button-container {
    width: 1vw;
    height: 1vw;
}

.dx-tooltip-appointment-item-delete-button-container {
    margin: 1vh 0 0 0;
    position: relative;
}

.planner-relative-container {
    position:relative;
}

.planner-task-idented.dx-tooltip-appointment-item-content-subject {
    text-align: left;
    font-size: 0.8vw;
    font-weight: bold;
}

.planner-task-idented.dx-tooltip-appointment-item-content-date {
    text-align: left;
    font-size: 0.8vw;
}

.planner-task-idented.dx-tooltip-appointment-item-content-desc {
    text-align: left;
    font-size: 0.7vw;

}

.dx-datagrid-toolbar-button:hover {
    cursor: pointer;
}

span.dx-header-filter.dx-header-filter-empty {
    color: #fff;
}

.dx-datagrid .dx-header-filter {
 
    color: #FFDF4C;
 
}

div.pic_rounder_funcionario {

    margin: 0;
    height: 3vw;
    width: 3vw;
    border: 2px solid #198B86;
    overflow: hidden;
}

div.pic_rounder_funcionario:hover :after{
	 
    content: "Selecionar...";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.3);    
    font-size: 0.6vw;
    text-align: center;
    cursor: pointer;

}

div.pic_rounder_peca {

    margin: 0;
    height: 99%;
    width: 99%;
    border: 2px solid #198B86;
    overflow: hidden;
    border-radius: 0.5vw;
}

#div_peca_t .slim .slim-btn-group {
    position: absolute;
    width: 5vw;
    top: 0px;
    left: 0;
    z-index: 3;
    overflow: hidden;
    pointer-events: none;
    padding: 0;
    margin: 0;
}

#div_peca_t tr.dx-data-row td:nth-child(1) {
   /* overflow: visible;*/
}

.dx-link-clone {
    width: 1.6vw; 
    float: left;
}

div.pic_rounder_peca:hover:after {
    content: "Selecionar...";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    background-color: rgb(236, 213, 8);
    font-size: 80%;
    text-align: center;
    cursor: pointer;
    padding: 0.5vh;
    margin: 0.5vh;
    border: 1px solid #222;
    border-radius: 5px;
}


div.pic_rounder_peca_edit {
    margin: 0;
    height: 20vw;
    width: 20vw;
    border: 2px solid #198B86;
    overflow: hidden;
    border-radius: 0.5vw;
}

div.pic_rounder_peca_edit:hover:after {
    content: "Selecionar...";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.8);
    font-size: 1.2vw;
    text-align: center;
    cursor: pointer;
    padding: 1vh 1vw;
}

button.slim-btn {
    position: relative;
    float: left;
    clear: right;
    padding: 0;
    margin: 0 2px;
    font-size: 0;
    outline: none;
    width: 2vw;
    height: 2vw;
    border: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: center center;
}

div.slim-btn-group {
    position: absolute;
    top: 0;
    PADDING: 5PX;
    margin: 5px;
}

.slim div.slim-area {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: inherit;
    overflow: visible;
}

button.slim-btn.slim-btn-remove {
    left: 0;
}

button.slim-btn.slim-btn-edit {
    right: 0;
}

div button.slim-btn:hover {
    background-color: #148C87;
}

label#peca-image-filter{
    float: left;
    margin: 0.4vh 1vw;
}

div#peca-image-header {
    float: left;
    /* margin-top: 2vh; */
}

.switchFilter {
    font-size: 0.8vw;
}

.dx-switch-on, .dx-switch-off {
    font-size: inherit !important;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td {
    background-color: #FFDF4C;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.dx-focused, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.dx-focused, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.dx-focused, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.dx-focused {
    background-color: #FFDF4C;
}

.dx-datagrid .dx-row-alt > td, .dx-datagrid .dx-row-alt > tr > td {
    background-color: #FFF3BA;
}

div#div_peca_t .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit {
    width: 6.2vw;
    min-width: 6.2vw;
}

div#groupFlag {
    margin: 2vh;
    color: white;
}

.dx-switch-container {
    overflow: hidden !important;
}

div#btn_regera_planner {
    margin-left: 1vw;
    opacity: 0;
    display: none;
}

.dx-calendar-views-wrapper {
    overflow: hidden !important;
}

div#main_area_planner div.dx-drawer-panel-content {
    overflow: unset;
}

div#main_area_planner div.dx-scrollable-container {
     overflow: unset;
}

div#task-list-expansion-links-div {
    clear: left;
    overflow: hidden;
    padding: 5px 0 10px;
    border-bottom: 1px solid #DDD;
    background-color: #fff;
    font-size: small;
}

div#task-list-expand {
    float: left;
    width: 50%;
    text-align: center;
    border-right: 1px solid #CCC;
}
div#task-list-collapse {
    float: left;
    width: 50%;
    text-align: center;
}

div#task-list-expand:hover,
div#task-list-collapse:hover{
    cursor:pointer;
}

div#task-list .dx-scrollable-container {

    height: 95%;
}