.title_th{
	color: #36383a;
    height: 37px;
    line-height: 37px;
    font-weight: 600;
    border-bottom: 2px solid #e0e2e4;
}
.padding_2{
	padding:5px 0px;
	border-bottom: 1px solid #e0e2e4;
}
.padding_2:last-child{
	border-bottom: none;
}
.padding_2:hover{
	background-color: #eff3f4;
}
.form_search .cbo_list {
    margin-right: 1%;
    width: 22%;
}
.status i{
    font-size: 18px;
    cursor: pointer;
}
.red{
    color: red;
}
div.table {
    border-collapse: collapse;
    display: table;
    width: 100%;
    border:1px solid #ddd;
  }

  div.caption {
    display: table-caption;
  }

  div.tHead {
    display: table-header-group;
    font-weight: bold;
    background-color: #eeeeee;
  }
  div.tHead .tCell{
    white-space: nowrap;
    padding: 10px;
  }
  div.tCell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    position: relative;
  }
  div.tCell .navbar-right{
    margin-right: 0px;
  }
  div.tCell i{
    font-size: 18px;
    cursor: pointer;
  }
  div.tCell i.fa-eye-slash{
    color: red;
  }
  div.tCell.user-lock i{
    color: red;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  div.tCell.user-lock img{
    opacity: 0.3;
  }
  div.tRow {
    display: table-row;
  }
  div.tRow-102:nth-child(2n+1) {
    background-color: #E8F8FF;
  }
  div.tRow-102:nth-child(2n) {
    background-color: #f7f7f7;
  }
@media (max-width: 767px) {
  /* div.tRow:nth-child(2n+1) {
    background-color: #fff;
  }
  div.tRow:nth-child(2n+2) {
    border-bottom:1px solid #f7f7f7;
  } */
  div.tCell{
    padding: 5px;
  }
  div.tCell .btnnds {
    margin: 2px 0 0 5px;
    width: 135px;
    text-align: left;
    float: right;
  }
  div.tCell > .btn-default {
    background-color: #ddd !important;
    background-image: none !important;
    color: #337ab7 !important;
    border: none;
    text-shadow: none;
  }
  .alert {
    margin: 18px;
    background-image: none;
    /*border: none;*/
  }
}
  div.tCell .btn {
    text-align: left;
  }
  .btn-default {
    background-color: #999 !important;
    background-image: none !important;
    color: #fff !important;
    border: none;
    text-shadow: none;
  }
  .btn-primary {
    background-image: none !important;
    border: none;
    text-shadow: none;
    background-color: #337ab7 !important;
  }
  .btn-success {
    background-image: none !important;
    border: none;
    text-shadow: none;
    background-color: #5CB85C !important;
  }
  .btn-danger {
    background-image: none !important;
    border: none;
    text-shadow: none;
    background-color: #BD3822 !important;
  }
  .btn-info {
    background-image: none !important;
    border: none;
    text-shadow: none;
    background-color: #2C3E50 !important;
  }
  .btn-warning {
    background-image: none !important;
    border: none;
    text-shadow: none;
    background-color: #F0CA45 !important;
  }
  .panel > .panel-heading {
    background-image: none !important;
  }
  div.tFoot {
    display: table-footer-group;
  }
  .block-statistics {
    background-color: #fff;
    padding: 20px 10px;
    overflow: hidden;
    margin-bottom: 30px;
    display: table;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: visible;
    padding: 20px 0;
  }
  .block-statistics a {
    display: table-cell;
    color: #777;
    font-size: 34px;
    line-height: 34px;
    font-weight: 400;
    padding: 13px 5px;
    text-align: center;
    vertical-align: top;
    border-left: 1px solid #ddd;
    position: relative;
  }
  .block-statistics a .small {
    display: block;
    font-size: 11px;
    line-height: 120%;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding-top: 3px;
  }
  .block-statistics a:first-child {
    border-left: none;
  }
  .block-statistics a:hover, .block-statistics a.active {
    color: #3498db;
  }  
  .label-danger {
    background-color: #d9534f;
  }
  .label-warning {
    background-color: #f0ad4e;
  }
  .label-success {
    background-color: #5cb85c;
  }
  .post-link{
    font-size: 13px;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 5px;
    display: inline-block;
    width: auto;
    margin-left: 10px;
  }
  .btn-grey {
    background-color: #7d7d7d;
    color: #fff;
    border-color: #6d6d6d;
  }
  .btn-green {
    background-color: #5cb85c;
    color: #fff;
    border-color: #5cb85c;
  }
.no-display {
    display: none;
}
.overlay-ask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999999999;
}
.content-popup-outer {
    position: fixed;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    background-color: #fff;
    z-index: 9999999999;
    left: 40px;
    top: 0;
    right: 40px;
    max-width: 400px;
    margin: auto;
}
.content-popup-outer .content-popup-inner {
    padding: 10px;
}
.content-popup-outer .content-popup-inner .title {
    margin: auto;
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 10px 10px;
    color: #363636;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.content-popup-outer .content-popup-inner .title .close-popup {
    position: absolute;
    right: 10px;
    top: -5px;
    cursor: pointer;
    font-size: 20px;
}
.content-popup-outer .content-popup-inner .entry {
    padding: 10px 0;
    position: relative;
}
.text-right {
    text-align: right;
}
.content-popup-outer .content-popup-inner .entry.success1 .fa-check-circle {
    font-size: 40px;
    position: absolute;
    top: 8px;
    left: 0;
    color: #4caf50;
}
.content-popup-outer .content-popup-inner .entry.success1 .fa-exclamation-triangle {
    font-size: 40px;
    position: absolute;
    top: 8px;
    left: 0;
    color: #f0ad4e;
}
.content-popup-outer .content-popup-inner .entry.success1 {
    padding-left: 45px;
}
.post-thumb img{
    min-width: 80px;
}
.label-poster {
  background-color: #EF9009;
}
.label-poster-active {
  background-color: #52C10D;
}
.post-date{
  font-weight: normal;
  color: #6f6f6f;
}
.number_color{
  color: #c22;
  font-size: 14px;
}
.tCell .register_time{
  cursor: pointer;
  color: #D63030;
}
.tCell .activation_time{
  color: #27aae1;
  cursor: pointer;
}
.tCell .register_time i{
  font-size: 14px;
  margin-right: 5px;
}
.tCell .activation_time i{
  font-size: 14px;
  margin-right: 5px;
}
.tCell .fullname{
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.tCell .fullname:after{
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  top: 2px;
  right: -22px;
  content: "\f08e";
}
.tCell .external-link{
  position: relative;
}
.tCell .external-link:after{
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  top: 2px;
  right: -22px;
  content: "\f08e";
}
.dropdown-menu>li>a{
  cursor: pointer;
}


.label-red{
  background-color: #F00000;
}
.time_input{
  width: 110px !important;
}
.huongdan{
  padding-left: 15px;
  font-size: 16px;
  color: #27aae1;
  cursor: pointer;
  position: relative;
}
.fl-r{
  float: right;
}
.coppy_link {
    flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
}
.coppy_link .input-group {
    display: flex;
}
.tuan-input-copy {
    width: 300px !important;
    border: 2px solid #e5e5e5;
    cursor: pointer;
    border-radius: 3px 0 0 3px;
    padding-left: 10px;
    background: #e5e5e5;
    font-size: 13px;
}
#nutcopy {
    border-color: #e5e5e5;
    width: 100px;
}












