
a:hover {
	color: #008af5;
}
h1 {
	margin: 0;
	font-weight: 400;
	font-size: 35px;
    color:#004765;
}
h2 {
	font-size: 15px;
    line-height:20px;
	color: #333;
	margin: 30px 0;
}
label {
	/* display: block; */
	font-weight: bold;
	margin-bottom: 10px;
}
p, .control-group {
	margin: 0 0 20px 0;
}
.demo {
	border-bottom: 1px solid #e8e8e8;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.demo:last-child {
	border-bottom: 0 none;
}
.demo select, .demo input, .demo .selectize-control {
	width: 100%;
}
.demo > *:first-child {
	margin-top: 0;
}
.demo > *:last-child {
	margin-bottom: 0;
}
.demo .value {
	margin: 0 0 10px 0;
	font-size: 12px;
}
.demo .value span {
	font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
}
.theme-selector {
	margin-top: 10px;
	font-size: 13px;
}
.theme-selector:before {
	content: 'Themes: ';
}
.theme-selector a {
	margin: 0 5px;
}
.theme-selector a.active {
	color: #202020;
	font-weight: bold;
}
#wrapper {
	margin: 0;
}
#wrapper > * {
	padding-left: 100px;
	padding-right: 100px;
}
pre {
	background: #f8f8f8;
	border: 1px solid #f2f2f2;
	padding: 10px;
	font-size: 12px;
	font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/*input[type=button] {
	margin: 0 10px 0 0;
	padding: 6px 10px;
	color: #606060;
	background: #e0e0e0;
	border: 0 none;
	width: auto;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-font-smoothing: antialiased;
}*/
.buttons {
	margin: 0 0 25px 0;
}
/*input[type=button]:hover {
	background: #dadada;
}*/

#WWIFRAME {
	width: 100%;
	height: 250px !important;
	overflow: auto;
	border: none;
}

@media only screen and (max-width : 320px) {
	body {
		margin: 20px 0;
	}
	#wrapper {
		margin: 0;
	}
	#wrapper > * {
		padding-left: 10px;
		padding-right: 10px;
	}
	.demo {
		padding: 20px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}


/*Proposal Document Upload*/

@media screen and (max-width: 1200px) {

.ajax__fileupload {
    border: #D3D3D3 1px solid;
    overflow: auto;
    padding: 4px;
    height: 200px !important;
}

.ajax__fileupload_selectFileButton {
    background-color: #212121;
    color: #D0D0D0;
    cursor: pointer;
    display: block;
    font-size: 13px !important;
    line-height: 24px;
    margin-right: 4px;
    text-align: center;
    width: 80px !important;
    border-radius: 8px !important;


}

.ajax__fileupload_uploadbutton {
    background-color: #4CAF50 !important;
    color: white;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    border-radius: 5px !important;
    width: 80px !important;
    padding: 10px !important;
    margin-right: 5px !important;
}

.ajax__fileupload_fileItemInfo .removeButton {
    background-color: #900;
    color: white;
    cursor: pointer;
    display: block;
    float: left;
    height: 37px !important;
    line-height: 20px;
    text-align: center;
    border-radius: 5px !important;
    width: 80px !important;
    padding: 10px !important;
}

.ajax__fileupload_fileItemInfo {
    height: 40px !important;
    line-height: 20px;
    margin-bottom: 2px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}


}

/*THE BELOW IS FOR THE $msg JQUERY Function located in HELPERS.JS file*/
.notice, .success, .error {padding:0.8em;margin:0.77em 0.77em 0 0.77em;border-width:1px;border-style:solid;}
.notice {background-color:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background-color:#E6EFC2;color:#264409;border-color:#C6D880;}
.error {background-color:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}