/********* Main container - used in all pages **********/

#realed_ost_container, #ost_container {
  width: auto;
  margin: 20px 0;
  background-color: #fff;
  font-size: 100%;
}
#realed_ost_container::after, #ost_container::after {
  clear: both;
  content: '';
  display: table;
}

/********* Welcome Page **********/

#realed_welcome {
  margin: 10px;
  text-align: left;
  font-size: 23px;
  color: #00AEEF;
  font-weight: bold;
}

#realed_welcome_st {
  padding-left: 15px;
  text-align: left;
  font-size: 100%;
  line-height: 16px;
  color: #666;
  font-weight: normal;
}

table.realed_welcome {
  width: 100%;
  text-align: left;
  font-size: 100%;
  line-height: 18px;
  color: #666;
  font-weight: normal;
}

table.realed_welcome #realed_wp-message-wrap {
  width: 100%;
  padding: 0px;
}

#realed-message {
  width: 100%;
}

.realed_nobd {
  border: 0;
}
.realed_nobd input {
  background: rgb(240,240,240);
  border: 1px solid rgb(200,200,200);
  border-radius: 3px;
  padding: 6px 12px;
}
.realed_nobd input[type="submit"] {
  background: rgb(0,80,171);
  border-color: rgb(0,80,171);
}
table.realed_welcome .realed_ticket {
  text-align: left;
  font-size: 20px;
}

table.realed_welcome .realed_par1 {
  padding: 5px;
  text-align: left;
  font-size: 100%;
}

table.realed_welcome .realed_par2 {
  text-align: center;
  font-size: 100%;
  color: #009933;
  font-weight: bold;
}

/********* Login Register Forgot Page **********/

#realed_login_Reg {
  width: 90%;
  margin-top: 18px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

table.realed_login {
  width: 96%;
  margin-left: 20px;
  margin-right: auto;
  border: 1px solid #0299d2;
  border-collapse: collapse;
}

table.realed_register {
  width: 96%;
  margin-left: 20px;
  margin-right: auto;
  border: 1px solid #0a0;
  border-collapse: collapse;
}

table.realed_forgot {
  width: 96%;
  margin-left: 20px;
  margin-right: auto;
  border: 1px solid #a00;
  border-collapse: collapse;
}

table.realed_login td {
  padding: 7px;
  color: #666;
  font-size: 100%;
  font-weight: normal;
  font-family: arial, sans-serif;
  vertical-align: middle;
}

table.realed_register td {
  padding: 7px;
  color: #666;
  font-size: 100%;
  font-weight: normal;
  font-family: arial, sans-serif;
  vertical-align: middle;
}

table.realed_forgot td {
  padding: 7px;
  color: #666;
  font-size: 100%;
  font-weight: normal;
  font-family: arial, sans-serif;
  vertical-align: middle;
}

/********* Top osT Nav Bar **********/

#realed_ost_bar {
  width: auto !important;
  margin: 15px 20px 10px 20px;
  height: 30px;
  background-color: #eee;
  border-top: 2px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-family: arial, sans-serif;
}

#realed_ost_bar li {
  list-style: none;
  display: inline;
}

#realed_ost_bar li a {
  display: block;
  width: auto;
  float: left;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  padding: 3px 10px 0 32px;
  color: #000;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
}

#realed_ost_bar li a:hover {
  color: #0054a6;
  text-decoration: none;
}

#realed_ost_bar li a.realed_home {
  background-image: url('../images/home.png');
}

#realed_ost_bar li a.realed_closed {
  background-image: url('../images/tix_closed.png');
}

#realed_ost_bar li a.realed_new {
  background-image: url('../images/new.png');
}

#realed_ost_bar li a.realed_status {
  background-image: url('../images/status.png');
}

#realed_ost_bar li a.realed_tickets {
  background-image: url('../images/ticket.gif');
}

#realed_ost_bar li a.realed_logout {
  background-image: url('../images/error.png');
  float: right;
}

/********* Search Page **********/

#realed_search_ticket {
  padding-top: 15px;
  padding-bottom: 12px;
  margin: 0px 20px 0px 20px;
}

#realed_search_box {
  float: left;
}

#realed_search_opcl {
  float: right;
  margin-bottom: 1em;
  min-width: 220px;
  text-align: right;
  width: 60%;
}
#realed_search_opcl select {
  margin-bottom: .5em;
}
#realed_search_opcl .realed_search_grp {
  display: inline-block;
  min-width: 200px;
}
#realed_search_opcl .realed_search_grp input:first-of-type {
  margin-right: -11px;
}

/********* Button's Welcome Page - Input - Texteara **********/

.realed_but, .realed_but:visited {
  background: #222;
  display: inline-block;
  font-size: 14px;
  padding: 6px 12px;
  width: auto;
  text-align: center;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  font-family: inherit;
  line-height: 20px;
  vertical-align: middle;
  white-space: nowrap;
}

.realed_green.realed_but, .realed_green.realed_but:visited {
  background-color: #91bd09;
  text-decoration: none;
}

.realed_green.realed_but:hover {
  background-color: #749a02;
  text-decoration: none;
}

.realed_blue.realed_but, .realed_blue.realed_but:visited {
  background-color: rgb(0, 80, 171);
  text-decoration: none;
}

.realed_blue.realed_but:hover {
  background-color: rgb(0, 80, 171);
  text-decoration: none;
}

textarea {
  padding: 5px;
  border: 2px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 75%;
}

textarea:focus {
  border-color: #ddd;
}

input[type=password] {
  padding: 5px;
  border: 2px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: helvetica, arial, sans-serif;
}

input[type=text].ost:focus {
  border-color: #ddd;
}

input[type=password]:focus {
  border-color: #ddd;
}

input[readonly], input[readonly="readonly"], input[readonly="true"] {
  background-color: #ddd;
  color: #707070;
}

input[type=submit] {
  background: rgb(0,80,171);
  border: 1px solid rgb(0,80,171);
  color: rgb(255,255,255);
}

select {
  border-radius: 3px;
}

#ost_container > hr {
  display: none;
}

form#osticket {
  border-bottom: 1px solid rgb(200,200,200);
  margin-top: .5em;
}
form#osticket th {
  background: rgb(80,80,80);
}
form#osticket th, form#osticket td {
  border: 0;
}
/********* No Tickets **********/

#realed_no_tics {
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
}

/********* List All Tickets **********/

.realed_cofigmenu {
  width: 100%;
  display: table;
}
.realed_table tr {
  border-right: 0;
  border-left: 0;
}
@media only screen and (max-width: 760px) {
  .realed_table td {
    display: block;
  }
}
#realed_ticket_menu {
  display: table-row;
  width: 100%;
  padding: 10px;
  background-color: #dfdfdf;
  font-weight: bold;
  color: #666;
  font-family: arial;
}

#realed_ticket_menu0 {
  display: table-cell;
  margin: 10px 0px 10px 15px;
  padding: 10px;
  border-top: 2px solid #d6d5d5;
  border-bottom: 1px solid #d6d5d5;
}

#realed_ticket_menu1 {
  display: table-cell;
  margin: 10px 0px 10px 15px;
  padding: 10px;
  border-top: 2px solid #d6d5d5;
  border-bottom: 1px solid #d6d5d5;
  width: 10%;
}

#realed_ticket_menu2 {
  display: table-cell;
  margin: 10px 0px 10px 0px;
  width: auto;
  padding: 10px;
  border-top: 2px solid #d6d5d5;
  border-bottom: 1px solid #d6d5d5;
  width: 45%;
}

#realed_ticket_menu3 {
  display: table-cell;
  margin: 10px 0px 10px 0px;
  padding: 10px;
  border-top: 2px solid #d6d5d5;
  border-bottom: 1px solid #d6d5d5;
  width: 10%;
}

#realed_ticket_menu4 {
  display: table-cell;
  margin: 10px 0px 10px 0px;
  padding: 10px;
  border-top: 2px solid #d6d5d5;
  border-bottom: 1px solid #d6d5d5;
  width: 10%;
}

#realed_ticket_menu5 {
  display: table-cell;
  margin: 10px 0px 10px 0px;
  padding: 10px;
  border-top: 2px solid #d6d5d5;
  border-bottom: 1px solid #d6d5d5;
  width: 10%;
}

#realed_ticket_menu6 {
  display: table-cell;
  margin: 10px 0px 10px 0px;
  padding: 10px;
  border-top: 2px solid #d6d5d5;
  border-bottom: 1px solid #d6d5d5;
  width: 15%;
}

#realed_ticket_list:nth-child(odd) {
  background-color: #ededed;
}

#realed_ticket_list:hover {
  background-color: #f9f8f8;
  cursor: pointer;
}

#realed_ticket_list {
  display: table-row;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0px;
  width: 100%;
}

#realed_ticket_list0 {
  border-bottom: 1px solid #e0e0e0;
  display: table-cell;
  margin: 10px 0px 10px 15px;
  padding: 10px;
}

#realed_ticket_list1 {
  width: 10%;
  padding: 10px;
  display: table-cell;
  border-bottom: 1px solid #e0e0e0;
}

#realed_ticket_list1 a {
  color: #666;
  font-weight: normal;
}

#realed_ticket_list1 a:hover {
  color: #0054a6;
  text-decoration: none;
}

#realed_ticket_list2 {
  display: table-cell;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  width: 45%;
}

#realed_ticket_list3 {
  width: 10%;
  display: table-cell;
  padding: 10px;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}

#realed_ticket_list4 {
  width: 10%;
  display: table-cell;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}

#realed_ticket_list5 {
  width: 10%;
  display: table-cell;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}

#realed_ticket_list6 {
  width: 15%;
  display: table-cell;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}

/********* Ticket Pagination **********/

#realed_list_pagination {
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: center
}

/********* Ticket View & Post Replies **********/

#realed_ticket_view {
  margin: 20px 0;
  padding-left: 10px;
}

#realed_tic_number {
  padding-right: 10px;
  font-size: 24px;
  font-weight: 300;
  float: left;
}

#realed_tic_icon {
  padding-top: 5px;
}

#realed_tic_info_box {
  background: rgba(0,80,171,.1);
  margin: 0;
  width: auto;
  padding: 10px;
}
#realed_tic_info_box::after {
  clear: both;
  content: '';
  display: table;
}

#realed_tic_info_box .realed_col1 {
  width: auto;
  white-space: nowrap;
}

.realed_thread-entry.realed_message.realed_avatar {
  margin-right: 0;
}
#realed_tic_stat {
  font-weight: bold;
  width: 18%;
  float: left;
}

#realed_tic_stat_info {
  font-weight: normal;
  width: 35%;
  float: left;
}

#realed_tic_name {
  font-weight: bold;
  width: 10%;
  float: left;
}

#realed_tic_name_user {
  font-weight: normal;
  width: 25%;
  float: left;
}

#realed_tic_dept {
  font-weight: bold;
  width: 18%;
  float: left;
  padding-top: 5px;
}

#realed_tic_dept_info {
  font-weight: normal;
  width: 35%;
  float: left;
  padding-top: 5px;
}

#realed_tic_email {
  font-weight: bold;
  width: 10%;
  float: left;
  padding-top: 5px;
}

#realed_tic_email_user {
  font-weight: normal;
  width: 30%;
  float: left;
  padding-top: 5px;
}

#realed_tic_created {
  font-weight: bold;
  width: 18%;
  float: left;
  padding-top: 5px;
}

#realed_tic_created_date {
  font-weight: normal;
  width: 35%;
  float: left;
  padding-top: 5px;
}

#realed_tic_phone {
  font-weight: bold;
  width: 10%;
  float: left;
  padding-top: 5px;
}

#realed_tic_phone_info {
  font-weight: normal;
  width: 25%;
  float: left;
  padding-top: 5px;
}

#realed_tic_sub {
  margin: 20px 20px 20px 20px;
  width: auto;
  border: 1px solid #e0e0e0;
  padding: 10px;
}

#realed_tic_subject {
  color: #666;
  font-weight: bold;
  font-size: 120%;
  width: 11%;
  float: left;
}

#realed_tic_subject_info {
  color: #000;
  font-family: arial;
  font-weight: normal;
  font-size: 110%;
  padding-top: 2px;
  width: auto;
  float: left;
}

#realed_tic_thread_img_box {
  margin: 0px 20px 0px 20px;
  width: auto;
}

#realed_tic_post {
  margin: 20px 10px 10px 0px;
  width: 100%;
  float: left;
}

#realed_tic_post_reply {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 1em;
}

#realed_tic_post_detail {
  color: #666;
  font-weight: normal;
  font-size: 110%;
  width: 79%;
  padding-top: 10px;
  float: left;
}

#realed_ticketThread table {
  margin-top: 10px;
}

#realed_ticketThread table th {
  text-align: left;
  border-bottom: 1px solid #aaa;
  font-size: 12px;
  padding: 5px;
}

#realed_ticketThread table th span {
  font-weight: normal;
  color: #888;
  padding-left: 10px;
  padding-right: 5px;
  float: right;
}

#realed_ticketThread table td {
  padding: 5px;
}

#realed_ticketThread .M th {
  background: #d8efff;
}

#realed_ticketThread .R th {
  background: #ddd;
}

.realed_Icon {
  width: auto;
  padding-left: 20px;
  background-position: top left;
  background-repeat: no-repeat;
  color: #006699;
  text-decoration: none;
}

a.realed_refresh {
  display: block;
  width: auto;
  float: right;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 10px 0 28px;
  border: 1px solid #aaa;
  margin-left: 10px;
  color: #333;
  background-position: 5px 50%;
  background-repeat: no-repeat;
  background-image: url('../images/refresh.png');
}

.realed_Icon.realed_refresh {
  background-image: url('../images/refresh.gif');
}

.realed_Icon.realed_attachment {
  background-image: url('../images/attachment.png');
}

.realed_Icon.realed_thread {
  font-weight: bold;
  font-size: 1.3em;
  font-family: arial;
  background-image: url('../images/thread.gif?1319556657');
}

/********* New Ticket Submit **********/

#realed_new_ticket_text2 {
    margin-bottom: 10px;
}
#realed_new_ticket_helptopic_loader {
    margin-right: 10px;
}
#realed_thContainer div.realed-tkfld {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
}
#realed_thContainer .realed-tklab {
  color: rgb(80,80,80);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: .5em;
}
#realed_thContainer div.realed-tkfld div.realed-tkval {
    width: auto;
}

#realed_thContainer {
  margin: 2em 0 0 0;
  height: auto !important;
}
#realed_thContainer select, #realed_thContainer input.ost {
  background: rgb(255,255,255);
  border: 1px solid rgb(200,200,200);
  border-radius: 3px;
  padding: 6px;
  width: 100%;
}
#realed_new_ticket {
  margin: 0px;
  padding-left: 10px;
}

#realed_new_ticket_text1 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 1em;
}

#realed_new_ticket_text2 {
  font-weight: normal;
}

#realed_new_ticket_name {
  padding-top: 20px;
  font-weight: normal;
  color: #000;
  width: 15%;
  float: left;
}

#realed_new_ticket_name_input {
  padding-top: 17px;
  width: 75%;
  float: left;
}

#realed_new_ticket_email {
  padding-top: 10px;
  font-weight: normal;
  color: #000;
  width: 15%;
  float: left;
}

#realed_new_ticket_email_input {
  padding-top: 7px;
  width: 75%;
  float: left;
}

#realed_new_ticket_subject {
  padding-top: 20px;
  font-weight: normal;
  color: #000;
  width: 15%;
  float: left;
}

#realed_new_ticket_subject_input {
  padding-top: 17px;
  width: 75%;
  float: left;
}

#realed_new_ticket_category {
  padding-top: 15px;
  font-weight: normal;
  color: #000;
  width: 15%;
  float: left;
}

#realed_new_ticket_category_input {
  padding-top: 12px;
  width: 75%;
  float: left;
}

#realed_new_ticket_priority {
  padding-top: 10px;
  font-weight: normal;
  color: #000;
  width: 15%;
  float: left;
}

#realed_new_ticket_priority_input {
  padding-top: 7px;
  width: 75%;
  float: left;
}

.realed_error {
  color: #FF0000;
}

.error {
  color: #FF0000;
}

#realed_msg_notice {
  margin: 20px 0;
  padding: 5px 10px 5px 36px;
  height: auto !important;
  line-height: 16px;
  border: 1px solid #0a0;
  background: url('../images/ok.png') 10px 50% no-repeat #e0ffe0;
}

#realed_msg_warning {
  margin: 20px 20px 20px 20px;
  padding: 5px 10px 5px 36px;
  height: auto !important;
  line-height: 16px;
  border: 1px solid #f26522;
  background: url('../images/alert.png') 10px 50% no-repeat #ffffdd;
}

#realed_msg_warning_err {
  margin: 0px 20px 20px 20px;
  font-weight: normal;
  text-align: center;
  color: #000;
}

#realed_msg_error {
  margin: 20px 20px 20px 20px;
  padding: 5px 10px 5px 36px;
  height: auto !important;
  line-height: 16px;
  border: 1px solid #a00;
  background: url('../images/error.png') 10px 50% no-repeat #fff0f0;
}

/*
#realed_new_ticket_helptopic {padding-top:15px;font-weight: normal;color: #000;width: 15%;float: left;}
#realed_new_ticket_helptopic_input {padding-top:12px;width: 75%;float: left;}
#realed_tic_topic {font-weight: bold;width: 18%;float: left;padding-top: 5px;}
#realed_tic_help_topic {font-weight: normal;width: 35%;float: left;padding-top: 5px;}
*/
