﻿body {
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    width: auto !important;
    color: #323232;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/**************/
/* TOP banner */
/**************/
.OCS-bg-ec {
    /*/background-image: url("../images/bg.png");*/
    background-repeat: repeat;
	background-color: green;
    height: 100px;
    width: 100%;
}

.OCS-bg-ws {
	/*/background-image: url("../images/bg.png");*/
	background-repeat: repeat;
	background-color: #28628E;
	height: 100px;
	width: 100%;
}

.OCS-toplogo {
    width: 85%;
    margin: 0 auto;
}

.OCS-fillLogo {
    width: 60px;
    margin-top: 20px;
}

.OCS-fillLogoWS {
	width: 155px;
	height: 60px;
	margin-top: 20px;
}

#banner {
	color: white;
	background-color: #c4e0b4;
	text-align: center;
	font-size: 20px;
	padding: 5px;
}

.notshow {
    display: none;
}

.OCS-WS {
    display: none;
}

.OCS-EC {
    display: none;
}

.OCS-QA {
    display: none;
}

/**************/
/* Main Container top */
/**************/
.OCS-maincontainer {
    position: relative;
    margin-top: 0px;
    width: 100%;
}

.OCS-insidecontainer {
    width: 85%;
    margin: 0 auto;
    background-color: white;
}

.OCS-formInside {
    max-width: 520px;
    margin: 0 auto;
}

.OCS-centerInquiry {
    text-align: center;
}

OCS-notifications {
	text-align: left;
	margin-top: 0px;
}

.Title1, .Title2 {
	font-weight: bold;
	margin-bottom: 0px;
}

.Body1, Body2 {
	margin-top: 0px;
}

.Body2 {
	margin-bottom: 0px;
}

.OCS-labelsmall {
	font-size: 13px;
}

.OCS-tbig {
	margin-top: 40px;
	margin-bottom: 40px;
    font-size: 32px
}


/**************/
/* actual form */
/**************/
.OCS-flow {
	margin-top: 32px;
	overflow: hidden;
}

.OCS-flow-header {
	margin-top: 40px;
	overflow: hidden;
}

.OCS-left {
    float: left;
}

.OCS-right {
    float: right;
}

.asterisk {
    color: #dc3545;
    font-weight: bold;
}

.OCS-button {
	background-color: green; /* solid green background */
	color: white; /* white text */
	border: 2px solid green; /* keep green border or remove if you want no border */
	border-radius: 0;
	width: 100%;
	font-weight: bold;
	cursor: pointer;
}

    .OCS-button:active {
        border: 2px solid darkgreen;
        color: darkgreen;
    }

    .OCS-button:hover {
        border: 2px solid darkgreen;
        color: darkgreen;
    }

/**************/
/* input  */
/**************/
.form-group {
    height: 60px;
}

.form-group-large {
    height: 140px;
}

.form-group {
    margin-bottom: 32px;
}

.commonInput {
    height: 45px;
}

input + label {
    color: #000;
    position: relative;
    font-size: 0.8em;
    left: 14px;
    pointer-events: none;
    background-color: white;
    top: -57px;
    text-transform: uppercase;
}

    input + label:after {
        display: none;
    }

/* empty */
.emptyInput + label {
    display: inline-block;
    top: -35px;
    text-transform: none;
}

.req.emptyInput + label:after {
    content: '*';
    color: red;
    margin-left: 2px;
    display: inline-block;
}

/* textArea */
.textform {
    height: 120px !important;
}

textarea + label {
    color: #000;
    position: relative;
    font-size: 0.8em;
    left: 14px;
    pointer-events: none;
    background-color: white;
    top: -135px;
    text-transform: uppercase;
}

    textarea + label:after {
        display: none;
    }

    textarea + label:after {
        display: none;
    }

/* empty */
textarea.emptyInput + label {
    display: inline-block;
    top: -113px;
    text-transform: none;
}

textarea.req.emptyInput + label:after {
    content: '*';
    color: red;
    margin-left: 2px;
    display: inline-block;
}

.invalid-feedback {
    margin-top: -28px;
}

.iconSize {
    width: 15px;
}

.reqValid {
    border: 1px solid green;
}

.reqInvalid {
    border: 1px solid red;
}

/**************/
/* Select  */
/**************/
select + label {
    color: #000;
    position: relative;
    font-size: 0.8em;
    left: 14px;
    pointer-events: none;
    background-color: white;
    top: -50px;
    text-transform: uppercase;
}

    select + label:after {
        display: none;
    }

/* empty */
select.emptyInput + label {
    display: inline-block;
    top: -31px;
    text-transform: none;
}

    select.emptyInput + label:after {
        content: '*';
        color: red;
        margin-left: 2px;
        display: inline-block;
    }

/**************/

/**************/
/* upload  */
/**************/
.custom-file {
    border: 2px solid black;
    text-align: center;
}

.uploadedfile1 {
    cursor: pointer;
}

.OCS-upload {
    position: relative;
    pointer-events: none;
    top: -31px;
    text-transform: uppercase;
}

.OCS-auto {
    margin: auto;
    text-align: center;
    height: calc(1.5em + .75rem + 2px);
}

.OCS-imgpreview {
    text-align: center;
}

#OCS-imgpreviewimg {
    display: none;
    margin: 0 auto;
}

/**************/
/* footer  */
/**************/
.OCS-disclaimer {
    font-size: 0.8em;
}

.OCS-footer {
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.OCS-divspe {
}

.OCS-divspeinner {
    border-left: 1px solid rgba(0,0,0,.1);
}

@media only screen and (max-width: 600px) {
	.OCS-bg-ec {
		/*/background-image: url("../images/bg.png");*/
		background-repeat: repeat;
		background-color: black;
		height: 140px;
		width: 100%;
	}
}

/**************/
/* accordian  */
/**************/
.OCS-arcbutton {
	border: 0;
	background-color: white;
	font-size: 18px;
	color: #595959;
	cursor: pointer;
}
