.wc-container {
    font-size: 14px;
    font-family: arial, helvetica;
    color: #405E80;
}

.wc-toolbar {
    padding: 10px;
    font-size: 0.8em;
    height: 24px;
}

.wc-toolbar .wc-nav {
    float: left;
}

.wc-toolbar .wc-display {
    float: right;
}

.wc-toolbar button {
    margin-top: 0;
    margin-bottom: 0;
}

.wc-toolbar .wc-title {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.wc-container table {
    border-collapse: collapse;
    border-spacing: 0;
}

.wc-container table td {
    margin: 0;
    padding: 0;
    box-shadow: 0px 0px 0px #000000 !important;
    -moz-box-shadow: 0px 0px 0px #000000 !important;
    -webkit-box-shadow: 0px 0px 0px #000000 !important;

}

.wc-header {
    background: #e1e7ed;
    border-width: 1px 0;
    border-style: solid;
    border-color: #afb8bf;
}

.wc-header table {
    width: 100%;
    table-layout: fixed;
}

.wc-grid-timeslot-header,
.wc-header .wc-time-column-header {
    width: 65px;
}

.wc-header .wc-scrollbar-shim {
    width: 17px !important;
}

.wc-header .wc-day-column-header {
    text-align: left;
    padding: 0.4em;
    font-size: 12px;
}

.wc-header .wc-user-header {
    text-align: center;
    padding: 0.4em 0;
    overflow: hidden;
}

.wc-grid-timeslot-header {
    background: #eee;
}

.wc-scrollable-grid {
    overflow: auto;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    position: relative;
    background-color: #fff;
    width: 100%;
}

table.wc-time-slots {
    width: 100%;
    table-layout: fixed;
    cursor: default;
    overflow: hidden;
}

.wc-day-column {
    width: 13.5%;
    overflow: visible;
    vertical-align: top;
    border-color: #c5dbec;
}

.wc-day-column-header {
}

.wc-scrollable-grid .wc-day-column-last,
.wc-scrollable-grid .wc-day-column-middle {
    border-width: 0 0 0 1px;
    border-style: dashed;
}

.wc-scrollable-grid .wc-day-column-first {
    border-width: 0 0 0 2px;
    border-style: solid;
}

.wc-day-column-inner {
    width: 100%;
    position: relative;
}

.wc-no-height-wrapper {
    position: relative;
    overflow: visible;
    height: 0px;
}

.wc-time-slot-wrapper {
    /*  top: 3px;*/
}

.wc-oddeven-wrapper .wc-full-height-column {
    /*  top: 2px; */
    /* Modern Browsers */
    opacity: 0.4;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE 5-7 */
    filter: alpha(opacity=40);
    /* Netscape */
    -moz-opacity: 0.4;
    /* Safari 1 */
    -khtml-opacity: 0.4;
}

.wc-freebusy-wrapper .wc-freebusy {
    /*  top: 1px;*/
    /* Modern Browsers */
    opacity: 0.4;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE 5-7 */
    filter: alpha(opacity=40);
    /* Netscape */
    -moz-opacity: 0.4;
    /* Safari 1 */
    -khtml-opacity: 0.4;
}

.wc-time-slots {
    position: absolute;
    width: 100%;
}

.wc-column-odd,
.wc-column-even.ui-state-hover {
    background-image: none;
    border: none;
}

.wc-header .wc-today.ui-state-active {
    color: #f57400;
    border-color: #c5dbec;
    /* background: #f5f8f9 !important; */
}

.wc-header .wc-today.wc-day-column-header {
    border-width: 0 2px;
    border-style: solid;
}

.wc-header .wc-user-header {
    border-width: 0;
}

.wc-time-slots .wc-day-column.ui-state-default {
    background: transparent;
}

.wc-time-slots .wc-today.ui-state-active {
    background: #f5f8f9 !important
}

.wc-header .wc-today.ui-state-active.wc-day-column-middle {
    border-width: 0;
}

.wc-header .wc-today.ui-state-active.wc-day-column-first {
    border-left-width: 3px;
}

.wc-header .wc-today.ui-state-active.wc-day-column-last {
    border-right-width: 3px;
}

.wc-full-height-column {
    display: block;
    /*  width:100%;*/
}

.wc-time-header-cell {
    padding: 5px;
    height: 80px; /* reference height */
}

.wc-time-slot {
    border-bottom: 1px dotted #ddd;
}

.wc-hour-header {
    text-align: right;
}

.wc-hour-header.ui-state-active,
.wc-hour-header.ui-state-default {
    border-width: 0 0 1px 0;
}

.wc-hour-end, .wc-hour-header {
    border-bottom: 1px solid #ccc;
    color: #555;
}

.wc-business-hours {
    background-color: #f5f8f9;
    border-bottom: 1px solid #ccc;
    color: #f57400;
    font-size: 1.4em;
}

.wc-business-hours .wc-am-pm {
    font-size: 0.6em;
}

.wc-day-header-cell {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.wc-time-slot-header .wc-header-cell {
    text-align: right;
    padding-right: 10px;
}

.wc-cal-event {
    background-color: #68a1e5;
    /* Modern Browsers */
    opacity: 0.93;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=80);
    /* Netscape */
    -moz-opacity: 0.8;
    /* Safari 1 */
    -khtml-opacity: 0.8;
    position: absolute;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    width: 100%;
    display: none;
    font-size: 12px !important;
    line-height: 14px !important;
}

.wc-cal-event-delete {
    float: right;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.wc-cal-event.ui-resizable-resizing {
    cursor: s-resize;
}

.wc-cal-event .wc-time {
    background-color: #000;
    border: 1px solid #1b62c0;
    color: #fff;
    padding: 0;
    font-weight: bold;
}

.wc-container .ui-draggable .wc-time {
    cursor: move;
}

.wc-cal-event .wc-title {
    position: relative;
}

.wc-container .ui-resizable-s {
    height: 10px;
    line-height: 10px;
    bottom: -2px;
    font-size: .75em;
}

.wc-container .ui-draggable-dragging {
    z-index: 1000;
}

.free-busy-free {
}

.free-busy-busy {
    background: url("./libs/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png") repeat scroll 50% 50% #666666;
}

/** hourLine */

.wc-hourline {
    height: 0pt;
    border-top: 2px solid #FF7F6E;
    overflow: hidden;
    position: absolute;
    width: inherit;
}

/* IE6 hacks */
* html .wc-no-height-wrapper {
    position: absolute;
}

* html .wc-time-slot-wrapper {
    top: 3px;
}

* html .wc-grid-row-oddeven {
    top: 2px;
}

* html .wc-grid-row-freebusy {
    top: 1px;
}

/* IE7 hacks */
*:first-child + html .wc-no-height-wrapper {
    position: relative;
}

*:first-child + html .wc-time-slot-wrapper {
    top: 3px;
}

*:first-child + html .wc-grid-row-oddeven {
    top: 2px;
}

*:first-child + html .wc-grid-row-freebusy {
    top: 1px;
}

*:first-child + html .wc-time-slots .wc-today {
    /* due to rendering issues, no background */
    background: none;
}

/*Customização 2018/2019*/
/*Cabeçalho*/

.wc-toolbar {
    padding: 20px 15px;
    height: auto;
    background: #fff;
    overflow: hidden;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.wc-toolbar{
    height:28px;
}
.ui-buttonset .wc-switch-display{
    float: left;    
}
.ui-buttonset .wc-switch-display + LABEL{
    float: left;
    margin-right: 20px;
    padding-left: 5px;
    line-height: 20px;    
}
.wc-nav.ui-buttonset button{
    border:none;
    padding: 4px 12px; 
    margin-top: -4px;
    border-right: 1px solid #bbb;    
}

.wc-nav.ui-buttonset button:hover{
    opacity: .65;    
}

.wc-nav.ui-buttonset button {
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
    border-right: none;
    padding: 8px 16px;
    box-shadow: inset 0 -1px 0px #ccc;
}

.wc-nav.ui-buttonset .ui-corner-left {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottom-left: 2px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.wc-nav.ui-buttonset .ui-corner-right {
    border-right: 1px solid #bbb;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottom-right: 2px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;}

.wc-nav.ui-buttonset .wc-nav.ui-buttonset button:last-child {
    border-right: 1px solid #ccc;
}

.wc-toolbar .wc-title {
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    font-size: 24px;
    padding-left: 20px;
    color: #777;
    font-weight: normal;
}

/*Estrutura*/

.wc-header {
    background: #eee;
}

.wc-header .wc-day-column-header {
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #777;
}

.wc-grid-timeslot-header {
    background: #f8f8f8;
}

.wc-time-header-cell {
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #777;
}

/*Coluna*/

.wc-day-column {
    border-color: #ddd;
}

/*Coluna Ativa*/

.wc-header .wc-today.wc-day-column-header {
    color: #3498db;
    background:#f5f8f9;
}

.wc-header .wc-today.ui-state-active {
    border-color: #ddd;
}

.wc-header .wc-day-column-header p{
    font-size: 28px;
    margin-bottom: 0px;
}

/*Active*/

.wc-hour-header.ui-state-active, .wc-hour-header.ui-widget-content .ui-state-active, .wc-hour-header.ui-widget-header .ui-state-active {
    background: #eee;
    border-right: 3px solid #3498db;
    margin-right: -2px;
    z-index: 2;
    position: relative;
}

/*Evento & Agendamentos*/

.wc-cal-event .wc-time {
    color: #fff;
    border: none!important;
    background: rgba(0,0,0,.2)!important;
    padding: 6px 0;
    font-weight: normal;
    border-radius: none;
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wc-cal-event {
    width: 90%;
    left: 5%;
    right: 0;
}

.wc-cal-event .wc-title {
    padding: 6px 0;
}

.wc-container .ui-resizable-s {
    font-size: 16px;
    background: rgba(0,0,0,.15);
}