body{
	background-color: #f6f7f9;
    color: #34313f;
    font-family: "Source Sans Pro",Arial,"Helvetica Neue",sans-serif;
}
#show_record{
   font-family: "Source Sans Pro",Arial,"Helvetica Neue",sans-serif;
}
.app_conatiner{
	padding: 20px 48px 120px;
}
.app_conatiner h1{
	color: #34313f;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3334;
    margin-bottom: 30.0015px;
	font-family: "Source Sans Pro",Arial,"Helvetica Neue",sans-serif;
}
.app_conatiner .app_heading {
    color: #34313f;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3334;
    margin-bottom: 30px;
}
/*here is the complete code for navigationbar*/
.topnav {
    overflow: hidden;
    background-color: #f0f0f0;
}
.topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
.topnav a:hover {
    background-color: white;
    color: black;
}
.topnav .icon {
    display: none;
}
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}
/*here is the start of the code*/
div#main_content {
    /* padding: 16px 17px 21px 17px; */
    padding:5px 10px 21px 11px;
    background-color: white;
	
}
a.active {
    background-color: white;
    color: #34313f;
}
.connection{
	background-color:red;
}
*{
	box-sizing:border-box !important;
}
p{
	margin: 0 0 10px;
    line-height: 1.5em;
}
fieldset {
    border: 1px solid #ebeef0;
    padding-bottom: 19px !important;
    margin-bottom: 18px;
}
.leagend_heading{
	font-size:17px;
	text-transform:uppercase;
}
header, section {
    margin: 13px 10px;
}
.left_section {
	
    float: left;
}
.right_section {
	
	float:right;
}
a.image {
    background-image: url(https://www.ecommercedesign.com/shopifyapps/shopify/assets/images/form_heading.png);
    background-size: 15px;
    background-repeat: no-repeat;
    padding: 0px 20px;
    border-bottom: none !important;
    background-position: right center;
}
.custom_padding {
    padding: 4px 0 0;
    display: inline-block;
}
select {
	 margin-right: 3px;
	 height: 38px;
	 width: 19.5%;
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
	 border: 1px solid #e3e8ec;
	 padding-left: 5px;
	 background: url(../images/br_down.png) no-repeat right center !important;
	 background-size: 12px !important;
	 background-position: 93% !important;
 }
  input[type='text'] {

/*	 height: 38px;*/
/*     width: 19%;*/
/*     border-radius: 0px;*/
     padding: 8px;
/*     margin-right: 1%;*/
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border: 1px solid #e3e8ec;

 }
 input[type="submit"] {
     background-color: #339ddb;
     border: none;
     color: white;
     height: 38px;
     padding: 0px 16px 0px 16px;
     font-size: 16px;
     cursor: pointer;
 }
#page_links, #page_a_link{
    background-color: #337ab7;
    border: 0;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 5px;
	text-decoration: none;
}
#show_record button {
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #069;
  text-decoration: underline;
  cursor: pointer;
}
.down_btn {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 5px 15px;
  cursor: pointer;
  font-size: 16px;
}
#request_btn{
    margin: 8px auto;
    background-color: #337ab7;
    color: white;
	font-size: 16px;
}
#support_btn1{
	background-color:#4CAF50;
	color:white;
	font-size: 16px;
}
.contact-support a{
	color: white;
	text-decoration: none;
}
form [name="name"],form [name="email"],form [name="phone"],form [name="comments"]{
	background-color: #fafafa;
}
.mendatory{
	color: #ff0000;
}
@media screen and (max-width: 467px) {
	.app_conatiner {
		padding: 20px 10px 120px;
	}
	tr[role='row']{
		font-size: 13px;
	}
}
@media screen and (max-width: 800px) {
	.total-text {
		display: block;
		font-size: 25px;
		text-align: center;
		margin: 0 0 10px;
	}
	.req_feature, .req_feature1{
		text-align: center;
		display: block;
		float: none !important;
	}
}


