@import url('bootstrap.min.css');
@import url('bootstrap-rtl.css');
@import url('fonts/vazir.css');

/* ================== Color Refrence ================== */
:root {
	--gold-color: #dcae00;
	--aqua-color: #00acf7;
	--dark-blue-color: #34495e;
	--dark-green-color: #00736d;
	--light-green-color: #00837e;
}
.light-green-bg {
	background-color: var(--light-green-color);
}
.dark-green-bg  {
	background-color: var(--dark-green-color);
}

/* ================== Global styles ================== */

 body {
	-webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility !important;
	font-family: Vazir !important;
	background: #ecf0f5;
	counter-reset: li;
	font-weight: 400;
	height: 100%;
	width: 100%;
}

a, button {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
a {
	color: #262626;
}
a:hover, a:focus {
	color: var(--dark-blue-color);
	text-decoration: none;
}
a:visited {}

h1, h2, h3, h4, h5, h6 {
	font-family: Vazir !important;
	text-rendering: optimizelegibility;
	letter-spacing: -0.5px;
	line-height: 30px;
}

strong, b {
	font-weight: bold;
}

p {
	font-family: Vazir !important;
	text-rendering: optimizelegibility;
	letter-spacing: -0.5px;
	margin-bottom: 0.9em;
	text-align: justify;
	line-height: 1.9em;
	font-size: 14px;
}

.text-xsmall     { font-size: 0.6em;    }
.text-small      { font-size: 0.9em;    }
.text-large      { font-size: 1.0em;    }
.text-xlarge     { font-size: 1.9em;    }
.text-thin       { font-weight: 100;    }
.text-light      { font-weight: 300;    }
.text-regular    { font-weight: normal; }
.text-medium     { font-weight: 500;    }
.text-bold       { font-weight: bold;   }
.text-extrabold  { font-weight: 800;    }
.text-black      { font-weight: 900;    }
.text-extrablack { font-weight: 950;    }
.text-underline  { text-decoration: underline; }

/* #login page
================================================== */
.login-wrapper {
	background: scroll center url('login-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.card-signin .card-title {
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 1.5rem;
}
.card-signin .card-img-left {
  background: scroll center url('login-card-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 40%;
	border-radius: 10px;
}
.card-signin .card-body {
  padding: 2rem;
}
.recaptcha {
	display: none;
}

/* #navbar
================================================== */
.navbar-light {
	-webkit-box-shadow: 0 1px 20px 1px rgba(69,65,78,.08);
	-moz-box-shadow: 0 1px 20px 1px rgba(69,65,78,.08);
	box-shadow: 0 1px 20px 1px rgba(69,65,78,.08);
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}
.navbar-header {
	background-color: #02716c;
	height: 66px;
	width: 240px;
}
.navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-brand img {
	width: 215px;
}
.dropdown-menu {
	font-size: 14px;
}

/* #sidebar
================================================== */
#sidebar-wrapper {
	position: fixed;
	width: 240px;
	right: 0
}

.sidebar-menu .nav-item .nav-link {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 10px;
	color: #c0d8d8;
}

.sidebar-menu .nav-item.active .nav-link,
.sidebar-menu .nav-item .nav-link:hover {
	background-color: #02716c;
	color: #fff;
}
.sidebar-menu .nav-item .nav-link:active,
.sidebar-menu .nav-item .nav-link:focus,
.sidebar-menu .nav-item:hover .nav-link {
}

/* #main content
================================================== */
#content-wrapper {
	margin-right: 240px;
	min-height: 100vh;
	overflow: hidden;
}

/* widgets */
.widget-info .card {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #00837e;
}
.card {
	-webkit-box-shadow: 0 1px 20px 1px rgba(69,65,78,.08);
	-moz-box-shadow: 0 1px 20px 1px rgba(69,65,78,.08);
	box-shadow: 0 1px 20px 1px rgba(69,65,78,.08);
	background:rgba(0, 0, 0, 0.6) !important;
	border-radius: 10px;
	border: 1px solid #333;
	margin: 0px 15px 0px 15px;
}
.widget-info .card-icon {
	color: var(--dark-green-color);
	font-size: 3.0em;
}

.table td, .table th {
	vertical-align: middle;
	font-size: 14px;
}

/* data tables */
.dataTables_wrapper {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  font-size: 13px;
}
.dataTables_filter {
	text-align: right !important;
}
.dataTables_info {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f0f0f0;
	border: 1px solid #eee;
	font-size: 14px;
	color: #383d41;
	padding: 10px;
}
.dataTables_paginate {
	text-align: right !important;
	float: right;
}
.dataTables_paginate .pagination {
	padding: 0 !important;
}

.highlight {
	background-color: #00837e;
	color: #fff;
}

/* tab pane */
.nav-tabs .nav-link {
	color: var(--aqua-color);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
		color: var(--dark-blue-color);
		font-weight: 600;
}

/* image scale */
.center-cropped {
	border: 1px solid #e0e0e0;
	-webkit-boder-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  object-fit: cover;
  object-position: center;
	margin-left: 6px;
	padding: 2px;
  height: 50px;
  width: 70px;
}
.img-responsive.rounded-circle {
	width: 100%;
}

fieldset.role-border {
	-webkit-box-shadow:  0px 0px 0px 0px #000;
          box-shadow:  0px 0px 0px 0px #000;
	padding: 0 1.4em 1.4em 1.4em !important;
  border: 1px groove #ddd !important;
  margin: 0 0 1.5em 0 !important;
}
legend.role-border {
  font-size: 1.0em !important;
  text-align: left !important;
  border-bottom: none;
	padding: 0 10px;
	width: auto;
}

/* #buttons
================================================== */
.btn {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-weight: 300;
	font-size: 14px;
}
.btn-link {
	border-color: var(--aqua-color);
	color: var(--aqua-color);
}
.btn-link-danger {
	border-color: #e74c3c;
	color: #e74c3c;
}
.btn-link:hover, .btn-link-danger:hover {
	border-color: var(--dark-blue-color);
	color: var(--dark-blue-color);
	text-decoration: none;
}
.btn-primary {
	background-color: var(--light-green-color);
	border-color: var(--dark-green-color);
}
.btn-primary:hover {
	border-color: var(--dark-green-color);
	color: var(--dark-green-color);
	background-color: transparent;
}

/* #Check Password Strength & Equal
================================================== */
#strengthMessage,
#validationMessage {
	line-height: 30px;
	font-size: 12px;
	margin-top: 5px;
	width: 100%;
	height: 3px;
}
.short {
    background-color: #dc3545;
    color: #dc3545;
}
.weak {
    background-color: #ffc107;
    color: #ffc107;
}
.good {
    background-color: #28a745;
    color: #28a745;
}
.strong {
    background-color: #d39e00;
    color: #d39e00;
}

/* #footer
================================================== */
footer {
	position: relative;
	z-index: 9999;
}
