/* 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;
}
*/
body, .dropdown-menu {
	font-family: "Open Sans",sans-serif;
}
/* Vertical Offset top */
.vert-offset-top-12 {
    margin-top: 12em;
}
.vert-offset-top-11 {
    margin-top: 11em;
}
.vert-offset-top-10 {
    margin-top: 10em;
}
.vert-offset-top-9 {
    margin-top: 9em;
}
.vert-offset-top-8 {
    margin-top: 8em;
}
.vert-offset-top-7 {
    margin-top: 7em;
}
.vert-offset-top-6 {
    margin-top: 6em;
}
.vert-offset-top-5 {
    margin-top: 5em;
}
.vert-offset-top-4 {
    margin-top: 4em;
}
.vert-offset-top-3 {
    margin-top: 3em;   
}
.vert-offset-top-2 {
    margin-top: 2em;
}
.vert-offset-top-1 {
    margin-top: 1em;
}
.vert-offset-top-0 {
    margin-top: 0em!important;
}
/* Vertical Offset Bottom */
.vert-offset-bottom-12 {
    margin-bottom: 12em;
}
.vert-offset-bottom-11 {
    margin-bottom: 11em;
}
.vert-offset-bottom-10 {
    margin-bottom: 10em;
}
.vert-offset-bottom-9 {
    margin-bottom: 9em;
}
.vert-offset-bottom-8 {
    margin-bottom: 8em;
}
.vert-offset-bottom-7 {
    margin-bottom: 7em;
}
.vert-offset-bottom-6 {
    margin-bottom: 6em;
}
.vert-offset-bottom-5 {
    margin-bottom: 5em;
}
.vert-offset-bottom-4 {
    margin-bottom: 4em;
}
.vert-offset-bottom-3 {
    margin-bottom: 3em;
}
.vert-offset-bottom-2 {
    margin-bottom: 2em;
}
.vert-offset-bottom-1 {
    margin-bottom: 1em;
}
.vert-offset-bottom-0 {
    margin-bottom: 0em;
}
.dashboard-carousel {
	margin-bottom:15px;
}
.dashboard-carousel .dashboard-stat {
	margin-bottom:0;
}
.dashboard-carousel .dashboard-stat .details {
	right:0;
}
/*Custom Portlet*/
.portlet-custom.solid {
	padding:0;
}
.portlet-custom > .portlet-title {
	padding:0 10px 10px;
}
.portlet-custom.solid > .portlet-title {
	margin-bottom:0;
}
.portlet-custom .portlet-body {
	position:relative;	
}
.portlet-custom .c-visual {
    display: block;
    float: left;
    font-size: 35px;
    height: 80px;
    line-height: 35px;
    margin-bottom: 15px;
    padding-left: 15px;
    /*padding-top: 10px;*/
    width: 80px;
}
.portlet-custom .c-visual > i {
	color: #ffffff;
    opacity: 0.1;
    font-size: 110px;
    line-height:80px;
    margin-left: -35px;
}
.portlet-custom .c-details {
    padding-right: 5px;
	padding-left: 5px;
    position: absolute;    
	right:0;
	width:100%;
}
.portlet-custom .c-details .number {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 36px;
    margin-bottom: 0;
    /*padding-top: 25px;*/
    text-align: center;
	color:#fff;
}
.portlet-custom .c-details .desc {
    color: #ffffff;
    opacity: 1;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    text-align: center;
}
.portlet-custom .c-details .desc.text-left {
	text-align:left;
}
.portlet-custom .c-more {
    background-color: #4884b8;
    color: #ffffff;
    clear: both;
    display: block;
    font-size: 11px;
    font-weight: 300;
    opacity: 0.7;
    padding: 6px 10px;
    position: relative;
    text-transform: uppercase;	
	float:left;
	margin-top:-24px;
	width:100%;
}
.portlet-custom .c-more > i {
    display: inline-block;
    float: right;
    margin-top: 1px;
}
.portlet-custom .c-more:hover {
    opacity: 0.9;
    text-decoration: none;
}
[class*="bg-grey"].portlet-custom .c-more {
	background:#999;
}
[class*="bg-grey"].portlet-custom .text-default {
	color: #666;
}
/*portlet-custom*/
.portlet-custom .dashboard-stat .visual {
	padding-top:0px;
	margin-bottom:0;
}
.portlet-custom.solid > .portlet-title > .actions {
	padding-bottom:0;
}
.portlet-custom.solid > .portlet-title > .actions .btn {
	margin-bottom:-3px;
}
.portlet-custom .dashboard-stat .visual > i.fa {
	font-size: 110px;
	line-height: 92px;
	opacity: 0.1;
}
.portlet-custom .dashboard-stat .details .number {
	padding-top:0px;
}
.portlet-custom.gren .dashboard-stat .more {
	background-color:#eeeeee;
}
.portlet-custom.gren .dashboard-stat .more > i {
	color:#333333;
}
.portlet-custom.green-meadow .dashboard-stat .more {
	background-color:#7F9A65;
	color:#ffffff;
}
.portlet-custom.red .dashboard-stat .more {
	background-color:#e23036;
	color:#ffffff;
}
.portlet-custom.green-meadow .dashboard-stat {
	overflow:visible;
}
.portlet-custom .rating-col {
	margin:0 0 0 40px;
}
.portlet-custom .rating-container {
	float:left;	
}
.portlet-custom .star-rating .caption, .portlet-custom .star-rating-rtl .caption {
	/* float:left;
	margin:12px 0 0 10px;
	line-height:28px; */
	display:none;
}
.portlet-custom[class*="bg-grey"] .c-visual > i {
	color:#999999;
}
/*Form element custom*/
.form-custom .form-control-static {
	margin:0;
	padding-bottom:0;
}
.form-control-static[class*="font-"] {
	font-size:14px;
}


/*portlet-carousel*/
.portlet-carousel {
	margin-bottom:25px;
}
.portlet-carousel .portlet-custom.solid > .portlet-title > .actions {
	padding-bottom:6px;
}
.portlet-carousel .portlet-custom.solid > .portlet-title > .actions .btn {
	margin-bottom:0;
}
.portlet-carousel .carousel-inner {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.22);
}
.portlet-carousel .portlet-custom {
	margin-bottom:0;
}
.portlet-carousel .carousel-indicators {
	bottom:0;
	margin-bottom:3px;
}
.portlet-carousel .carousel-control {
	width:40px;
	height:40px;
	top:37%;
}
.portlet-carousel .carousel-control  [class*="icon-"] {
	display: block;
    margin-top: 13px;
	font-size: 20px;
}
/*Custom Portlet For Easy Pie Chart*/
.portlet-custom .dashboard-stat.knob-stat .details {
	left: 0;
	right: 0;
	padding: 0;
	width: 100%;
	z-index:9;
}
.portlet-custom .dashboard-stat.knob-stat .number {
	padding-top: 18px;
	text-align: center;
}
.portlet-custom .dashboard-stat.knob-stat .col-knob {
	display:inline-block;
	padding:0 10px;
	vertical-align:top;
	text-align:center;
}
.knob-stat input[class*="kno"] {
	/* margin-top:28px!important; */
	cursor:default;
}
.knob-stat .details .desc {
	font-size:12px;
    font-weight:bold;
}
.visible-false {
	visibility:hidden!important;
}
.visible-true {
	visibility:visible!important;
}
.center-table {
	display:table;
	margin:auto;
}
.form-wizard-custom .steps > li > a.step > .desc {
	display:block;
	margin-right: 0px;	
}
.form-wizard-custom .steps > li > a.step > .number {
	margin-right:0;
	height:35px;
	width:35px;
	padding:6px 0px 0px;
}
/**Footable**/
.footable-toggle {	
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);	
	color:#999;
	padding-right:3px;
	cursor:pointer;
	display:none;
}
.footable-toggle:before {
	content: "\f067";
}
.footable-detail-show .footable-toggle:before {
	content: "\f068";
}
.footable-row-detail-row {
	margin:10px 0 0;
}
.footable-row-detail-row .footable-row-detail-name, .footable-row-detail-row .footable-row-detail-value {
	display:inline-block;
}
.footable-row-detail-row .footable-row-detail-name {
	padding-right:5px;
	min-width:70px;
}
	.tabs-inportlet .footable-toggle {
	display:inline-block;
}
/*Custom Form elements*/
.input-group-cvv .form-control, .input-group-cvv .input-group-btn {
	vertical-align:top;
}
.input-group-cvv .input-icon {
	display: table-cell;    
    vertical-align: top;
}
.select-icon.input-icon.right > i {
	right:22px;
}
/*Col Dragable*/
.colDragable .portlet-title {
	cursor:move;
}
/*Rating*/
.rating-container {
	color:#cccccc;
}
.rating-secondry .rating-container .rating-stars {
	color: #26c281;
}
.rating-col [class*="col-"] {
	padding-left: 5px;
    padding-right: 5px;
}
.star-rating .caption, .star-rating-rtl .caption {
	display:none!important;
}
.btn-icon-only-xs {
    height:18px;
    width:18px;
    padding:0;
}
.btn-icon-only-xs i {
    font-size:11px;
}
.notification .ui-pnotify {
    position:static;
    width:100% !important;
    margin-bottom:20px;
}
/*.bootstrap-timepicker-widget.dropdown-menu.open {
    z-index:9999;
}*/
.portlet.box .dataTables_wrapper .dt-buttons {
	margin-top: -45px;
}
.btn-xs.btn-icon-only {
	height:24px;
	width:24px;
}
.fileinput {
    display: inline-block;    
}
.fileinput .btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    direction: ltr;
}
.fileinput .btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
	margin-bottom:5px;
}
.fileinput-filename {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
.btn-full {
	width:100%;
}
.btn-full .btn  {
	width:100%;
	text-align:left;
}
.btn-full .btn .caret {
	position: absolute;
    right: 5px;
    top: 15px;
}
.btn-full .dropdown-menu {
	width:100%;
}
.btn.btn-outline.gray {
    border:1px solid #e5e5e5!important;
    color: #333;
    background: 0 0;
	box-shadow:none;
}
.btn.btn-outline.gray.active,
.btn.btn-outline.gray:active,
.btn.btn-outline.gray:active:focus,
.btn.btn-outline.gray:focus {
    border-color: #999!important;
    box-shadow: none;
    outline: 0 none;
}
.dropdown-radiobuttons input[type="checkbox"], .dropdown-checkboxes input[type="checkbox"], .dropdown-radiobuttons input[type="radio"], .dropdown-checkboxes input[type="radio"] {
	margin-right:5px;
}
.data-stats .desc {
	margin-top:-30px;
}
/*Datatables Filters*/
.no-filters .dataTables_filter, .no-filters .dataTables_length { 
	display: none; 
}
.no-filters .dt-buttons {
	display: none; 
}
.text-center-imp {
    text-align:center!important;
}
.asterisk:after {
    content:"*";
    position:absolute;
    right:0;
    top:0;
    vertical-align:top;
    padding:0 3px;
    color:#e02222;
}
.table a {
    text-decoration:underline;
    color:#006699;
}
.table .btn {
    text-decoration:none;
}
.pdf-view {
    min-height:500px;
}
.has-icon-date input {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABA0lEQVQ4jbXTMUoDQRjF8V8CBgIh26pYxROksRK1EQQPEJQUgqVIKvECtkLaHMAqio0gFkIOkDN4AyEoRIhCLPZb2ciiBskHj/3Pm53Hzjc7zNYBHnCEMm5whzp2cY8zBVVGE49YimcLXZyigz7WIqSJUj7gFtNQCW/BlzjJza3iKfg6W7ySe2GKTXwE9yMkm9vHc268DA1McD6nJrFWA+OixvxS4+8BVfSicRvBx6FeeN3galFAEvsa4TD4KjQNbxScFAVU0JYe33rwVqgdXiu4spAv+HcPahhigL3gi9AwvEFwbSFbmLe+AhK8YzuMv2hH+ifWs7QOXs3eiZ/0Ir2lPgHLmXZkUe4+DwAAAABJRU5ErkJggg==');
    background-repeat:no-repeat;
    background-position:98% center;
    padding-right:30px;
    cursor:pointer!important;
}
table.dataTable thead th, table.dataTable thead td {
    padding:10px 10px;
}
.dragHere {
	border: 2px dashed #ccc;
	min-height: 100px;
    width: 100%;
}
.col-space-min [class*="col-"] {
	padding-left:10px;	
	padding-right:10px;	
}
.panel-sm .panel-body {
	padding:10px;
}
.col-space-min .form-group {
	margin-left: -10px;
    margin-right: -10px;
}
@media (min-width: 768px) and (max-width: 1023px) {	
	.form-wizard-custom .steps > li > a.step > .number {		
		margin-right:0;
	}
	.form-wizard-custom .steps > li > a.step {
		text-align:center;		
	}
	.footable-toggle {
		display:inline-block;
	}
	.not-tablet .footable-toggle {
		display:none;
	}
	.form-wizard-custom .control-label {
		text-align:left;
	}
	/*form custom elements*/
	.form-custom .control-label {
		text-align:left;
	}
}
@media screen and (max-width: 767px) {
	.form-wizard-custom .nav-justified > li {
		float:left;
	}
	.form-wizard-custom .steps > li > a.step > .desc {
		font-size:14px;
	}
	.form-wizard-custom .steps > li > a.step > .number {
		font-size:12px;
		height: 25px;
		width: 25px;
		padding:5px 8px 10px;
		margin:0;
	}
	.form-wizard-custom .steps > li > a.step {
		text-align:center;
		padding:10px 10px;
	}
	.footable-toggle {
		display:inline-block;
	}
	/*Top header right nav mods*/
	.page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu::after, .page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu::before {
		margin-right:15px;
	}
	.page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu {
		margin-right: -10px;
	}
	.page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu::after, .page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu::before {
		margin-right: 61px;
	}
	.page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu {
		margin-right: -55px;
	}
	.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu::after, .page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu::before {
		margin-right: 99px;
	}
	.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu {
		margin-right: -94px;
	}
	.rating-col .control-label {
		white-space:nowrap;
		margin-top:10px;
	}
    .data-stats .control-label {
        margin-top:9px;
        text-align: right;
    }
}
