html, body {
height: 100%;
}
#email.form-control, #username.form-control {
    display: inline;
   
	}
#ticketno.form-control,#passwd.form-control {
    display: inline;
	width: 100%;
   
}
	
nav.navbar.navbar-inverse{
    border-radius: 0px;
	max-width: 100%; 	 /* vee edit max-width: 1290px;   */
	min-width: 320px;

}

.navbar-fixed-top {
  top: 70px; /* you'll have to figure out the exact number here */
  min-height:75px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
  position: static; /* this can also be static */
}
div.navbar-header>a.navbar-left>img.img-responsive{
max-height: 65px;
  max-width: 380px;
  width: auto;
  height: auto;
  vertical-align: middle;	
	
}

.navbar-left
{
  float: left;
  min-height: 75px;
  padding-top: 7px;
 /* padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  font-size: 18px;
  line-height: 20px;*/
}

.white, .white a {
  color: #fff;
}

.navbar-toggle span {
    border: solid #222222 1px;
}
.wrapper {
	left:0;
    right:0;
 	 /* vee edit max-width: 1290px;   */
	  max-width: 100%;
    background: #fff;
	min-height: 50%;
	height: auto !important; 
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto;

	
}
.footer, .push {
	height: 15px; /* .push must be the same height as .footer */
		
	}
body {
  /* Margin bottom by footer height */
     font-size: 14px;
  line-height: 1.42857;
  /* color: #9a9a9a; vee edit */
  color: #747474;
  
 background: #fff;   /* vee edit */
}

.footer {
margin-left: auto;
	margin-right: auto;
  bottom: 0;
    /* 1width: 1290px; */
  max-width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  background-color: #fff;   /* vee edit */
padding-top: 8px;

}

.welcome{
color: black;
padding-right: 40px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.footer .company
{
/* 
vee edit copyright

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 6px black;
  text-shadow: 0px 0px 2px black;
  display: inline-block;*/
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  color: #ccc;
  text-align: right;
}

.footer .poweredBy {
font-size: 0.8em;
  color: #ccc;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  text-align: center;
  /* 
vee edit copyright
  box-shadow: 0px 0px 3px white inset, 0px 0px 2px black, 0px 0px 4px black inset;
  text-shadow: 0px 0px 2px black;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
*/
	}
.footer .poweredBy .osticket-logo
{
  height: auto;
  width: 55px;
  vertical-align: baseline;
   /* 
  
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  filter: drop-shadow(0px 0px 4px black);*/
}


#content {

 padding-right: 10px;
	padding-left: 10px;
padding-top: 15px;

}

#content3 {

 padding-right: 10px;
	padding-left: 10px;
padding-top: 15px;
background-color: #fff;
}



h1 {
  color: #9a9b9b;
}
h2 {
 color: #9a9b9b;
}
h3 {  
  color: #7e817f;
}



#kb {
  margin: 2px 0;
  padding: 5px;
  overflow: hidden;
}
#kb > li {
  padding: 10px;
  height: auto !important;
  overflow: hidden;
  margin: 0;
  background: url(../images/kb_category_bg.png) bottom left repeat-x;
  border-bottom: 1px solid #ddd;
}
#kb > li h4 {
  padding-bottom: 3px;
  margin-bottom: 3px;
}
#kb > li h4 span {
  color: #666;
}
#kb > li h4 a {
  font-size: 14px;
}
#kb li i {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 6px;
  background: url(../images/kb_large_folder.png) top left no-repeat;
}
#kb-search {
  padding: 10px 0;
  overflow: hidden;
}
#kb-search div {
  clear: both;
  overflow: hidden;
  padding-top: 5px;
}
#kb-search #query {
  margin: 0;
  display: inline-block;
  float: left;
  width: 200px;
  margin-right: 5px;
}
#kb-search #cid {
  margin: 0;
  display: inline-block;
  float: left;
  width: 200px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
#kb-search #topic-id {
  margin: 0;
  display: inline-block;
  float: left;
  width: 410px;
}
#kb-search #searchSubmit {
  margin: 0;
  display: inline-block;
  float: left;
  position: relative;
  top: 2px;
}
#kb-search #breadcrumbs {
  color: #333;
  margin-bottom: 15px;
}
#kb-search #breadcrumbs #breadcrumbs a {
  color: #555;
}

div.dynamic-field {
display:inline-block;
padding-top:1px;

}

div.dynamic-field>input{
display:inline-block;
  height: 34px;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #cccccc;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition-property: border-color, box-shadow;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;	
	
	
}

div.dynamic-field>input:focus{
  border-top-color: #2fb792;
  border-right-color: #2fb792;
  border-bottom-color: #2fb792;
  border-left-color: #2fb792;
  outline-width: 0px;
  outline-style: none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 0, 10, 0.6);
}

div.dynamic-field-hint {

color: gray;
display:inline-block;
  margin-left: 5px;


}
label.checkbox {
position: static;
 display:inline-block;
  margin-left: 21px;


 }
 
 .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: static;
    margin-top: 4px \9;
    margin-left: -20px;
}
  
#ticketForm table,
#clientLogin table {
  width: 100%;
}
#ticketForm input[type=file],
#clientLogin input[type=file] {
  border: 0;
}
#ticketForm div.captchaRow,
#clientLogin div.captchaRow {
  line-height: 31px;
}
#ticketForm div.captchaRow input,
#clientLogin div.captchaRow input {
  position: relative;
  top: 6px;
}
#ticketForm div textarea,
#clientLogin div textarea {
  width: 600px;
}
#ticketForm div .captcha,
#clientLogin div .captcha {
  width: 88px;
  height: 31px;
  background: #000;
  display: block;
  float: left;
  margin-right: 20px;
}
#ticketForm div label.inline,
#clientLogin div label.inline {
  width: auto;
  padding: 0 10px;
}
#clientLogin {
  /*background: url('../images/lock.png?1319655200') 1% 10% no-repeat #f6f6f6;*/
}
#reply {
  /*background: #f9f9f9;*/
  border: 0px solid #ccc;
}
#reply h2 {
  margin-bottom: 10px;
}
#reply textarea {
  width: 628px !important;
}
#reply input[type=text],
#reply #response_options textarea {
  border: 1px solid #aaa;
  background: #fff;
}
#reply .attachments .uploads div {
  display: inline-block;
  padding-right: 20px;
}
#reply .file {
  display: inline-block;
  padding-left: 20px;
  margin-right: 20px;
  background: url('../images/icons/file.gif') 0 50% no-repeat;
}
.uploads {
  display: inline-block;
  padding-right: 20px;
}
.uploads label {
  padding: 3px;
  padding-right: 10px;
  width: auto !important;
}

a.action-button.btn-lg.active{
  color: #23527c;

  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: rgba(0, 0, 0, 0.1);

  
  
  
  /* 
vee edit copyright
  
    text-decoration: underline;
  */ 

 
}


a.action-button.btn-lg2.active{
  color: #23527c;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: rgba(154, 231, 215, 0.93);

}


.Ticket {
  width: auto;
  background-position: top left;
  background-repeat: no-repeat;
  color: #484c47;
  text-decoration: none;
}



/* Ticket icons */
.Icon {
  width: auto;
  padding-left: 20px;
  background-position: top left;
  background-repeat: no-repeat;
  color: #006699;
  text-decoration: none;
}
.Icon.Ticket {
  background-image: url('../images/icons/ticket.gif');
}
.Icon.webTicket {
  background-image: url('../images/icons/ticket_source_web.gif');
}
.Icon.emailTicket {
  background-image: url('../images/icons/ticket_source_email.gif');
}
.Icon.phoneTicket {
  background-image: url('../images/icons/ticket_source_phone.gif');
}
.Icon.otherTicket {
  background-image: url('../images/icons/ticket_source_other.gif');
}
.Icon.attachment {
  background-image: url('../images/icons/attachment.gif');
}
.Icon.file {
  background-image: url('../images/icons/attachment.gif');
}
.Icon.refresh {
  background-image: url('../images/icons/refresh.gif');
}
.Icon.thread {
  font-weight: bold;
  font-size: 1em;
  background-image: url('../images/icons/thread.gif?1319556657');
}
.Icon:hover {
  text-decoration: underline;
}
#ticketThread img {
  max-width: 100%;
  height: auto;
}
#ticketInfo {
  width: 100%;
}
#ticketInfo th {
  width: 125px;
}

.page-title
{
  1margin-top: 50px;
  margin-right: 15px;
  1margin-bottom: 20px;
  margin-left: 15px;
  border-bottom-width: 1px;
  1border-bottom-style: solid;
  border-bottom-color: #dddddd;
  padding-bottom: 10px;
}

input:hover, select:hover, textarea:hover
{
 /*
  outline-width: 0px;
  outline-style: none;
 /* border-top-color: #66afe9;
  border-right-color: #66afe9;
  border-bottom-color: #66afe9;
  border-bottom-color: #66afe9;
  border-left-color: #66afe9;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);*/
  
   border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  outline-width: 0px;
  outline-style: none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 255, 233, 0.6);
}



form#ticketSearchForm>div.col-md-4>h4.text-right{
    color: #337ab7;
}

.error
{
  color: #ff0000;
}

/* Ticket icons */
.Icon {
  width: auto;
  padding-left: 20px;
  background-position: top left;
  background-repeat: no-repeat;
  color: #0b0b0b;
  text-decoration: none;
}
.Icon.Ticket {
  background-image: url('../images/icons/ticket.gif');
}
.Icon.webTicket {
  background-image: url('../images/icons/ticket_source_web.gif');
}
.Icon.emailTicket {
  background-image: url('../images/icons/ticket_source_email.gif');
}
.Icon.phoneTicket {
  background-image: url('../images/icons/ticket_source_phone.gif');
}
.Icon.otherTicket, .Icon.apiTicket  {
  background-image: url('../images/icons/ticket_source_other.gif');
}

.Icon.attachment {
  background-image: url('../images/icons/attachment.gif');
}
.Icon.file {
  background-image: url('../images/icons/attachment.gif');
}
.Icon.refresh {
  background-image: url('../images/icons/refresh.gif');
}
.Icon.thread {
  font-weight: bold;
  font-size: 1em;
  background-image: url('../images/icons/thread.gif?1319556657');
}
.thread-entry {
    margin-bottom: 15px;
}
.thread-entry.avatar {
    margin-left: 60px;
}
.thread-entry.response.avatar {
    margin-right: 60px;
    margin-left: 0;
}
.thread-entry > .avatar {
    margin-left: -60px;
    display:inline-block;
    width:48px;
    height:auto;
    border-radius: 5px;
}
.thread-entry.response > .avatar {
    margin-left: initial;
    margin-right: -60px;
}
img.avatar {
    border-radius: inherit;
}
.thread-entry .header {
    padding: 8px 0.9em;
    border: 1px solid #eee;
    border-color: rgba(230, 227, 227, 0.2);
    border-radius: 5px 5px 0 0;
}
.thread-entry.avatar .header:before {
  position: absolute;
  top: 7px;
  right: -8px;
  content: '';
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #eee;
  display: inline-block;
}
.thread-entry.avatar .header:after {
  position: absolute;
  top: 7px;
  right: -8px;
  content: '';
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: inline-block;
  margin-top: 1px;
}

.thread-entry.avatar .header {
    position: relative;
}

.thread-entry.response .header {
    background:#dedede;
	font-size:9px;
	color: #848484;
	
	
}
.thread-entry.avatar.response .header:after {
    border-left: 7px solid #dedede;
    margin-right: 1px;
}



/* Ticket Reply color */

.thread-entry.message .header {
    background:#dde9e9;
	color: #848484;
	font-size:9px;
}
.thread-entry.avatar.message .header:before {
    top: 7px;
    left: -8px;
    right: initial;
    border-left: none;
    border-right: 8px solid #CCC;
	
}
.thread-entry.avatar.message .header:before {
    border-right-color: #dde9e9;
}

/* Ticket Arrow color -vee */

.thread-entry.avatar.message .header:after {
    top: 7px;
    left: -8px;
    right: initial;
    border-left: none;
    border-right: 7px solid #dde9e9;
    margin-left: 1px;
	
}

.thread-entry .header .title {
    max-width: 500px;
    vertical-align: bottom;
    display: inline-block;
    margin-left: 15px;
}

.thread-entry .thread-body {
    border: 1px solid #f2f2f2;
    border-top: none;
    border-bottom:2px solid #f2f2f2;
    border-radius: 0 0 5px 5px;
}
.thread-body .attachments {
  background-color: #f4faff;
  margin: 0 -0.9em;
  position: relative;
  top: 0.9em;
  padding: 0.3em 0.9em;
  border-top: 1px dotted #ccc;
  border-top-color: rgba(0,0,0,0.2);
  border-radius: 0 0 6px 6px;
}
.thread-body .attachments .filesize {
  margin-left: 0.5em;
}
.thread-body .attachments a,
.thread-body .attachments a:hover {
  text-decoration: none;
}
.thread-body .attachment-info {
    margin-right: 10px;
    display: inline-block;
    width: 48%;
}
.thread-body .attachment-info .filename {
  max-width: 80%;
  max-width: calc(100% - 70px);
}
.label {
  font-size: 11px;
  padding: 1px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label-bare {
  background-color: transparent;
  background-color: rgba(0,0,0,0);
  border: 1px solid #999999;
  color: #999999;
  text-shadow: none;
}
.thread-event {
    padding: 0px 2px 15px;
    margin-left: 60px;
}
.type-icon {
    border-radius: 8px;
    background-color: #fff;
    padding: 4px 6px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    font-size: 1.1em;
    border: 1px solid #f5f5f5;
    vertical-align: top;
}
.type-icon.dark {
    border-color: #666;
    background-color: #f5f5f5;
}
.thread-event img.avatar {
    vertical-align: middle;
    border-radius: 3px;
    width: auto;
    max-height: 24px;
    margin: -3px 3px 0;
}
.thread-event .description {
    margin-left: -30px;
    padding-top: 6px;
    padding-left: 30px;
    display: inline-block;
    width: 642px;
    width: calc(100% - 95px);
    line-height: 1.4em;
	  color: #8e9893;   
   font-size: 12px;
}
.thread-event .type-icon {
  position:relative;
}
.thread-event .type-icon::after {
  content: "";
  border: 16px solid #f5f5f5;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: -3px;
  right: 0;
  z-index: -1;
}
.thread-entry::after {
  content: "";
  border-bottom: 2px solid #f5f5f5;;
  display: block;
}
.thread-entry::before {
  content: "";
  display: block;
  border-top: 2px solid #f5f5f5;;
}
#ticketThread::before {
  border-left: 2px dotted #ddd;
  border-bottom-color: rgba(0,0,0,0.1);
  position: absolute;
  margin-left: 74px;
  z-index: -1;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#ticketThread {
  z-index: 0;
  position: relative;
  border-bottom: 2px solid #ddd;
  border-bottom-color: rgba(0,0,0,0.1);
}

.freetext-files {
    padding: 10px;
    margin-top: 10px;
    border: 1px dotted #ddd;
    border-radius: 4px;
    background-color: #f5f5f5;
}
.freetext-files .file {
    margin-right: 10px;
    display: inline-block;
    width: 48%;
    padding-top: 0.2em;
}
.freetext-files .title {
    font-weight: bold;
    margin-bottom: 0.3em;
    font-size: 1.1em;
}
/* No More Tables */
@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 0.02em solid #fff; }
 	
	#no-more-tables td { 
		/* 
		Behave  like a "row"
        padding-left: 5%; 

		*/
		border: none;
		border-bottom: 1px solid #fff; 
		position: relative;
		
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: normal;
		font-size: 10px;
		  letter-spacing: 3px;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}


/* No More Tables2 */
@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables2 table, 
	#no-more-tables2 thead, 
	#no-more-tables2 tbody, 
	#no-more-tables2 th, 
	#no-more-tables2 td, 
	#no-more-tables2 tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables2 thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables2 tr { border: 0.0em solid #8ccbc9; }
 	
	#no-more-tables2 td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 5%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables2 td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: normal;
		font-size: 10px;
		  letter-spacing: 3px;
	}
 
	/*
	Label the data
	*/
	#no-more-tables2 td:before { content: attr(data-title); }
}















/* TreeBox */
.textbox {
  position: relative;
  border: 1px solid #95B8E7;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.textbox .textbox-text {
  font-size: 13px;
  border: 0;
  margin: 0;
  padding: 4px;
  white-space: normal;
  vertical-align: top;
  outline-style: none;
  resize: none;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.textbox .textbox-text::-ms-clear,
.textbox .textbox-text::-ms-reveal {
  display: none;
}
.textbox textarea.textbox-text {
  white-space: pre-wrap;
}
.textbox .textbox-prompt {
  font-size: 13px;
  color: #aaa;
}
.textbox .textbox-bgicon {
  background-position: 3px center;
  padding-left: 21px;
}
.textbox .textbox-button,
.textbox .textbox-button:hover {
  position: absolute;
  top: 0;
  padding: 0;
  vertical-align: top;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.textbox-button-right,
.textbox-button-right:hover {
  border-width: 0 0 0 1px;
}
.textbox-button-left,
.textbox-button-left:hover {
  border-width: 0 1px 0 0;
}
.textbox-addon {
  position: absolute;
  top: 0;
}
.textbox-icon {
  display: inline-block;
  width: 18px;
  height: 20px;
  overflow: hidden;
  vertical-align: top;
  background-position: center center;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-decoration: none;
  outline-style: none;
}
.textbox-icon-disabled,
.textbox-icon-readonly {
  cursor: default;
}
.textbox-icon:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.textbox-icon-disabled:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.textbox-focused {
  border-color: #cc0000;
  -moz-box-shadow: 0 0 3px 0 #cc0000;
  -webkit-box-shadow: 0 0 3px 0 #cc0000;
  box-shadow: 0 0 3px 0 #cc0000;
}
.textbox-invalid {
  border-color: #ffa8a8;
  background-color: #fff3f3;
}
.filebox .textbox-value {
  vertical-align: top;
  position: absolute;
  top: 0;
  left: -5000px;
}
.filebox-label {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 10;
  background: url('/images/blank.gif') no-repeat;
}
.l-btn-disabled .filebox-label {
  cursor: default;
}
.combo-arrow {

  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
   opacity: 1.0;
  filter: alpha(opacity=100);}
}
.combo-arrow-hover {
  opacity: 1.0;
  filter: alpha(opacity=100);}
.combo-panel {
  overflow: auto;
}
.combo-arrow {
  background: url('/images/combo_arrow.png') no-repeat center center;
}
.combo-panel {
  background-color: #fff;
}
.combo-arrow {
  
}
.combo-arrow-hover {
  background-color: #ffffcc;
}
.combo-arrow:hover {
  background-color: ##ffffcc;
}
.combo .textbox-icon-disabled:hover {
  cursor: default;
}
.combobox-item,
.combobox-group,
.combobox-stick {
  font-size: 13px;
  padding: 3px;
}
.combobox-item-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.combobox-gitem {
  padding-left: 10px;
}
.combobox-group,
.combobox-stick {
  font-weight: bold;
}
.combobox-stick {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  background: inherit;
}
.combobox-item-hover {
  background-color: #eaf2ff;
  color: #000000;
}
.combobox-item-selected {
  background-color: #ffe48d;
  color: #000000;
}
.combobox-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 2px;
}

.tree {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tree li {
  white-space: nowrap;
}
.tree li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tree-node {
  height: 18px;
  white-space: nowrap;
  cursor: pointer;
}
.tree-hit {
  cursor: pointer;
}
.tree-expanded,
.tree-collapsed,
.tree-folder,
.tree-file,
.tree-checkbox,
.tree-indent {
  display: inline-block;
  width: 16px;
  height: 18px;
  vertical-align: top;
  overflow: hidden;
}
.tree-expanded {
  background: url('/images/tree_icons.png') no-repeat -113px 0px;
}
.tree-expanded-hover {
  background: url('/images/tree_icons.png') no-repeat -112px 0px;
}
.tree-collapsed {
  background: url('/images/tree_icons.png') no-repeat -97px 0px;
}
.tree-collapsed-hover {
  background: url('/images/tree_icons.png') no-repeat -96px 0px;
}
.tree-lines .tree-expanded,
.tree-lines .tree-root-first .tree-expanded {
  background: url('/images/tree_icons.png') no-repeat -112px 0;
}
.tree-lines .tree-collapsed,
.tree-lines .tree-root-first .tree-collapsed {
  background: url('/images/tree_icons.png') no-repeat -128px 0;
}
.tree-lines .tree-node-last .tree-expanded,
.tree-lines .tree-root-one .tree-expanded {
  background: url('/images/tree_icons.png') no-repeat -80px 0;
}
.tree-lines .tree-node-last .tree-collapsed,
.tree-lines .tree-root-one .tree-collapsed {
  background: url('/images/tree_icons.png') no-repeat -64px 0;
}
.tree-line {
  background: url('/images/tree_icons.png') no-repeat -176px 0;
}
.tree-join {
  background: url('/images/tree_icons.png') no-repeat -192px 0;
}
.tree-joinbottom {
  background: url('/images/tree_icons.png') no-repeat -160px 0;
}
.tree-folder {
  background: url('/images/tree_icons.png') no-repeat -192px 0;
}
.tree-folder-open {
  background: url('/images/tree_icons.png') no-repeat -192px 0;
}
.tree-file {
  background: url('/images/tree_icons.png') no-repeat -160px 0; 
}
.tree-loading {
  background: url('/images/loading.gif') no-repeat center center;
}
.tree-checkbox0 {
  background: url('/images/tree_icons.png') no-repeat -208px -18px;
}
.tree-checkbox1 {
  background: url('/images/tree_icons.png') no-repeat -224px -18px;
}
.tree-checkbox2 {
  background: url('/images/tree_icons.png') no-repeat -240px -18px;
}
.tree-title {
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  padding: 0 2px;
  height: 18px;
  line-height: 18px;
}
.tree-node-proxy {
  font-size: 13px;
  line-height: 20px;
  padding: 0 2px 0 20px;
  border-width: 1px;
  border-style: solid;
  z-index: 9900000;
}
.tree-dnd-icon {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 18px;
  left: 2px;
  top: 50%;
  margin-top: -9px;
}
.tree-dnd-yes {
  background: url('/images/tree_icons.png') no-repeat -256px 0;
}
.tree-dnd-no {
  background: url('/images/tree_icons.png') no-repeat -256px -18px;
}
.tree-node-top {
  border-top: 1px dotted red;
}
.tree-node-bottom {
  border-bottom: 1px dotted red;
}
.tree-node-append .tree-title {
  border: 1px dotted red;
}
.tree-editor {
  border: 1px solid #95B8E7;
  font-size: 13px;
  line-height: 16px;
  padding: 0 4px;
  margin: 0;
  width: 80px;
  outline-style: none;
  vertical-align: top;
  position: absolute;
  top: 0;
}
.tree-node-proxy {
  background-color: #ffffff;
  color: #000000;
  border-color: #95B8E7;
}
.tree-node-hover {
  background: #eaf2ff;
  color: #000000;
}
.tree-node-selected {
  background:  #eaf2ff;
  color: #000000;
}
.tree-node-hidden {
  display: none;
}
}

/* Profile */
.profile 
{
    min-height: 355px;
    display: inline-block;
    }
figcaption.ratings
{
    margin-top:20px;
    }
figcaption.ratings a
{
    color:#f1c40f;
    font-size:11px;
    }
figcaption.ratings a:hover
{
    color:#f39c12;
    text-decoration:none;
    }
.divider 
{
    border-top:1px solid rgba(0,0,0,0.1);
    }
.emphasis 
{
    border-top: 4px solid transparent;
    }
.emphasis:hover 
{
    border-top: 4px solid #1abc9c;
    }
.emphasis h2
{
    margin-bottom:0;
    }
span.tags 
{
    background: #1abc9c;
    border-radius: 2px;
    color: #f5f5f5;
    font-weight: bold;
    padding: 2px 4px;
    }
.dropdown-menu 
{
    background-color: #cccccc;    
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 250px;
    margin-left: -125px;
    left: 50%;
    }
.dropdown-menu .divider 
{
    background:none;    
    }
.dropdown-menu>li>a
{
    1color:#f5f5f5;
    }
.dropup .dropdown-menu 
{
    margin-bottom:10px;
    }
.dropup .dropdown-menu:before 
{
    content: "";
    border-top: 10px solid #34495e;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 10;
    }


/* Vee Edit front page  */
	
#wb_welcome {
    clear: both;
    position: relative;
    table-layout: fixed;
    display: table;
    text-align: center;
    width: 100%;
    height: 45vh;
    background-color: transparent;
    background-image: url(banner1.jpg);
    background-repeat: repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: contain;
    border: 0px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
	margin-bottom: 25px;
}	


 @media (max-width: 550px) {
#wb_welcome {
    clear: both;
    position: relative;
    table-layout: fixed;
    display: table;
    text-align: center;
    width: 100%;
    height: 45vh;
    background-color: transparent;
    background-image: url(banner1.jpg);
     background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    border: 0px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
	margin-bottom: 25px;
}	


}	



/* Vee Edit front page  */
	
#wb_welcome_kb {
    clear: both;
    position: relative;
    table-layout: fixed;
    display: table;
    text-align: center;
    width: 100%;
    height: 350px;
    background-color: transparent;
    background-image: url(bannerkb.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: scroll;
    background-size: contain;
    border: 0px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
	margin-bottom: 2px;
}	


 @media (max-width: 550px) {
#wb_welcome {
    clear: both;
    position: relative;
    table-layout: fixed;
    display: table;
    text-align: center;
    width: 100%;
	height: 350px;
    background-color: transparent;
    background-image: url(banner1.jpg);
     background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    border: 0px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
	margin-bottom: 2px;
}	


}	





/* Vee Edit front page  */
	
#wb_welcome_kb {
    clear: both;
    position: relative;
    table-layout: fixed;
    display: table;
    text-align: center;
    width: 100%;
    height: 100px;
    background-color: transparent;
    background-image: url(bannerkb.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: scroll;
    background-size: contain;
    border: 0px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
	margin-bottom: 2px;
}	


 @media (max-width: 550px) {
#wb_welcome_kb  {
    clear: both;
    position: relative;
    table-layout: fixed;
    display: table;
    text-align: center;
    width: 100%;
	height: 150px;
    background-color: transparent;
    background-image: url(bannerkb2.jpg);
     background-repeat: no-repeat;
    background-position: top right;
    background-attachment: scroll;
    background-size: contain;
    border: 0px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
	margin-bottom: 2px;
}	


}	




#welcome222
{
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   height: 10vh;
   padding: 0px 5px 0px 5px;
   margin-right: auto;
   margin-left: auto;
}
#welcome .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#welcome > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#welcome > .row > .col-1
{
   float: left;
}
#welcome > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: center;
}



	
#wb_Heading1
{
   display: inline-block;
   width: 100%;
   text-align: center;
   z-index: 9;
}
#wbHeading1
{
   color: #FFFFFF;
   font-family: Lato;
   font-weight: normal;
   font-size: 100px;
   margin: 0;
   text-align: center;
 
}
 @media (max-width: 400px) {
 #wbHeading1
{
   color: #FFFFFF;
   font-family: Lato;
   font-weight: normal;
   font-size: 50px;
   margin: 0;
   text-align: center;
}	  
	  } 

#wbHeading12
{
   
   font-weight: 600;
   font-size: 21px;
   margin-left:1px;
   color: #6c6969;
   
 
}
 @media (max-width: 400px) {
 #wbHeading12
{
   color: #FFFFFF;
   font-family: Lato;
   font-weight: normal;
   font-size: 50px;
   margin: 0;
   text-align: center;
}	  
	  } 


	  
	  
	  
	  

#wbHeading2
{
   color: #FFFFFF;
   font-family: Lato;
   font-weight: normal;
   font-size: 50px;
   margin: 0;
   text-align: center;
}

 @media (max-width: 400px) {
 #wbHeading2
{
   color: #FFFFFF;
   font-family: Lato;
   font-weight: normal;
   font-size: 25px;
   margin: 0;
   text-align: center;
}	  
	  } 
	  
	  
	  .abk {
    color: #666666;
	font-size:14px;
	font-weight:600;
	font-weight:600;
	font-weight:600;
	font-weight:600;
	font-weight:600;
	font-weight:600;
	font-weight:600;
	font-weight:600;
	font-weight:600;
	font-weight:600;
}

#or-wrapper {
  border: .5px solid #787878;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  padding: 1px;
  border-radius: 50%;
  background: #fff;
  font-style: italic;
  color: #787878;
}

#or-wrapper,
#or,
#options-wrapper,
#options {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

#middle-view-page {
  float: left;
  width: 40px;
  padding : 0px;
  height: 300px;
  background: url('1x100.png') #fff;
  background-position: center center;
  background-size: 1px 100%;
  background-repeat: no-repeat;
  border: 0px solid #ddd;
  border-left: 0;
  border-right: 0;
}
@media (max-width: 980px) {
#middle-view-page {
  float: left;
  width: 100%;
  height: 40px;
  background: url('100x1.png') #fff;
  background-position: center center;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  border: 0px solid #ddd;
  border-top: 0;
  border-bottom: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
	}
	
	
  .mbr-mask {
    background:url(mask.png)  repeat center ;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;	
	
		}
		
		

  .status-list-ticket {
  margin-top: 5px;
  margin-bottom: 5px;
 
	
		}
				
@media (max-width: 980px) {				
.status-list-ticket {
  margin-top: 20px;
  margin-bottom: 20px;	
  }}			
				
		
	

  .vcenter		
		
 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}		
		
	

  .printer
		
 {
   color: #787878;   
   font-size: 12px;
 
  
}	

 #gray2
		
 {
   color: #0000cc;   
   font-size: 9px;
}	

 .gray2
		
 {
   color: #6c6969;   
   font-size: 20px;
    font-weight: 400;
}	


.gray2b
		
 {
   color: #60c6cf;   
   font-size: 20px;
    font-weight: 400;
}	







 .gray3
		
 {
   color: #8e9893;   
   font-size: 22px;
   margin-top: 3px;
   font-weight: 600;
}	

 .gray4
		
 {
   color: #777777;   
   font-size: 11px;
   font-weight: 600;
   line-height: -20px;
}	

 .hgray4
		
 {
   color: #444444;   
   font-size: 16px;
   font-weight: 400;
   line-height: -20px;
}
 .gray5
		
 {
   color: #fff;   
   font-size: 18px;
   font-weight: 600;
   line-height: -20px;
}	



 .row90
	
 {
margin-right: 50px;
margin-left: 51px;
}		

.form-control:focus{
box-shadow:#b60000;
}



 
 .responsive {
  position: relative;
  padding-bottom: 140%;
  height: 0;
  margin: 1px 0;
  overflow: hidden;
}

.responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.responsive-object iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 @media (max-width: 400px) {
.responsive-object iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  } 


.responsive-object {
  position: relative;
  padding-bottom: 155%;
  height: 0;
  margin: 10px 0;
  overflow: hidden;
}

 @media (max-width: 400px) {
.responsive-object {
  position: relative;
  padding-bottom: 300%;
  height: 0;
  margin: 10px 0;
  overflow: hidden;
}
  
	  } 
	  
	  
span.box1 {
    display: inline-block;
    width: 95%;
    padding: 5px 15px 5px 15px; 
	margin: 10px 10px 20px 10px; 
    border: 0.03em solid #ecf2f0;        
    background-color: #ecf2f0; 
}	  
	  
	  
	  
	  
	  
span.box2 {
    display: inline-block;
    width: 100%;
     padding: 5px 1px 5px 1px; 
	margin: 10px 10px 20px 10px;  
    border: 0.03em solid #f2b91f;        
    background-color: #f2b91f; 
	 border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
	
}	  
		  
span.box3 {
    display: inline-block;
    width: 100%;
     padding: 5px 1px 5px 1px; 
	margin: 10px 10px 20px 10px;  
    border: 0.03em solid #94b998;        
    background-color: #94b998; 
	 border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
	
}	  	  


span.box4 {
    display: inline-block;
    width: 100%;
     padding: 5px 1px 5px 1px; 
	margin: 10px 10px 20px 10px;  
    border: 0.03em solid #9eb7df;        
    background-color: #9eb7df; 
	 border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
	
}	  




span.box5 {
    display: inline-block;
    width: 95%;
    padding: 5px 15px 5px 15px; 
	margin: 10px 10px 20px 10px; 
    border: 0.03em solid #eee;        
    background-color: #ccc; 
	 border-radius: 2px 2px 2px 2px;
}	  
	  
	  

	  



.header-its {
  color:#6c6969;
  margin-top:2px;
  font-weight:600;
  font-size:24px;
text-shadow: rgb(220, 241, 255) 2px 0px 0px, rgb(220, 241, 255) 1.75px 0.966667px 0px, rgb(220, 241, 255) 1.08333px 1.68333px 0px, rgb(220, 241, 255) 0.133333px 2px 0px, rgb(220, 241, 255) -0.833333px 1.81667px 0px, rgb(220, 241, 255) -1.6px 1.2px 0px, rgb(220, 241, 255) -1.98333px 0.283333px 0px, rgb(220, 241, 255) -1.86667px -0.7px 0px, rgb(220, 241, 255) -1.3px -1.51667px 0px, rgb(220, 241, 255) -0.416667px -1.95px 0px, rgb(220, 241, 255) 0.566667px -1.91667px 0px, rgb(220, 241, 255) 1.41667px -1.41667px 0px, rgb(220, 241, 255) 1.91667px -0.566667px 0px;

  
}
 @media (max-width: 500px) {
.header-its {
  color:#6c6969;
  margin-top:5px;
  font-weight:600;
  font-size:16px;
text-shadow: rgb(220, 241, 255) 2px 0px 0px, rgb(220, 241, 255) 1.75px 0.966667px 0px, rgb(220, 241, 255) 1.08333px 1.68333px 0px, rgb(220, 241, 255) 0.133333px 2px 0px, rgb(220, 241, 255) -0.833333px 1.81667px 0px, rgb(220, 241, 255) -1.6px 1.2px 0px, rgb(220, 241, 255) -1.98333px 0.283333px 0px, rgb(220, 241, 255) -1.86667px -0.7px 0px, rgb(220, 241, 255) -1.3px -1.51667px 0px, rgb(220, 241, 255) -0.416667px -1.95px 0px, rgb(220, 241, 255) 0.566667px -1.91667px 0px, rgb(220, 241, 255) 1.41667px -1.41667px 0px, rgb(220, 241, 255) 1.91667px -0.566667px 0px;


  
}
} 


.header-itss {
  color:#9a9a9a;
  margin-top:-2px;
  font-weight:300;
  font-size:12px;
  margin-top:10px;
  padding-top:15px;
  
}
 



/* 
.form-control2:focus{border-color:#2fb792;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(107,161,161,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6)}
 */

  .form-control2
  {
  display:block;width:100%;
  font-weight:300;
  height:34px;
  padding:6px 12px;
  font-size:14px;
  color:#677471;
  background-color:#dde9e7;
  background-image:none;
  border:2px solid #fff6e6;
  border-radius:4px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s} 

  
   .panel{
 margin-bottom:10px;
 background-color:#fff;
 border:1px solid transparent;
 border-radius:4px;
 -webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
 box-shadow:0 1px 1px rgba(0,0,0,.05)
 }
 
 .panel1-body2{padding:3px 0px 0px 0px;background:#fff;}
 
 
.btn-warning2{color:#000;background-color:#ccc;border-color:#fff;margin-left:25px}
.btn-cancel2{color:#fff;background-color:#cd1731;border-color:#fff}
.btn-success3{color:#fff;background-color:#60c6cf;border-color:#fff}
.btn-success4{color:#fff;background-color:#3c8dbc;border-color:#fff}
  
  
  
@media(max-width:500px) {
            #hidemobi{display:none;}
            }
@media(min-width:499px) {
            #hidedesktop{display:none;}
            }
  

.required:after {
    color: red;
    content: "*";
}

 
span.required:after {
    color: red;
    content: "*";
}

  