*{
  box-sizing: border-box;
}

html {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
body{margin: 0;
	background-color: #efefef;}
.container{
	width: 1280px;
	margin: 0 auto;
	
}
.row{
	display: flex;
	flex-direction: row ;
	flex-wrap:nowrap;
	align-items:stretch
}
.col{
	margin: 10px 5px;	
	align-items: center;    
    flex: 1;
}
.form input {
    background-color: rgb(240, 240, 240);
    width: 200px;
    height: 30px;
    border: 1px solid rgb(240, 240, 240);
    padding: 10px;
    font-size: 15px;
    outline: 0;
    box-sizing: content-box;
}

.form button {
    border-radius: 6px;
    background-color: rgb(22, 163, 113);
    width: 120px;
    height: 50px;
    border: 0;
    font-size: 15px;
    outline: 0;
    color: #FFF;
}

.form button:hover {
    background-color: #0ec785;
    outline: 0;
    cursor: pointer;
}

.text_danger{
    color: #f00;
}

.main{
    padding-bottom: 20px;
}
/*login page*/

body.login {
    background-size: 100% 100%;
    background-image: url(../images/login_bg.jpg);
    padding: 0;

}

.login .main {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#54b894+0,fcf589+50,ffc468+100 */
    background: #54b894;
    /* Old browsers */
    background: -moz-linear-gradient(top, #54b893d8 0%, #fcf489d8 50%, #ffc568d8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #54b893d8 0%, #fcf489d8 50%, #ffc568d8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #54b893d8 0%, #fcf489d8 50%, #ffc568d8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54b894', endColorstr='#ffc468', GradientType=0);
    /* IE6-9 */
    height: 100vh;
    margin: 0 0;
    padding: 0;
}

.login p {
    margin: 0;
}

.login .main .box {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 50%;
    top: 120px;
    width: 420px;
    height: 600px;
    text-align: center;
    padding: 0;
}

.login .main .box1 {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    right: 55%;
    top: 120px;
    width: 420px;
    height: 600px;
    text-align: center;
    padding: 0;
}


.logo {
    padding: 30px 30px 20px;
}

.title {
    padding-bottom: 30px;
}

.text1 {
    font-size: 36px;
}

.text2 {
    color: #f4ac5f;
    letter-spacing: 3px;
}

.login .form input {
    background-color: rgb(240, 240, 240);
    width: 300px;
    height: 30px;
    border: 1px solid rgb(240, 240, 240);
    padding: 10px;
    font-size: 18px;
    margin-bottom: 10px;
    outline: 0;
}

.login .form button {
    padding: 10px;
    font-size: 18px;
    margin: 20px;
}


.login .time {
    width: 100%;
    background-color: rgb(241, 170, 94);
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin-top: 80px;
}

header{
	height: 100px;
	border-bottom: 10px solid #f1aa5e;
	background-color: #fff
}
header .form{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1
}
header .form div{
	padding: 0 5px;
	
}


/*index page*/
.top_login{
    display: flex;
}


.box{
    padding: 5px;
    min-height: 380px;
}

.box .box_title{
    display: flex;
    align-items: center;
    padding: 10px 10px 15px;
    height: 75px;
}

.box .box_title .box_title_icon{
    border-radius: 50%;
    background-color: #54b894;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.box .box_title h2{
    font-size: 36px;
    margin: 0;
}

.box .box_content{
    background-color: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.box .box_content h3{
    margin: 0;
    padding: 10px 15px;
}
.box .box_content table{
    width: 100%;
    border-spacing: 0;
    line-height: 30px;
}
.box .box_content thead{
    background-color: #c2e9db;
    color: #0a8a5c;
    font-weight: bold;
}
.box .box_content td{
    text-align: center;
}
.box .box_content tbody{
    background-color: #fff;
}
.box .box_content tbody tr:nth-of-type(even){
    background: #f8f8f8;
}
.box .box_content td{
    padding: 10px;
}


/* home */
.topmenu{
    background-color: #f1aa5e;
    font-size: 16px;
}

.menu
{
    height: 50px;
}

.menu ul
{
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;  
  line-height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu>ul>li {
    display: flex;
    flex: 1;
    align-items: stretch;
    text-align: center;
    vertical-align: middle;
}

.menu ul li
{
  list-style: none;
  position: relative;
  transition: 0.5s;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: stretch;
}

.menu ul li a
{
  color: #fff;
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-self: center;
  align-content: stretch;
}
.menu>ul>li>a {
    text-align: center;
    height: 50px;
    border: 1px solid #fff;
    border-top: 0;
    line-height: 20px;
    padding-top: 10px;
}
.menu>ul>li>a.on {
    background-color: #d87a16;
}

.menu>ul>li>a:after {
    content: "▼";    
    height: 14px;
    font-size: 10px;
    line-height: 14px;
    
}

.menu ul li a:hover
{
  
  background: #d87a16;
}

.menu ul li ul
{
  display: none;
  line-height: 30px;
  height: auto;
  width: 200px;
  text-align: left;
}


.menu ul li:hover ul
{
  display: block;
  position: absolute;
  background: #f1aa5e;
  width: 100%;
  padding: 10px 2px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  top: 45px;
  width: 200px
}
.menu ul li:hover ul li a
{
  
  padding: 10px;
}

.dashboard{
    padding-top: 10px;
}

.dashboard .col{
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 10px;
    text-align: center;
    padding: 10px 0 10px 0;
}
.dashboard .dashboard_number{
    font-size: 30px;
}