\html {
    font-size: 16px;
    height: 100%;
}

body {
    background-color: #fff;
}

.errors {
    color: #ff0000;
}

.text-wrap {
    word-wrap: break-word; /* IE>=5.5 */
    white-space: pre; /* IE>=6 */
    white-space: -moz-pre-wrap; /* For Fx<=2 */
    white-space: pre-wrap; /* Fx>3, Opera>8, Safari>3*/
}

/******* misc selectors *******/

.itc-full-span {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}

.itc-box-shadow {
    box-shadow: 5px 5px 5px #888888;
}

.itc-outline {
    text-shadow: -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 1px 1px 2px #000;
}

.itc-outline-medium {
    text-shadow: -1px -1px 2px #777, 1px -1px 2px #777, -1px 1px 2px #777, 1px 1px 2px #777;
}

a.itc-reset {
    font-size: 1.25em;
    color: #F8A037;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
    text-decoration: none;
}

a.itc-reset:hover {
    color: #FDD166;
}

a.itc-delete {
    font-size: 1.25em;
    color: #3FAEF7;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
    text-decoration: none;
}

a.itc-delete:hover {
    color: #CD3335;
}

a.itc-disabled,
a.itc-disabled:hover {
    font-size: 1.25em;
    color: #999;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
    text-decoration: none;
}

a.disabled{
    color: #999;
    text-decoration: none;
}

.itc-outline-red {
    text-shadow: -1px -1px 0 #CD3335, 1px -1px 0 #CD3335, -1px 1px 0 #CD3335, 1px 1px 0 #CD3335;
}

.itc-bold {
    font-weight: bold;
}

.itc-italic {
    font-style: oblique;
}

.itc-white {
    color: #FFF;
}

.itc-red {
    color: #BD3C3D;
    /*CD3335*/
}

.itc-orange {
    color: #EC9204;
}

.itc-green {
    color: #6CC64A;
}

.itc-blue {
    color: #3FAEF7;
}

.itc-debug {
    color: #2E7AC3;
}

.itc-yellow {
    color: #FFCC33;
}

.itc-left {
    text-align: left !important;
}

.itc-center {
    text-align: center !important;
}

.icon-gray {
    color: gray;
}

.icon-orange {
    color: #f59a0e
}

.icon-green {
    color: #55ac34
}

.icon-yellow {
    color: #F5D503
}

.icon-red {
    color: #ff0000
}

.icon-img {
    max-width: 30px;
    max-height: 30px;
    vertical-align: middle;
}

a.itc-right,
div.itc-right,
th.itc-right,
td.itc-right {
    text-align: right;
}

.itc-vertical-center,
td.itc-vertical-center {
    vertical-align: middle;
}

.itc-border {
    border: 1px solid #DDD;
}

/******* navbar, subnav, subheader and containers *******/
.itc-container-body {
}

.itc-container-body-no-nav {
    margin-top: 35px;
}

.itc-sub-nav-container {
    padding: 22px 0 0 20px;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #555;
    background-color: #1673C0;
}

.navbar {
    margin-bottom: 0 !important;
}

.navbar-search {
    margin-top: 12px;
}

.navbar .nav {
    margin: 0 5px 0 0;
}

.navbar .nav > li > a {
    color: #66757F;
    text-shadow: none;
    font-weight: 500;
    padding: 0px;
    margin: 9px 8px 0px;
}

.navbar .nav > li > a:hover {
    color: #222222;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover {
    background-color: #FFFFFF !important;
    color: #222222 !important;
    border-bottom: 2px solid #0084B4;
    font-weight: 700;
}

.dropdown-toggle .caret {
    border-bottom-color: #000000 !important;
    border-top-color: #000000 !important;
}

.navbar-inner {
    background: #ffffff none;
    /*filter: -;*/
}

.navbar-inner .nav {
    padding-top: 7px;
}

.navbar-search .search-query {
    background-color: #A3ACB2;
    box-shadow: none;
    border: 1px solid #A3ACB2;
    border-radius: 15px;
    padding: 4px 26px 4px 9px;
    width: 130px;
}

.navbar-search .search-query.focused, .navbar-search .search-query:focus {
    background-color: #66757F !important;
    border: 1px solid #66757F;
    box-shadow: none;
    color: #FFFFFF;
    text-shadow: none;
    padding: 4px 26px 4px 9px;
}

.navbar-search i {
    position: absolute;
    top: 7px;
    right: 9px;
    color: #FFFFFF;
}

.navbar-fixed-top {
    position: absolute;
    z-index: 100;
}

.nav {
    margin-bottom: 0;
}

#itc-sub-nav-header {
     float: left;
     max-width: 20%;
     padding-right: 15px;
 }

#itc-sub-nav-header.itc-sub-nav-header-30 {
    max-width: 30%;
}

#itc-sub-nav-menu {
    margin-top: 5px;
    /*float: left;*/
    /*max-width: 90%;*/
}

.itc-sub-nav-bg {
    background-color: #1673C0;
}

#itc-error-header {
    float: left;
}

#itc-error-header > h2 {
    color: #FFF;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
    padding-right: 15px;
}

#itc-detail-name-header {
    float: left;
    max-width: 30%;
    padding-right: 25px;
}

#itc-detail-name-header > h2,
#itc-sub-nav-header > h2 {
    color: #FFF;
    font-style: italic;
    text-shadow: -1px -1px 1px #1F1F1F, 1px -1px 1px #1F1F1F, -1px 1px 1px #1F1F1F, 1px 1px 1px #1F1F1F;
}

#itc-detail-name-header > h2 small,
#itc-sub-nav-header > h2 small {
    color: #1F1F1F;
    text-shadow: -1px -1px 1px #FFF, 1px -1px 1px #FFF, -1px 1px 1px #FFF, 1px 1px 1px #FFF;
}

#itc-detail-name-menu {
    margin-top: 2px;
    margin-right: 10px;
    float: left;
    max-width: 600px;
}

#itc-detail-btn-menu {
    margin-top: -9px;
    margin-right: 10px;
    float: left;
}

#itc-detail-nav-menu {
    margin-top: 2px;
    /*float: left;*/
    /*max-width: 90%;*/
}

#itc-btn-detail {
    min-width: 150px;
}

.itc-navbar-border {
    border-bottom: 3px solid #1673C0;
}

/******* table selectors *******/

.itc-table-fixed {
    table-layout: fixed;
}

.itc-table-header {
    background-color: #666;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.itc-table-subheader, .itc-table-subheader > th {
    background-color: #AAA !important;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.itc-totals-subheader {
    background-color: #F8F8F8;
    color: #000;
}

.itc-debug-header {
    background-color: #2E7AC3;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.itc-debug-subheader {
    background-color: #3F9BE0;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

a.debug {
    color: #fff;
    font-weight: bold;
    text-shadow: -1px -1px 1px #2B70A2, 1px -1px 1px #2B70A2, -1px 1px 1px #2B70A2, 1px 1px 1px #2B70A2;
    text-decoration: none;
}

a.debug:hover {
    color: #3483BE;
    text-shadow: none;
}

td.itc-link {
    color: #0088cc;
    text-decoration: none;
}

td.itc-link:hover {
    cursor: pointer;
    color: #099BE3;
    text-decoration: underline;
}

td.itc-label {
    text-align: right;
    font-weight: bold;
    color: #555;
}

td.itc-label:after {
    content: ": ";
    font-weight: bold;
}

td.itc-value {
    color: #777;
}

/******* font and font awesome icon scaling *******/
.itc-mini,
.itc-icon-mini {
    font-size: 0.65em;
}

.itc-tiny,
.itc-icon-tiny {
    font-size: 0.75em;
}

.itc-small,
.itc-icon-small {
    font-size: 0.875em;
}

.itc-medium,
.itc-icon-medium {
    font-size: 1.25em;
}

.itc-large,
.itc-icon-large {
    font-size: 1.3333333333333333em;
}

.itc-xlarge,
.itc-icon-xlarge {
    font-size: 1.6em;
}

.itc-xxlarge,
.itc-icon-xxlarge {
    font-size: 1.875em;
}

td i {
    font-size: 1.25em;
}

/******* messages *******/
.itc-messages {
    max-width: 90%;
    min-width: 70%;
    width: 800px;
    margin: 0 auto;
}

.itc-message {
    box-shadow: 0 0 0 #fff;
}

.itc-error-border {
    border-color: #C7B2B2;
}

.itc-warning-border {
    border-color: #C5C1AB;
}

.itc-info-border {
    border-color: #A3B6C0;
}

.itc-success-border {
    border-color: #B1C4AA;
}

.itc-alert-debug {
    background-color: #CECAFD;
    border-color: #9999CC;
    color: #333399;
}

.itc-error {
    background-color: #1673C0;
    color: #fff;
}

.itc-error-color {
    color: #b94a48;
}

.itc-error-border-color {
    border-color: #b94a48 !important;
}

/* override bootstrap defaults */
.alert-block {
    padding-top: 8px;
    padding-bottom: 14px;
}

/******* footer selectors *******/
div.itc-footer {
    margin: 100px 0 0 0;
    padding-bottom: 0;
}

hr.itc-footer {
    border: 1px solid #BBB;
    margin: 5px 0 0 0;
}

footer.itc-footer {
    font-size: 11px;
    margin: 0 0 0 0;
    padding-bottom: 0;
    color: #777;
}

/******* ID selectors *******/
#build-info:hover {
    cursor: pointer;
    color: #099BE3;
    text-decoration: underline;
}

#itc-brand {
    float: left;
    margin: 3px;
}

#itc-copyright {
    float: left;
    border: 1px solid #888;
}

#itc-version {
    float: right;
    border: 1px solid #888;
}

.modal-open .dropdown-menu {
    z-index: 2050;
}

.modal-open .dropdown.open {
    *z-index: 2050;
}

.modal-open .popover {
    z-index: 2060;
}

.modal-open .tooltip {
    z-index: 2070;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal {
    position: fixed;
    z-index: 1050;
    overflow: visible;
    width: 560px;
    margin: -250px 0 0 -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -ms-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%;
}

/*
* Please don't touch it anymore (#5504)
* Let's change popup size then this value.
*/
.modal.fade.in {
    top: 40%;
}

.modal-header {
    border-bottom: 1px solid #AAA;
    /*background-color: #73ABFF;*/
    background-color: #1673C0;
}

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

.modal-body {
    overflow-y: auto;
    max-height: 520px;
    padding: 15px;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #D9D9D9;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    *zoom: 1;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: "";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.close {
    color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.close:hover {
    color: #000;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

i.itc-stacktrace {
    color: #EC5C61;
}

.itc-hero-unit {
    /*margin-top: -30px;*/
    padding: 50px 60px 60px 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.itc-hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    color: inherit;
    letter-spacing: -1px;
}

.itc-hero-unit h2 {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 1;
    color: inherit;
    letter-spacing: -1px;
}

.itc-hero-unit h2 small {
    color: #CD3335;
    font-weight: 400;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}

.itc-hero-unit p {
    font-size: 14px;
    font-weight: 400;
    line-height: 8px;
    color: inherit;
}

.itc-hero-unit {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: inherit;
}

.itc-hero-unit h1 small {
    color: #777;
    font-size: 24px;
    font-weight: 700;
}

.itc-hero-unit h3 small {
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

/*div[class="span4"] > .well > h3 > small*/
div[class*="well"] > h3 > small {
    font-size: 12px;
}

div.errWell {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #aaa;
}

pre.itc-code,
pre.itc-stacktrace {
    max-height: 300px;
    overflow-y: scroll;
    border-color: #ccc;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 12px !important;
    color: #333333;
}

[class*="multi-line"] > input,
[class*="multi-line"] > select {
    margin-bottom: 4px;
}

.form-horizontal .control-group,
.form-inline .control-group {
    margin-bottom: 4px;
}

.form-horizontal .span6,
.form-inline .span6 {
    width: 343px;
}

.form-horizontal .span5,
.form-inline .span5 {
    width: 318px;
}

.form-horizontal .span4,
.form-inline .span4 {
    width: 214px;
}

.form-horizontal .span3,
.form-inline .span3 {
    width: 150px;
}

.form-horizontal .span2,
.form-inline .span2 {
    width: 100px;
}

.form-horizontal .span1,
.form-inline .span1 {
    width: 75px;
}

table {
    background-color: #fff;
}

.pagination {
    background-color: #fff;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
    color: #1673C0;
    /*background-color: #0088cc;*/
    background-color: #fff;
}

.nav-pills > .active-pill > a,
.nav-pills > .active-pill > a:hover {
    color: #FFFFFF;
    background-color: #0088cc;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
    background-color: #f5f5f5;
}

.table-transparent-hover tbody tr:hover td,
.table-transparent-hover tbody tr:hover th {
    background-color: transparent;
}


.navbar-form .search-query {
    color: #ffffff;
    background-color: #626262;
    border: 1px solid #151515;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/*hire packet form*/
.employee-section-header {
    text-align: center;
    vertical-align: middle;
    height: 2em;
    font-size: 21px;
    font-weight: bold;
    padding-top: 20px;
}

.itc-gray-bg {
    background-color: #BEBEBE;
    min-height: 25px;
}

.employeeDetails {
    border: solid #C0C0C0 !important;
    font-weight: bold;
    line-height: 30px;
    font-size: 30px;
    min-height: 45px;
    padding-top: 14px;
    padding-left: 5px;
    word-break: break-all;
}

.signatureUnderline {
    border-top: solid #000 thin !important;
}

.hirePacketHeader {
    font-weight: bold;
    font-size: 16px;
}

/* JQuery Calendar */
.ui-datepicker-trigger {
    margin-left: 3px;
}

/* PNP Form */
.pnp-main-header {
    background-color: #BEBEBE;
    height: 20px;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.pnp-header {
    background-color: #BEBEBE;
    height: 18px;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.pnp-hire-packet-complete {
    height: 18px;
    padding: 2px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.pnp-padding {
    padding: 1px !important;
}

.itc-slim-input {
    padding: 3px !important;
    margin: 0 !important;
    height: 14px !important;
    line-height: 14px !important;
}

.itc-slim-select {
    padding: 1px !important;
    margin: 0 !important;
    height: 22px !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
}

.pnp-textarea {
    padding: 3px !important;
    margin: 0 !important;
    max-height: 88px;
}

.textarea-animation {
    vertical-align: top;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.pnp-width {
    width: 99%;
}

.payroll-verified {
    color: #468847;
}

.pnp-label {
    padding: 0 !important;
    margin: 0 !important;
    width: 230px !important;
    text-align: left !important;
}

.pnp-control-group {
    margin: 0 !important;
}

.input-append-pnp {
    margin: 0 !important;
}

.pnp-supervisor-subordinate-block {
    margin-bottom: 50px;
}

.pnp-supervisor-subordinate-block.p {
    margin: 0 0 3px 15px;
}

/* Separation Form */
.alert-dialog-with-scroll {
    max-height: 400px;
    overflow-y: auto;
}

.alert-dialog-with-scroll.employee-block {
    width: 100%;
    float: left;
    clear: none;
}

.alert-dialog-with-scroll.employee-block:hover {
    background-color: #f5f5f5;
}

.alert-dialog-with-scroll.employee-block.name {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alert-dialog-with-scroll.employee-block.link {
    width: 30%;
}

/* bottom arrow styles*/
.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.up {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* Autocomplete Style (15 elements) */
.ui-autocomplete {
    max-height: 330px;
    max-width: 213px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 330px;
}

.ui-autocomplete-loading {
    background: white url('../img/loading_16x16.gif') right center no-repeat;
}

.itc-error-position {
    position: absolute;
    right: 0;
    padding-top: 6px;
}

.tooltip {
    z-index: 3000 !important;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

.itc-uppercase {
    text-transform: uppercase;
    word-wrap: break-word;
}

.itc-capitalize {
    text-transform: capitalize;
}

.itc-word-wrap {
    word-wrap: break-word;
}

.itc-word-break {
    word-break:break-word;
}

.safety-icon-size {
    font-size: 1.3em;
}

.placeholder {
    color: #999999 !important;
}

div.modal > form {
    margin-bottom: 0;
}

.ui-front {
    z-index: 1051;
}

.spinBox {
    position: relative;
    display: inline-block;
    padding-right: 0.875em;
}

.spinBox input {
    display: block;
    height: 1.5625em;
    padding: 0 0.25em;
    border-right: none;
    border-top-left-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
    background: rgb(255, 255, 255);
    background-image: -moz-linear-gradient(rgb(248, 248, 248), rgb(255, 255, 255));
    background-image: -ms-linear-gradient(rgb(248, 248, 248), rgb(255, 255, 255));
    background-image: -o-linear-gradient(rgb(248, 248, 248), rgb(255, 255, 255));
    background-image: -webkit-linear-gradient(rgb(248, 248, 248), rgb(255, 255, 255));
    background-image: linear-gradient(rgb(248, 248, 248), rgb(255, 255, 255));
    font-family: inherit;
    font-size: 1em;
    text-align: right;
}

.spinBoxUp,
.spinBoxDown {
    position: absolute;
    right: 0;
    display: block;
    width: 0.75em;
    height: 0.75em;
    background: rgb(224, 224, 224);
    background-image: -moz-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -ms-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -o-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -webkit-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    cursor: pointer;
}

.spinBoxUp span,
.spinBoxDown span {
    display: block;
    width: 0.75em;
    height: 0.75em;
}

.spinBoxUp {
    top: 0;
    border-top-right-radius: 0.25em;
}

.spinBoxUp span {
    background: url('../images/arrow-up.png') no-repeat center center;
}

.spinBoxDown {
    bottom: 0;
    border-bottom-right-radius: 0.25em;
}

.spinBoxDown span {
    background: url('../images/arrow-down.png') no-repeat center center;
}

/* Special grid styles
-------------------------------------------------- */

.show-grid [class*="span"], .itc-list li {
    margin-bottom: 4px;
    background-color: #f9f9f9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    min-height: 24px !important;
}

.show-grid [class*="span"]:hover {
    background-color: #f5f5f5;
}

.show-grid [class*="span"] [class*="span"] {
    background-color: inherit;
}

.show-grid [class*="span"] [class*="span"] [class*="span"] {
    background-color: inherit;
}

.empty-link {
    width: 100%;
    height: 18px;
    display: block;
}

/* ITC List Style*/
.itc-list {
    list-style: none;
    margin: 0;
}

.itc-list label {
    padding: 8px;
}

.itc-list li {
    position: relative;
}

.itc-list li:hover {
    background-color: #f5f5f5;
}

.destroy,
.editbtn {
    display: none;
    position: absolute;
    margin: auto 0;
    padding: 0;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #a88a8a;
    border: 0;
    background: none;
    vertical-align: baseline;
    font-family: inherit;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

    -webkit-appearance: none;
    /*-moz-appearance: none;*/
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.destroy-small,
.editbtn-small {
    width: 18px;
    height: 18px;
    font-size: 15px;
}

.editbtn {
    right: 50px;
    color: #b88a12;
}

.editbtn-small {
    right: 25px;
}

.destroy:hover,
.editbtn:hover {
    text-shadow: 0 0 1px #000, 0 0 10px rgba(199, 107, 107, 0.8);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.destroy:after {
    font-family: FontAwesome;
    content: "\F00D";
}

.editbtn:after {
    font-family: FontAwesome;
    content: "\F040";
}

.itc-list li:hover .destroy,
.itc-list li:hover .editbtn {
    display: block;
}

.itc-list li .edit {
    display: none;
}

.itc-list li.editing .edit {
    display: block;

    /* Input Style */
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -ms-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;

    padding: 6px;
    color: #555;
    width: 98%;
}

.itc-list li.editing .view {
    display: none;
}

.destroy-show,
.editbtn-show {
    display: inline !important;
    position: inherit !important;
    padding-bottom: 15px !important;
    margin-right: 0 !important;
}

.width-1000 {
    min-width: 1000px;
}

table.budget-component > thead > tr{
    border-bottom: black 1px solid;
}

table.budget-component{
    border: lightgray 1px solid;
}

.budget-btn{
    margin-top:-10px;
    width: 120px;
}

div.totals{
    margin-left: 29px;
}

div.totals>span{
    padding: 1px;
}


.modal-width-1200 {
    min-width: 1200px !important;
    margin-left: -600px !important;
}

.modal-width-700 {
    min-width: 700px !important;
    margin-left: -350px !important;
}

.modal-height-450 {
    min-height: 450px !important;
}

.mright {
    margin-right: 10px;
}

.mleft {
    margin-left: 10px;
}

.mbottom {
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

tr.rejected > td {
    background-color: #FEE !important;
}

.hscrollable {
    overflow-x: auto;
}

.float-right {
    float: right;
}

.control-group.error select {
    color: #000000 !important;
}

select.ng-invalid-required{
    color: #000000 !important;
}

.time-entry-rejected {
    color: #FF0000;
}

.time-entry-approved-modified {
    color: #db7093;
}

.forms-header {
    padding: 5px 0 5px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}

.width-340 {
    width: 340px;
}

.width-50 {
    width: 50%;
}

.width-70 {
    width: 70%;
}

.width-82 {
    width: 82%;
}

.width-95 {
    width: 95%;
}

.width-100 {
    width: 100%;
}

.multiselect-group {
    font-weight: bold;
    text-decoration: underline;
}

.benefitTitle {
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: underline;
    padding-left: 25px;
}

.benefitEligibleOn {
    padding-left: 15px;
    padding-top: 10px;
}

.pv-checkbox {
    margin: 7px !important;
}

.code-checkbox {
    margin: 4px !important;
}

.y-n-checkbox {
    margin: 5px !important;
}

.icon-itc-info:after {
    font-family: FontAwesome;
    color: #2f96b4;
    content: "\f05a";
}

.icon-itc-warning:after {
    font-family: FontAwesome;
    color: #f89406;
    content: "\f071";
}

.icon-itc-error:after {
    font-family: FontAwesome;
    color: #bd362f;
    content: "\f071";
}

.icon-itc-reject:after {
    font-family: FontAwesome;
    color: #bd362f;
    content: "\f112";
}

.icon-itc-wait:after {
    font-family: FontAwesome;
    color: #2f96b4;
    content: "\f017";
}

.hr-blue-color {
    border-color: #2f96b4;
    background-color: #2f96b4
}

.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6 {
    color: #FFF;
    text-shadow: -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 1px 1px 2px #000;
}

.approve-empl-timesheet {
    width: 15px;
}

.vacation-request-subheader {
    padding-top: 8px;
    padding-bottom: 8px;
}

.setting-description-warning {
    color: red;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.benefits-landing-package {
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.benefits-landing-fixed-width {
    width: 70px;
    padding: 0 !important;
    vertical-align: middle !important;
}

.benefits-landing-accrual {
    font-size: 1.1em;
}

.benefits-landing-empty {
    color: #999999;
    padding: 0 4px 0 4px;
}

.benefits-landing-not-eligible, .benefits-landing-declined {
    color: #ef3030;
    padding: 0 4px 0 4px;
}

.benefits-landing-eligible, .benefits-landing-enrolled {
    color: #30a530;
    padding: 0 4px 0 4px;
}

i.benefits-landing-eligible + i.benefits-landing-enrolled,
i.benefits-landing-eligible + i.benefits-landing-empty {
    cursor: pointer;
}

.benefits-landing-legend {
    position: absolute;
    right: 20px;
    top: 8px;
    margin: 0;
    padding: 0;
    font-size: 0.95em;
    font-weight: bold;
}

.benefits-print-all {
    position: absolute;
    right: 510px;
    top: 25px;
}

.benefits-landing-legend-cell {
    padding-top: 5px;
}

.timesheet-header-panel {
    padding: 8px 8px 0 8px;
}

.timesheet-tab {
    padding-top: 5px;
}

.timesheet-audit-comment {
    padding-top: 10px;
}

.timesheet-audit-comment-delete {
    padding-top: 20px;
}

.margin-bottom-zero {
    margin-bottom: 0 !important;
}

.margin-left-auto {
    margin-left: auto !important;
}

/* Overridden of bootstrap styles  */
.table tbody tr.success > td {
    background-color: #dff0d8 !important;
}

.table tbody tr.error > td {
    background-color: #f2dede !important;
}

.table tbody tr.warning > td {
    background-color: #fcf8e3 !important;
}

.table tbody tr.info > td {
    background-color: #d9edf7 !important;
}

.table-hover tbody tr.success:hover > td {
    background-color: #d0e9c6 !important;
}

.table-hover tbody tr.error:hover > td {
    background-color: #ebcccc !important;
}

.table-hover tbody tr.warning:hover > td {
    background-color: #faf2cc !important;
}

.table-hover tbody tr.info:hover > td {
    background-color: #c4e3f3 !important;
}

.div-as-table-header {
    color: #FFFFFF;
    background-color: #666666;
    margin-bottom: 0;
    padding: 4px
}

.tooltip-inner {
    white-space: pre-wrap;
}

.access-details {
    padding-top: 10px;
}

.access-details input {
    margin-bottom: 0;
}

.ui-sortable-placeholder {
    height: 24px;
    margin-bottom: .5em !important;
    border: 2px dotted #ccc !important;
    background: none !important;
}

.user-create-modal-work-email {
    display: inline-block;
    border: 1px solid #CCCCCC;
    width: 218px;
    height: 28px;
}

.user-create-modal-work-email input {
    box-shadow: none !important;
    border: none;
    padding: 4px;
    width: 181px;
    height: 20px;
}

.user-create-modal-work-email button {
    border: none;
    background: none;
}

.user-send-reset-email-btn {
    width: 125px;
    margin-right: 95px;
}

.user-send-email{
    /* split and move to a new line the really long email addresses */
    word-break: break-word;
}

.user-send-email-success {
    color: #30a530;
    float: left;
}

.user-send-email-error {
    color: #ef3030;
    float: left;
}

.vertical-div-text {
    -moz-transform: rotate(-90deg);  /* FF3.5/3.6 */
    -o-transform: rotate(-90deg);  /* Opera 10.5 */
    -webkit-transform: rotate(-90deg);  /* Saf3.1+ */
    transform: rotate(-90deg);  /* Newer browsers (incl IE9) */
    height: 90px;
    width: 90px;
    vertical-align: text-bottom;
}

.itc-table-top-pagination {
    margin-top: 5px;
    margin-bottom: 5px;
}

.benefit-attachment-remove {
    cursor: pointer;
    font-size: 16px;
}

#loader{
    display:none;
}

body.loading #loader{
    display:block;
}

.loader-div {
    position: fixed;
    z-index: 3500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    user-select: none;
    background-color:rgba(255, 255, 255, .7);
}

.loader-inner-div {
    position: absolute;
    margin: -30px 0 0 -100px;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 60px;
    background: #ffffff;
    border: 1px solid #999999;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
}

.notification-mail-link {
    text-decoration: underline;
}

.xeditable-angular-item {
    display: inline;
    position: relative;
}

.xeditable-angular-item a {
    display: inline !important;
}

.xeditable-angular-item form {
    position: absolute;
    top: -53px;
    background: #FFF;
    border: 1px solid #AAA;
    border-radius: 5px;
    padding: 7px;
    width: 350px;
    display: inline-block;
    left: 50%;
    margin-left: -110px;
    z-index: 5000;
}

.xeditable-angular-item form:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #AAA;
    position: absolute;
    bottom: -10px;
    left: 100px;
}

.xeditable-angular-item form:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #FFF;
    position: absolute;
    bottom: -9px;
    left: 101px;
}

.xeditable-angular-item .editable-input {
    width: 255px !important;
}

.itc-combobox-disabled {
    color: #C0C0C0 !important;
}

.form-access-select2 {
    width: 220px;
}

.form-access-header {
    background-color: #BEBEBE;
    height: 18px;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.form-access-navbar {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.form-access-content {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.form-access-actions {
    padding-top: 15px;
}

.select2-match {
    text-decoration: none !important;
}

.hideextra {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.itc-disabled {
    color: #999;
    text-decoration: none;
}

tr.spaceUnder > td
{
    padding-bottom: 1em;
}

.newFormField{
    border-color: #d6e9c6;
    background-color: #dff0d8 !important;
}

ol.upper-roman {
    list-style-type: upper-roman;
}

input.box-sizing {
    width: 100%;
    padding: 5px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 20px;
}

tbody tr.red-bgcolor > td {
    background-color: red !important;
    border-color: #eed3d7 !important;
}

tbody tr.yellow-bgcolor > td {
    background-color: yellow !important;
    border-color: #faebcc !important;
}

tbody tr.green-bgcolor > td {
    background-color: limegreen !important;
    border-color: #eefaeb !important;
}


.loader-div.fade {
    transition: 0.3s linear all;
    opacity: 1;
}
.loader-div.fade.ng-hide {
    opacity: 0;
}

input.highlight-field,
div.highlight-field,
textarea.highlight-field,
select.highlight-field {
    box-shadow: inset 0 1px 1px rgba(255, 215, 0, 0.07), 0 0 6px rgba(255, 0, 0, 0.6);
}

@media (max-width: 767px) {
    .hide-on-mobile {
        visibility: hidden; !important;
        display: none; !important;
    }
}

.list {
    width: 220px;
    border: 1px solid #bbb;
    overflow-y:scroll;
    height: 143px;
    margin-top: -10px;
}

.full-screen-overlay{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index:999;
    background-color: rgba(0,0,0,.15)
}

.password-reset-form {
    float: none !important;
    margin: 1% auto 0 !important;
    background-color: #1673C0;
}

.password-reset-label {
    color: #F8F8F8;
    font-weight: 500;
}

.password-requirements-label {
    color: #F8F8F8;
    font-weight: 300;
    text-align: center;
    margin-top: 5px;
}

.password-reset-back-btn {
    float: right;
    margin: 10px;
}

#payroll{
    padding-top:15px;
}

#payroll .employee-name{
    font-size:2.5em;
    line-height:1em;
    font-weight:bold;
}

#payroll .employee-work-address{
    margin-top:5px;
}

#payroll .date-range{
    font-size:1.5em;
    line-height:1em;
    padding-top:15px;
}

@media (min-width:1200px) {
    #payroll .date-range{
        font-size:1.8em;
    }
}

@media (min-width:1400px) {
    #payroll .date-range{
        font-size:2em;
    }
}

#payroll .timesheet-properties{
    margin-top:10px;
}

#payroll .timesheet-properties td{
    padding:3px 5px;
}

#payroll .payroll-actions{
    padding-top:10px;
}

.edit-field-values .fields-wrapper{
    display:flex;
}

.edit-field-values .fields-wrapper input,
.edit-field-values .fields-wrapper select{
    width:100%;
}

.edit-field-values .fields-wrapper > div{
    padding:4px 8px;
    
    flex-grow:1;
    
}

.itc-alert-compact{
    margin:0px 2px;
    padding:2px 5px;
}

/* Put a divider inbetween action links */
.action-links-wrapper{
    white-space: nowrap;
}

.action-links-wrapper a + a:before{
    content: "|";
    padding: 0 5px 0px 4px;
}