body { 
    background-color:#eee;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style:normal;
    font-size: 1em;
    color: #000;
}

div.main-content {
    width:80%;
    max-width: 1000px;
    display:block;
    margin:auto;
    padding:30px;
    background-color:white;
}

hr {
	border-color: #b12c1a;
	margin-bottom: 20px;
    width: 70%;
}

div.row {
    margin-top: 30px;
    /*clear:both;*/
    display:block;
}

div.bordered {
    border-bottom: 1px solid #58585a;
    margin-bottom: 50px;
}

div.column {
    display: flex;
}

div.row span {
    font-weight: bold;
    width: 100%;
    margin-bottom: 15px;
    display:block;
}

div.field {
    margin-bottom:5px;
}


h1 {
    text-align:center;
    font-size:2.5em;
    font-weight: 900;
    width: 100%;
}
h2 {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

input, textarea:not(#fileUpload) {
	border-radius: 6px;
	border:1px solid #9b9b9d;
}

input#fileUpload {
	border:none !important;
	padding: 0px !important;
	border-radius: 0px !important;
}

input, textarea, select {
	padding: 10px 12px;
	border-radius: 6px;
	border:1px solid #9b9b9d;
	margin-bottom: 10px;
	color: #rgba(0,0,0,0.8);
}

label {
    vertical-align: top;
    margin-bottom: 8px;
}

input#submit {
	background-color: #b12c1a;
	cursor: pointer;
	transition: 0.3s ease-out;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	border:none;
	padding: 10px 20px;
}

input#submit:hover {
	background-color: #ef3c42;
	cursor: pointer;
	transition: 0.3s ease-out;
	border-radius: 6px;
}

input[type=text]:not(textarea) {
	margin-left: 8px;
}

.requiredLabel:after {
    content:" *";
    color: #ef3c42;
  }

  textarea {
    width: 100%;
    max-width: 970px;
    height: 200px;
  }

  .invalid {
    /*border: 1px solid red;*/
    background-color: #ecc;
}

/***************************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 */
