body{font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
color: #6a6c6f;}
a, a:hover, a:focus{text-decoration: none; color: #34495e; }
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 200;
}
.text-right{ text-align:right !important;}
.text-center{ text-align:center !important;}
.color-line {
  background: #f7f9fa;
  height: 6px;
  background-image: -webkit-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
  background-image: -moz-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
  background-image: -ms-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
  background-image: linear-gradient(to right, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
  background-size: 100% 6px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
.main-wraper{ display: block; max-width: 100%; min-height: calc(100vh - 15px); clear: both; }
.login-section{display:block; margin: auto; width:100%; max-width: 450px; margin-top: 150px;}
.login-box{ display:block; width:100%; padding: 20px; border: 1px solid #ccc; border-radius: 3px; }
.input{ display:block;  
    margin-bottom: 15px;
}
.input.datetime{ display:flex;}
.input.datetime select{ flex:1;}
.input input[type=text], .input input[type=email], .input input[type=password], .input select{
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}
button[type=submit]{background-color: #333; 
color: #FFFFFF;border-radius: 3px;display: block;
width: 100%;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;height: 36px;
white-space: nowrap; padding: 6px 12px; cursor: pointer; border: 1px solid #333;} 
button[type=submit]:hover{background-color: #000; border-color:#333;}
header{
    width: 100%;
    position: fixed;
    z-index: 1000;
    background-color: #fff; 
    display: block;
    height: 62px; 
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e4e5e7; z-index: 1;
}
header .header{ display: flex; height: 52px; width: 100%; }
header .logo{
    float: left;
    width: 190px;
    background-color: #fff;
    padding: 18px 10px 18px 18px;
    height: 56px;
    text-align: center;
}

header .button{
    padding: 18px 26px 17px 26px;
    font-size: 14px;
    float: left;
    border-right: 1px solid #e4e5e7;
    border-left: 1px solid #e4e5e7;
    margin-right: 15px;
    background: #f7f9fa;
    cursor: pointer;
}
header .button.right{
  float: right; margin-right: 0px;
}
aside{ position: fixed; bottom: 0;
float: left;
left: 0;  background-color: #fff;
top: 62px;
transition: all 0.4s ease 0s; 
overflow-x: hidden;
overflow-y: auto;
width: 190px;border-right: 1px solid #e4e5e7; z-index: 1;}
.main-section{background-color: #f1f3f6; display:block; padding:72px 15px 15px 205px; min-height: 100vh;  }
aside ul{ display:block; padding: 0px; margin: 0px; list-style-type: none; }
aside ul li{ display: block; padding: 0px; margin: 0px; border-bottom: 1px solid #e4e5e7; }
aside ul li a{text-transform: uppercase;
font-weight: 700;
padding: 15px 20px;  text-decoration: none;position: relative;
display: block;color: #34495e; background-color: #f1f3f6;}
aside ul li a:hover, aside ul li a:active{ background-color: #fff;}

aside ul li ul{ display:none;}
aside ul li:hover ul{ display:block;}
aside ul li ul li a{ background-color:#333; color:#fff;}
aside ul li ul li a:hover{ background-color:#000; color:#fff;}


.page-nav{ display: block; margin: 0px; padding: 0px; list-style-type: none; margin-bottom: 20px;}  
.page-nav li{ display: inline-block; vertical-align: text-bottom; margin-right: 15px;}
.page-nav li.heading{font-size: 24px; font-weight: 200;}
.page-nav li a, .page-nav li button{ background-color: #fff;
border: 1px solid #d9dbdd;
color: #606265; display: block;padding: 5px 10px;
font-size: 12px; border-radius: 3px; }
.page-nav li a:hover{background-color: #3498db;
border-color: #258cd1; color: #fff;}

.panel-body{
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

td.actions, th.actions{ text-align: center; }
td.actions a{ display: inline-block; padding: 4px 8px; background-color: #fff;
border: 1px solid #d9dbdd;}
.filter-nav{ display: block; margin: 0px; padding: 0px; list-style-type: none; margin-bottom: 10px;}  
.filter-nav li{ display: inline-block; vertical-align: text-bottom; margin-right: 15px;}
.filter-nav li.heading{font-size: 24px; font-weight: 200;}
.filter-nav li a, .filter-nav li button{ background-color: #fff;
border: 1px solid #d9dbdd;
color: #606265; display: block;padding: 5px 10px;
font-size: 12px; border-radius: 3px; }
.filter-nav li button.green{ background-color: #468847;  border: 1px solid #468847; color:#fff; }
.filter-nav li a:hover{background-color: #3498db;
border-color: #258cd1; color: #fff;}

.file-select input[type=file]{ display: none; }
div.input.text label{ font-weight: 700px !important; margin-bottom: 1px !important; }
.checkbox label{  font-size: 22px;}
.checkbox label input[type=radio]{ display: none; }
.checkbox .label{ display: inline-block; margin-left: 0px; margin-right: 15px; padding-left: 0px; color: #333; font-size: 13px; }
.checkbox label:hover, .checkbox label.active{ color: #468847; }

.action-btn{position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;background-color: #ccc; border-radius: 10px; margin: auto;}
.action-btn span{ position: absolute; width: 16px; height: 16px; border-radius: 50%; background-color: #fff; left: 2px; top: 2px; cursor: pointer; }
.action-btn.active{background-color: #4CAF50; }
.action-btn.active span{ left: auto; right: 2px; cursor: pointer; }