.border-line {
    background-image: url("/style/insite/images/foot-bg2.png");
    background-repeat: repeat-x;
    height: 6px;
    position: relative;
    width: 100%;
}
.border-line-block {
/*    background-image: url("/images/block.png");*/
    height: 8px;
    left: 49%;
    position: absolute;
    top: -3px;
    width: 31px;
}
#container-login{
	position:absolute;
	top:40%;
	left:20%;
	width:852px;
}
#wrapper-login-top{
	padding: 15px;
	background-color:#fff;
}
#wrapper-login-bottom{
	background: url('/images/login_bg_bot.png') no-repeat scroll 0 0 transparent;
	height:18px;
}
#butCreate{
	background: url('/images/btn_create.png') no-repeat scroll 0 0 transparent;
	width:114px;
	height:52px;
}
#butLogin{
	background: url('/images/btn_login.png') no-repeat scroll 0 0 transparent;
	width:114px;
	height:52px;
}

#container-header{
	background:url("/style/insite/images/bannerAdmin.png") no-repeat scroll 0 0 transparent;
	padding-bottom:0px;
        height: 74px;
        margin: 0 auto;
}
#wrapper-header{
	padding:5px;
}
#wrapper-logo{
	float:left;
}
#wrapper-logo img{
	width:210px;
}
#wrapper-menu{
	float:right;
}
#bg-menu-left{
	background: url('/images/bg_menu_left.png') no-repeat scroll 0 0 transparent;
	width:13px;
	height:27px;
	float:left;
}
#bg-menu-right{
	background: url('/images/bg_menu_right.png') no-repeat scroll 0 0 transparent;
	width:13px;
	height:27px;
	float:left;
}
.top-menu {
    float: right;
    margin-right: 0px;
	position: relative;
    left: 0px;
    display: block;
    float: left;
    margin: 0px 0px 0px 0px;
}
.top-menu > li {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.top-menu > li {
    float: left;
}
.mtop5 {
    margin-top: 5px;
}
.dropup, .dropdown {
    position: relative;
}
.top-menu > li > a {
    padding: 10px;
}
.top-menu > li > a {
    color: rgb(153, 153, 153);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
}
.top-menu > li > a {
    float: none;
    padding: 10px 15px;
    color: rgb(119, 119, 119);
    text-decoration: none;
}
.top-menu > li > a {
    display: block;
}
.top-menu > li > a .username{
	color:#fff;
}
.dropdown-toggle {
}
.dropdown-toggle i {
    font-size: 20px;
	color:#fff;
}
.top-menu li.dropdown > .dropdown-toggle .caret {
    border-top-color: rgb(153, 153, 153);
    border-bottom-color: rgb(153, 153, 153);
	margin-left: 2px;
	display: inline-block;
    width: 0px;
    height: 0px;
    vertical-align: top;
    border-top: 4px solid rgb(0, 0, 0);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
	margin-top: 12px;
	color:#fff;
	border-top-color: rgb(255, 255, 255);
	border-bottom-color: rgb(255, 255, 255);
}
.top-menu > li > a > img {
	height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0px none;
    max-width: none;
	border-radius: 20px 20px 20px 20px;
}
.top-menu .dropdown-toggle:hover, .top-menu .dropdown.open .dropdown-toggle {
    background-color: #232A32 !important;
	border-radius:4px;
}
.top-menu .dropdown-menu {
    margin-top: 3px;
	right: 0px;
	left: auto;
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 1000;
	display:none;
	float: left;
	background-color: rgb(252, 252, 252);
	border: 1px solid rgba(0, 2, 1, 0.2);
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0px 0px 0px rgba(0, 2, 1, 0.4);
	background-clip: padding-box;
	padding: 0px;
	margin: 0px;
	list-style: none outside none;
	text-shadow: none;
	min-width: 160px;
	margin-top: 3px;
}
.open > .dropdown-menu {
    display: block;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
    background-color: rgb(229, 229, 229);
    border-bottom: 1px solid rgb(255, 255, 255);
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: rgb(51, 51, 51);
    white-space: nowrap;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background-color: rgb(238, 238, 238);
    background-image: none;
    color: rgb(51, 51, 51);
    filter: none;
    text-decoration: none;
}

.txt-red{
	color:#C83C3B !important;
}
.txt-white{
	color:#fff !important;
}
.txt-blue{
	color:#3B5998 !important;
}
.highlight-blue{
	background-color:#D2D5DA;
	padding:7px;
}
.space-5{
	margin-top:5px;
}
.space-10{
	margin-top:10px;
}
.space-15{
	margin-top:15px;
}
.space-20{
	margin-top:20px;
}
.menu{
	text-align: center;
	height:24px;
	padding:3px 7px 0px;
	background-color:#fff;
	float:left;
}
.menu li{
    display: inline;
    border-right:solid 1px #fff;
} 
.menu li.th-last{
	border:none;
}
.menu li a{
	color: #333333;
	padding: 0 10px;
	font-size:12px;
	text-decoration: none;
	display:inline-block;
}
.menu li a:hover, .menu li a.menu-active{
	text-decoration:underline;
}

.navi{
	background: url("/style/insite/images/menu-bg.png") repeat-x scroll 0 0 transparent;
        height: 10px;
        margin: 0 auto;
        padding: 0 0 1px;
        text-align: left;
        width: 1376px;
}
.navi li{
    float:left;
	position:relative;
	margin-right:5px;
} 
.navi li.navi-last{
	border:none;
	background-image:none;
}
.navi li a{
	color: #fff;
	padding: 10px 25px 9px;
	font-size:12px;
	text-decoration: none;
	display:block;
	font-weight:bold;
}
.navi li a:hover, .navi li a.navi-active{
	background-color:#232A32;
}
.navi li:hover ul{
	display:block;
}
.navi ul{
	width:225px;
    border: solid 1px #232A32;
	display:none;
	position:absolute;
	top:39px;
	left:0;
	z-index:999;
}
.navi ul li{
	background-color: #2E373F;
	display:block;
	background-image:none;
    margin: 0px;
}
.navi ul li .dot{
	background: url('/images/dot.png') repeat-x scroll 0 0 transparent;
	width:6px;
	height:6px;
	display:block;
}
.navi ul li a{
	padding:10px;
	text-transform:none;
	font-family: Tahoma;
	font-size:12px;
	font-weight:normal;
}
.navi ul li .navi-line{
	background: url('/images/line.png') repeat-x scroll 0 0 transparent;
	height:2px;
	display:block;
}
.navi ul li a:hover{
	background-color: #232A32;
	text-decoration: none;
}


#container-body{
	position:relative;
    height: 100%;
    width: 1376px;
    margin: 0 auto;
    min-height: 500px;
}
#container-left{
	float:left;
	width:20%;
}
.block{
	border: solid 1px #E1E1E1;
	padding:10px;
	box-shadow: 1px 1px 5px #E1E1E1;
	margin-bottom:25px;
}
.block-title{
	font-family:UTM Alter Gothic;
	font-size:25px;
	color:#3B5998;
}
.block-line{
	background: url('/images/block_line.png') no-repeat scroll center 0 transparent;
	width:100%;
	height:15px;
}
.target{
	list-style-image: url('/images/star.png');
	margin-left:25px;
}

#container-right{
	float:right;
	width:20%;
}
.status-bar{
	border-radius:10px;
	height:15px;
	width:100%;
	overflow:hidden;
	border:solid 1px #E1E1E1;
	box-shadow: 0 0 5px #E1E1E1;
}
.status-bar-progress{
	background-color:#FCB322;
	height:15px;
}
.status-bar-progress-warning{
	background-color:#E74955;
	height:15px;
}
.question{
	list-style-image: url('/images/question.png');
	margin-left:25px;
}
.video{
	list-style-image: url('/images/video.png');
	margin-left:25px;
}

#container-center{
	float:left;
	margin:0 3%;
	width:54%;
}
#container-panel{
	position:absolute;
	top:0;
	left:0;
	width: 215px;
	background-color:#342921;
	height:100%;
}
.panel-toggler {
    display: none;
    background: url("/images/body-bg.png") repeat scroll 0 0 #E9EBEC;
    border-radius: 15px 0 0 15px;
    cursor: pointer;
    /*display: block;*/
    float: right;
    height: 22px;
    margin: 12px 0px;
    width: 23px;
	padding-top:3px;
}
.panel-icon{
	color:#ABABAB;
	font-size:11px;
	margin-left:10px;
}
.panel li{
	background: url("/images/line.png") repeat scroll bottom 0 transparent;
	border-bottom:solid 1px #2F4050;
}
.panel li a{
	color:#fff;
	display:block;
	font-size:12px;
}
.panel li a.active, .panel li a:hover{
	background: url("/images/side-bar-list-bg.png") repeat scroll 0% 0% transparent !important;
	
}
.panel .icon-box{
    background: url("/images/side-bar-list-bg.png") repeat scroll 0% 0% transparent !important;
    padding: 20px;
    margin-right: 10px;
	display:inline-block;
	vertical-align:middle;
}
#container-main{
	margin-left:215px;
	padding:10px;
    position: relative;
    min-height:500px;
}

.num-status{
	background-color:#2E373F;
	color:#fff;
	font-weight:bold;
	padding:0px 5px;
	border-radius:3px;
	font-size:10px
}
.group-status{
	float:left;
	margin-right:20px;
}
.list{
	list-style:square;
	color:#3B5998;
	margin-left:35px;
}
.shortcut{
	background-color:#5A84A8;
	padding:10px 15px;
	text-align:center;
	display:block;
	color:#fff;
	border-bottom:solid 3px #405F79;
	margin:0 15px 15px 0;
}
.shortcut img{
	height:38px;
}
.table-report{
	width:100%;
}
.table-report td{
	text-align:center;
	border-top: solid 1px #E1E1E1;
	border-left: solid 1px #E1E1E1;
	padding:7px 10px;
}
.table-report td.rlast{
	border-right: solid 1px #E1E1E1;
}
.table-report td.blast{
	border-bottom: solid 1px #E1E1E1;
}
.table-report td.no-border{
	border-top: 0;
	border-left: 0;
}
.table-report td.bg-blue{
	background-color:#DCF1F0;
}
#container-footer{
    background: url("/style/outsite/images/bg.png") repeat scroll 0 0 transparent;
    width: 100%;
    margin: 0 auto;
}
#wrapper-footer{
    padding:15px;
    color: #2e231b;
    font-size: 11px;
    font-family: tahoma;
}
#footer-left{
	float:left;
}
#footer-right{
	text-align:right;
	float:right;
}

.cat-list{
	list-style:square;
	margin-left:15px;
}
.cat-list li{
	color:#3B5998;
	padding-bottom:5px;
}
.cat-list li a{
	font-family:UTM Alter Gothic;
	font-size:16px;
	color:#3B5998;
	text-transform:uppercase;
}
.cat-list li a:hover{
	text-decoration:underline;
}
.section-title{
	font-size: 28px;
    margin-top: 10px;
	color: #868686;
}
.table-list{
	width:100%;
}
.table-list .sub{
	display:none;
}

.table-list td{
	padding:8px 10px;
	border-bottom: dotted 1px #000000;
}
.table-list td.title{
	background-color:#3B5998;
	color:#fff;
	padding:5px 10px;
}
.table-list td.no-border{
	border-bottom:0;
}

.table-modify{
	width:100%;
}
.table-modify td{
	padding:3px 0;
}
.require{
	color:red;
}

.table-bordered {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: separate;
    border-color: #DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
}
.table {
    margin-bottom: 20px;
    width: 100%;
}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
    border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top: 0 none;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0 none;
}
.table thead th {
    vertical-align: bottom;
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid #DDDDDD;
}
.table th {
    font-weight: bold;
}
.table .center{
	text-align:center;
}
.table tr.odd{
	background-color:#F9F9F9;
}
.table-highlight tr:hover, .table tr.active{
	background-color:#FCF8E3;
    cursor: pointer;
}
.table th, .table td {
    border-top: 1px solid #DDDDDD;
    line-height: 20px;
    padding: 0.5%;
    text-align: left;
	color: #868686;
}
.table input{
    vertical-align: middle;
}
.table img{
    vertical-align: middle;
}
.tablePermission {
    margin-top:20px;
}
.tablePermission .header{
    background-color: #2E373F;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.tablePermission .group{
    border:solid 1px #ccc;
    height: 150px;
    padding: 10px;
    margin-right: 10px;
    overflow-y: scroll;
}
.tablePermission td:last-child .group{
    margin-right: 0;
}
#container{
    
}