
.openicon {
    width: auto;
    float: right;
    font-size: 25px;
	    margin-top: 8px;
    color: #f3571d;
	    cursor: pointer;
    /* line-height: 10px; */
}


header{width:100%;
float:left;
  background-color: rgba(255, 255, 255, 0.66);
	padding: 5px 0px;
	position: absolute;
    z-index: 99;
	
-webkit-box-shadow: 0px 3px 10px -7px rgba(0,0,0,0.36);
-moz-box-shadow: 0px 3px 10px -7px rgba(0,0,0,0.36);
box-shadow: 0px 3px 10px -7px rgba(0,0,0,0.36);
}


.drop {
    color: #F30;
    border: 1px solid #cac7c7;
    padding: 4px 10px;
    background-color: #fff;
    border-radius: 5px;
}

.tobal{border:0px;
padding:0px;
font-weight:600;
height:auto;}

.tobal span{float:left;
text-align:right;}

.baner{width:100%;

margin-top:20px;
}

.baner img{width:100%;
position:fixed;
top: 0;
}


.panel_logo{width:36%;
position:absolute;
top:20% ;
left:30%;}


.dropdown-menu > li > a {
    display: block;
    padding: 6px 20px;
    clear: both;
    text-align: center;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    font-size: 14px;
background-color: #ffffff !important;
    color: #f3571d!important;
    margin-bottom: 1px;
	
	 transition: 0.3s;
}



.newdrop{font-size:16px !important;}


.overlay a{font-size:16px !important;}


/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  background-color:#f3571d;

  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block;
    transition: 0.3s;
    /* background-color: #06445f; */
    border-bottom: 1px solid #fbfbfb;
    width: 30%;
    margin-left: 35%;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #000;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    text-align: right;
    border: none;
    font-size: 60px !important;
    background-color: transparent !important;
}
.closebtn{font-size:22px !important;}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}







.dec-form h3 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    color: #f3571d;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 6px;
    /* text-align: center; */
    margin-bottom: 20px;
}

.autoinput input{border:0px;
border-bottom:1px solid #dadcd6;}

.dec-form {
    width: 100%;
    float: left;
    background-color: #fff;
    /* border-top: 5px solid #8cc63e; */
    margin-top: 5%;
    padding: 30px;
	    min-height: 500px;
    -webkit-box-shadow: 0px 0px 13px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 13px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 13px -9px rgba(0,0,0,0.75);
}










table { 
	width: 100%; 
	border-collapse: collapse; 
	}

/* Zebra striping */
tr:nth-of-type(odd) { 
	background: #f7f7f7; 
	}

th { 
	background: #727370; 
	color: white; 
	font-weight: bold; 
	}

td, th { 
	padding: 10px; 
	    border: 1px solid rgba(52, 152, 219, 0.23);
	text-align: left; 
	font-size: 15px;
	}










#login .container #login-row #login-column #login-box {
    margin-top: 120px;
    /* max-width: 600px; */
    /* height: 320px; */
    float: left;
    width: 100%;
    border: 1px solid #d6d6d6;
    background-color: #EAEAEA;
    padding-bottom: 15px;
}
#login .container #login-row #login-column #login-box #login-form {
  padding: 20px;
}
#login .container #login-row #login-column #login-box #login-form #register-link {
  margin-top: -85px;
}



@media (min-width: 575px) and (max-width: 1024px) {

.openicon {
    width: auto;
    float: right;
    font-size: 31px;
    margin-top: 8px;
    margin-right: 18%;
    color: #f3571d !important;
    font-weight: 600;
}	
	
}


@media (min-width: 768px) and (max-width: 1024px) {
	
	.openicon {

    font-size: 52px !important;
	}
	
	header img {
    width: 100% !important;
}

.select2-container .select2-selection--single {
  width: 100% !important;
}


.overlay a {
    font-size: 20px !important;
}


.billing {
    min-width: 100% !important;
    overflow-x: scroll !important;
    float: left;
}

.mob_q {
    width: 10%0px !important;
    float: left;
}


.mob_price {
    width: 100% !important;
    float: left;
}

b, strong {
    font-size: 11px !important;
}

.table-responsive {
    height: 362px!important;
    overflow: scroll!important;
}
	
	.panel_logo {
    width: 100% !important;
    position: absolute !important;
    top: 14% !important;
    left: 0% !important;
}
	
}


