/*
 * HTML ELEMENTS
*/
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: sans-serif;
    text-align: justify;
    color: #627c78;
}

.ui-menu.ui-widget li.ui-corner-all,.ui-menu.ui-widget a.ui-corner-all {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 4px;
}

.ui-menuitem-text {
    white-space: normal;
}
h1 {
    font-size: 150%;
}

h1, h2, h3, h4, h5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

p {
    text-indent: 10px;
    color: #000000;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #44ccd6;
}

a:hover {
    text-decoration: underline;
}

fieldset {
    margin: 5px 0;
    padding: 5px;
}

img {
    border: none;
}

/* intended to make disabled fields more visible */
.ui-state-disabled {/* this is for IE8 */
    filter: Alpha(Opacity=100) !important;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
checkbox[disabled],
textarea[disabled],
select[disabled] {
    background-color: #f2f2f2 !important;
    color:#555 !important;
    opacity:1 !important;
}
/* intended to make disabled fields more visible [end] */

/*
 * LAYOUT: 1 column layout
*/

/*
 * TOP
*/
#top {
    margin: 0;
    padding: 5px 0;
    text-align: left;
    background-color: #f2f2f2;
    border-bottom: 2px solid #666666;
    float: left;
    width: 100%;
}

/*
 * Top PrimeFaces
 * horizontal menu
*/
#top .ui-menu {
    width: 96%;
    padding: 0 8px;
    font-size: 14px;
    background: none;
    border: none;
}

#top li.ui-widget.ui-menuitem.ui-state-default.ui-corner-all.ui-menuitem-parent {
    vertical-align: middle !important;
}

/* Sub-menus */

#top ul ul.ui-menu-list {
    width: 200px;
}

#top ul.ui-menu-list li:first-child {
    margin-right: 20px;
}

/* Only IE9 */
/* Last item from the top: a special user menu, stays on the right */
#top ul.ui-menu-list li.ui-menuitem-parent:last-child {
    float:right;
}

#top .ui-menuitem .ui-state-default { }

#top .ui-menuitem .ui-state-hover { }


#top .ui-icon {
    height: 20px;
    width: 20px;
    margin: 0 3px;
    padding: 0;
}

#top .ui-icon-user-conf {
    background-image: url("../img/icons/ic_tab_settings_grey.png");
    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;
}

#top .ui-menu-list .ui-menuitem-text {
    font-size: 12px;
}

/* TOP: Prime Faces */

.ui-toolbar {
    width: 1024px;
    margin: 0;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
}

/*
 * BOTTOM
 */
#bottom {
    position: fixed;
    bottom: 0;
    text-align: center;
    padding: 1px;
    width: 100%;
    background-color: #f2f2f2;
    border-top: 1px solid #666666;
}

/*
 * MIDDLE
 */
#content {
    margin: 20px;
    padding: 15px;
    background-color: #ffffff;
    /*    border: 1px solid #666666;*/
    margin-top: 0;
    padding-top: 10px;
    clear: left;
}

#contentForm {
    margin: 0;
    padding: 0;
}

#content.logged-true { }
#content.logged-false {
    padding: 50px;
    width: 500px;
    margin: 50px;
    margin-left: auto;
    margin-right: auto;
    min-height: 0;
    background-color: #f2f2f2;
    border: 2px solid #666666;
}

/* MIDDLE: Prime Faces */
.btnRightSpacing {
    margin-right: 7px !important;
}

#content .h1WithPButtonAtRight {
    height:35px;
}

#content .h1WithPButtonAtRight button {
    float:right;
    height:30px;
    width: 75px;
    font-size: 12px;
}

#content div.ui-toolbar {
    width: auto;
    padding: 2px;
}

#content .ui-datatable {
    margin-top: 10px;
}

/* in some tables, the first row may have
an unwanted spacing between icons, because
jsf inserts a <script> tag after first icon
and browsers may render it differently.
Making icons to float will ignore this space,
but brings a centralization issue.
This gamby fixes it with 2 spans around them */
#content .ui-datatable .actions1 {
    float: left;
    position: relative;
    left: 50%;
}
#content .ui-datatable .actions2 {
    float: right;
    position: relative;
    right: 50%;
}
#content .ui-datatable .actions2 img {
    float: left;
    margin: 1px 2px;
    padding: 1px;
}

#content .ui-datatable table {
    table-layout: auto;
}

.ui-inputfield {
    background: none repeat scroll 0 0 #FFFFFF !important;
    box-shadow: 0 2px 2px #D3D3D3 inset !important;
    color: #555555 !important;
}

/* p:commandButton images */
.pcmdbtn_new {
    background-image: url("../../design/img/icons/new.png") !important;
}

.pcmdbtn_upd {
    background-image: url("../../design/img/icons/edit.gif") !important;
}

.pcmdbtn_filter {
    background-image: url("../../design/img/icons/filter.png") !important;
}

/* TABS */
#content ul.ui-tabs-nav li a {
    padding:4px 10px;
}
#content .ui-tabs {
    margin: 4px 0;
}
#content .ui-tabs-panel {
    padding: 4px;
}

/* Tree structure was overrulling color */
#content .ui-panel .ui-panel-content {
    color: #627c78;
}

/* datatable selected row */
#content .ui-state-highlight {
    border: 1px solid #666;
    background: #AAA;
    background: #AAA linear-gradient(top, rgba(0, 0, 0, 0.25), transparent);
    background: #AAA -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(transparent));
    background: #AAA -moz-linear-gradient(top, rgba(0, 0, 0, 0.25), transparent);
    color: white;
    text-shadow: 1px 1px 1px #333;
}

/*
 * Generic
*/

.shadow {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
}

.fieldsetSeparator {
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-top: 10px;
    padding-bottom: 0;
}

.seamless {
    /* Need to wrap something? */
    margin: 0;
    padding: 0;
}
.grey {
    color:#AAAAAA;
}

/**********************************************/
/* Makes selectmanyCheckBoxes smaller, if you */
/* if you add a formLeftAlign to them         */
/**********************************************/
.ui-selectmanycheckbox.formLeftAlign td {
    /* will shrink TD for checkbox and label */
    padding-left: 0;
    padding-right: 0;
}
.ui-selectmanycheckbox.formLeftAlign td label {
    /* will expand TD for label again */
    padding-right: 10px;
}
/*********************************************/

.ui-picklist-source, .ui-picklist-target {
    min-width: 200px;
    height: 133px;
}

.errorDiv {
    border: 3px solid #BF3030;
    background: #F00;
    color: #FFF;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px;
    border-radius: 5px;
}

.errorMsg {
    color: red;
    font-weight: bold;
}

.warnMsg {
    color: orange;
    font-weight: bold;
}

.infoMsg {
    color: green;
    font-weight: bold;
}

.priority_ROUTINE {
    color: green;
}

.priority_URGENT {
    color: red;
}

.blockedUser {
    color: red !important;
}

.greyedOut {
    opacity: 0.3 !important;
}

input.greyedOut {
    cursor: default;
}

.cleanTab {
    border: none;
    border-right: none;
    outline: none;
}

.panelGridVAlignTop {
    vertical-align: top;
}

.panelGridVAlignBottom {
    vertical-align: bottom;
}

.actionIcon {
    padding-left: 1px;
    padding-right: 1px;
}

.actionsDiv input {
    padding: 1px 2px 1px 2px;
}

/* form labels */
.lbl25{
    display: block;
    float: left;
    width: 25px;
    margin: 5px;
    padding-right: 5px;
    text-align: right;
}

.lbl50{
    display: block;
    float: left;
    width: 50px;
    margin: 5px;
    padding-right: 5px;
    text-align: right;
}

.lbl75{
    display: block;
    float: left;
    width: 75px;
    margin: 5px;
    padding-right: 5px;
    text-align: right;
}

.ui-autocomplete-width input {
    width: 100%;
}

.smallColumn {
    min-width: calc(calc(1vw * 116)/10);
    max-width: calc(calc(5vw * 116)/10);
}

.largeColumn {
    width: calc(calc(15vw * 116)/10);
}

.fullWidth{
    width: 100%
}
/* FORM LEFT ALIGN */
.formLeftAlign {
    text-align: left;
}
.formLeftAlign10 {
    width: 10px;
    text-align: left;
}
.formLeftAlign100 {
    width: 100px;
    text-align: left;
}
.formLeftAlign160 {
    text-align: left;
    width: 160px;
}
.formLeftAlign260 {
    text-align: left;
    width: 260px;
}
.formLeftAlign285 {
    text-align: left;
    width: 285px;
}
.formLeftAlign300 {
    text-align: left;
    width: 300px;
}
.formLeftAlign350 {
    width: 350px;
    text-align: left;
}
.formLeftAlign370 {
    width: 370px;
    text-align: left;
}
.formLeftAlign420 {
    width: 420px;
    text-align: left;
}
.formLeftAlign450 {
    width: 450px;
    text-align: left;
}
.formLeftAlign500 {
    width: 500px;
    text-align: left;
}
.formLeftAlignFull {
    width: 100%;
    text-align: left;
}

/* FORM CENTER ALIGN */
.formCenterAlign {
    text-align: center;
}
.formCenterAlign3 {
    width: 3px;
    text-align: center;
}
.formCenterAlign25 {
    text-align: center;
    width: 25px;
}
.formCenterAlign60 {
    text-align: right;
    width: 60px;
}

/* FORM RIGHT ALIGN */
.formRightAlign {
    text-align: right;
}
.formRightAlign60 {
    width: 60px;
    text-align: right;
}
.formRightAlign75 {
    width: 75px;
    text-align: right;
}
.formRightAlign100 {
    text-align: right;
    width: 100px;
}
.formRightAlign115 {
    width: 115px;
    text-align: right;
}
.formRightAlign123 {
    width: 123px;
    text-align: right;
}
.formRightAlign125 {
    width: 125px;
    text-align: right;
}
.formRightAlign130 {
    width: 130px;
    text-align: right;
}
.formRightAlign135 {
    width: 135px;
    text-align: right;
}
.formRightAlign140 {
    width: 140px;
    text-align: right;
}
.formRightAlign145 {
    width: 145px;
    text-align: right;
}
.formRightAlign150 {
    width: 150px;
    text-align: right;
}
.formRightAlign153 {
    width: 153px;
    text-align: right;
}
.formRightAlign160 {
    width: 160px;
    text-align: right;
}
.formRightAlign175 {
    text-align: right;
    width: 175px;
}
.formRightAlign178 {
    width: 178px;
    text-align: right;
}

.formRightAlign500 {
    width: 500px;
    text-align: right;
}

.labelColumn100 {
    width: 100px;
    text-align: right;
}
.labelColumn125 {
    width: 125px;
    text-align: right;
}
.labelColumnTop {
    text-align: right;
    vertical-align: top;
    padding-top: 6px;
}

.abpmDataTable{
    line-height: 1;

}
/* Overrides the primefaces fileupload skin to remove the skin header and the border of the container */
.ui-fileupload-buttonbar.ui-widget-header {
    border: none !important;
    background: white !important;
}

.ui-fileupload-content.ui-widget-content {
    border: none !important;
    background: white !important;
}

/* PANELGRID WITHOUT BORDER */
.ui-panelgrid-noborder tr, .ui-panelgrid-noborder td {
    border: none;
}

.noBorder {
    border-width: 0 !important;
    padding: 0 !important;
}

.actionRowEnabled {
    color: #C2C2C2;
    /*background-color: #E3E3E3;*/
}

.actionRowDisabled {
    color: #000;
}

.ui-column-filter.column-filter-auto {
    width: auto;
}

.chartStyle {
    padding: 10px;
    font-family: sans-serif;
    border: solid 4px #008844;
    width: 840px;
    height: 460px;
}

.smallChartStyle {
    font-family: sans-serif;
    font-size: smaller;
    height: 200px;
}

.smallForm {
    font-size: 70%;
}

.smallForm fieldset {
    margin: 1px 0;
    padding: 1px;
}

.leftAlignSpinner {
}

.leftAlignSpinner .ui-spinner-input {
    text-align: left;
}

.profileRangeGrid {
    font-weight: bold;
}

.profileRangeGrid.ui-panelgrid td {
    border: 0px;
}

.profileRangeGrid.ui-panelgrid tr {
    border: 0px;
}

.borderless {
}

.borderless.ui-panelgrid td {
    border: 0px;
    padding: 2px;
}

.borderless.ui-panelgrid tr {
    border: 0px;
    padding: 2px;
}

.wideSelectOneMenu {
}

.wideSelectOneMenu.ui-selectonemenu {
    width: 100% !important;
}

.wideSelectOneMenu ui-selectonemenu-label {
    width: 100% !important;
}

.gridSelection3Columns tr {
    float: left;
    width: 33%;
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 20% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
}


.freeSlot .fc-content {
    background: #8f8;
    color: #000;
}
.freeSlot.fc-event {
    background: #8f8;
    color: #000;
}

.takenSlot .fc-content {
    background: #44f;
    color: #fff;
    font-weight: bold;
}
.takenSlot.fc-event {
    background: #44f;
    color: #fff;
    font-weight: bold;
}

.resolvedSlot .fc-content {
    background: #ddd;
    color: #000;
}
.resolvedSlot.fc-event {
    background: #ddd;
    color: #000;
}

.freeSlotRow {
    background: #8f8;
    color: #000;
}

.takenSlotRow {
    background: #44f;
    color: #fff;
}

.resolvedSlotRow {
    background: #fff;
    color: #000;
}

.noWrapScheduleHigh .fc-time-grid-event.fc-short .fc-content {
    white-space: normal;
}

.noWrapScheduleHigh .fc-time-grid .fc-slats td {
    height: 75px;
    background: #eee;
}

.noWrapSchedule .fc-time-grid-event.fc-short .fc-content {
    white-space: normal;
}

.noWrapSchedule .fc-time-grid .fc-slats td {
    height: 42px;
    background: #eee;
}

.currentMenuItem {
    background-color: rgba(0,0,0,0.1);
}

.topAlignedColumns {
    vertical-align: top;
}

.abpmEvent td {
    background-color: #f2f2f2;
}

.timeline-event.billing-incumbent {
    font-weight: bold;
}

.pointable {
    cursor: pointer;
}

/* Style for RemoteStations p:accordionPanel*/
.ui-accordion .ui-accordion-header .ui-icon {
    display: block;
}

.ui-accordion .ui-accordion-header {
    background-color: #ededed;
}

.ui-accordion .ui-accordion-header.ui-state-default {
    margin-top: 4px;
}

.ui-accordion .ui-accordion-header.ui-state-active {
    margin-top: 4px;
}

.ui-accordion .ui-helper-reset {
    border: black;
}

.ui-accordion .ui-accordion-content.ui-widget-content  {
    background: #f8f8f8;
    border: groove;
    border-width: 2px;
    border-color: #f0f0f0;
}

/* Fix to align the 'X' button to close the dialogs/popups */
.ui-dialog.ui-widget-content .ui-dialog-title  {
    font-size: 18px;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar {
    padding-right: 0;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar-close {
    position: relative;
    margin: auto;
    margin-right: 0;
}

/*DICOM Download files Dialog*/
.ui-dialog.ui-widget-content .ui-dialog-title  {
    font-size: 18px;
}

.ui-dialog.ui-widget-content .ui-selectoneradio {
    float: left;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar-close {
    top: 0;
}

/*SelectItem outline fix*/
.ui-selectonemenu {
    outline: none;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
    outline: none;
}
/*Paginator outline fix*/
.ui-paginator .ui-paginator-current, .ui-paginator .ui-paginator-rpp-options {
    outline: none;
}

/*File upload cancel button*/
#fileUpload .ui-button-icon-only .ui-icon {
    left: 47% !important;
    top: 50% !important;
}

/*Timeline margins*/
.vis-timeline {
    margin-bottom: 4px;
    margin-top: 4px;
}

/*Schedule Event text color*/
.fc-timegrid-event .fc-event-time {
    color: black;
}

.fc-timegrid-event .fc-event-title-container  {
    color: black;
}

/*Date selection calendar */
.ui-datepicker .ui-state-active {
    background: rgb(114, 142, 155);
    color: white;
    font-weight: 600;
}

.ui-datepicker .ui-state-highlight {
    color: #039903;
    border: 1px solid #b1afa2;
}

.simulated-textarea-disabled {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #777;
    padding: 8px;
    border-radius: 4px;
    box-shadow: inset 0 2px 2px rgba(0,0,0,0.05);
    font-family: inherit;
    font-size: 14px;
    height: 101px;
    overflow-y: auto;
    white-space: pre-wrap;
    resize: both;
}

.ql-font-monospace {
    font-family: monospace;
}

.ql-font-serif {
    font-family: serif;
}

.ql-font-sans {
    font-family: sans-serif;
}