﻿.feedback-label{
	font-size: 25px;
	font-weight: bold;
	color: #e67e22;
}

hr.feedback-line-top{
	margin-top: 5px;
	margin-bottom: 15px;
	border: 2px solid #eee;
}

hr.feedback-line-bottom{
	margin-top: 15px;
	margin-bottom: 10px;
	border: 2px solid #eee;
}

.feedback-note{
	font-size: 12px;
	color: #555e58;
}

.option-container{
	width: 100%;
	padding: 5px;
	padding-top: 0px;
	max-height: 200px;
	border: 1px solid #ccc;
	overflow-y: scroll;
}

.option-content{
	width: 100%;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #eee;
	cursor: pointer
}

.tab {
  padding-top: 10px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 100%;
  font-family: Arial, sans-serif;
  line-height: 1.5;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
}
.tabs li {
  float: left;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.tabs a {
  background-color: #eff0f2;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 0 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid #3498db;
}

.tabs_item {
  padding: 0;
}
.tabs_item h4 {
  font-weight: bold;
  color: #3498db;
  font-size: 20px;
}
.tabs_item img {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.tabs_item:first-child {
  display: block;
}

.current a {
  color: #fff;
  background: #3498db;
}

ul#option-list,
ul#option-list li{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#option-list li{
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #ddd;
	cursor: pointer;
	transition: .2s ease;
}

ul#option-list li:hover{
	background: #e67e22;
	color: #fff;
	border: 1px solid #fff;
}

.selected{
	background: #e67e22;
	color: #fff;
}

.selected-unshowed {
    background-color: transparent !important;
    color: #333 !important;
    border: 1px solid #ddd !important;
}

.content-container{
	margin-top: 10px;
	width: 100%;
	padding: 5px;
	border: 1px solid #ddd;
}

.direct-label{
	font-weight: bold;
	font-size: 20px;
	color: #555e58;
}

.content-container-form{
	margin-top: 10px;
	width: 100%;
	padding: 5px;
	color: #555e58;
}

.fillform-label{
	font-size: 20px;
	font-weight: bold;
}

.form-container{
	width: 100%;
	padding: 10px;
	padding-top: 0px;
	border: 1px solid #ddd;
	margin-top: 7px;
}

.detail-label{
	margin-top: 8px;
}

.personal-detail{
	position: relative;
	font-weight: bold;
	padding-top: 6px;
}

.detail-note{
	font-size: 12px;
}

.detail-tb{
	margin-top: 2px;
	width: 100%;
	height: 30px;
	padding-left: 5px;
	border: 1px solid #ddd;
}

.question-note-container{
	position: relative;
    bottom: 2px;
    display: inline-block;
    text-align: center;
    background: #e67e22;
    color: #fff;
    padding: 1px 4px 0px 4px;
    font-size: 10px;
    cursor: pointer;
}

.question-note-content{
	display: none;
	position: absolute;
	top: 25px;
	left: 0px;
	width: 300px;
	padding: 5px;
	text-align: left;
	background: #fff;
	color: #555e58;
	font-size: 12px;
	border: 2px dashed #e67e22;
	z-index: 2;
	animation: slide .3s ease;
	
}

#general {
	display: none;
}

@keyframes slide{
	0%{left: 100px;}
	100%{left: 0px;}
}

@media(min-width: 992px) and (max-width: 1168px){
	.personal-detail{
		font-size: 12px;
	}
}


.detail-ta{
	margin-top: 2px;
	width: 100% !important;
	height: 100px;
	max-height: 100px;
	border: 1px solid #ddd;
}

.submit-btn{
	float: right;
	margin-top: 10px;
	width: 100px;
	padding: 8px;
	text-align: center;
	background: #2ecc71;
	color: #fff;
	cursor: pointer;
	transition: .4s ease;
	-webkit-transition: .4s ease;
}

.submit-form-btn:hover{
	background: #27ae60;
}

#mobile-menu{
	display: none;
}

.question-menu{
	width: 100%;
	height: 30px;
	padding: 5px;
	border: 1px solid #3498db;	
}

.post-feedback-div{
	width: 100%;
	height: 270px;
	margin-top: 0px;
	padding: 50px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 16px;
	transition: .3s ease;
    margin-top: 10px;
}

.sm-active{
	margin-top: 60px;
	opacity: 1;
}

.go-back-home-btn{
	margin-top: 20px;
	width: 200px;
	height: 70px;
	padding-top: 10px;
	color: #fff;
	background: #3498db;
	text-align: center;
	font-size: 18px;
	transition: .3s ease;
}

.go-back-home-btn-mobile {
    margin-top: 0px;   
    padding: 5px 0px;
    color: #fff;
    background: #3498db;
    text-align: center;
    font-size: 18px;
    transition: .3s ease;
}
.go-back-home-btn:hover{
	background: #2980b9;
}

.tabs_item:not(:first-of-type) {
    display: none;
}

.content-note{
	display: none;
	font-size: 11px;
	font-weight: normal;
}

.btnlink{
    color:white !important;
}

.inline-block{
    display:inline-block;
}

.font-weight-normal{
    font-weight:normal;
}

.margintop10{
    margin-top:10px;
}

@media(max-width: 500px) {
    .submit-btn{
		width: 100%;
	}
}

@media(max-width: 567px){
	#desktop-menu .tabs {
		display: none;
	}
	
	#mobile-menu{
		display: inline-block;
	}

	.tabs a{
		border: 1px solid #3498db;
	}

    /*.content-container-form {
        margin-top: -20px;
    }*/

    .question-note-container{
		display: none;
	}

    .content-note {
		display: block;
	}
}

@media(min-width: 767px){
	#details-div {
		margin-top: 50px;
	}

     /*.content-container-form {
        margin-top: -30px;
    }*/
}

/* untitled-font-1 */
@font-face {
  font-family: "untitled-font-1";
  src:url("https://file.myfontastic.com/Vi46LSbbvz7jMWZHSUUBpc/fonts/1486369015.eot");
  src:url("https://file.myfontastic.com/Vi46LSbbvz7jMWZHSUUBpc/fonts/1486369015.eot?#iefix") format("embedded-opentype"),
    url("https://file.myfontastic.com/Vi46LSbbvz7jMWZHSUUBpc/fonts/1486369015.woff") format("woff"),
    url("https://file.myfontastic.com/Vi46LSbbvz7jMWZHSUUBpc/fonts/1486369015.ttf") format("truetype"),
    url("https://file.myfontastic.com/Vi46LSbbvz7jMWZHSUUBpc/fonts/1486369015.svg#1486369015") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clipboard:before {
  font-family: "untitled-font-1" !important;content: "\64";
}
.icon-frame-picture-streamline:before {
  font-family: "untitled-font-1" !important;content: "\65";
}
.icon-ios-people:before {
  font-family: "untitled-font-1" !important;content: "\66";
}
.icon-call-old-telephone:before {
  font-family: "untitled-font-1" !important;content: "\61";
}
.icon-tag:before {
  font-family: "untitled-font-1" !important;content: "\62";
}
.icon-cross:before {
  font-family: "untitled-font-1" !important;content: "\63";
}
.icon-home:before {
  font-family: "untitled-font-1" !important;content: "\67";
}
.icon-list-thumbnails:before {
  font-family: "untitled-font-1" !important;content: "\77";
}
.icon-allcategories:before {
  font-family: "untitled-font-1" !important;content: "\68";
}
.icon-baby-mom:before {
  font-family: "untitled-font-1" !important;content: "\69";
}
.icon-best-seller:before {
  font-family: "untitled-font-1" !important;content: "\6a";
}
.icon-car-acc:before {
  font-family: "untitled-font-1" !important;content: "\6b";
}
.icon-featured-product:before {
  font-family: "untitled-font-1" !important;content: "\6c";
}
.icon-electronic-app:before {
  font-family: "untitled-font-1" !important;content: "\6d";
}
.icon-fashion:before {
  font-family: "untitled-font-1" !important;content: "\6e";
}
.icon-health-beauty:before {
  font-family: "untitled-font-1" !important;content: "\6f";
}
.icon-featured-seller:before {
  font-family: "untitled-font-1" !important;content: "\70";
}
.icon-home-living:before {
  font-family: "untitled-font-1" !important;content: "\71";
}
.icon-it-computer:before {
  font-family: "untitled-font-1" !important;content: "\72";
}
.icon-other:before {
  font-family: "untitled-font-1" !important;content: "\73";
}
.icon-smartphone:before {
  font-family: "untitled-font-1" !important;content: "\74";
}
.icon-sport:before {
  font-family: "untitled-font-1" !important;content: "\75";
}
.icon-toys:before {
  font-family: "untitled-font-1" !important;content: "\76";
}
.icon-eat-food-fork-knife-streamline:before {
  font-family: "untitled-font-1" !important;content: "\79";
}
.icon-magnifier:before {
  font-family: "untitled-font-1" !important;content: "\7a";
}
.icon-ios-search-strong:before {
  font-family: "untitled-font-1" !important;content: "\78";
}
.icon-bag-shopping-streamline:before {
  font-family: "untitled-font-1" !important;content: "\41";
}
.icon-hamburger:before {
  font-family: "untitled-font-1" !important;content: "\42";
}
.icon-lightbulb-shine:before {
  font-family: "untitled-font-1" !important;content: "\43";
}
.icon-googleplus:before {
  font-family: "untitled-font-1" !important;content: "\44";
}
.icon-page-edit:before {
  font-family: "untitled-font-1" !important;content: "\45";
}
.icon-arrow-right:before {
  font-family: "untitled-font-1" !important;content: "\46";
}
.icon-clipboard-pencil:before {
  font-family: "untitled-font-1" !important;content: "\47";
}
.icon-search:before {
  font-family: "untitled-font-1" !important;content: "\48";
}
.icon-design-pencil-rule-streamline:before {
  font-family: "untitled-font-1" !important;content: "\49";
}
.icon-code:before {
  font-family: "untitled-font-1" !important;content: "\4a";
}
.icon-cogs:before {
  font-family: "untitled-font-1" !important;content: "\4b";
}
.icon-exclamation:before {
  font-family: "untitled-font-1" !important;content: "\4c";
}
.icon-edit:before {
  font-family: "untitled-font-1" !important;content: "\4d";
}
.icon-forward:before {
  font-family: "untitled-font-1" !important;content: "\4e";
}
.icon-clock:before {
  font-family: "untitled-font-1" !important;content: "\4f";
}
.icon-browser-empty:before {
  font-family: "untitled-font-1" !important;content: "\50";
}
.icon-browser:before {
  font-family: "untitled-font-1" !important;content: "\51";
}
.icon-shopping-cart:before {
  font-family: "untitled-font-1" !important;content: "\52";
}
.icon-heart:before {
  font-family: "untitled-font-1" !important;content: "\54";
}
.icon-cart:before {
  font-family: "untitled-font-1" !important;content: "\53";
}
.icon-user:before {
  font-family: "untitled-font-1" !important;content: "\55";
}
.icon-users:before {
  font-family: "untitled-font-1" !important;content: "\56";
}
.icon-check:before {
  font-family: "untitled-font-1" !important;content: "\57";
}
.icon-google-plus:before {
  font-family: "untitled-font-1" !important;content: "\58";
}
.icon-facebook:before {
  font-family: "untitled-font-1" !important;content: "\59";
}
.icon-search-1:before {
  font-family: "untitled-font-1" !important;content: "\5a";
}
.icon-phone:before {
  font-family: "untitled-font-1" !important;content: "\30";
}
.icon-list-unordered:before {
  font-family: "untitled-font-1" !important;content: "\32";
}
.icon-list-thumbnails-1:before {
  font-family: "untitled-font-1" !important;content: "\33";
}
.icon-model-s:before {
  font-family: "untitled-font-1" !important;content: "\31";
}
.icon-gamepad:before {
  font-family: "untitled-font-1" !important;content: "\34";
}

.form-section {
    padding: 15px;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.form-section .upload-feedbackimage {
    padding-top: 40px;
    min-height: 250px;
    width: 100%;
    text-align: center;
    border: 1px solid #D3D3D3;
    float: left;
}

.form-section upload-feedbackimage .fa-upload {
    font-size: 45px;
    margin-bottom: 10px;
}

.form-section .upload-feedbackimage .remove-img {
    color: white;
    /*background-color: #EB5D5D;
    padding: 5px 15px;
    width: 100px;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;*/
}


#status-modal {
    text-align: center;
}
.modal-dialog {
    padding-top: 120px;
}

.modal-footer {
    padding: 10px;
    text-align: center;

}
.modal-footer .invite-friends-btn {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}


.modal-body .dismiss {
    position: absolute;
    right: 15px;
}

.modal-body .status-title {
    font-size: 25px;
    margin-bottom: 5px;
}

.modal-body .status-desc {
    font-size: 15px;
}


.modal-body  .btn-cta {
    border: 1px solid grey;
    padding: 6px;
    border-radius: 5px;
    cursor: pointer;
}
