fieldset{
    border: 1px solid rgba(0,0,0,0.08);    border-radius: 3px;
}
.side-nav-items {
    color: #4c4c4c;
    margin-top: 25px;
}
.content-page-sidebar h2{
    color: #C90D1B;
    display: block;
    font-size: 13px;
}
ul {
    list-style: none;
}
.side-nav-items li {
    color: #777;
    border-top: 1px solid rgba(0,0,0,0.08);
}

.side-nav-items li.active {
    margin-left: -2px;
    border-left: 2px solid #fff;
    position: relative;
    border-right: 3px solid #ea1d5d;
}
.side-nav-items li a {
    padding: 10px 10px;
    color: #808080;
    display: block;
    font-size: 13px;
}
.side-nav-items li a:hover{
    padding: 10px 10px;
    color: #C90D1B;
    display: block;
    font-size: 13px;
}

    .box_talai {
    border: 1px solid #3E3377;
    border-radius: 3px;
    width: 100%;
    margin-bottom:15px;
	   min-height:80px;   position: relative;
	   	background:#3E3377;
    }



.label {
    display: block;
    padding-bottom: 2px;
    color: #666;
    font-size: 11px;
    font-weight: bold;
    color: #6F6F6F;
}

.transformer-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #ccc;
}
.transformer-tabs li {
  display: inline-block;
  padding: 0;
  vertical-align: bottom;
}
.transformer-tabs li:nth-child(1) .active {
  color: #EA1D5D;
  border-bottom-color: #EA1D5D;
}

.transformer-tabs a {
  display: inline-block;
  color: #777;
  text-decoration: none;
  padding: 0.5rem;
}
.transformer-tabs a:hover {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  padding: 0.5rem;
}
.transformer-tabs a.active {
  border-bottom: 2px solid transparent;
  position: relative;
  bottom: -2px;
}


.tabs > div {
  display: none;
  padding: 1rem;
}
.tabs > div:nth-of-type(1) {
  background: #EA1D5D;
}

.tabs > .active {
  display: block;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}
.table tr{
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #DDD;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #DDD;
}
.bgk{
	background-color:#fafbfb;
	}
	.bgr{
	background-color:#E5F1F9;
	}
	.bgs{
	background-color:#C5C6B6;
	}
.bg{
	background-color:#ffffff;
	}
	

.width_table{width:80%;}
.menu_right_admin{	display: block;width: 20%;}
.menu_center_admin{	display: block;    width: 78.3%;}
.rows_1{display:table-cell;}
.rows_2{display:table-cell;}
.rows_3{display:table-cell;}
.rows_4{display:table-cell;}
.rows_5{display:table-cell;}



