/* This CSS file is used for the Labway and have to override OOTB css definition. */

a.clearField {
    margin: 0 0 0 0 !important;
}

A.buttontext,.buttontextdisabled {
    white-space: nowrap;
    word-break : keep-all;
    word-wrap : normal;
}

.button-bar ul li.selected a.create {
background: url(/tomahawk/images/button_sprite.png) no-repeat 0px -26px;
}

.button-bar ul li.selected a.delete {
background: url(/tomahawk/images/button_sprite.png) no-repeat 0px -78px;
}

.button-bar ul li.selected a.search {
background: url(/tomahawk/images/button_sprite.png) no-repeat 0px -130px;
}

.button-bar ul li.selected a.refresh {
background: url(/tomahawk/images/button_sprite.png) no-repeat 0px -182px;
}

.button-bar ul li.selected a {
color:#25292c;
background-image:url(/tomahawk/images/ptrn_button_hover.gif);
background-color:#EDCC12;
text-decoration: none;
}

.page-container {
text-align: left;
/* width: 1024px; */
min-width: 1000px;
margin: 0px auto;
margin-top: 0px;
margin-bottom: 0px;
border: solid 1px #969696;
font-size: 1.1em;
}

#app-navigation .menu_disabled {
padding:5px 16px;
font-size:12px;
font-weight: lighter;
color: #666633;
}

.screenlet-title-bar div br {
    display: none;
}

.screenlet-title-bar div > ul >li {
    border-left: 0.1em none #BBBBBB;
}

.percent95 {
    width : 95% !important;
}

.percent100 {
    width : 100% !important;
}

.leftpercent40 {
float:left;
height:1%;
left:0;
margin:0 0 0 0;
width:39.5%;
}

.rightpercent60 {
float:right;
height:1%;
margin:0 0 0 0;
right:0;
width:59.5%;
}

.screenlet {
    overflow: hidden;
}

A.lbwbtntxt, A.lbwbtntxt:link {
    background-color: #EDC82F;
    font-weight: bold;
    line-height: 2.9em;
    margin-left: 0;
    padding: 0.4em 0.6em;
    color: #000000;
}
A.lbwbtntxt:visited {
    background-color: #E6B840;
    color: #4F4F4F;
}
A.lbwbtntxt:hover {
    background-color: #F2D83B;
    color: #000000;
    text-decoration: underline;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 44%;
}

img.cssImgWarningSignIcon {
    /* border: 1px black solid; */
    max-width: 100px;
    max-height: 100px;
}

/* hide contact autofill icon of text input in Safari */
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}