.text-rotate180 {
	-webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-left-side{
	overflow-y:auto;
	padding-right:2px;
	padding-left:2px;
}

.paginate_input{
  width:50px;
}

.content-body{
	overflow-y:auto;
	padding-right:2px;
	padding-left:2px;
}

.cell-no-padding {
	overflow:visible;
	padding-right:0px;
	padding-left:0px;
}

.tb_cell_row_select {
	width:10px;
}

.tb_cell_over_hidden {
  overflow:hidden;
  text-overflow:ellipsis;
  /**white-space:nowrap;*/
}
.tb_cell_tip:{	
}
.tb_cell_tip::after {
    content: attr(data-tip);
	display: none;
	position: absolute;
	padding: 5px 10px;
	margin-bottom: 12px;
	transform: translateX(0%);
	font-size: 16px;
	background: #000;
	color: #fff;
	cursor: default;
}
.tb_cell_tip::before {
	content: " ";
	position: absolute;
	display: none;
	transform: translateX(-50%);
	margin-bottom: 3px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 9px solid #000;
}
.tb_cell_tip:hover::after,
.tb_cell_tip:hover::before {
	display: block;
}
.news-list {
	list-style: none;
  margin: 0;
  padding: 0;
}
.news-list > .item {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  background: #fff;
}
.news-list > .item:before,
.news-list > .item:after {
  content: " ";
  display: table;
}
.news-list > .item:after {
  clear: both;
}
.news-list .news-img {
  float: right;
  vertical-align:middle;
}
.news-list .news-img img {  
  width : 100px;
  height: 75px;
}
.news-list .news-info {
  margin-right: 10px;
  position:relative;
}
.news-list .news-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list-in-box > .item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #f4f4f4;
}
.nav_bottom{
	width:auto;
}
.nav_bottom>li {
	display:table-cell;
	width:1%;
	float:none;
}
.nav_bottom>li> .active>div{
	color:red
}
.nav_college{
	font-size:6px;
}
.nav_college>li img {
	width:50px;
}
.main-tab, .main-tab>.tab-content>.tab-pane {
	height:100%;
}
@media (max-width: 767px) {
	.main-footer {
		font-size:4px
	}
	.content-left-side {
		height:240px;
		width:100%;
	}
	.content-body {
		width:100%;
	}
}
@media (min-width: 768px) {
	.content-left-side{
		height:100%;
		min-height:360px;
	}
}
canvas {
    /*background-color: #f3f3f3;
    -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
    -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
    box-shadow: 3px 3px 3px 0 #e3e3e3;
    border: 1px solid #c3c3c3;*/
    height: 100px;
    margin: 6px 0 0 6px;
}
.btn-file {  /*  上传按钮*/
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    rightright: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: rightright;
    filter: alpha(opacity = 0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.portrait {
	list-style:none;
	line-height:80px;
	min-width:240px;
}
.portrait>li{
	display:block;float:left;
}
.portrait-user-img {
	margin: 0 auto;
	width:80px;
	height:80px;
	padding:3px;
	border:3px solid #d2d6de;
}
.portrait-img {
	margin: 0 auto;
	width:70px;
	height:70px;
	padding:3px;
	border:3px solid #d2d6de;
}
.activities-img {
	margin: 0 auto;
	width:80px;
	height:80px;
	padding:3px;
	border:3px solid #d2d6de;
}
.angular-ui-tree-handle {
    background: #f8faff;
    border: 1px solid #dae2ea;
    color: #7c9eb2;
    padding: 10px 10px;
}

.angular-ui-tree-handle:hover {
    color: #438eb9;
    background: #f4f6f7;
    border-color: #dce2e8;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

tr.angular-ui-tree-empty {
    height:100px
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}


/* --- Tree --- */
.tree-node {
    border: 1px solid #dae2ea;
    background: #f8faff;
    color: #7c9eb2;
}

.nodrop {
    background-color: #f2dede;
}

.tree-node-content {
    margin: 10px;
}
.tree-handle {
    padding: 10px;
    background: #428bca;
    color: #FFF;
    margin-right: 10px;
}

.angular-ui-tree-handle:hover {
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tree-node-content .active {
	color : #00a65a
}
.tree-node-content .delete {
	text-decoration:line-through;
}
.modal-title {
	display:inline-block;
}
.box {
	margin-bottom:0px;
}
.w-25{
	height:25%;
}
.w-30{
	height:30%;
}
.w-50{
	height:50%;
}
.w-60{
	height:60%;
}
.w-75{
	height:75%;
}
.w-100{
	height:100%;
}
.h-25{
	height:25%;
}
.h-30{
	height:30%;
}
.h-50{
	height:50%;
}
.h-60{
	height:60%;
}
.h-75{
	height:75%;
}
.h-100{
	height:100%;
}
/*** PROGRESS BAR ***/
.meter {
	font-size: 2.5em;
	width: 16em;
	max-width: 84%;
	color: #662;
	height: 1em;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	margin: auto;
	background: #bbb;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 0.2em;
	-webkit-box-shadow: inset 0 -0.1em 0.1em rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 -0.1em 0.1em rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 -0.1em 0.1em rgba(255, 255, 255, 0.3);
	z-index: 999;
}

.meter>span {
	display: block;
	height: 100%;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	background-color: #cc0;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cc0),
		color-stop(1, #ff0));
	background-image: -moz-linear-gradient(center bottom, #cc0 37%, #ff0 69%);
	-webkit-box-shadow: inset 0 0.1em 0.45em rgba(255, 255, 255, 0.3), inset
		0 -0.1em 0.3em rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 0.1em 0.45em rgba(255, 255, 255, 0.3), inset 0
		-0.1em 0.3em rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0.1em 0.45em rgba(255, 255, 255, 0.3), inset 0
		-0.1em 0.3em rgba(0, 0, 0, 0.4);
	position: relative;
	overflow: hidden;
	transition: width 0.2s ease-in;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	vertical-align: middle;
	line-height: 1.42em;
}

.meter>span:after, .animate>span>span {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	fill: #ffffff;
	background:
		url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='80' width='80'><g><path d='M 80,0 70,10 c 0,-3 -4,-4 -6,-2 -2,2 -1,6 2,6 L 54,26 c 3,0 4,4 2,6 -2,2 -6,1 -6,-2 L 40,40 30,50 c 0,-3 -4,-4 -6,-2 -2,2 -1,6 2,6 L 14,66 c 3,0 4,4 2,6 -2,2 -6,1 -6,-2 L 0,80 H 40 L 50,70 c -3,0 -4,-4 -2,-6 2,-2 6,-1 6,2 L 66,54 c 0,3 4,4 6,2 2,-2 1,-6 -2,-6 L 80,40 Z'/><path d='M 0,0 H 40 L 30,10 c 3,0 4,4 2,6 -2,2 -6,1 -6,-2 l -12,12 c 0,-3 -4,-4 -6,-2 -2,2 -1,6 2,6 L 0,40 Z'/></g></svg>");
	webkit-background-size: 4em 4em;
	-moz-background-size: 4em 4em;
	background-size: 4em 4em;
	-webkit-animation: move 2s linear infinite;
	-moz-animation: move 2s linear infinite;
	-webkit-border-radius: 0.3em;
	border-top-radius: 0.3em;
	overflow: hidden;
	transition: width 0.2s ease-in;
	opacity: 0.1;
}
/** checkbox radio start **/
.checkbox {
	padding-left: 20px;
}
.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}
.checkbox input[type="checkbox"] {
	opacity: 0;
	z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
.checkbox.checkbox-inline {
	margin-top: 0;
}
.checkbox.checkbox-single label {
	height: 17px;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
	background-color: #428bca;
	border-color: #428bca;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
	background-color: #d9534f;
	border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
	background-color: #5bc0de;
	border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #5cb85c;
	border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.radio {
	padding-left: 20px;
}
.radio label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}
.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
	opacity: 0;
	z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
	cursor: not-allowed;
}
.radio.radio-inline {
	margin-top: 0;
}
.radio.radio-single label {
	height: 17px;
}
.radio-primary input[type="radio"] + label::after {
	background-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::before {
	border-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::after {
	background-color: #428bca;
}
.radio-danger input[type="radio"] + label::after {
	background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
	border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
	background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
	background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
	border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
	background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
	background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
	border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
	background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
	background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
	border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
	background-color: #5cb85c;
}
/** checkbox radio end **/

.checkbox-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
}
/*
将初始的checkbox的样式改变
*/
.checkbox-custom input[type="checkbox"] {
    opacity: 0;/*将初始的checkbox隐藏起来*/
    position: absolute;
    cursor: pointer;
    z-index: 2;
    margin: -6px 0 0 0;
    top: 50%;
    left: 3px;
}
/*
设计新的checkbox，位置
*/
.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 19px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}
/*
点击初始的checkbox，将新的checkbox关联起来
*/
.checkbox-custom input[type="checkbox"]:checked +label:after {
    position: absolute;
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\F00C';
    top: 50%;
    left: 4px;
    margin-top: -5px;
    font-size: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #333;
}
.checkbox-custom label {
    cursor: pointer;
    line-height: 1.2;
    font-weight: normal;/*改变了rememberme的字体*/
    margin-bottom: 0;
    text-align: left;
}

.foot-btn {
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	padding:0px;
	background-color:white;
	height:4rem;
	line-height:4rem;
}

.foot-btn-left {
    float:left;width:50%;
	height:4rem;
	line-height:4rem;
	background-color:black;
	border-radius:0px;
	border:0px;
	color:white;
	font-size:2rem;
	text-align:center;
}

.foot-btn-rigth {
   float:left;
   width:50%;
   height:4rem;
   line-height:4rem;
   background-color:red;
   border-radius:0px;
   border:0px;
   color:white;
   font-size:2rem;
   text-align:center;
}

.snapshot-gray {
   border:3px solid gray;
}

.snapshot-green {
   border:3px solid #00a65a;
}

.snapshot-red {
   border:3px solid red;
}

.datatable  {
	width: 100% !important;
}

.dataTables_info {
	padding : 0.3rem !important;
}

.datatables_scrollhead {
	width: 100% !important;
}

.dataTables_scrollHeadInner {
	width: 100% !important;
}

.dataTables_scrollHeadInner > table{
	width: 100% !important;
}

.modal-class .modal-lg{
   width: 1200px;  
}

.ui-grid-cell {
  display : table-cell;
  height: auto !important;
  overflow:visible;
  position: static;
}




