a {
  color: #1ab394;
}

.list_table {
  min-width: 33%;
  /*border-collapse: separate;*/
}

.list_table th, .list_table td {
    padding: 2px 10px;
    border-bottom: 1px solid #ccc;
}

.button_group {
  display: inline-block; }

.button_group .button {
  float: left;
  border-radius: 0px;
  border-left: 0px; }

.button_group > a:first-child .button {
  border-left: 1px solid #0f0f0f;
  border-radius: 4px 0px 0px 4px; }

.button_group > a:last-child .button {
  border-right: 1px solid #0f0f0f;
  border-radius: 0px 4px 4px 0px; }

.button .ui_icon {
  float: left;
  margin-right: 5px; }

.button .cat_icon {
  float: left;
  top: 3px;
  right: 3px; }



.button_group .button_small {
  color: white;
  background-color: #1893D1;
  padding: 2px 4px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: 0px 1px 0px #063F5C;
  text-shadow: 0px 1px 1px black;
  display: inline-block;
  position: relative; }

.button_group .button_small:hover {
  background-color: #2EB2F5; }

.button_group .button_small:active {
  box-shadow: 0px;
  top: 1px; }

.button_group .button_small.default {
  background-color: transparent;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4); }

.button_group .button_gray {
  padding: 2px 10px;
  background-color: #363636;
  border: 1px solid #222;
  box-shadow: none; }

.button_group .button_gray:hover {
  background-color: #3A3A3A;
  border: 1px solid #202020; }

.button_group .button_gray i {
  margin-right: 2px; }

.button_group .button_default {
  position: relative;
  cursor: pointer;
  padding: 4px 6px;
  border: 1px solid;
  display: inline-block;
  border-radius: 2px; }

.button_group .button_default:hover, .button_group .button_default.open {
  color: #00a9ff; }

.button_group .button_default:active {
  top: 1px; }

.button_group .button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px;
  /*line-height: 24px;*/
  border: 1px solid #0f0f0f;
  color: #d9d9d9;
  background: #1e1e1e;
  background: -moz-linear-gradient(top, #282828 0%, #1e1e1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #282828), color-stop(100%, #1e1e1e));
  background: -webkit-linear-gradient(top, #282828 0%, #1e1e1e 100%);
  background: -o-linear-gradient(top, #282828 0%, #1e1e1e 100%);
  background: -ms-linear-gradient(top, #282828 0%, #1e1e1e 100%);
  background: linear-gradient(to bottom, #282828 0%, #1e1e1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828', endColorstr='#1e1e1e',GradientType=0 );
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5); }

.button_group .button_start_action {
  border: 1px solid #F00; }

.button_group .button:hover {
  background: #151515;
  box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.2); }

.button_group .button:active {
  background: #131313;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  top: 1px; }

.button_group .button.active {
  background: #151515;
  box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.2);
  color: #00a9ff; }

.button_group .button.smaller {
  padding: 3px 10px;
  line-height: normal;
  border-radius: 3px; }

.tag {
  font-size: 10px;
  padding: 2px 5px;
  background-color: #141414;
  color: #00a9ff;
  border-radius: 2px;
  margin: 0px 5px;
  vertical-align: middle;
  line-height: 10px; }

.button_group .button.full-width {
  text-align: center;
  width: 100%;
  margin: 5px auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.button_group .button.button_hot {
  padding: 10px;
  background-color: #c93737;
  color: white;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #501111;
  cursor: pointer; }

.button_group .button_hot:hover {
  background-color: #da5353; }

.button_group .button_hot:active {
  background-color: #B92121;
  border-top: solid 2px #501111;
  border-bottom: 0pc; }


.editor_field {
  margin: 5px 0px; }

.editor_field label {
  display: inline-block;
  min-width: 200px; }

.editor_field input[type="text"],
.editor_field input[type="password"],
.editor_field textarea,
.editor_field input[type="date"],
.editor_field input[type="time"],
.editor_field input[type="number"] {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #2e2e2e;
  color: #9d9d9d;
  padding: 4px 5px 4px 5px;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.27); }

.editor_field input[type="text"]:focus,
.editor_field input[type="password"]:focus,
.editor_field textarea:focus,
.editor_field input[type="number"]:focus {
  color: white; }

.editor_field textarea {
  vertical-align: middle; }

.editor_field small {
  color: #6a6a6a; }

.editor_field input[type="file"] {
  display: none; }

.editor_field .editor_field_radio {
  display: inline-block;
  width: 500px;
  vertical-align: top; }

.editor_field .file_select {
  display: inline-block;
  padding: 2px 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #0F0F0F;
  cursor: pointer;
  border-radius: 2px; }

.editor_field .file_select:hover {
  color: white; }

.editor_field select {
  color: #9d9d9d;
  padding: 3px 4px;
  background-color: #1b1b1c;
  border: 1px solid #0F0F0F; }

.editor_field.match_notes_input input {
  width: 600px; }

input#search {
    padding: 0;
    border: 0;
}

.pagination {
  font-size:0;
  margin:16px;
  text-align:center
}
.pagination span, .pagination a {
  background:url("images/dotacinema_sprites.png") repeat-x;
  display:inline-block;
  font-size:12px;
  line-height:30px;
  padding:0 8px;
  text-align:center;
  vertical-align:bottom
}
.pagination a {
  color:#1ab394;
}
.pagination .previous, .pagination .next {
  display:inline-block;
  height:30px;
  padding:0;
  width:30px
}
