﻿@-moz-document url-prefix() { 
  html, body {position: relative} 
}


#form-buttons-load-dialog-confirm {
    width:150px;
    height:25px;
    font-weight:bold;
}

#form-buttons-load-dialog {
     font-size: 1.6em;
}

#form-buttons-input-file
{
  font-size: 0.6em;
}

.layoutRowError {
    border: 1px solid red;
}
.info {
	background: url(../Images/question.png) no-repeat 0 0;
	width: 20px;
	height: 19px;
	display: inline-block;
	position: relative;
	top: 4px;
	left: 1px;
	
}

/*.checkBoxLabel{
   font-size: 1.02em;
    padding-left: 12px;
}*/

.errorsContainerDiv{
 width: 100%;	
 position: fixed; 
 bottom: 0px;
 overflow: visible; 
 z-index: +1;
}

.errorsContainer {
    border: 1px solid red !important;
    /*display: none;
    font-size: 0.75em;
    margin: 0px auto; 
    padding: 5px;
    width: 900px !important;*/
  	position: relative; left: -8px;
	z-index: 100;
	background:#ffffff;
	max-height: 120px;
    overflow: auto; 
}

.errorsContainer li {
 /*   color: red;
    list-style-type: none;
    padding: 0px; 	*/
	margin:0px auto;
}

.errorsContainer li label.warning {
    color: #B36F00;
	/*color: orange;*/
    list-style-type: none;
    padding: 0px;
}

form
{
    margin-bottom: 120px;
}

.layoutMain {
    margin: 0px auto;
    padding: 5px 5px 30px 5px;
    width: 900px;
}

select:disabled, input:disabled, textarea:disabled {
	color: rgb(84, 84, 84);
	background-color: rgb(235, 235, 228);
}

.LookupDetail, .dialog-modal {
	min-height: auto !important;
}