﻿@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
html, body, div {
	margin: 0;
	padding: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    font-size: 14px;
    color: black;
}
@media (max-width: 1200px) {
    html, body, div {
        margin: 0;
        padding: 0;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        font-size: 12px;
        color: black;
    }
}
canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	outline: 0;
}
img {
	border: none;
}
.clr {
	display: block;
}
.div_box {
    margin-bottom: 15px;
}

.nav_menu{
    z-index:9999;
}

.shadow-2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
#header {
    width:%100;
	height: 100px;
	padding:0 15px 0 0;
	background: #306b98;
}
.logo {
	width: 290px;
	height: 100px;
	background: #306b98;
	margin: 0 0 0 35px;
	float:left;
}
.header-ico{
	padding:0 15px 0 15px;
	height:30px;
	background: #306b98;
	float:right;
	margin:40px 0 0 0;
	cursor:pointer;
}
.header-ico-border{
	width:2px;
	height:30px;
	background: #306b98;
	margin:40px 0 0 0;
	float:right;
}
#menu{
	width:300px;
	height:auto;
	background:#28597e;
	position:absolute;
	z-index:1;
	left:0;
	top:100px;
}
#main{
	width:100%;
	height:auto;
	background:#edf0f5;
	position:relative;
	top:0;
	left:350px;
}
.profile-detail{
	/*width:300px;
	height:164px;*/
	border-bottom:2px solid #204765;
	padding:10px 0 0 0;
}
a.profile-detail-li{
	width:330px;
	height:48px;
	border-bottom:2px solid #204765;
	font:18px GloberRegular;
	color:#fff;
	line-height:48px;
	padding:0 0 0 20px;
	display:block;
}
a.profile-detail-li-active{
	width:330px;
	height:48px;
	border-bottom:2px solid #204765;
	font:18px GloberRegular;
	font-weight:bold;
	color:#fff;
	line-height:48px;
	background:#245071;
	background-image:url(img/menu-arrow.png);
	background-repeat:no-repeat;
	display:block;
	background-position:right;
	padding:0 0 0 20px;
}
.profile-detail-img{
	width: 90px;
	height: 90px;
	background:#2e6db5;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	border:5px solid #204765;
	margin:0 auto;
}
.profile-detail-name{
	/*width:300px;*/
	height:auto;
	text-align:center;
	margin:10px 0 0 0;
	font:18px GloberRegular;
	font-weight:bold;
	color:#fff;
}
.profile-detail-app{
	/*width:300px;*/
	height:auto;
	text-align:center;
	margin:5px 0 0 0;
	font:16px GloberRegular;
	color:#bdc7d1;
}
.login-temp input[type=text], .login-temp input[type=password] {
    /*
    width: 404px;
    height: 54px;
        */
    width: 235px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 30px;
    padding: 10px;
    font: 14px GloberRegular;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.login-temp-btn {
    width: 235px;
    height: 57px;
    background-color: #306b98;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 30px;
    font: 18px GloberRegular;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    border-bottom: 5px solid #28597e;
}
.login-main {
    width: 100%;
    position: absolute;
    height: 100%;

    background-position: top center;
    background-size: cover;
    overflow: hidden;
}
.login-temp {
    /*
    width: 400px;
    height: 300px;
    margin-top: 250px;
    */
    margin-top: 20%;
    vertical-align: middle;
    text-align: center;
    background-color: transparent !important;
        margin-left: auto;
    margin-right: auto;
}
.login-detail {
    width: 380px;
    height: 22px;
    background-color: transparent !important;
    margin-top: 30px;
    padding: 0 10px 0 10px;
}
.login-logo {
    width: 290px;
    height: 100px;
    background: #306b98;
    margin: 0 auto;
}
.main-title-bg {
	width: 100%;
	height: 64px;
	background: #fff;
	border-bottom: 4px solid #e3e5e9;
}
.main-title {
	font: 26px GloberRegular;
	color: #585858;
	background: #FFFFFF;
	font-weight: bold;
	padding: 0 0 0 30px;
	line-height: 60px;
}
.btn-group {
    
}
.main-alt-tab {
    
	/*padding: 15px;
        margin: 20px;
        width: 97%; 
        height: 70px;*/
	background: #fff;
	
}
.chosen-container-single .chosen-single {
    height: 29px;
}
.btn {
    font-size: 12px;
    /*padding: 4px 8px;*/
}
.main-alt-tab-btn {
    padding: 0 6px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #c6c6c6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 0 10px;
    /*font: 13px GloberRegular;*/
    color: #737373;
    /*line-height: 36px;*/
    cursor: pointer;
    display: inline-block;
}
.main-alt-tab-btn.active {
	background: #306b98;
	border: 1px solid #306b98;
	color: #fff;
	/*font-weight: bold;*/
}
.main-alt-tab-text {
	padding: 0 1px 0 1px;
	height: 70px;
	background: #fff;
	font: 700 18px GloberRegular;
	font-weight: bold;
	color: #585858;
	line-height: 70px;
	margin: 0 0 0 20px;
	float: left;
}
/*
.main-alt-tab input {
	width: 250px;
	padding: 0 20px 0 20px;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #c6c6c6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 17px 0 0 20px;
	font: 18px GloberRegular;
	color: #737373;
	line-height: 40px;
	float: left;
}*/
.main-alt-tab select {
    width: 160px;
    height: 30px;
    background: #FFFFFF;
    padding: 0 20px 0 20px;
    border: 1px solid #c6c6c6;
    line-height: 40px;
    /*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
    /*margin: 10px 0 0 10px;*/
    font: 12px GloberRegular;
    color: #737373;
    /*float: left;*/
}

label {
	font: 700 14px GloberRegular;
	color: #585858;
    
}
.table>thead>tr {
    background: #e2e2e2;
}
.table>thead>tr>th {
    font: 700 14px GloberRegular;
    border-bottom: 1px solid #e3e5e9;
}
.table>thead>tr[class="total"] {
    font: 700 14px Arial;
    background: #fffdf2;
}
.table > thead > tr[class="total"] > td {
    color: #9f8736;
}
/*
.table > tbody > tr > td {
    font: 14px Arial;
    color: #585858;
}*/
ul {
    list-style: none;
}

.right {
    float: right !important;
}
.left {
    float: left !important;
}
.small-box {
    position: relative;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
}
.small-box > .inner {
    padding: 10px;
    text-align: center;
}
.bg-maroon {
    background-color: #85144b !important;
}
.bg-green {
    background-color: #00a65a !important;
}
.bg-yellow {
    background-color: #f39c12 !important;
}
.bg-red {
    background-color: #f56954 !important;
}
.bg-aqua {
    background-color: #00c0ef !important;
}
.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black {
    color: #f9f9f9 !important;
}
.small-box h3, .small-box p {
    z-index: 5;
}
.small-box h3 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}
.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
@media (min-width: 768px) {
    .chosen-select {
       opacity: 0;
    }
}

    
