@import "variables.less";
@import (reference) "bootstrap.less";
@import (less) "../vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css";

body {padding-top: 20px;padding-bottom: 20px;
}

.navbar {margin-bottom: 20px;}

.pagination {
  margin: 0 auto;
}
.portlet {

	border: 1px solid #ddd;

	.portlet-heading .portlet-title {
		float: left;
		margin-left: 10px;
	}

	.portlet-heading .portlet-widgets {
		float: right;
		margin: 5px 10px;
	}
	
	.portlet-body {
		background: #fff none repeat scroll 0 0;
		padding: 15px;
	}
	.row-wrapper {
		margin: 0 auto;
		padding: 8px 0;
	}
	.portlet-title h5 {
		color: #777;
		margin-bottom: 8px;
		margin-top: 8px;
	}
	.portlet-body {

		table {
			margin-bottom: 0;
			padding-bottom: 0;
		}
	}
	.portlet-heading {
		background-color: #ddd;
		color: #fff;
	}
	.portlet-heading {
		border-color: #ddd;
		border: 1px solid #ddd;
	}
	.portlet-widgets a {
		color: #999;
	}
}

.main-sec{
	.portlet {
		border: 1px solid #555;
		.portlet-heading {
			background-color: #555;
			color: #fff;
		}
		.table-sec{
			margin-bottom: 1%;
		}
		.table:nth-child(2n) {
		  margin-top: 2%;
		}
		.portlet-heading .portlet-widgets {
		float: right;
		margin: 9px 10px;
		}
	
	}
}


.clearinput{    position: relative;width: 0;height: 0;
    float: right;
    right: 20px;
    top: -25px;
    color: #ccc;
    font-size: 14px;
    cursor: pointer;}