/* 
    Document   : L7ManufacturingStyleSheet
    Created on : Mar 18, 2011, 10:17:31 PM
    Author     : lauwis
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.specialTest {
    width: 300px;
    text-align: center;
    display: block;
    padding: 2px 2px 0;
    line-height: 16px;
    font: normal 11px arial, tahoma, helvetica, sans-serif;
    font-style: italic;

}

.checkbox-css {
    font: normal 12px tahoma, arial, helvetica, sans-serif;
    font-weight: bold;
}

div.xtb-text {
    width: 100%;
    text-align: center;
}

.gwt-DatePicker {
    border: 1px solid #A2BBDD;
    cursor: default;
}
.gwt-DatePicker td,
.datePickerMonthSelector td:focus {
    outline: none
}
.datePickerMonthSelector td:focus {
    outline: none
}
.datePickerDays {
    width: 100%;
    background: white;
}
.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
    font-size: 75%;
    text-align: center;
    padding: 4px;
    outline: none;
}
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
    background: #C3D9FF;
    padding: 0px 4px 2px;
    cursor: default;
}
.datePickerDay {
    padding: 4px;
    cursor: hand;
    cursor: pointer;
}
.datePickerDayIsToday {
    border: 1px solid black;
    padding: 3px;
}
.datePickerDayIsWeekend {
    background: #EEEEEE;
}
.datePickerDayIsFiller {
    color: #888888;
}
.datePickerDayIsValue {
    background: #aaccee;
}
.datePickerDayIsDisabled {
    color: #AAAAAA;
    font-style: italic;
}
.datePickerDayIsHighlighted {
    background: #F0E68C;
}
.datePickerDayIsValueAndHighlighted {
    background: #bbddd9;
}
.datePickerMonthSelector {
    background: #C3D9FF;
    width: 100%;
}
.datePickerPreviousButton,
.datePickerNextButton {
    font-size: 120%;
    line-height: 1em;
    color: blue;
    cursor: hand;
    cursor: pointer;
    padding: 0px 4px;
}
td.datePickerMonth {
    text-align: center;
    vertical-align: center;
    white-space: nowrap;
    font-size: 70%;
    font-weight: bold;
    color: blue;
}
.gwt-DateBox input {
    width: 8em;
}
.dateBoxFormatError {
    background: #ffcccc;
}

.dateBoxPopup { z-index: 999000; } 

.x-panel-mc {
font: normal 12px tahoma,arial,helvetica,sans-serif;
}
label {
font: normal 9pt tahoma,arial,helvetica,sans-serif;
}

.x-form-check-wrap {
line-height: 20px;
}

.new-tab-icon {
    background-image: url(../images/mail_new.png);
}

.gwt-DialogBox {
	border: 2px solid;
	background-color: #d0e4f6;
}
.gwt-DialogBox .Caption {
   padding: 1px 1px;
   cursor: default;
   border-bottom: 1px solid #bbbbbb;
   border-top: 1px solid #d0e4f6;
}
.gwt-DialogBox .dialogMiddleCenter {
   padding: 3px;
   background: white;
}
.gwt-DialogBox .dialogTopLeftInner {
   width: 2px;
   zoom: 1;
}
.gwt-DialogBox .dialogTopRightInner {
   width: 2px;
   zoom: 1;
}
.gwt-DialogBox .dialogBottomLeftInner {
   width: 2px;
   height: 2px;
   zoom: 1;
}
.gwt-DialogBox .dialogBottomRightInner {
   width: 2px;
   height: 2px;
   zoom: 1;
}
html>body .gwt-DialogBox {
}
* html .gwt-DialogBox .dialogTopLeftInner {
   width: 3px;
   overflow: hidden;
}
* html .gwt-DialogBox .dialogTopRightInner {
   width: 3px;
   overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomLeftInner {
   width: 3px;
   height: 8px;
   overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomRightInner {
   width: 3px;
   height: 3px;
   overflow: hidden;
}

/* digunakan untuk panel EDashboard tapi merusak Item Selector
.x-table-layout {
    width:100%;
    table-layout:fixed;
}*/



.vds-loginpage-background {
    width: 100%;
    height: 100%;
    background: linear-gradient(
        hsla(212, 76%, 80%, 0.6), 
        hsla(212, 76%, 80%, 0.6)
      ), url('../images/background.jpg') center/150% no-repeat;
}

.vds-loginpage-form {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

.vds-loginpage-version {
    position: absolute;
    right: 10px;
    bottom: 10px;

    color: white;
    font-size: 12px;
}


.vds-loginform-header {
    width: 250px;
    height: 270px;
    padding: 50px;
    
    background: white;
    border-radius: 10%;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
}

.vds-loginform-logo {
    align-self: stretch;
    height: 100px;
    
    background: url('../images/i-Perform-Logo.png') center/100% no-repeat;
}

.vds-loginform-inputgroup {
    position: relative;
}

.vds-loginform-inputgroup input {    
    box-sizing: border-box;
    
    width: 100%;
    padding: 10px 20px;
    border: 1px solid hsl(0, 0%, 70%);
    background-color: hsl(0, 0%, 98%);
    color: black;
    
    letter-spacing: 1.2px;
}

.vds-loginform-inputgroup i {
    position: absolute;
    color: grey;
    
    right: 10px;
    top: 10px;    
}

.vds-loginform-button {
    margin-top: 10px;
    padding: 10px 20px;
    text-transform: uppercase;
    background-color: rgb(22, 161, 212);
    color: white;
    font-weight: bold;
    letter-spacing: 1.2px;

    border-radius: 5px;
    border: none;
    cursor: pointer;
    
    box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.2);
}
