/* Put here the customization */
/* hide menu state checkbox (keep it visible to screen readers) */

.homepagebox {
    height: auto;
    width: 280px;
    cursor: pointer;
}
.btrequestactionIVVdoFinalInspection
{
    background-image: url(/portal/upload/IVV/IVVFinalInspection-24.png) !important;
    background-repeat: no-repeat !important;
    background-position: 5% center !important;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px;
}
.button,.btnEcaldima, .btnEcaldimaMSL.e-button, .btnScoop, #InlineEditForm_GridMapping_Save, #InlineEditForm_Grid_Save,.btnLogin,.btnEcaldimalight, .btnEcaldimaMSLlight.e-button, .btnScoopLight, #InlineEditForm_GridMapping_Cancel, #InlineEditForm_Grid_Cancel,.btnEcaldimaback,.btnRequestNumber
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.btnLogin
{
	min-width: 150px;
}
.homepagebox {
    height: 80px;
}
 .box
 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
footer {
	background: linear-gradient(#ffffff, #9FEFFF );
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0;
	margin-bottom: 0px;
	box-sizing: border-box;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center; 
	color: var(--primary-color);
}
.loginheader {
	border: none;
	background: none;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}
.controls {
    box-shadow: none;
}
.pagetitle {
    box-shadow: none;
    background: #FFF;
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 1.2em;
    font-weight: bold;
    color: rgb(92, 93, 90);
    border-top-left-radius: 0;
}
.loginform {
    margin: 0;
	width: auto;
}
.login-field a, .login-field a:visited
{
	text-decoration: underline;
}
.btnLogin-field {
    text-align: center;
}
.IVVbox
 {
		width: 160px;
		height: 160px;
		display: flex;
		flex-direction: column;
		background-color: rgb(255, 255, 255);
		box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
		box-sizing: border-box;
		margin-bottom: 10px;
		margin-left: 3px;
		margin-right: 3px;
		margin-top: 5px;
		text-indent: 0px;
		transition-delay: 0s;
		transition-duration: 0.1s;
		transition-property: all;
		transition-timing-function: ease-in-out;
		-webkit-font-smoothing: antialiased;
		border: none;
		padding: 0;
}
.IVVbox:hover
{
	box-shadow: rgba(94, 50, 114, 0.15) 0px 5px 10px 0px;
	background: #FFF;
}


	
.boxmyrequests{
	height: 185px;
}
.btnIVV {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	background: var(--primary-color);
	width: 130px;
	color: #FFFFFF;
	height: 35px;
	font-weight: 500;
	cursor: pointer;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.btnIVV:hover {
	box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
}
#homeGrid{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.error {
    color: #4c4c4c;
    border-bottom: 1px solid #f1f1f1;
}
#title
{
	width: auto;
}
#mylogo
{
    border-width:0px;
    vertical-align: bottom;
	cursor: pointer;
	margin:4px;
}
textarea{
    border: none;
	border-bottom: 1px solid #C1EDFA;
	outline: none;
	resize: none; 
	overflow: hidden;
}
input[type="number"], input[type="textdate"], .numberinput
{
    text-align: right;
    
    border: none;
	border-bottom: 2px solid #C1EDFA;
    border-radius: 0;
    box-sizing: border-box;
}
input.e-input, input[type="text"].e-input, .e-input.e-placeholder {
    border: none;
	border-bottom: 2px solid #C1EDFA;
    border-radius: 0;
}
input[type="text"], input[type="password"], input[type="email"] {
	border: none;
	border-bottom: 2px solid #C1EDFA;
	border-radius: 0;
}

.login-field input[type="text"],.login-field input[type="email"], .login-field input[type="password"] {
    border: none;
	border-bottom: 1px solid var(--primary-color);
    border-radius: 0;
    background-color: rgba(193, 237, 250, 0.1);
}
.e-in-wrap {
    border:none;
    border-radius: 0;
}
.display-label, .editor-label, .QuestionText {
    border: none;
}
.valid {
    color: #4c4c4c;
    border: none;
    background: none;
}
.RequestViewheaderCell2 {
    border: none;
	border-bottom: 1px solid #C1EDFA;
    border-radius: 0;
    background: none;
}
.display-field {
    border: none;
	border-bottom: 1px solid #C1EDFA;
    border-radius: 0;
    background: none;
}
.select2-container--classic .select2-selection--single {
    border: none;
	border-bottom: 2px solid #C1EDFA;
    border-radius: 0;
    outline: 0;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: transparent;
    border: none;
	background: none;
}

@media (max-width: 767px) {
    [class*="col-"], .loginform, .indexstatus
    {
        width: 100%;
		margin-top: 5px;
    }
	.boxmyrequests{
		width: 96%;
	}
	#homeGrid{
		justify-content: space-around;
	}
}