#tak-header-title{
	background: #64234d;
	height: 79px;
	border-radius: 0;
	border-bottom: 0;
}
#tak-header-title h1 {
    text-shadow: none;
    padding-top: 15px;
}
#tak-header-line{
	display: none;
}
.nav-hide {
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}
#tak-right {
    background-color: #64234d;
}
#nav li {
	border-bottom: 1px solid transparent;
	border-top: 1px solid #733a5f;
}
#tak-right{
	background: #64234d !important;
	border: none;
}
.nav-icon {
    background-color: #64234d;
}
#tak-header{
	height: 52px;
	position: relative;
}
#nav a{
	border-right: 1px solid #733a5f;
}
#nav a:hover {
    background-color: #4c193a;
}
#nav ul {
    background: #54193f;
    box-shadow: none;
    top: 0;
}
#nav ul li{
	border-bottom: 1px solid transparent;
	border-top: 1px solid #5c2d4b;
	width: auto;
}
#nav ul li a {
    border-right: 1px solid #494f54;
}
#nav li:hover i {
    background-color: #256b7d;
}
#tak-logout {
    margin-top: 15px;
	color: #fff;
}
#tak-main {
    background: #e5ebf1;
}
#tak-content-2 {
    background: transparent !important;
    border: none;
    margin: 20px;
    width: 98%;
}
#tak-content {
    width: 84%;
}
#tak-content-3 {
    width: 100%;
    margin: auto;
}
.form-title3{
	border-bottom: 3px solid #5cb85c;
}
.list-table {
    background-color: #fff;
    border: 1px solid #e4e9ed;
    width: 98%;
    margin: auto;
    box-shadow: 0 0 4px #bbb;
}
.list-table thead{
	background: #4cb1cf !important;
	border: none !important;
	box-shadow: none !important;
}
.list-table thead tr td{
	border: none;
	padding: 10px;
}
tbody tr tr:nth-child(even) td {
    background-color: transparent !important ;
}

.selmant td{
		border:none;
		text-align:right;
		width:auto !important;
	}
	#addr_S i {
		display:block;
		margin:2px;
		border:1px solid #CCC;
		cursor:pointer;
		text-align:right;
		padding-right:20px;
		line-height:30px;
		width:93%;
		border-radius:10px;
		border:red 1px solid;
	}
	#addr_S i:hover {
		background:#0C6;
	}
	.active_aw{
		background:green;
		border:#0F6 1px solid !important;
		color:#fff;
	}

