
/**
 * Alert框
 */
#alertMsg-mobile .am-modal-dialog,
#loading-mobile .am-modal-dialog {
  border-radius: 0;
  background: rgba(44, 23, 23, 0.82);
  color: #fff;
}
#loading-mobile .am-modal-dialog ,
#alertMsg-mobile .am-modal-bd {
  padding: 10px 5px;
}

.am-topbar-form {
  margin-top: 4px;
}
.am-topbar-btn {
  margin-top: 4px;
}
/**
 * 回到顶部样式
 */
.theme-default .am-gotop-fixed {
	bottom: 2rem;
	right: 1rem;
	width: 3rem;
}
.theme-default .am-gotop-fixed .am-gotop-icon{
	background-color: #FF4400;
	vertical-align: middle;
	color: #FAFAFA;
	border-radius: 50%;
}

/**
 * admin.css
 */

ul {
  margin-top: 0;
}

.admin-icon-yellow {
  color: #ffbe40;
}

.admin-header {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.admin-header-list a:hover :after {
  content: none;
}

.admin-main {
  background: #f3f3f3;
}

.admin-menu {
  position: fixed;
  bottom: 30px;
  right: 20px;
}

.admin-sidebar {
  width: 260px;
  min-height: 100%;
  float: left;
  border-right: 1px solid #cecece;
}

/*.admin-sidebar-list {
  margin-bottom: 0;
}*/

.admin-sidebar-list li a {
  color: #5c5c5c;
  padding-left: 24px;
}

.admin-sidebar-list li:first-child {
  border-top: none;
}

.admin-sidebar-sub {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 16px 8px -15px #e2e2e2 inset;
  background: #ececec;
  padding-left: 24px;
}

.admin-sidebar-sub li:first-child {
  border-top: 1px solid #dedede;
}

.admin-sidebar-panel {
  margin: 10px;
}

.admin-content {
  width: auto;
  overflow: hidden;
  height: 100%;
  background: #fff;
}

.admin-content-list {
  border: 1px solid #e9ecf1;
  margin-top: 0;
}

.admin-content-list li {
  border: 1px solid #e9ecf1;
  border-width: 0 1px;
  margin-left: -1px;
}

.admin-content-list li:first-child {
  border-left: none;
}

.admin-content-list li:last-child {
  border-right: none;
}

.admin-content-table a {
  color: #535353;
}
.admin-content-file {
  margin-bottom: 0;
  color: #666;
}

.admin-content-file p {
  margin: 0 0 5px 0;
  font-size: 1.4rem;
}

.admin-content-file li {
  padding: 10px 0;
}

.admin-content-file li:first-child {
  border-top: none;
}

.admin-content-file li:last-child {
  border-bottom: none;
}

.admin-content-file li .am-progress {
  margin-bottom: 4px;
}

.admin-content-file li .am-progress-bar {
  line-height: 14px;
}

.admin-content-task {
  margin-bottom: 0;
}

.admin-content-task li {
  padding: 5px 0;
  border-color: #eee;
}

.admin-content-task li:first-child {
  border-top: none;
}

.admin-content-task li:last-child {
  border-bottom: none;
}

.admin-task-meta {
  font-size: 1.2rem;
  color: #999;
}

.admin-task-bd {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.admin-content-comment {
  margin-bottom: 0;
}

.admin-content-comment .am-comment-bd {
  font-size: 1.4rem;
}

.admin-content-pagination {
  margin-bottom: 0;
}
.admin-content-pagination li a {
  padding: 4px 8px;
}

@media only screen and (min-width: 641px) {
  .admin-sidebar {
    display: block;
    position: static;
    background: none;
  }

  .admin-offcanvas-bar {
    position: static;
    width: auto;
    background: none;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .admin-offcanvas-bar:after {
    content: none;
  }
}

@media only screen and (max-width: 640px) {
  .admin-sidebar {
    width: inherit;
  }

  .admin-offcanvas-bar {
    background: #f3f3f3;
  }

  .admin-offcanvas-bar:after {
    background: #BABABA;
  }

  .admin-sidebar-list a:hover, .admin-sidebar-list a:active{
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    background: #E4E4E4;
  }

  .admin-content-list li {
    padding: 10px;
    border-width: 1px 0;
    margin-top: -1px;
  }

  .admin-content-list li:first-child {
    border-top: none;
  }

  .admin-content-list li:last-child {
    border-bottom: none;
  }

  .admin-form-text {
    text-align: left !important;
  }

}


/*
* table.html css
*/

.table-main {
  font-size: 1.4rem;
  padding: .5rem;
}

.table-main button {
  background: #fff;
}

.table-check {
  width: 30px;
}

.table-id {
  width: 50px;
}
@media only screen and (max-width: 640px) {
  .table-select {
    margin-top: 10px;
    margin-left: 5px;
  }
}
.page {
	text-align: center;
	padding: 0em 1em 1em;
}
.page a {
	border: 1px solid #f2f2f2;
	background: white;
	color: #666;
	padding: 5px;
	font-size: 14px;
}
.test-mobile {
	display:none;  
}

@media only screen and (max-width: 640px) {
  .admin-header {
	display:none;  
  }	
  .am-footer {
	display:none;  
  }	
  .am-gotop {
	display:none;  
  }
  .am-text-primary {
	display:none;  
  }
  .am-alert {
	display:none;
  }
  .test-web {
	display:none;  
  }
  .test-mobile 
   {
	display:block;  
  }
  .test-box {
	padding: 0;
  }
  .admin-content {background-color: #f8f8f8;}
  .test-mobile ul {
	-webkit-padding-start: 0px;
  }
  .test-mobile li {
	list-style: none;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin: 1rem 0;
	padding: 1rem 1rem 0;
	background: white;
  }
  .test-id {
	width: 50px;
	height: 50px;
	background: #5dccc0;
	border-radius: 50%;
	padding: 12px 0;
	color: white;
	float: left;
	text-align: center;
  }
  .test-view {
	margin-left: 60px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f2f2f2;
  }
  .test-view p {
	margin: 0px;
  }
  .test-view p span {
	padding: 0.25em;
  }
  .test-view .test-date {
	color:#aaa;
  }
  .test-btn {
	margin-left: 60px;
	overflow: hidden;
  }
  .test-btn a {
	float: left;
	width: 47%;
	color: #aaa;
	padding: .225em 0;
	margin: .4em 0;
	text-align: left;
  }
  .test-btn a:hover {
	color:#aaa;
  }
  .test-btn-text {
	float: left;
	color: #aaa;
	padding: .225em 0;
	margin: .4em 0;
	font-size:14px;
  }
  .test-btn a.am-btn-sm-last {
	border-left:1px solid #f2f2f2;
	width: 52.9%;
	padding-left: 1em;
  }
  .test-btn a.am-btn-sm-one {
	width: 100%;
  }
  .am-icon-edit {
	padding-right: 0.25em;
  }
  .am-icon-edit-on {
	color: #5dccc0;
  }
  .test-report {
	display:none;
  }
  .am-icon-eye {padding-right: 0.25em;color: #5dccc0;}
  .page-box {text-align:center;}
  .search-btn {
	position: absolute;
	top: 1.3rem;
	right: 1.4rem;
	background-color: #5dccc0;
	border-color: #5dccc0;}
  .photo {text-align:center;padding: 20px;}
  .photo img {width:50%;border-radius: 50%;}
  .name {text-align:center;}
  .org {text-align:center;padding-bottom:10px;}	
}	

