/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/
.row.row-grid [class*="col-md-"] {
    margin-bottom: 15px;
}
.row.row-grid + .row-grid:last-child [class*="col-md-"] {
    margin-bottom: 0;
}
.row.row-grid .control-label, .row.row-grid div.label-text {
    margin-top: 0.4em;
}
.row.row-grid div.label-text {
    padding-top: 3px;
	padding-bottom: 3px;
}
.date-picker > input[readonly] {
	cursor: pointer;
}
.multiselect-container.dropdown-menu {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
button.btn.btn-primary.btn-lg.disabled {
	background-color: #808080;
}
button.deselect {
	cursor: default;
}
button.deselect > i.fa {
	cursor: pointer;
}
.selected-item .btn {
	margin-top: 5px;
	margin-left: 0;
	margin-right: 5px;
}
.radio input[type=radio], .radio-inline input[type=radio] {
	margin-left: -9px;
}
.dataTable .details tr:nth-child(odd) td, .dataTable .details tr:nth-child(odd) th {
    background: none;
}
.daterangepicker .ranges .range_inputs>div {
    width: 100%;
}
.daterangepicker .ranges input[type="text"] {
    width: 100% !important;
}
.daterangepicker .ranges .range_inputs>div:nth-child(2) {
    padding-left: 0;
}