body {
    background: #fff;
    font: normal normal 14px/1 "Roboto", Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 0;
}

input, button, select, textarea {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:hover, a:active, a:focus,
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
	outline: 0 none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

i {
	font-style: normal;
}

img {
    border: 0 none;
    max-width: 100%;
}

.header1 {
    background-color: #666;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 15px;
    position: relative;
    text-transform: uppercase;
}

.header2 {
	color: #333;
    font-family: "Bitter",serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 30px 15px;
    text-align: center;
}

.brand {
	display: block;
    padding: 15px;
}

.doe-thumbnail {
    background-clip: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.doe-bg {
    background-image: url("../images/doe/bg.jpg");
    height: 180px;
    position: relative;
}

.doe-form {
    padding: 15px 0 0;
}

.doe-form .form-group {
	margin: 0 15px 15px;
    position: relative;
}

.doe-form label {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.doe-form .form-control {
    background-color: transparent;
    border-color: #cccccc;
    border-radius: 0;
    border-style: none none solid;
    color: #333;
    height: 30px;
    padding: 5px 10px;
}

.doe-form .form-control,
.doe-form .form-control:focus {
    box-shadow: none;
}

.doe-form label > .required {
    color: #cc0000;
    display: inline-block;
    margin-left: 2px;
    vertical-align: top;
}

.doe-form .required-field-error {
    bottom: 9px;
    color: #cc0000;
    font-size: 12px;
    font-weight: 400;
    left: 10px;
    position: absolute;
    top: auto;
}

.cleanliness-form ul {
	padding: 10px 0 50px;
}

.cleanliness-form ul > li {
	color: #333;
    padding: 5px 15px;
	position: relative;
}

.cleanliness-form ul > .disabled > .disabled-fade {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.cleanliness-form ul > li .media-body {
	line-height: normal;
    vertical-align: middle;
}

.check-list {
	min-width: 74px;
}

.check-list > span.yes {
	border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.check-list > span.no {
	border-bottom-right-radius: 3px;
    border-left-color: #f4f4f4;
    border-top-right-radius: 3px;
    position: relative;
}

.disabled .check-list > span {
	background-color: #f4f4f4;
}

.check-list > span {
	background-color: #fff;
    border: 1px solid #ccc;
    color: #ccc;
    cursor: pointer;
    display: block;
    float: left;
    height: 32px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    width: 32px;
}

.check-list span.exist,
.check-list span.not-exist {
	background-color: #00cc00;
    border-color: #009900;
    color: #fff;
    cursor: default;
}

.check-list span.not-exist {
	background-color: #cc0000;
    border-color: #660000;
}

.check-list span .fc-times {
	font-size: 22px;
    font-weight: 700;
}

.ty-box-content {
    background-color: #f2f2f2;
    border-radius: 6px;
    padding: 30px 10px;
}

.thank-you-success-icon {
    background-color: #ffffff;
    border-radius: 100%;
    display: block;
    height: 89px;
    line-height: 99px;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    width: 89px;
}

.thank-you-success-icon::after {
    background: rgba(0, 0, 0, 0) url("../images/doe/box-shadow-129x129.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 129px;
    left: 0;
    position: absolute;
    top: 0;
    width: 129px;
}

.thank-you-success-icon .success-icon {
    background: #ffffff url("../images/doe/success-sm.png") no-repeat scroll center center;
    border-radius: 100%;
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.ty-box-content .box-header .title,
.ty-box-content .box-header .message {
    color: #5c6a79;
    font-family: "Bitter",serif;
    font-weight: 400;
    text-align: center;
}

.ty-box-content .box-header .title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 5px;
}

.ty-box-content .box-header .message {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto 20px;
    width: 80%;
}

.chzn-container {
    width: 100% !important;
}

.chzn-container-single .chzn-single {
    background-image: none;
    border-color: #ccc;
    border-radius: 0;
    border-style: none none solid;
    border-width: 1px;
    box-shadow: none;
    color: #000;
    height: 30px;
    line-height: 20px;
    padding: 5px 10px;
}

.chzn-container-single .chzn-search input {
	color: #333;
}

.chzn-container .chzn-results li {
	color: #333;
}

.floating-bttn {
	bottom: 0;
    left: 0;
    position: fixed;
    top: auto;
    width: 100%;
}

.upload-bttn {
    overflow: hidden;
}

.upload-bttn input[type="file"] {
	cursor: pointer;
    height: 30px;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 30px;
}

.uplaod-preview {
	border: 1px solid #dcdcdc;
    border-radius: 3px;
    margin-top: 5px;
    min-height: 50px;
    padding: 5px;
    position: relative;
}

.uplaod-preview .uplaod-cancel {
	background-color: #808080;
    border-radius: 1px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    height: 15px;
    line-height: 13px;
    margin: 0 0 0 2px;
    text-align: center;
    vertical-align: top;
    width: 15px;
}

.uplaod-preview .loader {
	left: 0;
    position: absolute;
    top: 50%;
    transform: translate(25%, -50%);
}

.doe-btn-default {
    background-color: #ffd61c;
    border-radius: 0;
    border-style: none;
    color: #333333;
    font-weight: 500;
    line-height: 30px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.doe-btn-primary {
	background-color: #000;
    border-radius: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.doe-btn-primary,
.doe-btn-primary:hover,
.doe-btn-primary:focus {
    color: #fff;
}

.language {
	padding: 15px 15px 15px 0;
}

.language .dropdown .dropdown-toggle {
	background-color: #bcbcbc;
    border-color: #7f7f7f;
    border-radius: 3px;
    box-shadow: none;
    color: #4c4c4c;
    text-shadow: none;
}

.language .dropdown-menu {
    min-width: 50px;
}

@media (min-width: 992px) {
	.doe {
		margin: 0 auto;
		padding: 15px;
		width: 767px;
	}
}