

body{
	background:#f7f7f7;
	background-size: cover;
}
.navbar a{
	color:#646464;
	font-weight: bold;
}
.navbar a:hover{
	color:#ef6e62;
}

.navbar{
	background:#fff;
	height: 60px;
    border-bottom: 1px solid #e6e6e6;
    background-color: rgba(255, 255, 255, 0.93);
}
.svg-logo {
	padding-top:12px;
    height: 60%;
    width: 36px;
    margin-left: 10px;
    display: block;
    color: #ef6e62;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    float:left;
}
.svg-logo svg {
    width: 100%;
    height: 100%;
    color: currentColor;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }

  .svg-logo:hover svg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.user_center{
	background:#ef6e62;
}

.user_center a:hover{
		color:#fff;
}

.user_center a{
		color:#fff;
}
.nav > li > a.active{
  border-radius: 0px;
  color:#ef6e62;
  border-bottom: 3px solid #ef6e62;
}

.nav > li > a.user_center:hover,
.nav > li > a.user_center:focus {
  background-color: #ef6e62;
   color: #fff;
}

.nav_menu li {
  list-style: none;
  float: right;
margin-right: 15px;

line-height: 60px;

}


.nav_menu li a{
  padding:5px;
  text-decoration: none;
}

.nav_menu li a:hover{
  text-decoration: none;
}

.nav_menu li a.active {
    border-radius: 0px;
    color: #ef6e62;
    border-bottom: 3px solid #ef6e62;

}


.navbar-brand{
  margin: 0 15px;
}
.buchong{
	padding-top: 7px;
    margin-bottom: 0;
}
.text1{
	border: solid #000000;
	border-width: 1px 0;
}
.text2{
	border: solid #dddddd;
	border-width: 1px 0 0 0;
}
.container{
	max-width: 920px;
}
.green{
  color:green;
}
.red{
  color:#ef6e62;
}
.dataTables_paginate a{
  margin-right: 10px;
  cursor: pointer;
}
.table th{
  white-space: nowrap !important;
}


@media screen and (max-width: 768px){


.submit{
  margin-top:15px;
  width: 100%;
}
}
