
/* CSS by Thomas */

@media (max-width: 800px) {
    h1 {
        clear: both;
        font-size: 2em;
        line-height: 2.5em;
		margin-top:2.5em;
    }
}

@media (min-width: 800px) {
    h1 {
        font-size: 2.5em;
        line-height: 1.5em;
    }
}

html, body {
    min-width: 412px;
	font: 16px/21px 'Arial',sans-serif;
	background-color: #303030;
}

.FormRevDate {
	font: 1em 'Arial',sans-serif;
	text-align: center;
	padding: 1em;
	border-top: #d8a462;
	border-style: solid;
	border-width-top: 0.15em;
}

.form-item h1{
	font: 2.5em 'Franklin Gothic', 'Arial', sans-serif;
	padding: 0.25em;
	color: #003300;
}


.form-item h2 {
    font-size: 2em;
    line-height: 2em;
    background: #003300;
    color: #ffffff;
	padding-bottom: 0em;
	font-family: 'Franklin Gothic', 'Arial', sans-serif;	
}

.form-item h3 {
    font-size: 1.75em;
    line-height: 1.75em;
    background: #d7d2cb;
	padding-bottom: 0em;
	font-family: 'Franklin Gothic', 'Arial', sans-serif;	
}

.form-item h4 {
    font-size: 1.5em;
    line-height: 1.5em;
    border-bottom: #003300;
    border-width: 0.01em;
    border-style: solid;
	padding-bottom: 0em;
	font-family: 'Franklin Gothic', 'Arial', sans-serif;	
}

.form-item h5 {
    font-size: 1.25em;
    line-height: 1.25em;
    border-bottom: #003300;
    border-width: 0.01em;
    border-style: solid;
	padding-bottom: 0em;
	font-family: 'Franklin Gothic', 'Arial', sans-serif;	
}

.form-item h6 {
    font-size: 1.15em;
    line-height: 1.15em;
    border-bottom: #003300;
    border-width: 0.01em;
    border-style: solid;
	padding-bottom: 0em;
	font-family: 'Franklin Gothic', 'Arial', sans-serif;	
}


/* Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Franklin Gothic', 'Arial', sans-serif;
    padding: 0em 0.5em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

a {
    text-decoration-line:underline;
    color: #003300;
}

a:hover{
    color: #007834;   
}

label {
    font-size: 1em;
    font-weight: bold;
	padding-bottom: 1em;
}


/*Popup buttons styles - decide what to do with them*/
.buttonPopup
{
    font: 14px/20px 'Arial',sans-serif !important;
    color: #9a9a9a !important;
    padding: 2px 20px !important;
    cursor: pointer;
    border: 2px solid #8b8b8b;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    background: #ffffff none repeat scroll 0 0;
}

.buttonPopup:hover {
    background: #ffffff none repeat scroll 0 0 !important;
}

.buttonPopup.medium {
    padding: 2px 20px !important;
}

.buttonPopup.big {
    padding: 5px 20px !important;
}


.RadUpload_Default .ruBrowse,
.buttonPopup.blue {
    color: #ffffff !important;
    border: 2px solid #3BA2FC;
    border-radius: 4px !important;
    background: #3BA2FC !important;
}

.buttonPopup.blue:hover {
    color: #ffffff !important;
    border: 2px solid #2970ae;
    border-radius: 4px !important;
    background: #2970ae !important;
}


.workflow-list-dashboard {
    /*display: none;*/
}

.wizardNormalMode
{
    display: none;
    padding: 5px 20px !important;
    color: #ffffff !important;
    border: 0;
    border-radius: 4px !important;
    background: #3BA2FC !important;
}

/* hide title, header/footer, info, summary/attachments/communications sections */
.page-top, .page-footer, .infoSection, .workflowRightTab, .page-head {
    display: none!important;
}

#workflow-wrapper:not(.embed):not(.registered-embed){
    min-height: 0px;
}

#divWorkflowContent {
    width: 95%;
    height: 100%!important;
    min-height: 100%!important;
}

div#workflow-background-wrapper{
    min-width: 97%!important;
    border: 0px;
}

.page-content .formFieldWrapper.submit-button-wrapper > div > input,
.page-content .formFieldWrapper.action-button-wrapper > div > input,
.page-content .form-section-buttons button,
.page-content .form-section-buttons input,
.form-collaboration-stage-submit-button,
#divWorkflowContent .buttonPopup {
    font-size: 1em;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor:pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #ffffff;
    background-color: #003300;
    border-color: #003300;
	margin: 2em 0.5em;
	padding: 0.5em 1em;
}

#tsForm-editor, .workflowContent {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    font-style: normal;
    color: #000;
    white-space: normal;
    text-overflow: clip;
    border-radius: 0;
    border-style: solid;
    border-color: #fff;
    border-top-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    border-right-width: 0;
    margin: 0;
}

body div.page-content, body div.inner {
    max-width: 1200px !important;
}