/** Add css rules here for your application. */
/** Example rules used by the template application (remove for your app) */
body {
caret-color: black;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #777777;
	margin: 40px 0px 70px;
	text-align: center;
}

.sendButton {
	display: block;
	font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
	width: 400px;
}



.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

.loading {
	background-color: #e4e4ef;
	width: 100vw;
	height: 100vh;
}

.centereddiv {
	margin: 0px auto !important;
}

.clean-top {
	margin-top: 20px !important;
}

.linkcursor {
	cursor: pointer;
}

.titleBar {
	font-size: x-large;
	font-weight: 800;
	color: white;
	margin-left: 20px;
}

.btn-floating.bottom-right-btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

.btn-floating.top-left-btn {
	position: fixed;
	left: 15px;
	top: 15px;
}

@media only screen and (min-width: 1300px) and (max-width: 2500px) { 
.btn-floating.bottom-right-admin {
	position: fixed;
	right: calc( 50vw  - 500px  );
	bottom: 20px;
}
}
@media only screen and (min-width:0px) and (max-width: 1299px) { 
.btn-floating.bottom-right-admin {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
}


.login-image-panel {
	background: white;
	position: relative;
	margin: auto;
	width: 100%;
	text-align: right;
}

.imgProfile {
	width: 60%;
	max-width: 250px;
	margin: 10vh auto;
}

.login-panel {
	background: white;
	position: relative;
	height: 100vh;
	max-width: 1000px;
	margin: 0px auto !important;
}

.login-top {
	padding: 0px !important;
	padding-top: 3% !important;
	font-size: xxx-large;
	text-align: center;
}

.login-fieldPanel {
	background: white;
	padding: 6%;
}


.position-relative {
	position: relative;
}

.absolute-top {
	top: 0px;
}

.workflow-header {
	background-color:#d29e00;
}

.workflow-color {
	background-color:#d29e00;
}


.navdrawer {
	background-color:#174282;
	min-height: 100px;
}

.top-20pct {
	top: 20%;
}

.error-toast {
	background-color:#ef3b3b !important;
	font-weight : 800 !important;
}

.background-color-white {
  	background-color: white !important;
}

.wkflcolor .yellow-text.text-darken-4 {
    color: #d29e00 !important;
}

.wkflcolor .yellow.darken-4 {
    background-color: #d29e00 !important;
}

.legalsuite-textcolor {
	color:#174282;	
}

.legalsuite-bgcolor {
	background-color : #174282;
}

.login-panel .blue.darken-4 {
    background-color: #174282 !important;
}

.wkflcolor .stepper .step>div:first-child .circle {
    background: #d29e00 !important;
}

.search-input {
	margin-left : 45px !important
}

.low-depth {
	z-index: 10;
}


