/* 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;
}
*/

/*
Change Quick Sidebar Width
*/

/*
.page-quick-sidebar-wrapper {
  right: -370px;
  width: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-left: -370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-footer {
  margin-right: 370px;
  margin-left: -370px;
}

.page-sidebar-reversed.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-right: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content.page-quick-sidebar-full-height .page-header {
  margin-left: -370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
  width: 370px !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
  width: 370px !important;
  margin-left: 370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
  margin-left: -370px;
}
*/

/*
.portlet.box > .portlet-title > .caption {
    padding: 8px 0 8px 0; 
	font-size: 14px;
}
.portlet > .portlet-title {  
    min-height: 34px;
}
*/

.dragHandle {
	cursor: move;
}

span.validation-advice {
	color: #a94442;
	margin-top: 5px;
	margin-bottom: 5px;
}
label.validation-advice {
	color: #a94442;
	margin-top: 5px;
	margin-bottom: 5px;
}
.form-control.validation-advice {
	border-color: #a94442;
}
.req {
	color: #a94442;
}
.uploadify-button {
	background-color: transparent;
	border: none;
	padding: 0;
}
.uploadify:hover .uploadify-button {
	background-color: transparent;
}

.grid table {
	width: 100%;
}
.grid th,
.grid td {
	padding: 2px 4px;
}
.grid table td {
	font: 12px/1.5em;
	border-color: #dadfe0;
	border-style: solid;
	border-width: 0 1px 1px 0;
}

.grid tbody {
	background: none repeat scroll 0 0 #ffffff;
}
.grid tr.even,
.grid tr.even tr {
	background: none repeat scroll 0 0 #f6f6f6;
}
.grid tr.on-mouse {
	background: none repeat scroll 0 0 #fcf5dd;
	cursor: pointer;
}

.grid tr.headings th.last {
	border-right: 0 none;
}

.grid tr.filter {
	background: url("../images/filter_row_bg.gif") repeat-x 0 0 #e3eff1;
	cursor: default;
}
.grid tr.filter th {
	border-color: #bdbdbd;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding-bottom: 5px;
	padding-top: 5px;
	white-space: normal;
}
.grid tr.filter th.last {
	border-right: 0 none;
}
.grid tr.filter input.input-text {
	width: 85%;
}
.grid tr.filter select {
	width: 100%;
}
.grid tr.filter .range input {
	float: left;
	margin-top: 0;
	width: 50px !important;
}

.grid #list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.grid #list li {
	float: left;
	margin: 2px;
	padding: 4px;
	width: 118px;
	height: 90px;
	position: relative;
}

.grid #list li .handle {
	width: 118px;
	height: 90px;
	border: solid 1px #999;
	text-align: center;
	position: absolute;
	overflow: hidden;
}

.grid #list li .del {
	width: 19px;
	height: 19px;
	position: absolute;
	top: 6px;
	right: 5px;
	background: #fff url("../img/remove.gif") no-repeat 3px 3px;
	padding: 3px;
	cursor: pointer;
}
.grid #list li .edit {
	width: 19px;
	height: 19px;
	position: absolute;
	top: 6px;
	right: 24px;
	background: #fff url("../img/edit_icon.gif") no-repeat 2px 2px;
	cursor: pointer;
	z-index: 1;
	padding: 2px;
}
.grid #list li .number {
	position: absolute;
	margin: 2px;
	padding: 5px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #999;
}

.grid.bt #list li .del {
	left: 30px;
	top: 71px;
}
.grid.bt #list li .edit {
	left: 8px;
	top: 71px;
}
.grid.bt #list li .edit a {
	float: left;
	width: 14px;
	height: 14px;
	overflow: hidden;
	display: block;
	text-indent: -999px;
}

.table-add-time-slot {
	width: 400px;
}

.rp-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn-assign-vehicle {
	background-color: #e40602;
	color: #fff;
	text-decoration: none;
}

.connectedSortable {
}
.connectedSortable .dd-action {
	position: absolute;
	top: 1px;
	right: 0;
}
.connectedSortable .count {
	display: inline-block;
	width: 30px;
}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.order-history-head {
	margin-top: -20px;
}
.order-history-head div {
	padding-left: 0px !important;
}
.order-history-head label {
	font-weight: bold;
}
select.input-sm {
	padding: 6px 12px !important;
	height: 34px !important;
}

select[multiple].input-sm,
textarea.input-sm {
	height: auto !important;
}

.add-discounts {
	padding-left: 0px;
}
.add-discounts .panel-heading,
.add-discounts .panel-body {
	padding: 8px;
}
.add-discounts .control-element {
	padding-left: 5px;
	padding-right: 5px;
}
.add-discounts .btn-add-discount {
	width: 100%;
}
.add-discounts .col-mid {
	padding: 0px;
}
.add-discounts .col-last {
	padding-left: 0px;
}
.add-discounts .col-first {
	padding-right: 0px;
}

.select2.select2-container {
	width: 100% !important;
	max-width: 100% !important;
}

.select2-container {
	z-index: 99999 !important;
}

.select2-container .select2-selection--single {
	height: 32px;
}


.no_access > .page-header {
	position: inherit !important;
}