// @import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
@import "tree.scss";

.ltr {
	direction: ltr;
}

.rtl {
	direction: rtl;
}
/* Custom elements */
/* page title */
.c-page-title {
	margin-top: 10px;
	text-align: center;
	span {
		font-weight: bold;
		font-size: 20px;
	}
}

.nav-tabs-rtl {
	background-color: transparent;
	li {
		float: right;
		a{
			font-size: 20px;
		}
	}
}

.grid {
	.control {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.wizard-steps li .title {
	font-size: 15px;
}


.pull-right-f {
	float: right !important;
}

.pull-left-f {
	float: left !important;
}

.form-group .help-right {
	color: #6c7075;
	font-size: 14px;
}
// Char count
.form-group .help{
	@extend .pull-left-f;
}

.label-b {
	font-weight: bold;
}
// Clockpicker z-index
.popover.clockpicker-popover {
	z-index: 1500;
}
.clockpicker-popover .popover-title {
	direction: ltr;
}


.btn.disabled {
	opacity: 0.4;
}

.form-group .help {
    color: #6c7075;
    font-size: 14px;
}

.wizard-steps.worthy li:first-child {
	margin-left: 20%;
}
// Datatables
.dataTables_wrapper .pagination ul {
	margin-top: 0 !important;
}

// Top menu

.bar .menus {
	.classic {
		a img {
			max-width: 25px;
		}
	}
} 


// make notification messages text center aligned
.alert.alert-success, .alert.alert-info, .alert.alert-warning, .alert.alert-danger {
	text-align: center !important;
}


