/* this should be in theme css */

.wizard, .tabcontrol {
	overflow: inherit;
}

.wizard > .content {
	min-height: inherit;
	position: inherit;
	width: 100%;
}
.wizard > .content > .body {
	width: inherit;
	height: inherit;
	font-size: 1em;
}

.customfieldhelp {
	color: black;
	font-size: 0.8em;
	margin-left: 3px;
	margin-top: -10px;
}

.customfieldhelp:hover {
	cursor: pointer;
}

a.helpselected {
  background-color:#1F75CC;
  color:white;
  z-index:100;
}

.cfhelppopup {
  background-color:#FFFFFF;
  border:1px solid #999999;
  cursor:default;
  display:none;
  margin-top: 15px;
  position:absolute;
  text-align:left;
  width:394px;
  z-index:20000;
  padding: 25px 25px 20px;
}

.cfhelppopup p, .cfhelppopup.div {
  border-bottom: 1px solid #EFEFEF;
  margin: 8px 0;
  padding-bottom: 8px;
}

.preview-menu {
}
.preview-tabs {
	overflow: scroll;
	width: 30em;
	height: 300px;
	border: 1px solid black;
}

.preview-tabs > div {
	margin: 21px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.action-results {
	list-style-type: none;
}

.messagedetails .titlebox-content table {
    width: 100%;
}

/*
.txn-comment {
    border: 2px solid #f00;
}
*/

.columnmap-table tr.evenline td, .columnmap-table tr.oddline td {
    border-top: none;
    padding-top: 0;
}
.columnmap-subject {
	display: inline-block;
}
.columnmap-customfield {
	white-space: nowrap;
}

.hoverscroll {
	max-width: 50em;
}

.transaction div.downloadattachment a {
    color: #000;
}
.transaction div.downloadattachment .downloadcontenttype {
    color: #fff;
}
#ticket-update-message #SubmitTicket {
    padding-bottom: 0;
}
.titlebox.rolled-up .titlebox-title .left {
    color: #bbb;
}

#lostpassword { 
    font-weight: bold;
    font-size: 1.2em;
}

.clearer {
    clear: both;
}

.add_attachemnts_subject {
    font-weight:bold;
}
span#display-options #sorting.titlebox {
    min-width: 24%;
}

.warning-text {
    color: red;
}
.dashboard-tabs > .ui-tabs-panel {
	position: fixed;
	width: 100%;
	height: 70%;
	overflow-y: scroll;
}
.ui-helper-reset {
    line-height: 0.9;
}
.titlebox {
    margin-top: 1em;
    margin-bottom: 1em;
}
.titlebox .titlebox-content {
    min-height: 2em;
}
.subscription-warning {
    text-align: center;
}

/* for next prev pages */
.prevnext-navigation {
    width: 100%;
    margin: 10px 0px;
	height: 15px;
}
.prevnext-right {
    float: right;
}
.prevnext-left {
    float: left;
}
/* input not get bigger when we're in a table */
tr.edit-custom-field.cftype-Freeform input {
	min-width: 50px;
}
tr.edit-custom-field.cftype-Currency input {
	min-width: 50px;
}
tr.edit-custom-field.cftype-Text textarea {
    width: 50%;
	min-width: 200px;
}

div.widget .label {
	width: 30em;
}

.timechart-table {
	border: 1px solid;
	border-collapse: collapse;
}

.timechart-table > tr {
	height: 12px;
	padding: 2px 0;
}
.timechart-table > td {
	background-color: red;
}

.timechart-table .hasticket {
	background-color: green;
}
.timechart-table .timechart-ticket-overlap {
	border: 1px solid;
	background-color: green;
}

table.memberships {
	border: 1px solid;
}
table.memberships th {
	text-align: left;
	padding: 0px 5px;
}
table.memberships tr {
	border-bottom: 1px solid;
}
table.memberships td {
	text-align: center;
	border-bottom: 1px solid;
}

#wsc_img_banner {
	display: none;
	width: 0px;
	height: 0px;
}

.watchers-list {
	list-style: none;
}

#notificationpermissions {
	position: relative;
	color: white;
	margin-right: 4px;
	display: block;
	width: auto;
	height: 30px;
	float: right;
	text-align: center;
}
#notificationpermissions a {
	color: white;
}

.instructions {
  color: #4ad270;
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
  width: 100%;
}

.helptext {
	display: block;
}

.help-on {
	background: url('/static/images/help.png');
}
.help-off {
	background: url('/static/images/helpoff.png');
}


.helpbtn {
  width: 25px;
  display: block;
  height: 25px;
  background-size: 25px;
  background-repeat: no-repeat;
}

.helptext {
  display: block;
  text-align: center;
  color: green;
}

.new-department-ticket {
	float: right;
}
.new-department-ticket img {
	width: 32px;
	height: 32px;
}

.department-tabs {
	border: 1px solid grey;
}
.department-tabs .ui-state-default a {
	color: #555555;
}

.groupadmin-colheader {
	font-size: 1.2em;
	width: 15em;
	height: 5em;
}
.setup-page h1 {
    color: white;
    margin:auto;
}

.errorClass {
	border-color: red;
}
.validClass {
	border-color: black;
}

.reload-tab {
	margin: -11px 0 -15px 0;
	text-align:right;
}
.reload-tab:hover {
	cursor: pointer;
}
.reload-tab i {
	color: black;
	height: 30px;
	width: 30px;
}

.showpeoplefields td {
	vertical-align: top;
}

.blur {
	filter: blur(2px);
}

.upgrade-text {
	font-size: 12px;
	display: inline;
}

.upgrade-button {
	background: #0f0;
	border-radius: 10px;
	border: 1px solid white;
	margin: 1em;
	display: inline;
}
	
.builder-disabled {
	text-align: center;
}

.itinerary-message {
	display: inline;
}
