body{
	background-color: #dbdfe2;
	color: #515151;
	margin: 0;
	padding: 0;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6{
	font-family: inherit;
	font-size: 20px;
	font-weight: 100;
	color: #7c7c7c;
}

#container{
	height: 100%;
	width: 100%;
}

#navbar{
	width: 100%;
	height: 50px;
	background-color: #2e3539;
	color: #fff;
}

#content{
	width: 100%;
	height: 100%;
}

#leftnav{
	float: left;
	width: 5%;
	max-width: 50px;
	height: 100%;
	background-color: #515151;
	text-align: center;
}

#leftnav ul{
	list-style: outside none none;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.ul-leftnav > li{
	color: #fff;
	margin: 20px 0;
}

.ul-leftnav > li a{
	color: #bbc0c5;	
}

.ul-leftnav > li a:hover{
	color: #fff;	
}	

#content-container{
	float: left;
	width: 90%;
	padding: 10px;
}

#footer{
	float: left;
	width: 90%;
	padding: 10px;
}

.row{
	float: left;
	width: 50%;
}

.box{
	text-align: center;
	width: 30%;
	height: 175px;	
	float: left;
	margin: 15px 10px;
	color: #fff;
	margin-bottom: 45px;
	}

.box p{
	text-transform: uppercase;
}

.box hr{
	margin-top: 25px;
	border-color: rgba(0, 0, 0, 0.1);
}

.white-link{
	color: #fff;
	text-decoration: none;
}

.box h2{
	color: #fff;
	font-size: 2em;
}

#panel-1{
	height: 100%;
	padding: 20px;
	background-color: #50c7a7;
	padding: 20px;
}

#panel-2{
	height: 100%;
	padding: 20px;
	background-color: #f76c51;
}

#panel-3{
	height: 100%;
	padding: 20px;
	background-color: #9cc96b;
}

#panel-4{
	height: 100%;
	padding: 20px;
	background-color: #4ebcda;
}

#panel-5{
	height: 100%;
	padding: 20px;
	background-color: #ebaa4b;
}

#panel-6{
	height: 100%;
	padding: 20px;
	background-color: #5fa2dd;
}

#r-panel-1{
	background-color: #50c7a7;
	height: 100px;
	color: #fff;
}

#r-panel-2{
	background-color: #f76c51;
	height: 100px;
	color: #fff;
}

.panel-heading{
	color: #fff;
}

h3{
	margin-bottom: 0;	
}

#r-panel-1-title{
	font-size: 1.416em;
	font-weight: 300;
	line-height: 55px;
	padding: 0 20px;
	color: #fff;
}

#r-panel-2-title{
	font-size: 1.416em;
	font-weight: 300;
	line-height: 55px;
	padding: 0 20px;
	color: #fff;
}

#last-client, #last-issue{
	background-color: #5ec2dd;
	padding: 15px 3em 15px 15px;
}

.ul-navbar-left{
	list-style: outside none none;
	float: left;
	color: #fff;
	font-size: 14px;
}

.ul-navbar-left > li{
	float: left;
	color: #fff;
	margin: 0 10px;
}

.ul-navbar-left > li a, .ul-navbar-right > li a{
	color: #fff;	
}

.ul-navbar-right{
	list-style: outside none none;
	float: right;
	color: #fff;
	font-size: 14px;
	margin-right: 20px;
}

.panel-mint{
	background-color: #50c7a7;
}

.panel-orange{
	background-color: #ebaa4b;
}

.panel-title{
	font-size: 1.416em;
	font-weight: 300;
	line-height: 55px;
	padding: 0 20px;
	color: #fff;
}

#table-content{
	background-color: #fff;
	height: 100%;
}

.master-btn{
	background-color: #fff;
	padding: 7px;
	cursor: pointer;
	font-size: 0.88em;
	border: 1px solid rgba(0, 0, 0, 0.11);
	color: #000;
	margin-right: 3px;
}

.default-btn{
	float: left;
	background-color: #fff;
	padding: 7px;
	cursor: pointer;
	font-size: 0.88em;
	border: 1px solid rgba(0, 0, 0, 0.11);
	color: #000;
	margin-right: 3px;
}

.default-btn:active, .default-btn:hover, 
.master-btn:active, .master-btn:hover{
	background-color: #e9e9e9;
	border-color: #cdd6e1;
	color: #515151;
}

.pagination{
	list-style: outside none none;
	margin: 0;
	padding: 0;
	float: right;
}

.pagination > li{
	float: left;
	margin: 0;
}

.prev-btn, .next-btn{
	float: left;
	background-color: #fff;
	padding: 7px;
	cursor: pointer;
	font-size: 0.88em;
	border: 1px solid rgba(0, 0, 0, 0.11);
	color: #000;
	margin-right: 3px;
}

.prev-btn:hover, .next-btn:hover{
	background-color: #e9e9e9;
	border-color: #cdd6e1;
	color: #515151;
}

.pg-btn{
	background-color: #2e3539;
	border-color: #2e3539;
	color: #fff;
	padding: 7px 12px;
}

.dd-list{
	background-color: #fff;
	padding: 7px;
	cursor: pointer;
	font-size: 0.88em;
	border: 1px solid rgba(0, 0, 0, 0.11);
	color: #000;
	margin-right: 3px;	
}

#above-table{
	margin-top: 20px;
}

#below-table{
	margin-top: 20px;
	margin-bottom: 40px;
}

#table-content{
	padding: 20px;
}

input{
	border: 1px solid #e9e9e9;
	padding: 7px;
}

input:focus{
	border: 1px solid #000;
}

.search{
	width: 150px;
}

table{
	margin-top: 20px;
	border: 1px solid #ddd;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

table, th, td {
    border: 1px solid #ddd;
}

tr{
	height: 35px;
}

.tr-selected{
	background-color: #787c85;
	color: #fff;
}

td{
	text-align: left;
    padding: 10px;
}

#table-header{
	font-size: 1.05em;
	font-weight: bold;
}

#table-header td{
padding: 15px;
}

table input{
	margin: 5px auto;
	display: block;
	width: 80%;
}

.tr-normal{
	background-color: #fff;
}

.tr-red{
	background-color: #f2dede	;
}

.tr-highlight{
	background-color: #f6f8fa;
}

.text-success, a.text-success:hover, a.text-success:focus, a.text-success:focus{
	color: #699737;
}

.text-danger, a.text-danger:hover, a.text-danger:focus, a.text-danger:focus{
	color: #d82b0a;
}
.btn-group{
	width: 95%;
	margin: 0 auto;
}

#logo{
	float: left;
	width: 50px;
	height: 50px;
	background-image: url("../images/pk.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center;
}


#logo:hover{
	background-image: url("../images/pk-h.png");
	background-color: #dbdfe2;
}

.margin-bottom{
	margin-bottom: 10px !important;
}

.input-group{
	border-collapse: separate;
	display: table;
	/*position: relative;*/
	margin: 0 auto;
}

.input-group-addon:first-child{
	border-right: 0 none;
}
	
.input-group-addon{
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px 12px;
	color: #555;
	font-size: 14px;
	font-weight: normal;
	line-height: 1px;
	text-align: center;
}

.input-group-addon, .input-group-btn{
	vertical-align: middle;
	white-space: nowrap;
	width; 1%;
}

.input-group-addon:first-child{
	border-right: 0 none;
}
	
.input-group-addon, .input-group-btn{
	vertical-align: middle;
	white-space: nowrap;
}
	
.input-group{
	border-collapse: separate;
}
	
.form-control{
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}

.input-group-addon, .input-group-btn, .input-group .form-control{
	display: table-cell;
	border-bottom-right-radius: 0;
}
	
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}	

.input-group-addon, .input-group-btn, .input-group .form-control{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	display: table-cell;
}

#form1{
	width: 25%;
	margin: 100px auto;
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 1) inset, 0 -3px 2px rgba(0, 0, 0, 0.25) inset;
}

.btn-primary, .btn-success, .btn-warning, .btn-danger, .btn-info{
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.btn{
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	display: inline-block;
	margin: 20px auto;
	width: 220px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 1) inset, 0 -3px 2px rgba(0, 0, 0, 0.25) inset;
}

.btn-lg, .btn-group-lg > .btn{
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.33333;
	padding: 10px 16px;
}

.btn-success{
	background-color: #1d9d74;
	border-color: #198764;
	color: #fff;		
}

.btn-success:hover{
	background-color: #157254;
	border-color: #0f543e;
	color: #fff;
}
