/**
 * CSS file that may be overwritten specially for customers
 */ 


/* fix of D2D-881 - begin */
.d2-login-window input {
    opacity:0.7;
}

.d2-login-window {
    background-color: #ffebd0 ! important;
}

.d2-login-window-wrapper {
    border: solid 0px #bbb;
	background-color: #eee;
    background-image:url('d2000.login.panel.png');
    background-repeat:no-repeat;
    background-size: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	height: 240px;
	margin-top: -105px;
}

.d2-login-name-label {
	font-weight: bold;
	font-size : 11pt;
    color: #FFF;
    opacity:0.8;
    letter-spacing: 2px;
}

.d2-login-passwd-label {
	font-weight: bold;
	font-size : 11pt;
    color: #FFF;
    opacity:0.8; 
}

.d2-login-form-title {
	font-weight: bold;
	font-size : 16pt;
    color: #FFF;
}

.d2-login-window-wrapper tbody tr:first-child td:nth-child(2) {
    padding-top: 10px;
    background-image: url('ipesoft.logo.white.png');
    background-repeat:no-repeat;
    background-size: 60%;
    background-position: 0 10px;
}

.d2-login-window-wrapper tbody tr td:nth-child(2) {
    padding: 0;
}

.d2-login-window-wrapper tbody tr:nth-child(2) td {
    padding-top: 0;
    padding-bottom: 0;
}

.d2-login-window-wrapper tbody tr:nth-child(3) td {
    padding-top: 0;
    padding-bottom: 0;
}

.d2-login-top {
}

.d2-login-bottom {
}

.d2-login-button {
    opacity:0.6;
}

.d2-login-message-box {
	font-weight: bold;
	font-size : 11pt;
    color: #ea6262;
    color: #ed0e0e;
    text-shadow: 2px 2px 2px white, -2px -2px 2px white, 2px -2px 2px white, -2px 2px 2px white; 
}

.d2-login-form-title:after {
    content: "";
}

.d2-login-name-label:after {
    content: "Name";
}

.d2-login-passwd-label:after {
    content: "Password";
}

.d2-login-button:after {
    content: "Login";
}
/* fix of D2D-881 - end */

.gwt-SplitLayoutPanel-HDragger {
  background: none;
  cursor: col-resize;
}

.gwt-SplitLayoutPanel-VDragger {
  background: none;
  cursor: row-resize;
} 