* {
  padding: 0;
  margin: 0;
}

body {
  color: #333;
  background-color: #F5F5F5;
  font: normal 13px/150% roboto, "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}

th,
td {
  padding: 0 4px 0 4px;
  white-space: nowrap;
}

th {
  border-bottom: 1px solid  #ccc;
  border-left:   1px dotted #ccc;
  border-right:  1px dotted #ccc;
}

td {
  border-bottom: 1px dotted #ddd;
  border-left:   1px dotted #ddd;
  border-right:  1px dotted #ddd;
}

#main {
  width: 100%;
  margin: 0 auto;
}

#navbar {
  margin: 20px auto 15px;
}

#navbar ul {
  list-style: none;
  padding: 0;
}

#navbar li {
  display: inline-block;
  float: left;
}

#navbar li a {
  display: block;
  padding: 20px 10px 0;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  background-position: center top;
  background-repeat: no-repeat;
}

#navbar li a#nav-mailbox {
  background-image: url(/images/email.png);
}

#navbar li a#nav-tickets {
  background-image: url(/images/log.png);
}

#navbar li a#nav-statistics {
  background-image: url(/images/chart_line.png);
}

#navbar li a#nav-extras {
  background-image: url(/images/bricks.png);
}

#navbar li a#nav-settings {
  background-image: url(/images/user_edit.png);
}

#navbar li a#nav-logout {
  background-image: url(/images/logout.png);
}

#navbar li#search {
  float: right;
}

#navbar li#search input {
  margin: 10px 0 0 0;
  width: 130px;
}

#content {
  margin-top: 10px;
  padding: 20px;
  background: #FFF;
  border: 1px solid #D5D5D5;
  border-width: 1px 3px 3px 1px;
}

#footer {
  color: #777;
  font-size: 11px;
  margin: 20px 10px 50px;
}

#footer p {
  margin: 0;
}

#logo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: url(/images/logo.png);
  width: 120px;
  height: 26px;
}

#loginbox {
  width: 260px;
  margin: 200px auto 60px;
  background: #FFF;
  border: 1px solid #D5D5D5;
  border-width: 1px 3px 3px 1px;
  padding: 20px;
  font-size: 11px;
}

#loginbox input {
  margin-bottom: 4px;
}

#loginbox input[type="submit"] {
  padding: 2px 10px;
}

#loginbox p {
  margin: 0;
}

#noticebar {
  margin: -20px -20px 20px -20px;
  border-bottom: 1px dotted green;
  background: #EFE;
  padding: 16px;
  font-size: 11px;
  font-weight: bold;
}

#errorbar {
  margin: -20px -20px 20px -20px;
  border-bottom: 1px dotted red;
  background: #FEE;
  padding: 16px;
  font-size: 11px;
  font-weight: bold;
}

.mailfilter_error {
  background: #FEE;
  font-weight: bold;
  width: 95%;
}

/* --- */

.table2 {
  font-size: 11px;
}

.table2 th {
  text-align: left;
}

.table2 th,
.table2 td {
  border-bottom: 1px solid #DDD;
  padding: 6px;
}

table.receivers { border:none; width:100%; text-align:left; }
table.receivers tr td { border:none; }

.textbox {
  padding: 0 15px;
  border: 1px solid #DDD;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
  text-align: right;
}

.nodisplay {
  display: none;
}

.nodecoration {
  text-decoration: none;
}

.moveicon:hover {
  cursor: move;
}

.pointer:hover {
  cursor: pointer;
}

.pagination {
  font-weight: bold;
  color: #111111;
  padding: 0;
  margin: 1em 0 1em 0;
}
.pagination a {
  border: 1px dotted silver;
  font-weight: normal;
  color: #888888;
  background: #f4f4f8;
  padding: 3px;
  margin: 0;
}

.actionlinks {
  margin: 30px 0 0 0;
  padding: 10px 0 0 10px;
  border-top: 1px solid #DDD;
}

.actionlinks a {
  margin-right: 20px;
  text-decoration: none;
}

.actionlinks img {
  vertical-align: middle;
  margin-right: 4px;
}

.fieldWithErrors {
	display: inline-block;
}


/* --- */

p {
  margin: 15px 0;
}

dt {
  width: 140px;
  float: left;
  clear: left;
  text-align: right;
  font-weight: bold;
  color: #555;
}

dd span {
  margin-left: 20px;
  color: #666;
}

dd {
  margin-left: 150px;
  clear: right;
  border-bottom: none;
  margin-bottom: 10px;
}

dt.required:before {
  content: "*";
  color: red;
  font-size: 10px;
  margin-right: 10px;
}

dl#unitoptions dt {
  width: 240px;
}

dl#unitoptions dd {
  margin-left: 250px;
}

input[type="text"],
input[type="password"] {
  width: 250px;
  padding: 2px 4px;
  border: 1px solid #999;
}

input[type="text"]:focus, 
input[type="password"]:focus,
textarea:focus {
  border-color: #d50c2d;
}

input.big[type="text"] {
  width: 98%;
}

label {
  margin:0;
  padding:0;
}

input.date {
  width: 100px;
}

.fieldWithErrors input, .fieldWithErrorsField input, .field_with_errors input,
.fieldWithErrors select, .fieldWithErrorsField select, .field_with_errors select,
.fieldWithErrors textarea, .fieldWithErrorsField textarea, .field_with_errors textarea {
  background: #FEE;
  border: 1px solid red;
}

.radio-group-error {
  padding: 3px;
  display: inline-block;
  background: #FEE;
  border: 1px solid red;
}

.radio-group-error .fieldWithErrors, .radio-group-error .fieldWithErrorsField, .radio-group-error .field_with_errors {
    display: inline;
}

.fieldWithErrors > textarea {
  width: 100% !important;
}

textarea {
  padding: 4px;
  border: 1px solid #999;
  font: normal 11px roboto, "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}

textarea.big {
  width: 98%;
  height: 200px;
}

textarea.verybig {
  width: 98%;
  height: 400px;
}

textarea.verybig_error {
  width: 98%;
  height: 400px;
  background: #FEE;
  border: 1px solid red;
}

textarea.sourcecode {
  width: 98%;
  height: 400px;
  font-family: Mono;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

img {
  border: 0;
}

h1 {
  color: #d50c2d;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
  letter-spacing: -1px;
  font-family: montserrat;
}

h1 a,
h1 a:hover {
  color: #d50c2d;
  text-decoration: none;
  font-family: montserrat;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 20px;
  border-bottom: 1px solid #BBB;
}

ul {
  padding-left: 30px;
  list-style: square;
}

ul.units {
  list-style: none;
  margin-left: 6px;
}

ul.units li {
  padding-left: 20px;
}

ul.units a {
  display: block;
  text-decoration: none;
}

li.status1 {
  background: transparent url("/images/bullet_green.png") left no-repeat;
}

li.status2 {
  background: transparent url("/images/bullet_red.png") left no-repeat;
}

li.status3 {
  background: transparent url("/images/bullet_blue.png") left no-repeat;
}

div.unit a {
  display: block;
  text-decoration: none;
}

#unitcolumns {
  margin-left: -10px;
}

#unitcolumns h3 {
  margin-bottom: 10px;
}

#unitcolumns ul {
  list-style: none;
  margin-bottom: 25px;
  padding-left: 0;
}

#unitcolumns .column {
  width: 30%;
  float: left;
  padding-left: 20px;
}

#unitcolumns .column-3-2,
#unitcolumns .column-3-3 {
  border-left: 1px solid #DDD;
}

#unitcolumns li a {
  margin-right: 20px;
  padding-left: 20px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left;
  display: block;
}

#unitcolumns a.status-1 {
  background-image: url(/images/bullet_green.png);
}

#unitcolumns a.status-2 {
  background-image: url(/images/bullet_red.png);
}

#unitcolumns a.status-3 {
  background-image: url(/images/bullet_blue.png);
}

.fifty-left {
  float: left;
  width: 46%;
  border-right: 1px solid #BBB;
  padding-right: 20px;
}

.fifty-right {
  float: right;
  width: 48%;
}

.fifty-left h2,
.fifty-right h2 {
  margin-top: 20px;
}

div.action {
  clear: both;
  margin: 20px 0;
}

div.action strong {
  display: block;
}

div.event {
  clear: both;
  margin: 20px 0;
  padding-bottom: 8px;
}

div.outdated {
  background: #FEE;
}

div.event strong {
  display: block;
}

span.calsheet {
  display: block;
  text-align: center;
  float: left;
  width: 35px;
  margin-right: 10px;
  margin-bottom: 6px;
  background: #FFF;
  line-height: 120%;
}

span.calsheet span {
  display: block;
}

span.calsheet span.month {
  background: red;
  color: #FFF;
  text-transform: uppercase;
  font-size: 10px;
}

span.calsheet span.day {
  border: 1px solid #CCC;
  border-top: none;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
}

/* --- */

.tabberlive .tabbertabhide {
  display: none;
}

.tabberlive {
  margin-top: 40px;
}

.tabberlive h2 {
  display: none;
}

ul.tabbernav {
  margin: 0;
  padding: 3px 0;
  border-bottom: 1px solid #CCC;
  font: normal 13px "Lucida Grande", Verdana, sans-serif;
}

ul.tabbernav li {
  list-style: none;
  margin: 0;
  display: inline;
}

ul.tabbernav li a {
  padding: 3px 8px;
  margin-left: 10px;
  border-bottom: none;
  text-decoration: none;
}

ul.tabbernav li a:hover {
  color: #000;
  border-color: #227;
}

ul.tabbernav li.tabberactive a {
  background-color: #fff;
  border: 1px solid #CCC;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

ul.tabbernav li.tabberactive a:hover {
  color: #000;
  background: white;
  border-bottom: 1px solid white;
}

.tabberlive .tabbertab {
  padding: 15px;
  border: 1px solid #CCC;
  border-top: none;
}



.translation_missing {
  border: 1px red dotted;
  background: #FEE;
}

.inactive {
  color: #888;
  text-decoration: line-through;
  background: #f0f0f0;
}

#spinner {
  padding:0;
  margin:0;
  border:0;
}

.warning {
  color: red;
  font-weight: normal;
}

.error {
  color: red;
  font-weight: bold;
}

.found_by {
  font-size: 0.85em;
  font-style: italic;
  margin: 0;
  padding: 0;
}

.mailbox {
  font-size: 0.85em;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0 2px;
}

.mailbox tr:hover {
  background: #eaeaea;
}

.mailbox tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mailbox tr td a {
  overflow: hidden;
  text-overflow: ellipsis;
}

.mailbox tr td.clickable a {
  display: block;
  width: 100%;
  height: 100%;
}

.small_list {
  font-size: 0.85em;
  width: 100%;
  border: 1px solid #aaa;
}
.small_list tr {
  cursor: pointer;
}
.small_list tr:hover {
  background: #ffffb0;
}
/*
.small_list td {
  border: 1px dotted #aaf;
}
*/

tr.active_entry {
  background: #eaeaff;
}
tr.active_entry:hover {
  background: none;
  background: #dadaff;
}

tr.active_entry_header{
  background: #eaeaff;
}
tr.active_entry_header:hover{
  background: none;
  background: #eaeaff;
}

.inplace_span {
  margin: 0;
  padding: 0 4px 0 4px;
}

table.tablehover tr:hover {
  background: #eeeeee;
}

span#subject_tag {
  margin:0;
  padding:0;
}

.resolver input {
  width: 95px;
}
table.resolver td {
  padding: 0 3px 0 0;
  border: none;
}

table.customer_search td {
  padding: 0 3px 0 0;
  border: none;
}

.small {
  font-size: 0.8em;
}

.medium {
  font-size: 0.92em;
}

h1.medium {
  font-size: 1em;
  font-family: montserrat;
}

.mail_response {
  background: #e5ffe5;
}

.mail_spam {
  background: #fffdbb;
  display: block;
  height: 100%;
}

.mail_auto_reply {
  background: #FEE;
}

.mail_prio {
    background: #C4E2FF;
}

.mail_malware {
    background: #ff4747;
}

table.verybig {
  width: 98%;
  height: 400px;
}

table.noborder { border:none; }
table.noborder tr { border:none; }
table.noborder td { border:none; }

.deadline_alert { background: #ffc8cc; }
.deadline_warning { background: #fea; }
.review_needed { background: #C4E2FF; }

.tickets {
  font-size: 0.85em;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0 2px;
}

.tickets tr:hover { background: #eeeeee; }
.tickets tr.deadline_alert:hover { background: #ffb8bc; }
.tickets tr.deadline_warning:hover { background: #fd9; }

.sent_by_us { color: #281; }
.not_yet_assigned { background: #fbb; padding:1px 15px; border: 1px dashed red; }

.tickets tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tickets tr a {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

tr.paginate{
    text-align: center;
}

tr.paginate:hover{
    background: none;
    text-align: center;
}

.select_size{
    width:200px;
}

.select_size_medium{
    width:150px;
}

.inactive_row{
    background: #D5D5D5;
}

progress {
    color: #0063a6;
    font-size: .6em;
    line-height: 1.5em;
    text-indent: .5em;
    width: 15em;
    height: 1.8em;
    border: 1px solid #d50c2d;
    background: #fff;
}
progress::-moz-progress-bar { background: #d50c2d; }
progress::-webkit-progress-bar { background: #fff; }
progress::-webkit-progress-value { background: #d50c2d; }

fieldset {
    border:1px grove #d50c2d;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    background-color: #ededed;
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);

}

fieldset legend {
    margin-left: 80%;
    padding: 0 10px 0 10px;
    background-color: #d50c2d;
    color: #FFF;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    font-family: montserrat;
}

.radio-group label {
    line-height: 20px;
}

.radio-group input[type=radio] {
    vertical-align: text-bottom;
    margin-right: 3px;
}

#abuse-form-warning-box {
    width: 90%;
    font-size: 85%;
    color: #000;
    margin-left: 20px;
    border: 1px solid #d50c2d;
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
}

#abuse-form-lang {
    width: 100%;
    text-align: right;
    color: #777;
    font-size: 11px;
    margin-bottom: 10px;
}

.ticket_not_whitelisted {
    font-weight: bold;
    color: red;
}

.ticket_whitelisted {
    color: green;
}

a.c_active {
  color: blue;
}

a.c_not_active {
  color: red;
}

.image_submit {
 background-image: url(/assets/go.png);
 border: none;
 color: transparent;
 background-color: transparent;
 width: 16px;
 height: 16px;
 cursor: pointer;
} 
