/*================================================================================
	Item Name: Robust - Responsive Admin Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.hide
{
   display:none;
}

body {
  background-color: #f5f5f5;
}

textarea {
  resize: none;
}

#main-content {
  max-width: 80%;
  padding: 2em 3em;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.highlight td {
  background: green;
}

/*Å¬¸®¾îÇÈ½º clear-fix*/
.cf:after{content:"";display:block;clear:both;}


header{width:100%;min-width:1200px;height:60px;background:#ffddd3;}
#container{width:100%;min-width:1200px;background:#f6f6f6;}
#container .nav{float:left;margin-bottom:80px;width:200px;box-sizing:border-box;}
#container .content{margin-left:200px;background:#fff;box-sizing:border-box;}
.content .content_inner{padding:0px 20px 40px;box-sizing:border-box;}
footer{padding:8px 0;height:80px;background:#cacaca;font-weight:600;text-align:center;box-sizing:border-box;}

/*style*/
header h1{float:left;width:200px;height:60px;line-height:60px;background:#ff5723;text-align:center;}
.head_inner{/*float:left;*/width:100%;}
.head_inner>span{float:left;margin-left:20px;line-height:60px;text-align:left;font-size:30px;font-weight:600;color:#ff5723;}
.head_inner ul{float:right;margin-right:16px;height:60px;}
.head_inner li{float:left;line-height:60px;font-weight:600;}
.head_inner li:before{content:"";display:inline-block;width:2px;height:12px;background:#ff5723;vertical-align: middle;}
.head_inner li:nth-of-type(1):before{display:none;}
.head_inner li:nth-of-type(1){padding-right:16px;}
.head_inner li a{display:inline-block;padding:0 16px;line-height:60px;}
