﻿/*http://www.w3schools.com/cssref/css_selectors.asp*/

.top-bar{ color: #1664a7;}
.secondary { color: #106EBE;}
.secondary-background-hover { color: #b7daf7;}
.secondary-bar{ color: #0078D7;}
.secondary-bar-hover{ color: #3297e7;}
.list { background-color: #f8f8ff; border-right: 1px solid #d3d3d3; }
.settings {background-color: #F3F3F3; color: #505050;}
.error { color: #b7201a;}

/* Mobile Devices */

/*@-ms-viewport {
    width: device-width;
}*/

@media screen and (max-width: 480px) {
    span#application-name {
        font-size: 14px;
    }
}

@media screen and (min-width: 490px) {
    span#application-name {
        font-size: 18px;
    }
}

@media screen and (min-width: 400px) {
    .content-scroll {
        top: 40px;
    }
}

@media screen and (max-width: 970px) {
    .content-scroll {
        top: 120px;
    }

    .list-secondary-actions,
    .content-primary-actions {
        height: 75px;
    }

    .addbtn {
        height: 26px;
    }

    .addbtn .glyphicon{
        font-size: 20px;
        margin-top: 8px;
    }    
    
    .btn {
        font-size: 13px;
    }

    .row {
        display: inline;
    }

    .tile-container .panel {
        width: 90%;
    }

    .list-secondary {
        width: 60%;
    }

    .list-secondary-title {
        display: none;
    }

    .content-primary .content-scroll {
        position: relative;
    }
    
    #report-options-container .col-label {
        width: 80px
    }

    .content-scroll {
        overflow-x: scroll;
    }

    .content-full {
        overflow: scroll;
    }
}

@media screen and (min-width: 970px) {
    .addbtn .glyphicon 
    {
        font-size: 25px;
        margin-top: 8px;
    }

    .list-secondary-actions,
    .content-primary-actions {
        height: 35px;
    }

    .tile-container .panel {
        width: 325px;
    }

    .list-secondary {
        width: 20%;
    }

    .content-primary .content-scroll {
        position: fixed;
    }

    #report-options-container .col-label {
        width: 200px
    }

    .content-scroll {
        overflow-x: hidden;
    }

    .resolution-padding {
        top: 100px;
    }

}

@media screen and (max-width: 400px) {
    span#application-name {
        font-size: 12px;
    }

    .content-scroll {
        top: 120px;
    }

    .tile-container .panel {
        width: 90%;
    }

}


/*Bootstrap overrides*/
img {
    vertical-align:baseline;
}

.modal-backdrop {
    z-index: -1;
}

.DashboardImg{
    vertical-align:middle;
    margin-right: 20px;
}

.DashboardSpan{
    font-size: 3em;
    font-weight: bold;
}

.row{ margin-top: 10px;}
.jumbotron {
    margin: 30px;
    padding: 30px;
    background-color: transparent;
    background-image:url('../../../images/SplashScreen3.png');
    background-repeat:no-repeat;
    height: 430px;
    width: 424px;
}
.jumbotron h1 {font-size: 48px;}
.form-control {
    display: inline;
    max-width: 300px;
}
.button-container{max-width:300px;} /*This needs to match the max form control width*/

.form-group { min-height: 28px;}
.control-label {
    text-align: left;
    margin-top: 5px;
}
@media (min-width: 992px) {
    .control-label {
        text-align: right;
    }
}

.panel-header-info{
    text-align:left;
    font-size:large;
    font-weight:bold;
}

label.control-label {
    font-weight: normal;
}
.btn-primary {
    background-image: -webkit-linear-gradient(top,#3297e7 0,#1664a7 100%);
    background-image: -o-linear-gradient(top,#3297e7 0,#1664a7 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3297e7),to(#1664a7));
    background-image: linear-gradient(to bottom,#3297e7 0,#1664a7 100%);

}
    .btn-primary:focus, .btn-primary:hover {
        background-color: #1664a7;
    }

/*.empname {
    cursor:default;
    text-decoration:none;  
}*/
.empname:hover {
    cursor:default;
    text-decoration:none;  
}

.panel-default>.panel-heading .badge {
    color: white;
    background-color: #1DC506;
    margin-left: 5px;
}

/*Bootstrap overrides end*/
.contact-hr-newmessage {
    margin-top: 5px;
}

.contact-hr-buttons{
    margin-top: 10px;
}

#ns-container-control{
    display:none;
}

.addbtn{
    margin-left: 10px;
    margin-top: 4px;
    background-color: white;
    /*height: 27px;*/
    color: #0078D7;
    padding-top: 2px;
    padding-right: 5px;
    padding-left: 4px;
}
.addbtn:hover {
    color: #505050;
}

.etSubject{
    color: #0078D7;
    text-align: left
}

.etPreviousMessages{
    color: #0078D7;
    text-align: left;
    max-width:500px;
}


#wagetaxcard-table .table{
    max-width: 200px;
}

span.glyphicon.glyphicon-floppy-disk {
    position: absolute;
    top: 2px;
    margin-left: 1px;
}

span.glyphicon.glyphicon-floppy-remove {
    position: absolute;
    top: 20px;
    margin-left: 1px;
}

span.glyphicon.glyphicon-edit {
    position: absolute;
    top: 11px;
    margin-left: 1px;
}

#shell-actions .glyphicon {
    padding-left: 10px;
}
body {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}
td img {
    height: 25px;
}
input.error, select.error  { border:3px solid #b7201a;color: #555;}
label.error {
    position: relative;
    
}


#application-container {
    margin: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#application-title {
    position: fixed;
    background-color: #fff;
    color: #1664a7;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
}
#application-title img {float: left; height: 50px;margin: 5px; background-color: #fff;}
#application-title div { float: left;}

#view-title {
    left: 115px;
}
#user-info {
    /*background-image: url('images/User-icon-26.png');*/
    background-repeat: no-repeat;
    background-position:0  15px;
    padding-left: 30px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    color: white;
    right: 55px;
}
#user-info a {
    color: #1664a7;
}
#view-actions {
    /*display: none;*/
    /*border-top: 1px solid #106EBE;
    margin-top: 5px;*/
    position: absolute;
    top: -5px;
    left: 120px;

}
#view-actions .commands { display: none;}
#view-actions ul {
    padding: 0;
    margin-bottom:0;
    list-style: none;
    /*background-color: #f5f5f5;*/
    /*border-radius: 4px;*/
}
#view-actions ul li {
    display: inline-block;
    color: #F3F3F3;
    cursor: pointer;
    background-color: #1664a7!important;

}
#view-actions ul li:hover {
    background-color: #1664a7 !important;
    color:#F3F3F3
}
#shell-actions, #status-bar {
    position: fixed;
    background-color: ghostWhite;
    border-right: 1px solid lightgray;
    width: 35px;
    overflow-y: auto;   
    line-height: 35px;
    z-index: 100;
}
#shell-actions {
    display: none; /*this prevents the inital "flash" while loading JavaScript*/
    top: 60px;
    bottom: 0;
    left: 0;
}
#shell-actions .active {
    background-color: #eee;
}
#status-bar {
    bottom: 10px;
    z-index: 101;
}
#shell-actions i, #status-bar i,#view-actions i {
    padding-left: 10px;

}
#shell-actions div img,
#status-bar div img,
#user-info img,
#view-actions img {
    position: relative;
    top: 7px;
    left: 5px;
    padding-right: 4px;
    width: 25px;
    cursor:pointer;
}

#shell-actions div, #status-bar div {
    color: #1664a7;
    height: 35px;
}
#shell-actions div#menu-hamburger .glyphicon{color: #fff; }
#shell-actions div .glyphicon{color:#1eb6f1 }
#shell-actions div:hover, #status-bar div:hover,
#view-actions div:hover {
    background-color: #b7daf7; 
}
#shell-actions  span.shell-action-title,
#status-bar  span.shell-action-title,
#view-actions  span.shell-action-title {
    display: none;
    text-decoration: none;
}
#shell-actions  a,
#status-bar  a,
#view-actions  a {
    text-decoration: none;
}

#shell-actions div#menu-hamburger {
    background-color: #106EBE;
    color: white;
}
#shell-actions div#menu-hamburger:hover {
    background-color: #0078D7;
    cursor: pointer;
}
#shell-actions .glyphicon {
    line-height: inherit;
}
.shell-action-title {
    display: none;
    
}
#body-container {
    position: absolute;
    background-color: #eee;
    /*background-image: url('../../../Images/gamma.png');
    background-repeat: no-repeat;
    background-position: right top;*/
    top: 60px;
    left: 36px;
    right: 0;
    bottom: 45px;
    /*overflow: scroll;*/
}

.FooterGammaLogo {
    text-align: left;
}


.FooterText{
    text-align: right;
}


.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #eee;
  /*background-color:transparent;*/
  text-align: center;
  margin-left: 35px;
  height: 35px;
}

.footer-login {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #eee;
    text-align: center;
    height: 35px;
}

#footer{ /*display:block;*/}

.list-secondary-actions,
.content-primary-actions {
    background-color: #0078D7;
    color: white;
    text-align: right;
    padding-right: 5px;
    /*height: 35px;*/
}

/*@media (max-width: 1012px) {
    .content-primary-actions {
        display: inline-table;
    }
}*/

@media (max-width: 568px) {
    #request-orderby {
        display: table;
    }
}

#request-orderby {
    position: initial;
}

.list-secondary-actions div,
.content-primary-actions div {
    display: inline;
    padding: 10px 5px;
    line-height: 35px;
}

.content-primary-actions .glyphicon{
    font-size: 25px;
    line-height: 33px;
    margin-left: 10px;
}

.list-secondary-actions div img,
.content-primary-actions div img { height: 20px;position: relative;top:5px}
.content-primary-actions img {
    margin: 5px;
}
.list-secondary-item-actions div{ z-index: 1;margin-top: 4px;}
.list-secondary-item-actions div:hover {
    color: #3297e7;
    cursor: pointer;
}
.list-secondary-item-actions div i:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.content-scroll {
    position: absolute;
    width: 100%;
    bottom: 35px;
    /*top: 40px;*/
    overflow-y: auto;
    /*overflow-x: hidden;*/
    display: none;   
}
.content-scroll.no-actions {
    top: 0;
}
.content-scroll-container {
    margin: 0 10px;
    margin-top: 5px;
}
.content-scroll-container>.row { margin:10px;}
.list-secondary {
    position: relative;
    background-color: #f8f8ff;
    border-right: 1px solid #d3d3d3;
    height: 100%;
    /*width: 20%;*/
    float: left;
}
.list-secondary-title {
    line-height: 35px;
    padding: 0 10px;
    border-bottom: 1px solid #d3d3d3;
    color: #8a8a8a;
}
.status-container-list-secondary {
    position: fixed;
    z-index: 1;
    top: 96px;
    width: 19%;
    height: 9px;
    background-image: url('images/wait-dots-10.GIF');
    background-repeat: repeat-x;
    display: none;
}
.status-container-content-primary {
    position: fixed;
    z-index: 1;
    top: 96px;
    width: 100%;
    bottom: 0;
    background-color: #eeeeee;
    background-color: rgba(0,0,0,.1);
    background-image: url('images/wait-dots-10.GIF');
    background-repeat: repeat-x;
    display: none;
}

.page-main .status-container-content-primary { top: 60px;}
.status-container-content-full {
    position: fixed;
    z-index: 1;
    top: 35px;
    width: 100%;
    height: 9px;
    background-image: url('images/wait-dots-10.GIF');
    background-repeat: repeat-x;
    display: none;
}
.content-full {
    position: fixed;
    background-color: #f8f8ff;
    border-right: 1px solid #d3d3d3;
    right: 0;
    left: 35px;
    bottom: 0;
    top: 60px;
}
.content-full.padded {
    margin: 10px;

}
.content-full.padded>div {
    margin-right: 10px;
}
.content-primary {
    position: relative;
    background-color: #f8f8ff;
    border-right: 1px solid #d3d3d3;
    height: 100%;
    width: 79.5%;
    float: left;
    display: none;
}
.content-primary .list-secondary-actions {
    background-color: #106EBE;

}

.content-primary .list-secondary-actions div:hover {
    background-color: #0078D7;
}

.content-primary .content-scroll {
    padding-left: 21px;
    border-top: 1px solid #d3d3d3;
    top: 95px;
    bottom: 34px;
    /*left: 23vw;*/
    width: 77vw;
    margin: 0;
}

.content-scroll > .row {
    margin: 5px 20px;
}

.list-secondary .content-scroll {
    top: 70px;
    /*bottom: 0;*/
    padding: 0;
    margin: 0;
}

#body-settings {
    position: fixed;
    background-color: #F3F3F3;
    color: #505050;
    border-left: 1px solid #d3d3d3;
    right: 0;
    width: 0;
    bottom: 35px;
    top: 60px;
}
#body-settings-title {
    font-size: 1.1em;
    background-color: #0078D7;
    color: white;
    padding: 0 0 5px 5px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.body-settings-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.body-settings-scroll div {
    padding:10px;
}
.body-settings-scroll div:hover {
    background-color: #d3d3d3;
    cursor: pointer;
}

.list-secondary-actions div:hover,
.content-primary-actions div:hover,
.search-input:hover {
    /*background-color: white;*/
}

.search-input {
    line-height: 31px;
    /*background-color: #0078D7;
    color: white;*/
    width: 50%;
    margin: 0;
    border: none;
    background-color: white;
    color: #0078D7;
    border-radius: 4px;
}

.search-multi {
    width: 40%;
}

.search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #0078D7;
}
.search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #0078D7;
    opacity: 1;
}
.search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #0078D7;
    opacity: 1;
}
.search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0078D7
}

ul.list-secondary-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.list-secondary-ul .list-secondary-item {
    border-bottom: 1px solid lightgray;
    border-left: 4px solid  transparent; 
    padding: 10px 10px 10px 5px;
    clear: both;
    height:55px
}
ul.list-secondary-ul.images .list-secondary-item {
    height: 220px;
}
ul.list-secondary-ul.images .list-secondary-item-body {
    width: 90%;
}
ul.list-secondary-ul .list-secondary-item:hover {
    background-color: #b7daf7;
}

ul.list-secondary-ul .list-secondary-item.unread {
    border-left: 4px solid  #106EBE; 
}
    ul.list-secondary-ul .list-secondary-item-title,
    ul.list-secondary-ul .list-secondary-item-subject,
    ul.list-secondary-ul .list-secondary-item-body {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
ul.list-secondary-ul .list-secondary-item-title {
    font-size: 1.2em; 
}
ul.list-secondary-ul .list-secondary-item-subject {
    color: #106EBE;
}
ul.list-secondary-ul .list-secondary-item-body {
    width: 70%;
    float: left;

}
ul.list-secondary-ul .list-secondary-item-right {
    float: right;
}
ul.list-secondary-ul .list-secondary-item-actions {
    color: #3297e7;
    position: absolute;
    right: 5px;
}
ul.list-secondary-ul .list-secondary-item.selected,
ul.list-secondary-ul .list-secondary-item.selected .list-secondary-item-subject {
    background-color: #106EBE; 
    color: white; 
}


#edit-form-lesson-image #FileName { width: 50%;float: left;clear:both}

.filter-input {
    float: left;
    margin-top: 4px;
    margin-left: 5px;
    color: #505050;
}
/*Alerts*/

#notification-container {
    position: fixed;
    z-index: 200;
    bottom: 20px;
    right: 0;
}

.alert {
    padding: 15px;
    margin: 0 10 0 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid black;
    background-color: darkgray;
    color: white;
    width: 200px;
    position: relative;
}

.alert .close { opacity: 1;color: #fff;}
.alert .close:hover { color:#000;}
.alert-success {
    color: green;
}

    .alert-success .close {
        color: green;
    }


.alert-warning {
    color: yellow;
}

    .alert-warning .close {
        color:yellow;
    }

.alert-danger {
    color: #b7201a;
}

    .alert-danger .close {
        color: #b7201a;
    }

.alert .close, .alert .close:hover {
    float: right;
    font-size: 17px;
    font-weight: lighter;
    right: 10px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    top: -10px;
    left: 15px;
}

/*Alerts End*/


/*Application specific styles*/
.info-header, thead td, thead th {
    color: #fff;
    font-size: 1.2em;
    background-color: #1664a7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
thead tr {
     color: #fff;
 }
.info-panel {
    /*border: 1px solid #003768;*/
    margin-top: 10px;
}
.info-header .glyphicon {
    float: right;
}
.mutation,
.new-record {
    color:#1eb6f1
}

.search-grid-input {
    width: 200px;
}

#vacation-list td:nth-of-type(1) {
    width: 25px;
}
#vacation-list td:nth-of-type(2),
#vacation-list td:nth-of-type(3) {
    width: 100px;
}


tbody>tr:hover,
tbody>tr:hover:nth-of-type(odd) {
    background-color: #b7daf7;
}
form .row {
    margin: 0;
}
.radio-option{ display: inline;}

.pagination>li>a, .pagination>li>span {
    height: 33.5px;
    
}

.content-full-page .content-scroll {
    top: 10px;
}
.content-full-page .status-container-content-primary {
    top: 36px;
}



input[type='radio'] + label, input[type='checkbox'] + label {
    position: relative;
    /*top: -10px;*/
    margin: 0 15px 0 2px;
    font-weight: normal;
}


.col-xs-offset-1 {
    margin-left: 0.333333%;
}
.content-scroll-container .panel:hover {
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
    -webkit-box-shadow: 0 3px 25px #000;
    -ms-box-shadow: 0 3px 25px #000;
    box-shadow: 0 3px 25px #000;
}

.tile-container .panel {
    background-color: #fff;
    color: #1664a7;
   
    float: left;
    margin: 10px;
    position: relative;
}
.tile-container .panel-heading {
     font-weight: bold;
     background: none;    
     color: #337ab7;
     cursor: pointer;
}
.tile-container .panel-body {
    padding-top: 0;
    min-height: 55px;
    cursor:pointer;
}

.manage-requests {
    height: 120px;
}

.manage-requests-marriott {
    height: 130px;
}

.mutation-request-detail {
    height: 120px;
}

.panel-label {
    color: #8a8a8a;
}

.panel .Pending .panel-heading {
    background-color: #0078D7;
    color: #fff;
}

.panel .PendingEmployee .panel-heading {
    background-color: #0078D7;
    color: #fff;
}

.panel .Taken .panel-heading {
    background-color: #F3F3F3;
}

.panel .Rejected .panel-heading {
    background-color:#fe8484;
}

.panel .PendingHr .panel-heading {
    background-color:#b9edb3;
}

.panel-heading img, .panel-heading .glyphicon {
    height: 25px;
    float: right;
}

.panel-action {
    position: absolute;
    top: 96px;
    right: 5px;
}

@media (max-width: 640px) {
    #user-info-display{display:initial;}

    span#application-name { display: initial;}

    #user-info-display .empname{
        display:none;
    }

    #user-info-display .SettingsIcon{
        display:initial;
    }

    #view-title{
        display:none;
    }

    .jumbotron h1{
        font-size:36px;
    }
}

@media (max-height: 850px)
{
    #side-menu-item{
        display:none;
    }
}

@media (min-height: 850px) {
    #side-menu-item {
        display: block;
    }
}

.addbtn .glyphicon{
    /*font-size: 25px;*/
    line-height: 5px;
    margin-left: 7px;
    /*margin-top: 8px;*/
    vertical-align: top;
}

.PersInfo {
    color: #106EBE;
    padding-right: 0px;
    /*text-align:left;
    margin-top:5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-left: 10px;*/
}

.displaylabel{
    margin-top: 5px;
    color: #0078D7;
}

.display-personal-info{
    display:none;
    max-width:1200px;
}

.content-scroll-container .panel-personal-info:hover {
    -moz-transform: n;
    -ms-transform: n;
    -o-transform: n;
    -webkit-transform: n;
    transform: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.LogIn-Off-Bnt-Group{
    margin-top:100px;
}

.LogIn-Off-Bnt{
    margin-bottom:10px;
}

.body-settings-scroll .LanguageDisabled:hover{
    cursor: not-allowed;
}

.LanguageDisabled{
    color: grey;
}

.spashscreen-display{
    margin-top: 110px;
}

.main-tiles-row{
    margin-left:0;
    margin-top:0;
}

.main-tiles-formgroup{
    margin-bottom:0;
}

.center-back-btn
{
    margin-right: 50px;
}

.multidate{
    border: none;
    color: white;
    position: absolute;
    left: 0;
    z-index: 1;
    outline: none;
    height: 32px;
    opacity: 0;
    margin-left: 15px;
}

.overbooked{
    color: #b7201a;
    float: right;
    font-weight: bold;
}

.overbooked-display{
    font-weight:bold;
    color:  #b7201a;
}

.overbooked-string{
    margin-top: 5px;
}

.delegated{
    color: green;
    float: right;
    font-weight: bold;
}

.consolidated-calendar-header {
    text-align: center;
    font-size: x-large;
    color: #1664a7;
}

.consolidated-calendar {
    width: 100%;
}

.consolidated-calendar td {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    width:14%;
    font-size:large
}

.consolidated-calendar-item {
    height: 100px;
    border-style: groove;
    text-align: left;
    padding-left: 5px;
}

.consolidated-calendar-item.outscope {
    background-color: slategrey;
    color: white;
    cursor: not-allowed;
}

.consolidated-calendar-item:hover {
    background-color:#b7daf7;
}

.consolidated-calendar-item.outscope:hover {
    background-color: slategrey;
}

.calendar-number {
    min-width: 21px;
    cursor: default;
}

.calendar-item-request-types-container {
    font-size: 16px;
    margin-left: 10px;
    /*margin-top: 1px;*/
    border-left-style: groove;
    height: 92px;
    width: 100%;
}

.calendar-item-request-type-container{
    height: 24px;
}

#calendar-row:hover {
    background-color: white;
}

.vacation-schedule {
    float: left;
}
.vacation-schedule td {
    width: 27px;
    border: 1px solid;
    text-align: center;
    /*padding:0 3px;*/
    margin:0;
    min-width: 25px;
}
.vacation-schedule td:first-of-type {
    width: 60px;
    text-align:left;
}

.vacation-schedule td.weekend{
    background-color: rgba(22, 100, 167, 0.46);
}

.vacation-schedule td.company-holiday {
    background-color: rgba(255, 255, 128, 0.46);
}

.vacation-schedule td.global-holiday {
    background-color: rgba(255, 90, 90, 0.46);
}

.vacation-schedule td div.Pending {
    color: red;
    padding: 0 3px;
}

.vacation-schedule td div.Pending-Orange {
    color: darkorange;
    padding: 0 3px;
}

.vacation-schedule td div.Approved {
    color: green;
    padding: 0 3px;
}

.vacation-schedule td div.PendingHr {
    color: blue;
    padding: 0 3px;
}

.vacation-schedule td div.Multi {
    color: white;
    font-weight: bold;
    font-size: 14px;
    background: purple;
    border-color: purple;
}

.vacation-schedule.vacation-totals td {
    padding: 0 3px;
}
.vacation-schedule.vacation-totals td:first-of-type{
    display:none;
}
.vacation-schedule.vacation-totals td:nth-of-type(2){
    border-left:none;
}
.vacation-schedule.vacation-totals tr:last-of-type td:nth-of-type(2) {
    border-left: 1px solid;
}

@media (max-width: 1250px) {
    .vacation-schedule {
        float: none;
    }
    .vacation-schedule.vacation-totals{
        margin-top:20px;
    }
        .vacation-schedule.vacation-totals td:first-of-type {
            display: table-cell;
        }
        .vacation-schedule.vacation-totals td:nth-of-type(2){
    border-left:1px solid;
}
}

.vacation-balance{
    margin-top:20px;
}
.vacation-balance td{
    border: 1px solid;
    padding: 0 10px;
}
.text-right{text-align:right;}
.text-left{text-align:left;}
.text-center{text-align:center;}

#report-options-container .col-label {
    /*width: 200px;*/
    float: left;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: 25px;
    width: 25px;
    height: 25px;
}
input[type='radio'] + label, input[type='checkbox'] + label, .radio-prefix, .checkbox-prefix {
    position: relative;
    top: -6px;
    margin: 0 15px 0 2px;
    font-weight: normal;
    font-size: 14px;
}

.noresultfoundtitle {
    margin-top: 24rem;
    text-align: center;
    position: relative;
}
span.noresultfoundicon.glyphicon.glyphicon-circle-arrow-left {
    font-size: 155px;
    color: #1664a7;
}
.center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6.5rem;
}

.manager-delegate{
    font-size: 12px;
    font-weight: normal;
    margin-left: 20px;

}

.manager-delegate .form-control {
    width: 125px;
}
.manager-delegate label {
    font-weight:normal;
}

.manager-delegate .glyphicon {
    font-size: 21px;
    /* margin-top: 3px; */
    color: #337ab7;
}

.noaobonusbalancelable{
    margin-left: 10px;
}

.noaobonusbalanceinput {
    height: 28px;
    margin-top: 4px;
    margin-left: 10px;
    width: 100px;
    color: black;
}

.empSelectButton{
    min-width: 40px;
}

.aolist-table {
    position: absolute;
    z-index: 500;
    background-color: #F3F3F3;
    left: 10px;
    width: 800px;
    top: 40px;
}

.aolist-table td
{
    padding: 0 5px 0 5px;   
}

.aolist-table tbody td {
    color: black;
}

.aobalance-info:hover {
    background-color: transparent;
}

.orderby-label {
    margin: 7px;
    font-weight: 100;
}

.orderby-control {
    height: 27px;
    margin-top: 4px;
    width: 200px;
    padding: 0px;
}

.requestlevel-control {
    height: 27px;
    margin-top: 4px;
    width: 50px;
    padding: 0px;
}

#message-textarea {
    height: 200px;
}

#message-textarea-accountant {
    height: 100px;
}

#dashboard-charts .chart-container {
    float: left;
    width: 330px;
    background-color: #fff;
    margin: 10px;
    border: 1px solid transparent;
    border-color: #ddd;
}

.chart-container {
    /*margin: 15px 20px 0 15px;*/
    /*float: right;*/
    position: relative;
}

.chart-header {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 5px;
    font-family: Arial;
    color: black
}

.piechart {
    width: 325px;
    height: 200px;
}

.columnchart_material {
    width: 325px;
    height: 200px; /*padding-left: 35px;*/
}

.table_div {
    width: 325px;
    height: 176px; /*padding-left: 35px;*/
    padding-left: 5px;
}

.tableChartHeader {
    background-color: #1664a7;
    background-image: none;
}

.status-container-chart {
    position: absolute;
    z-index: 1;
    top: 66px;
    left: 75px;
    width: 64px;
    height: 64px;
    background-image: url('images/wait-circle-64.gif');
    background-repeat: no-repeat;
    display: none;
}

#dashboard-charts .chart-container {
    float: left;
    width: 330px;
    background-color: #fff;
    margin: 10px;
}

.dashboard-row {
    margin-left: 0px;
}

#dashboard-charts {
    margin-top: 0px;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#documentList {
    padding-left: 0px;
    border-top: 0;
    position: unset;
    top: 0;
    bottom: 0;
    left: 0;
    width: 77vw;
    margin: 0;
}

#careerList {
    padding-left: 0px;
    border-top: 0;
    position: absolute;
    top: 37px;
    bottom: 0;
    left: 0;
    width: 77vw;
    margin: 0;
}

.link-row {
    margin-right: -15px;
    margin-left: -15px;
}

table.table.table-striped.career-table td,
table.table.table-striped.career-table th {
    font-size: 12px;
}

.link-table {
    width: inherit;
}

.links {
    background-color: #2260A3;
    max-width: 1000px;
}

.linksgroupname {
    color: #fff;
    margin-left: 8px;
}

td.lightblue {
    background-color: #379BFF
}

td.lightblue.linkssrow {
    width: 100px;
}

#link-name {
    max-width: 500px;
    width: 500px;
}

#link-descr {
    max-width: 500px;
    width: 500px;
}

td.careertitle {
    background-color: #2260A3;
}

#careerRow {
    margin: 0px;
}

.status-container-panel.small {
    height: 25px;
    background-size: 25px;
    background-color: rgba(255,255,255,.5);
    background-position: center;
}

.tab.selected,
.tab [type=radio]:checked ~ label {
    background: #0078d7;
    border-bottom: 1px solid #171717;
    z-index: 2;
}

label[for="tab-1"] {
    color: white;
}

label[for="tab-2"] {
    color: white;
}

[type=radio]:checked ~ label ~ .content {
    z-index: 1;
}

.tab-actions div {
    padding: 15px;
    display: inline-block;
    background-color: #1664a7;
    color: white;
}

.tab-actions div.selected {
    background-color: #0078d7;
}

.tab-container {
    min-height: 200px;
    padding: 15px;
    border: 1px solid;
}

.tab-container.payroll-options {
    min-height: 100px;
    max-width: 600px;
}

.tile-badge-container{
    display:flex;
}

.submenu-header {
    margin-left: 5px;
    font-weight: bold;
    border-bottom: #1664a7;
    border-bottom-style: double;
    border-bottom-width: thick;
}

#edoc-page {
    top: 36px;
    display: block;
    position: absolute;
}

#content-primary-personaldocuments {
    width: 100%;
}

.portal-version {
    border-top-style: groove;
    border-top-color: #0078D7;
    font-weight: bold;
    border-bottom-style: groove;
    border-bottom-color: #0078D7;
}

.change-password-link {
    border-top-style: groove;
    border-top-color: #0078D7;
}

.select-language-label {
    border-bottom-style: groove;
    border-bottom-color: #0078D7;
}

.timepicker-group{
    padding-left: 0px;
}
.timepicker {
    max-width: 148px;
}

#delegate-reason {
    width: 250px;
}

.consolidated-calender-button {
    width: 125px;
    margin-top: 10px;
    background-color: #1664a7;
    border-color: #1664a7;
    color: white;
}

#vacation-schedule-container {
    overflow-x: auto;
}

.reason-detail {
    position: absolute;
    background-color: white;
    padding: 5px;
    white-space: pre;
    border: 1px solid gray;
    display: none;
    z-index: 100;
    text-align: left
}

.reason-detail.show {
    display: inline-block;
}

.reason-container {
    position: relative;

}

.application-label {
    margin-top: 20px;
    font-size: 25px;
}

.company-label {
    font-size: 20px;
}

.accountant-login-panel {
    background-color: #001941;
    padding-top: 30px;
    padding-bottom: 20px;
    min-height: 320px;
    margin-bottom: 30px;
}

.login-panel {
    background-color: #001941;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 350px;
    margin-bottom: 30px;
}

.forgot-pw-anchor {
    padding-right: 50px;
}

.payroll-hrm-img {
    max-height: 210px;
}

.register-anchor {
    padding-left: 190px;
    margin-bottom: 10px;
}

.login-btn {
    background-color: transparent;
    border-color: transparent;
    color: #337ab7;
    padding:0;
}

.login-btn:focus, .login-btn:hover {
    color: #23527c;
    text-decoration: underline;
}

.validation-summary-errors ul {
    list-style: none;
    margin-left: -40px
}

.accountant-login {
    text-align:right;
}

.language-flag {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.gamma-footer-image {
    max-height: 50px;    
}

.gamma-footer-container {
    margin-right: 0px;
    margin-top: 25px;
    color: white;
    text-align: right;
}

@media (min-width: 1000px) {
    .gamma-footer-container {
        margin-top: 50px;
    }
}

@media (max-width: 992px) {
    .accountant-login-panel {
        margin-left: auto;
        margin-right: auto;
        max-width: 350px;
        margin-bottom: 30px;
    }

    .login-panel {
        margin-left: auto;
        margin-right: auto;
        max-width: 350px;
        margin-bottom: 30px;
    }   
}

@media (max-width: 1450px) {
    #resolution-padding {
        top: 110px;
    }
}

@media (min-width: 500px) {
    .forgot-pw-anchor {
        padding-right: 50px;
    }

    .gamma-footer-image {
        max-height: 60px;       
    }

    .gamma-footer-container {
        /*margin-right: 75px;*/
        width: auto;
    }

    .payroll-hrm-img {
        max-height: 323px;
    }

    .register-anchor {
        padding-left: 190px;
    }

    .accountant-login {
        margin-right: 130px;
    }   
}

.control-error{
  border-style:solid;
  border-color:red;
}

.message {
    background-color: darkblue;
    color: white;
    width: fit-content;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 5px;
    margin-top: 1px;
    margin-left: 2px;
    max-width: 275px;
    overflow-wrap: break-word;
    white-space: break-spaces;
}

.userMessage {
    margin-left: auto;
    background-color: darkgreen;
    color: white;
    width: fit-content;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 5px;
    margin-top: 1px;
    max-width: 275px;
    overflow-wrap: break-word;
    white-space: break-spaces;
}

.nameMessage {
    color:darkblue;
    margin-left:2px;
}

.userNameMessage {
    text-align:right;
    color:darkgreen;
}

.userAttachmentIcon {
    float:right;
}

.attachmentIcon {
    margin-left: 2px;
}

.disable-btn {
    display: none;
}

.request-type-header {
    font-size: x-large;
    margin-top: 10px;
    color: #1664a7;
    font-weight: bold;
}

.request-type-label {
    min-width: 75px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.request-type {
    display: inline-flex;
    margin:5px;
}

.request-type-container {
    border-style: groove;
    max-width: 760px;
}

.request-type-name {
    min-width: 80px;
    margin-left: 5px;
    cursor: default;
}

.request-type-count {
    cursor: default;
}

.calendar-item-request-type{
    display:flex;
}

.request-type-detail {
    position: absolute;
    background-color: white;
    padding: 5px;
    /*white-space: pre;*/
    border: 1px solid gray;
    display: none;
    z-index: 100;
    text-align: left
}

.request-type-detail-detail.show {
    display: inline-block;
}

.calendar-legend-container{
    margin-right: 10px;
}

.holiday-legend {
    width: 25px;
    border-style: outset;
}

.print-btn {
    top: -12px;
    position: relative;
    min-width: 75px;
}

.content-primary-actions > div {
    top: -12px;
    position: relative;
}

.competence-container .row {
    margin-left: 0;
    margin-right: 0;
}

.content-scroll-competence{
    display:block;
}

.ratingtable {
    /*margin-left: 25.5%;*/
}

.rating-header {
    /*margin-top: 138px;*/
}

.rating-error {
    border: 3px solid #b7201a;
    border-radius: 7px;
    width: 55.5rem;
}

span.glyphicon.glyphicon-star {
    color: gold;
    cursor: pointer;
}

span.glyphicon.glyphicon-star-empty {
    color: gray;
    cursor: pointer;
}

.cell-vertical-text {
    overflow: visible;
    height: 75px;
    white-space: nowrap;
}

.cell-vertical-text > div {
    transform: translate(10px, 63px) rotate(-90deg);
    width: 30px;
}

.table-star {
    width: 30px;
    text-align: end;
}

th.grey-bg {
    color: #000;
    font-weight: 400;
    border-bottom: 2px solid #2abaf5;
    background-color: #f8f8ff;
    vertical-align: bottom;
    padding-bottom: 70px;
}

td.lightblue {
    background-color: #379BFF
}

.inputdate {
    margin-bottom: 1%;
}

ul.ul-nolist.error, div.error {
    border: 3px solid #b7201a;
    border-radius: 7px;
    width: 26rem;
}

ul.ul-nolist + div.ul-error, .div-error {
    display: none;
    font-weight: bold;
    color: #b7201a;
}

ul.ul-nolist.error + div.ul-error,
div.error .div-error {
    display: block;
}


.btn-error {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#9c1a15),to(#ea3028));
    border: 3px solid #b7201a;
    border-radius: 7px;
    width: 18.5rem;
}


.btn-error:hover {
    color: #ffffff;
    background-color: #e42e26;
    background-position: 0 -15px;
    border-color: #9c1a15;
}

.table-small-text {
    font-size: 14px;
    line-height: 35px;
}

ul.ul-nolist {
    list-style: none;
    margin-left: -40px
}

ul.ul-nolist input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}

.error-nodisplay {
    display: none;
}

.error-display {
    display: block;
    font-weight: bold;
    color: #b7201a;
}

#competence-history table.table.table-striped.table-hover td:nth-of-type(5),
#competence-history table.table.table-striped.table-hover td:nth-of-type(6),
#competence-history table.table.table-striped.table-hover td:nth-of-type(7) {
    width: 15px;
}

td span.glyphicon {
    padding: 0 15px;
}

.checkbox-label {
    font-weight: normal;
}

.fake-box {
    width: 15px;
    height: 15px;
    margin-right: 3px;
    border: 1px solid #8a8a8a;
    border-radius: 3px;
    background-color: rgba(206, 206, 206, .3);
}

.calendar-holidays-header {
    font-size: x-large;
    margin-top: 10px;
    text-decoration-line: underline;
}

.manage-requests-orderby{
    margin-top:14px;
}

#workhours-headers{
    display:flex;
}

.bulk-mutation-header {
    margin-top: 10px;
    width: 100px;
    max-width: 100px;
    margin-right: 10px;
    font-weight: bold;
}

#bulkmutations-headers {
    display: inline-flex;
}

.selected-multi-emps {
    background-color: darkturquoise;
    text-align: left;
    margin-top: 6px;
    margin-left: 10px;
    font-size: large;
}

.created-label {
    font-size: 10px;
    color: gray;
    font-style: italic;
}

.powered-by-payrollpro-logo{
    height: 106px;
    width: 94px;
    margin-top: 20px;
}

.custom-splashscreen-image{
    max-width: 33.33%;
}








/*APPLICANT*/
/*#region APPLICANT*/

.applicantLabel{
    width: 425px;
    font-weight: 500;
}

.applicantFormControl{
    padding: 2px 4px 2px 30px;
}

.applicantHeading {
    padding: 4px 4px 0px 20px;
}

.applicantContainer{
    overflow: auto;
}

.applicantContainerCentered {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.applicantRequiredSpan {
    font-weight: bold;
    color: darkorange;
    font-size: 20px;
    vertical-align: top;
}

.applicantHR {
    width: 750px;
    border: 0;
    height: 2px;
    margin-left: 20px;
    margin-top: -5px;
    position: relative;
    background: -moz-linear-gradient( rgba(0, 56, 115, 0.8) 0%, rgba(0, 56, 115, 0.8) 15%, rgba(0, 56, 115, 0.8) 50%, rgba(0, 56, 115, 0.8) 85%, rgba(0, 56, 115, 0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0, 56, 115, 0.8)), color-stop(15%,rgba(0, 56, 115, 0.8)), color-stop(50%,rgba(0, 56, 115, 0.8)), color-stop(85%,rgba(0, 56, 115, 0.8)), color-stop(100%,rgba(0, 56, 115, 0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 56, 115, 0.8) 0%,rgba(0, 56, 115, 0.8) 15%,rgba(0, 56, 115, 0.8) 50%,rgba(0, 56, 115, 0.8) 85%,rgba(0, 56, 115, 0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient( rgba(0, 56, 115, 0.8) 0%,rgba(0, 56, 115, 0.8) 15%,rgba(0, 56, 115, 0.8) 50%,rgba(0, 56, 115, 0.8) 85%,rgba(0, 56, 115, 0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient( rgba(0, 56, 115, 0.8) 0%,rgba(0, 56, 115, 0.8) 15%,rgba(0, 56, 115, 0.8) 50%,rgba(0, 56, 115, 0.8) 85%,rgba(0, 56, 115, 0.8) 100%); /* IE10+ */
    background: linear-gradient( rgba(0, 56, 115, 0.8) 0%,rgba(0, 56, 115, 0.8) 15%,rgba(0, 56, 115, 0.8) 50%,rgba(0, 56, 115, 0.8) 85%,rgba(0, 56, 115, 0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff0000', endColorstr='#00ff0000',GradientType=1 ); /* IE6-9 */
}


.applicantDriversLicenseToggleText {
    margin-left: 20px;
}

.applicantRemarks {
    width: 730px;
    height: 110px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    max-width: 730px;
    max-height: 110px;
}

/*#endregion APPLICANT*/
/*#region SWITCHTOGGLE*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

    /* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: -11px;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    /*background-color: #2196F3;*/
    background-color: #1bc457;
}

input:focus + .slider {
    /*box-shadow: 0 0 1px #2196F3;*/
    box-shadow: 0 0 1px #1bc457;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.allowance-reason-remark {
    max-width: 300px;
    color:red;
    font-weight:bolder;
}


/*#endregion SWITCHTOGGLE*/



