* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: 'opensans-regular';
  src: url("../fonts/opensans-regular.eot");
  src: url("../fonts/opensans-regular.eot?#iefix") format('embedded-opentype'), url("../fonts/opensans-regular.woff") format('woff'), url("../fonts/opensans-regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
input,
textarea {
  outline: none;
}
body {
  font-family: 'opensans-regular', sans-serif;
  font-size:14px;
  background: -webkit-linear-gradient(left, #1d2123 50%, #e9eaed 50%);
  background: linear-gradient(to right, #1d2123 50%, #e9eaed 50%);
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  overflow: hidden;
}
.nav {
  width: 265px;
  padding-right: 50px;
  position: relative;
  background: #1d2123;
  padding-top: 5px;
  float: left;
}
.nav_site_name {
  color: #a1abb7;
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
}
.nav_logo {
  text-align: center;
  margin-bottom: 15px;
}
.nav_section {
  width: 100%;
  border-bottom: 1px solid #158fd2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.nav_section ul li.instruction a {
  color: #a1abb7;
  font-size:16px;
  padding: 2px 0;
  padding-left: 20px;
}
.nav_section ul li.inactive a {
  color: #4f5b69;
}
.nav_section ul li a {
  color: #fff;
  padding: 4px 0;
  padding-left: 20px;
  font-size: 20px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.nav_section ul li a:hover,
.nav_section ul li a.active {
  background: #c22222;
}
.nav_section ul li ul {
  margin-top: 10px;
}
.nav_section ul li ul li {
  padding-left: 20px;
}
.nav_section ul li ul li a {
  font-size: 16px;
}
.plus {
  background: #ffea00;
  padding: 0 3px;
  color: #000;
  font-size: 15px;
  display: inline;
  margin-left: 5px;
}
.menu {
  width: 100%;
  border-bottom: 1px solid #158fd2;
  padding: 10px 0;
  margin-bottom: 10px;
}
.menu ul {
  font-size: 0;
}
.menu ul li {
  margin-bottom: 15px;
}
.menu a {
  color: #158fd2;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  height: 25px;
}
.menu a:hover {
  text-decoration: underline;
}
.menu_icon {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 25px;
  margin-right: 5px;
}
.menu_icon img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.nav_support {
  width: 100%;
  position: relative;
  text-align: center;
}
.nav_support iframe{
  width: 215px;
  height: 325px;
  border:0px;
}
.nav_support_title {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}
.nav_support_phone {
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
}
.nav_support_hours {
  font-size: 13px;
  color: #4a5562;
  margin: 10px 0;
}
.nav_support_email {
  margin-bottom: 30px;
}
.nav_support_email a {
  color: #158fd2;
  text-decoration: underline;
  font-size: 13px;
}
.nav_support_email a:hover {
  text-decoration: none;
}
.button {
  background: #0a4a6a;
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #fff;
}
input.button {
  border: 0px;
  padding:15px;
  font-size: 38px;
}
.button:hover,
.button.active {
  background: #c22222;
}
.button2 {

  text-align: center;
 font-size:30px;
 text-decoration:underline;
  text-transform: uppercase;
  color: #f70000;
}
.nav_support_buttons a {
  height: 48px;
  line-height: 48px;
  width: 100%;
}
.nav_support_buttons a:first-child {
  margin-bottom: 15px;
}
.editor {
  float: right;
  width: 895px;
  min-height:1900px;
  position: relative;
  background: #e9eaed;
}
.editor_header_bg {
  position: absolute;
  height: 60px;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-linear-gradient(left, #1d2123 50%, #a1abb7 50%);
  background: linear-gradient(to right, #1d2123 50%, #a1abb7 50%);
}
.editor_header {
  height: 60px;
  position: relative;
  background: #a1abb7;
  padding-top: 20px;
}
.editor_header_create {
  float: left;
  width: 320px;
  margin-left: 25px;
  position: relative;
  height: 30px;
}
.editor_header_create_select {
  width: 210px;
  float: left;
  height: 100%;
}
.editor_header_create_button {
  float: right;
}
.editor_header_create_button .button {
  height: 30px;
  line-height: 30px;
  width: 90px;
}
.selectric .button:hover {
  background: #fff;
}
.selectric .label {
  font-size: 16px;
  color: #7d8284;
}
.selectric-items ul,
.selectric-items li {
  font-size: 14px;
}
.editor_header_links {
  float: left;
  margin: 0 30px;
  height: 30px;
  line-height: 30px;
}
.editor_header_links a {
  color: #fff;
  text-decoration: underline;
  margin: 0 5px;
}
.editor_header_links a:hover {
  text-decoration: none;
}
.editor_header_exit {
  height: 30px;
  width: 80px;
  float: right;
}
.editor_header_exit a {
  height: 30px;
  line-height: 30px;
}
.editor_header_user {
  float: left;
  margin-top: -2px;
}
.editor_header_user_name {
  font-size: 19px;
  color: #1d2123;
  line-height: 1;
}
.editor_header_user_desc {
  font-size: 11px;
  color: #fff;
}
.editor_main {
  padding-left: 35px;
}
.editor_row1_tags {
  width: 190px;
  float: left;
}
.editor_row1_tags a {
  color: #e30f0f;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: underline;
}
.editor_row1_tags a:hover {
  text-decoration: none;
}
.editor_row1 {
  padding-top: 20px;
  padding-bottom: 15px;
}
.editor_row1_save {
  float: left;
  font-size: 14px;
  color: #1d2123;
}
.editor_row1_save_time {
  float: left;
  margin-left: 10px;
  font-size: 14px;
  color: #1d2123;
}
.editor_row1_save_check {
  margin-left: 30px;
  display: inline-block;
  font-size: 14px;
  color: #1d2123;
}
.editor_row1_save_check a {
  color: #1d2123;
}
.editor_row1_save_delete {
  float: right;
  text-align: right;
}
.editor_row1_save_delete a {
  color: #e30f0f;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: underline;
}
.editor_row1_save_delete a:hover {
  text-decoration: none;
}
.editor_row2_title {
  text-transform: uppercase;
  color: #1d2123;
  font-size: 36px;
  width: 190px;
  float: left;
  line-height: 40px;
}
.floatRight {
  float: right !important;
}
#loginForm table tr td input {
  border: none;
  font-size: 36px;
  color: #1d2123;
  text-indent: 10px;
  width: 670px;
  height: 60px;
}
.editor_photo {
  margin-bottom: 25px;
}
.editor_photo_list {
  width: 325px;
  float: left;
  font-size: 13px;
}
.editor_photo_title {
  text-transform: uppercase;
  color: #1d2123;
  font-size: 36px;
  width: 190px;
  float: left;
  line-height: 40px;
}
.editor_row2 {
  margin-bottom: 25px;
}
.editor_row2_select {
  width: 325px;
  float: left;
  height: 40px;
}
.editor_row2_select .selectric {
  height: 40px;
}
.editor_row2_select .selectric .button {
  height: 40px;
  width: 40px;
}
.editor_row2_select .selectric .label {
  line-height: 40px;
  color: #1d2123;
}
.editor_table {
  padding-top: 35px;
  margin-bottom: 30px;
}
.editor table {
  border: none;
  border-collapse: collapse;
}
.editor table tr td {
  padding: 15px 0;
}
.editor table tr td:first-child {
  width: 190px;
  color: #158fd2;
  font-size: 24px;
}
.editor table tr td input {
  border: none;
  font-size: 36px;
  color: #1d2123;
  text-indent: 10px;
  width: 640px;
  height: 60px;
}
.editor table tr td textarea {
  width: 670px;
  height: 145px;
  padding: 15px;
  border: none;
  resize: none;
  font-size: 16px;
  color: #1d2123;
  line-height: 20px;
  font-family: 'opensans-regular', sans-serif;
}
.editor_code {
  margin-top: 60px;
  position: relative;
  width: 100%;
  height: 190px;
  background: #fff;
  padding-top: 25px;
  margin-bottom: 25px;
}
.editor_code_tabs {
  position: absolute;
  top: -30px;
  right: 0;
}
.editor_code_tabs_tab {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 100px;
  margin-left: 20px;
}
.editor_code_top {
  overflow: hidden;
}
.editor_code_top_title {
  position: relative;
  float: left;
  width: 260px;
  height: 40px;
  display: block;
  line-height: 40px;
  padding-left: 30px;
  font-size: 24px;
  color: #1d2123;
  background: #a1abb7;
  text-transform: uppercase;
  font-weight: bold;
}
.editor_code_top_desc {
  width: 600px;
  float: right;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.editor_code_textarea {
  width: 795px;
  height: 75px;
  position: relative;
  margin: 0 auto;
  margin-top: 15px;
}
.editor_code_textarea textarea {
  border: none;
  width: 100%;
  border: 3px solid #0a4a6a;
  height: 100%;
  resize: none;
}
.editor_savebutton .button {
  width: 410px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 42px;
  margin: 0 auto;
}
.editor_check_form {
  line-height: 80px;
  height: 80px;
  width: 125px;
  float: left;
  font-size: 14px;
}
.editor_check_form a {
  color: #1d2123;
}
.editor_data {
  margin-top: 110px;
  overflow: hidden;
}
.editor_data_title {
  position: relative;
  float: left;
  width: 260px;
  height: 40px;
  display: block;
  line-height: 40px;
  padding-left: 30px;
  font-size: 24px;
  color: #1d2123;
  background: #a1abb7;
  text-transform: uppercase;
  font-weight: bold;
}
.editor_data_history {
  background: #fff;
  padding-top: 30px;
  width: 410px;
  float: left;
  height: 350px;
}
.editor_data_history_items {
  clear: both;
  width: 360px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 50px;
}
.editor_data_history_items_item {
  border-bottom: 1px solid #a1abb7;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 2px;
}
.editor_data_history_items_item_time {
  float: left;
  width: 80px;
  padding-top: 3px;
  position: relative;
}
.editor_data_history_items_item_time_day {
  font-size: 14px;
  color: #1d2123;
  text-align: center;
  line-height: 1;
}
.editor_data_history_items_item_time_hour {
  font-size: 14px;
  font-size: 14px;
  color: #a1abb7;
  text-align: center;
}
.editor_data_statistic {
  background: #fff;
  padding-top: 30px;
  width: 410px;
  height: 350px;
  float: right;
}
.editor_data_history_items_user {
  float: left;
  width: 90px;
}
.editor_data_history_items_user a {
  font-size: 18px;
  color: #c22222;
  text-decoration: underline;
  line-height: 1;
}
.editor_data_history_items_user a:hover {
  text-decoration: none;
}
.editor_data_history_items_changes {
  float: right;
  text-align: right;
  color: #1d2123;
  font-size: 14px;
  width: 190px;
  white-space: nowrap;
  overflow: hidden;
}
.editor_data_history_more .button {
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin-left: 25px;
}
.editor_data_statistic_items {
  clear: both;
  width: 360px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 35px;
}
.editor_data_statistic_date {
  color: #1d2123;
  font-size: 14px;
  margin-bottom: 10px;
}
.editor_data_statistic_items_item {
  overflow: hidden;
  padding: 15px 0;
  border-top: 1px solid #a1abb7;
  border-bottom: 1px solid #a1abb7;
  margin-top: -1px;
}
.editor_data_statistic_items_item_num {
  float: left;
  width: 130px;
  font-size: 48px;
  color: #1d2123;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}
.editor_data_statistic_items_item_text {
  color: #1d2123;
  font-size: 14px;
  float: right;
  width: 220px;
  height: 40px;
  line-height: 40px;
}
.footer {
  margin-top: 100px;
  height: 40px;
  border-top: 1px solid #158fd2;
  padding-top: 10px;
}
.copyright {
  text-align: center;
  color: #1d2123;
  font-size: 14px;
}
.copyright a {
  color: #c22222;
  text-decoration: underline;
}
.copyright a:hover {
  text-decoration: none;
}
.input_button{
    font-size: 25px;
    cursor: pointer;
    background-color: #0a4a6a;
    border-radius: 10px;
    padding-left: 17px;
    border: 0;
    padding-right: 17px;
    text-decoration: none;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top:5px;
    color: #000;
    width: 90%;
}
.talk_items_item {
  width: 550px;
  position: relative;
  padding-bottom: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.talk_items_item:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}
.talk_items_item_avatar {
  float: left;
  width: 35px;
  height: 35px;
  position: relative;
  display: block;
}
.talk_items_item_avatar img {
  width: 100%;
  height: 100%;
  margin-top: 4px;
}
.talk_items_item_message {
  width: 480px;
  position: relative;
  float: right;
}
.talk_items_item_message_top {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}
.talk_items_item_message_top_name {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  font-size: 15px;
  color: #080808;
  font-weight: bold;
}
.talk_items_item_message_top_date {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #b0b0b0;
}
.talk_items_item_message_top_ip {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #b0b0b0;
}
.talk_items_item_message_text {
  font-size: 13px;
  line-height: 17px;
  color: #333;
  margin-bottom: 8px;
}
.talk_items_item_message textarea {
  width: 460px;
  border: none;
  resize: none;
  height: 100%;
  overflow-y: hidden;
}
.talk_items_item_message_post a {
  font-size: 12px;
  color: #b90c0c;
  border-bottom: 1px solid;
}
.talk_items_item_message_post a:hover {
  border-bottom: none;
}
.mce-edit-area mce-container mce-panel mce-stack-layout-item p
{
 font-size:14px;
}

.tt_h tr td:first-child a {

    color: #0a4a6a  !important;
    font-size: 16px !important;
    text-decoration:underline;
}
.tt_h tr td
{
 padding:7px  !important;
}
input[type=checkbox].nostyler {
  font-size: 14px;
  width: 14px;
  height: 14px;
  margin: 2px;
}

