#header{
	background: rgba(50,82,110,0.9);
	border-top: 3px solid #ff7354 !important;
}

.notification {

  color: white;
  text-decoration: none;
  padding: 0px 0px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}



.notification .badge {
  padding: 5px 15px;
  border-radius: 50%;
  background: red;
  color: white;
}


textarea{
	padding: 1%;
	width: 98%;
	min-height: 55px;
}

textarea.code{
	min-height: 333px;
}

#nav{
	background: #ff7354 !important;
	width: auto;
//	border-radius: 5px;
}

#navContainer{
	width: auto;
}

#nav ul{
	
}

#nav ul li{
	border-right: 1px solid rgba(0,0,0,0.2);
  border-left: 1px solid rgba(255,255,255,0.2);
}

#nav ul li a{
	padding: 15px 19px;
	font-weight:bold;
	text-shadow: 0 1px 0 #51536f;
	font-size:16px;
}

#nav ul li a.active, #nav ul li a:hover, #nav ul li a.router-link-active{
	background: #ef5736;
}

ul li{
	display: block;
}

.loginForm {
  width: 100%;
  max-width: 94%;
  margin: auto;
  background: #E6e6e8;
  position: relative;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  padding-bottom: 22px;
}
.inform.well{margin-top: 20px;}
.loginTitle{
	position: absolute;
	top:0 ;
	left: 0;
	background: #377daf;
	right: 0;
	text-align: center;
}

.loginTitle h2{
	margin: 15px 0;
    color: #fff;
   
}

.loginForm input[type="submit"]{
	width: 100%;
    padding: 9px;
    background: #368239;
    border: 1px solid #0a395f;
    color: #ffffff;
    font-weight: bold;
}

.loginForm input{
	//min-width: 22px !important;
	width: 100%;
	box-sizing: border-box; 
}

.loginForm input[type="submit"]:hover{
	background: #275E29;
    border: 1px solid #0a395f;
    color: #DF8E0F;
}

.loginForm input[type="file"] {
  margin: 10px 0;
  padding: 15px;
  border: none;
  border-radius: 25px;
  background: #f9f9f9;
  width: 100%;
  font-size: 16px;
  color: #333;
  transition: all 0.3s ease;
}

.loginForm input[type="file"]:hover {
 outline: none;
  background: #e1e1e1;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
table {
  width: 100%;
}

td {
  text-align: left;
}


.loginForm td{
	padding: 0 5px;
}

.loginForm th{
	text-align: right;
}

img.navIcon{
	width: 33px;
	padding-top: 33px;
}

img.logo{
	max-width: 100%;

}

@media (max-width: 768px){

	#nav ul li {
	    width: 100%;
	    padding: 0;
	}


	#nav ul li a{
	    display: block;
	    border-bottom: 1px solid rgba(0,0,0,0.3);
	    border-top: 1px solid rgba(255,255,255,0.2);
	}
	
    .package .mr44{
      margin: 11px;
    }
    
    .mobileLogo{
        visibility: visible !important;
    }
    
    .pcTitle{
        display: none;
    }

}

#heading{
 background: #377daf;;
}






/*========admin panel=================*/


 	#logo{
 		background: #377daf;
 	}

  

   #left ul li.collapsable{
	  
	    background: #E1E1E1;
	    border-left: 5px solid #BB460D;
	}



	#left{
    	background: #377daf;
    color: #fff;
    font-style: normal;
  	}


  #left ul{

  }

  #left ul li{
    
  }

  #left ul li a{
    color: #ffff;
    
  }
  

  #left ul li.active,   #left ul li.collapsable, #left ul li a:hover, #left ul li a.active, #left ul li a:hover{
		border-top: 1px solid #B7C4C5;
	    background: #edf2f5;
	   
	    color:#000;
	}

 #left ul li.active{
  }

  #left ul li a:hover{   
    
  }



  #left ul li ul{
  }

  #left ul li.collapsable ul, #left ul li.active ul{
    
  }

 


  #left ul li.active a:hover, #left ul li.active a.active, #left ul li.collapsable a:hover, #left ul li.collapsable a.active{
    color: #09d619;
  }

  #left ul li ul li a{
  }

  #left ul li ul li a:hover, #left ul li ul li a.active{
  	color: #FFC369;
  }



/*=============Admin CSS=====================*/
.overview{
	background: #88ad29;
    color: #FFFFFF;
    text-align: center;
    padding: 66px 22px;
    margin: 22px;
    border: 1px solid #646d0a;
}

.overview h2{	
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0 1px 0 #383838;
}
.edit, .delete{
	padding: 2px 9px;
	opacity: 0.8;
	text-decoration: none;
	font-size: 13px;
}
.delete{
	background: #8C1C1C;
	color: #FFFFFF;
	border: 1px solid #5E1212;
}
.edit{
	background: #4D8D0F;
	color: #FFFFFF;
	border: 1px solid #39680B;
}
.edit:hover, .delete:hover{
	border: 1px solid #141414;
	opacity: 1;
}


.formContainer table input, .formContainer table select{
	width: 100%;
	box-sizing: border-box;
}
.formContainer table{
	width: 100%;
}


.formContainer th{
	text-align: right;
}
.formContainer td{
	padding: 0 2px;
}

.formContainer th, .formContainer td{
	vertical-align: middle;
}

.w80{
	width: 80%;
}

.next{
	 text-decoration: none;
    background: #1a8694;
    padding: 3px 17px;
    margin: 9px 0;
    margin-right: 5px;
    border: 1px solid #1175a2;
    color: #fff;
}

.formContainer{
	max-width: 555px;
	margin: auto;
}

.package{
	border: 1px solid #dedede;
	min-height: 111px;
	margin: 22px;
	background: #fff;
}

.packTitle{
	text-align: center;
    padding: 9px;
    background: #569447;
    color: #fff;
    font-weight: bold;
}

.packContent{
	padding: 22px;
    color: #7d7d7d;
    line-height: 150%;
}

.details{
	border: 1px solid #dedede;
	min-height: 222px;
	margin: 22px;
	background: #fff;
}

.detailsTitle{
    padding: 9px;
    background: #31799a;
    color: #fff;
    font-weight: bold;
}

.detailsContent{
	padding: 22px;
    color: #1E1E1E;
    line-height: 150%;
}

.order{
	color: #fff;
    background: #1C86B5;
    border: 1px solid #0F4963;
    padding: 5px 11px;
    text-decoration: none;
    margin: 11px 0;
   font-size: 15px;
}

.order:hover{
	
    background: #22A2DC;

    
}

.price{
	font-size: 15px;
    font-weight: bold;
    margin-top: 4px;
    color: #e8910f;
}

strong.pname{
	font-size: 20px;
    font-weight: bold;
    line-height: 130%;
}

table.review{
	width: 100%;
}

table.review tr{
	margin: 9px 0;
}

table.review th{
	//background: #2E6C8E;
}

table.review td{
	
}

hr{
	border-top: 1px solid rgba(0,0,0,0.2);
}

.empty{
	background: #A83E3E;
	border: 1px solid #BB1313;
}

.blue1{
	color: #1362B3;
}

.invoiceTitle{
	background: #F0F0F0;
	color: #424242;
	text-align: left;
	text-shadow: 0 1px 0 #FFFFFF;
	padding-left: 15px;
}

.invoiceTable{
	width: 100%;
	color: #545454;
}

.invoiceTable tr{
	background: #FAFAFA;
	border-bottom: 1px solid #D4D4D4;
}

.invoiceTable td{
	padding: 9px;
}

.print{
	padding: 4px 19px;

}

.stat1, .stat2, .stat3{
	margin: 9px;
	min-height: 55px;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	color: #FFFFFF ;
	font-size: 18px;
}

.stat1{
	background: #27AE5F;
}
.stat2{
	background: #038387;
}

.stat3{
	background: #829A12;
}

.statTitle{
	text-align: center;
	padding: 22px 0;
	font-size: 50px;
}

.statContent{
	background: rgba(255,255,255, 0.3);
	text-align: center;
	padding: 22px 0;
}

.statContent strong{
	font-size: 40px;
}

.stat1 a, .stat2 a, .stat3 a{
	color: #FFFFFF;
}

.stat1 a:hover, .stat2 a:hover, .stat3 a:hover{
	opacity: 0.8;
	color: #FCFBD1;
}

/*===========tab=============*/
dt {
  font-weight: bold;
}

dl {
  margin-bottom: 50px;
}

#bug:target {
  outline: 4px solid #ccc;
}

/**
 * tab panel widget
 */
.tabPanel-widget {
  position: relative;  /* containing block for headings (top:0) */
  background: none;
}

/**
 * because labels come first in source order - we use z-index to move them in front of the headings
 */
.tabPanel-widget > label {
  position: absolute;
  z-index: 1;
}

/**
 * labels and headings must share same values so grouping declarations in this rule prevents async edits (risk of breakage)
 * line-height == height -> vertical centering
 * the width dictates the offset for all headings but the first one: left offset = width * number of previous heading(s)
 * note that width and offset of label/heading pair can be customized if necessary
 */

.tabPanel-widget > label,
.tabPanel-widget > h2 {
  font-size: 1.1em;
  width: 9em;
  height: 2em;
  line-height: 2em;
}

/**
 * position:relative is for the markers (the down arrow in tabs)
 */
.tabPanel-widget > h2 {
  position: relative;
  margin: 0;
  text-align: center;
  background:  #CCCCCC;
  color: #424242;
}

.tabPanel-widget > label {
  border-right: 1px solid #fff;  
}

/**
 * all first level labels and headings after the very first ones 
 */

.tabPanel-widget > label ~ label,
.tabPanel-widget > h2 ~ h2 {
  position: absolute;
  top: 0;
}


/**
 * We target all the label/heading pairs
 * we increment the :nth-child() params by 4 as well as the left value (according to "tab" width)
 */

.tabPanel-widget label:nth-child(1),
.tabPanel-widget h2:nth-child(3) {
  left: 0em;
}

.tabPanel-widget label:nth-child(5),
.tabPanel-widget h2:nth-child(7) {
  left: 9em;
}

.tabPanel-widget label:nth-child(9),
.tabPanel-widget h2:nth-child(11) {
  left: 18em;
}

/**
 * we visually hide all the panels
 * https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html
 */
.tabPanel-widget input + h2 + div {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding:0 !important;
  border:0 !important;
  height: 1px !important; 
  width: 1px !important; 
  overflow: hidden;
}
/**
 * we reveal a panel depending on which control is selected 
 */
.tabPanel-widget input:checked + h2 + div {
  position: static !important;
  padding: 1em !important;
  height: auto !important; 
  width: auto !important; 
}

/**
 * shows a hand cursor only to pointing device users
 */
.tabPanel-widget label:hover {
  cursor: pointer;
}

.tabPanel-widget > div {
  background: #f0f0f0;
  padding: 1em;
}

/**
 * we hide radio buttons and also remove them from the flow
 */
.tabPanel-widget input[name="tabs"] {
  opacity: 0;
  position: absolute;
}


/** 
 * this is to style the tabs when they get focus (visual cue)
 */

.tabPanel-widget input[name="tabs"]:focus + h2 {
  outline: 1px dotted #000;
  outline-offset: 10px;
}


/**
 * reset of the above within the tab panel (for pointing-device users)
 */
.tabPanel-widget:hover h2 {
  outline: none !important;
}

/**
 * visual cue of the selection
 */
.tabPanel-widget input[name="tabs"]:checked + h2 {
  background: #1E5E82;
  color: #fff;
  text-shadow: 0 1px 0 #828282;
}

/**
 * the marker for tabs (down arrow)
 */
.tabPanel-widget input[name="tabs"]:checked + h2:after {
  content: '';
  margin: auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1E5E82;
}

/**
 * Make it plain/simple below 45em (stack everything)
 */
@media screen and (max-width: 45em) {
  
  /* hide unecessary label/control pairs */
  .tabPanel-widget label,
  .tabPanel-widget input[name="tabs"] {
    display: none;
  }
  
  /* reveal all panels */
  .tabPanel-widget > input + h2 + div {
    display: block !important;
    position: static !important;
    padding: 1em !important;
    height: auto !important; 
    width: auto !important; 
  }
  
  /* "unstyle" the heading */
  .tabPanel-widget h2 {
    width: auto;
    position: static !important;
    background: #999 !important;
  }
  
  /* "kill" the marker */
  .tabPanel-widget h2:after {
    display: none !important;
  }

}
/*============end tab ============*/

.panel{

	background:#377daf;
}

.panelTitle{
	padding: 15px;
	background: #377daf;
	font-weight: bold;
	color: #3D3D3D;
}

.panelContent{
	padding: 22px 33px;
	background: #377daf;
	color: #fff;
	min-height: 44px;
}

@media print { 
  .success, #logo, #left, #heading, .print{ display: none !important; }
  #right{
    left: 0 !important;
    right: 0 !important;
  } 
}


.paid, .unpaid, .cancelled, .refunded, .overdue, .pending, p.active{
  min-width: 99px;
  font-size: 14px;
}

.paid, p.active, h1.active, .open{
  background: #498302 !important;
  color: #fff;
  text-align: center;
}

.unpaid, .pending{
  background: #ed3e48 !important;
  color: #fff;
  text-align: center;
}

.cancelled, .deleted{
  background: #87939f !important;
  color: #fff;
  text-align: center;
}

.refunded{
  background: #319fc3 !important;
  color: #fff;
  text-align: center;
}

.overdue, .suspended{
  background: red !important;
  color: #fff;
  text-align: center;
}

.answered{
  background: #555 !important;
  color: #fff;
  text-align: center;
}

a.details1, a.details2{
  text-decoration: none;
  color: #296694;
  text-align: center;
}

a.details2{
  font-size: 23px; 
}

.orderDetails{

}

.orderDetails td{
  text-align: left;
  padding: 6px;
}

.orderDetails th{
  font-weight: bold;
  padding: 6px;
  text-align: left;
}

progress {
  height: 25px;
  min-width: 250px;
}

progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}




.guestForm input[type="text"], .guestForm input[type="password"], .guestForm input[type="email"]{
  width: 100%;
  max-width: 333px;
  box-sizing: border-box;
}

tr.bold td{
  font-weight: bold;
}



.pageTileDiv{
    background: rgba(50,82,110,0.9);
    min-height: 100px;

}

h1.title{
	font-size: 25px;
	color: #ff7354;
	margin: 9px 0 9px 0;
        text-shadow: 0 1px 0 #000;
}

.title1{
	color: #80b8c2;
}


p.center{
  margin-top: 44px;
  text-align: center;
  color: #F4F1F1;
  text-shadow: 0 1px 0 #51536f;
}

h1.pageTitle{
  font-size: 33px;
  text-align: center;
  margin: 0px;
  color: #fff;
  text-shadow: 0 2px 0 #51536f;
}

hr.nice{
  max-width: 250px;
   border-top: 1px solid rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

table.ticket{
    width: 100%;
}


table.ticket th{
    text-align: left;
    font-weight: bold;
    padding: 6px 0;
}


table.ticket td{
    padding: 6px;
}

div.reply{
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 22px;
    margin: 11px;
}

.gray{
    color: gray;
}

table.userDetails{
    width: 100%;
}

table.userDetails th{
    text-align: left;
    font-weight: bold;
}

table.userDetails th, table.userDetails td{
    padding: 9px;
}

.mobileLogo{
    visibility: hidden;
}

.pcTitle{
    margin-top: 9px;
}

.mobileLogo img{
    margin-top: 9px;
    max-width: 155px;
}


pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}