@media print
{
    body
    {
        margin-top:0px!important;
        height:auto!important;
    }
}


@media (max-width: 767px)
{
    .navbar-nav .open .dropdown-menu
    {
        background-color: white;
    }
}



.btn-transparent
{
    border:0px;
    background-color: transparent;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);

}

.timesheet>.tour
{
    background: deepskyblue;
    color: white;

}
.timesheet>.admin
{
    background: forestgreen;
    color: white;
}
.timesheet>.prepost
{
    background: red;
    color: white;

}
@media (min-width: 768px)
{
    .modal-dialog {
        width: 950px;
        margin: 10px auto;
    }
}

@media (max-width: 767px)
{
    .guideselect>.ui-select-match>.form-control
    {
        width:180px!important;
    }
    .guideselect
         {
             position: absolute;
             left:0;
         }
    .yearselect
    {
        position: absolute;
        right:0;
        margin-right:20px;
    }
}

.guideselect>.ui-select-match>.form-control
{
    width:300px;
}
.yearselect>.ui-select-match>.form-control
{
    width:100px;
}

.ui-select-bootstrap .ui-select-toggle > a.btn {
    height: 20px!important;
    right: 10px!important;
    margin-top: 0px!important;
}

.unbrand {
    margin-left: 20px;
    float: left;
    font-weight: 500;
    font-size: 48px;
    line-height: 45px;
    letter-spacing: -0.02em;
    color: #4d4d4d;
    text-transform: uppercase;
    padding: 5px;
}

.unlogo {
    padding: 5px;
}

.no-border {
    border: 0px;
}

.modal-dialog-xl {
    width: 98%;
    height: 92%;
    padding: 0;
}

.modal-content-xl {
    height: 99%;
}

.navbar {
    height: 67px;
    overflow: visible;
}

@media (min-width: 1170px) and (max-width: 1366px) {
    .hidden-md-lg {
        display: none;
    }

}

.ui-select-bootstrap .ui-select-choices-row > a,
.ui-select-match > span > span > span {
    white-space: normal !important;
}

.btncol > i, .btncol > button {
    width: 25px;
    text-align: center;
}

.alert {
    z-index: 9999 !important;
    position: absolute;
}

.columnlastupdate {
    width: 150px;
}

.columnlastupdateby {
    width: 100px;
    text-align: center;
}

@-moz-keyframes spinner-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner {
    opacity: 0.5;
    background-color: white;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    left: 0;
    top: 70px;
    z-index: 998;
    text-align: center;
    padding-top: 20%;
}

.spinner.embedded {
    width: 100%;
    height: 80%;
    top: 0px;
    position: relative;
    padding-top: 20%;
}

/* :not(:required) hides this rule from IE9 and below */
.spinner > .loader:not(:required) {
    -moz-animation: spinner-loader 1500ms infinite linear;
    -webkit-animation: spinner-loader 1500ms infinite linear;
    animation: spinner-loader 1500ms infinite linear;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    -moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
    -webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
    display: inline-block;
    font-size: 30px;
    width: 1em;
    height: 1em;
    margin: 1.5em;
    overflow: hidden;
    text-indent: 100%;

}

.ui-select-bootstrap > .ui-select-choices {
    width: auto;
    padding-right: 5px;
}

.ng-touched.ng-invalid, .ng-touched.ng-invalid > .ui-select-match > .ui-select-toggle {
    border: 1px solid #a94442;
}

.panel-datepicker {
    float: left;
    width: 25%;
    min-height: 35px !important;
    margin: 4px 0px 4px 0px;
}

.nav > li > a > i {
    margin-right: 3px;
}

.ui-select-bootstrap > .ui-select-match > .btn {
    min-height: 34px;
}

.ui-select-match-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px;
}

.ui-select-toggle > .btn.btn-link {
    margin-right: 10px;
    top: 6px;
    position: absolute;
    right: 10px;
}

.form-group.checkbox-group input[type="checkbox"] {
    display: none;
}

.form-group.checkbox-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group.checkbox-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}

form-group.checkbox-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;
}

.form-group.checkbox-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}

.form-group.checkbox-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
}

.checkbox-group-label {
    float: left;
    margin-right: 10px;
}

.checkbox-group-button {
    float: left;
}

.modal {
    z-index: 1041;
}

.documentstatus {

}

.documentstatustext {
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    margin-right: 10px;
}

body > .ng-scope {
    height: 100%;
    overflow: auto;
}

html {
    overflow: hidden !important;
}

.searchfor {
    min-width: 300px;
}

div [class*="col-"] {
    min-height: 35px !important;
    margin: 4px 0px 4px 0px;
}

.ng-binding.ng-scope {
    font-weight: normal;
}

.input-group-title {
    width: 100%;
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-title > input:first-child {
    width: 30%;
    float: left;
    border-radius: 3px 0px 0px 3px;
}

.input-group-title > input:last-child {
    width: 70%;
    float: left;
    border-radius: 0px 3px 3px 0px;
    border-left: 0px;
}

label {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    line-height: 30px;
}

.panel-body > .row:last-child {
    margin-bottom: 10px;
}

.navbar-brand-unite > img {
    height: 40px;
    margin-top: 8px;
}

.panel-dashboard {
    height: 350px;
}

.pager-div li:hover {
    cursor: pointer;
    text-decoration: none;
}

.texttip {
    font-size: 1.203em;
    font-weight: bold;
    color: #FFA500;
}

.login-label {
    color: #1d76bb;
}

.disclaimer {
    font-family: "Verdana";
    font-size: 9px;
    line-height: 1.5;
    margin-top: 50px;
}

body {
    padding-top: 160px
}

form {
    background-color: transparent;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
}

fieldset {
    padding: 3px;
}

.filterpanel, .viewpanel {
    min-height: 650px;
}

.viewpanel > .panel-body {
    min-height: 520px;
}

.nav-offset-left {
    margin-left: 10%;
    float: left;
}

.filter {
    margin-bottom: 20px;
}

.filter > label {
    margin-bottom: 5px;
}

.panel-heading {
    overflow: hidden;
}

/*body {
    overflow: auto;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #1b75bb;
}

.navbar-inverse .navbar-toggle {
    border-color: #1b75bb;
}

.navbar-inverse .navbar-toggle:hover {
    background-color: whitesmoke;
}

.navbar-inverse .navbar-toggle:focus {
    background-color: whitesmoke;
}

.orange-separator {
    border-bottom: 1px solid #dd7908;
    background-color: white;
    height: 5px;
}

.white-line {
    background-color: white;
    height: 10px;
}*/

/*body {
    padding-top: 67px;
}*/