﻿@font-face {
	font-family: "Droid Arabic Kufi";
	src: url("fonts/droid-arabic-kufi-regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: url("fonts/open-sans-regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

* {
	box-sizing: border-box;
	outline: none !important;
}

body {
	font-family: "Droid Arabic Kufi", "Open Sans";
	font-size: 13px;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden !important;
	overflow-y: scroll !important; /* Always Show Scrollbar */
}

body:lang(ar){
	font-size: 12px;
	line-height:165%;
}

body.iframe {
	padding:10px !important;
	background-color: #fff;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

a,
a:link,
a:hover,
a:active,
a:visited {
	text-decoration: none;
	transition: color 0.25s ease, background-color 0.25s ease;
}

a:hover {
	cursor: pointer;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
label {
	margin: 0;
	padding: 0;
	line-height: inherit;
}

h1:lang(ar),
h2:lang(ar),
h3:lang(ar),
h4:lang(ar),
h5:lang(ar),
h6:lang(ar) {
	line-height:1.65;
}

/* ===== Icon Picker Override ===== */

i[data-icon] {
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:30px;
	border:1px solid #eee;
	font-size:15px;
	text-align:center;
}

.iconpicker-input {
	border-radius:3px;
}

.iconpicker-popover {
	width:100% !important;
	height:200px !important;
	overflow-y:scroll !important;
	margin:10px 0 0 0 !important;
	background:white !important;
	border-radius:3px;
}

.iconpicker-popover::-webkit-scrollbar { width: 10px; }
.iconpicker-popover::-webkit-scrollbar-track { background-color: #f1f1f1; }
.iconpicker-popover::-webkit-scrollbar-thumb { background-color: #c8c8c8; }

.iconpicker-items {
	padding:5px 0 5px 0 !important;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}

.iconpicker-item {
	margin:5px !important;
}

/* ===== Animate Overrides ===== */

[data-aos] {
	overflow:hidden;
}

/* ===== Tiny MCE Overrides ===== */

.tox-silver-sink {
	z-index:initial !important;
}

.tox-tinymce {
	z-index:10 !important;
}

.tox-toolbar {
	background:#f8f8f8 !important;
	margin:0 !important;
	padding:1px !important;
	min-height:30px !important;
}

.tox .tox-toolbar__group {
	background:#fff !important;
	margin:2px !important;
	padding: 0 1px 0 1px !important;
	border:1px solid #c8c8c8 !important;
	border-radius:3px;

}

.tox .tox-toolbar__group > .tox-tbtn,
.tox .tox-split-button {
	font-size:12px !important;
	margin: 2px 1px 2px 1px !important;
}

.tox .tox-tbtn {
	height:30px !important;
}

.tox .tox-tbtn svg {
	fill: #404040 !important;
}

.tox-tbtn__icon-wrap > svg {
	width:24px !important;
	height:24px !important;
}

.tox-split-button__chevron {
	width:20px !important;
}

.tox .tox-statusbar {
	height:30px!important;
}

/* Tiny MCE Dropdown */

.tox-menu {
	z-index:20 !important;
}

.tox-collection__item-label {
	font-size: 13px !important;
}

.tox-collection__item-label h1 { font-size:14px !important }
.tox-collection__item-label h2 { font-size:13px !important }
.tox-collection__item-label h3 { font-size:12px !important }
.tox-collection__item-label h4 { font-size:11px !important }
.tox-collection__item-label h5 { font-size:10px !important }
.tox-collection__item-label h6 { font-size:9px !important }

/* Tiny MCE Pop-Up Toolbar */

.tox .tox-pop.tox-pop--bottom::before {
	display:none;
}

.tox .tox-pop.tox-pop--bottom::after {
	display:none;
}

.tox .tox-pop::after, .tox .tox-pop::before {
	display:none;
}

.tox-pop__dialog .tox-toolbar__group {
	padding:0 1px 0 1px !important;
	border:0 !important;
	margin:0 !important;
	background: transparent !important;
}

/* Tiny MCE Form */

.tox .tox-dialog--width-lg {
	max-height:calc(100% - 20px) !important;
}

.tox-button--icon {
	border:1px solid #e3e3e3 !important;
}

.tox-label {
	margin:5px 0 5px 0 !important;
}

.tox .tox-form__group:first-child .tox-label:only-child {
	margin-top:0 !important;
}

.tox .tox-form__group {
	margin-bottom:5px !important;
}

.tox-textfield {
	line-height:22px !important;
}

.tox .tox-dialog__body-nav-item--active,
.tox .tox-dialog__body-nav-item {
	border-bottom:0 !important;
}

.tox .tox-dialog__header {
	padding: 8px 10px 0 10px !important;
}

.tox .tox-dialog__body {
	padding: 0 10px !important;
}

.tox .tox-dialog__footer {
	margin-top:8px !important;
	padding:10px 10px 10px 2px !important;
}

.tox .tox-dialog__footer:lang(ar){
	padding:10px 2px 10px 10px !important;
}

/* Popup Toolbar */'

.tox-pop__dialog {
	margin-top:30px !important;
}

/* ===== Data Table Overrides ===== */

.data-table-display {
	min-width: 100%;
	max-width: 100%;
	visibility: hidden;
}

.dt-buttons {
	background: #f8f8f8;
	padding: 10px 5px 10px 0px;
	border: 1px solid #c8c8c8;
	border-left: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	float: right !important;
	line-height: 1 !important;
}

.dt-buttons:lang(ar){
	padding: 10px 0px 10px 10px;
	float: left !important;
	border-left: 1px solid #c8c8c8;
	border-right: 0px;
}

.dt-buttons button {
	margin-bottom: 0px !important;
	height: 30px;
	line-height: 1 !important;
}

@media screen and (max-width: 992px){
	.dt-buttons {
		width: 100%;
		border: 1px solid #c8c8c8 !important;
		float: initial !important;
		margin-bottom: 10px;
	}
	.dataTables_filter {
		border: 1px solid #c8c8c8 !important;
	}
}

table.dataTable tbody th, table.dataTable tbody td {
	padding:7px !important;
}

.dataTables_filter {
	background: #f8f8f8;
	padding: 10px;
	border: 1px solid #c8c8c8;
	border-right: 0px;
	min-width: calc(50% - 10px);
	display: flex;
	align-items: center;
	float: initial !important;
}

.dataTables_filter:lang(ar){
	padding: 10px;
	border-right: 1px solid #c8c8c8;
	border-left: 0px;
}

.dataTables_filter:before {
	font-family: 'Glyphicons Halflings';
	content: "\e003";
	color: #606060;
	font-size: 16px;
	margin: 0 5px 0px 0px;
}

.dataTables_filter:lang(ar):before {
	margin: 0 0px 0px 5px;
}

.dataTables_filter label {
	width: 100%;
	line-height: 1 !important;
	margin: 0 !important;
}

.dataTables_filter input {
	margin: 0 0px 0px 0px !important;
	height: 30px !important;
	width: 100% !important;
	max-width: initial !important;
}

.dataTables_paginate {
	margin-top: 6px !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
	line-height: 15px !important;
	top: 5px !important;
	left: 5px !important;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
	padding-right: 30px;
}

table.dataTable thead>tr>th:active,
table.dataTable thead>tr>td:active {
	outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	position: absolute;
	bottom: 8px;
	right: 8px;
	display: block;
	font-family: 'Glyphicons Halflings';
	opacity: 0.5;
}

table.dataTable thead .sorting:after {
	opacity: 0.2;
	content: "\e150";
}

table.dataTable thead .sorting_asc:after {
	content: "\e155";
}

table.dataTable thead .sorting_desc:after {
	content: "\e156";
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	color: #eee;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
	top: 50% !important;
	transform: translateY(-50%);
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
	padding-bottom:0 !important;
}

table.dataTable>tbody>tr.child ul.dtr-details>li .btn-block {
	width:auto !important;
	display:inline-block !important;
}

table.dataTable>tbody>tr.child ul.dtr-details {
	width:100%;
}

table.dataTable>tbody>tr.child ul.dtr-details .dtr-title {
	display:block;
	margin-bottom:5px;
}

/* ===== Select2 Overrides ===== */

.select2-selection {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: auto;
	color: black;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
	height: auto !important;
	border: 1px solid #b9b9b9 !important;
	background: #fcfcfc !important;
	border-radius: 0px !important;
}

.select2-results__option--highlighted[aria-selected] {
	background-color: #eee !important;
	color: black !important;
}

/* Multiple */

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display:block !important;
}

.select2-selection--multiple {
	padding:0 0 2px 0 !important;
}

.select2-selection__choice {
	padding: 3px 5px 3px 5px !important;
}

/* ===== Time Picker Overrdies ===== */

.ui-timepicker-wrapper {
	min-width: 150px !important;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .1) !important;
	border: 1px solid #c8c8c8 !important;
	margin-top: -1px !important;
	z-index: 100 !important;
	min-height: 190px !important;
}

.ui-timepicker-wrapper::-webkit-scrollbar {
	width: 5px;
}

.ui-timepicker-wrapper::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

.ui-timepicker-wrapper::-webkit-scrollbar-thumb {
	background-color: #808080;
}

.ui-timepicker-list li {
	padding: 5px !important;
}

/* ===== Bootstrap Overrides ===== */

.label {
	font-weight:inherit;
}

.breadcrumb {
	margin: 0;
}

.breadcrumb > li + li:before {
	content: "»";
}

/* Dropdown Toggle */

.dropdown-container {
	overflow:hidden;
	background:red;
	position:relative;
}

.dropdown-menu {
	padding: 0 !important;
	overflow: hidden;
}

@media screen and (min-width:992px){
	.dropdown-menu.reverse {
		left: initial !important;
		right: -1px !important;
	}
	.dropdown-menu.reverse:lang(ar){
		right: initial !important;
		left: -1px !important;
	}
}

.dropdown-menu li a {
	padding: 7px !important;
}

.dropdown-menu li a i {
	margin: 0 5px 0px 0px;
	width: 20px;
	text-align: center;
	color: #404040;
}

.dropdown-menu li a i:lang(ar){
	margin: 0 0px 0px 5px;
}

li.divider {
	margin: 0 !important;
}

/* Modal & Bootbox */

.modal::-webkit-scrollbar { width: 0px; }

.modal-backdrop {
	bottom:initial;
	right:initial;
	width:100%;
	height:100vh;
}

.modal-content {
	overflow: hidden;
}

.modal-body .close {
	top:4px;
	right:6px;
	position:absolute;
}

.modal-body:lang(ar) .close {
	left:6px;
	right:initial;
}

.modal-header {
	background: #eee;
	border-bottom: 1px solid #c8c8c8;
}

.modal-footer {
	padding:10px;
}

.bootbox-close-button {
	margin:0 !important;
}

/* Panels */

.panel-default>.panel-heading {
	padding: 0;
}

.panel-default>.panel-heading a {
	padding: 10px;
	display: block;
	width: 100%;
}

.panel {
	margin-bottom: 0px;
}

.panel-group {
	margin-bottom: 0px;
}

/* Alerts */

.alert-dismissable .close,
.alert-dismissible .close {
	top: -5px;
}

.alert {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1), inset 1px 1px 1px rgba(255, 255, 255, .45);
	margin-bottom: 15px;
}

.alert-danger {
	background: #fde4e1;
	border-color: #f1b9a6;
}

.alert-success {
	background: #dff2bf;
	border-color: #9fce50;
}

.alert-warning {
	background: #feefb3;
	border-color: #f4d051;
}

.alert-info {
	background: #bde5f8;
	border-color: #46b6ec;
}

.alert-success:not(.form-error),
.alert-danger:not(.form-error){
	text-align: center;
}

.alert span {
	display:block;
	margin-top:5px;
}

/* Progress Bar */

.progress {
	margin-bottom: 0px;
	height: auto !important;
}

.progress-bar {
	padding: 2px;
}

/* Tooltips */

.tooltip {
	font-family:inherit;
}

.tooltip.right:lang(ar){
	margin-left: 5px;
}

.tooltip.left:lang(ar){
	margin-left: -5px;
}

.tooltip.right:lang(ar) .tooltip-arrow {
	border-width: 5px 5px 5px 0;
}

.tooltip.left:lang(ar) .tooltip-arrow {
	border-width: 5px 0 5px 5px;
}

.input-group {
	margin-bottom: 15px;
}

.input-group:last-child {
	margin-bottom: 0px;
}

/* Pagination */

.pagination_div {
	display:block;
	clear:both;
	margin-top:15px;
}

.pagination {
	margin: 0 0 -5px 0;
}

.pagination li.dots {
	pointer-events:none;
}

/* Simple Tabs */

.tab-simple-header {
	border:0;
}

.tab-simple .tab-pane {
	margin: 0;
	padding: 10px;
	background: white;
	border: 1px solid #dcdcdc;
	border-radius:5px;
}

.tab-simple-header.first-tab-active + .tab-simple .tab-pane {
	border-top-right-radius:5px;
	border-top-left-radius:0;
}

.tab-simple-header.first-tab-active:lang(ar) + .tab-simple .tab-pane {
	border-top-right-radius:0;
	border-top-left-radius:5px;
}

/* Inline Responsive Tabs */

.tab-inline-header {
	width:100%;
	background:#f8f8f8;
	margin-bottom:10px;
	border-radius:3px;
	overflow:hidden;
	border:1px solid #ddd;
	box-shadow:inset 0px 5px 0px #eee;
}

.tab-inline-header li {
	margin:0;
	border-top:5px solid #eee;
}

.tab-inline-header li.active {
	margin:0;
	border-top:5px solid #337ab7;
}

.tab-inline-header li a {
	border:0 !important;
	border-radius:0;
	margin:0;
	color:#808080;
}

@media screen and (max-width:768px){
	.tab-inline-header {
		display:block;
		width:100%;
	}
	
	.tab-inline-header li {
		width:100%;
	}
}

/* Popover */

.popover:lang(ar){
	right: auto !important;
}

.popover {
	z-index:50;
	padding:5px;
}

.popover .popover-title {
	padding:10px;
	border:0;
	border-radius:3px;
	background:#eee;
}

.popover .popover-content {
	padding:10px;
}

/* Buttons */

.btn-primary,
.btn-warning,
.btn-info,
.btn-success,
.btn-danger {
	color: white !important;
}

.btn {
	transition: background 0.2s;
}

.btn .caret {
	margin:5px 0 0 5px;
}

.btn:lang(ar) .caret {
	margin:5px 5px 0 0;
}

.btn-shadow {
	border:0;
	box-shadow:1px 1px 2px rgba(0,0,0,.15);
}

.btn-shadow:not([disabled]):hover {
	box-shadow:1px 1px 4px rgba(0,0,0,.25);
}

.btn-square {
	border-radius:0;
}

.btn-upload {
	min-width:165px;
	font-size:inherit;
	padding:10px;
}

/* ===== Croppie Overrides ===== */

.croppie-container .cr-boundary {
	border-radius:3px !important;
}

.croppie-container .cr-slider-wrap {
	width:100% !important;
}

/* ===== Validator Overrides ===== */

.form-error ul {
	margin-top: 10px;
}

/* ===== JSConfirm Overrides ===== */

.jconfirm {
	height:100vh !important;
}

.jconfirm-bg {
	bottom:initial !important;
	right:initial !important;
	width:100%;
	height:100vh;
	background:#000 !important;
	opacity:0.4 !important;
}

.jconfirm-content {
	overflow-y:hidden !important;
}

.jconfirm.jconfirm-light-noborder .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.jconfirm.jconfirm-light-noborder .jconfirm-box .jconfirm-title-c,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c {
	display:flex;
	align-items:center;
	padding:0 0 10px 0 !important;
}

.jconfirm.jconfirm-light-noborder .jconfirm-box .jconfirm-title,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title {
	font-size:14px !important;
	font-weight:bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:calc(100% - 40px);
}

.jconfirm.jconfirm-light-noborder .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,	
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
	display:block;
	font-size:24px !important;
	text-align:center;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-content-pane {
	border:1px solid #eee;
	border-radius:3px;
	margin:0 auto 10px auto !important;
	max-height:350px !important;
}

.jconfirm.jconfirm-light-noborder .jconfirm-box .jconfirm-content-pane {
	margin:0 auto 10px auto !important;
	max-height:350px !important;	
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-content {
	padding:10px 10px 13px 10px !important;
}

.jconfirm.jconfirm-light-noborder .jconfirm-box .jconfirm-content {
	padding:0 !important;	
}

.jconfirm.jconfirm-light-noborder .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: right;
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light-noborder .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
	margin:0 5px 5px 0 !important;
}

.jconfirm.jconfirm-material:lang(ar) .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light-noborder:lang(ar) .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light:lang(ar) .jconfirm-box .jconfirm-buttons button {
	margin:0 0 5px 5px !important;
}

.jconfirm.jconfirm-light-noborder .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
}

.jconfirm.jconfirm-light-noborder .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #ddd;
}

.jconfirm.jconfirm-light-noborder .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 0px;
    margin-right: 8px;
}

.jconfirm.jconfirm-light-noborder.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0px;
}

.jconfirm .pika-single {
	position:fixed !important;
	z-index: 99999999 !important;
}

/* Default for all boxes */

.jconfirm * {
	max-height:initial !important;
}

.jconfirm-content-pane.no-scroll div {
	overflow: hidden;
}

.jconfirm-box-container.col-md-4,
.jconfirm-box-container.col-md-6 {
	float: initial;
	margin: 0 auto 0px auto !important;
	width: 40% !important;
	min-width: 400px !important;
	max-width: 90% !important;
}

@media screen and (max-width:768px){
	.jconfirm-box-container.col-md-4,
	.jconfirm-box-container.col-md-6 {
		width: 90% !important;
		min-width: 90% !important;
	}
}

/* Themes override */

.jconfirm.jconfirm-material .jconfirm-box {
	padding:15px 15px 0 15px !important;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box {
	padding:10px 10px 8px 10px !important;
}

.jconfirm.jconfirm-bootstrap .jconfirm-buttons {
	padding:10px 0 0 0 !important;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
	margin-bottom:0 !important;
}

/* ===== Swiper Overrides ===== */

.swiper-pagination {
	bottom: 0px !important;
}

/* ===== Fancybox Overrides ===== */

.fancybox-toolbar {
	visibility:visible !important;
	opacity:1 !important;
}

.fancybox-button--close {
	border-radius: 50% !important;
	margin: 5px 5px 0px 0px !important;
}

.fancybox-slide--iframe {
	padding: 0 !important;
}

.fancybox-slide--video {
	padding: 0 !important;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--video .fancybox-content {
	margin: 0 !important;
	width: calc(100% - 60px);
	height: calc(100% - 60px) !important;
	max-width: calc(100% - 60px) !important;
	max-height: calc(100% - 60px) !important;
	border-radius: 5px !important;
	overflow:hidden !important;
}

@media screen and (max-width:768px){
	.fancybox-slide--iframe .fancybox-content {
		width: calc(100% - 20px) !important;
		height: calc(100% - 20px) !important;
		max-width: calc(100% - 20px) !important;
		max-height: calc(100% - 20px) !important;
	}
	
	.fancybox-slide--video .fancybox-content {
		position:fixed;
		top:10px;
		left:10px;
		transform:rotate(90deg) translateY(-100%);
		transform-origin:top left;
		width: calc(100vh - 20px) !important;
		height: calc(100vw - 20px) !important;
		max-width:initial !important;
		max-height:initial !important;
	}
	
	.fancybox-video {
		width: 90vh !important;
		height: 90vw !important;		
	}
	
	.fancybox-slide:before {
		display:none;
	}
}

.fancybox-slide--video .fancybox-content {
	border: 0px;
	border-radius: 0px;
}

.compensate-for-scrollbar{
	overflow:initial !important;
}

.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0;
}

/* ===== Equal Height Left and Right Div ===== */

.center-div {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.left-div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.right-div {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media screen and (max-width: 992px){
	.left-div {
		justify-content: center;
	}
	.right-div {
		justify-content: center;
	}
}

/* ===== Custom Margins, Padding and Styles ===== */

.separator {
	height: 15px;
}

.full-width {
	width: 100% !important;
}

.clear-padding {
	padding: 0 !important;
}

.clear-margin {
	margin: 0 !important;
}

.round-border {
	border-radius:5px;
}

.single-line {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box-shadow {
	box-shadow:1px 1px 2px rgba(0,0,0,.1);
}

@media (min-width: 768px){
	.container {
	   width:100%;
	}
}

.container {
	padding-top: 15px;
	padding-bottom: 15px;
}

.container-md {
	padding-top: 10px;
	padding-bottom: 10px;
}

.container-sm {
	padding-top: 5px;
	padding-bottom: 5px;
}

.container-basic {
	padding-top: 0px;
	padding-bottom: 0px;
}

.margin-right {
	margin-right: 15px;
}

.margin-left {
	margin-left: 15px;
}

.margin-top {
	margin-top: 15px;
}

.margin-bottom {
	margin-bottom: 15px;
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.padding-right {
	padding-right: 15px;
}

.padding-left {
	padding-left: 15px;
}

.padding-top {
	padding-top: 15px;
}

.padding-bottom {
	padding-bottom: 15px;
}

.force-ltr {
	direction: ltr !important;
}

.force-rtl {
	direction: rtl !important;
}

.align-right {
	text-align: right;
}

.align-right:lang(ar){
	text-align: left;
}

.align-left {
	text-align: left;
}

.align-left:lang(ar){
	text-align: right;
}

.align-center {
	text-align: center;
}

.ltr-input {
	direction: ltr !important;
	text-align:left !important;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.margin-bottom-progressive {
	margin-bottom: 15px;
}

.margin-bottom-progressive:last-child {
	margin-bottom: 0px;
}

@media (max-width:992px){
	.center-small {
		text-align: center;
	}
	.margin-top-small {
		margin-top: 15px !important;
	}
	.margin-bottom-small {
		margin-bottom: 15px !important;
	}
	.side-column {
		margin-top: 15px;
	}
}

@media screen and (min-width: 992px){
	.side-column {
		padding: 0 15px 0px 0px !important;
	}
	.side-column:lang(ar){
		padding: 0 0px 0px 15px !important;
	}
}

/* ===== Display Grids ===== */

@media screen and (min-width: 992px){ /* Clearfix Large Screens */
	.row {
		display:flex;
		flex-wrap:wrap;
	}
	.row div[class*=col] {
		margin: 0 -1px 0 0; /* Safari Fix */
	}
}

/* Columns Grids */

.col-md-three, .col-md-six {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (min-width: 992px){
	/* Large Screens */
	.col-md-three {
		float: left;
		width: 33.33%;
	}
	.col-md-three:lang(ar){
		float: right;
	}
	
	/* Large Screens */
	.col-md-six {
		float: left;
		width: 16.66%;
	}
	.col-md-six:lang(ar){
		float: right;
	}
}

@media screen and (max-width: 992px){
	/* Small Screens - Auto Margin Bottom */
	.row-container div[class*=col] {
		margin-bottom: 15px;
	}
	.row-container div[class*=col]:last-child {
		margin-bottom: 0px;
	}
	.row-container-lrg div[class*=col] {
		margin-bottom: 20px;
	}
	.row-container-lrg div[class*=col]:last-child {
		margin-bottom: 0px;
	}
}

.grid-container {
	margin: -5px !important;
	padding: 0 !important;
}

.grid-item {
	margin: 0 !important;
	padding: 5px !important;
}

@media screen and (min-width: 992px){
	.grid-item {
		margin: 0 -1px 0 0 !important; /* Safari Fix */
	}
}

@media screen and (min-width: 992px){
	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
}

/* ===== Manage Table ===== */

table.manage {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	max-width: 100%;
}

table.manage tr th,
table.manage tr td {
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	padding: 10px;
}

table.manage tr th:lang(ar),
table.manage tr td:lang(ar){
	border-right: initial;
	border-left: 1px solid #c8c8c8;
}

table.manage tr th:first-child,
table.manage tr td:first-child {
	border-left: 1px solid #c8c8c8;
}

table.manage tr th:first-child:lang(ar),
table.manage tr td:first-child:lang(ar){
	border-right: 1px solid #c8c8c8;
}

table.manage tr th {
	background: #dadada;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #c8c8c8;
}

table.manage tr:first-child th:first-child {
	border-top-left-radius: 5px;
}

table.manage tr:first-child th:first-child:lang(ar){
	border-top-left-radius: initial;
	border-top-right-radius: 5px;
}

table.manage tr:first-child th:last-child {
	border-top-right-radius: 5px;
}

table.manage tr:first-child th:last-child:lang(ar){
	border-top-right-radius: initial;
	border-top-left-radius: 5px;
}

table.manage tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
}

table.manage tr:last-child td:first-child:lang(ar){
	border-bottom-left-radius: initial;
	border-bottom-right-radius: 5px;
}

table.manage tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}

table.manage tr:last-child td:last-child:lang(ar){
	border-bottom-right-radius: initial;
	border-bottom-left-radius: 5px;
}

table.manage tr:nth-child(even) td {
	background-color: #f5f5f5;
}

table.manage tr td:only-child {
	border-radius:0 0 5px 5px !important;
}

@media screen and (max-width: 768px){
	table.manage {
		border: 0px;
		width: 100% !important;
	}
	table.manage thead {
		display:none;
	}
	table.manage tr {
		border: 0px !important;
		display: block;
		margin-bottom: 10px;
		width: 100% !important;
	}
	table.manage td {
		border-left: 1px solid #c8c8c8;
		display: block;
		text-align: right;
		border-bottom-right-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
		width: 100% !important;
	}
	table.manage tr td:first-child {
		border-top-right-radius: 5px !important;
		border-top-left-radius: 5px !important;
	}
	table.manage tr td:last-child {
		border-bottom-right-radius: 5px !important;
		border-bottom-left-radius: 5px !important;
	}
	table.manage td:lang(ar){
		border-right: 1px solid #c8c8c8 !important;
		border-left: 1px solid #c8c8c8;
	}
	table.manage td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
	}
	table.manage td:before:lang(ar){
		float: right;
	}
	table.manage td:first-child {
		border: 1px solid #c8c8c8;
	}
	table.manage tr:last-child {
		margin-bottom: 0px;
	}
}

/* ===== Fancy Table ===== */

table.fancy {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	max-width: 100%;
}

table.fancy tr th {
	padding: 10px;
	border-right: 1px solid #337ab7;
}

table.fancy tr td {
	padding: 10px;
}

table.fancy tr:last-child td {
	border-bottom: 1px solid #337ab7;
}

table.fancy tr th:lang(ar){
	border-right: initial;
	border-left: 1px solid #337ab7;
}

table.fancy tr th:first-child {
	border-left: 1px solid #337ab7;
}

table.fancy tr th:first-child:lang(ar){
	border-right: 1px solid #337ab7;
}

table.fancy tr td:first-child {
	border-left: 1px solid #337ab7;
}

table.fancy:lang(ar) tr td:first-child {
	border-left:initial;
	border-right: 1px solid #337ab7;
}

table.fancy tr td:last-child {
	border-right: 1px solid #337ab7;
}

table.fancy:lang(ar) tr td:last-child {
	border-right:initial;
	border-left: 1px solid #337ab7;
}

table.fancy tr th {
	background: #337ab7;
	color:white;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #337ab7;
}

table.fancy tr:first-child th:first-child {
	border-top-left-radius: 5px;
}

table.fancy tr:first-child th:first-child:lang(ar){
	border-top-left-radius: initial;
	border-top-right-radius: 5px;
}

table.fancy tr:first-child th:last-child {
	border-top-right-radius: 5px;
}

table.fancy tr:first-child th:last-child:lang(ar){
	border-top-right-radius: initial;
	border-top-left-radius: 5px;
}

table.fancy tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
}

table.fancy tr:last-child td:first-child:lang(ar){
	border-bottom-left-radius: initial;
	border-bottom-right-radius: 5px;
}

table.fancy tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}

table.fancy tr:last-child td:last-child:lang(ar){
	border-bottom-right-radius: initial;
	border-bottom-left-radius: 5px;
}

table.fancy tr:nth-child(odd) td {
	background-color: #fff;
}

table.fancy tr:nth-child(even) td {
	background-color: #f8f8f8;
}

table.fancy tr td:only-child {
	border-radius:0 0 5px 5px !important;
	border-right: 1px solid #337ab7 !important;
	border-left: 1px solid #337ab7 !important;
}

@media screen and (max-width: 600px){
	table.fancy {
		border: 0px;
		width: 100% !important;
	}
	table.fancy thead {
		display:none;
	}
	table.fancy tr {
		border: 0px !important;
		display: block;
		margin-bottom: 10px;
		width: 100% !important;
	}
	table.fancy td {
		border-right: 1px solid #c8c8c8 !important;
		border-left: 1px solid #c8c8c8 !important;
		border-bottom: 0 !important;
		display: block;
		text-align: right;
		border-bottom-right-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
		width: 100% !important;
	}
	table.fancy tr td:first-child {
		border-top-right-radius: 5px !important;
		border-top-left-radius: 5px !important;
	}
	table.fancy tr td:last-child {
		border-bottom: 1px solid #c8c8c8 !important;
		border-bottom-right-radius: 5px !important;
		border-bottom-left-radius: 5px !important;
	}
	table.fancy td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
	}
	table.fancy td:before:lang(ar){
		float: right;
	}
	table.fancy td:first-child {
		border: 1px solid #c8c8c8;
	}
	table.fancy tr:last-child {
		margin-bottom: 0px;
	}
}

/* ===== Table Elements & Special Classes ===== */

table.fancy.straight_corners > thead > tr > th,
table.fancy.straight_corners > tbody > tr > td,
table.manage.straight_corners > thead > tr > th,
table.manage.straight_corners > tbody > tr > td {
	border-radius:0 !important;
}

table.manage > tbody > tr > td .btn.btn-block,
table.fancy > tbody > tr > td .btn.btn-block {
	width: calc(100% + 10px);
	margin:-4px -5px -5px -5px;
}

/* ===== Loading Screen ===== */

#page-loading {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, .8);
	color: white;
	font-size: 16px;
	padding: 40px;
	width: 100%;
	height: 100vh;
	align-items: center;
	justify-content: center;
	z-index: 100000;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
}

#page-loading .loading_container {
	margin: 0 20px 0px 20px;
}

#page-loading .loading_spinner {
	border: 12px solid #f3f3f3;
	border-top: 12px solid #404040;
	border-radius: 50%;
	display: block;
	width: 60px;
	height: 60px;
	animation: loading_spinner 2s linear infinite;
}

@keyframes loading_spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media screen and (max-width:768px){
	#page-loading {
		flex-direction: column;
	}
	#page-loading .loading_spinner {
		margin-bottom: 15px;
	}
}

/* ===== Ajax Page Loading ===== */

.ajax_form {
	position:relative;
}

.ajax_loading { /* Standard [On Form] */
	display:none;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.75);
}

.ajax_loading .ajax_spinner {
	border: 12px solid #f3f3f3;
	border-top: 12px solid #505050;
	border-radius: 50%;
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 10px auto;
	animation: ajax_spinner 2s linear infinite;
}

@keyframes ajax_spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* ==== Bootbox Loading ==== */

.bootbox_loading {
	border:1px solid #eee;
	border-radius:3px;
	text-align:center;
	padding:10px;
}

.bootbox_loading i {
	display:block;
	font-size:30px;
	margin:10px 0px 10px 0px;
}

.bootbox_loading b {
	display:block;
}

/* ===== Input Basic Styles ===== */

input[type=text],
input[type=password],
input[type=number],
input[type=file],
input[type=email],
input[type=date],
input[type=time],
input[type=search],
textarea,
select {
	margin: 0;
	padding: 5px;
	width: 100%;
	color: black;
	border: 1px solid #b9b9b9;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
	background: #fcfcfc;
	height:30px;
	transition:border 0.3s;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1), inset 0 0 0 100px #fcfcfc;
}

input[type=file] {
	height:initial;
}

input[type=file]::-ms-value { /* For Edge */
	border:0;
	background: transparent;
}

select {
	padding:0;
	height:30px;
}

textarea {
	display:block;
	resize: vertical;
	min-height: 100px;
}

input[type=text][disabled],
input[type=password][disabled],
input[type=number][disabled],
input[type=file][disabled],
input[type=email][disabled],
input[type=date][disabled],
input[type=time][disabled],
input[type=search][disabled],
textarea[disabled],
select[disabled] {
	color:#909090;
	background: #eee;
}

input[type=text][dummy],
input[type=password][dummy],
input[type=number][dummy],
input[type=file][dummy],
input[type=email][dummy],
input[type=date][dummy],
input[type=time][dummy],
input[type=search][dummy],
textarea[dummy],
select[dummy] {
	border:0;
	background:transparent;
	pointer-events:none;
	color:black;
	box-shadow:initial;
}

div.input-addon {
	display:flex;
}

div.input-addon [before],
div.input-addon [after] {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0 8px 0 8px;
	white-space:nowrap;
	background:#eee;
	
}

div.input-addon [before] {
	border:1px solid #b9b9b9;
	border-right:0;
}

div.input-addon:lang(ar) [before] {
	border:1px solid #b9b9b9;
	border-left:0;
}

div.input-addon [after] {
	border:1px solid #b9b9b9;
	border-left:0;
}

div.input-addon:lang(ar) [after] {
	border:1px solid #b9b9b9;
	border-right:0;
}

div.input-addon.input-addon-ltr [before] {
	border:1px solid #b9b9b9;
	border-right:0;
}

div.input-addon.input-addon-ltr [after] {
	border:1px solid #b9b9b9;
	border-left:0;
}

/* ===== Fancy Form ===== */

.fancy_form b {
	display:block;
	width:100%;
	color:#606060;
	margin-bottom:5px;
}

.fancy_form div {
	display:flex;
	flex-wrap:nowrap;
	margin-bottom:10px;
}

.fancy_form div:last-child {
	margin-bottom:0;
}

.fancy_form label {
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	background:#fcfcfc;
	display:flex;
	justify-content:center;
	align-items:center;
}

.fancy_form label:first-child,
.fancy_form input:first-child,
.fancy_form select:first-child {
	border-radius:3px 0 0 3px;
	border-left:1px solid #c8c8c8;
}

.fancy_form:lang(ar) label:first-child,
.fancy_form:lang(ar) input:first-child,
.fancy_form:lang(ar) select:first-child {
	border-radius:0 3px 3px 0;
	border-right:1px solid #c8c8c8;
	border-left:0;
}

.fancy_form label:last-child,
.fancy_form input:last-child,
.fancy_form select:last-child {
	border-radius:0 3px 3px 0;
	border-right:1px solid #c8c8c8;
}

.fancy_form:lang(ar) label:last-child,
.fancy_form:lang(ar) input:last-child,
.fancy_form:lang(ar) select:last-child {
	border-radius:3px 0 0 3px;
	border-left:1px solid #c8c8c8;
	border-right:0;
}

.fancy_form:lang(ar) input:last-child,
.fancy_form:lang(ar) select:last-child {
	border-right:1px solid #c8c8c8;
}

.fancy_form:lang(ar) input:nth-child(2):not(:last-child){
	border-radius:0;
	border-left:0;
}

.fancy_form i {
	padding:0 10px 0 10px;
	color:#808080;
}

.fancy_form input, .fancy_form select {
	height:35px;
	box-shadow:initial;
	background:transparent;
	border:0;
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	background:#fcfcfc;
	flex-grow:1;
}

.fancy_form .select2-selection {
	box-shadow:initial;
	min-height:35px;
	border-color:#c8c8c8 !important;
	border-left:0 !important;
	border-right:0 !important;
	border-radius:0 !important;
}

.fancy_form .select2-selection__arrow {
	min-height:35px;
}

.fancy_form .select2-selection__rendered {
	line-height:35px !important;
}

.fancy_form input:-webkit-autofill,
.fancy_form input:-webkit-autofill:hover, 
.fancy_form input:-webkit-autofill:focus, 
.fancy_form input:-webkit-autofill:active {
	-webkit-box-shadow: inset 0 0 0 100px #fcfcfc !important;
}

.fancy_form .has-error * {
	border-color:rgb(185, 74, 72) !important;
}

/* ===== Floating Input ===== */

.floating_container {
	display: flex;
	flex-flow: column-reverse;
}

label.floating,
input.floating {
	transition: all 0.2s;
	touch-action: manipulation;
}

input.floating {
	box-shadow: initial !important;
	background: white !important;
	border: 0 !important;
	border-bottom: 1px solid #c8c8c8 !important;
	padding: 7px !important;
}

input.floating:focus {
	border-bottom: 1px solid #404040 !important;
}

label.floating {
	font-weight: normal;
	font-size: 10px;
}

input.floating:placeholder-shown+label.floating {
	width:50%;
	font-size: 10px;
	color: #606060;
	font-weight: normal;
	cursor: text;
	transform-origin: left bottom;
	transform: translate(5px, 26px) scale(1.25);
}

input:lang(ar).floating:placeholder-shown+label:lang(ar).floating {
	transform-origin: right bottom;
	transform: translate(-5px, 26px) scale(1.25);
}

input.floating::-webkit-input-placeholder {
	opacity: 0;
	transition: inherit;
}

input.floating:focus::-webkit-input-placeholder {
	opacity: 1;
}

input.floating:not(:placeholder-shown)+label.floating,
input.floating:focus+label.floating {
	transform: translate(0, 0) scale(1) !important;
	cursor: pointer;
}

/* ===== Inline Input [Fixed Data] ===== */

ul.inline_input {
	display:flex;
	flex-wrap:wrap;
	list-style-type: none;
	margin: 0 0 -10px 0;
	padding: 0;
	width:calc(100% + 10px);
}

ul.inline_input li {
	flex-basis:25%;
	flex-grow:1;
	margin: 0 10px 10px 0;
}

ul.inline_input li:lang(ar){
	margin: 0 0 10px 10px;
}

ul.inline_input li p {
	display: block;
	margin: 0 0 5px 0;
}

ul.inline_input button {
	margin:0 10px 10px 0;
}

ul.inline_input button:lang(ar){
	margin:0 0 10px 10px;
}

@media screen and (max-width:767px){
	ul.inline_input li {
		flex-basis:100%;	
	}
}

/* ===== Radio [Materialize] ===== */

.radio_container {
	margin: -4px;
}

.radio_container.fixed-width {
	display: flex;
	flex-wrap: wrap;
}

.radio_container.fixed-width label {
	width: 200px;
	padding: 5px 0px 0px 0px;
}

[type="radio"]:not(:checked),
[type="radio"]:checked {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

[type="radio"]:not(:checked)+span,
[type="radio"]:checked+span {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: normal;
}

[type="radio"]:not(:checked)+span:lang(ar),
[type="radio"]:checked+span:lang(ar){
	padding-right: 30px;
	padding-left: 0px;
}

[type="radio"]+span:before,
[type="radio"]+span:after {
	content: '';
	position: absolute;
	left: 0;
	right: auto;
	top: 0;
	margin: 4px;
	width: 18px;
	height: 18px;
	z-index: 0;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

[type="radio"]+span:lang(ar):before,
[type="radio"]+span:lang(ar):after {
	left: auto;
	right: 0;
}

[type="radio"]:not(:checked)+span:before,
[type="radio"]:not(:checked)+span:after,
[type="radio"]:checked+span:before,
[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
	border-radius: 50%;
}

[type="radio"]:not(:checked)+span:before,
[type="radio"]:not(:checked)+span:after {
	border: 1px solid #909090;
}

[type="radio"]:not(:checked)+span:after {
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type="radio"]:checked+span:before {
	border: 1px solid transparent;
}

[type="radio"]:checked+span:after {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

[type="radio"].with-gap:checked+span:after {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

[type="radio"].tabbed:focus+span:before {
	-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

[type="radio"].with-gap:disabled:checked+span:before {
	border: 1px solid rgba(0, 0, 0, 0.42);
}

[type="radio"].with-gap:disabled:checked+span:after {
	border: none;
	background-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:not(:checked)+span:before,
[type="radio"]:disabled:checked+span:before {
	background-color: transparent;
	border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled+span {
	color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:not(:checked)+span:before {
	border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:checked+span:after {
	background-color: rgba(0, 0, 0, 0.42);
	border-color: #949494;
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
	border: 1px solid #337ab5;
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:after {
	background-color: #337ab5;
}

/* ===== Checkbox [Materialize] ===== */

.check_container {
	margin-bottom: -5px;
}

.check_container.fixed-width {
	display: flex;
	flex-wrap: wrap;
}

.check_container.fixed-width label {
	width: 200px;
	padding: 5px 0px 0px 0px;
}

[type="checkbox"].filled-in:checked+span:after {
	background-color: orange;
}

[type="checkbox"].filled-in:not(:checked),
[type="checkbox"].filled-in:checked {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

[type="checkbox"].filled-in+span{
	position: relative;
	padding-left: 25px;
	padding-right: 10px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: normal;
}

[type="checkbox"].filled-in+span:lang(ar){
	padding-left: 10px;
	padding-right: 25px;
}

[type="checkbox"].filled-in+span:after {
	border-radius: 2px;
}

[type="checkbox"].filled-in+span:before,
[type="checkbox"].filled-in+span:after {
	content: '';
	left: 0;
	position: absolute;
	z-index: 1;
}

[type="checkbox"].filled-in+span:lang(ar):before,
[type="checkbox"].filled-in+span:lang(ar):after {
	left: auto;
	right: 0;
}

[type="checkbox"].filled-in:not(:checked)+span:lang(ar):before {
	left: auto;
	right: 5px;
}

[type="checkbox"].filled-in:not(:checked)+span:after {
	height: 20px;
	width: 20px;
	border: 1px solid #909090;
	top: 0px;
	z-index: 0;
}

[type="checkbox"].filled-in:checked+span:before {
	content: "✓";
	color: white;
	border: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

[type="checkbox"].filled-in:checked+span:after {
	top: 0;
	width: 20px;
	height: 20px;
	background-color: #337ab5;
	z-index: 0;
}

/* ===== Switch Button ===== */

.switch {
	margin-top:4px;
}

.switch,
.switch * {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.switch label {
	cursor: pointer;
}

.switch label input[type=checkbox] {
	opacity: 0;
	width: 0;
	height: 0;
}

.switch label input[type=checkbox]:checked+.lever {
	background-color: #649ac8;
}

.switch label input[type=checkbox]:checked+.lever:before,
.switch label input[type=checkbox]:checked+.lever:after {
	left: 22px;
}

.switch:lang(ar) label input[type=checkbox]:checked+.lever:before,
.switch:lang(ar) label input[type=checkbox]:checked+.lever:after {
	left: initial;
	right: 22px;
}

.switch label input[type=checkbox]:checked+.lever:after {
	background-color: #2e6da3;
}

.switch label .lever {
	content: "";
	display: inline-block;
	position: relative;
	width: 40px;
	height: 15px;
	background-color: rgba(0, 0, 0, 0.38);
	border-radius: 15px;
	margin-right: 10px;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	vertical-align: middle;
	margin: 0 15px;
}

.switch label .lever:before,
.switch label .lever:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	left: 0;
	top: -3px;
	-webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
	transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
	transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
	transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
}

.switch label:lang(ar) .lever:before,
.switch label:lang(ar) .lever:after {
	left:initial;
	right: 0;
	-webkit-transition: right 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
	transition: right 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
	transition: right 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
	transition: right 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
}

.switch label .lever:before {
	background-color: rgba(40, 40, 40, 0.15);
}

.switch label .lever:after {
	background-color: #F1F1F1;
	-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.switch input[type=checkbox]:checked:not(:disabled)~.lever:active::before,
.switch input[type=checkbox]:checked:not(:disabled).tabbed:focus~.lever::before {
	-webkit-transform: scale(2.4);
	transform: scale(2.4);
	background-color: rgba(40, 40, 40, 0.15);
}

.switch input[type=checkbox]:not(:disabled)~.lever:active:before,
.switch input[type=checkbox]:not(:disabled).tabbed:focus~.lever::before {
	-webkit-transform: scale(2.4);
	transform: scale(2.4);
	background-color: rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled]+.lever {
	cursor: default;
	background-color: rgba(0, 0, 0, 0.12);
}

.switch label input[type=checkbox][disabled]+.lever:after,
.switch label input[type=checkbox][disabled]:checked+.lever:after {
	background-color: #949494;
}

/* ===== Responsive Form ===== */

.form-item {
	display: flex;
	margin-bottom: 10px;
}

.form-item:last-child {
	margin-bottom: 0px;
}

.form-item b {
	display: flex;
	align-items: center;
	width: 100px;
	color: #404040;
	margin: 0 10px 0px 0px;
	font-weight:normal;
}

.form-item b:lang(ar){
	margin: 0 0px 0px 10px;
}

.form-item .input {
	display: block;
	width: 100%;
}

@media screen and (max-width:768px){
	.form-item {
		display: block;
	}
	.form-item .input {
		display: block;
		margin: 5px 0px 0px 0px;
	}
}

/* ===== Fixed Form ===== */

.fixed_form .item {
	margin-bottom:10px;
}

.fixed_form .item span {
	display:block;
	margin-bottom:5px;
	color:#909090;
}

/* ===== Login Facebook ===== */

.separator_or {
    position: relative;
    text-align: center;
	margin:10px auto 10px auto;
}

.separator_or label{
    background-color:#fff;
    padding: 0 0.4em;
    position: relative;
	color:#909090;
}

.separator_or:before{
    content: '';
    border-style: solid;
    border-width: 0 0 1px 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-color:#909090;
}

.login_social {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	max-width:250px;
	padding:10px;
	color:white !important;
	font-size:13px;
	border-radius:3px;
	line-height:1;
	margin:0px auto 0px auto;
}

.login_social i {
	margin:0px 10px 0px 10px;
	font-size:20px;
}

.login_social.facebook { background:#3b579b; }
.login_social.facebook:hover { background:#4964a6; }

/* ===== Form Related Styles ===== */

.requ:before {
	display: inline;
	content: "*";
	color: red;
	font-style: normal;
}

i.na {
	color: #909090;
}

.login_check {
	margin-top: 15px;
}

.login_check small {
	margin-bottom: 10px;
	float: right;
}

.login_check small:lang(ar){
	float: left;
}

.login_check input[type=checkbox] {
	float: left;
	width: 18px;
	height: 18px;
	margin: 0 5px 0px 0px;
	font-weight: normal;
}

.login_check input[type=checkbox]:lang(ar){
	float: right;
	margin: 0 0px 0px 5px;
}

.login_check label {
	font-weight: normal;
	cursor: pointer;
}

.submit {
	-moz-box-shadow: inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow: inset 0px 1px 0px 0px #9acc85;
	box-shadow: inset 0px 1px 0px 0px #9acc85;
	background-color: #74ad5a;
	border: 1px solid #3b6e22;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	vertical-align: center;
	font-size: 14px;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	border-radius: 5px;
	min-width: 150px;
	transition: background-color 0.2s;
}

.submit[disabled] {
	opacity: 0.75;
	cursor: not-allowed;
}

.submit:not([disabled]):hover {
	background-color: #68a54b;
}

.submit_container {
	background:#eee;
	border-radius:3px;
	margin-top:10px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

.submit_container_blank {
	padding: 15px 0px 5px 0px;
	text-align: center;
}

.input_description {
	width: 100%;
	font-size: 11px;
	color: #909090;
	margin-top: 5px;
}

.success_icon:before {
	font-family: 'Glyphicons Halflings';
	content: "\e013";
	font-size: 80px;
	line-height: 120px;
	display: block;
	text-align: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	color: white;
	margin: 0 auto 10px auto;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	background: rgb(115, 172, 110);
	background: -moz-linear-gradient(top, rgba(115, 172, 110, 1) 0%, rgba(54, 150, 64, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(115, 172, 110, 1) 0%, rgba(54, 150, 64, 1) 100%);
	background: linear-gradient(to bottom, rgba(115, 172, 110, 1) 0%, rgba(54, 150, 64, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73ac6e', endColorstr='#369640', GradientType=0);
}

.error_icon:before {
	font-family: 'Glyphicons Halflings';
	content: "\e014";
	font-size: 80px;
	line-height: 120px;
	display: block;
	text-align: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	color: white;
	margin: 0 auto 10px auto;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	background: rgb(224, 114, 102);
	background: -moz-linear-gradient(top, rgba(224, 114, 102, 1) 0%, rgba(181, 47, 47, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(224, 114, 102, 1) 0%, rgba(181, 47, 47, 1) 100%);
	background: linear-gradient(to bottom, rgba(224, 114, 102, 1) 0%, rgba(181, 47, 47, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e07266', endColorstr='#b52f2f', GradientType=0);
}

.large_thumb {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 15px auto;
	padding: 20px;
	border-radius: 50%;
	border: 1px solid #909090;
}

.large_thumb i {
	font-size: 40px;
}

.alert-danger .large_thumb {
	border: 1px solid #a94442;
}

.alert-success .large_thumb {
	border: 1px solid #3c763d;
}

.date_field {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MzQgNTExLjYzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYzNCA1MTEuNjM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQ4Mi41MTMsODMuOTQyYy03LjIyNS03LjIzMy0xNS43OTctMTAuODUtMjUuNjk0LTEwLjg1aC0zNi41NDF2LTI3LjQxYzAtMTIuNTYtNC40NzctMjMuMzE1LTEzLjQyMi0zMi4yNjEgICBDMzk3LjkwNiw0LjQ3NSwzODcuMTU3LDAsMzc0LjU5MSwwaC0xOC4yNjhjLTEyLjU2NSwwLTIzLjMxOCw0LjQ3NS0zMi4yNjQsMTMuNDIyYy04Ljk0OSw4Ljk0NS0xMy40MjIsMTkuNzAxLTEzLjQyMiwzMi4yNjF2MjcuNDEgICBoLTEwOS42M3YtMjcuNDFjMC0xMi41Ni00LjQ3NS0yMy4zMTUtMTMuNDIyLTMyLjI2MUMxNzguNjQsNC40NzUsMTY3Ljg4NiwwLDE1NS4zMjEsMEgxMzcuMDUgICBjLTEyLjU2MiwwLTIzLjMxNyw0LjQ3NS0zMi4yNjQsMTMuNDIyYy04Ljk0NSw4Ljk0NS0xMy40MjEsMTkuNzAxLTEzLjQyMSwzMi4yNjF2MjcuNDFINTQuODIzYy05LjksMC0xOC40NjQsMy42MTctMjUuNjk3LDEwLjg1ICAgYy03LjIzMyw3LjIzMi0xMC44NSwxNS44LTEwLjg1LDI1LjY5N3YzNjUuNDUzYzAsOS44OSwzLjYxNywxOC40NTYsMTAuODUsMjUuNjkzYzcuMjMyLDcuMjMxLDE1Ljc5NiwxMC44NDksMjUuNjk3LDEwLjg0OWg0MDEuOTg5ICAgYzkuODk3LDAsMTguNDctMy42MTcsMjUuNjk0LTEwLjg0OWM3LjIzNC03LjIzNCwxMC44NTItMTUuODA0LDEwLjg1Mi0yNS42OTNWMTA5LjYzOSAgIEM0OTMuMzU3LDk5LjczOSw0ODkuNzQzLDkxLjE3NSw0ODIuNTEzLDgzLjk0MnogTTEzNy4wNDcsNDc1LjA4OEg1NC44MjN2LTgyLjIzaDgyLjIyNFY0NzUuMDg4eiBNMTM3LjA0NywzNzQuNTlINTQuODIzdi05MS4zNTggICBoODIuMjI0VjM3NC41OXogTTEzNy4wNDcsMjY0Ljk1MUg1NC44MjN2LTgyLjIyM2g4Mi4yMjRWMjY0Ljk1MXogTTEzMC42MjcsMTM0LjMzM2MtMS44MDktMS44MDktMi43MTItMy45NDYtMi43MTItNi40MjNWNDUuNjg2ICAgYzAtMi40NzQsMC45MDMtNC42MTcsMi43MTItNi40MjNjMS44MDktMS44MDksMy45NDYtMi43MTIsNi40MjMtMi43MTJoMTguMjcxYzIuNDc0LDAsNC42MTcsMC45MDMsNi40MjMsMi43MTIgICBjMS44MDksMS44MDcsMi43MTQsMy45NDksMi43MTQsNi40MjN2ODIuMjI0YzAsMi40NzgtMC45MDksNC42MTUtMi43MTQsNi40MjNjLTEuODA3LDEuODA5LTMuOTQ2LDIuNzEyLTYuNDIzLDIuNzEySDEzNy4wNSAgIEMxMzQuNTc2LDEzNy4wNDYsMTMyLjQzNiwxMzYuMTQyLDEzMC42MjcsMTM0LjMzM3ogTTI0Ni42ODMsNDc1LjA4OGgtOTEuMzY1di04Mi4yM2g5MS4zNjVWNDc1LjA4OHogTTI0Ni42ODMsMzc0LjU5aC05MS4zNjUgICB2LTkxLjM1OGg5MS4zNjVWMzc0LjU5eiBNMjQ2LjY4MywyNjQuOTUxaC05MS4zNjV2LTgyLjIyM2g5MS4zNjVWMjY0Ljk1MXogTTM1Ni4zMjMsNDc1LjA4OGgtOTEuMzY0di04Mi4yM2g5MS4zNjRWNDc1LjA4OHogICAgTTM1Ni4zMjMsMzc0LjU5aC05MS4zNjR2LTkxLjM1OGg5MS4zNjRWMzc0LjU5eiBNMzU2LjMyMywyNjQuOTUxaC05MS4zNjR2LTgyLjIyM2g5MS4zNjRWMjY0Ljk1MXogTTM0OS44OTYsMTM0LjMzMyAgIGMtMS44MDctMS44MDktMi43MDctMy45NDYtMi43MDctNi40MjNWNDUuNjg2YzAtMi40NzQsMC45LTQuNjE3LDIuNzA3LTYuNDIzYzEuODA4LTEuODA5LDMuOTQ5LTIuNzEyLDYuNDI3LTIuNzEyaDE4LjI2OCAgIGMyLjQ3OCwwLDQuNjE3LDAuOTAzLDYuNDI3LDIuNzEyYzEuODA4LDEuODA3LDIuNzA3LDMuOTQ5LDIuNzA3LDYuNDIzdjgyLjIyNGMwLDIuNDc4LTAuOTAzLDQuNjE1LTIuNzA3LDYuNDIzICAgYy0xLjgwNywxLjgwOS0zLjk0OSwyLjcxMi02LjQyNywyLjcxMmgtMTguMjY4QzM1My44NDYsMTM3LjA0NiwzNTEuNjk3LDEzNi4xNDIsMzQ5Ljg5NiwxMzQuMzMzeiBNNDU2LjgxMiw0NzUuMDg4aC04Mi4yMjh2LTgyLjIzICAgaDgyLjIyOFY0NzUuMDg4eiBNNDU2LjgxMiwzNzQuNTloLTgyLjIyOHYtOTEuMzU4aDgyLjIyOFYzNzQuNTl6IE00NTYuODEyLDI2NC45NTFoLTgyLjIyOHYtODIuMjIzaDgyLjIyOFYyNjQuOTUxeiIgZmlsbD0iIzcwNzA3MCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) !important;
	background-size: 20px 20px !important;
	background-size: 16px 16px !important;
	background-repeat: no-repeat !important;
	background-position: 6px 6px !important;
	padding-left: 30px !important;
	cursor: pointer;
}

.time_field {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ3LjAwMSA0Ny4wMDEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3LjAwMSA0Ny4wMDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iTGF5ZXJfMV82NV8iPgoJCTxnPgoJCQk8cGF0aCBkPSJNNDYuOTA3LDIwLjEyYy0wLjE2My0wLjM0Ny0wLjUxMS0wLjU2OS0wLjg5Ni0wLjU2OWgtMi45MjdDNDEuMjIzLDkuNDUyLDMyLjM1NSwxLjc3NSwyMS43MjYsMS43NzUgICAgIEM5Ljc0NywxLjc3NSwwLDExLjUyMiwwLDIzLjUwMUMwLDM1LjQ4LDkuNzQ2LDQ1LjIyNiwyMS43MjYsNDUuMjI2YzcuNzMxLDAsMTQuOTQxLTQuMTYxLDE4LjgxNi0xMC44NTcgICAgIGMwLjU0Ni0wLjk0NSwwLjIyNC0yLjE1Mi0wLjcyMi0yLjY5OWMtMC45NDQtMC41NDctMi4xNTItMC4yMjUtMi42OTcsMC43MmMtMy4xNzIsNS40ODEtOS4wNzIsOC44ODctMTUuMzk3LDguODg3ICAgICBjLTkuODAxLDAtMTcuNzc2LTcuOTc0LTE3Ljc3Ni0xNy43NzRjMC05LjgwMiw3Ljk3NS0xNy43NzYsMTcuNzc2LTE3Ljc3NmM4LjQ0MiwwLDE1LjUxNSw1LjkyMSwxNy4zMTcsMTMuODI1aC0yLjkwNCAgICAgYy0wLjM4NSwwLTAuNzMyLDAuMjIyLTAuODk2LDAuNTY5Yy0wLjE2MywwLjM0Ny0wLjExLDAuNzU2LDAuMTM2LDEuMDUxbDQuOTM4LDUuOTI1YzAuMTg4LDAuMjI1LDAuNDY1LDAuMzU1LDAuNzU5LDAuMzU1ICAgICBjMC4yOTMsMCwwLjU3MS0wLjEzMSwwLjc1OC0wLjM1NWw0LjkzOC01LjkyNUM0Ny4wMTgsMjAuODc2LDQ3LjA3LDIwLjQ2Nyw0Ni45MDcsMjAuMTJ6IiBmaWxsPSIjOGM4YzhjIi8+CgkJCTxwYXRoIGQ9Ik0yMS43MjYsNi43MTNjLTEuMDkxLDAtMS45NzUsMC44ODQtMS45NzUsMS45NzV2MTEuOTg0Yy0wLjg5MywwLjYyNi0xLjQ4MSwxLjY1OC0xLjQ4MSwyLjgzICAgICBjMCwxLjkwNiwxLjU1MSwzLjQ1NywzLjQ1NywzLjQ1N2MwLjUyMiwwLDEuMDE0LTAuMTI1LDEuNDU4LTAuMzM0bDYuODcsMy45NjVjMC4zMTIsMC4xODEsMC42NSwwLjI2NiwwLjk4NiwwLjI2NiAgICAgYzAuNjgyLDAsMS4zNDYtMC4zNTQsMS43MTItMC45ODhjMC41NDUtMC45NDMsMC4yMjItMi4xNTItMC43MjQtMi42OTdsLTYuODc3LTMuOTcxYy0wLjA5Mi0xLjA0NC0wLjYzNS0xLjk1Ni0xLjQ0OS0yLjUyNlY4LjY4OCAgICAgQzIzLjcwMSw3LjU5OCwyMi44MTYsNi43MTMsMjEuNzI2LDYuNzEzeiBNMjEuNzI2LDI0Ljk4MmMtMC44MTcsMC0xLjQ4MS0wLjY2NS0xLjQ4MS0xLjQ4YzAtMC44MTYsMC42NjUtMS40ODEsMS40ODEtMS40ODEgICAgIHMxLjQ4MSwwLjY2NSwxLjQ4MSwxLjQ4MUMyMy4yMDcsMjQuMzE3LDIyLjU0MiwyNC45ODIsMjEuNzI2LDI0Ljk4MnoiIGZpbGw9IiM4YzhjOGMiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) !important;
	background-size: 16px 16px !important;
	background-repeat: no-repeat !important;
	background-position: 6px 6px !important;
	padding-left: 30px !important;
	cursor: pointer;
}

/* ====== Ripple Wave Effect ====== */

.wave {
	position: relative;
	overflow: hidden;
}

.wave:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255, .5);
	opacity: 0;
	border-radius: 50%;
	transform: scale(1, 1) translate(-50%);
	transform-origin: 50% 50%;
}

.wave.wave-dark:after {
	background: rgba(0, 0, 0, .5);
}

@keyframes ripple {
	0% {
		transform: scale(0, 0);
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: scale(50, 50);
	}
}

.wave:focus:not(:active)::after {
	animation: ripple 0.5s ease-out;
}

/* ====== Data Table ====== */

table.data_table {
	width:100%;
	border-collapse:separate;
}

table.data_table > tbody > tr > td.title {
	width:15%;
	padding:7px;
	background:#f0f0f0;
}

table.data_table > tbody > tr > td {
	padding:10px;
	border:1px solid #c8c8c8;
	border-bottom:0;
	border-left:0;
	background:#fff;
	font-size:12px;
	vertical-align:center;
}

table.data_table > tbody > tr > td:not(.title){
	width:35%;
}

table.data_table > tbody > tr > td:nth-last-child(1):nth-child(2){
	width:85%;
}

table.data_table > tbody > tr:last-child > td { border-bottom:1px solid #c8c8c8; }

table.data_table > tbody > tr > td:first-child { border-left:1px solid #c8c8c8; }
table.data_table > tbody > tr > td:last-child { border-right:1px solid #c8c8c8; }

table.data_table:lang(ar) > tbody > tr > td:first-child { border-left:0px; }
table.data_table:lang(ar) > tbody > tr > td:last-child { border-left:1px solid #c8c8c8; }

table.data_table > tbody > tr:first-child > td:first-child { border-radius:3px 0px 0px 0px; }
table.data_table > tbody > tr:first-child > td:last-child { border-radius:0px 3px 0px 0px; }
table.data_table > tbody > tr:last-child > td:first-child { border-radius:0px 0px 0px 3px; }
table.data_table > tbody > tr:last-child > td:last-child { border-radius:0px 0px 3px 0px; }
table.data_table > tbody > tr:only-child > td:first-child { border-radius:3px 0px 0px 3px; }
table.data_table > tbody > tr:only-child > td:last-child { border-radius:0px 3px 3px 0px; }

table.data_table:lang(ar) > tbody > tr:first-child > td:first-child { border-radius:0px 3px 0px 0px; }
table.data_table:lang(ar) > tbody > tr:first-child > td:last-child { border-radius:3px 0px 0px 0px; }
table.data_table:lang(ar) > tbody > tr:last-child > td:first-child { border-radius:0px 0px 3px 0px; }
table.data_table:lang(ar) > tbody > tr:last-child > td:last-child { border-radius:0px 0px 0px 3px; }
table.data_table:lang(ar) > tbody > tr:only-child > td:first-child { border-radius:0px 3px 3px 0px; }
table.data_table:lang(ar) > tbody > tr:only-child > td:last-child { border-radius:3px 0px 0px 3px; }

@media screen and (max-width:768px){
	table.data_table > tbody > tr > td {
		display:block;
		width:100% !important;
		border-radius:0px !important;
		border-top:1px solid #c8c8c8 !important;
		border-left:1px solid #c8c8c8 !important;
		border-right:1px solid #c8c8c8 !important;
		border-bottom:0;
	}

	table.data_table > tbody > tr:last-child > td {
		border-bottom:0;
	}

	table.data_table > tbody > tr:last-child > td:last-child {
		border-bottom:1px solid #c8c8c8;
		border-radius:0px 0px 3px 3px !important;
	}

	table.data_table > tbody > tr:first-child > td:first-child {
		border-radius:3px 3px 0px 0px !important;
	}
}

table.data_table.no_corners td { border-radius:0 !important; }

div.data_table_container {
	border:1px solid #c8c8c8;
	border-radius:3px;
	overflow:hidden;
}

div.data_table_container table.data_table {
	border-collapse:collapse !important;
	width: calc(100% + 2px);
	margin:-1px;
}

/* ===== Attachment Table ===== */

table.attachment {
	width: 100%;
	table-layout: fixed;
}

table.attachment td {
	vertical-align: top;
}

table.attachment td:last-child:not(:first-child){
	padding-left: 10px;
	padding-right: 0px;
}

table.attachment:lang(ar) td:last-child:not(:first-child){
	padding-left: 0px;
	padding-right: 10px;
}

/* ===== Settings Table ===== */

table.settings_form {
	width:100%;
}

table.settings_form td {
	padding:15px 0 15px 0;
}


table.settings_form td {
	width:50%;
	border-bottom:1px solid #c8c8c8;
}

table.settings_form tr:first-child td {
	padding-top:5px;
}

table.settings_form tr:last-child td {
	border-bottom:0;
	padding-bottom:5px;
}

table.settings_form tr td:last-child {
	text-align:right;
}

table.settings_form:lang(ar) tr td:last-child {
	text-align:left;
}

/* ===== Flex Content ===== */

div.flex_content {
	display: flex;
}

div.flex_content * {
	margin: 0 10px 0px 0px;
}

div.flex_content:lang(ar) * {
	margin: 0 0px 0px 10px;
}

div.flex_content *:last-child {
	margin: 0;
}

/* ========== No Content ========== */

.no_content {
	text-align: center;
	padding: 50px 0px 50px 0px;
}

.no_content h2 {
	font-size: 18px;
	margin: 0 0 15px 0;
}

.no_content_sm {
	text-align: center;
	padding:10px;
}

/* ========== Inline Tags ========== */

.inline_tags {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0px -5px 0px;
	width: calc(100% + 5px);
}

.inline_tags li {
	flex-grow: 1;
	margin: 0 5px 5px 0px;
	line-height: 1 !important;
}

.inline_tags:lang(ar) li {
	margin: 0 0px 5px 5px;
}

.inline_tags a,
.inline_tags span {
	display: inline-block;
	width: 100%;
	padding: 8px;
	background: #f8f8f8;
	border: 1px solid #c8c8c8;
	border-radius: 3px;
	overflow: hidden;
	color: #000 !important;
}

.inline_tags a b,
.inline_tags span b {
	display: inline-block;
	margin-top: -10px;
	margin-bottom: -10px;
	background: white;
	margin-right: 5px;
	margin-left: -8px;
	border-right: 1px solid #c8c8c8;
	padding: 10px;
	color: #000 !important;
}

.inline_tags:lang(ar) a b,
.inline_tags:lang(ar) span b {
	margin-left: 5px;
	margin-right: -8px;
	border-left: 1px solid #c8c8c8;
	border-right: 0px;
}

.inline_tags a:hover {
	background: #eee;
}

/* ========== Lists & Info Cards ========== */

.side_icon_card {
	display: flex;
	align-items: center;
}

.side_icon_card i {
	font-size: 40px;
	color: #909090;
	margin: 0 10px 0px 0px;
}

.side_icon_card:lang(ar) i {
	margin: 0 0px 0px 10px;
}

.info_card {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -10px;
}

.info_card div {
	width: 25%;
	overflow: hidden;
}

@media screen and (max-width:768px){
	.info_card div {
		width: 50%;
	}
}

.info_item {
	display: flex;
	align-items: center;
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}

.info_item:last-child {
	margin-bottom: 0px;
}

.info_item small {
	color: #909090;
}

.info_item i {
	float: left;
	font-size: 20px;
	margin: 0 10px 0px 0px;
	width: 20px;
	text-align: center;
}

.info_item:lang(ar) i {
	float: right;
	margin: 0 0px 0px 10px;
}

.data-item {
	display: flex;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #c8c8c8;
}

.data-item:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}

.data-item b {
	display: flex;
	align-items: center;
	width: 110px;
	margin: 0 10px 0px 0px;
}

.data-item b:lang(ar){
	margin: 0 0px 0px 10px;
}

.data-item .data {
	display: block;
	width: 100%;
}

@media screen and (max-width:768px){
	.data-item {
		display: block;
	}
	.data-item .data {
		display: block;
		margin: 5px 0px 0px 0px;
	}
}

ul.list_grid {
	display: flex;
	flex-wrap:wrap;
	list-style-type: none;
	padding: 0;
	margin: 0 0 -5px 0;
}

ul.list_grid li {
	margin: 0 5px 5px 0px;
}

ul.list_grid:lang(ar) li {
	margin: 0 0px 5px 5px;
}

ul.data_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.data_list li {
	margin-bottom: 10px;
}

ul.data_list li:last-child {
	margin-bottom: 0px;
}

ul.data_list li i {
	margin: 0 10px 0px 0px;
	font-size: 14px;
}

ul.data_list:lang(ar) li i {
	margin: 0 0px 0px 10px;
}

/* ========== Download Button ========== */

.download_button {
	display:flex;
	flex-wrap:nowrap;
	width:100%;
	padding:5px 10px 5px 5px;
	box-shadow:1px 1px 1px rgba(0,0,0,.05);
	text-align:left;
	overflow:hidden;
}

.download_button:lang(ar){
	padding:5px 5px 5px 10px;
	text-align:right;
}

.download_button i {
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: 20px;
	color: #606060;
	margin: 0 5px 0 0;
	border-radius:50%;
	border:1px solid #c8c8c8;
	min-width:35px;
	width:35px;
	height:35px;
}

.download_button:lang(ar) i {
	margin: 0 0 0 5px;
}

.download_button small {
	font-size:10px !important;
	color:#909090;
	display:block;
	margin-top:0 !important;
}

/* ========== Manage Block ========== */

.manage_block {
	width:100%;
	border-radius:5px;
	background:#fff;
	border:1px solid #c8c8c8;
	padding:10px;
}

.dropdown-columns {
	padding:5px !important;
}

.dropdown-columns li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	border-radius:3px;
	overflow:hidden;
	width:150px;
	max-width:100%;
}

.dropdown-columns.columns-2 {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.dropdown-columns.columns-3 {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

.dropdown-columns.columns-4 {
	columns: 4;
	-webkit-columns: 4;
	-moz-columns: 4;
}

@media screen and (max-width:992px){ /* Small Screens */
	.dropdown-columns.columns-3, .dropdown-columns.columns-4 {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}	
}

.data-item-compact {
	display: flex;
	margin-bottom: 5px;
}

.data-item-compact:last-child {
	margin-bottom: 0px;
}

.data-item-compact b {
	display: flex;
	align-items: center;
	width:80px;
	margin: 0 10px 0px 0px;
}

.data-item-compact b:lang(ar){
	margin: 0 0 0 10px;
}

.data-item-compact .data {
	display: block;
	width: 100%;
}

@media screen and (max-width:768px){
	.data-item-compact {
		display: block;
		margin-bottom:10px;
	}
	.data-item-compact .data {
		display: block;
		margin: 3px 0px 0px 0px;
	}
}

/* ========== Website Login ========== */

.login_message {
	margin: 30px 0px 20px 0px;
}

.login_message span {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}

.login_message img {
	width:150px;
	height:150px;
	margin-bottom:15px;
	border-radius:50%;
	border:3px solid #fff;
	box-shadow:1px 1px 5px rgba(0,0,0,.2);
}

/* ========== Website Broken Link ========== */

span.broken_link {
	width: 180px;
	height: 180px;
	text-align: center;
	line-height: 180px;
	border-radius: 50%;
	background: #436f93;
	font-size: 80px;
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	margin: 20px;
}

/* ========== Website Inner Pages ========== */

.page_container {
	padding: 10px;
	border-radius: 5px;
	background: white;
	border: 1px solid #c8c8c8;
}

.page_subtitle {
	display:block;
	color: #28608f;
	font-size: 18px;
	margin-bottom: 10px;
}

.page_subtitle:lang(ar){
	line-height:150%;
}

/* ===== Website Various Elements ===== */

div.module_description {
	margin-bottom: 15px;
	text-align: justify;
}

div.module_description_side {
	text-align: justify;
}

.page_content_small_header { /* For News Date */
	font-size: 11px;
	color: #909090;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

/* ========== UL/OL Columns ========== */

.list-columns-2, .list-columns-3, .list-columns-4 {
	padding:0;
	margin:0;
	list-style-type:none;
	list-style-position:inside;
}

.list-columns-2 li,
.list-columns-3 li,
.list-columns-4 li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.list-columns-2 {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.list-columns-3 {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

.list-columns-4 {
	columns: 4;
	-webkit-columns: 4;
	-moz-columns: 4;
}

@media screen and (max-width:992px){ /* Small Screens */
	.list-columns-3, .list-columns-4 {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}	
}

@media screen and (max-width:767px){ /* Small Screens */
	.list-columns-3, .list-columns-2, .list-columns-4 {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}	
}

/* ========== Website Side Content ========== */

.side-image {
	padding: 5px;
	border-radius: 3px;
	background: white;
	border: 1px solid #c8c8c8;
}

.side-image-shadow {
	border-radius:3px;
	box-shadow:1px 1px 1px rgba(0,0,0,.1);
}

/* ====== Website Side Menu ====== */

#side_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-radius: 3px;
	overflow: hidden;
	border: 1px solid #bbb;
	box-shadow:1px 1px 1px rgba(0,0,0,.1);
}

#side_menu ul li {
	border-bottom: 1px solid #ddd;
}

#side_menu ul li:last-child {
	border-bottom: 0px;
}

#side_menu ul li a {
	display: block;
	text-decoration: none;
	color: #909090;
	background: #fefefe;
	transition: 0.25s;
	padding: 10px;
	margin:0;
}

#side_menu ul li a:hover, #side_menu ul li.current a {
	background: #f1f1f1;
	border-left: 10px solid #337ab5;
	color: #337ab5;
}

#side_menu ul li span {
	float: left;
	font-size: 16px;
	margin-right: 10px;
}

#side_menu ul li span:lang(ar){
	float: right;
}

/* Images Side Menu */

#side_menu_images ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom:-5px;
	width:calc(100% + 5px);
}

#side_menu_images ul li {
	display:inline-block;
	width:calc(33.33% - 5px);
	margin:0 5px 0 0;
	border-radius:3px;
	overflow:hidden;
	
}

#side_menu_images:lang(ar) ul li {
	margin:0 0 0 5px;
}

/* ====== Website Buttons ====== */

.link_button {
	display: inline-block;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	background: #2c699c;
	padding: 10px;
	min-width: 100px;
	color: white !important;
	border-radius: 5px;
}

.link_button:hover {
	background: #337ab5;
}

.submit_button {
	display: block;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	padding: 10px;
	box-shadow: inset 1px 1px 0px rgba(255,255,255,.25);
	color: white !important;
	border-radius: 5px;
	background: #337ab5;
	border: 1px solid #337ab5;
	margin-left:auto;
	margin-right:auto;
	min-width:150px;
	transition:background-color 0.25s;
}

.submit_button:hover {
	background: #3883c2;
	border: 1px solid #28608f;
}

/* ===== Website Dashboard Icon ===== */

.dasboard_icon {
	position: relative;
	border-radius: 5px;
	font-weight: bold;
	border: 1px solid #c8c8c8;
	padding: 10px;
	text-align: center;
	background:#fefefe;
	box-shadow:1px 1px 2px rgba(0,0,0,.1);
	transition:background-color 0.25s, box-shadow 0.25s;
}

.dasboard_icon:hover {
	background:#f8f8f8;
}

.dasboard_icon span {
	display: inline-block;
	margin-bottom: 10px;
	color: #337ab5;
	font-size: 30px;
}

/* ===== User Pages [User Card] ===== */

.user_card {
	display:flex;
	align-items:center;
}

.user_card div {
	max-width:calc(100% - 100px);	
}

.user_card span {
	display:block;
	margin:5px 0px 5px 0px;
	color:#909090;
}

.user_card span:first-child {
	margin-top:0;
}

.user_card img {
	width:80px;
	height:80px;
	border-radius:50%;
	margin:0 10px 0 0;
}

.user_card img:lang(ar){
	margin:0 0 0 10px;
}

.user_card label {
	font-weight:normal;
	font-size:11px;
	cursor:pointer;
	transition:color 0.25s;
}

.user_card input[type=file] {
	display:none;
}

/* ========== HTML Content Container ========== */

.html_content iframe {
	border: 0px;
	margin: 0px 0px -2px 0px;
	max-width: 100% !important;
}

.html_content img {
	height: auto;
	border-radius:5px;
}