@import url("Print.css");
@import url("toastr.min.css");

html, body {
    margin: 0;
    padding: 0;
    font-family: roboto,Helvetica,Arial,sans-serif;
    background-color: #d5d5d5 /*#8C8C8C*/ /*f8f8f8*/ /*#D1D1D1*/;
    cursor: initial;
}

    body.loading {
        cursor: progress;
        pointer-events: none;
    }

        body.loading .Button {
            cursor: progress;
        }

    body.debug_grid div.contentHolder.mainContentPane {
        background-image: url('../Content/images/debug_grid.png');
    }

table {
    border-collapse: collapse;
}

.hidden, #ApplicationForm .hidden, #ApplicationForm .ivf_section .hidden, #RegistrationForm .hidden, #RegistrationForm .ivf_section .hidden {
    display: none;
}

.ivf_logo_holder {
    position: absolute;
}

.ivf_logo {
    background-image: url('../Content/images/VF-logo-white_120x54.png');
    width: 120px;
    height: 54px;
    display: block;
    padding: 0px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 8px;
}

.headerStrip.public .ivf_logo, .headerStrip.registered .ivf_logo {
    background-image: url('../Content/images/VF-logo-grey_120x54.png');
    width: 120px;
    height: 54px;
    display: block;
    padding: 0px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 8px;
}



.contentHolder {
    width: 800px;
    /*    min-width:800px;*/
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.mainContentPane {
    position: absolute;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 56px auto 24px;
    width: 784px;
    padding: 0px 8px;
    min-width: 784px;
    background-color: #d5d5d5 /*#8C8C8C*/;
}

    .mainContentPane.internal {
        width: 98%;
    }

    .mainContentPane.external {
        width: 98%;
    }

table.loader {
    border: none;
}

    table.loader td {
        vertical-align: middle;
        border: none;
        padding: 5px;
        font-weight: bold;
        letter-spacing: 1px;
    }

.ivf_selected_group {
    background-color: #D1D1D1;
}

.ivf_align_right {
    text-align: right;
}

.ivf_align_center {
    text-align: center;
}

.ivf_align_just {
    text-align: justify;
}

.ivf_padding_right_half, .Button.ivf_padding_right_half {
    padding-right: 8px;
}

.ivf_padding_left_half, .Button.ivf_padding_left_half {
    padding-left: 8px;
}

.ivf_padding_right_small, .Button.ivf_padding_right_small {
    padding-right: 4px;
}

.ivf_padding_left_small, .Button.ivf_padding_left_small {
    padding-left: 4px;
}

.ivf_margin_bottom_half, .Button.ivf_margin_bottom_half {
    margin-bottom: 8px;
}

.ivf_margin_left_half, .Button.ivf_margin_left_half {
    margin-left: 8px;
}

.ivf_margin_top_tiny {
    margin-top: 2px;
}

.ivf_margin_left_25p {
    margin-left: 25%;
}

.ivf_width_0 {
    width: 0px;
}

.ivf_width_1 {
    width: 16px;
}

.ivf_margin_left_1, .Button.ivf_margin_left_1 {
    margin-left: 16px;
}

.ivf_margin_top_1, .Button.ivf_margin_top_1 {
    margin-top: 16px;
}

.ivf_margin_bottom_1, .Button.ivf_margin_bottom_1 {
    margin-bottom: 16px;
}

.ivf_margin_right_1, .Button.ivf_margin_right_1 {
    margin-right: 16px;
}

.ivf_padding_right_1, .Button.ivf_padding_right_1 {
    padding-right: 16px;
}

.ivf_padding_left_1, .Button.ivf_padding_left_1 {
    padding-left: 16px;
}

.ivf_padding_top_1, .Button.ivf_padding_top_1 {
    padding-top: 16px;
}

.ivf_padding_bottom_1, .Button.ivf_padding_bottom_1 {
    padding-bottom: 16px;
}

.ivf_width_2 {
    width: 32px;
}

.ivf_margin_right_2, .Button.ivf_margin_right_2 {
    margin-right: 32px;
}

.ivf_width_3, .ivf_width_3 select {
    width: 48px;
}

    .ivf_width_3 input {
        width: 40px;
    }

.ivf_width_4, .ivf_width_4 select {
    width: 64px;
}

    .ivf_width_4 input {
        width: 56px;
    }

.ivf_width_5, .ivf_width_5 select {
    width: 80px;
}

    .ivf_width_5 input {
        width: 72px;
    }

.ivf_margin_left_5, .Button.ivf_margin_left_5 {
    margin-left: 80px;
}

.ivf_margin_right_5, .Button.ivf_margin_right_5 {
    margin-right: 80px;
}

.ivf_width_6, .ivf_width_6 select {
    width: 96px;
}

    .ivf_width_6 input {
        width: 88px;
    }

.ivf_margin_left_6 {
    margin-left: 96px;
}

.ivf_width_7, .ivf_width_7 select {
    width: 112px;
}

    .ivf_width_7 input {
        width: 104px;
    }

.ivf_width_8, .ivf_width_8 select {
    width: 128px;
}

    .ivf_width_8 input {
        width: 120px;
    }

    .ivf_width_8.ivf_centered, .ivf_width_8.ivf_centered select {
        margin-left: calc(50% - 64px);
    }

.ivf_margin_left_8, .Button.ivf_margin_left_8 {
    margin-left: 128px;
}

.ivf_margin_right_8, .Button.ivf_margin_right_8 {
    margin-right: 128px;
}

.ivf_width_9, .ivf_width_9 select {
    width: 144px;
}

    .ivf_width_9 input {
        width: 136px;
    }

.ivf_margin_left_9, .Button.ivf_margin_left_9 {
    margin-left: 144px;
}

.ivf_margin_right_9, .Button.ivf_margin_right_9 {
    margin-right: 144px;
}

.ivf_width_10, .ivf_width_10 select {
    width: 160px;
}

    .ivf_width_10 > input, .ivf_width_10 > textarea {
        width: 152px;
    }

.ivf_margin_left_10, .Button.ivf_margin_left_10 {
    margin-left: 160px;
}

.ivf_width_11, .ivf_width_11 select {
    width: 176px;
}

    .ivf_width_11 input {
        width: 168px;
    }

.ivf_margin_left_11, .Button.ivf_margin_left_11 {
    margin-left: 176px;
}

.ivf_margin_right_11, .Button.ivf_margin_right_11 {
    margin-right: 176px;
}

.ivf_width_12, .ivf_width_12 select {
    width: 192px;
}

    .ivf_width_12 input, .ivf_width_12 textarea {
        width: 184px;
    }

.ivf_margin_left_12, .Button.ivf_margin_left_12 {
    margin-left: 192px;
}

.ivf_margin_right_12, .Button.ivf_margin_right_12 {
    margin-right: 192px;
}

.ivf_width_13, .ivf_width_13 select {
    width: 208px;
}

    .ivf_width_13 select {
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }


    .ivf_width_13 input, .ivf_width_13 textarea {
        width: 200px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

.ivf_margin_left_13, .Button.ivf_margin_left_13 {
    margin-left: 208px;
}

.ivf_margin_right_13, .Button.ivf_margin_right_13 {
    margin-right: 208px;
}

.ivf_width_14, .ivf_width_14 select {
    width: 224px;
}

    .ivf_width_14 input, .ivf_width_14 textarea {
        width: 216px;
    }

.ivf_margin_left_14, .Button.ivf_margin_left_14 {
    margin-left: 224px;
}

.ivf_margin_right_14, .Button.ivf_margin_right_14 {
    margin-right: 224px;
}

.ivf_width_15, .ivf_width_15 select {
    width: 240px;
}

    .ivf_width_15 input {
        width: 232px;
    }

.ivf_width_16, .ivf_width_16 select {
    width: 256px;
}

    .ivf_width_16 input {
        width: 248px;
    }

.ivf_width_17, .ivf_width_17 select {
    width: 274px;
}

    .ivf_width_17 input {
        width: 266px;
    }

.ivf_margin_left_17, .Button.ivf_margin_left_17 {
    margin-left: 272px;
}

.ivf_margin_right_17, .Button.ivf_margin_right_17 {
    margin-right: 272px;
}

.ivf_width_18, .ivf_width_18 select {
    width: 288px;
}

    .ivf_width_18 input, .ivf_width_18 textarea {
        width: 280px;
    }

.ivf_width_19, .ivf_width_19 select {
    width: 304px;
}

    .ivf_width_19 input, .ivf_width_19 textarea {
        width: 296px;
    }

.ivf_width_20, .ivf_width_20 select {
    width: 320px;
}

.ivf_width_21, .ivf_width_21 select {
    width: 336px;
}

.ivf_margin_left_21, .Button.ivf_margin_left_21 {
    margin-left: 336px;
}

.ivf_margin_right_21, .Button.ivf_margin_right_21 {
    margin-right: 336px;
}

.ivf_width_22, .ivf_width_22 select {
    width: 352px;
}

    .ivf_width_22 input, .ivf_width_22 textarea {
        width: 344px;
    }

.ivf_margin_left_22, .Button.ivf_margin_left_22 {
    margin-left: 352px;
}

.ivf_margin_right_22, .Button.ivf_margin_right_22 {
    margin-right: 352px;
}

.ivf_width_23, .ivf_width_23 select {
    width: 368px;
}

    .ivf_width_23 input, .ivf_width_23 textarea {
        width: 360px;
    }

.ivf_width_24, .ivf_width_24 select {
    width: 384px;
}

    .ivf_width_24 input, .ivf_width_24 textarea {
        width: 376px;
    }

.ivf_width_25, .ivf_width_25 select {
    width: 400px;
}

.ivf_width_26, .ivf_width_26 select {
    width: 416px;
}

.ivf_width_27, .ivf_width_27 select {
    width: 432px;
}

.ivf_width_28, .ivf_width_28 select {
    width: 448px;
}

.ivf_width_29, .ivf_width_29 select {
    width: 464px;
}

.ivf_width_30, .ivf_width_30 select {
    width: 480px;
}

.ivf_width_31, .ivf_width_31 select {
    width: 496px;
}

.ivf_width_32, .ivf_width_32 select {
    width: 512px;
}

.ivf_margin_left_32, .Button.ivf_margin_left_32 {
    margin-left: 512px;
}

.ivf_margin_right_32, .Button.ivf_margin_right_32 {
    margin-right: 512px;
}

.ivf_width_34, .ivf_width_34 select {
    width: 544px;
}

.ivf_margin_left_34, .Button.ivf_margin_left_34 {
    margin-left: 544px;
}

.ivf_margin_right_34, .Button.ivf_margin_right_34 {
    margin-right: 544px;
}

.ivf_width_36, .ivf_width_36 select {
    width: 576px;
}

.ivf_margin_left_36, .Button.ivf_margin_left_36 {
    margin-left: 576px;
}

.ivf_margin_right_36, .Button.ivf_margin_right_36 {
    margin-right: 576px;
}

.ivf_width_36 input, .ivf_width_36 textarea {
    width: 568px;
}

.ivf_width_38, .ivf_width_38 select {
    width: 608px;
}

.ivf_margin_left_38, .Button.ivf_margin_left_38 {
    margin-left: 608px;
}

.ivf_margin_right_38, .Button.ivf_margin_right_38 {
    margin-right: 608px;
}

.ivf_width_38 input, .ivf_width_38 textarea {
    width: 600px;
}

.ivf_width_42, .ivf_width_42 select {
    width: 672px;
}

.ivf_margin_left_42, .Button.ivf_margin_left_42 {
    margin-left: 672px;
}

.ivf_margin_right_42, .Button.ivf_margin_right_42 {
    margin-right: 672px;
}

.ivf_margin_right_5px, .Button.ivf_margin_right_5px {
    margin-right: 5px;
}

.ivf_margin_left_5px, .Button.ivf_margin_left_5px {
    margin-left: 5px;
}

.ivf_width_45, .ivf_width_45 select {
    width: 720px;
}

.ivf_width_45_2, .ivf_width_45_2 select {
    width: 728px;
}

.ivf_width_46, .ivf_width_46 select {
    width: 736px;
}

.ivf_width_47 {
    width: 752px;
}

.ivf_width_48 {
    width: 768px;
}

.ivf_width_80p {
    width: 80%;
}

.date_picker {
    width: 80px;
}

#ui-datepicker-div {
    background-color: #eee /*white*/ /*#6E6E6E*/;
    /*border: 2px solid white;*/
    border-radius: 4px;
    padding-right: 20px;
    box-shadow: 1px 1px 5px #bfbfbf;
}

.ui-datepicker td span, .ui-datepicker td a {
    color: black;
}

.ui-datepicker .ui-datepicker-title select {
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

div.month-picker {
    background-color: #eee /*white*/ /*#6E6E6E*/;
    /*border: 2px solid white;*/
    border-radius: 4px;
    padding-right: 20px;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 500
}

.ui-dialog {
    background-color: #d5d5d5 /*#8C8C8C*/ /*#eee #03bfd7 #6E6E6E* zmena farby modalnych okien*/;
    /*border: 1px solid white;*/
    border-radius: 4px;
    z-index: 600;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
    overflow: hidden;
}

.ui-dialog-titlebar {
    /*background-color: #424242;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 52px;
    color: white /*#D1D1D1*/;
}

    .ui-dialog-titlebar span.ui-dialog-title {
        position: absolute;
        left: 16px;
        top: 16px;
        font-weight: bold;
    }

    .ui-dialog-titlebar button {
        position: absolute;
        right: 16px;
        top: 16px;
    }

.ui-dialog-content {
    padding: 16px;
}

.ui-dialog-buttonpane {
    padding: 0px 16px 16px 16px;
    background-color: #d5d5d5 /*#8C8C8C*/ /*#eee*/;
}

.ui-dialog-buttonset button.ui-button {
    margin-right: 16px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog[aria-describedby$="NoteDialog"] .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog[aria-describedby$="NoteDialog"] .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog[aria-describedby$="NoteDialog"] .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog[aria-describedby$="NoteDialog"] .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog[aria-describedby$="NoteDialog"] .ui-resizable-se,
.ui-dialog[aria-describedby$="NoteDialog"] .ui-resizable-sw,
.ui-dialog[aria-describedby$="NoteDialog"] .ui-resizable-ne,
.ui-dialog[aria-describedby$="NoteDialog"] .ui-resizable-nw {
    width: 7px;
    height: 7px;
}

.ui-dialog[aria-describedby$="NoteDialog"] .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog[aria-describedby$="NoteDialog"] .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog[aria-describedby$="NoteDialog"] .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog[aria-describedby$="NoteDialog"] .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-dialog[aria-describedby$="NoteDialog"] .ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-dialog[aria-describedby$="NoteDialog"] .ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-dialog[aria-describedby$="NoteDialog"] .ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-dialog[aria-describedby$="NoteDialog"] .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-dialog[aria-describedby$="NoteDialog"] .ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-dialog[aria-describedby$="NoteDialog"] .ui-resizable-se {
    cursor: se-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    bottom: -5px;
}

.ui-dialog[aria-describedby$="NoteDialog"] .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-dialog[aria-describedby$="NoteDialog"] .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-dialog[aria-describedby$="NoteDialog"] .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

/* DISCONNECT */

.disconnected-msg .ui-dialog-titlebar {
    background-color: #FF6464;
    color: #F8F8F8;
}

.ui-dialog.disconnected-msg {
    background-color: #FFB2B2;
    border: 2px solid white;
    border-radius: 4px;
}

    .ui-dialog.disconnected-msg .login_link {
        text-decoration: underline;
        color: #007A8F;
        cursor: pointer;
    }

table.filter {
    /*    width: 768px;
    border-collapse: collapse;
    border: none;*/
    background-color: #d5d5d5 /*#8C8C8C*/ /*#eee*/;
}

    table.filter input, table.filter select {
        font-size: 12px;
        height: 18px;
        line-height: 18px;
        border-radius: 0;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

        table.filter select[multiple = "multiple"] {
            font-size: 12px;
            height: 78px;
            line-height: 18px;
            border-radius: 0;
        }

        table.filter input:focus, table.filter select:focus, table.filter input:hover, table.filter select:hover {
            border-radius: 0;
        }

    table.filter label {
        color: black /*#D1D1D1*/;
        font-size: 10px;
        margin-bottom: 8px;
        display: block;
    }

    table.filter tr {
        height: 24px;
    }

.Button.FilterLink {
    width: 80px;
    line-height: 1.2;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    padding: 0px;
    margin: 0px;
    height: 18px;
    vertical-align: top;
    float: right;
}

    .Button.FilterLink:hover {
        color: #e8e8e8 /*gray*/;
    }

.Button.ClearLink {
    margin: 0px 16px 14px 0px;
    width: 80px;
    line-height: 1.2;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    padding: 0px;
    height: 18px;
    vertical-align: top;
    float: right;
}

.FilterMainElement {
    background-color: #eee /*white*/ /*#6E6E6E*/;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 8px;
}

    .FilterMainElement table.filter td {
        vertical-align: bottom;
        padding: 0px;
        border: none;
    }

.PaginationMainElement {
    margin: 8px 0px;
    background-color: #eee /*white*/ /*#949494*/;
    border-radius: 4px;
    padding: 8px;
}

    .PaginationMainElement p {
        padding: 0;
        margin: 0;
    }

#ListBlock {
    overflow: hidden;
    background-color: #eee /*white*/;
}

    #ListBlock div[class^="ivf_box"] {
        background-color: #eee /*white*/;
    }

    #ListBlock th {
        color: #007a8f;
        font-weight: bold;
    }

.FilteredListMainElement {
    margin-bottom: 8px;
    background-color: #eee /*white*/ /*#949494*/;
    padding: 8px;
    border-radius: 4px;
}

.filterHdr {
    cursor: pointer;
    font-family: roboto,Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    /*color: #D1D1D1;*/
    background-color: #d5d5d5 /*#8C8C8C*/;
}

.layout_table {
    width: 100%;
}

    .layout_table td {
        vertical-align: bottom;
    }

.Button.ExportReview {
    margin: 0px 16px 14px 0px;
    width: 132px;
    line-height: 1.2;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    padding: 0px;
    height: 18px;
    vertical-align: top;
    float: right;
}

    .Button.ExportReview:hover {
        color: #e8e8e8 /*gray*/;
    }

/* Header */
.headerPane {
    background-position: left top;
    background-repeat: no-repeat;
}

    .headerPane .headerTop {
        height: 45px;
    }

.templateTitle {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #ff6464; /*red*/
    border-collapse: collapse;
    /*    margin-left: 15px;
    margin-top: 11px;*/
}

.headerStrip.public .templateTitle {
    background-color: #d5d5d5 /*#8C8C8C*/ /*f8f8f8*/ /*#D1D1D1*/;
}

.headerStrip.registered .templateTitle {
    background-color: #d5d5d5 /*#8C8C8C*/ /*f8f8f8*/ /*#D1D1D1*/;
}

.headerStrip.admin .templateTitle {
    background-color: #ff6464 /*#c16464*/;
}

.headerStrip.employee .templateTitle {
    background-color: #b3d200;
}

.headerStrip {
    width: 100%;
    min-width: 800px;
    height: 24px;
}

    .headerStrip.public {
        background-color: #03bfd7 /*#007a8f*/;
    }

    .headerStrip.registered {
        background-color: #03bfd7 /*#005A00*/;
    }

    .headerStrip.admin {
        background-color: #ff6464 /*#c16464*/;
    }

    .headerStrip.employee {
        background-color: #b3d200;
    }

.headerStripRound {
    background-color: #d5d5d5 /*#8C8C8C*/;
    position: absolute;
    border-top-left-radius: 4px;
    border-collapse: collapse;
    width: 8px;
    height: 8px;
}

.headerStripRoundHolder {
    background-color: #d5d5d5 /*#8C8C8C*/;
    width: 8px;
    height: 8px;
    top: 24px;
    position: absolute;
    left: 128px;
}

.headerStrip.public .headerStripRoundHolder {
    background-color: #d5d5d5 /*#8C8C8C*/;
    top: 16px;
}

.headerStrip.public .headerStripRound {
    background-color: #03bfd7 /*#007a8f*/;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 4px;
}

.headerStrip.registered .headerStripRoundHolder {
    background-color: #d5d5d5 /*#8C8C8C*/;
    top: 16px;
}

.headerStrip.registered .headerStripRound {
    background-color: #03bfd7 /*#005A00*/;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 4px;
}

.headerStrip.admin .headerStripRoundHolder {
    background-color: #ff6464 /*#c16464*/;
}

.headerStrip.employee .headerStripRoundHolder {
    background-color: #b3d200 /*#789D00*/;
}

.headerStripRevRound {
    background-color: #d5d5d5 /*#8C8C8C*/ /*D0D0DE*/;
    position: absolute;
    border-top-right-radius: 4px;
    border-collapse: collapse;
    width: 8px;
    height: 8px;
}

.headerStripRevRoundHolder {
    width: 8px;
    height: 8px;
    top: 24px;
    position: absolute;
    left: 0px;
}

.headerStrip.public .headerStripRevRoundHolder {
    background-color: #d5d5d5 /*#8C8C8C*/;
    top: 16px;
}

.headerStrip.public .headerStripRevRound {
    background-color: #03bfd7 /*#007a8f*/;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 4px;
}

.headerStrip.registered .headerStripRevRoundHolder {
    background-color: #d5d5d5 /*#8C8C8C*/;
    top: 16px;
}

.headerStrip.registered .headerStripRevRound {
    background-color: #03bfd7 /*#005A00*/;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 4px;
}

.headerStrip.admin .headerStripRevRoundHolder {
    background-color: #ff6464 /*#c16464*/;
}

.headerStrip.employee .headerStripRevRoundHolder {
    background-color: #b3d200;
}

.templateTitle a {
    text-decoration: none;
    font-size: x-large;
    color: white;
}


#QuickForm {
    float: right;
    height: 24px;
    margin-right: 16px;
}

    #QuickForm span.el-icon-search, #QuickForm span.el-icon-search-alt {
        cursor: pointer;
        color: white;
        font-size: 12px;
        vertical-align: middle;
    }

    #QuickForm input {
        vertical-align: middle;
        width: 110px;
    }

#QuickResultsHolder h2 {
    color: #6E6E6E;
    margin-left: 16px;
}

.loginControl {
    float: right;
    margin-top: 0px;
    margin-right: 8px;
    font-size: 12px;
}

    .loginControl a {
        color: #eee;
        text-decoration: none;
        border: medium none;
        padding: 2px 16px;
        /*text-transform: uppercase;*/
        display: inline-block;
        position: relative;
        height: 16px;
        cursor: pointer;
        font-weight: bold;
    }



        .loginControl a:focus, .loginControl a:hover {
            /*color: #FFF;*/
            color: #007a8f;
        }

    .loginControl li {
        margin-top: 2px;
        margin-left: 2px;
        /*background-color: #808080;*/
    }

        .loginControl li:hover, .loginControl li.hoverSim {
            /*background-color: #03bfd7 #BCBCBC;*/
            margin-top: 4px;
        }

.headerMenu {
    margin: 0px;
    padding: 0px;
}

    .headerMenu li {
        list-style: none;
        float: left;
        position: relative;
    }

        .headerMenu li ul {
            width: 14em;
            margin: 0px -2px 0px 0px;
            position: absolute;
            display: none;
            z-index: 500;
            padding: 16px 8px 16px 8px;
            background-color: #eee /*white*/; /*#BCBCBC;*/
            right: 0px;
        }

.headerStrip.public .headerMenu li ul {
    /*border-bottom: 2px solid #007a8f;
    border-left: 2px solid #007a8f;
    border-right: 2px solid #007a8f;*/
    background-color: #eee /*white*/;
    box-shadow: 1px 1px 5px #bfbfbf;
}

.headerStrip.registered .headerMenu li ul {
    /*border-bottom: 2px solid #005A00;
    border-left: 2px solid #005A00;
    border-right: 2px solid #005A00;*/
    background-color: #eee /*white*/;
    box-shadow: 1px 1px 5px #bfbfbf;
}

.headerStrip.admin .headerMenu li ul {
    /*border-bottom: 2px solid  #c16464*/
    /*border-left: 2px solid  #c16464*;*/
    /*border-right: 2px solid #c16464;*/
    background-color: #eee /*white*/;
    box-shadow: 1px 1px 5px #bfbfbf;
}


.headerStrip.employee .headerMenu li ul {
    /*border-bottom: 2px solid #789D00;
    border-left: 2px solid #789D00;
    border-right: 2px solid #789D00;*/
    background-color: #eee /*white*/;
    box-shadow: 1px 1px 5px #bfbfbf;
}

.headerMenu li:hover ul, .loginControl li.hoverSim ul {
    display: block;
}

.headerMenu li ul li a {
    text-align: left;
    width: 100%;
    height: 100%;
    padding: 0px 8px;
    line-height: 20px;
    color: darkgray;
}

.headerMenu li ul li {
    margin: 0px;
    text-align: center;
    /*background-color: #BCBCBC;*/
    width: 100%;
}

    .headerMenu li ul li:hover {
        margin: 0px;
        /*background-color: #d5d5d5 #8C8C8C;*/
    }

        .headerMenu li ul li:hover a {
            color: #007a8f /*#BCBCBC*/;
        }

.ivf_unread_messages_count {
    background-color: #D9E980;
    color: #FF6464;
    font-size: 10px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    position: absolute;
    top: 16px;
    margin-left: 76px;
    text-align: center;
    z-index: 550;
}

.headerMenu li ul.ivf_menu_dashboard {
    width: 130px;
}

.headerMenu li ul.ivf_menu_menu {
    width: 164px;
}

.headerMenu li ul.ivf_menu_admin {
    width: 200px;
}

.headerMenu li ul.ivf_menu_user {
    width: 96px;
}

/* Footer */
.footerPane {
    height: 100%;
}

.footerMenu {
    float: right;
    padding-top: 7px;
}

.copyright {
    float: left;
    margin-left: 15px;
    margin-top: 3px;
}

.footerStrip .contentHolder {
    background-color: #d5d5d5 /*#8C8C8C*/ /*#808080*/;
    height: 24px;
    /*color: #FFF;*/
    color: #818284 /*#aaa*/;
}

    .footerStrip .contentHolder:hover {
        /*color: #FFF;*/
        color: #818284;
    }


.footerStrip {
    width: 100%;
    min-width: 800px;
    height: 24px;
    bottom: 0px;
    position: fixed;
    background-color: #d5d5d5 /*#8C8C8C*/ /*#808080;*/;
}
/*
.footerStrip.public {
    background-color: #004968;
}

.footerStrip.registered {
    background-color: #005A00;
}

.footerStrip.admin {
    background-color: #720000;
}

.footerStrip.employee {
    background-color: #789D00;
}
*/
.upArrowHolder {
    padding: 8px;
    width: 16px;
    height: 8px;
    float: right;
}

.upArrowPartL {
    float: left;
    border-top: 8px solid #424242;
    border-right: 8px solid #949494;
    width: 0px;
    height: 0px;
}

.upArrowPartR {
    float: right;
    border-top: 8px solid #424242;
    border-left: 8px solid #949494;
    width: 0px;
    height: 0px;
}

.footerStrip .contentHolder:hover .upArrowPartL {
    border-right: 8px solid #FFF;
}

.footerStrip .contentHolder:hover .upArrowPartR {
    border-left: 8px solid #FFF;
}

.content {
    width: 786px;
    padding: 0px 8px;
}

.form-group label, .form-horizontal label, .layout_table label {
    font-size: 12px;
}

.form-horizontal {
    overflow: hidden;
}

.form-group p {
    font-size: 12px;
}

.form-group input, .form-group textarea, .form-group select, .form-horizontal input, .form-horizontal textarea, .form-horizontal select, .layout_table input, .layout_table select, .layout_table textarea {
    font-size: 12px;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

.layout_table select {
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

/* Account */
.accountHeader h2 {
    margin: 10px 0 7px 0;
    font-size: 16px;
}

.accountHeader p {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.accountHeader {
    margin-bottom: 20px;
}

.form-field {
    margin-bottom: 8px;
}

.field-validation-error {
    font-size: 11px;
    color: #ff6464; /*red*/
}

/* TABS */
.ivf_tabs ul {
    list-style: none;
    clear: both;
    width: 100%;
    height: 24px;
    margin: 0;
    padding: 0;
    background: none;
}

    .ivf_tabs ul li {
        float: left;
        margin: 0px 2px 0px 0px;
        padding: 2px 8px;
        /*background-color:  #6E6E6E;*/
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        height: 20px;
    }


        .ivf_tabs ul li a,
        .ivf_tabs ul li span /*questionnaire symbol in application*/ {
            color: black /*#fff;*/;
            text-decoration: none;
        }

            .ivf_tabs ul li a:hover {
                color: black;
                text-decoration: none;
            }

            .ivf_tabs ul li a:focus {
                color: black;
                text-decoration: none;
            }


        .ivf_tabs ul li.ui-tabs-active {
            background-color: #03bfd7; /*#949494*/
            color: #fff;
            opacity: .5;
        }

        .ivf_tabs ul li:hover {
            /*background-color: #949494;*/
            color: #007a8f;
        }


/* TABS end*/

input[type=file] {
    height: auto;
}

input, button, .Button {
    line-height: 1em;
    height: 14px;
    padding: 0px 2px;
    margin: 0;
    border: none;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    text-decoration: none;
}

.Button {
    text-align: center;
}

.ivf_new_instance_button {
    position: absolute;
    right: 16px;
    top: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0px;
    text-align: center;
}

.FloatingButtonCorrection {
    line-height: 1.2;
}

.plus_minus_button {
    width: 14px;
    text-align: center;
}

textarea {
    font-family: roboto,Helvetica,Arial,sans-serif;
    border: none;
    resize: none;
    font-size: 14px;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

input[type=submit], input[type=button], .button, .Button {
    font-size: 12px;
    color: white;
    background-color: #ff6464; /*red*/
    border-radius: 2px;
    text-transform: uppercase;
    outline: none;
}

    input[type=submit].ivf_light_green, input[type=button].ivf_light_green, button.ivf_light_green, .Button.ivf_light_green {
        background-color: #9DB9A0 /*#eee white*/ /*#00B000;*/;
        color: white;
        border: 1px solid rgba(255,255,255,.5);
        border-color: white;
        border-radius: 5px;
        /*font-size: 16px;
        height: 22px;*/
    }

        input[type=submit].ivf_light_green:hover, input[type=button].ivf_light_green:hover, button.ivf_light_green:hover, .Button.ivf_light_green:hover {
            color: #e8e8e8 /*gray*/;
        }

.ivf_app_info_bar .ivf_app_employee_controls a[class="Button ivf_light_green"]:hover {
    color: white;
}

#EvaluationForm a[class="Button ivf_light_green"] {
    color: white;
}


input[type="submit"], input[type="button"] button, .Button {
    /* background-color: #eee white red  ;*/
    color: white /*black*/;
    border: 1px solid rgba(255,255,255,.5);
    border-color: white /*grey*/;
    border-radius: 5px;
    /*font-size: 16px;
    height: 22px;*/
}

    input[type="submit"]:hover, input[type="button"]:hover, button:hover, .Button:hover {
        color: #e8e8e8 /*gray*/;
    }

#LoginDialog input[type="submit"], input[type="button"], button .Button {
    color: white;
}

#RegistrationForm input[type="submit"], input[type="button"], button, .Button {
    color: white /*black*/;
}

.ivf_left {
    color: black;
}

    #RegistrationForm input[type="submit"]:hover, input[type="button"]:hover, button:hover, .Button:hover, .ivf_left Button:hover {
        color: black;
        color: #e8e8e8 /*gray*/;
    }

/*override buttons*/
#xlsButton,
#exportXLSButton,
.ivf_grid .Button .SelectLink {
    /*background-color: #eee white;*/
    color: white;
    border: 1px solid rgba(255,255,255,.5);
    border-color: white;
    border-radius: 5px;
}

    #xlsButton:hover,
    #exportXLSButton:hover {
        color: #e8e8e8 /*gray*/;
    }
/*
span.ExportButton {
    background-color: #eee white;
}*/

span.ExportButton:hover {
    color: #e8e8e8 /*gray*/;
}

#ComposeMessageForm span[class="Button ivf_notification_template_placeholder_open"] {
    /*background-color: #eee white;*/
}

    #ComposeMessageForm span[class="Button ivf_notification_template_placeholder_open"]:hover {
        color: #e8e8e8 /*gray*/;
    }

#Subject {
    color: black;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

#AssignedEmployeeDialog span.Button:hover {
    color: #e8e8e8 /*gray*/;
}

a[class="Button ivf_right FloatingButtonCorrection"]:hover {
    color: #e8e8e8 /*gray*/;
}

#EvaluationFormSubmit:hover {
    color: #e8e8e8 /*gray*/;
}

#UserForm input[type="submit"], #UserForm .Button {
    color: white;
    border: 1px solid rgba(255,255,255,.5);
    border-color: white;
}

button[title="Close"],
span[class="ui-button-text"] {
    text-transform: uppercase;
}

#printBtn /*affects button statistics filter search*/ {
    /*height: auto;*/
}

input[type="submit"], input[type="button"], .button, .Button {
    border-radius: 5px;
    text-transform: uppercase;
    outline: none;
    border: 1px solid white;
}

/*Buttons plus minus*/
button[title^="Add"],
input[name^="action:addUsers"],
input[name^="action:addStatus"],
#AddCountry,
input[value="+"],
#AddLevel,
#AddArea,
#AddTag,
button[class="budget_item_add ivf_light_green"] {
    /*background-color: #b3d200;
    opacity: .5;
    color: black;*/
    background-color: #C7DD79;
    border-radius: 5px;
    opacity: 0.5;
}

button[title^="Remove"],
input[name^="action:deleteUsers"],
input[name^="action:removeStatus"],
#RemoveCountry,
input[value="-"],
#RemoveLevel,
#RemoveArea,
#RemoveTag,
.form-horizontal span[class="Button remove"] {
    /*background-color: #ff6464;
    opacity: .5;
    color: black;*/
    background-color: #E85547;
    border-radius: 5px;
    opacity: 0.5;
}

/*Buttons plus minus END*/


/*SAVE CONFIRM SUBMITT BUTTONS*/
input[value="Submit"],
input[value="Save"],
input[value="Confirm"],
.controls_holder input[value="Save"].ivf_orange,
#SaveEventButton,
#UserForm input[value="Save"],
#EvaluationFormSubmit {
    background-color: #ED145B;
}

/*override buttons END*/
input[type=submit].ivf_light_blue, input[type=button].ivf_light_blue, button.ivf_light_blue, .Button.ivf_light_blue {
    background-color: #5F6DB3 /*#eee white*/ /*#0085BF*/;
}

    input[type=submit].ivf_light_blue:hover, input[type=button].ivf_light_blue:hover, button.ivf_light_blue:hover, .Button.ivf_light_blue:hover {
        color: #e8e8e8 /*gray*/;
    }


input[type=submit].ivf_dark_blue, input[type=button].ivf_dark_blue, button.ivf_dark_blue, .Button.ivf_dark_blue {
    background-color: #566D7B /*#007a8f*/;
}

input[type=submit].ivf_dark_green, input[type=button].ivf_dark_green, button.ivf_dark_green, .Button.ivf_dark_green {
    background-color: #03AF74 /*#005A00*/;
}

input[type=submit].ivf_orange, input[type=button].ivf_orange, button.ivf_orange, .Button.ivf_orange {
    background-color: #F7A71B /*white #FF8200*/;
}

    input[type=submit].ivf_orange:hover, input[type=button].ivf_orange:hover, button.ivf_orange:hover, .Button.ivf_orange:hover {
        color: #e8e8e8 /*gray*/;
    }


input[type=submit].ivf_crimson, input[type=button].ivf_crimson, button.ivf_crimson, .Button.ivf_crimson {
    background-color: #E85547 /*#720000*/;
}

input[type=submit].ivf_dark_gray, input[type=button].ivf_dark_gray, button.ivf_dark_gray, .Button.ivf_dark_gray {
    background-color: #A28E93 /*#6E6E6E*/;
}

input[type=submit].ivf_darker_gray, input[type=button].ivf_darker_gray, button.ivf_darker_gray, .Button.ivf_darker_gray {
    background-color: #818284 /*#424242*/;
}

input[type=submit].ivf_light_gray, input[type=button].ivf_light_gray, button.ivf_light_gray, .Button.ivf_light_gray {
    background-color: #83A7C1 /*#949494*/;
}

input[type=submit].ivf_lighter_gray, input[type=button].ivf_lighter_gray, button.ivf_lighter_gray, .Button.ivf_lighter_gray {
    background-color: #A3CDE0 /*#D1D1D1*/;
}

input[type=submit].ivf_black, input[type=button].ivf_black, button.ivf_black, .Button.ivf_black {
    background-color: #231F20 /*#000000*/;
}

input[type=submit].ivf_white, input[type=button].ivf_white, button.ivf_white, .Button.ivf_white {
    background-color: #ffffff;
    color: #000000;
}

input[type=submit].ivf_brown, input[type=button].ivf_brown, button.ivf_brown, .Button.ivf_brown {
    background-color: #A28E93 /*#B97A57*/;
}


input[type=submit].ivf_dark_brown, input[type=button].ivf_dark_brown, button.ivf_dark_brown, .Button.ivf_dark_brown {
    background-color: #885046 /*#804000*/;
}

.Button.ExportButton {
    display: inline-block;
    text-align: center;
    height: 18px;
    line-height: 18px;
}

select {
    /*    height: 16px;*/
    border: none;
    font-family: Roboto,Helvetica,Arial,sans-serif;
}

input[type=text], input[type=number], input[type=password], input[type=email], select, textarea {
    background-color: white /*#E1E1E1*/;
    border-radius: 2px;
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px /*#E1E1E1*/ white inset;
}

input[type=button], input[type=submit], button, .Button {
    cursor: pointer;
}

input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, input[type=email]:focus, select:focus, textarea:focus, input[type=text]:hover, input[type=number]:hover, input[type=password]:hover, input[type=email]:hover, select:hover, textarea:hover {
    background-color: #FFF;
    border-radius: 2px;
    outline: none;
}

input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}

.ivf_clear {
    clear: both;
}

.ivf_form_field_margin_bottom {
    display: block;
    margin-bottom: 8px;
}

.ivf_group {
    border: 1px solid black;
    margin: 0;
    padding: 8px;
}

.form-horizontal .ivf_group {
cursor: move;
}

.ivf_project_output_option, .ivf_priority_area_option, .ivf_project_category_option, .ivf_project_hierarchy_option, .ivf_project_hierarchy_2level_option {
    clear: both;
    display: block;
    margin: 4px 0px;
}

.ivf_form_submit_error_message {
    margin-bottom: 8px;
    color: #ff6464; /*red*/
    font-size: 14px;
}

.ivf_tabs.public .ivf_group {
    border: 1px solid #007a8f;
}

.ivf_tabs.registered .ivf_group {
    border: 1px solid #005A00;
}

.ivf_tabs.admin .ivf_group {
    border: 1px solid #03bfd7 /*#c16464*/;
}

.ivf_loader {
    background: url(../Content/Images/loader.gif);
    width: 48px;
    height: 48px;
    display: block;
}

.ivf_group_repetition, .ivf_field_repetition {
    float: right;
    position: relative;
}

.ivf_button_displacemnet {
    bottom: -5px;
    margin-left: 4px;
}

.ivf_field_input {
    float: left;
    position: relative;
    margin-right: 16px;
}

.ivf_group_label {
    background-color: #D1D1D1;
    width: 600px;
    border: none;
    box-shadow: 0px 0px 10px 5px black;
}

.ivf_tabs.public .ivf_group_label {
    box-shadow: 0px 0px 10px 5px #007a8f;
}

.ivf_tabs.registered .ivf_group_label {
    box-shadow: 0px 0px 10px 5px #005A00;
}

.ivf_tabs.admin .ivf_group_label {
    box-shadow: 0px 0px 10px 5px #03bfd7 /*#c16464*/;
}

.ivf_narrow {
    width: 50px;
}

.ivf_field_desc {
    width: 600px;
}

.ivf_section {
    background-color: #d5d5d5 /*#8C8C8C*/ /*f8f8f8*/ /*#949494*/;
    padding: 8px;
    clear: both;
}

.ivf_field {
    margin-bottom: 8px;
    padding: 0;
}

.form-horizontal .ivf_group .ivf_field {
cursor: move !important;
}

.ivf_app_field {
    float: right;
    width: 600px;
}

.ivf_list_box {
    width: 98%;
    height: 200px;
    margin-right: 10px;
}

.ivf_list_box_narrow {
    width: 300px;
    height: 200px;
    margin-right: 10px;
}

.ivf_box {
    background-color: #eee /*white #03bfd7 #949494;*/;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
}

.ivf_date_col {
    width: 80px;
}

.ivf_right {
    float: right;
}

.ivf_left {
    float: left;
}

.ivf_clear_left {
    clear: left;
}

.ivf_clear_right {
    clear: right;
}

.ivf_right_margin_small {
    margin-right: 4px;
}

.ivf_left_margin_small {
    margin-left: 4px;
}

.ivf_bottom_margin_medium {
    margin-bottom: 8px;
}

.ivf_top_margin_medium {
    margin-top: 8px;
}

.ivf_grid {
    width: 100%;
    border-collapse: collapse;
    border: none;
    padding: 0;
    margin: 0;
}

    .ivf_grid tr {
        height: 22px;
        border-bottom: 8px solid transparent;
    }


    .ivf_grid td {
        text-align: center;
        vertical-align: top;
        padding: 0;
        margin: 0;
    }

    .ivf_grid thead th {
        vertical-align: bottom;
        color: black /*#D1D1D1*/;
        font-weight: bold /*100*/;
        font-size: 10px;
    }

    .ivf_grid tbody tr:hover {
        border-radius: 4px;
        background-color: #949494 /*f8f8f8*/ /*#D1D1D1*/;
    }

    .ivf_grid .Button {
        font-size: 10px;
        display: inline-block;
        padding-top: 2px;
        /*background-color:  #eee white #03bfd7;*/
        color: white;
        border: 1px solid white;
    }

        .ivf_grid .Button:hover {
            color: #e8e8e8 /*gray*/;
        }

.ivf_error_msg {
    color: #ff6464;
    font-size: 14px;
}

.ivf_error {
    border: 1px solid #ff6464; /*red*/
}

.sortable_column, .select_deselect_all {
    cursor: pointer;
}

.ivf_grid thead th.select_deselect_all {
    font-size: 20px;
}

.sortable_column span {
    margin-left: 4px;
    font-size: 8px;
    vertical-align: super;
}

h1, h2, h3, h4 {
    padding: 0;
    margin: 0;
}

h1 {
    font-family: roboto,Helvetica,Arial,sans-serif;
    font-size: 32px;
    font-weight: 200;
    font-style: normal;
}

h2 {
    font-family: roboto,Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: 200;
    font-style: normal;
    line-height: 40px;
}

h3 {
    font-family: roboto,Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
}

h4 {
    font-family: roboto,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}

.ivf_note {
    font-family: roboto,Helvetica,Arial,sans-serif;
    font-size: 8px;
    font-weight: normal;
    font-style: normal;
}

.ivf_thermometer {
    font-family: roboto,Helvetica,Arial,sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
}

.ivf_information {
    font-family: roboto,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

.ivf_menu_button {
    font-family: roboto,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
}

.ivf_paragraph {
    font-family: roboto,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 200;
    font-style: normal;
}

.ivf_link {
    font-family: roboto,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 200;
    font-style: italic;
}

.ivf_comment {
    font-family: roboto,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 200;
    font-style: normal;
}

.ivf_text_display {
    padding: 0px 4px;
    font-size: 14px;
}

#twitter-widget-0 {
    width: 784px !important;
}

/* checkbox */
.ivf_checkbox {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #fff;
    display: inline-block;
    background-image: none;
    vertical-align: middle;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

    .ivf_checkbox.ivf_checkbox_checked {
        background-image: url(../Content/Images/ivf_checkbox_tick.png);
    }

    .ivf_checkbox.small {
        width: 12px;
        height: 12px;
    }

#ApplicationForm input[type="radio"] + label span,
#RegistrationForm input[type="radio"] + label span {
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

#ApplicationForm input[type="radio"]:checked + label span,
#RegistrationForm input[type="radio"]:checked + label span {
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
    background-color: #03bfd7;
    width: 16px;
    height: 16px;
}

/* checkbox end */

/* radio buton */
input[type=radio] {
    display: none;
}

    input[type=radio] + label {
        margin: 0px 8px 0px 0px;
    }

        input[type=radio] + label span {
            width: 16px;
            height: 16px;
            background-color: #FFF;
            margin: 0px 8px 0px 0px;
            padding: 0;
            border: none;
            border-radius: 8px;
            display: inline-block;
            position: relative;
            top: 4px;
            border: 1px solid rgba(255,255,255,.5); /*added*/
            border-color: grey;
        }

            input[type=radio] + label span.readonly {
                background-color: #d5d5d5;
            }

    input[type=radio]:checked + label span {
        /*width: 8px;
        height: 8px;
        background-color: #424242;
        border: 4px solid white;*/
        border: 1px solid rgba(255,255,255,.5); /*added*/
        border-color: grey;
        background-color: #03bfd7;
        width: 16px;
        height: 16px;
    }

    input[type=radio]:checked + label span {
        background-color: #03bfd7;
    }
/* radio button end */

.ivf_grid_selection {
    background-color: #d5d5d5 /*#8C8C8C*/;
    color: #424242;
    border-radius: 4px;
}

.ivf_grid_row {
    cursor: pointer;
    padding: 0px 8px;
}

.ivf_grid_col_240 {
    width: 240px;
    display: inline-block;
}

.ivf_grid_row {
    border-radius: 4px;
    background-color: #D1D1D1;
}

    .ivf_grid_row.ivf_grid_selection:hover {
        background-color: #FFF;
        color: #424242;
        border-radius: 4px;
    }

#ApplicationForm .controls_holder {
    float: right;
    margin-bottom: 100px;
    margin-top: 8px;
}

    #ApplicationForm .controls_holder .Button, #ApplicationForm .controls_holder input {
        font-size: 16px;
        height: 20px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: white /*grey*/;
    }

/* BUDGET */
.budget, .enrollment_budget {
    font-size: 12px;
    width: 100%;
    clear: both;
}

table.budget tr td, table.enrollment_budget tr td {
    padding: 0px 4px 2px 0px;
    margin: 0;
}

.budget input, #ApplicationForm table.budget input, .enrollment_budget input, #ApplicationForm table.enrollment_budget input {
    font-size: 12px;
    height: 14px;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

    .budget input:focus, .enrollment_budget input:focus {
        border-radius: 0;
    }

#ApplicationForm table.budget tbody::after, #GranteeBudgetForm table.budget tbody::after, #ivf_evaluation_budget table.budget tbody::after, #ApplicationForm table.enrollment_budget tbody::after, #GranteeBudgetForm table.enrollment_budget tbody::after, #ivf_evaluation_budget table.enrollment_budget tbody::after {
    content: '';
    display: block;
    height: 4px;
}

.budget .budget_category_top_left, .enrollment_budget .budget_category_top_left {
    background-color: #d5d5d5 /*#8C8C8C*/ /*#B4B4B4*/;
    border-top-left-radius: 4px;
    width: 4px;
}

.budget .budget_category_top, .enrollment_budget .budget_category_top {
    background-color: #d5d5d5 /*#8C8C8C*/ /*#B4B4B4*/;
}

.budget .budget_category_bottom_left, .enrollment_budget .budget_category_bottom_left {
    background-color: #d5d5d5 /*#8C8C8C*/ /*#B4B4B4*/;
    border-bottom-left-radius: 4px;
}

.budget .budget_category_top_right, .enrollment_budget .budget_category_top_right {
    background-color: #d5d5d5 /*#8C8C8C*/ /*#B4B4B4*/;
    border-top-right-radius: 4px;
}

.budget .budget_category_bottom_right, .enrollment_budget .budget_category_bottom_right {
    background-color: #d5d5d5 /*#8C8C8C*/ /*#B4B4B4*/;
    border-bottom-right-radius: 4px;
}

.budget .budget_item_row, .enrollment_budget .enrollment_budget_item_row {
    background-color: #d5d5d5 /*#8C8C8C*/ /*#B4B4B4*/;
}

.budget .budget_category_header, .enrollment_budget .budget_category_header {
    background-color: #d5d5d5 /*#8C8C8C*/ /*#B4B4B4*/;
    /*color: #D1D1D1;*/
    color: black;
}



#ApplicationForm .form_field_holder .budget input.budget_item_name, #EvaluationForm .budget input.budget_item_name, .budget input.budget_item_name, #ApplicationForm .form_field_holder .enrollment_budget input.budget_item_name, #EvaluationForm .enrollment_budget input.budget_item_name, .enrollment_budget input.budget_item_name {
    width: 98.4%;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

.budget td.budget_item_name, .enrollment_budget td.budget_item_name {
    /*width:154px;*/
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 8px;
}

#ApplicationForm .form_field_holder .budget input.budget_item_unit_desc, #EvaluationForm .budget input.budget_item_unit_desc, .budget input.budget_item_unit_desc, #ApplicationForm .form_field_holder .enrollment_budget input.budget_item_unit_desc, #EvaluationForm .enrollment_budget input.budget_item_unit_desc, .enrollment_budget input.budget_item_unit_desc {
    width: 120px;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

.budget td.budget_item_unit_desc, .enrollment_budget td.budget_item_unit_desc {
    width: 124px;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 8px;
}

#ApplicationForm .form_field_holder .budget input.budget_item_units, #EvaluationForm .budget input.budget_item_units, .budget input.budget_item_units, #ApplicationForm .form_field_holder .enrollment_budget input.budget_item_units, #EvaluationForm .enrollment_budget input.budget_item_units, .enrollment_budget input.budget_item_units {
    width: 50px;
    text-align: right;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

.budget td.budget_item_units, .enrollment_budget td.budget_item_units {
    width: 54px;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 8px;
}

#ApplicationForm .form_field_holder .budget input.budget_item_unit_price, #EvaluationForm .budget input.budget_item_unit_price, .budget input.budget_item_unit_price, #ApplicationForm .form_field_holder .enrollment_budget input.budget_item_unit_price, #EvaluationForm .enrollment_budget input.budget_item_unit_price, .enrollment_budget input.budget_item_unit_price {
    width: 80px;
    text-align: right;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

.budget td.budget_item_unit_price, .enrollment_budget td.budget_item_unit_price {
    width: 84px;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 8px;
}

#ApplicationForm .form_field_holder .budget div.budget_item_total, #EvaluationForm .budget div.budget_item_total, .budget div.budget_item_total, #ApplicationForm .form_field_holder .enrollment_budget div.budget_item_total, #EvaluationForm .enrollment_budget div.budget_item_total, .enrollment_budget div.budget_item_total {
    width: 80px;
    text-align: right;
    padding-right: 8px;
}

.budget td.budget_item_total, .enrollment_budget td.budget_item_total {
    width: 90px;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 8px;
}

#ApplicationForm .form_field_holder .budget input.budget_item_expected, #EvaluationForm .budget input.budget_item_expected, .budget input.budget_item_expected, #ApplicationForm .form_field_holder .enrollment_budget input.budget_item_expected, #EvaluationForm .enrollment_budget input.budget_item_expected, .enrollment_budget input.budget_item_expected {
    width: 80px;
    text-align: right;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

.budget td.budget_item_expected, .enrollment_budget td.budget_item_expected {
    width: 84px;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 8px;
}

#ApplicationForm .form_field_holder .budget input.budget_item_application, #EvaluationForm .budget input.budget_item_application, .budget input.budget_item_application, #ApplicationForm .form_field_holder .enrollment_budget input.budget_item_application, #EvaluationForm .enrollment_budget input.budget_item_application, .enrollment_budget input.budget_item_application {
    width: 50px;
    text-align: right;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

.budget td.budget_item_application, .enrollment_budget td.budget_item_application {
    width: 54px;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 8px;
}

.budget .budget_item_control, .enrollment_budget .budget_item_control {
    width: 20px;
}

.budget .budget_item_application_hidden, .enrollment_budget .budget_item_application_hidden {
    width: 2px;
}

.budget .budget_item_add, .enrollment_budget .enrollment_budget_item_add {
    width: 16px;
    float: right;
    margin-right: 4px;
    font-size: 16px;
    line-height: 10px;
}

.budget .budget_category_title, .enrollment_budget .budget_category_title {
    font-size: 18px;
    margin-top: 5px;
    display: block;
    margin-bottom: 3px;
}

.budget .budget_problem, .enrollment_budget .budget_problem, .deliverable_budget .budget_problem {
    background-color: #ff6464; /*red*/
}

.budget .budget_category_total, .budget .budget_category_total_expected, .budget .budget_category_approved, .enrollment_budget .budget_category_total, .enrollment_budget .budget_category_total_expected, .enrollment_budget .budget_category_approved {
    text-align: right;
    padding-right: 16px;
    font-size: 12px;
}

.budget .budget_category_percentage, .enrollment_budget .budget_category_percentage {
    text-align: center;
    font-size: 12px;
}

.budget .custom_category_title, #ApplicationForm .budget .custom_category_title, #EvaluationForm .budget .custom_category_title, .enrollment_budget .custom_category_title, #ApplicationForm .enrollment_budget .custom_category_title, #EvaluationForm .enrollment_budget .custom_category_title {
    font-size: 14px;
    height: 16px;
    width: 420px;
    margin-top: 8px;
}

.budget .remove_budget_item, .enrollment_budget .remove_budget_item {
    width: 16px;
    float: right;
    margin-right: 4px;
    font-size: 14px;
    line-height: 10px;
}

.budget .budget_category_remove, .enrollment_budget .budget_category_remove {
    width: 16px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 10px;
}

.budget .budget_add, .enrollment_budget .budget_add {
    width: 16px;
    font-size: 16px;
    line-height: 10px;
}

.budget .budget_total_holder, .budget .budget_expected_total_holder, .enrollment_budget .budget_total_holder, .enrollment_budget .budget_expected_total_holder, .enrollment_budget .budget_subtotal_holder, .enrollment_budget .budget_expected_subtotal_holder {
    text-align: right;
    padding-right: 12px;
}

.budget tbody.budget_total_row td.budget_percentage_total, .enrollment_budget tbody.budget_total_row td.budget_percentage_total {
    text-align: center;
}

.enrollment_budget tbody tr td.ivf_enrollment_title {
    border-radius: 4px;
    font-size: 16px;
}
/* BUDGET END */

/* CONTRIBUTION */
#contribution_table {
    font-size: 14px;
    width: 100%;
    margin-top: 16px;
}

    #contribution_table .table_header {
        font-size: 12px;
    }

    #contribution_table tr td {
        padding: 0px 2px 2px 0px;
        margin: 0;
    }

    #contribution_table tr.label_row td {
        padding-top: 16px;
    }

    #contribution_table tr.label_row {
        border-bottom: 1px solid #D9D9D9;
    }

    #contribution_table input, #ApplicationForm #contribution_table input {
        font-size: 14px;
        height: 16px;
        border-radius: 0;
        margin-right: 2px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

        #contribution_table input:focus {
            border-radius: 0;
        }

    #contribution_table .contribution_item_total {
        width: 85px;
        text-align: left;
        padding: 0px;
        color: black /*#949494*/;
    }

        #contribution_table .contribution_item_total span.contributionTotal {
            text-align: right;
            padding-right: 4px;
            width: 81px;
            display: block;
        }

    #contribution_table tr.table_header .contribution_item_total {
        text-align: center;
    }

    #contribution_table .contribution_item_expected {
        width: 85px;
        text-align: left;
        padding: 0px;
        color: black /*#949494*/;
    }

    #contribution_table tr.table_header .contribution_item_expected {
        text-align: center;
    }

    #contribution_table .contribution_item_confirmed {
        width: 85px;
        text-align: left;
        padding: 0px;
        color: black /*#949494*/;
    }

    #contribution_table tr.table_header .contribution_item_confirmed {
        text-align: center;
    }

    #contribution_table .contribution_item_name {
        width: 240px;
        text-align: left;
        padding: 0px;
    }

    #contribution_table .contribution_item_desc {
        width: 240px;
        text-align: left;
        padding: 0px;
    }

    #contribution_table .contribution_item_total.total, #contribution_table .contribution_item_expected.total, #contribution_table .contribution_item_confirmed.total {
        text-align: right;
        padding-right: 4px;
        width: 81px;
    }

    #contribution_table #contribution_item_total_total {
        text-align: right;
        padding-right: 2px;
        width: 83px;
        display: block;
    }

    #contribution_table .contribution_item_name_label, #contribution_table .contribution_item_desc_label {
        text-align: left;
        padding: 0px;
        color: black /*#949494*/;
        font-size: 12px;
    }

#ApplicationForm #contribution_table .contribution_item_confirmed input {
    width: 76px;
    text-align: right;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

#ApplicationForm #contribution_table .contribution_item_expected input {
    width: 76px;
    text-align: right;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

#ApplicationForm #contribution_table .contribution_item_name input {
    width: 222px;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

#ApplicationForm #contribution_table .contribution_item_name[colspan="2"] input {
    width: 454px;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

#ApplicationForm #contribution_table .contribution_item_desc input {
    width: 222px;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

#contribution_table .contribution_item_name_and_desc {
    width: 478px;
}

#contribution_table .controls_column {
    width: 16px;
}

.contribution_description {
    font-size: 14px;
    text-align: justify;
    width: 50%;
}

#contribution_financialotherorganization_button_plus, #contribution_owninkindresources_button_plus, #contribution_owninkindcosts_button_plus, #contribution_otherinkindresources_button_plus, #contribution_otherinkindcosts_button_plus, #contribution_other_button_plus, #contribution_table .remove {
    width: 16px;
    font-size: 16px;
    line-height: 10px;
    height: 16px;
    float: right;
}

.contribution_financialotherorganization_inserter, .contribution_owninkindresources_inserter, .contribution_owninkindcosts_inserter, .contribution_otherinkindresources_inserter, .contribution_otherinkindcosts_inserter, .contribution_other_inserter {
    height: 4px;
}

#contribution_table .contribution_subcategory {
    padding-left: 20px;
}

#contribution_table .contribution_item_name.contribution_subcategory_item, #contribution_table .contribution_item_name_label.contribution_subcategory_item {
    padding-left: 20px;
    width: 220px;
}

#ApplicationForm #contribution_table .contribution_item_name.contribution_subcategory_item input {
    width: 202px;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

#ApplicationForm #contribution_table .contribution_item_name.contribution_subcategory_item[colspan="2"] input {
    width: 434px;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}
/* CONTRIBUTION END */

/* EVENTS */
#events_table {
    width: 100%;
    padding: 0px;
    font-size: 14px;
}

    #events_table td {
        padding: 0px;
    }

    #events_table tr.table_header td, #budget_contributions_table tr.table_header td {
        text-align: left;
        font-size: 10px;
        font-weight: bold;
        vertical-align: bottom;
        padding-bottom: 8px;
    }

#ApplicationForm #events_table .ivf_width_3, #ApplicationForm #events_table .ivf_width_3 select {
    width: 48px;
}

    #ApplicationForm #events_table .ivf_width_3 input {
        width: 44px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

#ApplicationForm #events_table .ivf_width_4, #ApplicationForm #events_table .ivf_width_4 select {
    width: 64px;
}

    #ApplicationForm #events_table .ivf_width_4 input {
        width: 60px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

#ApplicationForm #events_table .ivf_width_5, #ApplicationForm #events_table .ivf_width_5 select {
    width: 80px;
}

    #ApplicationForm #events_table .ivf_width_5 input {
        width: 76px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

#ApplicationForm #events_table .ivf_width_6, #ApplicationForm #events_table .ivf_width_6 select {
    width: 96px;
}

    #ApplicationForm #events_table .ivf_width_6 input {
        width: 92px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

#ApplicationForm #events_table .ivf_width_7, #ApplicationForm #events_table .ivf_width_7 select {
    width: 112px;
}

    #ApplicationForm #events_table .ivf_width_7 input {
        width: 108px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

#ApplicationForm #events_table .ivf_width_8, #ApplicationForm #events_table .ivf_width_8 select {
    width: 128px;
}

    #ApplicationForm #events_table .ivf_width_8 input {
        width: 124px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey; /*border to all inputs*/
    }

#events_table button {
    width: 16px;
    height: 16px;
    padding: 0px;
    font-size: 14px;
    float: left;
}

#ApplicationForm #events_table input {
    width: 100%;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}
/* EVENTS END */

/* PHASES */
#phases_table {
    width: 100%;
    font-size: 14px;
}

    #phases_table button {
        width: 16px;
        height: 16px;
        padding: 0px;
        font-size: 14px;
        float: left;
    }

#phases_add {
    background-color: #b3d200;
    opacity: .5;
}

#phases_table tr.table_header td {
    text-align: left;
    font-size: 10px;
    font-weight: bold;
    vertical-align: bottom;
    padding-bottom: 8px;
}

#phases_table tr.table_value td {
    padding-bottom: 8px;
}

#ApplicationForm #phases_table input {
    width: 100%;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}
/* PHASES END */

/* APPLICATION FORM TEMPLATE DIALOG */
#AppTemplatesListHolder h2 {
    color: #6E6E6E;
    margin-left: 16px;
}
/* APPLICATION FORM TEMPLATE DIALOG END */

/* CONTRACT TEMPLATE DIALOG */
#ContractTemplateListHolder h2 {
    color: #6E6E6E;
    margin-left: 16px;
}
/* CONTRACT TEMPLATE DIALOG END */

/* TERM DIALOG */
#TermListHolder h2 {
    color: black /*#6E6E6E*/;
    margin-left: 16px;
}

#TermListHolder a.Button {
    /*background-color: #eeewhite;*/
    color: white /*black*/;
    border: 1px solid rgba(255,255,255,.5);
    border-color: white /*grey*/;
}

    #TermListHolder a.Button:hover {
        color: #e8e8e8 /*gray*/;
    }

#TermForm label[for=StartDate], #TermForm label[for=EndDate], #TermForm label[for=SubmitStart], #TermForm label[for=SubmitEnd], #TermForm label[for=EvaluationStart], #TermForm label[for=EvaluationEnd], #TermForm label[for=ReviewDeadline],
#TermForm label[for=ResultsDate], #TermForm label[for=Name], #TermForm label[for=short_code], #TermForm label[for=TermNo], #TermForm label[for=ApplicationKeyPrefix], #TermForm label[for=MinProjectDuration], #TermForm label[for=MaxProjectDuration],
#TermForm label[for=ProgramTypeId], #TermForm label[for=StatusListId], #TermForm label[for=applicationtemplate_id], #TermForm label[for=applicationprinttemplate_id], #TermForm label[for=applicationcontracttemplate_id],
#TermForm label[for=applicationviewtemplate_id], #TermForm label[for=budgetitems_id], #TermForm label[for=maxbudgetchange], #TermForm label[for=Overhead], #TermForm label[for=MaxFundParticipation],
#TermForm label[for=maxtangibleassets], #TermForm label[for=TotalFundsForTerm], #TermForm label[for=FixedTravelGrant], #TermForm label[for=evaluationgroup_id], #TermForm #BudgetRange, #TermForm label[for=budget_enrollments], #TermForm label[for=CashLimit], #TermForm label[for=manager_id], #TermForm label[for=GranteeUIType], #TermForm label[for=RegistrationRequirement],
#TermForm label[for=GuidlinesUrl], #TermForm label[for=FinancialSettlementsURL], #TermForm label[for=InterimReportURL], #TermForm label[for=FinalReportURL], #TermForm label[for=NoticeForReports], #TermForm label[for=BudgetPerSemesterScholar], #TermForm label[for=BudgetPerSemesterUniversity], #TermForm label[for=UniContractNotificationDate], #TermForm label[for=coverpagetemplate_id],
#TermForm label[for=MinPartnerConfirmation], #TermForm label[for="QuestionnaireId"], #TermForm label[for="QuestionnaireMandatory"], #TermForm label[for="ReportSettings"], #TermForm label[for="reporttemplate_id"] {
    width: 150px;
    float: left;
}

#TermForm #StartDate, #TermForm #EndDate, #TermForm #SubmitStart, #TermForm #SubmitEnd, #TermForm #EvaluationStart, #TermForm #EvaluationEnd, #TermForm #ReviewDeadline {
    float: left;
}

    #TermForm #StartDate, #TermForm #EndDate, #TermForm #SubmitStart, #TermForm #SubmitEnd, #TermForm #EvaluationStart, #TermForm #EvaluationEnd, #TermForm #ReviewDeadline,
    #TermForm #StartDate input, #TermForm #EndDate input, #TermForm #SubmitStart input, #TermForm #SubmitEnd input, #TermForm #EvaluationStart input, #TermForm #EvaluationEnd input, #TermForm #ReviewDeadline input {
        background-color: #D1D1D1;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

        #TermForm #StartDate:focus, #TermForm #EndDate:focus, #TermForm #SubmitStart:focus, #TermForm #SubmitEnd:focus, #TermForm #EvaluationStart:focus, #TermForm #EvaluationEnd:focus, #TermForm #ReviewDeadline:focus,
        #TermForm #StartDate input:focus, #TermForm #EndDate input:focus, #TermForm #SubmitStart input:focus, #TermForm #SubmitEnd input:focus, #TermForm #EvaluationStart input:focus, #TermForm #EvaluationEnd input:focus, #TermForm #ReviewDeadline input:focus {
            background-color: #FFF;
            border: 1px solid rgba(255,255,255,.5);
            border-color: grey;
        }

#TermForm .date_two_col {
    width: 360px;
    float: left;
}

#TermForm .one_col_float {
    float: left;
    width: 720px;
}

#TermForm .one_col {
    width: 720px;
}

#TermForm #MinProjectDuration, #TermForm #MaxProjectDuration {
    width: 50px;
}

#TermForm #budgetrangebottom, #TermForm #budgetrangetop {
    width: 80px;
}

#TermForm div.ivf_box {
    background-color: /*#D1D1D1;*/ white;
}

#TermForm input {
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}




#FilterForm,
#FilterForm div.filterHdr,
#FilterForm table.filter,
#RFilterForm,
#RFilterForm div.filterHdr,
#RFilterForm table.filter,
#AsFilterForm div.filterHdr {
    background-color: #eee /*white*/;
}

.contentHolder .mainContentPane .internal div

#TermListHolder div.filterHdr,
#TermListHolder table.filter {
    background-color: #eee /*white*/;
}

#TermListHolder td.ivf_width_13 {
    border: none;
}

#FilterForm td.ivf_width_13 {
    border: none;
}

/* TERM DIALOG END */
/* USER DIALOG */
#UserForm h2 {
    margin-left: 16px;
    color: black /*#6E6E6E*/;
    line-height: 40px;
}

#UserForm label {
    text-align: right;
    display: block;
    color: white /*#D1D1D1*/;
    font-size: 10px;
    line-height: 24px;
}

#UserForm h3 {
    color: white /*#D1D1D1*/;
    margin-bottom: 16px;
}

#UserForm h4 {
    color: #ff6464 /*red*/;
    margin-bottom: 16px;
    font-weight: bold;
}

#UserForm div {
    float: left;
    background-color: #03bfd7;
}

    #UserForm div.ivf_box {
        padding: 16px;
    }

#UserForm input[type=text], #UserForm input[type=password], #UserForm select {
    font-size: 14px;
    height: 18px;
    vertical-align: top;
    border-radius: 0px;
    padding: 0px 4px;
    background-color: #fff /*f8f8f8*/ /*#D1D1D1*/;
    outline: none;
}

    #UserForm input[type=text]:focus, #UserForm input[type=password]:focus, #UserForm input[type=text]:hover, #UserForm input[type=password]:hover {
        background-color: #FFF;
        outline: none;
    }

#UserForm input[type=submit], #UserForm .Button {
    font-size: 12px;
    height: 18px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    color: white;
    border: 1px solid white;
}

#UserForm .Button {
    line-height: 18px;
    padding: 0px;
}

#UserForm div.ivf_checkbox {
    float: none;
    background-color: #eee /*white*/;
    border: none;
}

#UserForm select[name=RoleId], #UserForm input[id=PasswordValidation], #UserForm input[id=Email], #UserForm input[id=Name], #UserForm input[id=Password] {
    border: none;
}


#UserFilterForm {
    padding: 0px;
}

    #UserFilterForm table.filter {
        width: 100%;
    }

    #UserFilterForm .ClearLink, #UserFilterForm .FilterLink {
        margin-bottom: 20px;
    }

    #UserFilterForm .ClearLink {
        margin-left: 112px;
    }

a.page-number {
    cursor: pointer;
    text-decoration: underline;
    color: darkgray /*#d1d1d1*/;
}
/* USER DIALOG END */
/* APP DIALOG */
#ApplicationForm .form_field_holder, #RegistrationForm .form_field_holder {
    float: right;
    width: 60%;
    margin-bottom: 8px;
}

    #ApplicationForm .form_field_holder.full_width, #RegistrationForm .form_field_holder.full_width {
        float: none;
        width: 100%;
    }

#ApplicationForm .form_label.full_width {
    float: none;
    width: 100%;
    text-align: left;
}

#ApplicationForm .form_field_holder input, #ApplicationForm .form_field_holder textarea, #RegistrationForm .form_field_holder input, #RegistrationForm .form_field_holder textarea {
    width: 86%;
    font-size: 14px;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

    #ApplicationForm .form_field_holder textarea.big, #RegistrationForm .form_field_holder textarea.big {
        width: 90%;
        height: 150px;
    }

    #ApplicationForm .form_field_holder input.date_picker, #RegistrationForm .form_field_holder input.date_picker {
        width: 100px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

#ApplicationForm .form_field_holder input, #RegistrationForm .form_field_holder input {
    height: 16px;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
    background-color: white;
}

#ApplicationForm .form_field_holder select, #RegistrationForm .form_field_holder select {
    font-size: 14px;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
    background-color: white;
}

#ApplicationForm .form_field_holder textarea, RegistrationForm .form_field_holder textarea {
    height: 100px;
    padding: 0px 2px;
}

#ApplicationForm .form_field_holder label, #RegistrationForm .form_field_holder label {
    font-size: 14px;
}

#ApplicationForm .form_label, #RegistrationForm .form_label {
    float: left;
    clear: left;
    display: block;
    font-size: 14px;
    width: 37%;
    text-align: right;
}

#ApplicationForm .form_title_label, #RegistrationForm .form_title_label {
    font-size: 14px;
    text-align: left;
    margin-bottom: 4px;
    display: block;
}

#ApplicationForm .form_field_holder.reverse, #RegistrationForm .form_field_holder.reverse {
    float: left;
    width: auto;
}

#ApplicationForm .form_label.reverse, #RegistrationForm .form_label.reverse {
    width: 700px;
    float: none;
    clear: right;
    display: inline-block;
    margin-left: 8px;
    text-align: left;
}

#ApplicationForm .form_field_holder table {
    /*background-color: #6E6E6E;*/
}

    #ApplicationForm .form_field_holder table input {
        background-color: #fff /*f8f8f8*/ /*#E1E1E1*/;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

        #ApplicationForm .form_field_holder table:focus, #ApplicationForm .form_field_holder table input:focus {
            background-color: #FFF;
        }

.ivf_app_info_id.ivf_app_info_part .identificator_link {
    width: 100%;
    height: 25px;
    background-color: white;
    color: black;
    font-size: 14px;
    text-align: center;
    border-radius: 12px;
    line-height: 24px;
    padding: 0px 2px;
    margin: 0;
    border: none;
    text-decoration: none;
}
    /*add 27.11.2019*/

    .ivf_app_info_id.ivf_app_info_part .identificator_link a {
        color: black;
    }
/*add 27.11.2019*/

.ivf_app_info_bar {
    height: 56px;
    background-color: #03bfd7 /*#949494*/;
    border-radius: 28px;
    width: 100%;
    margin-bottom: 16px;
}

    .ivf_app_info_bar .ivf_app_info_days_left {
        width: 44px;
        height: 44px;
        background-color: #ff6464;
        border-radius: 22px;
        color: white;
        font-size: 20px;
        line-height: 2em;
        text-align: center;
        position: relative;
        top: 6px;
        left: 6px;
    }

    .ivf_app_info_bar .ivf_app_info_overdue {
        width: 110px;
        height: 44px;
        background-color: #ff6464; /*red*/
        border-radius: 22px;
        color: white;
        font-size: 20px;
        line-height: 2em;
        text-align: center;
        position: relative;
        top: 6px;
        left: 6px;
        margin-right: 42px;
    }

        .ivf_app_info_bar .ivf_app_info_overdue.invisible {
            background-color: #03bfd7;
        }

    .ivf_app_info_bar .ivf_app_info_part {
        float: left;
    }

    .ivf_app_info_bar .ivf_app_info_deadline {
        width: 100px;
        height: 44px;
        color: white;
        font-size: 10px;
        text-align: left;
        position: relative;
        top: 6px;
        left: 6px;
        margin-left: 8px;
    }

        .ivf_app_info_bar .ivf_app_info_deadline label {
            color: white;
        }

    .ivf_app_info_bar .ivf_app_info_id {
        width: 100px;
        height: 44px;
        color: white;
        font-size: 10px;
        text-align: center;
        position: relative;
        top: 6px;
        left: 6px;
    }


    .ivf_app_info_bar .ivf_app_info_score {
        width: 50px;
        height: 44px;
        color: white;
        font-size: 10px;
        text-align: center;
        position: relative;
        top: 6px;
        left: 24px;
    }

    .ivf_app_info_bar .ivf_app_info_id input, .ivf_app_info_bar .ivf_app_info_id input:focus {
        width: 100%;
        height: 25px;
        background-color: #eee /*white*/;
        color: black /*#949494*/;
        font-size: 14px;
        text-align: center;
        border-radius: 12px;
    }

    .ivf_app_info_bar .ivf_app_info_score input, .ivf_app_info_bar .ivf_app_info_score input:focus {
        width: 100%;
        height: 25px;
        background-color: #eee /*white*/;
        color: black /*#949494*/;
        font-size: 14px;
        text-align: center;
        border-radius: 12px;
    }

    .ivf_app_info_bar .ivf_app_info_id label {
        top: 6px;
        position: relative;
    }

    .ivf_app_info_bar .ivf_app_info_score label {
        top: 6px;
        position: relative;
    }

    .ivf_app_info_bar .ivf_app_info_status {
        width: 100px;
        height: 44px;
        color: white;
        font-size: 10px;
        text-align: center;
        position: relative;
        top: 6px;
        left: 14px;
    }

        .ivf_app_info_bar .ivf_app_info_status input, .ivf_app_info_bar .ivf_app_info_status input:focus {
            width: 100%;
            height: 25px;
            background-color: #b3d200 /*#00B000*/;
            color: white;
            font-size: 12px;
            text-align: center;
            border-radius: 12px;
        }

            .ivf_app_info_bar .ivf_app_info_status input.ivf_app_status_1284 {
                background-color: #FF8200;
                border: 1px solid rgba(255,255,255,.5);
                border-color: grey;
            }

            .ivf_app_info_bar .ivf_app_info_status input.ivf_app_status_1285 {
                background-color: #b3d200 /*#0085BF*/;
                border: 1px solid rgba(255,255,255,.5);
                border-color: grey;
            }

            .ivf_app_info_bar .ivf_app_info_status input.ivf_app_status_1287 {
                background-color: #ff6464 /* #FF0000*/;
                border: 1px solid rgba(255,255,255,.5);
                border-color: grey;
            }

            .ivf_app_info_bar .ivf_app_info_status input.ivf_app_status_1289 {
                background-color: #03bfd7 /*#c16464*/;
                border: 1px solid rgba(255,255,255,.5);
                border-color: grey;
            }

            .ivf_app_info_bar .ivf_app_info_status input.ivf_app_status_1290 {
                /*background-color: #004968;*/
                background-color: #007a8f;
            }

            .ivf_app_info_bar .ivf_app_info_status input.ivf_app_status_1291 {
                background-color: #D1D1D1;
                color: #6E6E6E;
                border: 1px solid rgba(255,255,255,.5);
                border-color: grey;
            }

            .ivf_app_info_bar .ivf_app_info_status input.ivf_app_status_1374 {
                background-color: #005A00;
                border: 1px solid rgba(255,255,255,.5);
                border-color: grey;
            }

        .ivf_app_info_bar .ivf_app_info_status label {
            top: 6px;
            position: relative;
        }

    .ivf_app_info_bar .ivf_app_info_percentage {
        width: 200px;
        height: 44px;
        color: white;
        font-size: 10px;
        text-align: center;
        position: relative;
        top: 6px;
        left: 22px;
    }

    .ivf_app_info_bar .ivf_app_info_percentage_range_frame {
        width: 192px;
        height: 25px;
        background-color: #D1D1D1;
        color: white;
        text-align: center;
        border-radius: 12px;
        margin: 0px 4px;
        font-size: 14px;
    }

        .ivf_app_info_bar .ivf_app_info_percentage_range_frame .ivf_app_info_percentage_range {
            width: 0px; /*184px;*/
            height: 17px;
            background-color: #424242;
            color: white /*#D1D1D1*/;
            text-align: center;
            border-radius: 8px;
            margin: 0px 4px;
            position: relative;
            top: 4px;
            line-height: 16px;
        }

            .ivf_app_info_bar .ivf_app_info_percentage_range_frame .ivf_app_info_percentage_range.ivf_progress_step_zero {
                left: 45%;
                color: white;
                background-color: transparent;
            }
            /*18.12.2019 add*/

            .ivf_app_info_bar .ivf_app_info_percentage_range_frame .ivf_app_info_percentage_range.ivf_progress_step_first {
                background-color: #949494;
            }

            .ivf_app_info_bar .ivf_app_info_percentage_range_frame .ivf_app_info_percentage_range.ivf_progress_step_second {
                background-color: #ff6464 /* #FF0000*/;
            }

            .ivf_app_info_bar .ivf_app_info_percentage_range_frame .ivf_app_info_percentage_range.ivf_progress_step_third {
                background-color: #ff6464 /*#FF8200*/;
            }

            .ivf_app_info_bar .ivf_app_info_percentage_range_frame .ivf_app_info_percentage_range.ivf_progress_step_fourth {
                background-color: #b3d200 /*#00B000*/;
            }

        .ivf_app_info_bar .ivf_app_info_percentage_range_frame.ivf_progress_step_final .ivf_app_info_percentage_range {
            background-color: #b3d200 /*#949494*/;
            color: white;
        }

        .ivf_app_info_bar .ivf_app_info_percentage_range_frame.ivf_progress_step_final {
            background-color: #eee /*white*/;
        }

    .ivf_app_info_bar .ivf_app_info_percentage label {
        top: 6px;
        position: relative;
    }

    .ivf_app_info_bar .ivf_app_employee_controls {
        float: right;
        height: 44px;
        color: #eee /*FFF*/;
        font-size: 10px;
        text-align: center;
        position: relative;
        top: 6px;
        left: -20px;
        margin-right: 8px;
    }

        /*BUTTONS IN APPLICATION FORM UPPER MENU
        .ivf_app_info_bar .ivf_app_employee_controls a {
            display: block;
            color: white;
            border: 1px solid white;
            background-color: #03bfd7;
        }*/
        .ivf_app_info_bar .ivf_app_employee_controls a {
            display: block;
        }

    .ivf_app_info_bar .ivf_app_info_employee {
        float: right;
        /*    width: 200px;*/
        height: 44px;
        color: #FFF;
        font-size: 10px;
        text-align: center;
        position: relative;
        top: 6px;
        left: -20px;
    }

    .ivf_app_info_bar .ivf_app_tags {
        float: right;
        height: 44px;
        color: #FFF;
        font-size: 10px;
        text-align: center;
        position: relative;
        top: 6px;
        left: -20px;
        margin-right: 8px;
        max-width: 240px;
    }

    .ivf_app_info_bar .ivf_app_tagholder {
        height: 31px;
    }

    .ivf_app_info_bar .ivf_app_tags span {
        float: right;
        height: 12px;
        color: white /*#939393*/;
        border-radius: 4px;
        font-size: 12px;
        text-align: center;
        position: relative;
        margin-top: 1px;
        margin-right: 1px;
        height: auto;
    }

    .ivf_app_info_bar .ivf_app_tags label {
        height: 12px;
        color: #FFFFFF;
        font-size: 10px;
        text-align: center;
        vertical-align: bottom;
        position: relative;
        margin-top: 1px;
    }

    .ivf_app_info_bar .ivf_app_tags span.ivf_white {
        background-color: white;
        color: #007a8f;
        height: auto;
    }

    .ivf_app_info_bar .ivf_app_info_employee div {
        float: left;
        /*    width: 160px;*/
    }

    .ivf_app_info_bar .ivf_app_info_employee a {
        color: #FFF;
        display: block;
        height: 100%;
    }

    .ivf_app_info_bar .ivf_app_info_employee label {
        clear: both;
        display: block;
        float: right;
    }

        .ivf_app_info_bar .ivf_app_info_employee label.ivf_app_info_employee_name {
            font-size: 14px;
            bottom: -10px;
            position: relative;
        }

    .ivf_app_info_bar .ivf_app_info_employee span {
        float: left;
        font-size: 27px;
        position: relative;
        top: 2px;
        margin-left: 4px;
        margin-bottom: 3px;
    }

    .ivf_app_info_bar .ivf_app_notes, .ivf_app_info_bar .ivf_app_reviews {
        float: right;
        height: 44px;
        color: #FFF;
        font-size: 10px;
        text-align: center;
        position: relative;
        top: 6px;
        left: -20px;
        margin-right: 8px;
        max-width: 240px;
    }

    .ivf_app_info_bar .ivf_app_noteholder, .ivf_app_info_bar .ivf_app_reviewsholder {
        height: 30px;
        margin-right: 4px;
        margin-left: 4px;
    }

    .ivf_app_info_bar .ivf_app_notes span, .ivf_app_info_bar .ivf_app_reviews span {
        display: block;
        height: 24px;
        color: white /*#939393*/;
        /*background-color: #D1D1D1;*/
        border-radius: 7px;
        font-size: 20px;
        text-align: center;
        position: relative;
        margin-top: 1px;
        margin-right: 1px;
    }

    .ivf_app_info_bar .ivf_app_notes span {
        cursor: pointer;
    }

    .ivf_app_info_bar .ivf_app_notes label, .ivf_app_info_bar .ivf_app_reviews label {
        height: 12px;
        color: #FFFFFF;
        font-size: 10px;
        text-align: center;
        vertical-align: bottom;
        position: relative;
        margin-top: 1px;
    }

#InfoBarStatusVisible.internal {
    cursor: pointer;
}

.field_characters_left, .tab_content div.field_characters_left {
    float: right;
    margin: 4px 2px;
}

.field_characters_left, fieldset.ivf_group fieldset .field_characters_left {
    font-size: 10px;
    color: black /*white*/;
}

fieldset.ivf_group .field_characters_left {
    font-size: 10px;
    color: black /*white*/;
}

.ivf_form_field_description {
    font-size: 12px;
    font-style: italic;
}

    .ivf_form_field_description.ivf_form_field_description_top {
        margin-bottom: 4px;
    }

    .ivf_form_field_description.ivf_form_field_description_bottom {
        margin-top: 4px;
    }

    .ivf_form_field_description.ivf_form_field_description_top_left {
        float: left;
        margin-top: 8px;
        clear: left;
    }

    .ivf_form_field_description.ivf_form_field_description_left {
        float: left;
        margin-top: 8px;
        clear: both;
    }

.ivf_form_group_description {
    font-size: 14px;
    margin-bottom: 18px;
    width: 80%;
    padding: 0px 2px;
}

.ivf_project_output_group {
    float: left;
}

    .ivf_project_output_group.ivf_one_col {
        width: 100%;
    }

    .ivf_project_output_group.ivf_two_col {
        width: 50%;
    }

    .ivf_project_output_group.ivf_three_col {
        width: 33%;
    }

    .ivf_project_output_group.ivf_four_col {
        width: 25%;
    }

.ivf_attachment_link {
    font-size: 16px;
    color: black;
}

input[type=submit].app_form_submit {
    /*background-color: #eee white #949494*/
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

    input[type=submit].app_form_submit:hover {
        color: #e8e8e8 /*gray*/;
    }

.ivf_tabs {
    position: relative;
}
    /*add 28 11 2019*/


    .ivf_tabs fieldset.ivf_group, .ivf_tabs.admin fieldset.ivf_group, .ivf_tabs.registered fieldset.ivf_group {
        /*background-color: #D1D1D1; /*#424242;*/
        border-radius: 4px;
        border: none;
    }

#RegistrationForm fieldset.ivf_group {
    background-color: #eee /*white*/; /*#424242;*/
    border-radius: 4px;
    border: none;
}

#RegistrationForm h2 {
    font-weight: bold;
}

.ivf_tabs fieldset.ivf_group fieldset, .ivf_tabs.admin fieldset.ivf_group fieldset, .ivf_tabs.registered fieldset.ivf_group fieldset {
    background-color: #eee /*white*/; /*#D1D1D1*/ /*#949494;*/ /*#424242;*/
    border-radius: 4px;
    border: none;
}

.ivf_tabs fieldset.ivf_group legend, .ivf_tabs.admin fieldset.ivf_group legend, .ivf_tabs.registered fieldset.ivf_group legend, #RegistrationForm fieldset.ivf_group legend {
    position: relative;
    top: 8px;
    font-size: 18px;
    margin: 8px 0px;
    font-weight: bold;
}

.ivf_tabs fieldset.ivf_group fieldset legend, .ivf_tabs.admin fieldset.ivf_group fieldset legend, .ivf_tabs.registered fieldset.ivf_group fieldset legend {
    color: black /*#6E6E6E*/;
    position: relative;
    top: 8px;
}

.ivf_group_holder {
    background-color: #eee /*white*/; /*#D1D1D1*/
    border-radius: 4px;
    border: none;
    margin-top: 4px;
    color: black;
}

    .ivf_group_holder div.ivf_group_holder {
        background-color: #eee /*f8f8f8*/ /*#C4C4C4*/;
    }

.ivf_tabs fieldset.ivf_group legend.ivf_empty_legend {
    height: 0px;
}

#ApplicationForm button.addGroup, #ApplicationForm button.removeGroup {
    font-size: 14px;
    padding: 2px 4px;
    height: 20px;
    margin-top: 4px;
    text-transform: none;
}

#ApplicationForm .ivf_section, #RegistrationForm .ivf_section {
    padding-top: 2px;
}

#ivf_check_tab {
    background-color: #ff6464;
    color: #fff;
    opacity: .5;
}

    #ivf_check_tab.no_errors {
        background-color: #b3d200 /*#00B000*/;
    }

#ivf_expression_results {
    background-color: #eee /*white*/; /*#424242;*/
    border-radius: 4px;
    border: none;
    padding: 10px 8px 30px 8px;
    margin-top: 11px;
    overflow: hidden;
}

    #ivf_expression_results h4#ivf_check_label {
        color: #424242;
        padding: 0px 0px 8px 0px;
        width: 50%;
        margin-bottom: 16px;
    }

.ivf_expression_result {
    float: left;
    clear: left;
    display: block;
    font-size: 14px;
    color: #ff6464; /*red*/
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 8px;
}

label.bullet_style_checkbox {
    padding-left: 20px;
}

    label.bullet_style_checkbox div.ivf_checkbox {
        margin-left: -20px;
    }
/* APP DIALOG END */

#ivf_application_list.ivf_information {
    font-size: 16px;
}
    /*#ivf_application_list.ivf_information:hover {
        color: white;
    }*/


    #ivf_application_list.ivf_information thead th {
        font-size: 16px;
    }

#ivf_application_list .Button {
    font-size: /*16px; applications buttons registered*/ 15px;
    padding: 0px 8px;
    /*padding: 8px 8px 0px 8px;*/
}

#ivf_application_list td.controls_column {
    text-align: left;
}

/* GRANTEE BANK DIALOG */
#GranteeBankForm {
    /*    padding: 8px;*/
    font-size: 12px;
}

    #GranteeBankForm #ivf_expression_results_bank {
        border-radius: 0px;
        padding: 0px 16px;
        margin-top: 0px;
        margin-bottom: 8px;
        clear: both;
        width: 100%;
    }

    #GranteeBankForm div.form_element {
        float: left;
        margin-bottom: 8px;
    }

    #GranteeBankForm input[type=text], #GranteeBankForm select {
        height: 17px;
    }

    #GranteeBankForm input[type=text], #GranteeBankForm textarea {
        padding: 0px 4px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

    #GranteeBankForm label {
        line-height: 17px;
    }

#ivf_grantee_bank_info {
    background-color: #eee /*white*/ /*#D1D1D1*/;
    border-radius: 4px;
    overflow: hidden;
    /*    height: 420px;*/
}

    #ivf_grantee_bank_info .ivf_form_labels {
        width: 352px;
        float: left;
        margin-left: 8px;
    }

    #ivf_grantee_bank_info .ivf_form_fields {
        width: 352px;
        float: right;
        margin-right: 16px;
    }

    #ivf_grantee_bank_info .ivf_form_label {
        font-size: 12px;
        text-align: right;
        clear: both;
        display: block;
        margin-top: 16px;
    }

    #ivf_grantee_bank_info .ivf_form_field {
        margin-top: 16px;
        margin-bottom: 3px;
        font-size: 12px;
        float: left;
        width: 352px;
    }

    #ivf_grantee_bank_info select.ivf_form_field {
        margin-top: 15px;
        margin-bottom: 0px;
        font-size: 12px;
        float: left;
        width: 352px;
    }

    #ivf_grantee_bank_info .ivf_checkbox.ivf_form_field {
        width: 16px;
    }

    #ivf_grantee_bank_info .ivf_form_label.ivf_last {
        margin-top: 100px;
    }

.ivf_form_field {
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

.ivf_dropdown_list {
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}
/* GRANTEE BANK DIALOG END */
/* GRANTEE PRESS RELEASES DIALOG */
#ivf_grantee_press_releases {
    background-color: #D1D1D1;
    border-radius: 4px;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

    #ivf_grantee_press_releases .ivf_grid tbody tr:hover {
        border-radius: 4px;
        background-color: #D1D1D1 /*#949494*/;
    }

    #ivf_grantee_press_releases table.ivf_grid {
        margin: 0px 16px;
        width: 720px;
    }

.ivf_add_instance {
    background-color: #eee /*white*/ /*#D1D1D1*/;
    border-radius: 4px;
    height: 48px;
    cursor: pointer;
}

    .ivf_add_instance h2 {
        color: black /*#949494*/;
        position: relative;
        left: 16px;
        top: 4px;
        float: left;
    }

    .ivf_add_instance .right_part {
        font-size: 32px;
        color: white /*#D1D1D1*/;
        background-color: #b3d200 /*#6E6E6E*/;
        opacity: .5;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        width: 64px;
        height: 48px;
        float: right;
    }

        .ivf_add_instance .right_part div {
            position: relative;
            top: 8px;
            left: 16px;
        }

#ivf_grantee_press_releases_release {
    background-color: #D1D1D1;
    border-radius: 4px;
    margin-top: 16px;
    font-size: 12px;
    padding: 16px;
    overflow: hidden;
}

    #ivf_grantee_press_releases_release div.form_element {
        float: left;
        margin-bottom: 8px;
    }

    #ivf_grantee_press_releases_release label {
        line-height: 17px;
    }
/* GRANTEE PRESS RELEASES DIALOG END */

/* GRANTEE EVENTS DIALOG */
#EventForm, #ivf_university {
    padding: 8px;
    font-size: 12px;
    background-color: #eee /*white*/;
}

    #EventForm #ivf_expression_results {
        border-radius: 0px;
        padding: 0px 16px;
        margin-top: 0px;
        margin-bottom: 8px;
    }

    #EventForm div.form_element, #ivf_university div.form_element {
        float: left;
        margin-bottom: 8px;
    }

    #EventForm input[type=text], #EventForm select, #ivf_university input[type=text], #ivf_university select {
        height: 17px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

    #EventForm label, #ivf_university label {
        line-height: 17px;
    }

#ivf_grantee_events {
    background-color: #eee /*white*/ /*#D1D1D1*/;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 16px;
}

    #ivf_grantee_events .ivf_grid tbody tr {
        border-radius: 4px;
    }

        #ivf_grantee_events .ivf_grid tbody tr:hover {
            border-radius: 4px;
            background-color: #949494;
        }

    #ivf_grantee_events table.ivf_grid {
        margin: 0px 16px;
        width: 720px;
    }

#ivf_grantee_events_event {
    background-color: #D1D1D1;
    border-radius: 4px;
    /*    height: 712px;*/
    margin-top: 16px;
}

    #ivf_grantee_events_event .ivf_form_labels {
        width: 352px;
        float: left;
        margin-left: 8px;
        margin-bottom: 16px;
    }

    #ivf_grantee_events_event .ivf_form_fields {
        width: 352px;
        float: right;
        margin-right: 16px;
    }

    #ivf_grantee_events_event .ivf_form_label {
        font-size: 12px;
        text-align: right;
        clear: both;
        display: block;
        margin-top: 16px;
    }

        #ivf_grantee_events_event .ivf_form_label.ivf_space {
            margin-top: 112px;
        }

    #ivf_grantee_events_event .ivf_form_field {
        margin-top: 16px;
        margin-bottom: 3px;
        font-size: 12px;
        float: left;
        width: 352px;
    }

        #ivf_grantee_events_event .ivf_form_field.half_size {
            width: 170px;
            position: relative;
            top: 2px;
            float: right;
            left: 4px;
        }

    #ivf_grantee_events_event select.ivf_form_field {
        margin-top: 15px;
        margin-bottom: 0px;
        font-size: 12px;
        float: left;
        width: 352px;
    }

        #ivf_grantee_events_event select.ivf_form_field.half_size {
            width: 170px;
            position: relative;
            top: 0px;
            float: left;
            left: 0px;
        }

    #ivf_grantee_events_event #SaveEventButton {
        margin-left: 16px;
    }

#ivf_event_expression_results {
    overflow: hidden;
}
/* GRANTEE EVENTS DIALOG END */
#ivf_grantee_website {
    background-color: #eee /*white*/ /*#D1D1D1*/;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 16px;
}

/* GRANTEE IMPLEMENTATION EVENTS DIALOG */
#ivf_grantee_implementation_events {
    background-color: #eee /*white*/ /*#D1D1D1*/;
    border-radius: 4px;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

    #ivf_grantee_implementation_events .ivf_grid tbody tr {
        border-radius: 4px;
    }

        #ivf_grantee_implementation_events .ivf_grid tbody tr:hover {
            border-radius: 4px;
            background-color: #949494;
        }

    #ivf_grantee_implementation_events table.ivf_grid {
        margin: 0px 16px;
        width: 720px;
    }

#ivf_grantee_implementation_events_event {
    background-color: #D1D1D1;
    border-radius: 4px;
    /*    height: 712px;*/
    margin-top: 16px;
}

    #ivf_grantee_implementation_events_event #SaveEventButton {
        margin-left: 16px;
    }

    #ivf_grantee_implementation_events_event #press_release_part {
        float: left;
        margin-left: 8px;
    }

    #ivf_grantee_implementation_events_event #event_part {
        float: left;
    }

    #ivf_grantee_implementation_events_event h3 {
        color: black /*#949494*/;
        font-weight: 100;
        margin-bottom: 16px;
    }

/* GRANTEE IMPLEMENTATION EVENTS DIALOG END */

/* GRANTEE BUDGET DIALOG */
#ivf_grantee_budget {
    /*background-color: #D1D1D1;*/
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 16px 8px;
}

    #ivf_grantee_budget .ivf_grid tbody tr {
        border-radius: 4px;
    }

        #ivf_grantee_budget .ivf_grid tbody tr:hover {
            border-radius: 4px;
            background-color: #949494;
        }

    #ivf_grantee_budget table.ivf_grid {
        margin: 0px 16px;
        width: 720px;
    }

    #ivf_grantee_budget .budget {
        margin: 16px 0px;
    }


    #ivf_grantee_budget table.deliverable_budget {
        width: 100%;
        border: 1px solid gray /*black*/;
        font-size: 12px;
        background-color: #d5d5d5 /*#8C8C8C*/ /*#C4C4C4*/;
    }

        #ivf_grantee_budget table.deliverable_budget input {
            text-align: right;
            border: 1px solid rgba(255,255,255,.5);
            border-color: grey;
        }

        #ivf_grantee_budget table.deliverable_budget textarea {
            width: /*100%;* affects registered output update application */ 99%;
        }

        #ivf_grantee_budget table.deliverable_budget td {
            /*border: 1px solid gray/black/;* affects registered output update application*/
        }

    #ivf_grantee_budget > table.deliverable_budget > tbody > tr > td:last-child {
        border-right: 1px solid gray;
    }

    #ivf_grantee_budget table.deliverable_budget td.ivf_del_product_header input {
        text-align: left;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

td.ivf_del_product_header, td.ivf_del_event_header {
    position: relative;
}

.deliverable_split {
    color: #FFF;
    background-color: #789D00;
    right: 4px;
    position: absolute;
    top: 4px;
    padding: 2px;
    height: 18px;
    width: 18px;
}

.deliverable_merge {
    color: #FFF;
    background-color: #FF6464;
    right: 28px;
    position: absolute;
    top: 4px;
    padding: 2px;
    height: 18px;
    width: 18px;
}

#MergeDeliverableDialog {
    position: relative;
}

    #MergeDeliverableDialog #deliverables_list {
        overflow: auto;
        position: relative;
        max-height: 600px;
        margin-bottom: 24px;
    }

        #MergeDeliverableDialog #deliverables_list label {
            font-size: 14px;
        }

    #MergeDeliverableDialog .controls_holder {
        position: relative;
        right: 0px;
        bottom: 16px;
    }

#ivf_grantee_budget td.ivf_del_sumt {
    width: 10%;
    text-align: right;
}

#ivf_grantee_budget td.ivf_del_sum {
    width: 10%;
    text-align: right;
}

#ivf_grantee_budget td.ivf_del_cat, #ivf_evaluation_budget td.ivf_del_subcat {
    width: 20%;
}

#ivf_grantee_budget td.ivf_del_description {
    width: 40%;
}

/* GRANTEE BUDGET DIALOG END */

/* GRANTEE REPORTS DIALOG */
#ivf_grantee_reports, #ivf_evaluation_reports {
    background-color: #eee /*white*/ /*#D1D1D1*/;
    border-radius: 4px;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

    #ivf_grantee_reports h2, #ivf_evaluation_reports h2 {
        color: black /*#949494*/;
        position: relative;
        left: 14px;
        top: 4px;
    }

    #ivf_grantee_reports p, #ivf_grantee_reports h3 {
        position: relative;
        left: 14px;
    }

    #ivf_grantee_reports h4 {
        position: relative;
        left: 14px;
    }

    #ivf_grantee_reports div.ivf_information {
        position: relative;
        left: 14px;
    }

    #ivf_grantee_reports fieldset, #ivf_evaluation_reports fieldset {
        background-color: #d5d5d5 /*#8C8C8C*/ /*#949494*/;
        border-radius: 8px;
    }

    #ivf_grantee_reports .ivf_grantee_reports_edit, #ivf_grantee_reports .ivf_grantee_reports_add, #ivf_grantee_reports .ivf_grantee_reports_print {
        position: relative;
        left: 14px;
        margin-right: 16px;
    }

.ivf_download_link {
    color: black /*#949494*/;
    text-decoration: none;
    font-size: 16px;
    padding: 8px;
    border-radius: 8px;
}

    .ivf_download_link:hover {
        background-color: #949494;
        color: #FFF;
        text-decoration: none;
        font-size: 16px;
    }

#ivf_grantee_reports .ivf_attachment_link [class*="el-icon-"] {
    font-size: 18px;
}
/* GRANTEE REPORTS DIALOG END */

/* GHRANTEE CONTRACT DIALOG */
#contract_holder, confirmation_holder_lang, confirmation_holder_en {
    padding: 8px;
}

.tab_content #contract_holder div {
    float: none;
}

#GranteeContractForm #ivf_print_holder {
    width: auto;
}

/* GHRANTEE CONTRACT DIALOG END */

/* /COVER PAGE PRINT DIALOG */
#ivf_coverpage_holder, #ivf_print_holder {
    width: auto;
}

    #ivf_coverpage_holder, #ivf_coverpage_holder div {
        float: none;
    }

#ivf_coverpage_holder {
    padding: 8px;
}

/* /COVER PAGE PRINT DIALOG END */

/* GRANTEE HOME DIALOG */
#ivf_grantee_tasks_holder {
    padding: 8px;
}

.ivf_grantee_home_table {
    width: 100%;
}

    .ivf_grantee_home_table td {
        vertical-align: top;
    }

        .ivf_grantee_home_table td.grantee_home_width {
            width: 650px;
            padding: 1px 7px 0px 0px;
        }

#grantee_home_note_title td.ivf_note_submit {
    vertical-align: middle;
    text-align: right;
}

#grantee_home_note_title input[type="submit"] {
    margin-right: 2px;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

/* GRANTEE HOME DIALOG END */

/* GRANTEE FS DIALOG */
#ivf_grantee_fs {
    background-color: #D1D1D1;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 16px;
}
/* GRANTEE FS DIALOG END */

/* MESSAGES DIALOG */
#GroupMessageDialog {
    overflow: hidden;
}

#MessagesList {
    /*background-color: #D1D1D1;*/
    border-radius: 4px;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

    #MessagesList .ivf_grid thead tr th {
        color: black /*#949494*/;
        text-align: left;
    }

    #MessagesList .ivf_grid tr td {
        text-align: left;
        padding-right: 10px;
    }

    #MessagesList .ivf_grid tbody tr {
        border-radius: 4px;
    }

        #MessagesList .ivf_grid tbody tr:hover {
            border-radius: 4px;
            background-color: /*f8f8f8*/ #949494;
        }

    #MessagesList table.ivf_grid {
        margin: 0px 16px;
        width: 720px;
    }

    #MessagesList h2 {
        color: black /*#949494*/;
        position: relative;
        left: 14px;
        top: 4px;
    }

    #MessagesList .ivf_grid span.Button.ivf_dark_blue {
        display: inline-block;
        height: 20px;
    }

#ComposeMessage {
    float: right;
    margin-right: 16px;
    position: relative;
    top: -21px;
    line-height: 14px;
    /*padding-top: 5px;*/
    /*background-color: #eee white;*/
    color: white;
    border: 1px solid white;
}

    #ComposeMessage:hover {
        color: #e8e8e8 /*gray*/;
    }

#ScrollTop {
    line-height: 14px;
}

.ivf_msg_unread {
    color: #007a8f;
}

#MessageDetail {
    background-color: #d5d5d5 /*#8C8C8C*/ /*#D1D1D1*/;
    border-radius: 4px;
    margin-top: 16px;
    padding: 0px 16px 16px 16px;
    min-height: 440px;
    position: relative;
}

    #MessageDetail h2 {
        color: black /*#949494*/;
        position: relative;
        top: 4px;
        height: 40px;
        display: inline-block;
    }

    #MessageDetail .mail_metadata {
        float: right;
        width: 240px;
        background-color: #eee /*white*/ /*f8f8f8*/ /*#C4C4C4*/;
        padding: 4px;
        border-radius: 4px;
        margin: 16px 0px;
    }

        #MessageDetail .mail_metadata label {
            float: left;
            clear: left;
        }

        #MessageDetail .mail_metadata #DisplayedMessageDate {
            float: right;
        }

        #MessageDetail .mail_metadata #DisplayedMessageSender {
            float: right;
        }

        #MessageDetail .mail_metadata #DisplayedMessageReceiver {
            float: right;
        }

        #MessageDetail .mail_metadata #DisplayedMessageAppId {
            float: right;
        }

    #MessageDetail #DisplayedMessageBody {
        clear: both;
        height: 100%;
        background-color: #eee /*white*/ /*f8f8f8*/ /*white*/;
        padding: 28px;
        border-radius: 4px;
        margin-bottom: 32px;
    }

    #MessageDetail #ComposeMessageForm {
        padding-top: 16px;
        position: absolute;
        top: 0px;
        bottom: 0px;
    }

    #MessageDetail label {
        display: inline-block;
        text-align: right;
        margin-right: 8px;
        vertical-align: top;
    }

    #MessageDetail .ivf_form_labels {
        width: 336px;
        float: left;
        margin-left: 8px;
        margin-bottom: 16px;
        color: black;
    }

        #MessageDetail .ivf_form_labels label {
            float: right;
            clear: both;
        }

    #MessageDetail .ivf_form_fields {
        width: 352px;
        float: right;
        margin-right: 16px;
    }

        #MessageDetail .ivf_form_fields #Subject {
            margin-top: 1px;
            width: 100%;
        }

        #MessageDetail .ivf_form_fields #application_identificator {
            margin-bottom: 1px;
        }

        #MessageDetail .ivf_form_fields #Body {
            width: 100%;
            font-size: 12px;
            margin-bottom: 8px;
            padding: 2px;
        }

    #MessageDetail #SendMessageButton {
        position: absolute;
        right: 0px;
        bottom: 16px;
        line-height: 14px;
        /*background-color: #eee white;*/
        /*padding-top: 5px;*/
    }

        #MessageDetail #SendMessageButton:hover {
            color: #e8e8e8 /*gray*/;
        }

    #MessageDetail #ScrollTop {
        position: absolute;
        bottom: 0px;
        /*background-color: #eee white;*/
        /*padding-top: 5px;*/
    }

        #MessageDetail #ScrollTop:hover {
            color: #e8e8e8;
        }
/*
#SelectReceiverButton {
    background-color: #eee white;
}*/


#LookupDialog {
    background-color: #d5d5d5 /*#8C8C8C*/;
}

[id^="ui-id-"] {
    color: black;
}

.ui-dialog-titlebar {
    background-color: #d5d5d5 /*#8C8C8C*/;
}

    .ui-dialog-titlebar button {
        background-color: #F698A5 /*#eee white*/;
        border: 1px solid rgba(255,255,255,.5);
        border-color: white;
        border-radius: 5px;
    }

        .ui-dialog-titlebar button:hover {
            color: #e8e8e8;
        }

.ui-dialog-buttonset button.ui-button {
    background-color: #C65089 /*#eee white*/;
    border: 1px solid rgba(255,255,255,.5);
    border-color: white;
    border-radius: 5px;
}

    .ui-dialog-buttonset button.ui-button:hover {
        color: #e8e8e8;
    }

div[aria-describedby="LookupDialog"] {
    border: 1px solid gray;
    background-color: #d5d5d5 /*#8C8C8C*/;
}

#ApplicationForm div,
#RegistrationForm div {
    border: none;
}

.ui-dialog-buttonpane {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}



/* MESSAGES DIALOG END */
/* IVF DATA DIALOG */
#IvfDataForm {
    height: 548px;
}

    #IvfDataForm div.ivf_box {
        height: auto;
        background-color: #eee /*white*/;
    }


    #IvfDataForm .ivf_form_labels, #ivf_university .ivf_form_labels {
        width: 352px;
        float: left;
        margin-left: 8px;
    }

    #IvfDataForm .ivf_form_fields, #ivf_university .ivf_form_fields {
        width: 352px;
        float: right;
        margin-right: 16px;
        margin-bottom: 16px;
    }



    #IvfDataForm h2, #ivf_university h2 {
        color: black /*#949494*/;
        margin-top: 16px;
        margin-left: 16px;
    }

    #IvfDataForm .ivf_form_label, #ivf_university .ivf_form_label {
        font-size: 12px;
        text-align: right;
        clear: both;
        display: block;
        margin-top: 16px;
    }

    #IvfDataForm .ivf_form_label_left {
        font-size: 12px;
        text-align: left;
        clear: both;
        display: block;
        margin-top: 16px;
    }

    #IvfDataForm .ivf_form_field, #ivf_university .ivf_form_field {
        margin-top: 16px;
        margin-bottom: 2px;
        font-size: 12px;
        float: left;
        width: 348px;
    }

    #IvfDataForm select.ivf_form_field, #ivf_university select.ivf_form_field {
        width: 352px;
    }
/* IVF DATA DIALOG END */

/* EVALUATION CONTRACT DIALOG */
#EvaluationFormSubmit {
    right: 8px;
    bottom: 26px;
    position: relative;
}

#ivf_evaluation_contract div.form_element {
    float: left;
    margin-bottom: 8px;
}

#ivf_evaluation_contract input[type=text], #ivf_evaluation_contract select {
    height: 17px;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

#ivf_evaluation_contract input[type=text], #ivf_evaluation_contract textarea {
    padding: 0px 4px;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

#ivf_evaluation_contract label {
    line-height: 17px;
}

#ivf_evaluation_contract {
    background-color: #eee /*white*/ /*#D1D1D1*/;
    border-radius: 4px;
    left: 16px;
    right: 16px;
    bottom: 0px;
    top: 0px;
    margin-bottom: 32px;
    overflow-y: auto;
}

    #ivf_evaluation_contract .ivf_form_labels {
        width: 352px;
        float: left;
        margin-left: 8px;
    }

    #ivf_evaluation_contract .ivf_form_fields {
        width: 352px;
        float: right;
        margin-right: 16px;
        margin-bottom: 16px;
    }

#ivf_contract_prolonged_period_holder {
    clear: both;
    top: 384px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

    #ivf_contract_prolonged_period_holder .ivf_form_fields {
        padding-top: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
    }

#ivf_evaluation_contract #ivf_contract_prolonged_period_holder .ivf_form_label {
    margin-top: 0px;
}

#ivf_contract_prolonged_period_holder .ivf_form_labels {
    left: 0px;
    top: 0px;
    bottom: 0px;
}

#ivf_evaluation_contract h2 {
    color: black /*#949494*/;
    margin-top: 8px;
    margin-left: 8px;
}

#ivf_evaluation_contract .ivf_form_label {
    font-size: 12px;
    text-align: right;
    clear: both;
    display: block;
    margin-top: 16px;
}

#ivf_evaluation_contract .ivf_form_field {
    margin-top: 16px;
    margin-bottom: 3px;
    font-size: 12px;
    float: left;
    width: 352px;
}

    #ivf_evaluation_contract .ivf_form_field.ivf_checkbox {
        width: 16px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

#EvaluationForm #ivf_grantee_contract {
    margin-bottom: 32px;
}

#EvaluationForm #ivf_eval_coverpage {
    margin-bottom: 32px;
}

.tranches_confirm_button {
    left: 100%;
    bottom: 22px;
    position: relative;
    margin-left: -162px;
}
/* EVALUATION CONTRACT DIALOG END */

/* EVALUATION MESSAGES DIALOG */
#EvaluationForm #MessagesList table.ivf_grid {
    width: 98%;
}

#EvaluationForm #MessageDetail {
    margin-bottom: 16px;
}
/* EVALUATION MESSAGES DIALOG END */

/* EVALUATION BUDGET DIALOG */
#ivf_evaluation_budget, #ivf_approved_budget {
    background-color: #eee /*white*/ /*#D1D1D1*/;
    border-radius: 4px;
    left: 8px;
    right: 8px;
    bottom: 0px;
    top: 0px;
    margin-bottom: 32px;
    overflow-y: auto;
    padding: 8px;
}

    #ivf_evaluation_budget .ivf_grid tbody tr {
        border-radius: 4px;
    }

        #ivf_evaluation_budget .ivf_grid tbody tr:hover {
            border-radius: 4px;
            background-color: #949494;
        }

    #ivf_evaluation_budget table.ivf_grid {
        margin: 0px 16px;
        width: 720px;
    }

    #ivf_evaluation_budget h2, #ivf_approved_budget h2 {
        color: black /*#949494*/;
    }

    #ivf_approved_budget input {
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

    #ivf_evaluation_budget .budget {
        margin: 16px 0px;
    }

    #ivf_evaluation_budget table.deliverable_budget {
        width: 100%;
        border: 1px solid black;
        font-size: 12px;
        background-color: #eee /*white*/ /*#C4C4C4*/;
    }

        #ivf_evaluation_budget table.deliverable_budget input {
            text-align: right;
            border: 1px solid rgba(255,255,255,.5);
            border-color: grey;
        }

        #ivf_evaluation_budget table.deliverable_budget textarea {
            width: 99.7%;
        }

        #ivf_evaluation_budget table.deliverable_budget td.ivf_del_product_header input {
            text-align: left;
            border: 1px solid rgba(255,255,255,.5);
            border-color: grey;
        }

        #ivf_evaluation_budget table.deliverable_budget td {
            border: 1px solid black;
        }

    #ivf_evaluation_budget td.ivf_del_sumt {
        width: 10%;
        text-align: right;
    }

    #ivf_evaluation_budget td.ivf_del_sum {
        width: 10%;
        text-align: right;
    }

    #ivf_evaluation_budget td.ivf_del_button {
        width: 30%;
        text-align: right;
    }

        #ivf_evaluation_budget td.ivf_del_button button {
            background-color: #ff6464; /*red*/
        }

    #ivf_evaluation_budget td.ivf_del_cat, #ivf_evaluation_budget td.ivf_del_subcat {
        width: 20%;
    }

    #ivf_evaluation_budget td.ivf_del_description {
        width: 40%;
    }

    #ivf_evaluation_budget button.collapse, #ivf_evaluation_budget button.expand {
        color: black;
        background-color: transparent;
    }

/* EVALUATION BUDGET DIALOG END */

/* EVALUATION REPORTS DIALOG */
#ivf_evaluation_reports {
    background-color: #eee /*white*/ /*#D1D1D1*/;
    border-radius: 4px;
    left: 16px;
    right: 16px;
    bottom: 0px;
    top: 0px;
    margin-bottom: 32px;
    overflow-y: auto;
    padding-bottom: 16px;
}

    #ivf_evaluation_reports h2 {
        color: black /*#949494*/;
        margin-top: 8px;
        margin-left: 8px;
    }

    #ivf_evaluation_reports .budget, #ivf_evaluation_reports p, #ivf_evaluation_reports h3, #ivf_evaluation_reports h4, #ivf_evaluation_reports .ivf_evaluation_reports_edit, #ivf_evaluation_reports .ivf_evaluation_reports_print {
        margin-left: 16px;
    }

#ReportDialogHolder {
    overflow-y: auto;
    margin-bottom: 16px;
}

    #ReportDialogHolder textarea {
        width: 100%;
        font-size: 12px;
        margin-bottom: 8px;
        height: 48px;
    }

    #ReportDialogHolder table {
        width: 100%;
        background-color: #949494;
        border-radius: 4px;
        margin-bottom: 16px;
        margin-top: 16px;
    }

        #ReportDialogHolder table.summary {
            background-color: #424242;
            color: black /*#949494*/;
            margin-top: 0px;
        }

            #ReportDialogHolder table.summary tbody {
                color: white;
            }

        #ReportDialogHolder table td {
            text-align: center;
        }

            #ReportDialogHolder ivf_grantee_reports table td.amount, #ReportDialogHolder table td.amount input {
                text-align: right;
                border: 1px solid rgba(255,255,255,.5);
                border-color: grey;
            }

            #ReportDialogHolder table td.controls_column {
                width: 60px;
            }

        #ReportDialogHolder table.summary td {
            width: 110px;
        }

        #ReportDialogHolder table input[type=text] {
            width: 100px;
            border: 1px solid rgba(255,255,255,.5);
            border-color: grey;
        }

    #ReportDialogHolder .report_contact {
        float: right;
        margin-right: 304px;
    }

    #ReportDialogHolder .report_contact_label_ro {
        float: left;
    }

    #ReportDialogHolder .report_contact_ro {
        float: left;
        margin-left: 16px;
    }
/* EVALUATION REPORTS DIALOG END */

/* EVALUATION REIMBURSEMENTS DIALOG */
#ivf_evaluation_reimbursements {
    background-color: #eee /*white*/ /*#D1D1D1*/;
    border-radius: 4px;
    left: 16px;
    right: 16px;
    bottom: 0px;
    top: 0px;
    margin-bottom: 32px;
    overflow-y: auto;
}

    #ivf_evaluation_reimbursements h2 {
        color: black /*#949494*/;
        margin-top: 8px;
        margin-left: 8px;
    }

    #ivf_evaluation_reimbursements .add_button {
        margin: 16px;
        display: block;
        width: 32px;
        float: right;
    }

    #ivf_evaluation_reimbursements .ivf_grid tbody tr:hover {
        background-color: transparent;
    }
/* EVALUATION REIMBURSEMENTS DIALOG END */

/* EVALUATION FS SHEETS DIALOG */
#ivf_evaluation_fssheets {
    background-color: #eee /*white*/ /*D1D1D1*/;
    border-radius: 4px;
    left: 16px;
    right: 16px;
    bottom: 0px;
    top: 0px;
    margin-bottom: 32px;
    overflow-y: auto;
}

    #ivf_evaluation_fssheets h2 {
        color: black /*#949494*/;
        margin-top: 8px;
        margin-left: 8px;
    }

    #ivf_evaluation_fssheets .add_button {
        margin: 16px;
        display: block;
        width: 32px;
        float: right;
        background-color: #eee /*white*/;
    }

        #ivf_evaluation_fssheets .add_button:hover {
            color: #e8e8e8 /*gray*/;
        }

    #ivf_evaluation_fssheets .ivf_grid tbody tr:hover {
        background-color: transparent;
    }

    #ivf_evaluation_fssheets table.ivf_grid tbody .Button {
        padding: 0px 4px;
    }

    #ivf_evaluation_fssheets .date_picker {
        width: 68px;
    }

    #ivf_evaluation_fssheets textarea {
        width: 96px;
        font-size: 12px;
        height: 80px;
    }

    #ivf_evaluation_fssheets .ivf_fssheet_enclosure {
        width: 20px;
    }

    #ivf_evaluation_fssheets .ivf_fssheetdate, #ivf_evaluation_fssheets .ivf_fssheetdate input {
        width: 88px;
    }

    #ivf_evaluation_fssheets .ivf_fssheetempl, #ivf_evaluation_fssheets .ivf_fssheetempl select {
        width: 64px;
    }

    #ivf_evaluation_fssheets .ivf_fssheetenc {
        width: 72px;
    }

    #ivf_evaluation_fssheets .ivf_fssheetcomm {
        width: 96px;
    }
/* EVALUATION FS SHEETS DIALOG END */

/* EVALUATION TASKS */
#ivf_evaluation_tasks {
    background-color: #eee /*white*/ /*#D1D1D1*/;
    border-radius: 4px;
    left: 16px;
    right: 16px;
    bottom: 0px;
    top: 0px;
    margin-bottom: 32px;
    padding-bottom: 16px;
    overflow-y: auto;
}

    #ivf_evaluation_tasks h2 {
        color: black /*#949494*/;
        margin-top: 8px;
        margin-left: 8px;
    }

    #ivf_evaluation_tasks .ivf_grid tbody tr:hover {
        background-color: transparent;
    }
/* EVALUATION TASKS END */

/* EVALUATION PHASES DIALOG */
#ivf_evaluation_phases {
    background-color: #eee /*white*/ /*#D1D1D1*/;
    border-radius: 4px;
    left: 16px;
    right: 16px;
    bottom: 0px;
    top: 0px;
    margin-bottom: 32px;
    overflow-y: auto;
    padding: 0px 8px;
}

    #ivf_evaluation_phases h2 {
        color: black /*#949494*/;
        margin-top: 8px;
    }

    #ivf_evaluation_phases .add_button {
        margin: 16px;
        display: block;
        width: 32px;
        float: right;
    }

    #ivf_evaluation_phases .ivf_grid {
        width: 736px;
    }

    #ivf_evaluation_phases .ivf_grid_controls {
        width: 62px;
    }

    #ivf_evaluation_phases .ivf_phase_status {
        width: 80px;
    }

    #ivf_evaluation_phases .ivf_phase_date {
        width: 84px;
    }

    #ivf_evaluation_phases .ivf_phase_advance {
        width: 80px;
    }

        #ivf_evaluation_phases .ivf_phase_advance input {
            width: 76px;
            text-align: right;
            border: 1px solid rgba(255,255,255,.5);
            border-color: grey;
        }

    #ivf_evaluation_phases .ivf_phase_comment {
        width: 168px;
    }

        #ivf_evaluation_phases .ivf_phase_comment input {
            width: 164px;
            border: 1px solid rgba(255,255,255,.5);
            border-color: grey;
        }

    #ivf_evaluation_phases .ivf_grid tbody tr:hover {
        background-color: transparent;
    }
/* EVALUATION PHASES DIALOG END */

/* EVALUATION COMMON DIALOG */

.ivf_evaluation_common_table, .ivf_review_note_tag_table {
    width: 100%;
    border-radius: 4px;
}

    .ivf_evaluation_common_table td, .ivf_review_note_tag_table td {
        vertical-align: top;
    }

        .ivf_evaluation_common_table td.evaluation_common_width {
            width: 550px;
            padding: 1px 7px 0px 0px;
        }

        .ivf_review_note_tag_table td.tag_width {
            width: 350px;
            padding: 1px 7px 0px 0px;
        }

#ivf_review_tags label.ivf_form_field {
    border: none;
}

#ivf_evaluation_common {
    width: 100%;
    background-color: #eee /*white*/ /*#D1D1D1*/;
    border-radius: 4px;
    left: 16px;
    right: 16px;
    bottom: 0px;
    top: 0px;
    margin-bottom: 32px;
    overflow-y: auto;
    display: block;
}

    #ivf_evaluation_common .ivf_form_labels {
        width: 152px;
        float: left;
        margin-left: 8px;
    }

    #ivf_evaluation_common .ivf_form_fields {
        width: 352px;
        float: right;
        margin-right: 16px;
        margin-bottom: 16px;
    }

    #ivf_evaluation_common h2 {
        color: black /*#949494*/;
        margin-top: 8px;
        margin-left: 8px;
    }

    #ivf_evaluation_common .ivf_form_label {
        font-size: 12px;
        text-align: right;
        clear: both;
        display: block;
        margin-top: 17px;
    }

    #ivf_evaluation_common .ivf_form_field {
        margin-top: 16px;
        margin-bottom: 1px;
        font-size: 12px;
        float: left;
        width: 352px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

    #ivf_evaluation_common .form_element {
        float: left;
        font-size: 12px;
        margin-left: 4px;
    }

    #ivf_evaluation_common .ivf_form_field.ivf_checkbox {
        width: 16px;
    }

    #ivf_evaluation_common label.ivf_form_field {
        border: none; /*affects chkb application/common*/
    }

    #ivf_evaluation_common h2 {
        color: black;
    }

#ivf_evaluation_main {
    width: 100%;
    background-color: #eee /*white*/ /*#D1D1D1*/;
    border-radius: 4px;
    left: 16px;
    right: 16px;
    bottom: 0px;
    top: 0px;
    overflow-y: auto;
    display: block;
}

    #ivf_evaluation_main h2 {
        color: black /*#949494*/;
        margin-top: 8px;
        margin-left: 8px;
    }

    #ivf_evaluation_main input {
        font-size: 14px;
        height: 16px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

    #ivf_evaluation_main .tags label {
        display: block;
    }

#ivf_app_notes {
    background-color: #eee /*white*/ /*#D1D1D1*/;
    border-radius: 4px;
    left: 16px;
    right: 16px;
    bottom: 0px;
    top: 0px;
    margin-bottom: 32px;
    overflow-y: auto;
    display: block;
    cursor: pointer;
}

#NoteDialog #ivf_app_notes, #CoverPageNoteDialog #ivf_app_notes {
    top: 64px;
    cursor: default;
    position: absolute;
}

.full_dialog_content {
    height: 95%;
    width: 100%;
    cursor: default;
}

#ivf_app_notes h2 {
    color: black /*#949494*/;
    margin-top: 8px;
    margin-left: 8px;
    float: left;
}

#ivf_app_notes label {
    font-size: 10px;
    margin-right: 8px;
    vertical-align: bottom;
}

    #ivf_app_notes label.note_text {
        width: 100%;
        float: left;
        font-size: 14px;
    }

    #ivf_app_notes label.withline {
        border-top-style: solid;
        border-width: 1px;
    }

#ivf_app_notes textarea {
    width: 100%;
    height: 13em;
    line-height: 1.3;
}

#ivf_app_notes button {
    float: right;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 19px;
    width: 17px;
}

    #ivf_app_notes button.addnew {
        margin-top: 2px;
    }

#ivf_app_notes table {
    width: 100%;
}

#ivf_app_notes div {
    width: auto;
    float: none;
}

#ivf_app_notes td {
    vertical-align: top;
}

#NoteDialog .CloseButton, #CoverPageNoteDialog .CloseButton {
    bottom: 8px;
    right: 16px;
    position: absolute;
}

#NoteDialog .SaveAndCloseButton, #CoverPageNoteDialog .SaveAndCloseButton {
    bottom: 8px;
    right: 64px;
    position: absolute;
}

/* EVALUATION COMMON DIALOG END */

/* EVALUATION BANK & WEB DIALOG */
#EvaluationForm #ivf_evaluation_website {
    margin-bottom: 16px;
}

    #EvaluationForm #ivf_evaluation_website .ivf_label {
        font-size: 16px;
    }

    #EvaluationForm #ivf_evaluation_website input[type="text"], #EvaluationForm #ivf_evaluation_website select {
        height: 17px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

#EvaluationForm #ivf_evaluation_bank_info .ivf_label {
    font-size: 16px;
}

#EvaluationForm #ivf_evaluation_bank_info input[type="text"], #EvaluationForm #ivf_evaluation_bank_info select {
    height: 17px;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}
/* EVALUATION BANK & WEB DIALOG END */

/* COUNTRY DIALOG */
#CountriesForm {
    overflow: hidden;
}

.countryList {
    width: 580px;
    float: left;
}

.countryEditor {
    float: right;
}

    .countryEditor label {
        font-size: 12px;
    }

    .countryEditor input {
        font-size: 12px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

#Countries {
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

/* COUNTRY DIALOG END */
/* EVALUATION CATEGORIES DIALOG */
.evaluation_category_title {
    padding-left: 8px;
    font-size: 12px;
    font-weight: bold;
}

.evaluation_subcategory_title {
    padding-left: 28px;
    font-size: 12px;
}

#ivf_evaluation_subcategory_dialog, #ivf_evaluation_category_dialog {
    font-size: 12px;
    background-color: #d5d5d5 /*#8C8C8C*/;
}

/* EVALUATION CATEGORIES DIALOG */

/* REVIEW EDIT DIALOG */
#ivf_print_holder.reviewer_application_preview {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 98%;
}

#ivf_review_tags {
    width: 100%;
    background-color: #eee /*white*/ /*#D1D1D1*/;
    border-radius: 4px;
    left: 16px;
    right: 16px;
    bottom: 0px;
    top: 0px;
    margin-bottom: 32px;
    overflow-y: auto;
}


    #ivf_review_tags .ivf_form_fields {
        width: 200px;
        margin-right: 16px;
        margin-bottom: 16px;
        margin-left: 10px;
    }

    #ivf_review_tags .ivf_form_field {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 12px;
        float: left;
        width: 200px;
    }

    #ivf_review_tags label {
        border: none;
    }

    #ivf_review_tags h2 {
        color: black /*#949494*/;
        margin-top: 8px;
        margin-left: 8px;
    }

/* REVIEW EDIT DIALOG END */

/* REVIEW COMITEE DIALOG */
#ReviewComiteeForm #SelectedMembers {
    width: 300px;
    height: 300px;
    margin-right: 16px;
}

#ReviewComiteeForm #SelectedUsers {
    width: 300px;
    height: 300px;
    margin-left: 16px;
}
/* REVIEW COMITEE END */

/* REVIEW COMITEE DIALOG */
#ReviewForm {
    overflow: hidden;
}

    #ReviewForm label, #ReviewForm input {
        font-size: 12px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }
/* REVIEW COMITEE END */

/* VIEW TEMPLATE DIALOG */
#ViewTemplateForm #controls {
    padding: 4px 0px;
}

#ViewTemplateForm #template_columns {
    margin: 4px 0px;
}

#template_columns {
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

/* VIEW TEMPLATE DIALOG END */

/* LOGIN DIALOG */
#SessionTimeoutHolder {
    overflow: hidden;
    margin: 0px auto;
    width: 720px;
    background-color: #ff6464; /*red*/
    color: #D1D1D1;
    text-align: center;
}

#LoginDialogHolder {
    overflow: hidden;
    margin: 0px auto;
    width: 544px;
}

    #LoginDialogHolder h2 {
        margin-left: 16px;
        color: black /*#6E6E6E*/;
        line-height: 40px;
    }

#LoginDialog h3 {
    color: white /*#D1D1D1*/;
    margin-bottom: 16px;
}

#LoginDialog {
    padding: 16px;
    background-color: #03bfd7 /*#6E6E6E*/;
    overflow: hidden;
}

    #LoginDialog div {
        float: left;
    }

    #LoginDialog .ivf_label {
        color: white /*#D1D1D1*/;
        vertical-align: bottom;
        font-size: 10px;
        line-height: 24px;
    }

    #LoginDialog input[type=text], #LoginDialog input[type=password] {
        font-size: 14px;
        height: 18px;
        vertical-align: top;
        border-radius: 0px;
        padding: 0px 4px;
        background-color: #fff /*f8f8f8*/ /*#D1D1D1*/;
        outline: none;
    }

        #LoginDialog input[type=text]:focus, #LoginDialog input[type=password]:focus, #LoginDialog input[type=text]:hover, #LoginDialog input[type=password]:hover {
            background-color: #FFF;
            outline: none;
        }

    #LoginDialog input[type=submit], #LoginDialog .Button {
        font-size: 12px;
        height: 18px;
        vertical-align: top;
        display: inline-block;
        text-align: center;
        border: 1px solid white;
        border-radius: 5px;
    }
    /*#LoginDialog input[type=submit]:hover {
            font-weight: bold;
        }*/

    #LoginDialog .Button {
        line-height: 18px;
        padding: 0px;
    }



/* LOGIN DIALOG END */

/* REGISTER DIALOG */
#RegisterDialogHolder {
    overflow: hidden;
    margin: 0px auto;
    width: 544px;
}

#RegisterDialog {
    overflow: hidden;
    padding: 16px;
    background-color: #ff6464 /*#6E6E6E*/;
}

    #RegisterDialog label {
        color: white /*#D1D1D1*/;
        vertical-align: bottom;
        font-size: 10px;
        line-height: 24px;
    }

    #RegisterDialog div {
        float: left;
    }

#RegisterDialogHolder h2 {
    margin-left: 16px;
    color: black /*#6E6E6E*/;
    line-height: 40px;
}

#RegisterDialogHolder h3 {
    color: white /*#D1D1D1*/;
    margin-bottom: 16px;
}

#RegisterDialog input[type=text], #RegisterDialog input[type=password] {
    font-size: 14px;
    height: 18px;
    vertical-align: top;
    border-radius: 0px;
    padding: 0px 4px;
    background-color: #fff /*f8f8f8*/ /*#D1D1D1*/;
    outline: none;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

    #RegisterDialog input[type=text]:focus, #RegisterDialog input[type=password]:focus, #RegisterDialog input[type=text]:hover, #RegisterDialog input[type=password]:hover {
        background-color: #FFF;
        outline: none;
    }

#RegisterDialog input[type=submit], #RegisterDialog input[type=Button], #RegisterDialog .Button {
    font-size: 12px;
    height: 18px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    border: 1px solid white;
    border-radius: 5px;
}

/*#RegisterDialog input[type=submit]:hover, #RegisterDialog input[type=Button]:hover, #RegisterDialog .Button:hover {
        font-weight: bold;
    }*/

#RegisterDialog select {
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    border-radius: 0;
    background-color: #f8f8f8;
}

/* REGISTER DIALOG END */
/* FORGOTTEN PASSWORD DIALOG */
#ForgottenPasswordDialogHolder {
    overflow: hidden;
    margin: 0px auto;
    width: 368px;
}

    #ForgottenPasswordDialogHolder h2 {
        margin-left: 16px;
        color: black /*#6E6E6E*/;
        line-height: 40px;
    }

#ForgottenPasswordDialog h3 {
    color: white /*#D1D1D1*/;
    margin-bottom: 16px;
}

#ForgottenPasswordDialog h4 {
    color: white /*#D1D1D1*/;
    margin-bottom: 16px;
}

#ForgottenPasswordDialog {
    padding: 16px;
    background-color: #ff6464 /*#6E6E6E*/;
    overflow: hidden;
}

    #ForgottenPasswordDialog div {
        float: left;
    }

    #ForgottenPasswordDialog .ivf_label {
        color: white /*#D1D1D1*/;
        vertical-align: bottom;
        font-size: 10px;
        line-height: 24px;
    }

    #ForgottenPasswordDialog input[type=text] {
        font-size: 14px;
        height: 18px;
        vertical-align: top;
        border-radius: 0px;
        padding: 0px 4px;
        background-color: #fff /*#8C8C8C*/ /*f8f8f8*/ /*#D1D1D1*/;
        outline: none;
    }

        #ForgottenPasswordDialog input[type=text]:focus, #ForgottenPasswordDialog input[type=text]:hover {
            background-color: #fff /*#8C8C8C*/;
            outline: none;
        }

    #ForgottenPasswordDialog input[type=submit], #ForgottenPasswordDialog .Button {
        font-size: 12px;
        height: 18px;
        vertical-align: top;
        display: inline-block;
        text-align: center;
        /*background-color: transparent;
             color: white;
        */
        border: 1px solid white;
        border-radius: 5px;
    }
    /* #ForgottenPasswordDialog input[type=submit]:hover, #ForgottenPasswordDialog .Button:hover {
            font-weight: bold;
        }

        #ForgottenPasswordDialog .Button:hover {
            font-weight: bold;
        }*/

    #ForgottenPasswordDialog .Button {
        line-height: 18px;
        padding: 0px;
    }

/* FORGOTTEN PASSWORD DIALOG END */

/* NO ACCESS DIALOG */
#NoAccessDialogHolder {
    overflow: hidden;
    margin: 0px auto;
    width: 368px;
}

    #NoAccessDialogHolder h2 {
        margin-left: 16px;
        color: black /*#6E6E6E*/;
        line-height: 40px;
    }

#NoAccessDialog h4 {
    color: white /*#D1D1D1*/;
    margin-bottom: 16px;
}

#NoAccessDialog {
    padding: 16px;
    background-color: #ff6464 /*#6E6E6E*/;
    overflow: hidden;
}
/* NO ACCESS DIALOG END */

/* NOTIFICATION TEMPLATES DIALOG */
#ivf_notification_template {
    background-color: #eee /*white*/ /*#949494*/;
    border-radius: 4px;
    left: 16px;
    right: 16px;
    bottom: 0px;
    top: 0px;
    margin-bottom: 32px;
    overflow-y: auto;
    padding: 0px 16px;
}

    #ivf_notification_template h2 {
        color: black /*#D1D1D1*/;
        margin-top: 16px;
    }

    #ivf_notification_template .ivf_form_label {
        font-size: 12px;
        text-align: right;
        clear: both;
        display: block;
        margin-top: 16px;
    }

    #ivf_notification_template .ivf_form_field {
        margin-top: 16px;
        margin-bottom: 3px;
        font-size: 12px;
        float: left;
        width: 352px;
    }

        #ivf_notification_template .ivf_form_field.ivf_notification_template_placeholder_allowed {
            width: 240px /*248px*/;
        }

    #ivf_notification_template .ivf_notification_template_placeholder_open {
        display: inline-block;
        margin: 16px 0px 2px 13px;
        padding-top: 2px;
        height: 14px;
    }


    #ivf_notification_template .ivf_form_labels {
        width: 352px;
        float: left;
        margin-left: 8px;
    }

    #ivf_notification_template .ivf_form_fields {
        width: 352px;
        float: right;
        margin-right: 16px;
        margin-bottom: 16px;
    }

    #ivf_notification_template .ivf_controls, .ivf_controls {
        clear: both;
        margin-bottom: 16px;
    }

        #ivf_notification_template .ivf_controls input {
            float: right;
            border: 1px solid rgba(255,255,255,.5);
            border-color: grey;
        }

#ivf_notification_template_terms .name_column {
    width: 400px;
}

#ivf_notification_template_terms .year_column {
    width: 192px;
}

#ivf_notification_template_terms .controls_column {
    width: 192px;
}

#ivf_notification_template_terms_notifications .name_column {
    width: 400px;
}

#ivf_notification_template_terms_notifications .type_column {
    width: 192px;
}

#ivf_notification_template_terms_notifications .controls_column {
    width: 192px;
}

#ivf_notification_template .notification_template_holder {
    clear: both;
    background-color: #eee /*white*/ /*#949494*/;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 16px;
}

    #ivf_notification_template .notification_template_holder .ivf_form_label.first_element, #ivf_notification_template .notification_template_holder .ivf_form_field.first_element {
        margin-top: 0px;
    }
/* NOTIFICATION TEMPLATES DIALOG END */

/* EXPRESSIONS DIALOG */
#FormFieldValidation {
    font-size: 14px;
}

.expressionsList {
    width: 480px;
}

.expressionsLabel {
    vertical-align: top;
    width: 216px;
    display: block;
    float: left;
}

#ExpressionsForm #form {
    height: 40px;
}

    #ExpressionsForm #form div {
        float: left;
    }

        #ExpressionsForm #form div.ivf_right {
            float: right;
        }

#ExpressionsForm #controls {
    clear: both;
}


#ExpressionsForm #app_fields {
    width: 160px;
    margin-right: 8px;
}

    #ExpressionsForm #app_fields select {
        width: 160px;
    }

#ExpressionsForm #app_type {
    width: 120px;
    margin-right: 8px;
}

    #ExpressionsForm #app_type select {
        width: 120px;
    }

#ExpressionsForm #operator {
    width: 160px;
    margin-right: 8px;
}

    #ExpressionsForm #operator select {
        width: 160px;
    }

#ExpressionsForm #value {
    width: 160px;
    margin-right: 8px;
}

    #ExpressionsForm #value select {
        width: 160px;
    }

#ExpressionsForm #count {
    width: 80px;
    margin-right: 8px;
}

    #ExpressionsForm #count input {
        width: 80px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

#ExpressionsForm #add_to_expression {
    bottom: 0px;
    position: relative;
}

#ExpressionsForm .expression_item {
    float: left;
    font-size: 12px;
    /*    border: 1px solid black;*/
    background-color: #007a8f /*#0085BF*/;
    padding: 4px 8px;
    margin: 4px 8px 4px 0px;
    border-radius: 2px;
    color: white;
}

#ExpressionsForm #result {
    height: 200px;
    width: 100%;
    clear: both;
    overflow: auto;
}

#ExpressionsForm .group_open, #ExpressionsForm .group_close, #ExpressionsForm .group_op {
    float: left;
    font-size: 12px;
    background-color: #007a8f /*#FF8200*/;
    padding: 4px 8px;
    margin: 4px 8px 4px 0px;
    border-radius: 2px;
    color: white;
}

#ExpressionsForm #action label {
    width: 80px;
    display: inline-block;
}

#ExpressionsForm #showhidefield select {
    width: 564px;
}

#ExpressionsForm #errormessage input {
    width: 560px;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

/* EXPRESSIONS DIALOG END */

/* EVENT MANAGEMENT */
#ivf_event_management_event {
    background-color: #d5d5d5 /*#8C8C8C*/ /*#949494*/;
    border-radius: 4px;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

    #ivf_event_management_event #SaveEventButton {
        margin-left: 16px;
    }
/* EVENT MANAGEMENT END */

/* PRESS RELEASE MANAGEMENT DIALOG */
#PressReleaseForm {
    padding: 8px;
    font-size: 12px;
}

    #PressReleaseForm #ivf_expression_results {
        border-radius: 0px;
        padding: 0px 16px;
        margin-top: 0px;
        margin-bottom: 8px;
    }

    #PressReleaseForm div.form_element {
        float: left;
        margin-bottom: 8px;
    }

    #PressReleaseForm input[type=text], #PressReleaseForm select {
        height: 17px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

    #PressReleaseForm label {
        line-height: 17px;
    }

#PressReleaseForm {
    background-color: #949494;
    border-radius: 4px;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

    #PressReleaseForm #SaveEventButton {
        margin-left: 16px;
    }
/* PRESS RELEASE MANAGEMENT DIALOG END */

.tab_content {
    overflow: auto;
    background-color: #eee /*white*/ /*#D1D1D1*/;
    border-radius: 4px;
    padding-bottom: 16px;
}

    .tab_content h2 {
        color: black /*#949494*/;
        margin-bottom: 16px;
        margin-left: 8px;
    }

    .tab_content div {
        float: left;
    }

    .tab_content .ivf_label {
        color: #424242;
        vertical-align: bottom;
        font-size: 12px;
        line-height: 24px;
    }

.darkGrey {
    background-color: #424242;
}

.mediumGrey {
    background-color: #6E6E6E;
}

.lightGrey {
    background-color: #949494;
}

#PercentualResult {
    float: right;
    font-size: 22px;
}

#ReviewComiteeDialog {
    overflow: hidden;
}

    #ReviewComiteeDialog span.Button {
        display: block;
        text-align: center;
        height: 18px;
        line-height: 18px;
        margin: 2px 0px;
    }

        #ReviewComiteeDialog span.Button:hover {
            color: #e8e8e8 /*gray*/;
        }

    #ReviewComiteeDialog label {
        vertical-align: top;
    }

    #ReviewComiteeDialog td {
        padding: 4px;
    }

#AssignedEmployeeDialog td {
    padding: 4px;
}

#AssignedEmployeeDialog table.emp_list, #ReviewComiteeDialog table.emp_list {
    background: white /*#949494*/;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

    #AssignedEmployeeDialog table.emp_list td {
        padding: 0px 4px;
    }

#AssignedEmployeeDialog span.Button {
    display: block;
    text-align: center;
    height: 18px;
    line-height: 18px;
    margin: 2px 0px;
}

.ivf_even_col {
    background-color: #eee /*white*/ /*#D1D1D1*/;
}

.ivf_odd_col {
    /*background-color: #6E6E6E;*/
    background-color: #949494;
}

.ivf_grid tbody tr:hover td.ivf_even_col {
    /*background-color: #6E6E6E;*/
    background-color: #949494;
}

.ivf_grid tbody tr:hover td.ivf_odd_col {
    background-color: #eee /*white*/ /*#D1D1D1*/;
}

/* VALIDATION */
.field-validation-error {
    color: #b10000;
    font-size: smaller;
}

.field-validation-valid {
    display: none;
}

.input-validation-error, input[type=text].input-validation-error {
    background-color: #FFAAAA;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff6464 /*#ff0000*/;
}

.validation-summary-valid {
    display: none;
}

#PhotoDialogForm .ivf_category_option, #DocumentDialogForm .ivf_category_option {
    display: block;
    margin: 4px 0px;
    width: 250px;
    float: left;
}

#PhotoDialogForm .ivf_label, #DocumentDialogForm .ivf_label {
    width: 70px;
    display: inline-block;
}

#PhotoDialogForm .ivf_controls, #DocumentDialogForm .ivf_controls {
    margin-bottom: 10px;
}

#PhotoDialogForm .map_holder {
    position: relative;
    height: 250px;
}

    #PhotoDialogForm .map_holder #photoMap {
        height: 100%;
    }

#photoMap {
    background-color: #d5d5d5 /*#8C8C8C*/;
}

#BugetConfirmDlg .ivf_controls {
    margin-bottom: 10px;
}

#EventForm .ivf_event_option {
    display: block;
    margin: 4px 0px;
    width: 150px;
    float: left;
}

#EventForm .ivf_event_option_200W {
    display: block;
    margin: 4px 0px;
    width: 200px;
    float: left;
}

#map {
    clear: both;
    border-radius: 4px;
    margin: 0px 16px;
}

#EventForm .map_holder {
    position: relative;
    height: 250px;
    clear: both;
}

    #EventForm .map_holder #eventMap {
        height: 100%;
    }


#ivf_confirm, #ivf_confirm div {
    float: none;
}

#UniversityForm .ivf_error_message {
    color: #ff6464; /*red*/
}

.ivf_deliv_add_instance {
    background-color: #D1D1D1;
    border-radius: 4px;
    height: 48px;
    cursor: pointer;
}

    .ivf_deliv_add_instance .left_part {
        font-size: 32px;
        color: #D1D1D1;
        background-color: #6E6E6E;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        width: 64px;
        height: 48px;
        float: left;
    }

        .ivf_deliv_add_instance .left_part div {
            position: relative;
            top: 8px;
            left: 16px;
        }

    .ivf_deliv_add_instance h2 {
        color: black /*#949494*/;
        position: relative;
        left: 16px;
        top: 4px;
        float: left;
    }

    .ivf_deliv_add_instance .description div {
        font-size: 14px;
        text-align: justify;
        margin-left: 30px;
        float: left;
    }

.ivf_deliv_contribution .add_contribution_description {
    font-size: 14px;
    text-align: justify;
    margin-left: 20px;
    float: left;
}

.ivf_deliv_contribution .contribution_total {
    font-size: 14px;
    text-align: justify;
    font-weight: bold;
    margin-left: 30px;
    float: right;
}

.ivf_deliv_contribution_total {
    background-color: #d5d5d5 /*#8C8C8C*/ /*f8f8f8*/ /*#C4C4C4*/;
}

.ivf_list {
    font-size: 12px;
    width: 100%;
    clear: both;
    border-collapse: separate;
}

    .ivf_list td {
        padding-top: 5px;
        padding-right: 5px;
    }

.budget_contribution {
    width: 100%;
    clear: both;
    border-spacing: 5px;
    border-collapse: separate;
}

#ApplicationForm table.ivf_list textarea {
    height: 50px;
    width: 100%;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

#ApplicationForm table.ivf_list select, table.budget_contribution select {
    width: 106%;
}

#ApplicationForm .form_field_holder table.ivf_list input {
    width: 100%;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

.budget_contribution td.contribution_title {
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
    padding-bottom: 8px;
}

.budget_contribution span.contribution_expected_total {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    padding-bottom: 8px;
    float: right;
}

.budget_contribution td.row_head {
    width: 5px;
}

.budget_contribution td.contribution_type {
    width: 200px;
    text-align: left;
    font-size: 14px;
    vertical-align: top;
    padding-bottom: 8px;
}


    .budget_contribution td.contribution_type select {
        width: 100%;
    }

.budget_contribution td.contribution_description {
    text-align: left;
    font-size: 14px;
    vertical-align: top;
    padding-bottom: 8px;
}

.budget_contribution td.contribution_amouth_text {
    width: 80px;
    text-align: right;
    font-size: 14px;
    vertical-align: top;
    padding-bottom: 8px;
}

.budget_contribution td.contribution_amouth_value {
    width: 100px;
    text-align: right;
    font-size: 14px;
    vertical-align: top;
    padding-bottom: 8px;
}

.budget_contribution td.right_bold {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    padding-bottom: 8px;
}

.budget_contribution td.button_right, .ivf_list td.button_right {
    width: 18px;
    text-align: right;
    vertical-align: top;
    padding-bottom: 8px;
}

.ivf_list td.output_title {
    width: 180px;
    text-align: left;
    vertical-align: top;
    padding-bottom: 8px;
}

.ivf_list td.output_type {
    width: 70px;
    text-align: left;
    vertical-align: top;
    padding-bottom: 8px;
}

.ivf_list td.output_date {
    width: 85px;
    text-align: left;
    vertical-align: top;
    padding-bottom: 8px;
}

.ivf_list td.output_description {
    text-align: left;
    vertical-align: top;
    padding-bottom: 8px;
}

.ivf_list td.output_city_country {
    width: 80px;
    text-align: left;
    vertical-align: top;
    padding-bottom: 8px;
}

.ivf_list td.output_accesability {
    width: 70px;
    text-align: left;
    vertical-align: top;
    padding-bottom: 8px;
}

.ivf_deliverable_list {
    font-size: 10px;
    width: 100%;
    clear: both;
    /*border-collapse: separate;*/
}

#deliverable_table select {
    width: 86.5%;
}

#deliverable_detail_table {
    width: 100%;
}

    #deliverable_detail_table td {
        vertical-align: top;
    }

        #deliverable_detail_table td.colapse_button {
            width: 20px;
        }

            #deliverable_detail_table td.colapse_button button {
                margin-left: 5px;
                margin-right: 5px;
                background-color: transparent;
                color: #000000;
            }

button.deliverable_remove_record {
    float: right;
    width: 14px;
    margin-right: 5px;
    margin-left: 5px;
}

button.deliverable_add_record {
    float: right;
    width: 14px;
    margin-right: 6px;
    margin-left: 5px;
    /*background-color: #00B000;*/
    background-color: #b3d200;
    opacity: .5;
}

button.aasb_add_record {
    float: right;
    width: 14px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #b3d200 /*#00B000*/;
}

#deliverable_detail_table td.deliverable_data {
    width: 50%;
}

#deliverable_detail_table td.assb_detail {
    width: 50%;
    padding-right: 4px;
}

.ivf_assBudget_list {
    font-size: 10px;
    width: 100%;
    clear: both;
    border-collapse: separate;
    background-color: #eee /*white*/ /*#D1D1D1*/;
}

#ApplicationForm table.budget_contribution textarea {
    height: 50px;
    width: 100%;
}

/*ivf_deliverable_colapsed - also used in AssociatedBudgetItem*/
div.ivf_deliverable_colapsed, div.ivf_deliverable_expanded {
    background-color: #d5d5d5 /*#8C8C8C*/ /*f8f8f8*/ /*#C4C4C4*/;
    padding: 8px 0px;
    margin-bottom: 1px;
    border-radius: 4px;
}

    div.ivf_deliverable_expanded label.event_lbl {
        float: left;
        width: 100px;
    }

    div.ivf_deliverable_expanded div.event_field {
        float: left;
        width: 40%;
    }

    div.ivf_deliverable_expanded div.event_field {
        float: left;
        width: 40%;
    }

        div.ivf_deliverable_expanded div.event_field input, div.ivf_deliverable_expanded div.event_field select {
            margin: 2px 0px;
            border: 1px solid rgba(255,255,255,.5);
            border-color: grey;
        }


.ivf_deliverable_colapsed span.date {
    float: left;
    display: block;
    width: 120px;
    text-align: left;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
    width: 80px;
}

.ivf_deliverable_colapsed span.title {
    float: left;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
}


.ivf_deliverable_colapsed span.titleassb {
    float: left;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    width: 40%;
}

.ivf_deliverable_colapsed span.type {
    float: left;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 2px;
    font-size: 14px;
    font-weight: bold;
    width: 55px;
}


.ivf_deliverable_colapsed span.expected_c_label {
    float: right;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    width: 70px;
}


#deliverable_overhead_holder span.expected_c_label {
    vertical-align: middle;
    margin-right: 5px;
    font-size: 14px;
    width: 70px;
}

.ivf_deliverable_colapsed span.expected_c_label_total {
    float: right;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    width: 77px;
}

.ivf_deliverable_colapsed span.expected_c_value {
    float: right;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    width: 100px;
}

.ivf_deliverable_expanded span.expected_c_label_total {
    float: right;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    width: 72px;
}

.ivf_deliverable_expanded span.expected_c_value_total {
    float: right;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    width: 100px;
}


.ivf_deliverable_colapsed span.text-right {
    float: right;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
}

.ivf_deliverable_colapsed button {
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
}

    .ivf_deliverable_colapsed button.deliverable_colapsed_remove {
        margin-top: 2px;
        margin-right: 8px;
    }

    .ivf_deliverable_colapsed button.expand_button {
        background-color: transparent;
        color: #000000;
        float: left;
    }

button.aasb_colapse_button {
    background-color: transparent;
    color: #000000;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

div.deliverable_type_radio {
    margin-top: 8px;
}

.ivf_budget_breakdown {
    font-size: 14px;
    width: 100%;
    clear: both;
    border-spacing: 5px;
    border-collapse: separate;
    background-color: #eee /*white*/ /*#C4C4C4*/;
}

    .ivf_budget_breakdown td.exp_contr_title {
        width: 150px;
    }

    .ivf_budget_breakdown td.exp_contr_label {
        width: 150px;
        text-align: right;
    }

    .ivf_budget_breakdown td.exp_contr_value {
        width: 100px;
        text-align: right;
    }

div.ivf_budget_breakdown_cat {
    background-color: #eee /*white*/ /*#C4C4C4*/;
}

.ivf_budget_breakdown_cat span {
    font-size: 14px;
    font-weight: bold;
}

.ivf_bold {
    font-weight: bold;
}


button.remove, button.record_add {
    width: 14px;
    font-size: 12px;
    border: none;
    border-radius: 5px;
}

button.remove {
    background-color: #ff6464;
    opacity: .5;
}

button.el-icon-wrench {
    color: white;
    font-size: 10px;
    background-color: #5F6DB3;
    width: 14px;
    border: none;
    border-radius: 5px;
}

button.el-icon-remove {
    color: white;
    font-size: 10px;
    background-color: #ff6464;
    width: 14px;
    border: none;
    border-radius: 5px;
}

button.el-icon-plus {
    color: white;
    font-size: 10px;
    background-color: #b3d200;
    width: 14px;
    border: none;
    border-radius: 5px;
}

button.record_add,
.aasb_add_record {
    background-color: #b3d200;
    opacity: .5;
}

.ivf_width_66p {
    display: block;
    width: 66%;
}

.ivf_width_12p {
    width: 12%;
}

.ivf_width_40p {
    width: 40%;
}

.ivf_width_48p {
    width: 48%;
}

.ivf_width_50p {
    width: 50%;
}

.ivf_width_76p {
    width: 76%;
}

.ivf_width_98p {
    width: 98%;
}

.ivf_width_99p {
    width: 99%;
}

.ivf_width_100p {
    width: 100%;
}

td.hide {
    display: none;
}

span.deliverable_legend {
    color: black /*#949494*/;
    position: relative;
    top: 8px;
    font-size: 18px;
    margin: 8px 4px;
}

#budget_contributions_table input.ivf_numeric_float {
    width: 100%;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

#ivf_contract_home {
    background-color: #D1D1D1;
    border-radius: 4px;
    left: 16px;
    right: 16px;
    bottom: 0px;
    top: 0px;
    margin-bottom: 2px;
    overflow-y: auto;
}

#GranteeHomeContractForm .ivf_form_labels {
    width: 152px;
    float: left;
    margin-left: 8px;
}

#GranteeHomeContractForm .ivf_form_fields {
    width: 352px;
    float: right;
    margin-right: 16px;
    margin-bottom: 16px;
}

#GranteeHomeContractForm .ivf_form_label {
    font-size: 12px;
    text-align: left;
    clear: both;
    display: block;
    margin-top: 16px;
}

#GranteeHomeContractForm .ivf_form_field {
    margin-top: 16px;
    margin-bottom: 3px;
    font-size: 12px;
    float: left;
    width: 252px;
}

#GranteeHomeContractForm input[type=submit] {
    margin-top: 16px;
    margin-bottom: 3px;
    font-size: 12px;
    margin-left: 5px;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

#TagForm {
    overflow: hidden;
    background-color: #eee /*white*/;
}


.tagList {
    width: 580px;
    float: left;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

.tagEditor {
    float: right;
}

    .tagEditor label {
        font-size: 12px;
    }

    .tagEditor input {
        font-size: 12px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

#deliverable_overhead_holder table {
    margin: 4px 0px;
    font-size: 14px;
}

#deliverable_overhead_holder .big_text {
    font-size: 18px;
}

#deliverable_overhead_holder label {
    margin: 16px 4px 0px 4px;
}

#deliverable_overhead_holder span.title {
    position: relative;
    top: 8px;
    font-size: 16px;
    margin: 12px 4px;
}

#deliverable_detail_table span.aasb_title {
    position: relative;
    font-size: 16px;
    margin: 12px 4px;
}

#deliverable_overhead_holder td.overhead_expected_contr_hr {
    width: 183px;
}

#deliverable_overhead_holder td.overhead_expected_contr {
    text-align: left;
    vertical-align: top;
    padding-bottom: 8px;
}

#deliverable_overhead_holder div {
    padding: 0px 0px 0px 2px;
}

#register_term_select_table {
    width: 100%;
    border-collapse: separate;
}

    #register_term_select_table td {
        padding: 0px 5px 0px 5px;
    }

    #register_term_select_table div.term_info_holder {
        background-color: #949494;
        border-radius: 8px;
        border: 4px;
    }

.del_expand_colaspe_all {
    float: left;
    margin-left: 10px;
    color: #6E6E6E;
    font-size: 14px;
    cursor: pointer;
}

.del_expand_all {
    float: left;
    transform: scale(0.8,0.8) rotate(+90deg);
    padding-left: 3px;
}

.del_colaspe_all {
    float: right;
    transform: scale(0.8,0.8) rotate(-90deg);
    padding-right: 3px;
}

.aasb_remove_button {
    margin-top: 2px;
}

#deliverable_overhead td.button_right {
    padding-right: 11px;
}

.ivf_dashboardtile {
    float: left;
    width: 240px;
    height: 200px;
    border-radius: 4px;
    background: #466368;
    background: -webkit-linear-gradient(#648880, #293f50);
    background: -moz-linear-gradient(#648880, #293f50);
    background: linear-gradient(#648880, #293f50);
    color: orange;
    margin: 10px;
}

    .ivf_dashboardtile label.subheader {
        text-align: center;
        display: block;
        font-size: 15px;
    }

    .ivf_dashboardtile h2 {
        text-align: center;
        display: block;
        font-size: 30px;
        color: white;
        margin-bottom: 20px;
    }

.ivf_dashboard_vertical_tile table {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0 10px;
}

    .ivf_dashboard_vertical_tile table tr {
        cursor: pointer;
    }

    .ivf_dashboard_vertical_tile table td {
        padding: 2px 10px;
    }

        .ivf_dashboard_vertical_tile table td.count {
            font-size: 35px;
        }

.ivf_dashboard_horizontal_tile {
    cursor: pointer;
}

    .ivf_dashboard_horizontal_tile table {
        text-align: center;
        width: 100%;
        padding: 10px;
    }

        .ivf_dashboard_horizontal_tile table td {
            padding: 2px 10px;
            width: 50%;
        }

            .ivf_dashboard_horizontal_tile table td.count {
                font-size: 45px;
            }

#RunningProjectsAdmin table td.count {
    font-size: 30px;
}


#DashboardNotifications div.title {
    text-align: center;
    display: block;
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
}

#Overview div.title {
    text-align: center;
    display: block;
    font-size: 30px;
    color: white;
}

.ivf_new_notifications_count {
    background-color: indigo;
    color: white;
    font-size: 30px;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.ivf_notification_low_count {
    background-color: blue;
    color: white;
    font-size: 30px;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.ivf_notification_med_count {
    background-color: yellow;
    color: black;
    font-size: 30px;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 12px;
}

.ivf_notification_high_count {
    background-color: #ff6464; /*red*/
    color: white;
    font-size: 30px;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

#dashboardCalendarButton {
    float: left;
    font-size: 25px;
    border-radius: 4px;
    background: #26373a;
    background: -webkit-linear-gradient(#94aaa5, #1f313f);
    background: -moz-linear-gradient(#94aaa5, #1f313f);
    background: linear-gradient(#94aaa5, #1f313f);
    color: white;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
}

#notifications .ivf_notification_low_count {
    background-color: blue;
    color: white;
    width: 35px;
    height: 20px;
    font-size: 15px;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

#notifications .ivf_notification_med_count {
    background-color: yellow;
    color: black;
    font-size: 15px;
    width: 35px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

#notifications .ivf_notification_high_count {
    background-color: #ff6464; /*red*/
    color: white;
    width: 35px;
    height: 20px;
    font-size: 15px;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

#projp_overview {
    position: fixed;
    top: 55px;
    left: 13px;
    width: calc(100% - 42px);
    z-index: 10;
}

.ivf_app_banner {
    height: 95px;
}

    .ivf_app_banner .ivf_app_spent_amount {
        width: 80px;
        top: 6px;
        position: relative;
        margin: 0 8px;
        left: 14px;
        text-align: center;
        color: white;
    }

        .ivf_app_banner .ivf_app_spent_amount input, .ivf_app_banner .ivf_app_spent_amount input:focus {
            width: 100%;
            height: 25px;
            background-color: #007a8f /*6E6E6E*/;
            color: white;
            font-size: 12px;
            text-align: center;
            border-radius: 12px;
        }

        .ivf_app_banner .ivf_app_spent_amount label {
            position: relative;
            font-size: 10px;
        }

    .ivf_app_banner .ivf_app_title_score {
        width: 150px;
        height: 44px;
        color: white;
        font-size: 10px;
        text-align: center;
        position: relative;
        top: 6px;
        left: 14px;
        margin: 0px 8px;
    }

        .ivf_app_banner .ivf_app_title_score input, .ivf_app_info_bar .ivf_app_title_score input:focus {
            width: 100%;
            height: 25px;
            background-color: #007a8f /*6E6E6E*/;
            color: white;
            font-size: 12px;
            text-align: center;
            border-radius: 12px;
        }

        .ivf_app_banner .ivf_app_title_score label {
            position: relative;
            top: 6px;
        }

            .ivf_app_banner .ivf_app_title_score label.row2 {
                position: relative;
                top: 10px;
            }

        .ivf_app_banner .ivf_app_title_score input.row2 {
            position: relative;
            top: 10px;
        }

    .ivf_app_banner .ivf_app_appl_contr {
        width: 150px;
        height: 44px;
        color: white;
        font-size: 10px;
        text-align: center;
        position: relative;
        top: 6px;
        left: 14px;
        margin: 0px 8px;
    }

        .ivf_app_banner .ivf_app_appl_contr input, .ivf_app_info_bar .ivf_app_appl_contr input:focus {
            width: 100%;
            height: 25px;
            background-color: #007a8f /*6E6E6E*/;
            color: white;
            font-size: 12px;
            text-align: center;
            border-radius: 12px;
        }

        .ivf_app_banner .ivf_app_appl_contr div {
            position: relative;
            top: 9px;
        }

        .ivf_app_banner .ivf_app_appl_contr span {
            margin: 1px 1px;
        }

        .ivf_app_banner .ivf_app_appl_contr label {
            position: relative;
            top: 6px;
        }

            .ivf_app_banner .ivf_app_appl_contr label.row2 {
                position: relative;
                top: 10px;
            }

.tranche_item {
    display: inline-block;
    margin: 10px 0px;
    padding: 5px 10px;
    background-color: #d5d5d5 /*#8C8C8C*/ /*darkgrey*/;
}

    .tranche_item span.Button {
        padding: 0px 5px;
    }

    .tranche_item div {
        float: right;
    }

    .tranche_item .ivf_tranche_status {
        width: 110px;
    }

    .tranche_item .ivf_tranche_date {
        width: 120px;
    }

.ivf_phase_date_report_dl {
    width: 180px;
}

.tranche_item .ivf_tranche_advance {
    width: 140px;
}

    .tranche_item .ivf_tranche_advance input {
        width: 76px;
        text-align: right;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

.tranche_item .ivf_tranche_comment {
    width: 300px;
}

    .tranche_item .ivf_tranche_comment input {
        width: 164px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

.contr_partner_confirm label {
    margin-right: 10px;
}

    .contr_partner_confirm label.confirmed {
        color: green;
    }

    .contr_partner_confirm label.notconfirmed {
        color: #ff6464; /*red*/
    }

div.contr_partner_confirm {
    float: none;
    margin-bottom: 8px;
    font-size: 14px;
}

.contr_partner_confirm a {
    color: #ff6464; /*red*/
    cursor: pointer;
    text-decoration: underline;
}

#startpage_user input {
    cursor: pointer;
    background-color: #ff6464; /*red*/
    color: white;
    width: 120px;
    height: auto;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

#startpage_user {
    margin-top: 40px;
}

.select-editable {
    position: relative;
    background-color: #eee /*white*/;
    border: solid grey 1px;
    width: 120px;
    height: 58px;
}

    .select-editable select {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 14px;
        border: none;
        width: 360px;
        margin: 0;
        height: 58px;
    }

#ConfirmChangeDialog .select-editable {
    border: none;
}

    #ConfirmChangeDialog .select-editable select {
        height: 59px; /* modal w reason for changing application*/
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }

.select-editable textarea {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 340px;
    padding: 1px;
    font-size: 12px;
    /*border: none; modal w reason for changing application*/
    height: 55px;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
    border-right: none;
}

    .select-editable select:focus, .select-editable textarea:focus {
        outline: none;
    }

/*override material-dashboard*/
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    line-height: 1.42857143 !important;
    font-family: Roboto,Helvetica,Arial,sans-serif !important;
}

.card .card-header.admin {
    background-color: #ff6464 /*#c16464*/;
}

.dashboard .admin .fc-toolbar .fc-left {
    background-color: #ff6464 /*#c16464*/;
}

.card .card-header.employee {
    background-color: #b3d200 /*#789D00*/;
}

.dashboard .employee .fc-toolbar .fc-left {
    background-color: #b3d200 /*#789D00*/;
}

.card .card-header.registered {
    background-color: #D1D1D1;
}

.registered .fc-toolbar .fc-left {
    background-color: #D1D1D1;
}
/*.fc-toolbar .fc-left {
    background-color: #999999;
}*/

#ivf_evaluation_reports .collapse, #ivf_evaluation_reports .expand {
    background-color: inherit;
    color: black;
}

.deliverable_tranche {
    width: 98%;
}

table.deliverable_tranche {
    border: 1px solid gray; /*affects application screen registered*/
    margin: 1%;
}

table.deliverable {
    width: 100%;
}

#ivf_evaluation_reports table.deliverable td {
    border: 1px solid black;
}

#ivf_evaluation_reports fieldset {
    margin: 5px;
}

#ApplicationForm .form_field_holder input[type=file], #RegistrationForm .form_field_holder input[type=file] {
    height: auto;
}


.card .table tr.project-page-task:first-child td {
    border-top: none;
}

.card .table tr.project-page-task td {
    border-top: 1px solid lightgray;
}

div.deliverable_target_group table {
    width: 100%;
    font-size: 14px;
}

    div.deliverable_target_group table th:first-child {
    }

#ApplicationForm div.deliverable_target_group table td textarea {
    width: 95%;
}

div.deliverable_target_group table th:nth-child(3) {
    width: 15%;
}

div.deliverable_target_group table th:last-child {
    width: 16px;
}

div.deliverable_target_group > button {
    float: right;
    margin-right: 2px;
}

#ivf_notification_template_terms_notifications .select_deselect_all {
    width: 50px;
}


.ivf_tranche_payment_approved {
    width: 140px;
}

    .ivf_tranche_payment_approved .ivf_checkbox {
        float: initial;
    }

.ivf_checkbox.ivf_checkbox_unset {
    background-color: #bbb;
}
/*26 Nov 2019 add*/

#ivf_evaluation_budget table.deliverable_budget thead tr {
    line-height: 24px;
}

.vertical-scroll-300 {
    overflow-y: auto;
    max-height: 300px;
}

.padding-10 {
    padding: 10px;
}

#ivf_mobility_tranches .ivf_phase_comment input {
    width: 98%;
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
}

#ivf_mobility_tranches .ivf_grid thead td {
    vertical-align: bottom;
}

#ivf_mobility_tranches .add_tranche {
    position: absolute;
    right: 32px;
    margin-top: 14px; /*button add tranche*/
}

.project_audit_cost_holder div.holder {
    position: relative;
    height: 80px;
}

    .project_audit_cost_holder div.holder div.ivf_left {
        position: absolute;
        left: 0;
        right: 220px;
        top: 0;
        bottom: 0;
    }

#ApplicationForm .project_audit_cost_holder div.holder div.ivf_left textarea {
    width: 100%;
    height: 64px;
}

.project_audit_cost_holder div.holder div.ivf_right {
    min-height: 88px;
}

.ivf_audit_exp,
.ivf_audit_app {
    text-align: right;
}

#cke_ckEditorArea_gdpr_clause {
    height: auto;
}


/*extra override*/
/*DASHBOARD*/
#DashboardSwitchUserForm input[type=submit] {
    border: none;
    border-radius: 3px;
}

/*navigation*/
#Breadcrumbs a {
    color: #818284;
    text-decoration: none;
}

    #Breadcrumbs a:hover {
        color: black;
    }

/*MODAL APPLICATIONS OF REGISTRATION*/
#HardcopyDialog {
    background-color: #d5d5d5 /*#8C8C8C*/;
}


#StatusChangeDialog {
    background-color: #d5d5d5 /*#8C8C8C*/;
}

#GroupMessageDialog {
    background-color: #d5d5d5 /*#8C8C8C*/;
}


#AssignedEmployeeDialog {
    background-color: #d5d5d5 /*#8C8C8C*/;
}

#ContractChangeDialog {
    background-color: #d5d5d5 /*#8C8C8C*/;
}

/*MODAL APPLICATIONS OF REGISTRATION END*/

#TagChangeDialog {
    background-color: #d5d5d5 /*#8C8C8C*/;
}

#StatisticsFilterForm,
#StatisticsFilterForm div.filterHdr,
#StatisticsFilterForm table.filter,
#FilterFormEmployee,
#FilterFormEmployee div.filterHdr,
#FilterFormEmployee table.filter,
#FilterFormActivityLog,
#FilterFormActivityLog div.filterHdr,
#FilterFormActivityLog table.filter,
#eventMap {
    background-color: #eee /*white*/;
}



/*border gray ADD*/
#ItemCode, #ItemName, #Status, #app_new_status, input[id=SearchText], input[id=NewSectionName], input[id=UserLookupResult], input[id=application_identificator], #AbsenceForm input, #ivf_evaluation_category_dialog_position, #ivf_evaluation_category_dialog_name, #ivf_evaluation_subcategory_dialog_name, #ivf_evaluation_subcategory_dialog_position, #ExistingExpressions, #ExpressionsForm input[type=text], #ExpressionsForm select, #AbsenceForm select, #Levels, #CategoryName, #Areas, #CategoryCode, #ListName, #project_website, #EventForm input[type="text"], #Author, #Title, #PhotoDialogForm input, #DocumentDialogForm input, #tabs-reporting-1 input {
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
    background-color: white;
    border-radius: 2px;
}

/*without inputs/modal w mainly*/ #ItemCode, #ItemName, #Status, #app_new_status, #ivf_evaluation_category_dialog_position, #ivf_evaluation_category_dialog_name, #ivf_evaluation_subcategory_dialog_name, #ivf_evaluation_subcategory_dialog_position, #ExistingExpressions, #Levels, #CategoryName, #Areas, #CategoryCode, #ListName, #project_website, #Author, #Title {
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
    background-color: #eee /*white*/;
    border-radius: 2px;
}


/*border gray ADD END*/
/*#CreateAbsenceDialog,*/
#DocumentEditDialog {
    background-color: #eee /*white*/;
}


#tabs-1 {
    border: none;
}

#app_status_change_dialog {
    background-color: #d5d5d5 /*#8C8C8C*/;
}

    #app_status_change_dialog label {
        font-size: 12px;
    }

#tabs-13 {
    background-color: #eee /*white*/;
}

#tabs-app {
    background-color: #eee;
    margin-top: 8px;
    border-radius: 4px;
}

/*tranches screen*/
#tabs-311 {
    background-color: #eee;
    border-radius: 4px;
    margin-top: 8px;
}
/*tranches screen end*/

/*contract qestionnaire*/
#tabs-question {
    background-color: #eee;
    border-radius: 4px;
    margin-top: 8px;
}
/*contract qestionnaire end*/

/*change application status dialog*/
div[aria-describedby$="app_status_change_dialog"], div[aria-describedby$="ConfirmChangeDialog"] {
    border: 1px solid rgba(255,255,255,.5);
    border-color: grey;
    border-radius: 2px;
}
/*change application status dialog END*/

#InfoBarStatusVisible {
    border: none;
}

#TagChangeDialog label {
    border: none; /*tag change modal w*/
}

div.proxy th {
    color: white;
}

#projp_overview div.fc .fc-unthemed .fc-ltr {
    background-color: #eee;
}



#calendar {
    background-color: #eee;
    padding: 10px;
    margin: 10px;
    border-radius: 4px;
}
/*calendar evaluate*/

.fc-button:hover,
.fc-today-button:hover {
    color: black;
}
/*calendar buttons*/

.ivf_calendar_tab {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
}
/*calendar tabs*/


#application_Project_ApprovedAuditCost /*application deliverable input*/ {
    text-align: right;
}


/*calculator budget*/

#deliverable_overhead_calculator {
    top: 155px;
    right: 30px;
    position: fixed;
    border-radius: 28px;
    padding: 5px;
    background-color: #A2CCDE;
    width: 300px;
}

    #deliverable_overhead_calculator input#ivf_overhead_calc_percentage {
        width: 40px;
    }

    #deliverable_overhead_calculator i {
        padding-top: 2px;
        padding-right: 10px;
        cursor: pointer;
        float: right;
    }
/*calculator budget end*/

/*Administration questionaries*/
#Questions {
    margin-left: 96px;
}
/*Administration questionaries end*/
#ReportingSettingsForm {
    position: relative;
}

    #ReportingSettingsForm #controls {
        position: absolute;
        right: 16px;
        bottom: 8px;
    }

    #ReportingSettingsForm #ActualAttachment label {
        vertical-align: top;
    }

    #ReportingSettingsForm #Attachments tbody {
        font-size: 12px;
    }

#tabs-reporting-1 div.ivf_deliverable_expanded, div.deliverable_report_target_group, div.deliverable_report_target_group table {
    width: 100%;
}

#tabs-reporting-1 tr.deliverable_report_target_group_holder td:nth-child(3), #tabs-reporting-1 tr.deliverable_report_target_group_holder td:nth-child(6) {
    width: 14%;
}

#tabs-reporting-1 tr.deliverable_report_target_group_holder td:nth-child(3), #tabs-reporting-1 tr.deliverable_report_target_group_holder td:nth-child(6) {
    text-align: right;
    padding-right: 8px;
}

#tabs-reporting-1 tr.deliverable_report_target_group_holder td:nth-child(2), #tabs-reporting-1 tr.deliverable_report_target_group_holder td:nth-child(5) {
    width: 18%;
}

#tabs-reporting-1 tr.deliverable_report_target_group_holder td:nth-child(1), #tabs-reporting-1 tr.deliverable_report_target_group_holder td:nth-child(4) {
    width: 18%;
}

#tabs-reporting-1 tr.deliverable_report_target_group_holder td textarea {
    width: 95%;
}

#tabs-reporting-1 tr.deliverable_report_target_group_holder td input {
    width: 86%;
}

#tabs-reporting-1 tr.deliverable_report_target_group_header td {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

td.deliverable_data, td.report_data {
    width: 49%;
    vertical-align: top;
    padding-right: 8px;
}

#tabs-reporting .tab_content {
    padding-left: 8px;
    padding-right: 8px;
}

#tabs-reporting .ivf_box {
    background-color: #d5d5d5;
    position: relative;
}

#tabs-reporting .contr_partner_confirm label, #tabs-reporting .report_final_notice label {
    display: inline-block;
}

    #tabs-reporting .contr_partner_confirm label.pname {
        margin-left: 4px;
    }

#tabs-reporting input[name$="d.Title"][disabled="disabled"] {
    font-weight: bold;
    color: black;
}

#tabs-reporting label, #tabs-reporting th, #tabs-reporting ol {
    font-size: 14px;
}

#tabs-reporting input, #tabs-reporting textarea {
    font-size: 14px;
}

#tabs-reporting input {
    height: 16px;
    vertical-align: bottom;
}

#tabs-reporting td.tg_deliverable_data:nth-child(3), #tabs-reporting td.tg_report_data:last-child, #tabs-reporting td.tg_deliverable_data:nth-child(3) input, #tabs-reporting td.tg_report_data:last-child input {
    vertical-align: top;
}

#tabs-reporting input[disabled=disabled], #tabs-reporting input[readonly=readonly], #tabs-reporting textarea[disabled=disabled], #tabs-reporting textarea[readonly=readonly] {
    background-color: #d5d5d5;
    color: #595959;
    border: 1px solid #595959;
}

#tabs-reporting .del_colapse_button, #tabs-reporting .expand_button {
    background-color: transparent;
    margin: 0px 5px;
}

#tabs-reporting td.colapse_button {
    vertical-align: top;
}

    #tabs-reporting td.colapse_button button:hover {
        color: #e8e8e8;
    }

#tabs-reporting div.ReportAttachment {
    cursor: pointer;
    word-break: break-word;
    background-color: #eeeeee;
    border-radius: 4px;
    margin: 2px;
    padding: 2px 4px;
    border: 1px solid black;
}

#tabs-reporting td.report_data div.ReportAttachment {
    background-color: #eeeeee;
}

#tabs-reporting div.ReportAttachment a {
    color: black;
    font-size: 20px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: sub;
    text-decoration: none;
    padding: 1px;
}

    #tabs-reporting div.ReportAttachment a:hover {
        color: #eeeeee;
        background-color: black;
    }

td.deliverable_report_attachment {
    position: relative;
    padding-top: 20px;
}

    td.deliverable_report_attachment button.Button {
        display: block;
        position: absolute;
        top: 2px;
        right: 16px;
    }

#tabs-reporting .fr_attachments button.Button {
    display: block;
    position: absolute;
    bottom: 8px;
    right: 8px;
}

#tabs-reporting-1 .deliverable_brief_table .title {
    width: 300px;
}

#tabs-reporting-1 .deliverable_brief_table .type {
    width: 70px;
}

#tabs-reporting-1 .deliverable_brief_table .date {
    width: 90px;
}

#tabs-reporting-1 td.report_data, #tabs-reporting-1 td.tg_report_data, #tabs-reporting-1 th.tg_report_data {
    background-color: #fff;
}

.ivf_top_radius_half {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.ivf_padding_left_0 {
    padding-left: 0;
}

.ivf_padding_right_0, td.deliverable_data.ivf_padding_right_0 {
    padding-right: 0;
}

#tabs-reporting-1 td.deliverable_data, #tabs-reporting-1 td.tg_deliverable_data, #tabs-reporting-1 th.tg_deliverable_data {
    /*    background-color: #fff;*/
}

#tabs-reporting-1 td.deliverable_report_target_group_holder {
    padding: 0;
}

#tabs-reporting-2 .form_label, #tabs-reporting-3 .form_label, #tabs-reporting-4 .form_label {
    float: left;
    clear: left;
    display: block;
    font-size: 14px;
    width: 37%;
    text-align: right;
}

#tabs-reporting-2 .form_field_holder, #tabs-reporting-3 .form_field_holder, #tabs-reporting-4 .form_field_holder {
    float: right;
    width: 60%;
    margin-bottom: 8px;
}

#tabs-reporting .parter_evaluation {
    width: calc(100% - 40px);
    color: #595959;
    margin: 0px 0px 8px 16px;
    background-color: #eee;
    border-radius: 4px;
    padding: 8px;
}

.ui-dialog-buttonset button.ui-button.ivf_light_green {
    background-color: #9DB9A0;
}

.ui-dialog-buttonset button.ui-button.ivf_light_blue {
    background-color: #5F6DB3;
}

.ui-dialog-buttonset button.ui-button.ivf_dark_blue {
    background-color: #566D7B;
}

.ui-dialog-buttonset button.ui-button.ivf_dark_green {
    background-color: #03AF74;
}

.ui-dialog-buttonset button.ui-button.ivf_orange {
    background-color: #F7A71B;
}

.ui-dialog-buttonset button.ui-button.ivf_crimson {
    background-color: #E85547;
}

.ui-dialog-buttonset button.ui-button.ivf_dark_gray {
    background-color: #A28E93;
}

.ui-dialog-buttonset button.ui-button.ivf_darker_gray {
    background-color: #818284;
}

.ui-dialog-buttonset button.ui-button.ivf_light_gray {
    background-color: #83A7C1;
}

.ui-dialog-buttonset button.ui-button.ivf_lighter_gray {
    background-color: #A3CDE0;
}

.ui-dialog-buttonset button.ui-button.ivf_black {
    background-color: #231F20;
}

.ui-dialog-buttonset button.ui-button.ivf_white {
    background-color: #ffffff;
    color: #000000;
}

.ui-dialog-buttonset button.ui-button.ivf_brown {
    background-color: #A28E93;
}


.ui-dialog-buttonset button.ui-button.ivf_dark_brown {
    background-color: #885046;
}

#project_target_group_table tr td:last-child {
    width: 20px;
}

#project_target_group_table tr td:nth-child(1), #project_target_group_table tr td:nth-child(3) {
    width: 25%;
}

#project_target_group_table tbody.data_row tr td {
    vertical-align: top;
}

.visibility_hidden {
    display: none;
}

.Button.Blue {
    background-color: #03bfd7;
}

table.striped tbody tr:nth-child(even) {
    background-color: whitesmoke;
}

#ivf-evaluation-participants {
    background-color: #eee /*white*/ /*#D1D1D1*/;
    border-radius: 4px;
    left: 16px;
    right: 16px;
    bottom: 0px;
    top: 0px;
    margin-bottom: 32px;
    overflow-y: auto;
    padding: 20px;
}

#CoverPageNotes ul {
    list-style: disc !important;
    height: 100%;
    padding-left: 20px;
}

    #CoverPageNotes ul li {
        float: none !important;
        height: 100%;
    }

#CoverPageNotes ol {
    height: 100%;
}

    #CoverPageNotes ol li {
        height: 100%;
    }

#ivf_app_notes ul {
    list-style: disc !important;
    padding-left: 20px;
    height: 100%;
}

    #ivf_app_notes ul li {
        float: none !important;
        padding: 0;
        height: 100%;
    }

#ivf_app_notes_print ol {
    padding-left: 20px;
}

#ivf_app_notes_print ul {
    list-style: disc !important;
    padding-left: 20px;
    height: 100%;
}

    #ivf_app_notes_print ul li {
        float: none !important;
        padding: 0;
        height: 100%;
    }

a.Button[disabled='disabled'], span.Button[disabled='disabled'] {
    background-color: lightgray !important;
    cursor: default !important;
}

table.budget-change {
    width: 100%;
}

    table.budget-change td {
        padding: 5px;
        border: 1px solid gray;
    }

    table.budget-change th {
        padding: 5px;
        border: 1px solid gray;
    }

    table.budget-change td input {
        font-size: 14px;
        height: 16px;
        border: 1px solid rgba(255,255,255,.5);
        border-color: grey;
    }
        table.budget-change td [disabled=disabled] {
            background-color: lightgray;
        }

table#implementation_change_requests {
width: 100%;
}
table#implementation_change_requests td {
    border: 1px solid black;
    padding: 5px;
}
    table#implementation_change_requests th {
        border: 1px solid black;
    }