@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

body {
	font-family: 'Roboto', sans-serif;
	color:#373a3c;
}
h1, h2, h3, h4, h5, h5 {
    color: #464851;
    font-weight: 500;
}
div#loginbox {
    width: 500px;
    margin: 80px auto 0;
    text-align: center;
    border: .07rem solid #ebecf0;
    border-radius: .43rem;
    padding: 40px;
	max-width:90%;
}
#loginbox img {
    margin-bottom: 20px;
}
.text-input {
    position: relative;
    margin-top: 20px;
}
  
  input[type="text"] + label, input[type="password"] + label, select + label, input[type="date"] + label{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 48px;
    line-height: 40px;
    color: white;
    border-radius: 3px 0 0 3px;
    padding: 0 12px;
    background: #E03616;
    transform: translateZ(0) translateX(0);
    transition: all 0.3s ease-in;
    transition-delay: 0.2s;
  }
  
.text-input label i {
    padding-top: 7px;
    font-size: 30px;
}

.text-input .form-control-lg {
    padding-left: 65px;
    padding-top: 5px;
}
.form-control:focus {
    border-color: #e09789 !important;
    box-shadow: 0 0 0 0.2rem rgba(224,24,52,.20) !important;
}
#loginbox .btn-lg {
    margin: 20px 0 15px;
}
div#header h4 {
    font-size: 14px;
    color: #999;
    float: right;
}
.col-md-1 i {
    float: left;
    padding-top: 8px;
    padding-right: 7px;
    font-size: 20px;
    color: #bbb;
}
#header .col-md-2 {
    text-align: left;
}
#header .row {
    padding: 9px 0 0;
    border-bottom: 1px solid #ddd;
    text-align: right;
}
#header .col-md-1 {
    border-left: 1px solid #ddd;
	min-width: 136px !important;
}
#header .col-md-1:last-child {
    border-left: 1px solid #ddd;
	min-width: 175px !important;
	display:block;
}
div#header h4 span {
    color: #666;
    display: block;
}
#tabcontent {
    padding: 20px 50px;
}
#tabcontent h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
    clear: both;
    float: none;
}
ul.nav.nav-tabs li {
    padding: 6px 6px;
}
#tabcontent h2 a {
    float: right;
    font-size: 16px;
    background: #efefef;
    padding: 10px 15px;
    border-radius: 15px;
	text-decoration:none;
	color:#666;
}
.nav-tabs li a {
    padding: 8px 15px;
}
.nav-tabs li a.active {
    background: #efefef;
    border-radius: 10px 10px 0 0;
    border: solid 1px #e9e9e9;
    border-bottom: none;
}
#dropmenu {
    position: absolute;
    top: 40px;
    background: #efefef;
    width: 100%;
    text-align: left;
    right: 0;
    z-index: 999;
}
ul#dropmenu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hasmenu #dropmenu {
    display: none;
}
.hasmenu:hover #dropmenu {
    display: block;
	cursor:pointer;
}
#dropmenu li {
    padding: 7px 22px 10px 14px;
    border-bottom: 2px solid #ddd;
    text-align: right;
}
#tabcontent table td:nth-child(1) {
    width: 70px;
    text-align: center;
}
#tabcontent table td:nth-child(2) {
    width: 150px;
    font-size: 13px;
}
#tabcontent table td:nth-child(3) {
    width: 150px;
    font-size: 13px;
    font-weight: 500;
    max-width: 150px;
    word-break: break-all;
}
#tabcontent table td:nth-child(4) {
    font-size: 13px;
    font-weight: 500;
}
#tabcontent table td:nth-child(5) {
    width: 100px;
    text-align: center;
}
#tabcontent table td:nth-child(6) {
    width: 100px;
    text-align: center;
}
#tabcontent table th:nth-child(1) {
    width: 70px;
    text-align: center;
}
#tabcontent table th:nth-child(2) {
}
#tabcontent table th:nth-child(3) {
}
#tabcontent table th:nth-child(4) {
}
#tabcontent table th:nth-child(5) {
    text-align: center;
}
#tabcontent table th:nth-child(6) {
    text-align: center;
}
.table td, .table th {
    padding: .50rem !important;
}
#header .col-md-2 img {
    padding-top: 4px;
    margin: 0 auto;
    display: block;
}
ul#dropmenu.show {
	display: block;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
	font-weight: 400;
}
div#displayip input[type=text] {
    border: 0;
    padding: 0;
    background: #fff;
    margin: 0;
    color: #000;
    width: 110px;
}
.rowset a {
    display: block;
    text-align: left;
    font-size: 14px;
    text-decoration: none;
    padding-top: 0px;
}
.rowset {
    width: 50%;
    float: left;
    text-align: right;
}
@media screen and (max-width: 768px) {
	ul#dropmenu {
		width: 100vw !important;
	}
	.ihide {
		display:none;
	}
	.col-xs-4.col-md-1 {
		width: 32% !important;
		min-width: 33% !important;
	}
	#header .row .col-md-2 {
		border-bottom: 1px solid #ddd;
		padding-bottom: 12px;
	}
	#header .col-md-1.col-xs-4 {
		padding-bottom: 2px;
		padding-top: 10px;
	}
	#dropmenu {
		top: 52px;
	}
	#tabcontent {
		padding: 20px 20px;
	}
}
@media screen and (max-width: 500px) {
	.notif {
		display:none;
	}
	.col-xs-4.col-md-1 {
		width: 50% !important;
		min-width: 33% !important;
	}
}