﻿.action-box {
    display: block;
    min-height: 50px;
    height: 50px;
    background: #fff;
    max-width: 80%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
    float: right;
    position: relative;
}

.action-box-content {
    padding: 5px 10px;
    margin-left: 50px;
}

.action-box-icon {
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
    display: block;
    float: left;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 40px;
}

.action-group {
	display: block;
	position: relative;
	margin-top: -20px;
}

.btn-action {
	min-height: 50px;
	margin-right: -7px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.navbar-left {
	float: left;
	margin-left: 0!important;
}

.checkbox-tree, .single-checkbox {
    padding: 10px 5px 0px 10px;
    margin: 0px 15px 0px 0px;
}

.checkbox-tree-child {
	padding-left: 40px;
}

div #datepicker{
	display: inline;
}

.date-view {
	font-family: serif;
	width: 75%
}

.date-view h3, .date-view h4 {
	margin: 0px 0px; 
}

.main-header .navbar .nav>.active>a {
    background: #1aa3ff!important;
    color: #fff!important;
}

.main-header div.container-fluid .navbar .nav>li>a {
	color: #1aa3ff!important;
}

.main-header> li> .user> a {
	color: #333;
}

.content-header a > img {
	width: 30px;
	height: 30px;
}

.content-header .input-icon > img {
	width: 30px;
	height: 30px;
}

.content-header input[type="text"].radius {
	border-color: #d2d6de;
	border-radius: 20px!important;
	border-style: solid!important;
	border-width: 1px;
}

.content-header .calendar {
	width: 100px!important;
	position: relative;
	display: inline-block;
}

.content-header .input-group-addon {
	padding: 0px 0px!important;
}

.content-header .circle {
	border-radius: 50px!important;
}

.content-header .pull-right {
	float: right!important;
}

.login-page {
	background: url("./../../../kmnew/images/bg.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.login-logo img {
	width: 90px;
	height: 90px;
}

.op-5 {
	opacity: 0.5;
}

.table td > h1, .table td > h2, .table td > h3, 
.table td > h4, .table td > h5, .table td > h6{
	margin-top: 5px;
}

td > img.status {
	width: 25px;
	height: 25px;
}

td > span.date {
	font-size: 10px;
}
