﻿
/* SIDE MENU */
/*ADDED SWZ 171019*/
.clover-application-menu .ui.menu > .item > i {
    float: left;
    margin: 0 .2em 0 0;
}

.clover-application-menu .ui.menu > .item>i.icon/* .icon:not(.dropdown) */ {
    float: left;
    margin: 0 .2em 0 0;
}

.clover-application-menu .ui.vertical.menu .ui.item.simple.dropdown .menu.transition {
    top: 0 !important;
}

.clover-application-menu .ui.vertical.menu .ui.item.simple.dropdown i.dropdown.icon {
    display: none !important; /*Drop down arrow display*/
}

.clover-application-menu .ui.menu > .item {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(255,255,255,0.40);
    /*margin-left: 10px;  Remove as we are using icons, keep it compact*/
    text-align: center;
    
}

.clover-application-menu {
    float: left;
    background-color: #1262E2;
}


.clover-application-menu .ui.menu {
    font-family: 'Lato', 'sans-serif';
    box-shadow: none;
    background: transparent;
   /*  margin-left: 30px;
    margin-right: 30px; */
}

/* @media (max-width: 1000px){
    .clover-application-menu .ui.vertical.menu {
        width: 50px !important;
        margin-top: 15px;
        font-size: 20px;    
    }
} */


.clover-application-menu .ui.vertical.menu {
    /* width: 190px; */
    width: 50px;
}

/* End 171019*/
.ui.menu {
    border: none;
}

.clover-application-menu .ui.vertical.menu > .item {
    color: white;
}

.clover-application-menu .ui.vertical.menu .item > .menu > .item {
    color: rgba(255,255,255,0.80);
}

.clover-application-menu .ui.vertical.menu .item > .menu > .item:hover,
.clover-application-menu .ui.vertical.menu .item > .menu > .active.item:hover {
    color: white;
}

.clover-application-menu .ui.vertical.menu .item > .menu > .active.item {
    color: white;
}

.clover-application-menu .ui.vertical.menu {
    background: transparent;
}

.clover-application-menu .ui.menu > .item:last-child {
    border-bottom-style: none;
}

.clover-application-menu .ui.menu > .item:hover {
    background: transparent !important;
    color: white;
    border-bottom-color: white;
}

.clover-application-menu .ui.menu > .active.item:hover {
    background: transparent !important;
    color: white;
}

.clover-application-menu .ui.menu > .active.item {
    font-weight: bold;
    background: transparent;
}

.jquery-loading-modal__bg {
    top: 0px;
    left: 0px;
}

.contactEditContainer > div, .assetEditContainer > div{
    margin-bottom: 30px;
}

.jquery-loading-modal__bg {
    top: 0px;
    left: 0px;
}

.clover-application-container {
   /*  display: flex;
    align-items: stretch;
    min-height: calc(100% - 50px); */
    position: relative;
    min-height: calc(100vh - 90px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width:100%;
}

#userapp div.clover-application-basecontent {
    width: calc(100% - 250px);
    float: right;
    min-height: calc(100vh - 160px);
}

#spapp div.clover-application-basecontent {
    width: 100%;
    float: right;
    min-height: calc(100vh - 160px);
}

.clover-application-content {
/*     margin-left: 15px;
    margin-right: 15px; */
}


/* HEADER */

.clover-application-header-center .ui.fluid.search > .ui.icon.input {
    width: 100%;
}

.clover-application-header-center .ui.fluid.search > .ui.icon.input > input {
    border: none;
    border-bottom-style: solid;
    border-bottom-color: #F24D00;
    border-bottom-width: 1px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
}

/*Dashboard*/


.hrm-blocks-root {
    display: flow-root;
}

.hrm-block {
    background: #FFFFFF;
    float: left;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 1px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.hrm-block h3 {
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    color: #2E2E2E;
    margin-left: 5px;
    margin-top: 15px;
}

.hrm-block-item {
    border: 1px solid rgba(46, 46, 46, 0.05);
    box-sizing: border-box;
    border-radius: 2px;
    float: left;
    padding-left: 10px;
    width: 120px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.hrm-block-item-number {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 28px;
    color: #2E2E2E;
}

.hrm-block-item-text {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 10px;
    /* Gray. 40% */
    color: rgba(46, 46, 46, 0.4);
}

.hrm-block .ui.form {
    padding: 10px;
    padding-bottom: 0px;
}

.hrm-block .ui.form .ui.input {
    border-style: solid;
    border-color: rgba(34, 36, 38, 0.15);
    border-width: 1px;
    border-radius: 2px;
}

.hrm-block .ui.form textarea {
    border-style: solid;
    border-color: rgba(34, 36, 38, 0.15);
    border-width: 1px;
    border-radius: 2px;
    padding-left: 10px;
}

.hrm-block .ui.form .ui.input input {
    border-bottom: none;
    padding-left: 10px;
}

.hrm-block .ui.form .fields .ui.checkbox {
    margin-top: 27px;
}
.hrm-block .ui.form .ui.dropdown {
    border-style: solid;
    border-color: rgba(34, 36, 38, 0.15);
    border-width: 1px;
    border-radius: 2px;
}

.hrm-block .ui.form .ui.dropdown .search{
    padding-left: 10px;
}
    
    
.hrm-block .ui.form .ui.dropdown.multiple {
    padding-left: 10px;
} 

.hrm-block .ui.form .ui.dropdown dropdown {
    border-bottom: none;
    padding-left: 10px;
}

.hrm-block .ui.form .ui.dropdown .text {
    border-bottom: none;
    padding-left: 10px;
}

.filepicker.dropzone {
    background: #F6F7FB;
    border: 1px solid rgba(46, 46, 46, 0.2);
    box-sizing: border-box;
    border-radius: 2px 0px 0px 2px;
    min-height: 50px;
}

.filepicker.dropzone .dz-message {
    min-height: 50px;
    padding-top: 12px;
}


.swz-blocks-root {
    display: flow-root;
}

.swz-block {
    float: left;
    border: 1px solid  rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    margin-bottom: 10px;
    width: 50%;
}

.swz-block h3 {
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    color: #2E2E2E;
    margin-left: 5px;
    margin-top: 15px;
}

.swz-block-item {
   float: left;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-right: 10px;
   padding-left: 10px; 
   width: 100%;
}

.swz-block-item1 {

    border: 1px solid #c2c2c2;
    
    border-radius: 5px;
    float: left;
    padding: 1em;
  
}
.swz-block-item2 {
    background-color: #d9534f;
    border: 1px solid rgba(46, 46, 46, 0.05);
    box-sizing: border-box;
    border-radius: 2px;
    float: left;
    padding-left: 10px;
    width: 300px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.swz-block-item3 {
    background-color:  #5cb85c;
    border: 1px solid rgba(46, 46, 46, 0.05);
    box-sizing: border-box;
    border-radius: 2px;
    float: left;
    padding-left: 10px;
    width: 300px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}


.swz-block-item1-text {
    font-size: 24px;
    font-style: italic;
    float: left;
    text-decoration: underline;;
}

.swz-block-item1-header {
    align-self: center;
    min-width: 50%;
}

.swz-block-item1-number {
/*     font-size: 24px;
    font-style: italic; 
    float: left;*/
    display: flex;
}

.swz-block-item1-number .ui.input{
    width: 100%    
}

.swz-block-item1-percent {
    font-size: 24px;
    font-style: italic;
    float: left;
}

/*BigCalendar*/
.rbc-btn {
    color: inherit;
    font: inherit;
    margin: 0;
}

button.rbc-btn {
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled].rbc-btn {
    cursor: not-allowed;
}

button.rbc-input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.rbc-calendar {
    box-sizing: border-box;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .rbc-calendar *,
    .rbc-calendar *:before,
    .rbc-calendar *:after {
        box-sizing: inherit;
    }

.rbc-abs-full,
.rbc-row-bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.rbc-ellipsis,
.rbc-event-label,
.rbc-row-segment .rbc-event-content,
.rbc-show-more {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rbc-rtl {
    direction: rtl;
}

.rbc-off-range {
    color: #999999;
}

.rbc-off-range-bg {
    background: #e5e5e5;
}

.rbc-header {
    overflow: hidden;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 3px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 90%;
    min-height: 0;
    border-bottom: 1px solid #DDD;
}

    .rbc-header + .rbc-header {
        border-left: 1px solid #DDD;
    }

.rbc-rtl .rbc-header + .rbc-header {
    border-left-width: 0;
    border-right: 1px solid #DDD;
}

.rbc-header > a,
.rbc-header > a:active,
.rbc-header > a:visited {
    color: inherit;
    text-decoration: none;
}

.rbc-row-content {
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    z-index: 4;
}

.rbc-today {
    background-color: #eaf6ff;
}

.rbc-toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
}

    .rbc-toolbar .rbc-toolbar-label {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0 10px;
        text-align: center;
    }

    .rbc-toolbar button {
        color: #373a3c;
        display: inline-block;
        margin: 0;
        text-align: center;
        vertical-align: middle;
        background: none;
        background-image: none;
        border: 1px solid #ccc;
        padding: .375rem 1rem;
        border-radius: 4px;
        line-height: normal;
        white-space: nowrap;
    }

        .rbc-toolbar button:active,
        .rbc-toolbar button.rbc-active {
            background-image: none;
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            background-color: #e6e6e6;
            border-color: #adadad;
        }

            .rbc-toolbar button:active:hover,
            .rbc-toolbar button.rbc-active:hover,
            .rbc-toolbar button:active:focus,
            .rbc-toolbar button.rbc-active:focus {
                color: #373a3c;
                background-color: #d4d4d4;
                border-color: #8c8c8c;
            }

        .rbc-toolbar button:focus {
            color: #373a3c;
            background-color: #e6e6e6;
            border-color: #adadad;
        }

        .rbc-toolbar button:hover {
            color: #373a3c;
            background-color: #e6e6e6;
            border-color: #adadad;
        }

.rbc-btn-group {
    display: inline-block;
    white-space: nowrap;
}

    .rbc-btn-group > button:first-child:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .rbc-btn-group > button:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.rbc-btn-group > button:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.rbc-btn-group button + button {
    margin-left: -1px;
}

.rbc-rtl .rbc-btn-group button + button {
    margin-left: 0;
    margin-right: -1px;
}

.rbc-btn-group + .rbc-btn-group,
.rbc-btn-group + button {
    margin-left: 10px;
}

.rbc-event {
    padding: 2px 5px;
    background-color: #3174ad;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.rbc-slot-selecting .rbc-event {
    cursor: inherit;
    pointer-events: none;
}

.rbc-event.rbc-selected {
    background-color: #265985;
}

.rbc-event-label {
    font-size: 80%;
}

.rbc-event-overlaps {
    box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}

.rbc-event-continues-prior {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.rbc-event-continues-after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.rbc-event-continues-earlier {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.rbc-event-continues-later {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.rbc-event-continues-day-after {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.rbc-event-continues-day-prior {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.rbc-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.rbc-row-segment {
    padding: 0 1px 1px 1px;
}

.rbc-selected-cell {
    background-color: rgba(0, 0, 0, 0.1);
}

.rbc-show-more {
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 4;
    font-weight: bold;
    font-size: 85%;
    height: auto;
    line-height: normal;
    white-space: nowrap;
}

.rbc-month-view {
    position: relative;
    border: 1px solid #DDD;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    width: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    height: 100%;
}

.rbc-month-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.rbc-month-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-flex-basis: 0px;
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px;
    overflow: hidden;
    height: 100%;
}

    .rbc-month-row + .rbc-month-row {
        border-top: 1px solid #DDD;
    }

.rbc-date-cell {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 0;
    padding-right: 5px;
    text-align: right;
}

    .rbc-date-cell.rbc-now {
        font-weight: bold;
    }

    .rbc-date-cell > a,
    .rbc-date-cell > a:active,
    .rbc-date-cell > a:visited {
        color: inherit;
        text-decoration: none;
    }

.rbc-row-bg {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    overflow: hidden;
}

.rbc-day-bg {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}

    .rbc-day-bg + .rbc-day-bg {
        border-left: 1px solid #DDD;
    }

.rbc-rtl .rbc-day-bg + .rbc-day-bg {
    border-left-width: 0;
    border-right: 1px solid #DDD;
}

.rbc-overlay {
    position: absolute;
    z-index: 5;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    padding: 10px;
}

    .rbc-overlay > * + * {
        margin-top: 1px;
    }

.rbc-overlay-header {
    border-bottom: 1px solid #e5e5e5;
    margin: -10px -10px 5px -10px;
    padding: 2px 10px;
}

.rbc-agenda-view {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    overflow: auto;
}

    .rbc-agenda-view table.rbc-agenda-table {
        width: 100%;
        border: 1px solid #DDD;
        border-spacing: 0;
        border-collapse: collapse;
    }

        .rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
            padding: 5px 10px;
            vertical-align: top;
        }

        .rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
            padding-left: 15px;
            padding-right: 15px;
            text-transform: lowercase;
        }

        .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
            border-left: 1px solid #DDD;
        }

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
    border-left-width: 0;
    border-right: 1px solid #DDD;
}

.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
    border-top: 1px solid #DDD;
}

.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
    padding: 3px 5px;
    text-align: left;
    border-bottom: 1px solid #DDD;
}

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
    text-align: right;
}

.rbc-agenda-time-cell {
    text-transform: lowercase;
}

    .rbc-agenda-time-cell .rbc-continues-after:after {
        content: ' »';
    }

    .rbc-agenda-time-cell .rbc-continues-prior:before {
        content: '« ';
    }

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
    white-space: nowrap;
}

.rbc-agenda-event-cell {
    width: 100%;
}

.rbc-time-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

    .rbc-time-column .rbc-timeslot-group {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.rbc-timeslot-group {
    border-bottom: 1px solid #DDD;
    min-height: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.rbc-time-gutter,
.rbc-header-gutter {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.rbc-label {
    padding: 0 5px;
}

.rbc-day-slot {
    position: relative;
}

    .rbc-day-slot .rbc-events-container {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 10px;
        top: 0;
    }

        .rbc-day-slot .rbc-events-container.rbc-is-rtl {
            left: 10px;
            right: 0;
        }

    .rbc-day-slot .rbc-event {
        border: 1px solid #265985;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-height: 100%;
        min-height: 20px;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow: hidden;
        position: absolute;
    }

    .rbc-day-slot .rbc-event-label {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        padding-right: 5px;
        width: auto;
    }

    .rbc-day-slot .rbc-event-content {
        width: 100%;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        word-wrap: break-word;
        line-height: 1;
        height: 100%;
        min-height: 1em;
    }

    .rbc-day-slot .rbc-time-slot {
        border-top: 1px solid #f7f7f7;
    }

.rbc-time-slot {
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}

    .rbc-time-slot.rbc-now {
        font-weight: bold;
    }

.rbc-day-header {
    text-align: center;
}

.rbc-slot-selection {
    z-index: 10;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 75%;
    width: 100%;
    padding: 3px;
}

.rbc-slot-selecting {
    cursor: move;
}

.rbc-time-view {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    border: 1px solid #DDD;
    min-height: 0;
}

    .rbc-time-view .rbc-time-gutter {
        white-space: nowrap;
    }

    .rbc-time-view .rbc-allday-cell {
        box-sizing: content-box;
        width: 100%;
        position: relative;
    }

    .rbc-time-view .rbc-allday-events {
        position: relative;
        z-index: 4;
    }

    .rbc-time-view .rbc-row {
        box-sizing: border-box;
        min-height: 20px;
    }

.rbc-time-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .rbc-time-header.rbc-overflowing {
        border-right: 1px solid #DDD;
    }

.rbc-rtl .rbc-time-header.rbc-overflowing {
    border-right-width: 0;
    border-left: 1px solid #DDD;
}

.rbc-time-header > .rbc-row:first-child {
    border-bottom: 1px solid #DDD;
}

.rbc-time-header > .rbc-row.rbc-row-resource {
    border-bottom: 1px solid #DDD;
}

.rbc-time-header-content {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 1px solid #DDD;
}

.rbc-rtl .rbc-time-header-content {
    border-left-width: 0;
    border-right: 1px solid #DDD;
}

.rbc-time-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    border-top: 2px solid #DDD;
    overflow-y: auto;
    position: relative;
}

    .rbc-time-content > .rbc-time-gutter {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }

    .rbc-time-content > * + * > * {
        border-left: 1px solid #DDD;
    }

.rbc-rtl .rbc-time-content > * + * > * {
    border-left-width: 0;
    border-right: 1px solid #DDD;
}

.rbc-time-content > .rbc-day-slot {
    width: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.rbc-current-time-indicator {
    position: absolute;
    z-index: 3;
    height: 1px;
    background-color: #74ad31;
    pointer-events: none;
}

.grid-link{
    color: #1e70bf;
    text-decoration: none;
}

.linkPaddingRight {
    padding-right: 2px;
}

/*ChoiceCount style*/
.dplychoiceqnns-title{
margin-bottom: 20px;
}


/* SgGovBanner --Start */
.SgGovBannerWrapper .sg-gov-banner {
    background: #f0f0f0;
    padding: 3px 0;
    position: relative;
    z-index: 999;
}

.sg-gov-banner .container {
    margin: auto;
    position: relative;
    width: 100%;
    padding: 0 15px;
}


.SgGovBannerWrapper .sg-gov-banner .sgds-icon {
    color: #ec1c29;
    font-size: 1.5em;
    margin-right: 10px;
    vertical-align: middle;
}

.SgGovBannerWrapper .sg-gov-banner a:focus, .SgGovBannerWrapper .sg-gov-banner a:hover {
    color: #ec1c29;
}
.SgGovBannerWrapper .sg-gov-banner a {
    color: #777d7d;
    font-size: 1em;
    text-decoration: none;
}

/* SgGovBanner --End */


/* swz help form --Start */

.help-page {
    width: 800px;
    margin: 0px auto;
    padding: 40px 20px 20px 20px;
    background-color: #FFF;
    min-height: 100vh;
}

@media screen and (max-width: 800px) {

    .help-page {
        width: 100%;
    }
}

    .help-page-heading {
        font-size: 2em;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .help-search {
        padding: 20px 20px 30px 20px;
        position: sticky;
        top: 0;
        background-color: #FFF;
        margin: 0px -20px 10px -20px;
    }

    .help-topic {
        margin-bottom: 24px;
    }

    .help-search-input {
        width: 100%;
    }

    .help-topic {
        -webkit-box-shadow: 0px 0px 5px 1px rgba(140,140,140,0.5);
        box-shadow: 0px 0px 5px 1px rgba(140,140,140,0.5);
        border-radius: 4px;
        padding: 20px;
    }

        .help-topic:hover {
            -webkit-box-shadow: 0px 0px 5px 1px rgba(140,140,140,0.8);
            box-shadow: 0px 0px 5px 1px rgba(140,140,140,0.8);
        }

    .help-topic-heading {
        margin-bottom: 10px;
    }

    .help-sub-topic .title:hover .help-sub-topic-heading {
        text-decoration: underline;
    }

    .help-sub-topic-heading {
        font-weight: bold;
        color: blue;
    }

    .help-sub-topic .output {
        margin-bottom: 20px;
    }

    .help-content-empty {
        text-align: center;
    }
    /* swz help form --End */
