<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    background-color: #EFEEEF;
    margin: 0;
    padding: 0;
}


body {
    margin: 0;
    padding: 0;
    -moz-min-width: 930px;
    -ms-min-width: 930px;
    -o-min-width: 930px;
    -webkit-min-width: 930px;
    min-width: 930px;
}

html.popup {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

body.popup {
    background-color: #fff;
    border: none;
    color: #333;
    /*font-size: .85em;*/
    /*font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    /*vertical-align: bottom;*/
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
}

hr {
    border: 1px solid #008080;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

h6 {
    font-size: 18px;
    padding: 2px;
    border-bottom: 2px solid #008080;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1300px;
    -moz-min-width: 930px;
    -ms-min-width: 930px;
    -o-min-width: 930px;
    -webkit-min-width: 930px;
    min-width: 930px;
}

.content {
    overflow: hidden;
    position: relative;
    min-height: 600px;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 30px;
}

.main-content-downloads {
    margin-left: 310px;
    padding: 20px 10px;
    min-height: 800px;
}

.main-content-document {
    margin-left: 210px;
    padding: 20px 10px;
}

.main-content-record {
    margin-left: 260px;
    padding: 20px 10px;
}

.main-content-project {
    margin-left: 160px;
    padding: 20px 10px;
}

header .content-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    margin-top: 10px;
    font-size: .8em;
}

.navigation {
    padding-top: 10px;
    background-color: #D7E1EF;
}

.subNavigation {
    padding-top: 2px;
    background-color: #c9d5e5;
}

/* leftmenu
----------------------------------------------------------*/
.left-menu {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 300px;
    height: 100%;
    background-color: #d7e5ef;
    padding: 10px 5px;
}

.left-menu2 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 200px;
    height: 100%;
    background-color: #d7e5ef;
    padding: 10px 5px;
}

.left-menu3 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 250px;
    height: 100%;
    background-color: #d7e5ef;
    padding: 10px 5px;
    overflow-y: scroll;
}

.left-menu-project {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 150px;
    height: 100%;
    background-color: #d7e5ef;
    padding: 10px 5px;
}

ul#leftmenu {
    font-size: 1em;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 0;
    padding: 0;
}

    ul#leftmenu li {
        list-style: circle inside none;
        padding-bottom: 10px;
        padding-right: 5px;
    }

        ul#leftmenu li a {
            background: none;
            color: #666;
            text-decoration: none;
        }

            ul#leftmenu li a:hover {
                color: #111;
                text-decoration: none;
                padding-left: 5px;
            }


        ul#leftmenu li.selected a {
            color: #111;
            font-weight: bold;
            border: 1px solid #111;
            border-radius: 4px;
        }

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin-left: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-right: 20px;
        margin: 1px;
    }

        ul#menu li a {
            background: none;
            color: #666;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #222;
                text-decoration: none;
            }

        ul#menu li.selected a {
            color: #111;
            font-weight: bold;
        }

        ul#menu li img {
            border: 1px solid rgba(0, 0, 0, 0);
            height: 40px;
            width: 40px;
        }

            ul#menu li img:hover {
                border: 1px solid #222222;
                border-radius: 4px;
            }

        ul#menu li.selected img {
            border: 1px solid #222222;
            border-radius: 4px;
        }


/* submenu
----------------------------------------------------------*/
ul#submenu {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 5px;
    margin-left: 6px;
    padding: 0;
}

    ul#submenu li {
        display: inline;
        list-style: none;
        padding-right: 20px;
    }

        ul#submenu li a {
            background: none;
            color: #666;
            text-decoration: none;
        }

            ul#submenu li a:hover {
                color: #222;
                text-decoration: none;
            }

        ul#submenu li.selected a {
            color: #111;
            font-weight: bold;
        }

        ul#submenu li img {
            border: 1px solid rgba(0, 0, 0, 0);
            height: 30px;
            width: 30px;
        }

            ul#submenu li img:hover {
                border: 1px solid #222222;
                border-radius: 4px;
            }

        ul#submenu li.selected img {
            border: 1px solid #222222;
            border-radius: 4px;
        }

/* page elements
----------------------------------------------------------*/
/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    /*border-right: solid 2px #c8c8c8;*/
    float: left;
    /*width: 55%;*/
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.1em;
    font-weight: 600;
}

    label.checkbox {
        display: inline !important;
    }

.checkbox-inline label {
    cursor: pointer;
}

.checkbox-inline input[type="checkbox"] {
    cursor: pointer;
}


/*input, textarea
{
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.1em;
    margin: 2px 0 2px 0;
    padding: 2px;
    width: 300px;
}

    input:disabled, textarea:disabled
    {
        color: #777;
    }

textarea
{
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus
    {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"]
{
    background: transparent;
    border: inherit;
    width: auto;
}*/

/*input[type="submit"],
input[type="button"],
button
{
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 600;
    padding: 5px;
    margin-right: 5px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button
{
    font-size: 1em;
    padding: 5px;
    margin-right: 5px;
}*/

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    padding-left: 4px;
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0.5em 0;
    border: 1px solid #008080;
}

    table th {
        font-size: 1em;
        text-align: center;
        white-space: nowrap;
        border: 1px solid #008080;
        padding: 5px;
        background-color: #C7D5F1;
        color: #333;
        font-weight: 600;
        text-decoration: none;
    }

        table th a {
            display: block;
            position: relative;
        }

            table th a:link, table th a:visited, table th a:active, table th a:hover {
                color: #333;
                font-weight: 600;
                text-decoration: none;
                padding: 0;
            }

            table th a:hover {
                color: #000;
            }

        table th.asc a, table th.desc a {
            margin-right: .75em;
        }

            table th.asc a:after, table th.desc a:after {
                display: block;
                position: absolute;
                right: 0;
                top: 0;
                font-size: 0.75em;
            }

            table th.asc a:after {
                content: '▲';
            }

            table th.desc a:after {
                content: '▼';
            }

    table td {
        padding: 5px;
        border: 1px solid #008080;
    }

    table.pager {
        margin: 0;
        padding: 1px 0;
        border: none;
    }

        table.pager td {
            border: none;
            padding: 0 0.25em 0 0.25em;
            vertical-align: middle;
            white-space: nowrap;
        }

.FooterStyle {
    font-size: 1em;
    text-align: right;
    white-space: nowrap;
    /*border: 1px solid #008080;*/
    border: none;
    padding: 3px;
    background-color: #C7D5F1;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.progressBackgroundFilter {
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    cursor: wait;
}

.progressBackgroundFilterTimesheet {
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    opacity: 0.01;
    cursor: wait;
}

.processMessage {
    position: fixed;
    top: 300px;
    left: 43%;
    width: 160px;
    z-index: 1101;
    background-color: #fff;
    text-align: center;
    font-family: Arial;
    font-size: 10pt;
    border-width: 1px;
    border-style: solid;
    cursor: wait;
}

.buttonList td {
    border: none;
    white-space: nowrap;
}

    .buttonList td label {
        display: inline;
    }

.buttonList input {
    padding: 0;
    width: 30px;
}

.newline {
    margin-top: 6px;
}

.comment {
    font-size: 1em;
    margin: 0;
    padding: 3px;
    width: 150px;
    background-color: #f0f0f0;
    border: 1px solid #e2e2e2;
}

    .comment:focus {
        background-color: #ffffff;
    }

.commentnewline {
    font-size: 1em;
    margin: 0;
    padding: 3px;
    margin-top: 2px;
    width: 150px;
    background-color: #f0f0f0;
    border: 1px solid #e2e2e2;
}

    .commentnewline:focus {
        background-color: #ffffff;
    }

.timesheet td {
    height: 24px;
}

.exportTable {
    border: none;
}

    .exportTable td {
        height: 25px;
        border: none;
        white-space: nowrap;
        padding: 2px;
    }

.autofillTableControl {
    margin: 4px 0;
}

.checkbox label {
    display: inline;
    padding-left: 5px;
    font-size: 1em;
    font-weight: normal;
}

.checkboxBold label {
    display: inline;
    padding-left: 5px;
    font-size: 1em;
    font-weight: bold;
}

.checkboxBold {
}

table.listNoWrap {
}

    table.listNoWrap td {
        border: none;
    }

    table.listNoWrap input {
        float: left;
    }

    table.listNoWrap label {
        display: block;
        margin-left: 23px;
        margin-right: 15px;
    }

table.listNoWrap2 {
    border: none;
}

    table.listNoWrap2 td {
        border: none;
        padding: 3px;
    }

    table.listNoWrap2 input {
        float: left;
    }

    table.listNoWrap2 label {
        font-size: 1em;
        font-weight: normal;
        display: block;
        margin-left: 20px;
        margin-right: 10px;
    }

/************GRID BOOK OF ORDERS **************/
table.gridOrders {
}

    table.gridOrders th {
        font-size: 11.5px;
        text-align: center;
        white-space: nowrap;
        border: 1px solid #008080;
        padding: 3px;
        background-color: #C7D5F1;
    }

        table.gridOrders th a {
            display: block;
            position: relative;
        }

            table.gridOrders th a:link, th a:visited, th a:active, th a:hover {
                color: #333;
                font-weight: 600;
                text-decoration: none;
                padding: 0;
            }

            table.gridOrders th a:hover {
                color: #000;
            }

    table.gridOrders td {
        font-size: 11.5px;
        padding: 2px 3px;
        /*border: 1px solid #008080;*/
    }

/*table.gridOrders tr.pager table
    {
        margin: 0.5em 0;
    }

    table.gridOrders tr.pager td
    {
        padding: 0 0.25em 0 0;
    }*/


table.tableNoLines {
    border: none;
}

    table.tableNoLines td {
        border: none;
    }

table.tableNoLinesNoSpace {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

    table.tableNoLinesNoSpace td {
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: center;
        min-width: 20px;
    }

table.tableNoLinesNoWrap {
    border: none;
    white-space: nowrap;
}

    table.tableNoLinesNoWrap td {
        border: none;
        white-space: nowrap;
    }

table.tableNoLinesNoWrapNoSpace {
    border: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

    table.tableNoLinesNoWrapNoSpace td {
        border: none;
        white-space: nowrap;
        padding: 0;
        margin: 0;
    }

table.tdPadding10 td {
    padding: 10px;
}

.timesheetProject {
    margin-left: 3px;
    display: inline-block;
    width: 200px;
    cursor: help;
}

.timeSheetHour {
    display: inline-block;
    width: 40px;
    text-align: center;
}

.timeSheetDelimiter {
    display: inline-block;
    text-align: center;
}

.timeSheetTotals {
    white-space: nowrap;
    text-align: right;
    font-weight: 600;
}

.timeSheetComment {
    height: 19px;
    white-space: nowrap;
}

.timeSheetDay {
    display: inline-block;
    width: 25px;
}

.timeSheetDate {
    display: inline-block;
    width: 40px;
    text-align: right;
}

.nowrap {
    white-space: nowrap;
}

.fontBold {
    font-weight: bold;
}

.totalsTable {
    border: 1px solid;
}

    .totalsTable td {
        height: 25px;
        border: none;
        white-space: nowrap;
    }

td.totalsRow {
    font-weight: bold;
    text-align: right;
    border-bottom: 1px solid;
}

.toolTipCursor {
    cursor: help !important;
}

a.linkButton {
    cursor: pointer;
}

a.linkButtonDisabled {
    text-decoration: none;
    cursor: default;
    background-color: transparent;
}

    a.linkButtonDisabled:hover {
        text-decoration: none;
        cursor: default;
        background-color: transparent;
    }

.notification {
    background-color: red;
    padding: 0 6px;
    border-radius: 7px;
    float: left;
    text-align: center;
}

    .notification span {
        color: white;
        font-size: 1em;
        font-weight: bold;
    }


.form-control {
    color: #333;
    max-width: 500px;
    display: inline;
}

#login p {
    margin: 11px 0;
}

.validationError {
    border: 1px solid #E80C4D !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(232, 12, 77, 0.5);
    outline: 0 none;
}

div.validationError {
    border: 1px solid #E80C4D !important;
    border-radius: 4px !important;
}

span.validationError {
    border: 1px solid #E80C4D !important;
    border-radius: 4px !important;
}

div.validation-error {
    border: 1px solid #E80C4D !important;
    border-radius: 4px !important;
}

span.validation-error {
    border: 1px solid #E80C4D !important;
    border-radius: 4px !important;
}

.btn {
    font-size: 15px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.glyphicon {
    font-size: 14px;
}

.popover {
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #a52c2a;
}

    .popover.right &gt; .arrow:after {
        border-right-color: #F2DEDE;
    }

    .popover.right &gt; .arrow {
        border-right-color: #EBCCD1;
    }

.popover-title {
    display: none;
}

.error-hidden {
    height: 0;
    font-size: 0;
}

.pagerTextBox {
    height: 20px;
    font-size: 1em;
    width: 30px;
    padding: 3px 6px;
    text-align: right;
}

.rightAlign {
    text-align: right !important;
}

.bootstrap-datetimepicker-widget table {
    border: none;
}

.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
    border: none;
    background-color: #fff;
}

.bootstrap-datetimepicker-widget .btn {
    color: #428BCA;
}

    .bootstrap-datetimepicker-widget .btn:hover {
        background-color: #C7D1D6;
        background: #eeeeee;
        color: #333333;
    }

div.jGrowl div.jGrowl-notification {
    font-size: 1.5em;
    padding: 15px;
    text-align: center;
    width: 100%;
    opacity: .95;
}

div.jGrowl div.jGrowl-closer {
    font-size: 1em;
    padding: 10px;
    text-align: center;
    width: 100%;
    opacity: .95;
}

.ui-state-jgrowl-error {
    color: #a52c2a !important;
    background-color: #f2d9d9 !important;
    border: 1px solid #f2c2c2 !important;
}

.ui-state-jgrowl-info {
    color: #1b7bad !important;
    background-color: #d1e5e9 !important;
    border: 1px solid #b7d1e4 !important;
}

.ui-state-jgrowl-success {
    color: #597928 !important;
    background-color: #e4ebd3 !important;
    border: 1px solid #c1d0a7 !important;
}

.percentageBar {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    overflow: hidden;
    width: 100px;
    position: relative;
}

.percentageCompleted10,
.percentageCompleted20,
.percentageCompleted30,
.percentageCompleted40 {
    background-color: #eb3c28;
    height: 100%;
}

.percentageCompleted50,
.percentageCompleted60,
.percentageCompleted70,
.percentageCompleted80,
.percentageCompleted90,
.percentageCompleted99 {
    background-color: #ebcf28;
    height: 100%;
}

.percentageCompleted100 {
    background-color: #5CB85C;
    height: 100%;
    width: 100%;
}

.percentageText {
    position: absolute;
    left: 35%;
}

table.gridWrapHeader th {
    white-space: normal;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"] {
    position: static;
    margin-top: 0;
    margin-left: 0;
}

.radio, .checkbox {
    margin-bottom: 5px;
    margin-top: 5px;
}

.largeWidth .modal-dialog {
    width: 90% !important;
    height: 80% !important;
}

.modalWidth300 .modal-dialog {
    width: 300px !important;
}

.modalWidth400 .modal-dialog {
    width: 400px !important;
}

.modalWidth500 .modal-dialog {
    width: 500px !important;
}

.modalWidth530 .modal-dialog {
    width: 530px !important;
}

.modalWidth600 .modal-dialog {
    width: 600px !important;
}

.modalWidth700 .modal-dialog {
    width: 700px !important;
}

.modalWidth800 .modal-dialog {
    width: 800px !important;
}

.modalWidth900 .modal-dialog {
    width: 900px !important;
}

.modalWidth1000 .modal-dialog {
    width: 1000px !important;
}

.radioButtonList {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

    .radioButtonList &gt; .btn {
        display: block;
        float: none;
        max-width: 100%;
        width: 100%;
        position: relative;
    }

.modal-header {
    border-bottom: 1px solid #008080;
}

.modal-body {
    border-bottom: 1px solid #008080;
}

.modal-header .close {
    margin-top: 1px;
}

.modal-body .close {
    margin-top: -2px !important;
}

.iframe {
    width: 100%;
    height: 620px;
}

    .iframe iframe {
        width: 100%;
        height: 620px;
    }

.accordion {
    cursor: pointer;
}

    .accordion span {
        margin-right: 10px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
    }

        .accordion span:before {
            content: "\e114";
        }

    .accordion.collapsed span:before {
        content: "\e080";
    }

.fontBoldCenter {
    font-weight: bold !important;
    text-align: center !important;
}

.timesheetTravelOrderTooltip {
    font-style: italic;
    text-decoration: underline;
    cursor: help;
}

.timesheetDisabled {
    color: #696969;
}

    .timesheetDisabled td input[type="submit"].imageButton.imageButtonAdd,
    .timesheetDisabled td input[type="submit"].imageButton.imageButtonDelete2,
    .timesheetDisabled td input[type="submit"].imageButton.imageButtonEdit,
    .timesheetDisabled td input[type="submit"].imageButton.imageButtonView {
        display: none;
    }


.timesheetAdminDisabled {
    color: #696969;
}

.select2-selection__clear {
    z-index: 1005;
}

.select2-container--default .select2-selection--single,
.select2-container .select2-selection--single {
    color: #333;
    /*display: inline;*/
    max-width: 500px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 2px 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32px;
    }


.vacationHoliday {
    width: 42px !important;
    height: 23px !important;
    background-color: #F0CABA;
    cursor: help;
}

.vacationCell,
.vacationSingleApproved, .vacationStartApproved, .vacationMidApproved, .vacationEndApproved,
.vacationSinglePending, .vacationStartPending, .vacationMidPending, .vacationEndPending,
.vacationSingleRejected, .vacationStartRejected, .vacationMidRejected, .vacationEndRejected,
.vacationSingleWorkFromHome, .vacationStartWorkFromHome, .vacationMidWorkFromHome, .vacationEndWorkFromHome,
.vacationSingleSelected, .vacationStartSelected, .vacationMidSelected, .vacationEndSelected,
.vacationSingleUsed, .vacationStartUsed, .vacationMidUsed, .vacationEndUsed {
    width: 42px !important;
    height: 23px !important;
    border-left: none !important;
    border-right: none !important;
    padding: 1px 0 1px 0 !important;
    margin: 0 !important;
}

.vacationSingleApproved, .vacationStartApproved, .vacationMidApproved, .vacationEndApproved,
.vacationSinglePending, .vacationStartPending, .vacationMidPending, .vacationEndPending,
.vacationSingleRejected, .vacationStartRejected, .vacationMidRejected, .vacationEndRejected,
.vacationSingleWorkFromHome, .vacationStartWorkFromHome, .vacationMidWorkFromHome, .vacationEndWorkFromHome,
.vacationSingleSelected, .vacationStartSelected, .vacationMidSelected, .vacationEndSelected,
.vacationSingleUsed, .vacationStartUsed, .vacationMidUsed, .vacationEndUsed {
    cursor: help;
}

.vacationSingleApproved {
    background: url('../Images/iconVacationSingleApproved.png') transparent center no-repeat;
}

.vacationStartApproved {
    background: url('../Images/iconVacationStartApproved.png') transparent center no-repeat;
}

.vacationMidApproved {
    background: url('../Images/iconVacationMidApproved.png') transparent center no-repeat;
}

.vacationEndApproved {
    background: url('../Images/iconVacationEndApproved.png') transparent center no-repeat;
}

.vacationSinglePending {
    background: url('../Images/iconVacationSinglePending.png') transparent center no-repeat;
}

.vacationStartPending {
    background: url('../Images/iconVacationStartPending.png') transparent center no-repeat;
}

.vacationMidPending {
    background: url('../Images/iconVacationMidPending.png') transparent center no-repeat;
}

.vacationEndPending {
    background: url('../Images/iconVacationEndPending.png') transparent center no-repeat;
}

.vacationSingleRejected {
    background: url('../Images/iconVacationSingleRejected.png') transparent center no-repeat;
}

.vacationStartRejected {
    background: url('../Images/iconVacationStartRejected.png') transparent center no-repeat;
}

.vacationMidRejected {
    background: url('../Images/iconVacationMidRejected.png') transparent center no-repeat;
}

.vacationEndRejected {
    background: url('../Images/iconVacationEndRejected.png') transparent center no-repeat;
}

.vacationSingleWorkFromHome {
    background: url('../Images/iconVacationSingleWorkFromHome.png') transparent center no-repeat;
}

.vacationStartWorkFromHome {
    background: url('../Images/iconVacationStartWorkFromHome.png') transparent center no-repeat;
}

.vacationMidWorkFromHome {
    background: url('../Images/iconVacationMidWorkFromHome.png') transparent center no-repeat;
}

.vacationEndWorkFromHome {
    background: url('../Images/iconVacationEndWorkFromHome.png') transparent center no-repeat;
}

.vacationSingleSelected {
    background: url('../Images/iconVacationSingleSelected.png') transparent center no-repeat;
}

.vacationStartSelected {
    background: url('../Images/iconVacationStartSelected.png') transparent center no-repeat;
}

.vacationMidSelected {
    background: url('../Images/iconVacationMidSelected.png') transparent center no-repeat;
}

.vacationEndSelected {
    background: url('../Images/iconVacationEndSelected.png') transparent center no-repeat;
}

.vacationSingleUsed {
    background: url('../Images/iconVacationSingleUsed.png') transparent center no-repeat;
}

.vacationStartUsed {
    background: url('../Images/iconVacationStartUsed.png') transparent center no-repeat;
}

.vacationMidUsed {
    background: url('../Images/iconVacationMidUsed.png') transparent center no-repeat;
}

.vacationEndUsed {
    background: url('../Images/iconVacationEndUsed.png') transparent center no-repeat;
}

.vacationLink {
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

    .vacationLink:hover {
        text-decoration: none;
        background: none;
        margin: 0;
        padding: 0;
    }
</pre></body></html>