@charset "utf-8";
/* Custom Styles */
.row {
	margin-bottom: 10px;
}
.rowt {
	margin-bottom: 20px;
}
body {
	font-family: 'Open Sans', sans-serif;
}

/*home page styles*/

a {
text-decoration: none;
}

.home-container {
	margin-top: 12%;
	margin-bottom: 10px;
}

.body-home{
	background-color: #3a92c8;
	background: radial-gradient(circle,#94d2f8,#3a92c8);
}

.home-content {
	margin-top: 100px;
}

.home-intro{
	padding: 10px;
	background: white;
	border: 1px solid #6fa3c4;
	box-shadow: none;
	border-radius: 4px;
	margin-bottom: 20px;
}

.home-intro h1 {
font-family: 'Open Sans', sans-serif;
display: block;
font-size: 46px !important;
margin-top: 100px;
font-weight: 600;
border-top: 1px solid #6fa3c4;
border-bottom: 1px solid #6fa3c4;
padding: 0 15px;
text-align: center;
line-height: 70px;
}

.home-intro p {
	font-size: 14px;
	padding: 0 15px 0;
	margin-top:10px;
}

.forgot {
	font-size: 11px;
	margin-left: 8px;
}

.brands {
	margin-left: 15px;
	margin-bottom: 12px;
	margin-top: 34px;
}

.logo-container {
	top: -50px;
}

.login-heading {
	font-size: 22px;
	font-weight: 600;
	font-style: normal;
	color: #3E3E3E;
	margin-bottom: 10px;
	padding-left: 100px;
	letter-spacing: 0.1em;
}

.login-form-container{
	padding: 10px 10px 0 10px;
	background: white;
	border: 1px solid #6fa3c4;
	box-shadow: none;
	border-radius: 4px;
	margin-bottom: 20px;
}

.landing-intro {
	font-size: 50px;
	padding: 0 10px;
	font-weight: 600;
	font-style: italic;
}

.home-slider {
	background: url('../images/slide1.jpg');
	position: absolute;
	background-size: cover;
}

.signin, .signup {
margin-bottom: 1em;
}

.sign-header {
	margin-top: 0px;
	padding-bottom: 5px;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
}

.form-control {
	height: 30px;
	font-size: 12px;
}

.btn {
	padding: 4px 10px;
	font-size: 12px;
}

.footer {
	bottom: 30px;
	color: #fff;
	font-size: 11px;
	text-align: center;
}

.footer li {
	display: inline;
	padding: 10px;
}


.inline-list li {
display: inline-block;
font-size: 12px;
padding: 20px 15px 0 0;
}

ul.inline-list {
padding: 0;
}

.bx-wrapper .bx-viewport {
	border: 0 !important;
}

/* New Ticket Styles*/

.ticket-container {
	margin-top: 115px;
	margin-bottom: 10px;
	/* background: #efefef; */
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #dedede
}

.ticket-head-area {
	background: #7893CB;
	border: 0px solid #fff;
	margin: 0 0 10px 0;
	padding-top: 0;
	box-shadow: 0px 1px 0px 1px #efefef;
	border-radius: 5px;
}
.ticket-head-area-total {
	background: #E30613;
	border: 0px solid #fff;
	margin: 0 0 10px 0;
	padding-top: 0;
	box-shadow: 0px 1px 0px 1px #efefef;
}
.ticket-head-area-tmmain {
	background: #FFB700;
	border: 0px solid #fff;
	margin: 0 0 10px 0;
	padding-top: 0;
	box-shadow: 0px 1px 0px 1px #efefef;
}
.ticket-head-area-tm {
	background: #00CDFF;
	border: 0px solid #fff;
	margin: 0 0 10px 0;
	padding-top: 0;
        min-width: 50px;
	box-shadow: 0px 1px 0px 1px #efefef;
}
.ticket-head-area-mat {
	background: #F3B3E0;
	border: 0px solid #fff;
	margin: 0 0 10px 0;
	padding-top: 0;
	box-shadow: 0px 1px 0px 1px #efefef;
}
.ticket-head-area-pay {
	background: #f4f142;
	border: 0px solid #fff;
	margin: 0 0 10px 0;
	padding-top: 0;
	box-shadow: 0px 1px 0px 1px #efefef;
}
.ticket-heading {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase;
}

.ticket-heading-timeheader {
	 display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 15px;
    margin-right: 0;
    font-weight: bold;
    color:white;
    padding-left:15px;
height:35px;
    width:910px;
    background-color:#00CDFF;
 word-wrap: break-word;
    

}
.ticket-heading-materialheader {
	 display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 15px;
    margin-right: 0;
    font-weight: bold;
    color:white;
    padding-left:15px;
height:35px;
    width:910px;
    background-color:#fcc4e1;
}

.ticket-heading-paymentheader {
	 display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 15px;
    margin-right: 0;
    font-weight: bold;
    color:white;
    padding-left:15px;
height:35px;
    width:910px;
    background-color:#f7f968;
}

.ticket-heading-totalheader {
	
    padding-left:15px;

}

.ticket-container > .row, .ticket-container > form > .row {
	margin-left: 0;
	margin-right: 0;
}

.form-section {
	padding: /*10px 0; */
	background: white;
	border: 1px solid #cdcdcd;
	box-shadow: 0px 1px 0px 1px #efefef;
	border-radius: 4px;
	margin-bottom: 5px;
}

.ticket-label {
	font-weight: normal;
	font-size: 12px;
}

.focusedInput {
border-color: rgba(82,168,236,.8);
outline: 0;
-moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
box-shadow: 0 0 8px rgba(82,168,236,.6);
}

.glyphicon-remove {
	font-size: 14px;
	color: red;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	margin: 0;
	background-color: white;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	height: 80px;
	position: relative;
	width: 100%;
}

.cust-btn {
margin-top: 5px;
}

/* Table */
.table-responsive {
	overflow: auto;
}

/*Search*/
body > div.container > div > div:nth-child(2) > div.form-section > p {
	padding-top: 10px;
}

/*Footer*/
a.terms {
	color: #C8503E;
	text-decoration: none;
}

div.footer.inline-list > ul {
	margin: 0;
	padding: 0;
}

/*Change Password*/
div.container.change-password > div {
	margin-left: 0;
	margin-right: 0;
}

body > div.container.change-password > div > form > div {
	margin-left: 0;
	margin-right: 0;
}

/*button styles
.btn-default {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
	background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #e38d13;
	color: #fff;
	text-shadow: 0;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
	 color: #fff;
	 background-color: #ed9c28;
	 border-color: #d58512;
}


*/

.btn {
	font-size: 13px;
}

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
body > .container {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding-bottom:60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #efefef 0%, #f5f5f5 53%, #fcfcfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(53%,#f5f5f5), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efefef 0%,#f5f5f5 53%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efefef 0%,#f5f5f5 53%,#fcfcfc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef 0%,#f5f5f5 53%,#fcfcfc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #efefef 0%,#f5f5f5 53%,#fcfcfc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
	position: absolute;
	display:none;


}

/*table*/
td {
font-size: 12px;
}

th {
font-size: 12px;
}

/*search filters*/

@media (min-width: 768px){
	.search-filter {
	width: 14%;
	padding-left: 10px;
	padding-right: 10px;
}

	.filter-heading {
	padding-left: 10px;
	padding-top: 0;
	}
}

/*header*/
.navbar-header {
	height: 80px;
}

.navbar-brand {
	padding-top: 0;
}

@media (min-width: 768px){
	.navbar-nav > li > a {
	padding-top: 30px;
	padding-bottom: 30px;
	}
}

a.logout-btn {
	padding-top: 25px;
}

.jd-nav {
	background: #fff;
}

@media (min-width: 768px){
.contact-update {
	margin-top: 30px;
}

.gen-pw {
	margin-top:25px;
}
}

li.pag-arrow-left, li.pag-arrow-right {
list-style-type: none;
display: inline-block;
}

.pagination {
	margin: 10px 0;
}

.store-head-area {
	background: #EEAE30;
	border: 0px solid #fff;
	margin: 0 0 10px 0;
	padding-top: 0;
	box-shadow: 0px 1px 0px 1px #efefef;
}

.branch-stamp {
border: 1px solid #ddd;
height: 200px;
} 

.scs-head {
background: #C643FC;
}
.tmmain-head {
background: #FFB700;
}
/*.ticket-head-area > .btn-default {
color: #fff;
background-color: transparent;
border-color: #fff;
}  */

.newticket-btn{
	margin-top: 10px; 
}

.pickup-btn {
	margin-right: 5px;
}

.pickup-btn a {
	color: #fff;
}

/*Complaints*/
.complaints .ticket-head-area {
  background: #eeeeee;
  border: 0px solid #fff;
  margin: 0 0 10px 0;
  padding-top: 0;
  box-shadow: 0px 1px 0px 1px #efefef;
}
 .invoice-box{
        max-width:800px;
        margin:auto;
        padding:30px;
        border:1px solid #eee;
        box-shadow:0 0 10px rgba(0, 0, 0, .15);
        font-size:16px;
        line-height:24px;
        font-family:'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
        color:#555;
    }
    
    .invoice-box table{
        width:100%;
        line-height:inherit;
        text-align:left;
    }
    
    .invoice-box table td{
        padding:5px;
        vertical-align:top;
    }
    
    .invoice-box table tr td:nth-child(2){
        text-align:right;
    }
    
    .invoice-box table tr.top table td{
        padding-bottom:20px;
    }
    
    .invoice-box table tr.top table td.title{
        font-size:45px;
        line-height:45px;
        color:#333;
    }
    
    .invoice-box table tr.information table td{
        padding-bottom:40px;
    }
    
    .invoice-box table tr.heading td{
        background:#eee;
        border-bottom:1px solid #ddd;
        font-weight:bold;
    }
    
    .invoice-box table tr.details td{
        padding-bottom:20px;
    }
    
    .invoice-box table tr.item td{
        border-bottom:1px solid #eee;
    }
    
    .invoice-box table tr.item.last td{
        border-bottom:none;
    }
    
    .invoice-box table tr.total td:nth-child(2){
        border-top:2px solid #eee;
        font-weight:bold;
    }
    
    @media only screen and (max-width: 600px) {
        .invoice-box table tr.top table td{
            width:100%;
            display:block;
            text-align:center;
        }
        
        .invoice-box table tr.information table td{
            width:100%;
            display:block;
            text-align:center;
        }
    }

.btn {
    line-height: 31px;
    position: relative;
    padding: 0px 22px;
    border: 0;
    margin: 5px;
    cursor: pointer;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
    outline: none !important;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}



.btn-default {
    color: #fff;
    background-color: #5369b1;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #7893CB;
    border-color: #adadad;
}

.ticket-head-area {
    background: #eeeeee;
    border: 0;
    margin: 0 0 10px 0;
    padding-top: 0;
    box-shadow: none;
    border-radius: 2px;
}

.ticket-heading {
    font-size: 16px;
    font-weight: normal;
    color: #364881;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
}

.ticket-label {
    font-weight: bold;
    font-size: 12px;
}

.btn_right_float {
    position: fixed !important;
    float: right !important;
    top: 300px;
    right: -30px;
    font-weight: bold;
    color: #FFF;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: auto;
}

.form-control.auto {
  width: auto;
  height: auto;
}

.users-list {
  height: 200px;
  overflow: auto;
  padding: 0;
}

.users-list div {
  cursor: pointer;
  border-bottom: 1px solid #364881;
  padding: 5px;
}

.users-list div:hover {
  font-weight: bold;
}
.users-list div span { 
  display: none;
  color: red;
  float: right;
}
.users-list div:hover span {
  display: inline-block;
}