html{
    background: #fafafa;
}
body {
    background: #fafafa;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    overflow-x: hidden;
    font-size:14px;
}

/* ==========================================================================
Hide ng-cloak on page load, https://docs.angularjs.org/api/ng/directive/ngCloak
========================================================================== */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
/* ==========================================================================
Developement Ribbon
========================================================================== */
.development {
    position: absolute;
    width: 149px;
    height: 149px;
    top: 0;
    left: 0;
    border: 0;
    z-index: 1000;
    background-position: center center;
    background-repeat: no-repeat;
}

/* ==========================================================================
Version number in navbar
========================================================================== */
.navbar-version {
    font-size: 10px;
    color: #ccc
}

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */

.browserupgrade-ie9plus {
    display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
    /* comment
    .browserupgrade-ie9plus {
        margin: 0.2em 0;
        background: #ccc;
        color: #000;
        padding: 0.2em 0;
        display: block !important;
    }
    */
    body{
        -ms-overflow-style: scrollbar;
    }
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hero-unit {
    margin: 50px auto 0 auto;
    width: 300px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    background-color: #eee;
    border-radius: 6px;
    padding: 60px;
}

.hero-unit h1 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
}

.error {
    color: white;
    background-color: red;
}

.hipster {
    display: inline-block;
    width: 347px;
    height: 497px;
    background: url("../images/hipster.png") no-repeat center top;
    background-size: contain;
}

.pad {
    padding: 10px;
}
/* wait autoprefixer update to allow simple generation of high pixel density media query */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .hipster {
        background: url("../images/hipster2x.png") no-repeat center top;
        background-size: contain;
    }
}

.hand {
    cursor: pointer;
}

#threadDump .popover, #healthCheck .popover {
    top: inherit;
    display: block;
    font-size: 10px;
    max-width: 1024px;
}

#healthCheck .popover {
    margin-left: -50px;
}

.health-details {
    min-width: 400px;
}

/* ==========================================================================
Custom alerts for notification
========================================================================== */

.alerts .alert{
    text-overflow: ellipsis;
}
.alert pre{
    background: none;
    border: none;
    font: inherit;
    color: inherit;
    padding: 0;
    margin: 0;
}

.alert .popover pre {
    font-size: 10px;
}

.alerts .toast {
    position: fixed;
    width: 100%;
}

.alerts .toast.left {
    left: 5px;
}

.alerts .toast.right {
    right: 5px;
}

.alerts .toast.top {
    top: 55px;
}

.alerts .toast.bottom {
    bottom: 55px;
}

@media screen and (min-width: 480px) {
    .alerts .toast {
        width: 50%;
    }
}

/* end of Custom alerts for notification */

.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }

/* start Password strength bar style */
ul#strengthBar {
    display:inline;
    list-style:none;
    margin:0;
    margin-left:15px;
    padding:0;
    vertical-align:2px;
}

.point:last {
    margin:0 !important;
}
.point {
    background:#DDD;
    border-radius:2px;
    display:inline-block;
    height:5px;
    margin-right:1px;
    width:20px;
}
/* end Password strength bar style */

.readonly {
    background-color: #eee;
    opacity: 1;
}
/* ==========================================================================
Custom css for scrollbar
========================================================================== */

/*  body  */
/*  VMS container  */
/*  VMS div  */
/*  VMS ul  */
/*  VMS form  */
/*  VMS textarea  */
body::-webkit-scrollbar,
.vms-container::-webkit-scrollbar,
.vms-container div::-webkit-scrollbar,
.vms-container ul::-webkit-scrollbar,
.vms-container form::-webkit-scrollbar,
.vms-container textarea::-webkit-scrollbar{
    width:10px;
    height: 10px;
}

body::-webkit-scrollbar-thumb,
.vms-container::-webkit-scrollbar-thumb,
.vms-container div::-webkit-scrollbar-thumb,
.vms-container ul::-webkit-scrollbar-thumb,
.vms-container textarea::-webkit-scrollbar-thumb,
.vms-container form::-webkit-scrollbar-thumb{
    background-color:#A9A9AA;
    border-radius:10px;
}

body::-webkit-scrollbar-thumb:hover,
.vms-container::-webkit-scrollbar-thumb:hover,
.vms-container div::-webkit-scrollbar-thumb:hover,
.vms-container ul::-webkit-scrollbar-thumb:hover,
.vms-container textarea::-webkit-scrollbar-thumb:hover,
.vms-container form::-webkit-scrollbar-thumb:hover{
    background-color:#9A9A9A;
}

body::-webkit-scrollbar-thumb:active,
.vms-container::-webkit-scrollbar-thumb:active,
.vms-container div::-webkit-scrollbar-thumb:active,
.vms-container ul::-webkit-scrollbar-thumb:active,
.vms-container textarea::-webkit-scrollbar-thumb:active,
.vms-container form::-webkit-scrollbar-thumb:active{
    background-color:#8C8C8C;
}


/*  VMS right-fixed class  */

.right-fixed::-webkit-scrollbar {
    width:8px;
}

.right-fixed::-webkit-scrollbar-thumb{
    background-color:#A9A9AA;
    border-radius:8px;
}

.right-fixed::-webkit-scrollbar-thumb:hover{
    background-color:#9A9A9A;
}

.right-fixed::-webkit-scrollbar-thumb:active{
    background-color:#8C8C8C;
}



/* ==========================================================================
Custom css
========================================================================== */
md-tooltip {
    font-size: 12px;
}

/*md-dialog .md-button:not([disabled]):hover{
*//*    background-color: rgb(173, 255, 242) !important;*//*
    transition: all .2s ease-in-out !important;
    transform: scale(1.25) !important;
}*/

.custom-bard{
font-size: 20px ;
}

/*.custom-bard:not([disabled]):hover{
transition: all .2s ease-in-out !important;
transform: scale(1.75) !important;
}*/

.margin-bottom-80{
    margin-bottom:80px;
}

.display-block {
    display: block;
}

.arrow-up {
  margin-left: 5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;

  border-bottom: 5px solid rgb(255, 255, 255);
  border-top: 0px solid rgb(255, 255, 255);
  display: inline-block;
  vertical-align: middle;
}
.arrow-down {
  margin-left: 5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;

  border-top: 5px solid rgb(255, 255, 255);
  border-bottom: 0px solid rgb(255, 255, 255);
  display: inline-block;
  vertical-align: middle;
}

.safari-only-side-button {
    display: none;
}

.transition-short{
    transition: 0.4s;
}

.transition-mid{
    transition: 0.8s;
}

.transition-long{
    transition: 1.2s;
}

.roadmap {
    font-style: italic;
    padding-top: 5px;
}

.vms-container {
    padding-left: 15px;
    padding-right: 15px;
    background-color:#FAFAFA;
    width: 100%;
    overflow-y: auto;
}

.switch-navbar{
    height: 65px;
}

#job-description-container > div{
    width: 83.5%;
    float: right;
}

#job-description-container #description-uiview{
    width: 80.5%;
    margin-right: 2%;
    margin-top: 0.4%;
}

#job-description-container #teleport-uiview{
    width: 80.5%;
    margin-right: 2%;
    margin-top: 0.4%;
}

#job-description-container .uiview-job-side-bar{
    display: block;
    float: left;
}

@media only screen and (min-width: 1024px) {
    .switch-navbar{
        height: 74px;
    }
}

.right-fixed {
    position: relative;
    left: 15.6%;
    right: 0px;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
    bottom: 0px;
    padding: 5px;
    width: 85.5%;
    max-height: 100%;
}

.roadmap-button {
    float: left;
    margin-right: 10px;
}

.top-header-title {
    font-size: 20px;
}

.margin-auto60 {
    margin: auto;
    width: 60%;
}

/*show more text*/
.collapse-text-toggle {
    font-size: 0.9em;
    color: #666666;
    cursor: pointer;
}
.collapse-text-toggle:hover {
    color: #222222;
}
.collapse-text-toggle:before {
    content: '\00a0(';
}
.collapse-text-toggle:after {
    content: ')';
}
/*End*/

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

/*
Teleport in the main page
*/
.round-border {
    border: 1px solid #bfbfbf;
    border-radius: 8px;
    padding: 5px;
    /*margin-bottom: 5px;*/
    margin: 1% 0;
}

.radius-4{
    border-radius: 4px;
    border: 1px solid rgba(191, 191, 191, 0.6);
}

.left-main {
    /*display: inline-block;*/
    /*margin-left: 10px;
    margin-right: 10px;*/
    margin: 0;
    margin-top: 10px;
    margin-left: 3.6%;
    margin-right: 2%;
    float: left;
    width: 19%;
    background: #D9D9D9;
}

.left-main ul li.card {
     background: white;
     border-radius: 4px;
     padding: 5px;
     margin: 5px;
     border-bottom: 1px solid #ccc;
     cursor: pointer;
}

.teleport-main {
    padding: 0px;
    min-height: 20px;
    overflow: auto;
}

#main-summary-page .right-main li.card{
    cursor: pointer;
}

.right-main {
    /*display: inline-block;*/
    float: left;
    /*width: 75%;*/
    width: 73%;
    background: #D9D9D9;
    overflow: auto;
    margin: 0;
    margin-top: 10px;
}

.right-main ul{
     min-width: 800px;
     margin-bottom: 5px;
     list-style-type: none;
}

.right-main ul li.card {
     background: white;
     border-radius: 4px;
     padding: 5px 5px 5px 5px;
     margin: 5px;
     float: left;
     width: 48.96%;
     /*height: 320px;*/
     border-bottom: 1px solid #ccc;
     -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
     -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
     box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
}

.right-main ul li.card-rectangle {
     background: white;
     border-radius: 4px;
     padding: 5px 5px 5px 5px;
     margin: 5px;
     float: left;
     width: 99%;
     /*height: 120px;*/
     border-bottom: 1px solid #ccc;
     -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
     -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
     box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
}

.right-main ul li.card-rectangle .main-summary-view{
     display: inline-block;
     text-align:center;
     width:100%;
}

.right-main ul li.card-rectangle .main-summary-view .requisition-summary-count{
     width:9.6%;
     float:left;
     background-color: #c7b299;
     border-radius: 5px;
     margin-right: 10px;
}

.right-main ul li.card-rectangle .main-summary-view .candidate-summary-count{
     width:12.5%; float:left;
}

.right-main ul li.card-rectangle .main-summary-view div div:first-child{
     width:95%; float:left;
}

.right-main ul li.card-rectangle .main-summary-view div div:first-child label:last-child{
     color:#1FB8B3; font-size:x-large;
}

.right-main ul li.card-rectangle .main-summary-view .candidate-summary-count div:last-child{
     border-left: 1px solid black; float: right;line-height: 2.4; margin-top:6%;
}

/*=================================================
For Each Card
===================================================*/

.main-legend {
    /*background: #eff3f3;
    border-bottom: 1px solid #ded3d3;
    font-family: Arial;*/
    color: #333;
    display: block;
    font-size: 18pt;
    font-stretch: condensed;
    line-height: inherit;
    margin: 0px auto;
    padding: 0;
    width: 99%;
}

.right-main-close-icon {
    color: red;
    cursor: pointer;
    font-size: 18px;
    line-height: inherit;
    /*margin-right: 10px;*/
    float: right;
    top: 3px;
}

.right-main-refresh-icon {
    color: #45a6ff;
    cursor: pointer;
    font-size: 17px;
    line-height: inherit;
    margin-right: 10px;
    float: right;
    top: 3px;
}

.table {
    border-color: rgba(240, 248, 255, 0);
    width: 99%;
    margin: 0px auto;
}

.teleport-main .table > thead > tr > th {
    padding: 8px 0px 0px 0px;
    border-bottom-width: 0px;
}

.requisition-summary-view,
.candidate-summary-view {
     display: inline-block;
     text-align: center;
     width: 100%;
}

.requisition-summary-view > div:nth-child(1) {
    background-color: #c7b299;
    border-radius: 5px;
    margin-right: 1.3%;
    float: left;
}

.requisition-summary-view > div:nth-child(2) {
    background-color: #f5a64c;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    float: left;
}

.requisition-summary-view > div{
    min-width: 85px;
    width: 15.6%;
}

.requisition-summary-view > div:nth-child(3),
.requisition-summary-view > div:nth-child(4),
.requisition-summary-view > div:nth-child(5),
.requisition-summary-view > div:nth-child(6),
.requisition-summary-view > div:nth-child(7) {
    background-color: #ffdab1;
    float: left;
}

.requisition-summary-view > div:nth-child(8) {
    background-color: #ffdab1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: 1.3%;
    float: left;
}

.requisition-summary-view > div:nth-child(9) {
    background-color: #e89484;
    border-radius: 5px;
    margin-right: 1.3%;
    float: left;
}

.requisition-summary-view > div:nth-child(10) {
    background-color: #bf741b;
    border-radius: 5px;
    float: left;
}



.requisition-summary-view > div:nth-child(11),
.requisition-summary-view > div:nth-child(12){
    background-color: #9c7373;
    border-radius: 5px;
    float: left;
}

.requisition-summary-view > div:nth-child(1) > div > label:first-child {
    color: #825f5f;
    font-size: 12px;
    font-family: 'Calibri Bold';
}

.requisition-summary-view > div:nth-child(1) > div > label:last-child {
    color: white;
    font-size: 22px;
    font-family: 'Arial Bold';
}

.requisition-summary-view > div:nth-child(2) > div > label:first-child,
.requisition-summary-view > div:nth-child(9) > div > label:first-child,
.requisition-summary-view > div:nth-child(10) > div > label:first-child,
.requisition-summary-view > div:nth-child(11) > div > label:first-child,
.requisition-summary-view > div:nth-child(12) > div > label:first-child{
    color: white;
    font-size: 12px;
    font-family: 'Calibri Light';
}

.requisition-summary-view > div:nth-child(2) > div > label:last-child,
.requisition-summary-view > div:nth-child(9) > div > label:last-child,
.requisition-summary-view > div:nth-child(10) > div > label:last-child,
 .requisition-summary-view > div:nth-child(11) > div > label:last-child,
 .requisition-summary-view > div:nth-child(12) > div > label:last-child{
    color: white;font-size: 22px;
    /*font-family: 'Arial';*/
}

.requisition-summary-view > div:nth-child(3) > div > label:first-child,
.requisition-summary-view > div:nth-child(4) > div > label:first-child,
.requisition-summary-view > div:nth-child(5) > div > label:first-child,
.requisition-summary-view > div:nth-child(6) > div > label:first-child,
.requisition-summary-view > div:nth-child(7) > div > label:first-child,
.requisition-summary-view > div:nth-child(8) > div > label:first-child {
    color: #825f5f;
    font-size: 12px;
    font-family: 'Calibri Light';
}

.requisition-summary-view > div:nth-child(3) > div > label:last-child,
.requisition-summary-view > div:nth-child(4) > div > label:last-child,
.requisition-summary-view > div:nth-child(5) > div > label:last-child,
.requisition-summary-view > div:nth-child(6) > div > label:last-child,
.requisition-summary-view > div:nth-child(7) > div > label:last-child,
.requisition-summary-view > div:nth-child(8) > div > label:last-child {
    color: #bf741b;font-size: 22px;
    /*font-family: 'Arial';*/
}

/*=================================================
2018/10/04 <Vel> <New Requisition Summary block at Home>
===================================================*/
.requisition-home-block-next-gen .outer-rim {
    display: flex;
    height: 60px;
}

.requisition-home-block-next-gen .filled-req-block {
    background-color:#825f5f;
    float:left;
}

.requisition-home-block-next-gen .on-hold-req-block {
    background-color:#bf741b;
    float:left;
}

.requisition-home-block-next-gen .vanilla-req-sum-title {
    color: white;
    font-size: 12px;
    font-family: 'Calibri Light';
}

.requisition-home-block-next-gen .vanilla-req-sum-stat {
    color: white;
    font-size: 25px;
    font-family: 'Arial Bold';
}

.requisition-home-block-next-gen .citrus-req-sum-title {
    color: white;
    font-size: 12px;
    padding-top:40px;
    font-family: 'Calibri Light';
}

.requisition-home-block-next-gen .citrus-req-sum-stat {
    color: white;
    font-size: 25px;
    font-family: 'Arial Bold';
}

.requisition-home-block-next-gen .open-req-div-title {
    color: #825f5f;
    font-size: 15px;
    padding-top:40px;
    font-family: 'Calibri Light';
}

.requisition-home-block-next-gen .open-req-div-stat {
    color: #bf741b;
    font-size: 25px;
}



/*table.candidate-summary-view > thead > tr > th,
table.candidate-summary-view > tbody > tr > td{
    vertical-align: middle;
    text-align: center;
}

.candidate-summary-view thead div > div:nth-child(odd) {
    width:12.3%;
    float:left;
}

.candidate-summary-view thead div > div:nth-child(odd) > label:nth-child(1) {
    white-space: nowrap;
    overflow: clip;
    display: inline-block;
    vertical-align: bottom;
    -o-text-overflow: clip;    *//* Opera *//*
    text-overflow:    clip;    *//* IE, Safari (WebKit) *//*
    -moz-binding: url('ellipsis.xml#ellipsis');     *//* Firefox *//*
}

.candidate-summary-view thead div > div:nth-child(even) {
    width: 1px;
    background-color: gray;
    height: 2em;
    margin-top: 1.1em;
    float: left;
}

.candidate-summary-view thead div > div{
    float: left;
}

.candidate-summary-view thead  div > label:first-child {
    font-size: 12px;
    padding: 5px 20px 0px 20px;
    margin-bottom: 2px;
}

.candidate-summary-view thead div > label:last-child {
    color:#1FB8B3;
    font-size: 22px;
}*/



.main-table {
    overflow: auto;
    height: 280px;
}
.main-table th {
    text-align: center;
}

/*=================================================
For CSS specify
===================================================*/

.float-right{
    float: right;
}

.color-red{
    color: red;
}

.pointer-cursor{
    cursor: pointer;
}

.hide-inline-for-desktop{
    display: none;
}

.hide-inline-for-mobile{
    display: inline-block;
}

.hide-block-for-desktop{
    display: none;
}

.hide-block-for-mobile{
    display: block;
}


/*=================================================
For Mobile browsing
===================================================*/

@media only screen and (max-width: 767px) {
    .vms-container {
        overflow-y: overlay;
    }

    /* for mobile navbar height */
    .switch-navbar{
        height: 100px;
    }

    /* for mobile job board page */
    #job-description-container > div{
        width: 100%;
    }
    #job-description-container #teleport-uiview {
        width: 98%;
    }
    #job-description-container #description-uiview{
        width: 100%;
        margin-right: 0%;
        margin-top: 1%;
    }

    #job-description-container .uiview-job-side-bar{
        display: block;
    }

    /* hide all tooltip for mobile */
    md-tooltip {
        display: none;
    }

    /* for mobile: main summary panels */
    .left-main {
        /*display: inline-block;*/
        /*margin-left: 10px;
        margin-right: 10px;*/
        margin-left: 1%;
        margin-right: 1%;
        float: none;
        /*width: 20%;*/
        width: 98%;
    }

    .right-main {
        /*display: inline-block;*/
        float: none;
        /*width: 75%;*/
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        background: #D9D9D9;
        overflow: hidden;
    }
    .right-main ul{
         min-width: initial;
    }
    .right-main ul li.card{
        width: 98%
    }

    #main-summary-page .right-main li.card{
        min-width: initial;
    }

    #main-summary-page .left-main > .teleport-main{
        margin-bottom: 0px;
    }

    #main-summary-page .left-main > .teleport-main > li {
        height: 48px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #main-summary-page .left-main > .teleport-main > li > div,
    #main-summary-page .glyphicon {
        font-size: 22px;
        line-height: 36px;
        height: 36px;
    }

    #main-summary-page .glyphicon-remove {
        font-size: 25px;
    }

    #main-summary-page .right-main-refresh-icon {
        margin-right: 20px;
    }

    .requisition-summary-view,
    .candidate-summary-view{
         width: 100%;
    }

    .requisition-summary-view > div,
    .candidate-summary-view > div:nth-child(2n + 1){
         width: 32%;
         border-radius: 5px;
         padding-left: 3px;
         padding-right: 3px;
         margin-bottom: 5px;
         margin-right: 1px;
    }

    .requisition-summary-view > div:nth-child(2){
         margin-top: 10px;
         /*
         margin-bottom: 0px;
         */
    }
    .requisition-summary-view > div:nth-child(9){
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .requisition-summary-view > div:nth-child(1),
    .requisition-summary-view > div:nth-child(2),
    .requisition-summary-view > div:nth-child(9),
    .requisition-summary-view > div:nth-child(10),
    .requisition-summary-view > div:nth-child(11),
    .requisition-summary-view > div:nth-child(12)  {
        display: block;
        width: 90%;
    }

    .candidate-summary-view > div:nth-child(2n + 1){
         min-height: 85px;
    }
    .candidate-summary-view > div:nth-child(2n){
         height: 4em;
         margin-top: 0.4em;
    }

    /*========== for CSS class ===========*/
    .hide-inline-for-desktop{
        display: inline-block;
    }

    .hide-inline-for-mobile{
        display: none;
    }

    .hide-block-for-desktop{
        display: block;
    }

    .hide-block-for-mobile{
        display: none;
    }
}
/*=================================================
20180621 Waltor was created for @media screen < 1080
===================================================*/
@media screen and (max-width: 1080px) {
    #mediaScreen {
        width:330px;
    }
}

@media  (max-width: 767px) {
    #login-page .eye-progressive{
        right:50px;
        top:80px;
    }
}
/*=================================================
20180621 Waltor created this for @media screen > 1080
===================================================*/
@media screen and (min-width: 1080px) {
    #mediaScreen {
        width:30vw;
    }
    #changePWScreen{
        width:30vw;
    }
}

@media (min-width: 767px) {
    #login-page .eye-progressive{
        right:25px;
        top:80px;
    }
}
/*=================================================
20180621 Waltor created this for @media screen > 1600
===================================================*/
@media screen and (min-width: 1600px) {
    #mediaScreen {
        width:30vw;
    }
    #changePWScreen {
        width:30vw;
    }
}
/*=================================================
20180627 Vel Centralized styling for recent elements
===================================================*/
.btn-new-item {
    background-color: #eea236;
    color: #ffffff;
    float: left;
}

.btn-progressive:hover{
    background-color: #6157d7 !important;
    color: #ffffff !important;
}

.btn-progressive[disabled]:hover{
    background-color: #eae3e0 !important;
}

.btn-progressive {
    background-color: #3949ab;
    color: #ffffff;
}

.btn-conservative:hover{
    background-color: #fd0b26 !important;
}

.btn-submit:hover{
    background-color: #7176DE !important;
}

.theme-next-gen {
    background-color: #3949ab;
    color: #ffffff;
    text-align:center;
    font-weight: 90;
    font-size: 20px;
    padding-top:9px;
    padding-bottom:0px;
}

.autocomplete-popup-proto {
    position:absolute;width:100%;
    background-color:#FFFFFF;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color:#CCCCCC;
    text-align:left;
}

.eye-progressive {
    color: #335fda;
}

.icon-progressive:hover{
    /*transition: all .9s ease-in-out !important;*/
    transform: scale(1.2) !important;
    color: #6157d7 !important;
}

.text-progressive:hover{
    transition: all .2s ease-in-out !important;
    color: #6157d7 !important;
}

.tele-progressive:hover{
    color: #6157d7 !important;
    left:100px !important;
}

/*=================================================
20180724 Vel | Styling for new Password pages
===================================================*/

.central-parlor {
    height: 70%;
    background-color: rgba(63, 80, 191, 0.14);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(255,255,255,0.45);
    -moz-box-shadow: 0px 0px 2px 1px rgba(255,255,255,0.45);
    box-shadow: 0px 0px 2px 1px rgba(255,255,255,0.45);
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border: 0px solid #FFFFFF;
    z-index: 10;
    padding:25px;
    opacity:0.9;
    border-radius: 3px;
    /*margin-top: 10px;*/
}

#reset-pw-finish-page .bottom-bar{
    text-align:center;
    position:fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 40px;
    line-height: 40px;
    z-index: 5;
    border: 0px;
    background: -moz-linear-gradient(left, #5E46BA 8.5%, #6D8EE8 50%, #6CCCDB 100%);
    background: -webkit-linear-gradient(left, #5E46BA 8.5%, #6D8EE8 50%, #6CCCDB 100%);
    background: -o-linear-gradient(left, #5E46BA 8.5%, #6D8EE8 50%, #6CCCDB 100%);
    /* background: linear-gradient(to left, #5E46BA 8.5%, #6D8EE8 50%, #6CCCDB 100%); */
    background: -ms-linear-gradient(left, #5E46BA 8.5%, #6D8EE8 50%, #6CCCDB 100%);

    /*set blur & opacity*/
    -webkit-filter: blur(0px) opacity(1) saturate(1); /* Chrome, Safari, Opera */
    filter: blur(0px) opacity(1) saturate(1);
}
#reset-pw-finish-page .bottom-bar span{
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}
#reset-pw-finish-page .bottom-bar img{
    height: 50%;
}

#reset-pw-finish-page .bg-img{
    position:fixed;
    top:0px;
    right:0px;
    z-index: 0;
    opacity:0.5;
}

@media screen and (min-aspect-ratio: 16/9) {
    #reset-pw-finish-page .bg-img{
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-aspect-ratio: 16/9) {
    #reset-pw-finish-page .bg-img{
        height: 100%;
    }
}

@media (min-width: 767px) {
    #reset-pw-finish-page .eye-progressive{
        right:22px;
        top:33px;
    }
}

@media (max-width: 767px) {
    #reset-pw-finish-page .eye-progressive{
        right:20px;
        top:33px;
    }
}


/*=================================================
20180803 <Vel> Styling for the new Create Candidate pages
===================================================*/

#candidate-creation-container-upper .custom-upper-parts li{
    display:inline-block;
}


/*=================================================
20180813 <Vel> Global styling
===================================================*/
md-checkbox.md-checked .md-icon {
    background-color: teal;
    width: 18px;
    height: 18px;
}

md-checkbox .md-icon {
    width: 18px;
    height: 18px;
}

md-radio-button.md-checked .md-off {
    border-color: #3949ab;
}

md-radio-button.md-checked .md-on {
    background-color: #3949ab;
}

.hoverBlue:hover{
    background-color:#78bbf0;
    color:white;
    cursor:pointer;
}

/*=================================================
20180820 <Vel> <RWD Tryout Candidate Summary>
===================================================*/
* {
    box-sizing: border-box;
}

.candidate-summary-view-desktop > div:nth-child(1) {
    /*border-radius: 5px;*/
    float: left;
    background-color: white;
    margin-right: 1.3%;
    border: 1px solid;
    border-color: white #8C8C8C white white;
}

.candidate-summary-view-desktop > div:nth-child(2),
.candidate-summary-view-desktop > div:nth-child(3),
.candidate-summary-view-desktop > div:nth-child(4),
.candidate-summary-view-desktop > div:nth-child(5),
.candidate-summary-view-desktop > div:nth-child(6){
    background-color: white;
    /*border-radius: 5px;*/
    border: 1px solid;
    border-color: white #8C8C8C white white;
    float: left;
}

.candidate-summary-view-desktop > div:nth-child(7){
    background-color: white;
    /*border-radius: 5px;*/
    border-left-style: 1px solid;
    border-color: white #8C8C8C white white;
    float: left;
}

.candidate-summary-view-mobile > div:nth-child(1) {
    border: 1px solid;
    border-color: white white #8C8C8C white;
}

/*=================================================
20180912 <Vel> <RWD for recentJobs and topSuppliers.html>
===================================================*/

.recent-requisition-view{
    display: table;
    width: 100%;
    text-align: center;
}

.recent-requisition-view-rwd .table-row-rwd div:nth-child(1),
.top-suppliers-view-rwd .table-row-rwd div:nth-child(1){
    font-weight: bold;
}

.main-table-rwd {
    overflow: auto;
    height: 150px;
}


/*=== Desktop mode ===*/
.recent-requisition-view {
    table-layout: fixed;
}

.recent-requisition-view thead tr th:nth-child(1) {
    width: 20%;
}

.recent-requisition-view thead tr th:nth-child(2) {
    width: 35%;
}

.recent-requisition-view thead tr th:nth-child(3) {
    width: 30%;
}

.recent-requisition-view thead tr th:nth-child(4) {
    width: 15%;
}

.recent-requisition-view th,
.recent-requisition-view td {
    text-align: center;
}

.recent-requisition-view thead tr th > span:nth-child(1),
.recent-requisition-view tbody tr td:nth-child(2) > span:nth-child(1) {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -o-text-overflow: ellipsis;    /* Opera */
    text-overflow:    ellipsis;    /* IE, Safari (WebKit) */
    -moz-binding: url('ellipsis.xml#ellipsis');     /* Firefox */
}
/*=== Desktop mode ===*/

/*=================================================
20180926 <Vel> <Unique styling for unorthodox elements>
===================================================*/
.next-gen-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 5px;
    text-overflow: '';
    text-align:center;
    width:10%;
    font-size:21px;
    border-radius:20px;
    border:1px solid #AAAAAA;
}

/*=================================================
20190213 <Vel> <Centralized styling for email templates>
===================================================*/
.email-template-interactive-button {
    background-color:#0E5F56;
    border:1px solid #0E5F56;
    color:#ffffff;
    display:inline-block;
    font-family:Helvetica,Arial,sans-serif;
    font-size:16px;
    line-height:44px;
    text-align:center;
    text-decoration:none;
    width:150px;
    -webkit-text-size-adjust:none;
    mso-hide:all;
}

/*=================================================
20190222 <Vel> <Centralized styling for dialogs at Time Sheet Management>
===================================================*/
.time-sheet-manage-dialog-next-gen {
    width:500px;
    background-color: #F3ECE8;
    opacity:0.9;
    border-radius: 3px;
}


/*=================================================
20190326 <Vel> <Working Hours Report>
===================================================*/

#working-hours-report div .arrow-up-neo:after {
    content: "\25b2";
    color:white;
    opacity: .5;
}

#working-hours-report div .arrow-down-neo:after {
    content: "\25bc";
    color:white;
    opacity: .5;
}

#working-hours-report div .header-for-mouse {
    cursor: pointer;
}

.selectWrhSelectHeader .wrh-header-searchbox {
    border: #3949ab;
    outline: #3949ab;
    height: 100%;
    width: 100%;
    padding: 0;
}

.selectWrhSelectHeader .wrh-select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: default;
    position: relative;
    display: flex;
    align-items: center;
    width: 800px;
}

.selectWrhSelectHeader .wrh-opt-group {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    cursor: default;
    position: relative;
    display: flex;
    align-items: center;
    width: 800px;
}

.selectWrhSelectHeader md-content ._md {
    max-height: 600px;
    height: 600px;
}

.selectWrhSelectHeader .wrh-select-header a:hover {
    cursor: pointer;
    color: #6157d7;
    font-weight: bold;
}


/*=================================================
YYYYMMDD <Creator> <Purpose>
===================================================*/

/* Excel graph  */
.excel{
    width:40px;
    height:40px;
    /*content:url('https://image.flaticon.com/icons/svg/337/337958.svg');*/
    background: url("../images/excel-icon.svg") no-repeat center top;
    background-size: contain;
    /*
    content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAoCAYAAAC8cqlMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAwdJREFUeNrsmD9oGlEcx3/+q8Gh5yCWFho0tFObJqFbyBBJoC0uZipkkQwZA7olQ0lihy6FBAIZzKDJIGTzsnRKzVSyFAIaiFAkUmhQNIlNTxsPS+/3yjtOY/TuqtETv4/H/UGfv8/7/XnPp2NZNmAwGN6BhlWpVN7rtQ6BQgY99Ij6IH2QNsnY6gFTv1OQ5bOQuhau5Sxk+AzEi3EY5Adh88Vm94GgcWgwMZSLA/eHIxC3ief5znoEDRZnWbjiTHMVTluhhRBL6aWW/Zjb7W76mXQ6DYlEQvvJLqzS/fLbB+lpEAfjIL3rF8RR+yh4nnjI/frXdbi8viT3k48nIfY2Ru6j36IwE53pbhCr2QrL48vkfsQ+QgzGd6E3IfEzq19Wuz+0Dr4fEE+g0DPYfS994Lj/L5z8MT8cZY+0sdfCGfc89RDj0RPokVpITSQ75oX/s18MNfpOaV4gdPg4DKc/TztXtTDpa3On9l0zYYHACXEGneDadf1XSOrVQtCEx3CikoaZ3HFokcBxxnbGYPt4++5AQq9DVeFEqxTNGSWixYIqkAzAVmar/SAr4ytiCM19miMwGOs0zmklUyL0rtST7DkL+4X99oJgHKMHsMziwkc9g1DSEFO6NmEVlCqYCSr636O4/KLxFKB2fdF91BGj1GxRvM+8EE6ExWeEYC9YmLXNdmavhd5RU32wgtUKQ6wndr/oFfyX2hPb+EYHGm09DlISgnJ2Anvne3B4dSg+zz+Yh6GBoe4BwaLgfe6tqnb1hMdN2FHTzHRdiKYgw5ZhWLQuQvIqCRdCw2t+IA9lfVmV8ZFIpOr5ntAW7Auwkd1o+l2E8D3yqQ+tiYcTpFMVi0XSpQd0J+UTckCXN+cbjsUwzI13r4RmNBph7ceaaghVoWWxWEh3CU0qPEksFAokOYn3fiXFI9Mzy1nDMaeYKXKtByMHoqU5YjKZwGazATY601S5XK7p9+vByIW4s2RHQDmSwiiB6GjVagTjNDtvrU6aWhCVQmhiZZcNUiqVPmgdAhn+CjAAwKJeMnOZHsQAAAAASUVORK5CYII=')
    */
}
/* ↑↑↑↑ */

/* Calendar graph  */
.calendar{
    height:35px;
    content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAIAAAAnApehAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhEMDRCNTczRjJERDExRTg5Njc5RTQxQzE4ODU1NDFFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhEMDRCNTc0RjJERDExRTg5Njc5RTQxQzE4ODU1NDFFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEQwNEI1NzFGMkREMTFFODk2NzlFNDFDMTg4NTU0MUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEQwNEI1NzJGMkREMTFFODk2NzlFNDFDMTg4NTU0MUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6EYbMIAAACgklEQVR42uyY32vTUBTHkzZp2tS1Wt3G+kO7n1TtRCtSlOqkqCCMIRPEx+GDf5RPvmlfhuAQtCDiynQPbo6idlvRumpHndTZrjdJ0/TujGCJq1uTNnQ+5HC5fMk9Nx/uveecG0LGYjG320101hBCwWCQAnAkEukwG2Mcj8dNxEEYSZIsyx4MWzaDbbAN9l+2siYk0zzeq1wQBIyCj/oXUir9snnx0fNNxmLCmDgzbG10SK7yz+ZKQqV2b8Ll66X1YcOC0llhaZUfHbT2ddOLyxwn1BrdUhlhLGRf3xDnPyC+Yh3yMWSb7KqEH0wXUl93dvLyOXu1it+lOGj/dB7wWCRMzC6WXy+UAyeY+5Muyky2zp5bQjIY7G0SmfcNj6ezRenPjsAsmHslZG+dvZYX61qsYnFfZ76C95r73+VYk3Xfuea8HXW09mqziWyL/SaJNKWs0kaOM2PtnDekdbFcO9XPaAV//CJkm5138/zu76NvXurSyub4GhKwPnUtPr/1KcN7u+nJqHMmUfr8XRjwMOORLqWefvn724Z40m+9Hj6kZ03NF6rpbEXW6z9F0DbGtEsDGLTLQekT53Ub9Fqg73VRchABTC7aSg0rBrDsqSf74igLTdbK6FVqlVutmf3kVfH9Cud3W6bGjzx+sQk3R8DP3L1xWKkfzvzK5CpnR2y3rqoqCWrr2hZXKxSlYlkCXUI7GvpdGkZBg6fO64Y7+6jT7HKYQZ8P2Lw9tHz2Sh0+zQ77GE8PrTd7yApN1qGArf5cqcNBVufzXljmIXm01pYfBQmCoC129ILdq3oPG+q5pS22+xgNzfg+N9gG22Br+c+EEKJyuVwikegwW/6/ti3AALvvHNjkPp2vAAAAAElFTkSuQmCC')
}
/* ↑↑↑↑ */

.pdf {
    height:40px;
    width:40px;
    /*content:url('https://image.flaticon.com/icons/svg/337/337946.svg')*/
    background: url("../images/pdf-icon.png") no-repeat center top;
    background-size: contain;
}
