@import "main.css";
@import "style_caledar.css";
@import "jquery.fancybox-1.3.4.css";
img {
  border: 0;
}

.img_block {
  display: block;
}

a {
  text-decoration: none;
}


* {
  margin: 0;
  padding: 0;
  outline: 0 none;
}

.clear {
  float: none;
  clear: both;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none outside none;
}

.clearAll {
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
}

a {
  -webkit-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.fontface {
  font-size: 15px !important;
  color: #424242 !important;
}

html,
body {
  margin: 0;
  padding: 0;
  /*font-family: Roboto, sans-serif;*/
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  overflow: hidden;
  color: #000;
  /* background: url(../images/bodyBg.jpg); */
}


/* CSS Phân trang */

.pagination {
  float: right;
  display: inline;
  margin-right: 10px;
  margin-top: 6px;
  margin-top: 7px\9;
  height: 18px;
}

.pag_normal {
  padding: 2px 6px;
  cursor: pointer;
  border: 1px solid #CCC;
  font-size: 11px;
  line-height: 14px;
  background: #FAFAFA;
  color: #424242;
  margin-left: 3px;
  height: 19px;
}

.pag_normal:hover {
  border: 1px solid #00b3f1;
  color: #00b3f1;
}

.pag_disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  cursor: default !important;
  color: #424242 !important;
  border: 1px solid #CCC !important;
}


/* End CSS Phân trang */


/* ===== Page scrolling ===== */

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 8px;
  right: 10px;
  overflow: hidden;
  width: 21px;
  height: 21px;
  border: none;
  text-indent: -999px;
  background: url(../images/icons/ui.totop.png) no-repeat left top;
}

#toTopHover {
  background: url(../images/icons/ui.totop.png) no-repeat left -22px;
  width: 21px;
  height: 21px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
  outline: none;
}


/* ===== End Page scrolling ===== */

.topNav {
  height: 36px;
  width: 100%;
  background: #191c22;
  border-bottom: 1px solid #191c22;
  z-index: 1;
}

.nameNav {
  float: left;
  display: inline;
  margin: 4px 0 0 10px;
  color: #eee;
  /* font-weight: bold;*/
}

.nameNav a {
  color: #FFF;
}

.userNav {
  float: right;
  display: inline;
  margin-right: 10px;
  color: #eee;
  font-size: 11px;
}

.userNav ul li {
  float: left;
  cursor: pointer;
}

.userNav ul li a {
  color: #eee;
}

.li_last_child {
  float: left;
  border-right: 1px solid #2F2F2F;
  cursor: pointer;
}

.userNav ul li:hover {
  /* background: #212121; */
}

.userNav ul li img {
  float: left;
  padding: 12px 8px 13px 14px;
  display: inline;
}

.userNav ul li span {
  float: left;
  padding: 8px 8px 8px 8px;
  display: inline;
  line-height: 20px;
}

.userNav ul li a span {
  text-decoration: none;
  /*text-transform: capitalize;*/
  /* cursor: pointer;
*/
}

.profile img {
  float: left;
  padding: 8px 8px 8px 14px !important;
  display: inline;
}

.header {
  float: right;
  width: 83%;
  padding: 10px 0px;
}

.header_fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  background: #FFF;
  border-bottom: 1px solid #CCC;
  z-index: 999;
  width: 100%;
}

.logo {
  float: left;
  display: inline;
  margin-left: 10px;
}

.midNav {
  float: right;
  display: inline;
  margin-right: 10px;
}

.midNav ul li {
  float: left;
  display: block;
  margin-right: 10px;
  position: relative;
  text-align: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #CCC;
}

.midNav_last_child {
  margin-right: 0 !important;
}

.midNav ul li:hover {
  background: #f6f6f6;
}

.midNav ul li a {
  color: #595858;
}

.midNav ul li a:hover {
  text-decoration: none !important;
}

.midNav ul li span {
  padding: 3px 6px;
  float: left;
}

.midNav ul li a {
  font-size: 12px;
}

.midNav ul li span i {
  padding-left: 5px;
}

.midNav ul li a span {
  cursor: pointer;
}

#content {
  float: left;
  width: 100%;
}

.footer {
  background: #000;
  color: #FFF;
  margin-top: 40px;
  width: 100%;
  height: 28px;
  float: left;
}

.text_footer {
  display: block;
  line-height: 28px;
  color: #FFF;
  font-size: 11px;
  float: left;
  margin-left: 10px;
}

.text_footer a {
  color: #fff;
}

.left_content {
  width: 16%;
  margin: 0 0.8% 0 0;
  float: left;
}

.left_content {
  overflow: auto;
  background: #191c22;
  /* height: calc(100% - 34px);*/
}

.right_content {
  overflow: auto;
  /*height: calc(100% - 100px);*/
}


/* .left_content ul li{
  margin-top: 1px;
}

.left_content  ul > li > a{
  display: block;
  background:#CCC;
  color: #494949;
  font-size: 15px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #CCC;
  
}

.left_content ul li a:hover, .left_content ul li a.active{
  background:#333;
  color: #fff;
  border: 1px solid #3C4049;
  text-decoration: none;
}

.left_content ul li a span{
  display: block;
  padding: 10px 0 9px 35px;
}
*/

#accordian {
  margin: 0px auto 0 auto;
  color: #000;
  /* border: 1px solid #CCC; */
  /*Some cool shadow and glow effect*/
}


/*heading styles*/

#accordian {}

#accordian li a {}

#accordian h3 {
  font-size: 12px;
  line-height: 34px;
  padding: 3px 10px;
  cursor: pointer;
  fallback for browsers not supporting gradients
  /* border-bottom: 1px solid #CCC; */
  font-weight: normal;
  font-size: 14px;
}

#accordian a {
  color: #9ba1b1;
  display: block;
  font-size: 14px;
  color: #FFF;
  padding: 6px 10px;
}


/*heading hover effect*/

#accordian a:hover {
  background: #000;
  padding-left: 20px;
}


/*iconfont styles*/

#accordian h3 span {
  font-size: 16px;
  margin-right: 10px;
}


/*list items*/

#accordian li {
  list-style-type: none;
}


/*links*/

#accordian ul ul li a {
  color: #000;
  text-decoration: none;
  font-size: 11px;
  line-height: 35px;
  display: block;
  padding: 0 15px;
  /*transition for smooth hover animation*/
  transition: all 0.15s;
}

#accordian ul i {}


/*hover effect on links*/

#accordian ul ul li a:hover {
  background: #CCC;
  color: #FFF;
  border-left: 5px solid lightgreen;
}


/*Lets hide the non active LIs by default*/

#accordian ul ul {
  display: none;
}

#accordian li.active ul {
  display: block;
}

#accordian li i {
  font-size: 13px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #000;
  line-height: 29px;
  text-align: center;
  color: #FFF;
  margin-right: 8px;
}

.menu_dashboard {
  background: url(../images/icons/dashboard.png) 10px 50% no-repeat;
}

.menu_users {
  background: url(../images/icons/users.png) 10px 50% no-repeat;
}

.menu_setting {
  background: url(../images/icons/setting.png) 10px 50% no-repeat;
}

.menu_items {
  background: url(../images/icons/menu_items.png) 10px 50% no-repeat;
}

.right_content {
  float: left;
  width: 83%;
}

.title {
  background: url(../images/darkBg.jpg) repeat-x;
  width: 100%;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 1px 0 #fff;
  position: relative;
}

.title h5 {
  color: #fafafa;
  font-size: 16px;
  padding: 8px 15px;
  font-weight: normal;
}

.table {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #CCC;
  position: relative;
  border-top: 2px solid #191c22
}

.head_table {
  background: #FFF;
  /*  url(../images/leftNavBg.png) repeat-x; */
  height: 38px;
  border-bottom: 1px solid #CCC;
}

.av_admin img {
  vertical-align: middle;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.head_title_table {
  float: left;
  /* padding: 9px 12px 9px 35px; 
  background: url(../images/icons/frames.png) 12px 50% no-repeat;*/
  font-size: 16px;
  color: #424242;
  text-transform: capitalize;
}

.head_title_edit {
  float: left;
  padding: 9px 12px 9px 35px;
  background: url(../images/icons/pencil.png) 12px 50% no-repeat;
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
}

.content_table {
  width: 100%;
}

.content_table table th {
  font-size: 11px;
  font-weight: normal;
  padding: 4px 0;
  cursor: pointer;
  line-height: 20px;
  border-right: 1px solid #CCC;
}

.content_table table th .jqTransformCheckboxWrapper {
  margin-left: 8px;
  margin-top: 0;
}

.content_table table td .jqTransformCheckboxWrapper {
  margin-left: 8px;
  margin-top: 0;
}

.content_table table td {
  font-weight: normal;
  padding: 3px 10px;
  border-right: 1px solid #CCC;
  border-top: 1px solid #CCC;
}

.td_relative {
  position: relative;
}

.action {
  width: 16px;
  height: 16px;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

.action img {
  float: left;
  display: block;
  cursor: pointer;
  padding: 3px 4px;
}

.action_first {
  padding-right: 0 !important;
}

.first_action {
  padding-right: 0 !important;
}

.content_table table td a {
  color: #333;
}

.content_table table td a:hover {
  color: #000;
}

.td_action:hover .action {
  display: block;
}

#content_table .row1 {
  background: #FFF;
}

.row2 {
  background: #f5f5f5;
}

.row1,
.row2 {
  -webkit-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.row1:hover,
.row2:hover {
  background: #EEF;
}

.row_active {
  background: #fffccc;
}

.td_center {
  text-align: center;
}

.td_no_padd {
  text-align: center;
}

.th_left {
  text-align: left;
  padding: 4px 10px !important;
}

.th_last {
  border-right: 0 none !important;
}

.th_no_cursor {
  cursor: auto !important;
}

.icon_no_sort {
  margin-right: 6px;
  background: url(../images/icons/no_sort.png) right center no-repeat;
}

.icon_sort_asc {
  margin-right: 6px;
  background: url(../images/icons/sort_asc.png) right center no-repeat;
}

.icon_sort_desc {
  margin-right: 6px;
  background: url(../images/icons/sort_desc.png) right center no-repeat;
}

.head_search {
  float: right;
  display: inline;
  margin-right: 10px;
}

.head_search_title {
  float: left;
  display: inline;
  margin: 15px 5px 0 0;
  font-size: 11px;
  color: #878787;
}

.head_search_input {
  float: left;
  position: relative;
}

.head_search_input input,
.head_search_input select {
  float: left;
  border: 1px solid #CCC;
  position: relative;
  padding: 3px 5px;
  font-size: 11px;
  margin-top: 8px;
  width: 56px;
  display: inline;
  margin-right: 5px;
  background: #FFF;
}

.head_search_input select {
  width: 160px;
}

.input_last {
  width: 177px !important;
  margin-right: 0 !important;
  padding-right: 18px !important;
}

.bt_search {
  width: 20px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 3px;
  display: block;
  padding: 5px 0 2px;
  *padding: 7px 0 6px;
}

.footer_table {
  width: 100%;
  height: 30px;
  background: #EEE;
  border-top: 1px solid green;
}

.item_per_page {
  float: left;
  color: #878787;
  font-size: 11px;
  display: inline;
  margin: 8px 5px 0 10px;
}

.select_per_page {
  float: left;
  margin-top: 6px;
}

.select_per_page select {
  height: 18px;
}

.custom_select {
  height: 20px;
}

.row_text_field_first {
  padding: 15px 10px;
}

.row_text_field {
  padding: 15px 10px;
  border-top: 1px solid #CCC;
}

.left_text_field {
  width: 150px;
  text-align: left;
}

.right_text_field {
  text-align: left;
  padding-right: 12px;
}

.right_text_field input[type="text"] {
  border: 1px solid #CCC;
  font-size: 12px;
  width: 100%;
  padding: 6px 5px;
  border-radius: 3px;
}

.right_text_field input[type="password"] {
  border: 1px solid #CCC;
  font-size: 11px;
  width: 100%;
  padding: 5px;
}

.right_text_field textarea {
  border: 1px solid #CCC;
  font-size: 11px;
  width: 100%;
  padding: 5px;
}

.right_content label {
  display: inline-block;
  padding: 0px 10px;
}

.right_content label input {
  margin-right: 5px;
}

select {
  height: 25px;
}

select option {
  padding: 0px 10px;
}

#ajax_loadContent {
  width: 100%;
}

.loading {
  text-align: center;
  display: block;
  padding: 50px 0;
  margin: 0px auto;
}

#loader {
  display: none;
}

.bg_mask {
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
}

.processing {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 5001;
  width: 100%;
}

.bg_processing {
  width: 200px;
  background: #fff;
  margin: 0 auto;
  border: 10px solid #00b3f1;
  text-align: center;
  padding: 25px 0;
  line-height: 25px;
  font-size: 16px;
}

.gr_perm {
  float: left;
  display: inline;
  margin-right: 15px;
  width: 166px;
  border: 1px solid #CCC;
  margin-bottom: 5px;
}

.title_perm {
  background: url(../images/darkBg.jpg) repeat-x;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}

.content_perm {
  background: #fff;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.gr_item_perm {
  float: left;
  margin-top: 10px;
  width: 100%;
}

.item_perm_chk {
  float: left;
  width: 25px;
  display: inline;
  margin-left: 10px;
}

.item_perm_label {
  float: left;
}

.gr_perm_error {
  background: #FCCAC1 url(../images/icons/deny.png) 15px center no-repeat;
  border: 1px solid #E18B7C;
  width: 100%;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.gr_perm_error p {
  color: #565656;
  font-size: 11px;
  padding: 10px 25px 10px 54px;
}

.gr_perm_success {
  background: #EFFEB9 url(../images/icons/accept.png) 15px center no-repeat;
  border: 1px solid #C1D779;
  width: 100%;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.gr_perm_success p {
  color: #565656;
  font-size: 11px;
  padding: 10px 25px 10px 54px;
}

#gr_list_image {
  padding: 0;
  padding-bottom: 10px;
  padding-left: 10px;
}

#list_image_of_gallery ul li {
  float: left;
  width: 100px;
  height: 100px;
  margin: 10px 0 0 10px;
  position: relative;
}

#list_image_of_gallery ul li:hover .action {
  display: block !important;
}

.menu_change_admin {
  width: 80%;
}

.img-loading-process {
  position: fixed;
  right: 5px;
  bottom: 120px;
  display: none;
}

.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-list .dd-list {
  padding-left: 30px;
}

.dd-collapsed .dd-list {
  display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

.dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-handle:hover {
  color: #2ea8e5;
  background: #fff;
}

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

.dd-item > button[data-action="collapse"]:before {
  content: '-';
}

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}


/**
 * Nestable Extras
 */

.nestable-lists {
  display: block;
  clear: both;
  padding: 10px;
  width: 100%;
  border: 0;
}

#nestable-menu {
  padding: 0;
  margin: 20px 0;
}

#nestable-output,
#nestable2-output {
  width: 100%;
  height: 7em;
  font-size: 0.75em;
  line-height: 1.333333em;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
  color: #fff;
  border: 1px solid #999;
  background: #bbb;
  background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
  background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
  background: linear-gradient(top, #bbb 0%, #999 100%);
}

#nestable2 .dd-handle:hover {
  background: #bbb;
}

#nestable2 .dd-item > button:before {
  color: #fff;
}

@media only screen and (min-width: 700px) {
  .dd {
    float: left;
    width: 38%;
  }
  .dd + .dd {
    margin-left: 2%;
  }
}

.dd-hover > .dd-handle {
  background: #2ea8e5 !important;
}


/**
 * Nestable Draggable Handles
 */

.dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: linear-gradient(top, #fafafa 0%, #eee 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd3-content:hover {
  color: #2ea8e5;
  background: #fff;
}

.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}

.dd3-item > button {
  margin-left: 30px;
}

.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #ddd;
  background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
  background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
  background: linear-gradient(top, #ddd 0%, #bbb 100%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dd3-handle:before {
  content: '≡';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}

.dd3-handle:hover {
  background: #ddd;
}

.dd-handle-disable {
  display: none;
}

.dd-item-disable >button {
  display: none;
}

.ol-disable-tr {
  list-style: none;
}

.dd-tree_0 {
  opacity: 0.3;
}

.list_tab-admin li {
  float: left;
}

.list_tab-admin li a {
  display: block;
  line-height: 38px;
  height: 38px;
  padding: 0px 10px;
  color: #000;
  text-decoration: none;
}

.list_tab-admin li a.active {
  background: #878787;
  color: #FFF;
}

.form_addCategory {
  margin-left: 30px;
}

.form_addCategory input[type=text],
.form_addCategory textarea {
  width: 100%;
  padding: 4px 5px;
  border: 1px solid #CCC;
}

.form_addCategory input[type=text],
.form_addCategory input[type=radio],
.form_addCategory input[type=file] {
  margin-bottom: 6px;
}

.btn-edit-cate {
  position: absolute;
  right: 8px;
  top: 7px;
}

.btn-edit-cate a {
  font-size: 15px;
  color: #333;
  padding: 0px 3px;
}

.button-from {
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: bold;
  background: none;
  border: 1px solid #CCC;
  background: #EEE;
  margin-top: 5px;
}

.button-from:hover {
  background: #CCC;
}

.button-from i {
  padding-left: 5px;
}

#switch_lang {
  margin: 9px 5px 0px 5px;
}

.admin_status_1 i,
.admin_status_0 i {
  display: none;
}

.admin_status_1 .fa-check {
  display: block;
}

.admin_status_0 .fa-times {
  display: block;
}

.td_status a i {
  font-size: 18px;
  color: red;
}

.td_status a .fa-check {
  color: green;
}

.wap-alert-box {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 999999;
}

.alert-box {
  color: #555;
  border-radius: 10px;
  font-size: 11px;
  padding: 10px 16px 10px 30px;
  margin: 10px;
  display: none;
}

.alert-box span {
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 10px;
}

.error {
  background: #ffecec url('../images/error.png') no-repeat 10px 50%;
  border: 1px solid #f5aca6;
}

.success {
  background: #e9ffd9 url('../images/success.png') no-repeat 10px 50%;
  border: 1px solid #a6ca8a;
}

.warning {
  background: #fff8c4 url('../images/warning.png') no-repeat 10px 50%;
  border: 1px solid #f2c779;
}

.notice {
  background: #e3f7fc url('../images/notice.png') no-repeat 10px 50%;
  border: 1px solid #8ed9f6;
}

.wap-gallery {
  width: 550px;
  height: 500px;
  overflow: auto;
}

.text-center {
  text-align: center;
}

.list-gall {
  list-style: none;
}

.list-gall img,
.list-gall input[type=checkbox] {
  float: left;
}

.list-gall input[type=checkbox] {
  margin: 14px 5px;
}

.list-gall li span {
  float: left;
  margin: 2px 4px;
}

.clear {
  clear: both;
  float: none;
}

.list-gall li {
  padding: 3px 0px;
  border: 1px solid #CCC;
  overflow: hidden;
  margin: 2px 0px;
}

.delete-gallery {
  font-size: 18px;
  color: red !important;
  margin-right: 10px;
  float: right;
  margin-top: 10px;
}

.list-control label {
  margin: 5px 0px;
}

.list-control {
  padding: 5px 0px;
  background: #EEE;
  border: 1px solid #CCC;
}

.list-control input[type=checkbox] {
  position: relative;
  vertical-align: middle;
  margin-left: 10px;
}

.progress_upload {
  background: #EEE;
  display: none;
}

.progress-bar {
  background: green;
  height: 8px;
  width: 0%;
}

.btn {
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  background: #3498db;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.btn:hover {
  background: #137fc7;
  /*background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);*/
  text-decoration: none;
}

.drag_and_drop {
  padding: 30px 0px;
  text-align: center;
  border: 1px solid #CCC;
  border-radius: 5px;
  margin: 5px 0px;
  background: #EEE;
}

.title-image-po {
  width: 300px;
  word-wrap: break-word;
}

.content_table .td_action a {
  display: inline-block;
  margin: 0px 1px;
  color: #0e2491;
}

.content_table .td_action a i {
  color: #FFF;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #007268;
  border-radius: 50%;
  font-size: 12px;
}

.main-total-onlone {
  float: left;
  margin: 40px 0px 0px 100px;
}

.main-online-admin li {
  padding: 10px 10px;
  border-bottom: 1px solid #EEE;
}

.main-online-admin li span {
  display: inline-block;
  width: 160px;
  color: #3b5998;
}

.main-online-admin li span i {
  color: red;
}

.main-online-admin li span i {
  padding-right: 5px;
}

.overlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  z-index: 99;
  opacity: 0.5;
  display: none;
}

.menu-icon {
  display: none;
}

.edit-canvas-image {
  font-size: 15px;
  color: blue;
  /* font-weight: bold; */
  vertical-align: middle;
  margin-top: -79px;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
  display: none;
}

.edit-canvas-image i {
  padding-right: 3px;
}

.load-ajax-edit-item {
  width: 60%;
  float: left;
  padding-bottom: 20px;
}

.btn_color a {
  -moz-box-shadow: inset 0 0 5px #666;
  -webkit-box-shadow: inset 0 0 5px #666;
  box-shadow: inset 0 0 5px #666;
}

.logo_admin img {
  width: 50px;
  background: #FFF;
  vertical-align: middle;
  margin-right: 10px;
  padding: 3px;
  border-radius: 5px;
}

.designed {
  float: right;
  color: #FFF;
  margin-right: 10px;
  line-height: 28px;
}

.designed a {
  color: #FFF;
}

.move_category {
  float: left;
  margin: 6px 10px 0px 5px;
}

.btn_cl {
  background: #FFF;
  color: #333;
  border: 1px solid #CCC;
  padding: 1px 5px;
  cursor: pointer;
}

.btn_cl:hover {
  background: #CCC;
  color: #FFF;
}

@media screen and (max-width: 900px) {
  .left_content {
    position: absolute;
    z-index: 9999;
    width: 35%;
    top: 30px;
    left: 0px;
    margin: 0px;
    margin-left: -100%;
  }
  .right_content {
    width: 100%;
  }
  .menu-icon {
    font-size: 18px;
    margin-right: 10px;
    display: block;
    float: left;
    margin-top: -3px;
    cursor: pointer;
  }
  .wap-alert-box {}
  .wap-clock-admin {
    display: none;
  }
  .nameNav a {
    display: none;
  }
}

input[type=text]:focus,
textarea:focus {
  box-shadow: 0 0 1px -2px rgba(121, 194, 255, .5)!important;
}

input[type=text]:focus,
textarea:focus {
  border-color: #79c2ff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px rgba(121, 194, 255, .6);
}

input[type=text],
textarea {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  resize: none;
  box-shadow: 0 0 0 40px transparent!important;
  border-radius: 0;
  font-size: 13px;
  line-height: 1.42857143;
  display: block;
  width: 100%;
  padding: 3px 2px;
  background-color: #fff;
  border: 1px solid #CCC;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
button{
  font-size: 13px;
  padding: 4px 10px;
  background: #FFF;
  color: #000;
  border: 1px solid #CCC;
  border-radius: 3px;
}
button:hover{
  background: #EEE;
}

.btn{
  margin: 10px 0px;
  display: inline-block;
}