@font-face{
    src:url("../font/MyriadPro-Light.otf") format("opentype");
    font-family:MyriadPro-Light;
}
#banner-body
{
    font-family:MyriadPro-Light;
    font-style: normal;
    background-image: url("../images/c/banner.png");
    background-repeat:  repeat-x;
}
#home-body
{
    font-family:MyriadPro-Light;
    font-style: normal;
    background-repeat:  repeat-x;
    overflow: hidden;
}
#banner-title-img{
    position: relative;
    top: 22px;
    left: 69px;
    text-align: center;
    width: 200px;
}
#banner-title-text{
    color: #343434;
    font-family:MyriadPro-Light;
    font-size: 16px;
    font-weight: 100;
    text-decoration: none;
    top: 5px;
    left: 81px;
    position: relative;
    white-space: nowrap;
}
#home-login td{
    padding: 4px;
}
#home-welcome {
    background: url(../images/c/welcome.png)no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 97%;
    height: 80%;
    right: 30px;
    bottom: 30px;
    z-index: -1;
}
#home-body #dinec-logo{
    text-align: center;
    background: url(../images/c/mtpslogo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
    height: 100px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 85%;
    left: 36%;
}
.container-login-container{
    align-content: center;
    position: absolute;
    left: 39%;
    top: 30%;
}
.custom-login-card{
    height: 270px;
    width: 450px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: rgb(255, 255, 255) !important
}
#divloginpw{
    left: 22%;
    position: relative;
    top: 10%;
    display: none;
}
.custom-form-control-input{
    font-family:MyriadPro-Light;
    font-weight: 100;
    font-size: 15px;
    margin-bottom: 7px;
    border-radius: 4px;
    border-color: transparent;
    color:#176d76;
    background-color: #f1f3f3;
}
.custom-form-control-input:textarea :focus :placeholder{
    color: #f1f3f3;
}
.custom-form-control-input::placeholder{
    color: #176d76;
}
.custom-form-control-input:-ms-input-placeholder{
    color: #176d76;
}
.custom-form-control-input::-ms-input-placeholder{
    color: #176d76;
}
.custom-btn-primary-login{
    position: relative;
    left: 60px;
    top: 30px;
    width: 130px;
    height: 30px;
    background-color: #ddad53;
    border-radius: 4px;
    border-color: transparent;
    color: white;
    cursor: pointer;
}
.login-text-between-line{
    width: 353px;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
    position: relative;
    top: 55px;
    right: 1px;
}
h2 span { 
    background:#fff; 
    padding:0 10px; 
    font-family:MyriadPro-Light;
    font-weight: 100;
    font-size: 15px;
}
.custom-btn-primary-login-ldap{
    background: url("../images/windowsIcon.png");
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 119px 2px; /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
    position: relative;
    top: 56px;
    width: 355px;
    background-color: #5194aa;
    height: 34px;
    border-radius: 4px;
    border-color: transparent;
    color: white;
    font-family:MyriadPro-Light;
    font-weight: 100;
    font-size: 19px;
    cursor: pointer;
}
.container-header-select-mode-select {
    background: url(../images/c/selecticonnew.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 1px 3px;
    border: none;
    cursor: pointer;
    height: 10px;
    padding-left: 10px;
    vertical-align: middle;
    min-width: 156px;
    height: 26px;
    text-align-last: center;
    border: 2px solid #5194aa;
    font-family:MyriadPro-Light;
    font-size: 15px;
    font-weight: 200;
    text-decoration: none;
    border-radius: 4px;
    color: #176d76;
}
#home-bottom {
    width: 100%;
    bottom: 0px;
}

#banner-time-mngt{
    color: #6B828A;
    font-size: 12px;
}
#banner-dinclock
{
    color: #6B828A;
    font-size: 18px;
}
#banner-version{
    position: absolute;
    top: 132px;
    right: 101px;
    line-height: 12px;
    text-align: right;
    color: #176d76;
    font-family:MyriadPro-Light;
    font-size: 19px;
    font-weight: 100;
}
#banner-time{
    position: absolute;
    top: 188px;
    left: 81px;
    color: #343434;
    font-family:MyriadPro-Light;
    font-size: 19px;
    font-weight: 100;
}
#banner-title
{
    width: 100%;
    height: 174px;
    box-shadow: -1px 2px 10px #cecece;
    background-color: white;
}
#banner-logo-dinec{
    height: 77px;
    padding: 10px;
    float: left;
}
#banner-user
{
    font-family:MyriadPro-Light;
    font-size: 16px;
    font-weight: 100;
    position: absolute;
    text-align: right;
    top: 6px;
    right: 10px;
    white-space: nowrap;
}
#banner-user-name{
    position: relative;
    bottom: 6px;
    left: 2px;
}
.last-name-first-name-header-img{
    width: 26px;
    height: 26px;
}
.help-buttons-icons{
    width: 26px;
    height: 26px;
}
#banner-toolbar
{
    position: absolute;
    right: 29px;
    top: 38px;
    width: 120px;
    text-align: center;
}
#banner-toolbar a
{
    padding: 2px 2px;
}
#banner-roles
{
    position: absolute;
    right: 10px;
    top: 67px;
    text-align: right;
}
.navbar-location-text{
    color: #5194aa;
    font-family:MyriadPro-Light;
    font-size: 12px;
    font-weight: 100;
    text-align: left;
    white-space: nowrap;
    position: relative;
    top: 2px;
    left: -32px;
}
.container-location{
    position: absolute;
    left: 34%;
    top: -79%;
    width: 115px;
    height: 20px;
    background-color: #f1f3f3;
}
#banner-buttons
{
    position: relative;
    left: 24%;
    bottom: 109px;
}
.banner-bp-menu-list{
    position: absolute;
}

.banner-bp-menu {
    font-size: 16px;
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: transparent;
    font-family: MyriadPro-Light;
    margin: 0;
    min-width: 80px;
    border-radius: 4px;
    padding-right: 11px;
    text-align: center;
    text-align: center;
    line-height: 1px;
}
.banner-bp-menu:hover{
    background-color: #176d76;
    color: white;
}

.banner-bp-menu-text{
    position: relative;
    top: 0px;
    font-weight: 100;
    left: -1px;
    cursor: default;
}
#banner-requests.many {background: url("../images/c/bp-menu3.png");}
#banner-requests.none {}
table.login {
    height: 350px;
    width: 600px;
    margin-top: auto;
    background-color: white;
    position: relative;
    left: 33%;
    top: 60px;
}
.custom-login-text-center{
    color: #343434;
    font-family:MyriadPro-Light;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    position: relative;
    top: 0px;
}
#welcome {
    color: #166D7D;    
    font-size: x-large;
}
.welcome-expire{
    padding:0;font-variant:small-caps;
    color: #990066;
    position: absolute;
    top: 0%;
}
#login-error {
    color: #990066;
}
fieldset {
    border:0;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.fieldset-container{
    overflow-y: auto;
    overflow-x: hidden;
    width: 80%;
    left: 10%;
    display: inline-block;
    position: relative;
    top: 20px;
    height: 210px;
    box-shadow: -1px 2px 10px #cecece;
    background-color: white;
}
.fieldset-header{
    text-transform: uppercase;
    font-family:MyriadPro-Light;
    text-align: left;
    color: white;
    height: 30px;
    padding-left: 6px;
    background-color: #5194aa;
}
.request-select-treatment{
    position: relative;
    top: 12px;
    left: 23px;
    cursor: pointer;
    height: 10px;
    vertical-align: middle;
    min-width: 130px;
    height: 26px;
    border: 2px solid #e4e4e4;
    font-family:MyriadPro-Light;
    font-size: 15px;
    font-weight: 100;
    text-decoration: none;
}
.requests-list{
    position: relative;
    top: 26px;
    width: 98%;
    left: 12px;
}
.requests-navigation-contaier{
    width: 100%;
    height: 87px;
    box-shadow: -1px 2px 10px #cecece;
    background-color: white;
    position: relative;
    bottom: 15px;
    cursor: default;
}

.date-time-navigation-container{
    width: 100%;
    height: 87px;
    box-shadow: -1px 2px 10px #cecece;
    background-color: white;
    position: relative;
    bottom: 43px;
    cursor: default;
}

.requests-navigation-images-contaier{
    text-align: center;
    position: relative;
    top: 30px;
    right: 22px;
}
#requests-navigation-form-prev-image{
    position: relative;
    margin-right: 10px;
}
#requests-navigation-form-next-image{
    position: relative;
    margin-left: 10px;
}
.request-navigation-header-text{
    font-size: 31px;
    font-weight: 100;
    position: relative;
    font-family:MyriadPro-Light;
    top: -20px;
}
.request-navigation-number{
    font-family:MyriadPro-Light;
    position: relative;
    background-color: #f1f3f3;
    padding: 10px;
    bottom: 23px;
}
legend {margin-left: 0px;color:#0055AA}
.vbutton {
    color: whitesmoke;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background-image: url("../images/th-neutral.png");
    background-repeat: repeat-x;
    cursor: pointer;
    line-height: 20px;
    height: 20px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
td.vbutton {
    font-weight: bold;    
}
input.vbutton {
    font-weight: bold;
    line-height:        12px;
    height:             22px;
    padding-left:       5px;
    padding-right:      5px;
}
a.vbutton {
    font-weight: normal;
    border:             outset thin silver;
    text-decoration:    none;
    margin-left: 3px;
    margin-bottom: 2px;
    white-space: nowrap;
}
a.vmenu {
    color: whitesmoke;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    background-image: url("../images/th-neutral.png");
    background-repeat: repeat-x;
    cursor: pointer;
    line-height: 20px;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-right-radius: 5px;
    border: 1px solid white;
}
a.vmenu.active {
    font-size: 14px;
    color: white;
    background-image: url("../images/th-active.png");
}
a.mw100{
    display: inline-block;
    min-width: 100px;
    line-height: 14px;
    height: 14px;
}
a.mw200{
    display: inline-block;
    min-width: 200px;
    line-height: 14px;
    height: 14px;
}
a.vbutton:hover{
    font-weight: bold;
    background-image: url("../images/th-active.png");
}
a.vbutton:active {
    background-image:   url(null);
    background-color:   white;
    cursor:             auto;
}

a.butsq {
    background-image: url("../images/butsq.png");
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.butsq .ui-icon {background-image: url(../images/ui-icons_3d3d3d_256x240.png); margin: 1px;}

input[type="button"].smallchecked{
    border-style: inset;
    cursor: pointer;
    font-size: 10px;
    height: 18px;
    text-align: center; 
}
input[type="button"].small{
    border-style: outset;
    cursor: pointer;
    font-size: 10px;
    height: 18px;
    text-align: center; 
}

input.buttonDisabled {
    line-height: 12px;
    height: 22px;
    width: 100px;
}

td.button:hover,  .buttonOver{
    /* fonctionne avec netscape, pas ie sauf si onMouseOver = buttonOver*/
    background: url("../images/bp-std-active.png");
    font-weight: bold;
    color: white;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    text-transform: none;
    height: 20px;
    width: 100px;
    text-align: center;    
    background-repeat: no-repeat;
    background-position: center center;
}
.butsq {
    font-weight: 900;
    color: white;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 21px;
    font-style: normal;
    line-height: 20px;
    font-variant: normal;
    text-transform: none;
    background-position: center center;
    height: 20px;
    width: 22px;
    text-align: center;
    text-decoration: none;
}

td.butsq:hover{
    /* fonctionne avec netscape, pas ie sauf si onMouseOver = buttonOver*/
    font-weight: bold;
    color: white;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 22px;
    font-style: normal;
    line-height: 20px;
    font-variant: normal;
    text-transform: none;
    background-position: center center;
    height: 20px;
    width: 22px;
    text-align: center;
    background-color: #176d76;
    color: white;
}
.codexp-name{
    color: #343434;
    background-color: white;
    font-weight: 100;
    position: relative;
    padding-top: 8px;
    border-bottom: 1px solid #e4e4e4;
}
.employee-details-container{
    width: 100%;
    height: 56px;
    box-shadow: -1px 2px 10px #cecece;
    background-color: #5194aa;
    bottom: 20px;
    position: relative;
}
.employee-details-container h1{
    color: #ffffff;
    font-family:MyriadPro-Light;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    position: relative;
    white-space: nowrap;
    top: 10px;
}
.header-dateform{
    font-family:MyriadPro-Light;
    font-size: 29px;
    font-weight: 100;
    position: relative;
    bottom: 30px;
}
.myhome-table-container{
    position: relative;
    top: 82px;
}
h2 {
    margin: 0;
    font-size: 1.2em;
}
form {
    margin: 0;
}
.height0 {
    line-height: 0px;
    padding: 0px;
    height: 0px;
}
table .text tbody tr.rowhead th{
    text-transform: uppercase;
    font-family:MyriadPro-Light;
    text-align: left;
    color: white;
    height: 30px;
    padding-left: 6px;
}
#accDest > table > tbody > tr.rowhead > td{
    text-transform: uppercase;
    font-family:MyriadPro-Light;
    text-align: left;
    color: white;
    height: 30px;
    padding-left: 6px;
}
body > div.myhome-table-container > table > tbody > tr:nth-child(3) > td > table{
    min-width: 200px;
    min-height: 150px;
}
body > div.myhome-table-container > table > tbody > tr:nth-child(3) > td > table > tbody > tr > td:nth-child(1){
    position: relative;
    box-shadow: -1px 2px 10px #cecece;
    width: 541px;
    background-color: white;
}
body > form > table.edit > tbody > tr:nth-child(5) > td > div:nth-child(2) > input[type=button]:nth-child(4){
    background-color: #ddad53;
    color: white;
    position: relative;
    min-width: 120px;
    height: 25px;
    font-family:MyriadPro-Light;
    font-size: 17px;
    border-radius: 4px;
    border: 0;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 8px;
    margin-left: 20px;
    cursor: pointer;
}
body > form > table.edit > tbody > tr:nth-child(6) > td > div:nth-child(2) > input[type=button]:nth-child(4){
    background-color: #ddad53;
    color: white;
    position: relative;
    min-width: 120px;
    height: 25px;
    font-family:MyriadPro-Light;
    font-size: 17px;
    border-radius: 4px;
    border: 0;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 8px;
    margin-left: 20px;
    cursor: pointer;  
}
#acctoday{
    position: relative;
    box-shadow: -1px 2px 10px #cecece;
    width: 541px;
}
#accDest > table{
    background-color: white;
}
#new-request > table > tbody > tr.rowhead > th:nth-child(1){
    text-transform: uppercase;
    font-family:MyriadPro-Light;
    text-align: left;
    color: white;
    height: 30px;
    padding-left: 6px;
}

body > div > div.date-time-navigation-container > h4{
    font-family:MyriadPro-Light;
    font-size: 29px;
    font-weight: 100;
    position: relative;
    top: 22px;
}
body > div:nth-child(2) > form > div > h2{
    font-family:MyriadPro-Light;
    font-size: 29px;
    font-weight: 100;
    position: relative;
    top: 22px;
}

#autofocus{
    background-color: #ddad53;
    color: white;
    position: relative;
    min-width: 120px;
    height: 25px;
    font-family:MyriadPro-Light;
    font-size: 17px;
    border-radius: 4px;
    border: 0;
    text-align: center;
    cursor: pointer;
}

.request-name-col{
    color: #343434;
    background-color: white;
    font-weight: 100;
    position: relative;
    padding-top: 8px;
    border-bottom: 1px solid #e4e4e4;
    left: 10px;
}
.request-description-col{
    color: #343434;
    background-color: white;
    font-weight: 100;
    position: relative;
    left: 15%;
}
.request-link-col{
    position: relative;
    color: #343434;
    background-color: white;
    font-weight: 100;
    text-decoration: none;
    cursor: pointer;
    left: 5px;
    top: 20px;
    padding-right: 30px;
}
.speech-bubble {
    background: #8ab8c4;
    min-width: 391px;
    min-height: 34px;
    max-width: 400px;
    padding: 14px;
    margin: 5px;
}
.sb2:before {
    content: "";
    width: 0px;
    height: 0px;
    position: relative;
    border-left: 10px solid transparent;
    border-right: 10px solid #8ab8c4;
    border-top: 10px solid #8ab8c4;
    border-bottom: 10px solid transparent;
    left: -24px;
    top: -4px;
}
.request-yellow-button-img-container{
    position: relative;
    left: 100%;
    height: 20px;
    width: 20px;
    top: -13px;
}
.request-yellow-icon-new{
    position: relative;
    right: 26px;
}
.count-name{
    color: #343434;
    background-color: white;
    font-weight: 100;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    left: 10px;
    padding-top: 8px;
}
.count-val{
    color: #343434;
    background-color: white;
    font-weight: 100;
    position: relative;
    padding-top: 8px;
    border-bottom: 1px solid #e4e4e4;
    right: 23px;
}
#accDest {
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: -1px 2px 10px #cecece;
    width: 1100px;
    height: 166px;
    background-color: white;
}
.leaves-col-right{
    color: #343434;
    background-color: white;
    font-weight: 100;
    padding-top: 8px;
    border-bottom: 1px solid #e4e4e4;
}
.leaves-col-left{
    color: #343434;
    background-color: white;
    font-weight: 100;
    position: relative;
    padding-top: 8px;
    border-bottom: 1px solid #e4e4e4;
    left: 10px;
}
tr.rowhead.hide-rowhead{
    display: none;
}
.neutral-clocking{
    color: black;
    background-color: white;
}
.popuptitle {
    background-image: url("../images/th-neutral.png");
    font-weight: bold;
    color: whitesmoke;
    background-repeat: repeat-x;
    font-size: 14px;
    line-height: 1;
    font-variant: small-caps;
    text-align: left;
    cursor: move;	
    margin: 0px;
    padding-left: 5px;	
    padding-top:0px;	
}
.employeeMessage{
    background-color: white;
    width: 60px;
    height: 50px;
    border-radius: 4px;
    box-shadow: -1px 2px 10px #cecece;
}
.myhome-table-background{
    background-color: #f1f3f3;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    bottom: -205px;
    right: 0px;
}
#employeeMessage{
    background-color: white;
    position: relative;
    right: 33px;
    width: 80%;
    height: 25px;
    border:0;
}
#employeeMessage::placeholder{
    color: #d3d7d7;
    font-family:MyriadPro-Light;
    font-size: 18px;
}
#submitMessage{
    background-color: #ddad53;
    color: white;
    position: relative;
    width: 120px;
    height: 25px;
    font-family:MyriadPro-Light;
    font-size: 17px;
    border-radius: 4px;
    border: 0;
    text-align: center;
    cursor: pointer;
}
.send-comment-container{
    background-color: white;
    width: 1000px;
    height: 50px;
    border-radius: 4px;
    box-shadow: -1px 2px 10px #cecece;
}

body > form > table:nth-child(6) > tbody > tr.rowhead > th{
    text-transform: uppercase;
    font-family:MyriadPro-Light;
    text-align: left;
    color: white;
    height: 30px;
    padding-left: 6px; 
}
body > div:nth-child(4) > table{
    background-color: white;
    margin-top: 10px;
    box-shadow: -1px 2px 10px #cecece;
}
body > form > table:nth-child(6){
    background-color: white;
    box-shadow: -1px 2px 10px #cecece;width: 990px;
    border: 0px;
    margin-top: 10px;
}
body > div:nth-child(4) > table > tbody > tr.rowhead > th{
    text-transform: uppercase;
    font-family:MyriadPro-Light;
    text-align: left;
    color: white;
    height: 30px;
    padding-left: 6px; 
}
#tbl1 > tbody > tr:nth-child(1) > td:nth-child(2){
    font-family:MyriadPro-Light;
    font-weight: 300;
    font-size: 17px;
    color: #5194aa;
}
#selectPeriod{
    position: relative;
    cursor: pointer;
    height: 10px;
    vertical-align: middle;
    min-width: 130px;
    height: 26px;
    border: 2px solid #e4e4e4;
    font-family:MyriadPro-Light;
    font-size: 15px;
    font-weight: 100;
    text-decoration: none;
}
#tbl1 > tbody > tr:nth-child(2) > td:nth-child(2) > input[type=text]{
    position: relative;
    cursor: pointer;
    height: 10px;
    vertical-align: middle;
    min-width: 130px;
    height: 26px;
    border: 2px solid #e4e4e4;
    font-family:MyriadPro-Light;
    font-size: 15px;
    font-weight: 100;
    text-decoration: none;
}
#periodfromto > input[type=text]{
    position: relative;
    cursor: pointer;
    height: 10px;
    vertical-align: middle;
    min-width: 130px;
    height: 26px;
    border: 2px solid #e4e4e4;
    font-family:MyriadPro-Light;
    font-size: 15px;
    font-weight: 100;
    text-decoration: none;
}
#periodfromto > span{
    font-family:MyriadPro-Light;
    font-weight: 300;
    font-size: 17px;
    color: #5194aa;
}
#tbl1 > tbody > tr:nth-child(3) > td:nth-child(2) > select{
    position: relative;
    cursor: pointer;
    height: 10px;
    vertical-align: middle;
    min-width: 130px;
    height: 26px;
    border: 2px solid #e4e4e4;
    font-family:MyriadPro-Light;
    font-size: 15px;
    font-weight: 100;
    text-decoration: none;
}
#tbl1 > tbody > tr:nth-child(4) > td:nth-child(2){
    font-family:MyriadPro-Light;
    font-weight: 300;
    font-size: 17px;
    color: #5194aa;
}
#commentRequest{
    border: 2px solid #f1f3f3;
    position: relative;
    height: 50px;
    border-radius: 0px;
}
.request-archive-container{
    position: relative;
    width: 912px;
    min-height: 40px;
    left: 37px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #f1f3f3;
}
#submitBut{
    background-color: #ddad53;
    color: white;
    position: relative;
    min-width: 120px;
    height: 25px;
    font-family:MyriadPro-Light;
    font-size: 17px;
    border-radius: 4px;
    border: 0;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 8px;
    margin-right: 20px;
    cursor: pointer;
}
body > form > table:nth-child(6) > tbody > tr:nth-child(4) > td > div:nth-child(2) > input[type=button]:nth-child(3){
    background-color: #ddad53;
    color: white;
    position: relative;
    min-width: 120px;
    height: 25px;
    font-family:MyriadPro-Light;
    font-size: 17px;
    border-radius: 4px;
    border: 0;
    text-align: center;
    cursor: pointer;
}
body > form > table:nth-child(6) > tbody > tr:nth-child(4) > td > div:nth-child(2) > input[type=button]:nth-child(4){
    background-color: #ddad53;
    color: white;
    position: relative;
    min-width: 120px;
    height: 25px;
    font-family:MyriadPro-Light;
    font-size: 17px;
    border-radius: 4px;
    border: 0;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 8px;
    margin-left: 20px;
    cursor: pointer;
}
body > form > table.edit > tbody > tr.rowhead > th{
    text-transform: uppercase;
    font-family:MyriadPro-Light;
    text-align: left;
    color: white;
    height: 30px;
    padding-left: 6px;
}
#hoursDiv > select{
    position: relative;
    cursor: pointer;
    height: 10px;
    vertical-align: middle;
    min-width: 130px;
    height: 26px;
    border: 2px solid #e4e4e4;
    font-family:MyriadPro-Light;
    font-size: 15px;
    font-weight: 100;
    text-decoration: none;
}
#tbl1 > tbody > tr:nth-child(4) > td:nth-child(2) > select{
    position: relative;
    cursor: pointer;
    height: 10px;
    vertical-align: middle;
    min-width: 130px;
    height: 26px;
    border: 2px solid #e4e4e4;
    font-family:MyriadPro-Light;
    font-size: 15px;
    font-weight: 100;
    text-decoration: none;
}
#tbl1 > tbody > tr:nth-child(5) > td:nth-child(2) > select{
    position: relative;
    cursor: pointer;
    height: 10px;
    vertical-align: middle;
    min-width: 130px;
    height: 26px;
    border: 2px solid #e4e4e4;
    font-family:MyriadPro-Light;
    font-size: 15px;
    font-weight: 100;
    text-decoration: none;
}
#tbl1 > tbody > tr:nth-child(6) > td:nth-child(2){
    font-family:MyriadPro-Light;
    font-weight: 300;
    font-size: 17px;
    color: #5194aa;
}
body > form > table.edit > tbody > tr:nth-child(5) > td > div > input[type=button]:nth-child(3){
    background-color: #ddad53;
    color: white;
    position: relative;
    min-width: 120px;
    height: 25px;
    font-family:MyriadPro-Light;
    font-size: 17px;
    border-radius: 4px;
    border: 0;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 8px;
    cursor: pointer;
}
input.request-button-back-new {
    background-color: #ddad53;
    color: white;
    position: relative;
    min-width: 120px;
    height: 25px;
    font-family:MyriadPro-Light;
    font-size: 17px;
    border-radius: 4px;
    border: 0;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 8px;
    cursor: pointer;
}
#tbl1 > tbody > tr:nth-child(5) > td:nth-child(2){
    font-family:MyriadPro-Light;
    font-weight: 300;
    font-size: 17px;
    color: #5194aa;
}
.fixedpopuptitle {
    background-image: url("../images/th-neutral.png");
    font-weight: bold;
    background-repeat: repeat-x;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    margin: 0px;
    padding-left: 5px;	
    padding-top: 0px;
    color: white;
}
.requests-pending-level{
    color: #343434;
    font-family:MyriadPro-Light;
    font-weight: 300;
}
.request-pending-level-status{
    font-family:MyriadPro-Light;
    font-weight: 300;
    font-size: 17px;
    color: #5194aa;
}
body > form > table.edit > tbody > tr:nth-child(6) > td > div:nth-child(2) > input[type=button]:nth-child(3){
    background-color: #ddad53;
    color: white;
    position: relative;
    min-width: 120px;
    height: 25px;
    font-family:MyriadPro-Light;
    font-size: 17px;
    border-radius: 4px;
    border: 0;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 8px;
    cursor: pointer;
}
body > form > table:nth-child(6) > tbody > tr:nth-child(4) > td > div.request-archive-container > fieldset > div {
    font-family:MyriadPro-Light;
    font-size: 16px;
    font-weight: 100;
    position: relative;
    right: 112px;
    bottom: 6px;
}
body > form > table.edit > tbody > tr:nth-child(5) > td > div.request-archive-container > fieldset > div{
    font-family:MyriadPro-Light;
    font-size: 16px;
    font-weight: 100;
    position: relative;
    right: 112px;
    bottom: 6px;
}
.popupfixed {    
    position: fixed ;
    top: 100px;
    background-color : #FFFFFA;
    border: outset;
}
a.lopt:hover
{
    color: brown;
    font-weight:bold;
}

img {   
    border :0;  /* sinon avec IE6 une bordure est tracée autour de l'image si <a...><img ...></a>    */
}
img.flag {
    position:absolute;
    background-color:white;
    border:1px solid silver;
    margin:0px 0px 0px 5px;
}
input.ui-icon { width:20px; height:20px;border:2px outset silver;display:inline; }
input.ui-icon:active { border:2px inset white;}
input.ui-icon:disabled { border:1px solid silver; background-image: url("../images/images/ui-icons_disabled.png");border-radius: 3px}
@media print
{
    body {background-color: #FFFFFF; margin: 0px;font-family:MyriadPro-Light;}
    .noprint {display:none;}
    .vbutton {display:none;}
    .rowhead, table.text tr.rowhead, tr.rowhead th{
        color: black;
    }
    table.text td {
        font-size:10px;
    }
    table.text th {
        font-size:14px;
    }
    .buttons {display:none;}
    .bgtable, table.text tr  {
        background-color: white; 
    }
    .key {display:none;}
}
.cliquable
{
    cursor: pointer;
}
ul#modif-log{}
ul#modif-log li{
    color:fuchsia;
    margin-left:50px;
    font-size:small;
}
ul#modif-log li ._name{
    color: #085963;
}
ul#modif-log li ._time{
    color:darkslategray;
    padding-right:1em;
}
ul#modif-log li ._modif{
    color: saddlebrown;
    padding-right:1em;
}
ul#modif-log li ._text{
    font-style:italic;
    color: #085963;
}
ul#modif-log li ._text:before	{content: open-quote;}
ul#modif-log li ._text:after	{content: close-quote;}

@media screen {
    body {
        background-color: white;font-family:MyriadPro-Light;
    }
    .printonly {display:none;}
    .rowlight, table.text tr.rowlight {
        background-color: white; 
    }
    .rowhead, table.text tr.rowhead{
        background-color: #5194aa;
    }
    .key { 
        display: inline-block;
        border: 2px solid;
        border-radius: 2px;
        padding: 0 0.5em 0 0.5em;
        margin: 0 2px 0 2px;
        font-size: 11px;
        line-height: 14px;
        vertical-align: middle;
        cursor: pointer;
        color: black;
        background-color: silver;
        border-color: #aaaaaa darkslategrey darkslategrey #aaaaaa;
        font-weight: normal;
        text-decoration:none;        
    }

    .key:hover { 
        color: yellow;
    }
    a.key.h2 { 
        border-radius: 4px;
        line-height: 28px;
        font-size: 22px;
    }    
    a.key.h1 { 
        border-radius: 4px;
        line-height: 20px;
        font-size: 16px;
    }    
    #ui-spinner {
        position: fixed; 
        z-index:1000;
        height: 16px; width: 16px;
        border-radius: 7px;
        background-image: url("../images/spinner1.gif");
        display: none;
    }	
    div.ftsel1 {
        text-align: left;
        margin-top: 5px;
        position: relative;	  	
        height: 60px;
        width: 400px;
        z-index: 10;
    }	
    div.ftsel1 ul.fancytree-container {	
        height: 50px;
        min-height: 50px;
        min-width: 300px;
        overflow: auto;
        overflow-x: hidden;
        position: absolute;	  
    }
    div.ftsel1 ul.fancytree-container.din-active {	
        height: auto;
    }

    div.ftselCollpased ul.fancytree-container.din-active {
        width: auto;
        height: auto;
        overflow: hidden;
        min-width: 221px;
    }
    div.ftselCollpased ul.fancytree-container {
        width: 221px;
        height: 29px;
        overflow: hidden;
    }
}

.scriptJBButton {
    margin-bottom: 10px;
    width:80px;
    display: block;
    margin-left: 10px;
}

.scriptJBViewBox{
    background:white;
    border-style: solid; 
    border-width: 1px;
    border-color: grey;
    width:100%; 
    overflow: hidden; 
    min-height: 90px;
    max-width: 1120px;
    overflow-x: auto;
}

.scriptJBEditBox{
    font: 14px/16px arial; 
    color:darkblue; 
    width:100%;
}

.scriptJBRowsBox{
    font: 14px/16px arial ; 
    max-width: 60px;
    overflow:hidden; 
    background-color:transparent;
    border:none;
}

.scriptJBButtonsContainer {
    text-align: center; 
    height: 90%;
    width: 100px;
    margin: auto;
}

.scriptJBErrorBox
{
    font-size: 8pt;
    color:red;
    white-space: pre;
    font-family:MyriadPro-Light;
}
.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #dedede;
    color: #000000b3;
    font-size: 12px;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.circleLoader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 12px;
    height: 12px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#navbar {
    overflow: hidden;
}

.sticky {
    position: fixed;
    top: 0;
    width: 99%;
}
.counterSwitch{
    color: white;
    font-weight: bold;
    border: 1px solid #5194AA;
    border-bottom: 1px solid white;
    padding: 0 0.5em 0 0.5em;
    display: inline-block;
    white-space: nowrap;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    font-size: 11px;
    padding: 5px;
    margin-left: 2px;
}
.circleStats{
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: rgba(3, 169, 244, 0.54);
    border-radius: 50%;
    text-align: center;
    background: #f7f7f7;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    border: outset;
    width: 180px;
    height: 145px;  
}

.dropdown-contentHeader {
    background-image: url("../images/th-neutral.png");
    width: 180px; 
    height: 20px;
    font-weight: bold;
    background-repeat: repeat-x;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    padding-top: 0px;
    color: white;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.rowhead, table.text tr.rowhead{
    color: white;
    font-size: 11px;
    line-height: 1.5em;
    font-variant: small-caps;
    text-align: left;
    margin: 0px;
    padding-left: 5px;
    padding-top: 0px;
    font-family:MyriadPro-Light;
    text-transform: uppercase;
    height: 30px;
}

tr.rowhead th{
    font-family:MyriadPro-Light;
    text-transform: uppercase;	
    color:white;
    font-size: 13px;
}
.table-header-height{
    height: 30px;
}
.table-shadow-fix{
    box-shadow: -1px 2px 10px #cecece;
}
table.text, tbody,tr,td{
    font-family:MyriadPro-Light;
    font-weight: 100;
}
.show-options-button-agenda{
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 1px 3px;
    border: none;
    cursor: pointer;
    height: 10px;
    padding-left: 10px;
    vertical-align: middle;
    min-width: 130px;
    height: 26px;
    text-align-last: center;
    border: 2px solid #5194aa;
    font-family:MyriadPro-Light;
    font-size: 15px;
    font-weight: 200;
    text-decoration: none;
    border-radius: 4px;
    color: #176d76;
    padding-right: 27px;
    padding-top: 4px;
    padding-bottom: 4px;
    position: relative;
    bottom: 3px;
}
@media screen and (max-width:1200px) and (min-width:500px){
    #banner-title{
        height: 127px;
    }
    #banner-version{
        top: 110px;
    }
    #banner-time{
        top: 141px;
    }
    .custom-login-card{
        width: 474px;

    }
    #divloginpw{
        left: 11%;
    }
    .container-login-container{
        left: 19%;
    }
    #home-body #dinec-logo{
        width: 300px;
        left: 27%;
    }
    .welcome-expire {
        padding: 0;
        font-variant: small-caps;
        color: #990066;
        position: absolute;
        top: 85%
    }
}

.table-login-new{
    height: 350px;
    width: 600px;
    margin-top: auto;
    background-color: white;
    position: relative;
    left: 0%;
    top: 60px;
}
body > form > table > tbody > tr:nth-child(1) > td:nth-child(2) > select{
    cursor: pointer;
    height: 10px;
    vertical-align: middle;
    min-width: 130px;
    height: 26px;
    border: 2px solid #e4e4e4;
    font-family:MyriadPro-Light;
    font-size: 15px;
    font-weight: 100;
    text-decoration: none;
    color: #176d76;
}
body > form > table > tbody > tr > td > input {
    font-family:MyriadPro-Light;
    font-weight: 100;
    border-color: #f1f3f3;
    color: #5194aa;
    width: 300px;
    height: 24px;
    border: 2px solid #e4e4e4
}
body > form > table > tbody > tr:nth-child(6) > td > input:nth-child(2){
    background-color: #ddad53;
    color: white;
    position: relative;
    width: 120px;
    height: 25px;
    font-family:MyriadPro-Light;
    font-size: 17px;
    border-radius: 4px;
    border: 0;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 8px;
    margin-right: 20px;
    cursor: pointer;
}
body > div.myhome-table-container > table > tbody > tr:nth-child(6) > td > table > tbody > tr > td{
    background-color: white;
}
.bgtable {
    color: #343434;
    font-weight: 100;
}
.company-calendar-table-new-style{
    margin-top: 100px;
}
#options > form{
    background-color: white;
    background-repeat: no-repeat;
    background-position: 1px 3px;
    cursor: pointer;
    padding-left: 10px;
    vertical-align: middle;
    min-width: 130px;
    height: 66px;
    text-align-last: center;
    border: 2px solid #5194aa;
    font-family:MyriadPro-Light;
    font-size: 15px;
    font-weight: 200;
    text-decoration: none;
    border-radius: 4px;
    color: #176d76;
    position: relative;
    top: 123px;
    left: 738px;
}
@media all and (-ms-high-contrast:none)
{
    .container-header-select-mode-select{
        padding-left: 50px;
    }
}
@supports (-moz-appearance:none) {
    .employee-details-container{
        bottom: 20px !important;
    }
    .date-time-navigation-container{
        bottom: 58px;
    }
}
#calendar{
    box-shadow: -1px 2px 10px #cecece;
    background-color: white;
}

#calendar > table{
    background-color: white;
    border: 0 !important;
    width: 100%;
    overflow:hidden;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#calendar > table > tbody > tr > td > table:nth-child(2) > tbody > tr:nth-child(1) > td > font{
    font-family:MyriadPro-Light;
    font-weight: 500;
    color: white;
    background-color: #8ab8c4;
}
#calendar > table > tbody > tr > td > table:nth-child(2) > tbody > tr:nth-child(1){
    background-color: #8ab8c4;
}
#calendarhandle > font{
    color: white;
    font-weight: 600;
    font-size: 16px;
}
#calendar > table > tbody > tr > td > table:nth-child(1) > tbody > tr{
    background-color: #5194aa;
}
table.text{
    background-color: white;
}

#calendar {
    width:90%;
    max-width:300px;
    margin:60px auto;
    height:auto;
    overflow:hidden;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
#calendar > table > tbody > tr > td > table:nth-child(1){
    border: 0;
}
#calendar > table > tbody > tr > td > table:nth-child(2){
    border: 0;
}
#calendar > table > tbody > tr > td > table:nth-child(2) > tbody > tr{
    height: 30px;
    font-size: medium;
    text-align: center;
    cursor: default;
}
#calendarhandle{
    height: 30px;
}#calendar td.aday:hover, #calendar td.today:hover{
    color: white !important;
    background-color: #8ab8c4 !important;
    font-size: 23px;
}
#calendar td.targetday{
    color: white !important;
    font-size: 23px;
}
#worker-number-myagenda{
    display: none;
}
#remarks-anomaly-warning{
    background-color: white;
}
#accDest > table > tbody > tr.rowhead > td:nth-child(2){
    text-transform: uppercase;
    font-family: MyriadPro-Light;
    text-align: left;
    color: white;
    height: 30px;
    padding-left: 6px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}
#accDest > table > tbody > tr.rowhead > td:nth-child(3){
    text-transform: uppercase;
    font-family: MyriadPro-Light;
    text-align: left;
    color: white;
    height: 30px;
    padding-left: 6px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}
#accDest > table > tbody > tr.rowhead > td:nth-child(4){
    text-transform: uppercase;
    font-family: MyriadPro-Light;
    text-align: left;
    color: white;
    height: 30px;
    padding-left: 6px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}
#accDest > table > tbody > tr > td:nth-child(2) > span{
    position: relative;
    right: 50px;
}
#accDest > table > tbody > tr > td:nth-child(3) > span{
    position: relative;
    right: 14px;
}
#accDest > table > tbody > tr > td:nth-child(4) > span{
    position: relative;
    right: 102px;
}

/* LEAVES REQUEST TABLE PRIVATE MODE FORM1*/
body > div:nth-child(5) > table > tbody > tr.rowhead > td:nth-child(2){
    text-transform: uppercase;
    font-family: MyriadPro-Light;
    text-align: left;
    color: white;
    height: 30px;
    padding-left: 6px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}
body > div:nth-child(5) > table > tbody > tr.rowhead > td:nth-child(3){
    text-transform: uppercase;
    font-family: MyriadPro-Light;
    text-align: left;
    color: white;
    height: 30px;
    padding-left: 6px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}
body > div:nth-child(5) > table > tbody > tr.rowhead > td:nth-child(4){
    text-transform: uppercase;
    font-family: MyriadPro-Light;
    text-align: left;
    color: white;
    height: 30px;
    padding-left: 6px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}
body > div:nth-child(5) > table > tbody > tr.rowhead > th{
    padding-left: 12px;
}
body > div:nth-child(5) > table{
    padding-bottom: 9px;
    min-width: 470px;
}

body > div:nth-child(5) > table > tbody > tr > td:nth-child(2) > span{
    position: relative;
    right: 12px;
}
body > div:nth-child(5) > table > tbody > tr > td:nth-child(4) > span{
    position: relative;
    right: 33px;
}
#accDest > table:nth-child(1){
    height: 166px;
}