﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
  background-color: #5c87b2;
  background-color: #005B9A; /*font-size: .85em;*/
  font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  color: #696969;
  font-size: 13px;
}

a:link
{
  color: #034af3;
  text-decoration: underline;
}

a:visited
{
  color: #505abc;
}

a:hover
{
  color: #1d60ff;
  text-decoration: none;
}

a:active
{
  color: #12eb87;
}

p, ul
{
  margin-bottom: 20px;
  line-height: 1.6em;
}

header, footer, nav, section
{
  display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
  /*font-size: 1.5em;*/
  color: #000;
}

h1
{
  /*font-size: 2em;*/
  padding-bottom: 0;
  margin-bottom: 0;
}

h2
{
  padding: 0 0 10px 0;
}

h3
{
  /*font-size: 1.2em;*/
}

h4
{
  /*font-size: 1.1em;*/
}

h5, h6
{
  /*font-size: 1em;*/
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
  margin-left: auto;
  margin-right: auto;
}

header, .header
{
  position: relative;
  margin-bottom: 0px;
  color: #000;
  padding: 0;
}



header h1, #header h1
{
  font-weight: bold;
  margin: 0;
  color: #fff;
  border: none;
  line-height: 2em;
  font-size: 32px !important;
  text-shadow: 1px 1px 2px #111;
}


#main
{
  padding: 0px;
  float: left;
  width: 100%;
}

footer, #footer
{
  /*background-color: #fff;*/
  color: #999;
  padding: 10px 0;
  text-align: center;
  line-height: normal;
  margin: 0 0 30px 0;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
  border-bottom: 1px #5C87B2 solid;
  padding: 0 0 2px;
  position: relative;
  margin: 0;
  text-align: right;
}

ul#menu li
{
  display: inline;
  list-style: none;
}

ul#menu li#greeting
{
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  color: #fff;
}

ul#menu li a
{
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  background-color: #e8eef4;
  color: #034af3;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover
{
  background-color: #fff;
  text-decoration: none;
}

ul#menu li a:active
{
  background-color: #a6e2a6;
  text-decoration: none;
}

ul#menu li.selected a
{
  background-color: #fff;
  color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
  border: 1px solid #ddd;
}

legend
{
  /*font-size: 1.2em;*/
  font-weight: bold;
}

textarea
{
  min-height: 75px;
}

input[type="text"], input[type="password"]
{
  border: 1px solid #ccc;
  padding: 2px; /*font-size: 1.2em;*/
  color: #444;
  width: 200px;
}

select
{
  border: 1px solid #ccc;
  padding: 2px; /*font-size: 14px;*/
  color: #444;
  min-width: 30px;
}

input[type="submit"]
{
  /*font-size: 1.2em;*/
  padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table
{
  border: solid 1px #D6DBDF;
  border-collapse: collapse;
}

table td
{
  padding: 3px;
  border: solid 1px #D6DBDF;
  color: Black;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #D6DBDF ;
  border: solid 1px #D6DBDF;
}

.layout
{
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: 0px;
  border-collapse: collapse;
}

.layout td
{
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.layout th
{
  text-align: left;
  background-color: #e8eef4;
  border: 0px;
}

/* GRID  
----------------------------------------------------------*/
.grid
{
  width: 100%;
}
/* MISC  
----------------------------------------------------------*/
.clear
{
  clear: both;
}

.error
{
  color: Red;
}

nav, #menucontainer
{
  margin-top: 40px;
}

#header
{
  font-weight: bold;
  color: black;
  margin: 0px;
  padding: 0px;
  color: white;
}

#login-row
{
  float: right;
  width: 45%;
  color: white;
}

div#title
{
  display: block;
  float: left;
  text-align: left;
  width: 600px;
  font-size: 24px;
  margin: 10px;
  color: white;
  font-weight: bold;
}


#projectpermissions
{
  float: right;
  text-align: right;
  color: White;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;
  width: 400px;
}

#logindisplay
{
  float: right;
  text-align: right;
  color: White;
  margin-right: 10px;
}

#logindisplay a:link
{
  color: white;
  text-decoration: underline;
}

#logindisplay a:visited
{
  color: white;
  text-decoration: underline;
}

#logindisplay a:hover
{
  color: white;
  text-decoration: none;
}



/* Styles for divs
----------------------------------------------------------*/

#page-container
{
  float: left;
  width: 99%;
  padding-left: 5px;
}

#admin-page-container
{
  width: 93%;
}

#form-container
{
  width: 100%;
  float: left;
  background-color: #fff;
  border: solid 1px Black;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#center-container {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

#view-container
{
  float: left;
  margin: 0px;
  width: 100%;
  background-color: White;
  padding: 10px;
  padding-bottom: 10px;
  border: solid 1px Black;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#escalation-table-center-container
{
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

.pending-container {
float: left;
  margin: 0px;
  width: 100%;
  background-color: White;
  padding: 2px;
  padding-bottom: 10px;
  border: solid 1px Black;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

fieldset
{
  margin: 5px;
  padding-bottom: 5px;
}

.center {
  text-align: center;
}

.warning {
  font-size: 1.5em;
  padding-bottom: 50px;
}

.container
{
  float: left;
}

.container-row,
.offline-row
{
  width: 99%; /*clear: both;*/
  float: left;
}

.offline-row {
  margin-top: 5px;
}

.pad-row 
{
  float: left;
  margin-left:15px;
}

.alert-note {
  font-weight: bold;
  font-style: italic;
  margin-left: 10px;
  color: #aa0000;
}

.date-label, 
.date-element {
  float: left;
  margin-top: 5px;
}

.date-label {
   width: 100px;
  margin-left: 20px;
}

.date-element .datepicker {
  width: 80px;
}

.esc-row-left
{
  width: 40%; /*clear: both;*/
  float: left;

}

.esc-row-right
{
  width: 58%; /*clear: both;*/
  float: left;
}

.esc-label 
{
  padding: 5px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.esc-field 
{
  padding-left: 5px;
  float: left;
  font-weight: bold;
  padding-right:40px;
  padding-top: 5px;
}

.rep-lookup-row {
  float: left;
  width: 360px;
}

.readonly-row {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-left: 3px;
  margin-bottom: 3pc;
  border: solid 1px lightgray;
}

.container-half
{
  width: 50%;
  float: left;
}

.header-row
{
  width: 100%;
  font-size: 18px;
  color: White;
}

/* Styles for buttons
----------------------------------------------------------*/

#SaveEscalationButton,
#ReopenDefectButton,
#SaveDefectButton {
  width: 200px;
  float: right;
  margin-right: 10px;
  margin-top: 10px;  
}

#ButtonDiv {
  float: left;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

#NewTicketButtonDiv {
  float: left;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

#NewTicketButton,
#EscalateButton,
#DefectButton,
#AddNewButton,
#SaveButton,
#CancelButton,
#ClaimTicketButton {
  clear:both;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 5px;
  width: 250px;
  height: 28px;
  text-align: center;
}

#NewTicketButton,
#CancelButton,
#DefectButton,
#SaveButton,
#EscalateButton,
#AddNewButton {
  margin-bottom: 10px;
}

#EscalationRepAttIdLookupButton,
#BackOfficeRepAttIdLookupButton,
#SubmitterAttIdLookupButton {
  margin-left: 10px;
  margin-top: 0px;
  padding: 3px;
  width: 70px;
}

#AdminSearchButton 
{
  padding: 0;
  margin: 0;
  height: 28px;
  vertical-align: middle;
  width: 150px;
}

#UnlockButton,
#AdminStoreEditButton,
#AdminRepEditButton,
#AdminStoreEditButton,
#AdminAddStoreButton,
#AdminCancelButton {
  float: left;
  width: 200px;
  padding: 0;
  margin: 0;
  height: 28px;
  margin-right: 10px;
}

#CreateCancelButton,
#CreateRetailSupportTicketButton, 
#CreateHSIButton{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  height: 28px;
}

#LogActionButton,
#ReadonlySaveNoteButton,
#SupervisorTakeoverButton {
  float: right;
  margin-top: 10px; 
  margin-right: 23px; 
  width: 150px; 
  height: 28px;
  margin-bottom: 10px;
}

#IsEscalationNoteText,
#WorkTicketViewModel_IsEscalationAction 
{
  display: block;
  float: right;
  margin-top: 15px;
  margin-right: 10px;
}

#WorkTicketViewModel_IsEscalationAction {
  margin-right: 25px;
}



/* Individual Form Elements
----------------------------------------------------------*/

#IncidentNumberDisplay 
{
  width: 260px;
  float: right;
  text-align: right;
}

#TicketTypeDisplay {
  width: 330px;
  float: left;
  text-align: left;
}

#StatusDisplay {
  width: 170px;
  float: left;
  text-align: right;
}

#WorkTicketViewModel_FollowupDate {
  width: 90px;
}

#WorkTicketViewModel_FollowupDateTimeId {
  width: 140px;
}

#WorkTicketViewModel_AdjustmentAmount {
  width: 80px;
}

#WorkTicketViewModel_AdjustmentReasonId,
#WorkTicketViewModel_AdjustmentReasonId,
#WorkTicketViewModel_AdjustmentTypeId,
#WorkTicketViewModel_AdjustmentRequestorId {
  width: 200px;
}

#WorkTicketViewModel_AdjustmentTypeId{
  width: 300px;
}

#WorkTicketViewModel_EscalationSystemId {
  width: 125px;
}

.note-label {
  float: left; 
  padding-right: 10px; 
  margin-left: 17px;
  width: 50px;
}

#WorkTicketViewModel_Note{
  width: 550px;
  height: 80px;
}



#RetailSupportNotes td {
  vertical-align: top;
}

#Customer_SensitiveInformation {
  height: 100px;
  width: 90%;
  font-size: 12px;
}

#CustomerSensitiveDataButton {
  margin-top: 10px; 
  width: 200px; 
  height: 28px;
}


#WhpViewModel_OpenDate, 
#WhpViewModel_ClosedDate,
#AddressCaseViewModel_OpenedDate,
#AddressCaseViewModel_ClosedDate,
#AddressCaseViewModel_FollowupDate,
#AddressCaseViewModel_FollowupTimeId {
  width: 80px !important;
}


#WhpViewModel_CallBack1,
#WhpViewModel_CallBack2,
#WhpViewModel_CallBack3,
#AddressCaseViewModel_CaseNumber,
#AddressCaseViewModel_Attuid,
#AddressCaseViewModel_CallBack1,
#AddressCaseViewModel_CallBack2,
#AddressCaseViewModel_CallBack3
 {
  width: 130px !important;
}


#AddressCaseViewModel_StatusId,
#AddressCaseViewModel_ResultId,
#AddressCaseViewModel_EmailSentId {
  width: 136px;
}

#RecordNumberIndicatorField {
  padding-left: 15px;
  float: left;
}

#MisdirectButton,
#LogMisdirectButton,
#GhostCallButton,
#LogGhostCallButton,
#GhostCallCancelButton{
  display: block; 
  margin-left: auto; 
  margin-right: auto;
 width: 250px; 
 height: 28px;
  margin-top: 15px;
}

#GhostCallCancelButton {
  margin-bottom: 100px;
}

#GhostCallFormDiv {
  Width: 400px;
  margin-left: auto;
  margin-right: auto;
}

#GhostCallFormDiv .container-row {
  margin-top: 10px;
}

#GhostCallHeader {
  border: solid 1px darkgray;
  background-color: lightgray;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: black;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.button-row {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 100px;
  width: 100%;
  float: left;
}

#LogMisdirectText,
#LogGhostCallText {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 20px; 
  text-align: center;
}

#FormHeader,
#ReadonlyHeader
{
  float: left;
  width: 1015px;
  font-size: 18px;
  color: White;
  padding-left: 5px;
  padding-right: 5px;
}

#ReadonlyHeader {
  background-color: darkred;
}

#ProductId,
#OrderItemStatusId
{
  width:150px;
}


.whp-label,
.escalation-label{
  float: left;
  margin-left: 10px;
  min-width: 100px;
  margin-right: 15px;
  padding-top: 4px;
}

.whp-label-flex,
.escalation-label-flex {
  float: left;
  padding-top: 4px;
  margin-left: 20px;
  margin-right: 10px;
}

.left {
  margin-left: 10px !important;
}

#ClosedDateDiv {
  background-color: lightgray;
  padding-left: 2px;
  padding-left: 0px;
  padding-right: 30px;
  float: left;
  margin-left: 10px;
  margin-right: 20px;
  border: solid 1px gray;
}

.whp-row,
.escalation-row {
  margin-bottom: 5px;
}

.pad-left {
  margin-left: 10px;  
}

/* Styles for editor and display helpers
----------------------------------------------------------*/



.middle{
  padding-left: 10px;
}

.right-text {
  text-align: right;
}

.right {
  float: right !important;
}

.single-line
{
  height: 18px;
}

.label,
.readonly-label
{
  float: left;
  margin: 5px;
}

.issue-label {
  float: left;
  margin: 5px;
  width: 100px; 
  margin-right: 5px;
}

.label-value,
.readonly-label-value
{
  float: left;
  margin: 5px;
  font-weight: bold;
  color: black;
}

.readonly-label {
  width: 100px;
}

.being-worked 
{
  float: left;
  width: 96%;
  /*text-align: center;*/
  color: black;
  font-size: 14px;
  font-weight: bold;
  margin: 5px;
  padding: 8px;
  margin-bottom: 0px;
}

.being-worked-left 
{
  float: left;
  width: 55%;
}

.being-worked-right 
{
  float: left;
  width: 39%;
  text-align: right;
}

.being-worked-center {
  margin:0 auto;
  width: 40%;
  text-align: center;
}

#BeingWorkedByName {
  text-decoration: underline;
}

#ReleaseButton {
  margin: 15px;
  margin-left: auto;
  margin-right: auto;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: black;
  padding-left: 20px;
  padding-right: 20px;
}

.by 
{
  margin-top: 15px;
  border: solid 1px gray;
  background-color: lightgray;
}

.adjustment-left-label
{
  float: left;
  margin: 5px;
  margin-left: 10px;
  width: 70px;
}

.label-value
{
  float: left;
  margin: 5px;
  font-weight: bold;
  color: black;
}

.display-row, .editor-row
{
  float: left;
  width: 99%;
}

.display-row-spacing {
  float: left;
  width: 99%;
  margin-top: 5px;
}

.checkbox-action {
  float: right;
  margin: 3px;
  margin-right: 4px;
}

.checkbox-label 
{
  display: block;
  float: left;
  margin-left: 10px;
}

.checkbox-action-label {
  float: right;
  font-weight: bold;
  padding-top: 5px;
}

.display-label
{
  width: 130px;
  float: left;
  margin: 2px;
}

.display-label-inline {
  float: left;
  margin: 2px;
  margin-left: 15px;
  margin-right: 10px;
}

#FlagsRow 
{
  width: 550px;
  margin: 5px;
  margin-right: 30px;
  border: solid 1px #999;
  float: right;
  background-color: #ccc;
  color: Black;
}

.customer {
  width: 140px;
}

.addr-left {
  width: 44px;
  float: left;
}

.addr2-left {
  width: 60px;
  float: left;
  margin-right: 15px;
}

.addr-pad {
  padding: 0px !important;
  margin-bottom: 2px;
}

#CustomerAddressFieldSet {
  padding-right: 0px;
}

.f-left {
  float: left;
  margin-right: 5px;
  margin-bottom: 3px;
  vert-align: middle;
}

#AddressViewModel_House {
  width: 60px;
  float: left;
}

#AddressViewModel_Street {
  width: 135px;
  float: left;
}

#AddressViewModel_City {
  width: 80px;
  float: left;
}

#AddressViewModel_Zip {
  width: 45px;
  float: left;
}

#AddressViewModel_State {
  width: 55px !important;
  min-width: 55px !important;
  max-width: 55px !important;
  float: left;
}

#AddressViewModel_FloorId,
#AddressViewModel_StructureId,
#AddressViewModel_TypeId {
  width: 80px;
  float: left;
  max-width: 100px;
  margin-right: 10px;
}

#AddressViewModel_Number1,
#AddressViewModel_Number2,
#AddressViewModel_Number3
 {
  width: 70px;
  float: left;
}

#CustomerTab {
   width: 360px; 
   float: left;
}

#IncidentTab {
  width: 660px; 
  float: left; 
  margin-left: 2px;
}


#RepFieldset,
#StoreFieldset
{
  margin: 5px !important;
  width: 90% !important;
}

#RepFieldset,
#StoreFieldset
{
  font-size: 11px;
}

.followup {
  font-weight: bold;
  margin-top: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: black;
  font-size: 13px;
  border: solid 1px gray;
  background-color: lightgreen;
  margin-left: 2px;
}

.transfer-to-live-agent,
.wow-message {
   font-weight: bold;
  margin-top: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: black;
  font-size: 13px;
  border: solid 1px #B3401F;
  background-color: #F57854;
  margin-left: 2px;
}


.followup-passed {
  font-weight: bold;
  margin-top: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: black;
  font-size: 13px;
  border: solid 1px darkred;
  background-color: #ff6666;
  margin-left: 2px;
}


.status-row {
  border: solid 1px gray;
  background-color: lightgray;
  margin-left: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
}

#CampaignNotificationRow,
#ExistingCampaignNotificationRow
{
  float: left;
  width: 99%;
  margin-top: 5px;
  border: solid 1px darkred;
  background-color: #ff6666;
  color: black;
  margin-left: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.status-row-label-left {
  padding-right: 0px;
  padding-left: 3px;
  color: black;
  float: left;
}

.status-row-field ,
.status-row-field-left
{
  float: left;
  color: black;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 35px;
}

.status-row-label 
{
  float: left;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
}

.status-row-field-left {
    padding-left: 40px;
}

.format-label {
  margin-left: 10px;
}

.display-label-left {
  width: 80px;
  float: left;
  margin: 3px;
  margin-left: 15px;
}

.admin-label,
.kiosk-label
{
  float: left;
  margin: 3px; 
}

.kiosk-label {
  width: 120px;
  display: block;
}

.admin-field
{
  float: left;
  font-weight: bold;
  color: Black;
  margin: 2px;
}

.fieldset-padded {
  padding-left: 10px;
  padding-right: 10px;
}

.fieldset-padded ul{
  margin: 0;
  padding: 0;
  margin-left: 10px;
}

.first {
  width: 110px;
}

.long {
  width: 180px;
}

.extralong {
  width: 250px;
}

.inner {
  margin-left: 10px;
}

.top {
  margin-top: 15px;
}

.bottom {
  padding-bottom: 15px;
}

.button {
  min-width: 100px;
}

.search-results-grid {
  float: left;
  margin-left: 5px;
  height: 300px;
  border: 1px solid #ddd;
  width: 100%;
}

.rep-display-label
{
  width: 100px;
  float: left;
  margin: 3px;
}

.store-display-label
{
  width: 100px;
  float: left;
  margin: 3px;
}

.display-label-fluid
{
  float: left;
  margin: 3px;
  padding-right: 10px;
}

.display-label-checkbox
{
  float: left;
  margin: 3px;
}

.address-field,
.display-field, 
.editor-field,
.editor-label-mon
{
  float: left;
  font-weight: bold;
  color: Black;
}

.editor-label,
.editor-label-mon
{
  width: 125px;
  float: left;
  margin: 2px;
}

.editor-label-mon {
  width: 40px;
  font-weight: normal;
}

.editor-label-flex 
{
  padding-top: 5px;
  float: left;
  margin-left: 15px;
}

.editor-field-mon input {
  width: 250px;
}

.fixed {
  width: 165px;
}

.display-field {
  margin-top: 2px;
}

.rep-editor-field
{
  float: left;
  font-weight: bold;
  color: Black;
  margin: 2px;
  width: 250px;
}

.rep-editor-field input[type=text]
{
  width: 100%;
}


.editor-field input
{
  width: 99%;
}


.login-row
{
  padding-left: 20px;
  width: 350px;
  clear: left;
  float: left;
}

.login-field
{
  float: left; /*font-size: 13px;*/
  font-weight: bold;
  color: Black;
  margin: 2px;
  width: 150px;
}

.login-button
{
  float: right;
  margin-right: 5px;
  width: 150px;
}


.details
{
  font-weight: bold;
  color: Black;
}


.details-label
{
  width: 110px;
  clear: left;
  float: left;
  padding-right: 5px;
}

.details-rst-label
{
  width: 120px;
  clear: left;
  float: left;
  padding-right: 5px;
}

.details-field
{
  float: left;
  width: 160px;
  height: 28px;
}

.call-detail-label {
  width: 120px;
  float: left;
  padding-right: 5px;
  height: 30px;
}

.call-detail-field 
{
  float: left;
  height: 30px;
  width: 480px;
}

.form-container
{
  float: left;
  margin: 5px;
}
.form-field
{
  float: left;
  margin: 0.5em 0 0 0;
}

.search-form-field
{
  margin: 0.5em 0 0 5px;
  float: left;
}

.search-form-field input
{
  width: 120px;
}

.search-form-customer-name-field
{
  margin: 0.5em 0 0 5px;
  float: left;
}

.search-form-customer-name-field input
{
  width: 125px;
}

.search-form-customer-name-label
{
  margin: 0.5em 0 0 5px;
  width: 80px;
  text-align: right;
  clear: both;
  float: left;
}

.search-form-radio-button
{
  margin: 0.5em 0 0 0;
  float: left;
  clear: both;
}

.search-form-radio-button-label
{
  margin: 0.5em 0 0 0;
  float: left;
  width: 120px;
}

.small-label 
{
  padding-top: 5px;
  font-size: 11px;
}

.search-form-radio-button-label-long
{
  margin: 0.5em 0 0 0;
  float: left;
  width: 90%;
}

.search-filter-element
{
  margin: 0.5em 0 0 5px;
  float: right;
}

.new-rep-label
{
  margin: 5px;
  clear: left;
  float: left;
  width: 110px;
  padding-top: 10px;
}

.new-rep-field
{
  margin: 5px;
  float: left;
}

.new-rep-field input
{
  margin: 5px;
  float: left;
  width: 150px;
}

.text-box
{
  width: 150px;
}

.text-box.multi-line
{
  height: 6.5em;
}

.tri-state
{
  width: 6em;
}


#StoreSearchDialog_NoResults
{
  padding-top: 50px;
  font-weight: bold;
  font-size: 18px;
  width: 99%;
  float: left;
  height: 100px;
  text-align: center;
  border: solid 1px #ddd;
}

#RepSearchDialog_NoResults
{
  padding-top: 50px;
  font-weight: bold;
  font-size: 18px;
  width: 99%;
  float: left;
  height: 100px;
  text-align: center;
  border: solid 1px #ddd;
}

#TicketSearch_NoResults
{
  padding-top: 50px;
  font-weight: bold;
  font-size: 18px;
  width: 99%;
  float: left;
  height: 100px;
  text-align: center;
  border: solid 1px #ddd;
}

#BIBA_ROW {
  color: #cc0000;
  margin: 10px;
  margin-left: 20px;
  font-weight: bold;
}

#MESSAGE_DIV {
  font-size: 12px;
}

#MESSAGE_DIV a:link {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

#PopupDiv 
{
  width: 100%;
  margin: auto;
  text-align: center;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}

.popup 
{
  display: inline;
  text-decoration: underline;
  color: blue;
  font-weight: bold;
  cursor:pointer;
}

.no-rep-edit {
  font-weight: bold;
}

/* Styles for TABS
----------------------------------------------------------*/

ul.tabs, 
ul.tabs2,
ul.tabs3
{
  overflow: hidden;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px; /*--Set height of tabs--*/
  border-bottom: 1px solid #999;
  border-left: 1px solid #999; /*width: 99%;*/
}

ul.tabs
{
  width: 319px !important;
}

ul.tabs li, 
ul.tabs2 li,
ul.tabs3 li
{
  float: left;
  margin: 0;
  padding: 0;
  height: 31px; /*--Subtract 1px from the height of the unordered list--*/
  line-height: 31px; /*--Vertically aligns the text within the tab--*/
  border: 1px solid #999;
  border-left: none;
  margin-bottom: -1px; /*--Pull the list item down 1px--*/
  overflow: hidden;
  position: relative;
  background: #e0e0e0;
}

ul.tabs li a, 
ul.tabs2 li a,
ul.tabs3 li a
{
  text-decoration: none;
  color: #000;
  display: block;
  padding: 0 14px;
  border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
  outline: none;
}
ul.tabs li a:hover, 
ul.tabs2 li a:hover,
ul.tabs3 li a:hover
{
  background: #ccc;
}

ul.tabs2, 
ul.tabs3
{
  width: 661px !important;
}

ul.tabs2 li,
ul.tabs3 li,
ul.tabs2 li a,
ul.tabs3 li a,
ul.tabs2 li a:hover,
ul.tabs3 li a:hover {
  min-width: 80px;
  text-align:center;
}

.tab_container, .tab_container2
{
  border: 1px solid #999;
  border-top: none;
  overflow: hidden; /*clear: both;*/
  float: left; /*width: 100%;*/
  background: #fff;
}

.tab_container
{
  /*width: 318px !important;*/
  width: 100%;
}

.tab_container2
{
  width: 100%;
  /*width: 660px !important;*/
}

html ul.tabs li.active, 
html ul.tabs li.active a:hover, 
html ul.tabs2 li.active, 
html ul.tabs2 li.active a:hover,
html ul.tabs3 li.active, 
html ul.tabs4 li.active a:hover
{
  /*--Makes sure that the active tab does not listen to the hover properties--*/
  background: #fff;
  border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

#AboutTable
{
  border: none;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

#AboutTable td
{
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
}

.wide {
  width: 130px;
}

/* Escalation Styles
----------------------------------------------------------*/

#DescriptionInstructions {
  font-size: 10px;
}

.escalation-tab-pad {
  padding-left: 10px;
  padding-right: 10px;
}

.gray-border {
  padding: 5px;
  margin: 10px;
  border: solid 1px gray;
  float: left;
}

#EscalationFormDiv textarea {
  height: 50px;
  width: 630px;
  margin-left: 5px;
}

#EscalationFormDiv #EscalationViewModel_SubmitterAgentId,
#SubmitterAttId,
#EscalationFormDiv #EscalationViewModel_EscalationRepId,
#EscalationFormDiv #EscalationViewModel_BackOfficeRepId
{
  width: 60px;
}

#EscalationFormDiv #EscalationViewModel_FollowupDate {
  width: 80px;
}

#WorkEscalationButton {
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 10px;
  margin-right: 14px;
  width: 98%;
  margin-top: 10px;
}

#EscalationBeingWorkedBySpan {
  font-weight: bold;
  font-size: 16px;
  width: 98%;
  text-align: center;
  color: black;
  margin-left: 10px;
  margin-right: 14px;
}

#EscalationsLinkDiv,
#PendingTicketsLinkDiv
{
  float: left;
  margin-right: 5px;
  padding-top: 0px;
  text-align: center;
}

#EscalationsLinkDiv a,
#EscalationsLinkDiv a:active,
#PendingTicketsLinkDiv a,
#PendingTicketsLinkDiv a:active,
.issue-item-delete-button, 
.issue-item-delete-button:active
{
  float: left;
  display: block;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #005B9A;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

#EscalationsLinkDiv a:hover,
#PendingTicketsLinkDiv a:hover,
.issue-item-delete-button:hover
{
  float: left;
  display: block;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #007cbc;
  font-size: 16px;
  font-weight: bold;
  color: whitesmoke;
  cursor: pointer;
}

#EscalationsTable td,
#DefectsTable td{
  padding:2px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: white;
}

#EscalationsTable,
#DefectsTable {
  width: 100%;
}

#EscalationViewModel_EscalationRepAttId,
#EscalationViewModel_BackOfficeRepAttId {
  width: 60px;
}

#LastUpdated {
  font-weight: bold;
  color: black;
  margin: 5px;
}

#WorkTicketViewModel_StatusId {
  font-weight: bold;
}

.my-escalations {
  padding: 5px;
  color: black;
}

.my-escalations input
{
  vertical-align: -2px;
}

#RepEditorTemplateFieldSet,
#StoreEditorTemplateFieldSet {
  width: 300px;
}


.red {
  color: red;
}

.green {
  color: #00cc00;
}

.darkgreen {
  color: #00aa00;
}

#LoginIcon {
  float: right;
  width: 16px;
}

#StoreSearchResultsSpinny, 
#RepSearchResultsSpinny,
#AttIdSearchResultsSpinny,
.spinny {
  background-color: white !important;
  text-align: center;
  height: 150px;
}

.definition input {
  width: 400px !important;
}

#ChangeStoreButton,
#ChangeRepButton {
  height: 28px;
  padding: 5px;
  padding-left: 25px;
  padding-right: 25px;
}

#ChangeStoreButton,
#ChangeRepButton {
  margin-top: 5px;
}

.store-edit input{
  width: 150px;
}

.rep-edit input {
  width: 190px;
}

#LocationName 
{
  float: left;
  width: 175px;
}

.error-row {
  width: 600px;
  margin-bottom: 15px;
  margin-left: 30px;
}

.bold {
  font-weight: bold;
}


/*
For PendingTicketsTable, the multi-select list text size is managed here: .ui-dropdownchecklist-text, line 2134
*/

#PendingTicketsTable {
  width: 99%;
}

#PendingTicketsTable td {
  background-color: white;
}

#PendingTicketsTable th,
#PendingTicketsTable td
{
  font-size: 11px;
  padding:2px;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
}

.sort-image {
  width: 12px;
  height: 8px;
}

.flag 
{
  float: none;
  display: inline;
  margin: 0;
  padding: 0;
}

.radiobutton-filter {
  float: left;
  width: 500px;
  margin-left: 10px;
}

.checkbox-filter {
  float: left;
  width: 250px;
  margin-left: 10px;
}

.filter-pad-top {
  padding-top: 5px; 
}

#PendingTicketsTable select {
  font-size: 11px;
  height: 20px;
}

#UpdateButton {
  width: 140px;
}

#NoPendingDiv {
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 18px;
  font-weight: bold;
}


/*------------------------------------------------
   Paging Styles
  -------------------------------------------------*/
 
 
.page-button
{
  float: left;
  text-decoration: underline;
  cursor: pointer;
  padding: 5px;
}

.page-button-inactive
{
  float: left;
  font-weight: bold;
  cursor: default;
  padding: 5px;
}



.fraud-pin,
#FraudPin {
  color: red;
  font-weight: bold;
}

#FraudConfirmDialog {
  text-align: center;
}

.readonly-display {
  width: 70px;
}

.readonly-content {
  font-weight: bold;
  min-width: 80px;
  color: black;
}

.disclaimer-row 
{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 99%;
  border: solid 1px black;
  height: 23px;
  text-align: center;
  background-color: red;
  color: white;
  font-size: 18px;
  font-weight: bold;
}


.disclaimer-row-dev
{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 99%;
  border: solid 1px black;
  height: 23px;
  text-align: center;
  background-color: lime;
  color: black;
  font-size: 18px;
  font-weight: bold;
}

/*********************************************
 Search Page Lookup Fields
 *********************************************/

.lookup-label
{
  width: 80px;
  float: left;
  clear: left;
  padding: 2px;
  padding-right: 5px;
  vertical-align: middle;
}

.lookup-label-rep
{
  width: 65px;
  float: left;
  clear: left;
  padding: 2px;
  padding-right: 5px;
  vertical-align: middle;
}

.lookup-field
{
  float: left;
  padding: 2px;
}

.lookup-field input
{
  width: 95%;
  font-weight: bold;
  color: black;
}

.store-address {
  height: 35px;
}

#StoreLookupButton,
#DummyStoreLookupButton{
  display: block; 
  float: right; 
  width: 150px;
  height: 28px; 
  margin-right: 15px;
  margin-top:8px;
  margin-bottom:5px;
}

#StoreSearchField {
  width: 160px;    
}


/**************************************************************
  dropdownchecklist overrides
***************************************************************/

/** Minimal stand-alone css for dropdownchecklist support
    We highly recommend using JQuery ThemeRoller instead  
*/
.ui-dropdownchecklist {
	font-size: medium;
	color: black;
}
.ui-dropdownchecklist-selector {
	height: 16px;
	border: 1px solid #ddd;
	background: #fff;
}
.ui-state-hover, .ui-state-active {
	border-color: #5794bf;
}
.ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	/*border: 1px solid #999;*/
}
.ui-dropdownchecklist-item 
{
  clear: left;
  float: left;
  width: 98%;
  text-align: left;
}
.ui-state-hover {
	background-color: #39f;
}
.ui-state-disabled label {
	color: #ccc;
}
.ui-dropdownchecklist-group {
	font-weight: bold;
	font-style: italic;
}
.ui-dropdownchecklist-indent {
	padding-left: 7px;
}
/* Font size of 0 on the -selector and an explicit medium on -text required to eliminate 
   descender problems within the containers and still have a valid size for the text */
.ui-dropdownchecklist-selector-wrapper {
	vertical-align: middle;
	font-size: 0px;
}
.ui-dropdownchecklist-selector {
	padding: 1px 2px 2px 2px;
	font-size: 0px;
  vertical-align: middle;
}
.ui-dropdownchecklist-text {
	/*font-size: medium;*/
  padding-top: 2px;
	font-size: 11px;
  font-weight: bold;
	/* line-height: 20px; */
}
.ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}

#OldTicketMessageDiv 
{
  float: left;
  width: 615px;
  border: dashed 2px darkred;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: darkred;
  font-size: 13px;
}

.pad-bottom {
  padding-bottom: 10px;
}


.new-ticket-button
{
  display: block;
  float: left;
  width: 280px !important;
  height: 28px;
  margin-left: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#DeunifyResultDiv,
#DeviceUnlockResultDiv
{
  float: left;
  border: dashed 1px green;
  background-color: #99ff99;
  color: black;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  display: none;
  width: 100%;
}

#DeunifyResultValue {
  float: left;
}

#DeunifyText,
#DeviceUnlockText {
  float: left;
  font-weight: bold;
  text-align: left;
  font-size: 12px;
  padding-left: 5px;
}

#DeunifyText li,
#DeviceUnlockText li {
  margin-top: 3px;
}

#IssueFieldSet,
#AdjustmentFieldSet,
#CustomerFieldSet,
#CustomerContactFieldSet,
#CustomerAddressFieldSet {
  margin: 5px;
}

#RepFieldset,
#StoreFieldset
{
  width: 90% !important;
}

.uavt-case-status-link 
{
  display: inline-block;
  float: left;
  margin-left: 15px;
}

#NotesEditDiv {
  width: 90%;
  text-align: center;
  float: left;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}

#NotesEditTable {
  width: 99%;
}

#NotesEditTable th {
  text-align: center;
  font-weight: bold;
  color: black;
}

#NotesEditTable textarea {
  width: 800px;
}

#NotesEditTitle {
  width: 99%;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: black;
  border: solid 1px gray;
  background-color: lightgray;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 5px;
}

#NotesEditButtonDiv {
  width: 99%;
  float: left;
  text-align: center;
}

#NotesEditButtonDiv button {
  width: 150px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  height: 30px;
}

.note-edit {
  font-weight: bold;
  color: darkgreen;
}

/************************************************
 Question/Answer Page (after Log Action)
 ************************************************/
.campaign-question {
  float: left;
  width: 780px;
  text-align: left;
  padding: 5px;
  margin-top: 5px;
  color: #444444;
  font-weight: bold;
  font-size: 18px;
}
.campaign-answer-option 
{
  float: left;
  width: 200px;
  margin-top: 5px;
  margin-bottom: 5px;
    color: #444444;
  font-weight: bold;
  font-size: 18px;
}

.campaign-answer-option select 
{
  float: right;
  font-size: 16px;
  font-weight: bold;
  min-width: 200px;
}

.campaign-title {
  font-size: 24px;
  margin: 10px;
  font-weight: bold;
  border-bottom: 2px solid darkgray;
  padding-bottom: 5px;
  width: 98% !important;
}

/************************************************
 Admin Page Styles for Campaign
 ************************************************/

.campaign, .campaign input[type="text"], .campaign select {
  font-size: 18px;
  font-weight: bold;
  color: #555555;
  float: left;
}


.campaign-row {
  border: 1px solid #aaaaaa;
  background-color: #dddddd;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  width: 98%;
}

.campaign .question {
  float: left;
  width: 95%;
  text-align: left;
  padding: 5px;
  margin-top: 5px;
  color: #333333;
  background-color: #ccc;
  padding-right: 35px;
}

.campaign .answers {
  float: left;
  margin: 10px;
  margin-left: 40px;
}

.campaign .answer-option {
  font-size: 14px;
  float: left;
  margin-left: 0px;
  width: 90%;
  color: #555555;
}

.campaign a {
  float: right;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}


.campaign .trigger-type,
.campaign .trigger-value {
  float: left;
  margin-left: 15px;
}

.campaign .trigger-type {
  width: 130px;
  font-weight: bold;
  color: black;
  background-color: #ccc;
  padding: 3px;
  padding-left: 10px;
}

.campaign .trigger {
  padding: 5px;
}

.campaign .instructions 
{
  float: left;
  margin: 10px;
  margin-left: 0px;
  font-size: 14px;
  color: #444444;
  font-weight: normal;
}

#CampaignsTable {
  width: 100%;
}

.campaign .left {
  width: 900px;
  float: left;
  margin: 0;
  padding: 0;
}

.campaign .right {
  width: 800px;
  float: left !important;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

#CampaignDetailsFieldset,
#CampaignTriggersFieldset,
#CampaignQuestionFieldset,
#CampaignEditFieldset,
#QuestionEditFieldset,
#AnswerOptionListFieldSet
{
  float: left;
  width: 95%;
  margin: 0;
  padding: 10px;
}

#QuestionEditFieldset {
  width: 800px;
}

#AnswerOptionListFieldSet {
  width: 300px;
  margin-left: 10px;
}

.valid-explanation {
  font-size: 13px;
  color: #666666;
  font-style: italic;
  text-align: right;
  width: 99%;
  padding-top: 6px;
}

.campaign #Name {
  width: 450px;
}

#CampaignButtons {
  margin-top: 15px;
}

.campaign textarea {
  height: 70px;
  width: 450px;
  float: left;
}

.campaign button {
  width: 150px !important;
  height: 30px !important;
}

.campaign #ExitButton {
  margin-left: 10px;
}

#CampaignDetailsFieldset {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

#CampaignDetailsFieldset .admin-label,
#CampaignDetailsFieldset .admin-field {
  font-size: 16px;
}

.campaign .admin-label {
  width: 100px;
}

.campaign .admin-field {
  font-size: 14px;
  margin-left: 10px;
}

#TriggerFieldset .admin-label {
  width: 200px;
}

#TriggerFieldset select {
  width: 300px;
}

#QuestionEditFieldset #Description {
  width: 660px;
}

#QuestionEditFieldset #Ordering {
  width: 30px;
}

#DeactivateButton,
#ActivateButton {
  float: right;
}

.campaign #Priority {
  width: 30px;
}

.campaign .deactivated {
  color: #999;
  font-style: italic;
  text-decoration: underline !important;
}

.campaign ul {
  width: 90%;
  margin-top: 0px;
}

.campaign li 
{
  clear:left;
  width: 99%;
}

.trigger a {
  text-align: right;
  float: right;
}

#CampaignTriggersFieldset {
  font-size: 12px;
}

.campaign .admin-notes {
  color: #666666;
  font-style: italic;
  font-size: 12px;
  float: left;
  margin-left: 15px;
  margin-top: 10px;
}

.admin-notes a:link {
  float: none !important;
}

#CampaignAlert 
{
  border: solid 1px #993300;
  background-color: #FF6633;
  text-align: center;
  padding: 5px;
  margin: 5px;
  color: black;
  width: 97% !important;
  margin-left: 3px;
  font-weight: bold;
  display: none;
}

input[type=checkbox] {
  width: 12px !important;
  height: 12px !important;
}

#WorkTicketViewModel_ProductIds,
#WorkTicketViewModel_ServiceIds {
  width: 500px;
}

td.inactive {
  background-color: #F2F3F4 !important;
  font-style: italic !important;
}




/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
  color: #ff0000;
}

.field-validation-valid
{
  display: none;
}

.input-validation-error
{
  border: 1px solid #ff0000 !important;
  background-color: #ffeeee;
}

.validation-summary-errors
{
  font-weight: bold;
  color: #ff0000;
}

.validation-summary-valid
{ 
  color: #ff0000;
  display: none;
}

#RepEditFieldSet {
  width: 600px;
}

.rep-edit-warning 
{
  margin-left: 10px;
  width: 600px;
  padding: 10px;
  border: solid 1px #afafaf;
  font-weight: bold;
  font-size: 15px;
  background-color: #f4f4f4;
}

.rep-edit-highlight {
  background-color: #D6EAF8;
}

td.no-results{
  text-align: center;
  font-size: 20px !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  font-weight: bold;
}

#CallDetailMessageDiv {
  display: none;
  float: left;
  margin-left: 8px;
  margin-top: 5px;
  font-weight: bold;
}

#WorkTicketViewModel_CallReasonDefinition {
  width: 488px !important;
  float: left;
  border: solid 1px gray;
  padding: 5px;
}

.home-menu-row {
  width: 100%;
  float: left;
  margin-bottom: 5px !important;
  height: 56px;
}


#LeftIndexMenu a:hover,
#RightIndexMenu a:hover
{
  background-color: #699ac2;
  border: solid 1px black;
}

#LeftIndexMenu,
#RightIndexMenu
{
  float: left;
  display: block;
  width: 550px;
  height: 20px;
  text-align: center;
  color: White;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}

#RightIndexMenu {
  width: 450px;
}

#LeftIndexMenu span,
#LeftIndexMenu a,
#LeftIndexMenu a:active,
#RightIndexMenu span,
#RightIndexMenu a,
#RightIndexMenu a:active {
   display: block;
  float: left;
  padding: 5px;
  background-color: #005B9A;
  font-size: 12px;
  font-weight: bold;
  color: white !important;
  text-decoration: none !important;
  text-align: center;
  width: 119px !important;
  margin-right: 3px;
  margin-left: 3px;
  height: 14px;
  vertical-align:center;
  border: solid 1px #005B9A;
}


#RightIndexMenu span,
#RightIndexMenu a,
#RightIndexMenu a:active {

  width: 132px !important;

}

.index-sub-header {
  width: 100%;
  background-color: #388BC2;
  float: left;
  border: solid 1px #555555;
  padding-left: 3px;
  padding-right: 3px;
 padding-top: 2px;
 padding-bottom: 2px;
}

.index-menu-items {
  float: left;
  width: 100%;
  height: 25px;
  background-color: #699ac2;
  padding: 3px;
  border: solid 1px #388BC2;
}

.menu-button-row,
.adj-menu-button-row {
  width: 100%;
  float: left;
  margin-bottom: 5px !important;
}

.menu-button-row span,
.menu-button-row a,
.menu-button-row a:active
{
  display: block;
  float: left;
  padding: 5px;
  background-color: #005B9A;
  font-size: 16px;
  font-weight: bold;
  color: white !important;
  text-decoration: none !important;
  text-align: center;
  border-radius: 5px;
  width: 150px !important;
  margin-right: 10px;
}

.menu-button-row a:hover {
  background-color: #668ecd !important;
}

.adj-menu-button-row {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
}

.adj-menu-button-row button,
.adj-menu-button-row button:active
{
  display: block;
  float: left;
  padding: 5px;
  background-color: #005B9A;
  font-size: 13px;
  font-weight: bold;
  color: white !important;
  text-decoration: none !important;
  text-align: center;
  border-radius: 5px;
  width: 196px !important;
  margin-right: 6px;
}

.adj-menu-button-row button:hover {
  background-color: #668ecd !important;
}

.thumbnail-button {
  width: 100px;
  padding: 2px;
  margin: 2px;
  cursor: pointer;
}

.active-button{
  background-color: #00bb00 !important;
}

.issue-header 
{
  display: block;
  float: left;
  width: 98%;
  margin-right: 5px;
  padding: 5px;
  background-color: #999999;
  border: solid 1px gray;
  color: black;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.thumbnail-note {
  font-size: 11px;
  font-style: italic;
}

#IssueTable, 
#AdjustmentsTable,
#AQdjustmentNotesTable,
#AdjustmentNotesTable,
#AdjustmentStatusHistoryTable,
#NotesTable,
#SupervisorListTable,
#ClientListTable {
  width: 100%;
  font-size: 11px;
}

#NotesTable td,
#IssueTable td,
#AdjustmentNotesTable td,
#AdjustmentStatusHistoryTable  td{
  padding: 5px;
}

.page-title {
  float: left;
  width: 99%;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  padding: 5px;
  background-color: #005B9A;
  font-size: 20px;
  font-weight: bold;
  color: white !important;
  text-decoration: none !important;
  text-align: center;
  border-radius: 5px;
}

.issue-submit-row {
  float: left;
  width: 100%;
  margin: 0px;
}

.issue-submit-row input,
.issue-submit-row button{
  float: right;
  display: block;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #005B9A;
  font-size: 16px;
  font-weight: bold;
  color: white !important;
  text-decoration: none !important;
  text-align: center;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 5px;  
}

.issue-submit-row input:hover,
.issue-submit-row button:hover{
  float: right;
  display: block;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #668fde;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 5px;  
}

#IssueSummary {
  margin: 0;
  padding: 10px;
  float: left;
  width: 98%;
  margin-bottom: 10px;
}

#IssueSummary .container-row {
  padding-top: 5px;
  padding-bottom: 5px;
}

.issue-status-label,
.issue-description-label {
  float: left;
  font-weight: bold;
  margin-left: 10px;
  color: black;
   width: 80px;
}

.issue-status-value 
{
  float: left;
  width: 80px;
}


.issue-by-label {
  float: left;
  color: black;
  font-weight: bold;
  width: 80px;
  margin-left: 20px;
}

.issue-by-value {
  float: left;
   width: 200px;
  margin-left: 10px;
}


.issue-date-label {
  float: left;
  color: black;
  font-weight: bold;
   width: 80px;
}

.issue-date-value {
  float: left;
   width: 150px;
}

.issue-case-number-label {
  float: left;
  font-weight: bold;
  margin-left: 10px;
  color: black;
  margin-left: 30px;
}

.issue-case-number-value {
  float: left;
  margin-left: 10px;
}

.closed-issue-spacer {
  display: block;
  float: left;
  width: 362px;
}

.green-status {
  font-weight: bold;
  background-color: green;
  color: white;
  border-radius: 2px;
  padding: 4px;
  padding-left: 30px;
  padding-right: 30px;
}

.red-status {
  font-weight: bold;
  background-color: red;
  color: black;
  border-radius: 2px;
  padding: 4px;
  padding-left: 30px;
  padding-right: 30px;
}

.green-status-text {
  font-weight: bold;
  color: green;
}

.red-status-text {
  font-weight: bold;
  color: darkred;
}

.pending-more-status-text {
  font-weight: bold;
  color: #00aa00;
}

.pending-status-text {
  font-weight: bold;
  color: black;
}

#IssueSummary #Issue_CaseNumber {
  width: 120px;
}

#IssueSummary #Issue_Description {
  width: 850px;
}

#CreateIssueForm textarea{
  width: 600px;
}

#CreateIssueForm #Title{
  width: 300px;
}

#CreateIssueForm #OpenDate{
  width: 100px;
}

.create-submit-row {
  margin-left: 110px;
  width: 90%;
  float: left;
}

.create-submit-row button{
  float: left;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #005B9A;
  font-size: 16px;
  font-weight: bold;
  color: white !important;
  text-decoration: none !important;
  text-align: center;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 150px !important;
  margin-right: 15px;
}

.create-submit-row button:hover{
  float: left;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #668fde;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 5px;  
  width: 150px !important;
    margin-right: 15px;
}

.issue-date-row {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.issue-date-row label {
  float: left;
  display: block;
  font-weight: bold;
  margin-right: 15px;
}


.issue-date-row input[type=text] {
  float: left;
  margin-right: 30px;
  width: 80px;
  margin-top: 3px;
}

.issue-date-row button  
{
  float: left;
  margin: 0;
  padding: 3px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #005B9A;
  font-size: 16px;
  font-weight: bold;
  color: white !important;
  text-decoration: none !important;
  text-align: center;
  border-radius: 2px;
  width: 150px !important;
}

.issue-date-row button:hover{
  float: left;
  margin: 0;
  padding: 3px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #068fcd;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  border-radius: 2px;
  width: 150px !important;
}

#AddNewIssueButton {
  width: 100%;
}

.ui-dialog-title, 
.ui-dialog-titlebar, 
.ui-widget-header {
  background-color: #008fcd !important;
}

.ui-widget-header {
  border: solid 1px #008fcd !important;
}

div .no-results {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  padding: 20px;
}

.issue-status-green {
  float: left;
  display: block;
  padding: 3px;
  background-color: #00cc00;
  color: black;
  font-weight: bold;
  width: 150px;
  text-align: center;
}

.issue-status-pending {
  float: left;
  display: block;
  padding: 3px;
  background-color: orange;
  color: black;
  font-weight: bold;
  width: 150px;
  text-align: center;
}

#WorkTicketDetails .label {
  display: block;
  float: left;
  font-weight: bold;
  margin-right: 10px;
  color: black;
}

#WorkTicketDetails .value {
  display: block;
  float: left;
  margin-right: 50px;
  margin-top: 5px;
  
}

#WorkTicketDetails .left {
  width: 70px;
}

.issue-container {
  width: 90% !important;
}

.count-warning {
  font-style: italic;
  font-size: 15px;
  color: #333;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}

.adj-label,
.adj-label-left 
{
  display: block;
  float: left;
  margin: 2px;
  min-width: 110px;
  margin-top: 6px;
}


#ApprovedAmount {
  width: 100px;
}

.adj-value 
{
  display: block;
  float: left;
  margin: 5px;
  font-weight: bold;
  color: black;
  min-width: 150px;
  max-width: 500px;
}

.adj-label-left {
  width: 90px;
}

#AdjustmentForm .tab_container,
#AdjustmentForm .tab_container2 {
  height: 580px !important;
}

.adjustment-queue-button-row a,
.adjustment-queue-button-row a:active,
.adjustment-queue-button-row a:hover,
.adjustment-queue-button-row input[type="submit"],
.adjustment-queue-button-row input[type="submit"]:hover
{
  display: block;
  float: left;
  padding: 5px;
  background-color: #005B9A;
  font-size: 16px;
  font-weight: bold;
  color: white !important;
  text-decoration: none !important;
  text-align: center;
  border-radius: 5px !important;
  width: 200px;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
  border-style: none;
  border-color:  #005B9A;
}


.adjustment-title {
  width: 98%;
  float: left;
  margin: 10px;
  background-color:  #227cab;
  color: white;
  font-weight: bold;;
  font-size: 20px;
  padding: 12px;
  margin-left: 0px;
  border-radius: 5px !important;
}

.request-more-info #Note {
  height: 300px;
  float: left;
  width: 800px;
  background-color: #f9f9f9;
}

.request-title {
   width: 98%;
  float: left;
  margin: 10px;
   font-weight: bold;;
  font-size: 20px;
  margin-left: 25px;
}

tr.approver-note td {
   background-color: #B0C4DE !important;
  color: black;
  font-weight: bold;
}

.request-note strong {
  text-decoration: underline;
}

#AdjustmentStatus 
{
  display: block;
  float: left;
  height: 20px;
  margin-top: 5px;
  color: black;
  font-weight: bold;
  font-size: 13px;
  padding-top: 3px;
  padding-left: 25px;
  padding-right: 25px;
}

.adjustment-status-pending {
  background-color: #aaaaaa;
  border: solid 1px black;
  color: black;
}

.adjustment-status-denied {
  background-color: #ff6666;
  border: solid 1px black;
  color: black;
}

.adjustment-status-approved {
  background-color: #66ff66;
  border: solid 1px black;
  color: black;
}


#AdjustmentStatusHistoryTable .adjustment-status-pending{
  color: black;
  background-color: white;
  border: none;
}

#AdjustmentStatusHistoryTable .adjustment-status-denied{
  background-color: #ff6666;
  color: black;
  border: none;
}

#AdjustmentStatusHistoryTable .adjustment-status-approved{
  background-color: #66ff66;
  color: black;
  border: none;
}

#AdjustmentStatusHistoryTable .adjustment-status-final{
  background-color: #aaaaaa;
  color: black;
  border: none;
  font-weight: bold;
}

#WorkTicketViewModel_AdjustmentTypeId {
  width: 240px !important;
}

#WorkTicketViewModel_AdjustmentAmount {
  width: 70px;
}

.request-more-info-message 
{
  float: left;
  width: 95%;
  padding: 15px;
  font-weight: bold;
  font-size: 18px;
  background-color: #ff6666;
  color: black;
  border: solid 1px #ff0000;
  margin: 5px;
}

.note-required-message 
{
  float: left;
  width: 92%;
  padding: 15px;
  font-size: 14px;
  background-color: #ff6666;
  color: black;
  border: solid 1px #ff0000;
  margin: 5px;
}

#UnauthorizedWorkflow,
#UnauthorizedWorkflow h2 {
  color: black !important;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 200px;
}

.green-adj-status {
  font-weight: bold;
  background-color: #00cc00;
  color: black;
  border-radius: 2px;
  padding: 4px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0px;
}

.red-adj-status {
  font-weight: bold;
  background-color: #cc0000;
  color: white;
  border-radius: 2px;
  padding: 4px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0px;
}

#ApproveDenyNote {
  width: 600px;
  height: 50px;
}

.adj-label, 
.adj-amount {
  display: block;
  float: left;
  margin-left: 10px;
}

.adj-amount 
{
  margin-top: 6px;
  font-weight: bold;
  color: black;
  margin-right: 30px;
}

.being-worked {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
  width: 98%;
  float: left;
}

.adjustments-container {
  width: 96% !important;
}

.supervisor-adjustments-table
{
  width: 100%;
}

#FilterButton {
  width: 100%;
}

#AdjustmentFilterDiv,
#TicketTypeFilterDiv
{
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  display: block;
  border: solid 1px #555555;
  background-color: #cccccc;
}

#TicketTypeFilterDiv {
  border: solid 1px #008888;
  background-color: #88cccc;
}

#AdjustmentForm .tab_container2 {
  overflow-y: scroll;
}

.ui-dropdownchecklist,
.ui-dropdownchecklist-selector {
  max-width: 120px !important;
}

.hidden {
  display: none !important;
}

.ghost-call-label 
{
  float: left;
  margin: 8px;
  font-weight: bold;
}

.center-div {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  background-color: grey;
}

#GhostCallForm #OptionId {
  width: 160px;
}

#LogGhostCallMisdirectButton {
  float: right;
}

.unsaved-changes {
  margin-top: 10px;
  padding: 5px;
  font-weight: bold;
  color: darkred;
  background-color: #ff9999;
  border: 1px solid darkred;
  font-size: 16px;
  float: left;
  margin-left: 5px;
  text-align: center;
}

#RefreshDataCacheButton {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  width: 150px;
  font-size: 16px;
  height: 31px;
}

.campaign-list-button-row {
  margin: 10px;
}

.campaign-list-button-row button {
  width: 150px;
}

.campaign-notification {
  margin-left: 20px;
  font-style: italic;
}

#StoreSuspended,
#CustomerFlaggedAccountWarning {
  margin-top: 10px;
  padding: 5px;
  font-weight: bold;
  color: black;
  background-color: #ff9999;
  border: 1px solid darkred;
  font-size: 16px;
  float: left;
  margin-left: 5px;
  text-align: center;
}

#CustomerWirelessPermissionRow,
#WowRow 
{
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 98%;
  margin: 5px;
  border: solid 1px #555;
  background-color: #55aa55;
}

#WowRow {
  padding-left: 2px;
  padding-right: 2px;
}

#CustomerCbrPermissionText,
#WowText {
  float: left;
  width: 80%;
  display: block;
  margin-right: 10px;
  padding-top: 5px;
  margin-left: 15px;
  color: Black;
}

.disposition-warning {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: solid 1px red;
  background-color: #ff9999;
  color: Black;
}

#RSTDetails_BeingWorkedByInfo,
#EscalationBeingWorkedBySpan {
  text-align: center;
  border: solid 1px #1F618D;
  background-color: #3498DB;
  padding: 5px;
  color: Black;
}

#RSTDetails_BeingWorkedByName {
  font-weight: bold;
}

#KioskFieldSet {
  Width: 800px;
}

#KioskFieldSet #DealerCode,
#KioskFieldSet #OpusId {
  width: 120px;
}

#KioskFieldSet #LocationName {
  width: 280px;
}


#KioskFieldSet #City {
  width: 200px;
}

#KioskFieldSet #ZipCode {
  width: 80px;
}

#KioskStoresTable {
  margin-bottom: 15px;
}

#KioskStoresTable thead td {
  background-color: #85C1E9;
  font-weight: bold;
  text-align:center;
  color: Black;
}

#KioskStoresTable td {
  padding-left: 10px;
  padding-right: 10px;
  text-align:center;
}

#KioskStoresTable .row-selected td{
  background-color: lightgrey;
  font-weight: bold;
  color: Black;
}

.information {
  color: #666666;
  font-style: italic;
  font-size: .9em;
  margin-top: 6px;
}

#AddressCaseReadOnlyDiv .display-label {
  width: 80px;
  margin-left: 15px;
}

#AddressCaseReadOnlyDiv .display-field {
  width: 100px;
}

#ClosedByAutomationAddressCase {
  text-align:center;
  font-weight:bold;
  font-size: 16px;
  background-color: #85C1E9;
  border: solid 1px grey;
  color: Black;
  padding: 5px;
  margin: 5px;
  margin-bottom: 15px;
  width: 98%;
}

.address-label,
.address-field {
  float: left;
  padding-bottom: 5px;
}

.address-field {
  margin-right: 10px;
}

.readonly-left {
  width: 300px;
}

#CustomerAddressFieldSet {
  width: 93%;
}

#CustomerAddressFieldSet .address-label,
#CustomerAddressFieldSet .address-field {
  width: 60px;
}

#CustomerAddressFieldSet .street {
  width: 135px;
  margin: 0px;
  padding: 0px;
}

#WorkTicketReadonly ul {
  margin: 0;
  padding: 0;

}

#WorkTicketReadonly ul li {
  margin: 0;
  padding: 0;
}

.wireless-cbr-confirmation,
.wow-confirmation {
  font-weight: bold;
  margin-top: 10px;
  color: Black;
  font-size: 1.2em;
}

.wow-confirmation {
  margin-top: 0px;
}

#NoteDiv #Note,
#DefectNoteDiv #DefectViewModel_Note
{
  height: 80px !important;
  width: 550px;
  margin-bottom: 4px;
}

.adjustment-empty {
  margin-left: 115px;
  color: Black;
  font-weight:bold;
}

#WhpReadOnlyDiv .display-label-inline {
  margin-left: 50px !important;
}

.escalation-description {
  margin-top: 10px;
}

#EscalationReadOnlyDiv 
{
  float: left;
  padding-bottom: 15px;
}

#EscalationDescriptionReadonly 
{
  float: left;
  width: 500px;
  border: solid 1px grey;
  padding: 10px;
}

#SupervisorTakeoverLoginDiv button {
  float: right;
  margin: 5px;
  width: 80px;
  margin-right: 12px;
}

#SupervisorTakeoverLoginResult,
#SupervisorTakeoverNoteError
{
  margin: 0;
  margin-left: 10px;
  font-weight: bold;
  padding-left: 140px;
  color: Red;
}

#SupervisorTakoverAgentNameDisplay {
  font-weight: bold;
}

#WorkTicketViewModel_SupervisorTakeoverNote {
  width: 550px;
  height: 80px;
  margin-left: 75px;
}

#SupervisorTakeoverNote {
  width: 565px;
  height: 180px;
}

#SupervisorTakeoverCaptureDiv button{
  float: right;
  width: 100px;
  margin-left: 10px;
  margin-top: 5px;
}

.sup-takeover-label,
.sup-takeover-field {
  float: left;
}

.sup-takeover-label {
  margin-right: 10px;
}

.sup-takeover-field {
  font-weight: bold;
}

.supervisor-takeover-message {
  border: solid 1px grey;
  background-color: #777777;
  color: Black;
  font-weight: bold;
  font-size: 16px;
  text-align:center;
  margin: 0;
  margin-bottom: 15px;
}

#SupervisorTakeoverResultDiv {
  border: solid 1px grey;
  background-color: #afafaf;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.spacing {
  padding-top: 5px;
  padding-bottom: 5px;
}

#FlagsRow 
{
  padding-top: 5px;
  font-size: 12px;
}

#FlagsRow input {
  padding-top: 7px;
}

#WowViewModel_Disposition1Id,
#WowViewModel_Disposition2Id,
#WowViewModel_Disposition3Id{
  min-width: 250px;
}

#TicketTypeFilterDiv,
#AdjustmentFilterDiv {
  font-size: 11px;
}

#NotesTable thead,
#IssueTable thead,
#AdjustmentsTable thead td,
#AdjustmentNotesTable thead td,
#AdjustmentStatusHistoryTable thead td {
  font-weight: bold;
  font-size: 12px;
  background-color: #cfcfcf;
  color: black !important;
  font-weight: bold;
  font-size: 12px;
}

#AdjustmentsTable thead td {
  padding-left: 2px;
  padding-right: 2px;
}

#NotesTable td {
  background-color: #efefef !important;
}

.wow-complete 
{
  border: solid 1px #005500;
  background-color: #55aa55;
  padding: 5px;
  color: black;
  font-weight: bold;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

.wow-incomplete 
{
  border: solid 1px #ff0000;
  background-color: #ff9999;
  padding: 5px;
  color: black;
  font-weight: bold;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

.notification
{
  border: solid 1px #555;
  background-color: #888;
  padding: 5px;
  color: black;
  font-weight: bold;
  text-align:center;
}

ul.tabs li a, ul.tabs2 li a {
  padding: 0 10px;
  padding-bottom: 5px;
  vertical-align: top;
}

.int-editor-button {
  margin-left: 10px;
  padding: 3px;
  min-width: 70px;
}

#WowRow button {
  width: 65px;
  height:25px;
  padding: 3px;
  margin: 0px;
  margin-left: 5px;
}

#IsWowButtonDiv,
#WowText
{
  display: block;
  float: left;
}

#IsWowControl {
  display: block;
  float: left;
}

#WowText {
  width: 450px;
}

#IsWowDisplayValue {
  width: 65px;
  height:22px;
  padding: 1px;
  text-align:center;
  font-size: 18px;
  color: black;
  font-weight: bold;
  display: block;
  float: left;
  background-color: #09FF00;
  border: solid 1px #777777;
}

#PendingPageDateFieldset {
  width: 400px;
  margin-left: 70px;
  float: left;
  height: 34px;
}

#PendingPageDateFieldset .datepicker {
  max-width: 80px;
  margin-right: 20px;
}

#RadioButtonFilterDiv span {
  margin-left: 15px;
  float: left;
  font-weight: bold;
  margin-top: 6px;
}

#RadioButtonFilterDiv button,
#OpenEscalations button {
  height: 31px;
  margin-top: 0;
  margin-left: 10px;
}

#CheckboxFilterFieldset {
  width: 600px;
  float: left;
  height: 34px;
}

#DefectTrackingDiv {
  margin-left: 5px;
}

#DefectTrackingDiv select{
  max-width: 170px;
  min-width: 170px;
}

#DefectTrackingFieldSet select {
   max-width: 165px;
  min-width: 165px;
}

#DefectTrackingDiv input{
  max-width: 165px;
  min-width: 165px;
}


#DefectTrackingDiv .container-row,
#DefectTrackingFieldSet .container-row {
  margin-bottom: 3px;
}

.small {
  font-size: 11px;
}

#ConfirmCloseMessage {
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  padding: 15px;
  font-weight: bold;
  color: Black;
  font-size: 16px;
  background-color: White;
  margin-top: 20px;
}

#ConfirmCloseFlup {
   float: none;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}

#ConfirmClosePage button {
  width: 200px;
  height: 25px;
}

.sla-green {
  font-weight: bold;
  color: Green;
}

#DefectsTable td {
  text-align: center;
}

#AccountStatusListTable {
  float: left;
  width: 350px;
}

#AccountStatusListTable td {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

#AddFlaggedAcountDiv 
{
  margin-left: 10px;
  float: left;
  display: block;
  width: 700px;
}

#AddFlaggedAcountDiv input[type=submit] {
  width: 100px;
  margin: 0;
  margin-left: 10px;
  height: 25px;
  vertical-align: middle;
  padding: 0;
}

#AddFlaggedAcountDiv .editor-label 
{
  display: block;
  float: left;
  padding-left: 10px;
}

.note {
  font-style: italic;
  color: #666;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  margin-bottom: 10px;
}

#AccountStatusListTable a {
   cursor: pointer; 
}

#ChangeCbrLink,
#CancelCbrChange {
  color: #034af3;
  text-decoration: underline;
}

#ChangeCbrLink:hover,
#CancelCbrChange:hover {
  text-decoration: none;
  cursor: pointer;
}

#Rep_NewCbr {
  width: 120px;
}