html {
    font-size:12pt;
    font-family: 'Montserrat', sans-serif;
}

#formMain{
    background-color: #f7f7f7;
    min-height:300px;
    margin: 10px auto;
    padding: 40px;
    border-radius: 3px;
}

#formMain div.header{
    font-size:24pt;
	font-weight: 900;
    text-align:center;
}

#formMain label {
	border-radius: 3px;
	padding: 6px;
	font-weight: 500;
}

div.row{
    width:100%;
    max-width: 800px;
	margin: 30px auto 10px auto;
}

div.row>input[type="email"], div.row>input[type="text"]
{
	width: 90%;
	margin-top: 10px;
	display: block;
	padding: 10px;
}

#formMain input#submit {
	padding: 10px 20px;
	background-color: #b12c1a;
	color: white;
	border: none;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 900;
    font-family: 'Montserrat', sans-serif;
	transition: 0.2s;
	cursor: pointer;
	font-size: 18px;
}

#formMain input#submit:hover {
	background-color: #ef3c42;
	transition: 0.2s;
}

#formMain div.fileViewer {
	padding-top: 10px;
}

.invalid{
    border: 1px solid red;
}

span.required{
    color:red;
}

span.required:before{
    content:"*";
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }


#okMessage{
    width:450px;
    height:100px;
    background-color: #88f;
    border: 1px solid #666;
    margin: 15% auto; /* 15% from the top and centered */
    z-index:2;
    padding-top:15px;
}

#okMessage div{
    text-align:center;
}

.okMessageHeader{
    width:100%;
    font-size:18pt;
    font-weight:bold;
    margin-bottom:20px;
}

/*RF begin*/

.rf-delete-confirm-container{
    display:none;
}

/***************************real file styles begin*/

.rf-container {
	width:400px;
	margin:5px;
}

.rf-table {
	display: table;
	width:100%;
	/*border: 1px solid black;*/
	}

.rf-row  {
	display: table-row;
	}

.rf-alternate-row {
	background-color: #eee;
}

.rf-row:hover {
	background-color: #ddf
}

.rf-cell-icon{
	width:90%;
	display: table-cell;
	padding:2px;
}

.rf-cell-file-name{
	display: table-cell;
	width:10%;
	padding:2px;
}

.rf-file-upload{
	margin-bottom:5px;
}


.rf-delete-confirm-container{
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	z-index:99;
}

.rf-delete-confirm-window{
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	
	border: 1px solid #888;
	width: 35%; /* Could be more or less, depending on screen size */
	
}

.rf-delete-confirm-window-title{
	width:100%;
	background-color: #161d34;
	color:white;
	text-align: center;
	padding:3px;
}

.rf-delete-confirm-window-contents-container{
	padding: 20px;
	text-align:center;
}


.rf-delete-confirm-text{

}

.rf-delete-confirm-options-container{
	margin-top:30px;
}

.rf-delete-confirm-options-container input{
	margin-left:30px;
	margin-right:30px;
}

/**************************real file styles end */
