﻿:root {
  --white: #fff;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --black: #000;
  --blue: #0d6efd;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #d63384;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #198754;
  --teal: #20c997;
  --cyan: #0dcaf0;
  --primary: #0d6efd;
  --secondary: #6c757d;
  --success: #198754;
  --info: #0dcaf0;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --gray: #adb5bd;
  --dark: #212529;
}

.text-blue {
  color: #0d6efd !important;
}

.text-hover-blue:hover {
  transition: all 0.2s ease;
  color: #0d6efd !important;
}

.bg-blue {
  background-color: #0d6efd !important;
}

.bg-hover-blue:hover {
  transition: all 0.2s ease;
  background-color: #0d6efd !important;
}

.text-indigo {
  color: #6610f2 !important;
}

.text-hover-indigo:hover {
  transition: all 0.2s ease;
  color: #6610f2 !important;
}

.bg-indigo {
  background-color: #6610f2 !important;
}

.bg-hover-indigo:hover {
  transition: all 0.2s ease;
  background-color: #6610f2 !important;
}

.text-purple {
  color: #6f42c1 !important;
}

.text-hover-purple:hover {
  transition: all 0.2s ease;
  color: #6f42c1 !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

.bg-hover-purple:hover {
  transition: all 0.2s ease;
  background-color: #6f42c1 !important;
}

.text-pink {
  color: #d63384 !important;
}

.text-hover-pink:hover {
  transition: all 0.2s ease;
  color: #d63384 !important;
}

.bg-pink {
  background-color: #d63384 !important;
}

.bg-hover-pink:hover {
  transition: all 0.2s ease;
  background-color: #d63384 !important;
}

.text-red {
  color: #dc3545 !important;
}

.text-hover-red:hover {
  transition: all 0.2s ease;
  color: #dc3545 !important;
}

.bg-red {
  background-color: #dc3545 !important;
}

.bg-hover-red:hover {
  transition: all 0.2s ease;
  background-color: #dc3545 !important;
}

.text-orange {
  color: #fd7e14 !important;
}

.text-hover-orange:hover {
  transition: all 0.2s ease;
  color: #fd7e14 !important;
}

.bg-orange {
  background-color: #fd7e14 !important;
}

.bg-hover-orange:hover {
  transition: all 0.2s ease;
  background-color: #fd7e14 !important;
}

.text-yellow {
  color: #ffc107 !important;
}

.text-hover-yellow:hover {
  transition: all 0.2s ease;
  color: #ffc107 !important;
}

.bg-yellow {
  background-color: #ffc107 !important;
}

.bg-hover-yellow:hover {
  transition: all 0.2s ease;
  background-color: #ffc107 !important;
}

.text-green {
  color: #198754 !important;
}

.text-hover-green:hover {
  transition: all 0.2s ease;
  color: #198754 !important;
}

.bg-green {
  background-color: #198754 !important;
}

.bg-hover-green:hover {
  transition: all 0.2s ease;
  background-color: #198754 !important;
}

.text-teal {
  color: #20c997 !important;
}

.text-hover-teal:hover {
  transition: all 0.2s ease;
  color: #20c997 !important;
}

.bg-teal {
  background-color: #20c997 !important;
}

.bg-hover-teal:hover {
  transition: all 0.2s ease;
  background-color: #20c997 !important;
}

.text-cyan {
  color: #0dcaf0 !important;
}

.text-hover-cyan:hover {
  transition: all 0.2s ease;
  color: #0dcaf0 !important;
}

.bg-cyan {
  background-color: #0dcaf0 !important;
}

.bg-hover-cyan:hover {
  transition: all 0.2s ease;
  background-color: #0dcaf0 !important;
}

.text-primary {
  color: #0d6efd !important;
}

.text-hover-primary:hover {
  transition: all 0.2s ease;
  color: #0d6efd !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-hover-primary:hover {
  transition: all 0.2s ease;
  background-color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-hover-secondary:hover {
  transition: all 0.2s ease;
  color: #6c757d !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-hover-secondary:hover {
  transition: all 0.2s ease;
  background-color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-hover-success:hover {
  transition: all 0.2s ease;
  color: #198754 !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-hover-success:hover {
  transition: all 0.2s ease;
  background-color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-hover-info:hover {
  transition: all 0.2s ease;
  color: #0dcaf0 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-hover-info:hover {
  transition: all 0.2s ease;
  background-color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-hover-warning:hover {
  transition: all 0.2s ease;
  color: #ffc107 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-hover-warning:hover {
  transition: all 0.2s ease;
  background-color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-hover-danger:hover {
  transition: all 0.2s ease;
  color: #dc3545 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-hover-danger:hover {
  transition: all 0.2s ease;
  background-color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-hover-light:hover {
  transition: all 0.2s ease;
  color: #f8f9fa !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-hover-light:hover {
  transition: all 0.2s ease;
  background-color: #f8f9fa !important;
}

.text-gray {
  color: #adb5bd !important;
}

.text-hover-gray:hover {
  transition: all 0.2s ease;
  color: #adb5bd !important;
}

.bg-gray {
  background-color: #adb5bd !important;
}

.bg-hover-gray:hover {
  transition: all 0.2s ease;
  background-color: #adb5bd !important;
}

.text-dark {
  color: #212529 !important;
}

.text-hover-dark:hover {
  transition: all 0.2s ease;
  color: #212529 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-hover-dark:hover {
  transition: all 0.2s ease;
  background-color: #212529 !important;
}

.spany {
  padding: 0 10px;
  border-radius: 4px;
}
.spany.blue {
  color: #0d6efd;
  background-color: rgba(13, 110, 253, 0.1);
}
.spany.indigo {
  color: #6610f2;
  background-color: rgba(102, 16, 242, 0.1);
}
.spany.purple {
  color: #6f42c1;
  background-color: rgba(111, 66, 193, 0.1);
}
.spany.pink {
  color: #d63384;
  background-color: rgba(214, 51, 132, 0.1);
}
.spany.red {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.1);
}
.spany.orange {
  color: #fd7e14;
  background-color: rgba(253, 126, 20, 0.1);
}
.spany.yellow {
  color: #ffc107;
  background-color: rgba(255, 193, 7, 0.1);
}
.spany.green {
  color: #198754;
  background-color: rgba(25, 135, 84, 0.1);
}
.spany.teal {
  color: #20c997;
  background-color: rgba(32, 201, 151, 0.1);
}
.spany.cyan {
  color: #0dcaf0;
  background-color: rgba(13, 202, 240, 0.1);
}
.spany.primary {
  color: #0d6efd;
  background-color: rgba(13, 110, 253, 0.1);
}
.spany.secondary {
  color: #6c757d;
  background-color: rgba(108, 117, 125, 0.1);
}
.spany.success {
  color: #198754;
  background-color: rgba(25, 135, 84, 0.1);
}
.spany.info {
  color: #0dcaf0;
  background-color: rgba(13, 202, 240, 0.1);
}
.spany.warning {
  color: #ffc107;
  background-color: rgba(255, 193, 7, 0.1);
}
.spany.danger {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.1);
}
.spany.light {
  color: #f8f9fa;
  background-color: rgba(248, 249, 250, 0.1);
}
.spany.gray {
  color: #adb5bd;
  background-color: rgba(173, 181, 189, 0.1);
}
.spany.dark {
  color: #212529;
  background-color: rgba(33, 37, 41, 0.1);
}

/***
Login page
***/
/* logo page */
.login {
  background-color: #444 !important;
}

.login .logo {
  margin: 60px auto 20px auto;
  padding: 15px;
  text-align: center;
}

.login .content {
  background-color: #fff;
  width: 360px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}

.login .content h3 {
  color: #000;
}

.login .content h4 {
  color: #555;
}

.login .content p {
  color: #222;
}

.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px;
}

.login .content .input-icon {
  border-right: 2px solid #44B6AE !important;
}

.login .content .input-icon {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.login .content .input-icon .form-control {
  border-right: 0;
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.login .content .form-actions {
  background-color: #fff;
  clear: both;
  border: 0px;
  border-bottom: 1px solid #eee;
  padding: 0px 30px 25px 30px;
  margin-right: -30px;
  margin-left: -30px;
}

.login .content .form-actions .checkbox {
  margin-right: 0;
  padding-right: 0;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login .content .forget-password {
  margin-top: 25px;
}

.login .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* select2 dropdowns */
.login .content .select2-container {
  border-right: 2px solid #44B6AE !important;
}

.login .content .select2-container .select2-choice {
  border-right: none !important;
}

.login .content .select2-container i {
  display: inline-block;
  position: relative;
  color: #ccc;
  z-index: 1;
  top: 1px;
  margin: 4px -1px 0px 4px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.login .content .has-error .select2-container i {
  color: #b94a48;
}

.login .content .select2-container a span {
  font-size: 13px;
}

.login .content .select2-container a span img {
  margin-right: 4px;
}

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  color: #999;
  font-size: 13px;
}

@media (max-width: 480px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px;
  }
  .login .content {
    width: 280px;
  }
  .login .content h3 {
    font-size: 22px;
  }
  .login .checkbox {
    font-size: 13px;
  }
}
/* ReSharper disable once InvalidValue */
@font-face {
  font-family: IRANSansWebFaNum;
  src: url("../fonts/IranAansWeb/eot/IRANSansWeb(FaNum).eot") format("embedded-opentype"), url("../fonts/IranAansWeb/ttf/IRANSansWeb(FaNum).ttf") format("truetype"), url("../fonts/IranAansWeb/woff/IRANSansWeb(FaNum).woff") format("woff"), url("../fonts/IranAansWeb/woff2/IRANSansWeb(FaNum).woff2") format("woff2");
}
/*Typo*/
.text-x0 {
  font-size: 0 !important;
}

.text-x1 {
  font-size: xx-small !important;
}

.text-x2 {
  font-size: x-small !important;
}

.text-x3 {
  font-size: smaller !important;
}

.text-x4 {
  font-size: small !important;
}

.text-x5 {
  font-size: medium !important;
}

.text-x6 {
  font-size: large !important;
}

.text-x7 {
  font-size: larger !important;
}

.text-x8 {
  font-size: x-large !important;
}

.text-x9 {
  font-size: xx-large !important;
}

.text-x10 {
  font-size: 4em !important;
}

.text-x11 {
  font-size: 5em !important;
}

/**********************************/
/***********BootStrap RTL Resolve**********/
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/***********BootStrap RTL Resolve**********/
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #00dffc;
}

::selection {
  color: #fff;
  background: #00dffc;
}

body, input, h1, h2, h3, h4, h5, h6, span:not(.glyphicon), .popover {
  font-family: IRANSansWebFaNum, Tahoma !important;
}

body.login {
  background-color: #007688 !important;
}

.form-group {
  margin: 0 0 20px 0 !important;
}
.form-group > div {
  position: relative;
}

.form-control {
  font-size: 1.1em;
  height: 40px;
}

.input-sm {
  height: 28px;
  font-size: 13px;
}

.input-lg {
  height: 46px;
  font-size: 18px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-focus: none;
  -moz-user-focus: none;
}

.form-control.select2-container {
  font-size: 15px;
}

a:hover, a:focus {
  text-decoration: none;
}

table tr > td {
  vertical-align: middle !important;
}

button > .fa, a > .fa {
  margin: 0 5px;
  vertical-align: middle;
}

.control-label {
  font-size: 1.2em;
  color: #7200da;
  margin-top: 7px;
  padding-top: 0 !important;
}

@media (min-width: 768px) {
  .control-label {
    padding-left: 0;
    padding-right: 0;
  }
}
.modal .modal-header {
  border-bottom: 2px solid #aaa;
}

.modal-title {
  font-size: 1.7em;
  text-align: center;
  color: #03a6ff;
}

.modal-footer.text-center {
  text-align: center;
}

.form-body, .modal-body {
  padding-top: 30px !important;
}

.nav-tabs > li > a {
  margin-left: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a {
  color: #bbb;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #56A902;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(221, 221, 221);
  border-bottom-color: rgb(221, 221, 221);
  border-bottom-color: transparent;
  border-top: 3px solid #56A902;
}

.field-validation-error {
  color: red;
  font-size: 0.8em;
  position: absolute;
  bottom: -17px;
  left: 15px;
}

.field-validation-error.val-inside {
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  text-align: left;
  pointer-events: none;
  font-size: 0.7em;
}

@media (max-width: 767px) {
  .field-validation-error:not(.val-inside) {
    left: 15px;
    right: unset;
    bottom: -16px;
    top: unset;
  }
}
.input-validation-error, .input-validation-error:focus {
  border: 1px solid red;
}

.list-group-striped > li:nth-child(even) {
  background-color: #f4f4f4;
}

.dl-al {
  direction: ltr !important;
  text-align: left !important;
}

.dl-ar {
  direction: ltr !important;
  text-align: right !important;
}

.dl-ac {
  direction: ltr !important;
  text-align: center !important;
}

.dr-al {
  direction: rtl !important;
  text-align: left !important;
}

.dr-ar {
  direction: rtl !important;
  text-align: right !important;
}

.dr-ac {
  direction: rtl !important;
  text-align: center !important;
}

[cen] {
  text-align: center !important;
}

[lef] {
  text-align: left !important;
}

[rig] {
  text-align: right !important;
}

.overflowx-auto {
  overflow-x: auto !important;
}

.overflowx-hidden {
  overflow-x: hidden !important;
}

.overflowy-auto {
  overflow-y: auto !important;
}

.overflowy-hidden {
  overflow-y: hidden !important;
}

.font-1 {
  font-size: 1rem !important;
}

.font-1-1 {
  font-size: 1.1rem !important;
}

.font-1-2 {
  font-size: 1.2rem !important;
}

.font-1-3 {
  font-size: 1.3rem !important;
}

.font-1-4 {
  font-size: 1.4rem !important;
}

.font-2 {
  font-size: 1.5rem !important;
}

.font-3 {
  font-size: 2rem !important;
}

.font-4 {
  font-size: 2.5rem !important;
}

.font-5 {
  font-size: 3rem !important;
}

.font-6 {
  font-size: 3.5rem !important;
}

.font-7 {
  font-size: 4rem !important;
}

.font-8 {
  font-size: 4.5rem !important;
}

.font-9 {
  font-size: 5rem !important;
}

.v-align-mid {
  vertical-align: middle;
}

.v-align-sub {
  vertical-align: sub;
}

.v-align-sup {
  vertical-align: super;
}

.v-align-cen {
  vertical-align: central;
}

.v-align-bot {
  vertical-align: bottom;
}

.v-align-bas {
  vertical-align: baseline;
}

/****************** OutLines *********************/
[class*=outline-] {
  border-radius: 4px;
  border: 1px solid !important;
  padding: 1px 5px;
}

.outline-blue {
  color: #4B8DF8 !important;
}

.outline-blue-hoki {
  color: #67809F !important;
}

.outline-blue-steel {
  color: #4B77BE !important;
}

.outline-blue-madison {
  color: #578ebe !important;
}

.outline-blue-chambray {
  color: #2C3E50 !important;
}

.outline-blue-ebonyclay {
  color: #22313F !important;
}

.outline-green {
  color: #35aa47 !important;
}

.outline-green-meadow {
  color: #1BBC9B !important;
}

.outline-green-seagreen {
  color: #1BA39C !important;
}

.outline-green-turquoise {
  color: #36D7B7 !important;
}

.outline-green-haze {
  color: #44b6ae !important;
}

.outline-green-jungle {
  color: #26C281 !important;
}

.outline-red {
  color: #d84a38 !important;
}

.outline-red-pink {
  color: #E08283 !important;
}

.outline-red-sunglo {
  color: #E26A6A !important;
}

.outline-red-intense {
  color: #e35b5a !important;
}

.outline-red-thunderbird {
  color: #D91E18 !important;
}

.outline-red-flamingo {
  color: #EF4836 !important;
}

.outline-yellow {
  color: #FFB848 !important;
}

.outline-yellow-gold {
  color: #E87E04 !important;
}

.outline-yellow-casablanca {
  color: #f2784b !important;
}

.outline-yellow-crusta {
  color: #f3c200 !important;
}

.outline-yellow-lemon {
  color: #F7CA18 !important;
}

.outline-yellow-saffron {
  color: #F4D03F !important;
}

.outline-purple {
  color: #8E44AD !important;
}

.outline-purple-plum {
  color: #8775a7 !important;
}

.outline-purple-medium {
  color: #BF55EC !important;
}

.outline-purple-studio {
  color: #8E44AD !important;
}

.outline-purple-wisteria {
  color: #9B59B6 !important;
}

.outline-purple-seance {
  color: #9A12B3 !important;
}

.outline-grey {
  color: #E5E5E5 !important;
}

.outline-grey-cascade {
  color: #95A5A6 !important;
}

.outline-grey-silver {
  color: #BFBFBF !important;
}

.outline-grey-steel {
  color: #e9edef !important;
}

.outline-grey-cararra {
  color: #fafafa !important;
}

.outline-grey-gallery {
  color: #555555 !important;
}

/***************************************/
/*---------------------------- BEGIN  ----------------------------*/
/*#region Bootstrap 4 Layout*/
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

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

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
/*#endregion Bootstrap 4 Layout*/
/*---------------------------- End Bootstrap 4 Layout ----------------------------*/
.min-width-25 {
  min-width: 25% !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
/*==========================BEGIN BORDER=============================*/
.b {
  border: 1px solid !important;
}

.bl {
  border-left: 1px solid !important;
}

.bl-0 {
  border-left: 0 transparent !important;
}

.bt {
  border-top: 1px solid !important;
}

.bt-0 {
  border-top: 0 transparent !important;
}

.bb {
  border-bottom: 1px solid !important;
}

.bb-0 {
  border-bottom: 0 transparent !important;
}

.br {
  border-right: 1px solid !important;
}

.br-0 {
  border-right: 0 transparent !important;
}

.bx {
  border-right: 1px solid !important;
  border-left: 1px solid !important;
}

.bx-0 {
  border-right: 0 transparent !important;
  border-left: 0 transparent !important;
}

.by {
  border-top: 1px solid !important;
  border-top: 1px solid !important;
}

.by-0 {
  border-top: 0 transparent !important;
  border-bottom: 0 transparent !important;
}

.b-0 {
  border: 0 transparent !important;
}

.b2 {
  border-width: 2px !important;
}

.b3 {
  border-width: 3px !important;
}

.b4 {
  border-width: 4px !important;
}

.b5 {
  border-width: 5px !important;
}

.b-dashed {
  border-style: dashed !important;
}

/*==========================END BORDER==============================*/
.pos-relative {
  position: relative !important;
}

.pos-absolute {
  position: absolute !important;
}

.pos-static {
  position: static !important;
}

#loading {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100000;
}
#loading .page-spinner-bar > div, #loading .block-spinner-bar > div {
  background: #ff3f3f;
}

.bootbox-body {
  text-align: center;
  font-size: 1.5em;
}

.jstree-default .jstree-clicked {
  background-color: #beebff;
}

/*******************************/
.el-options {
  margin: auto;
  font-size: 16px;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
  padding: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.el-options.el-options-hover {
  background-color: #3b3f51;
  box-shadow: 0 0 6px 6px #fff;
}
.el-options.el-options-hover > i {
  color: #fff;
}
.el-options.el-options-hover > ul {
  transform: scale(1);
}
.el-options > i {
  margin: 4px;
  transition: all 0.2s ease-in;
}
.el-options > ul {
  list-style-type: none;
  padding: 0;
  position: fixed;
  min-width: 130px;
  transform: scale(0);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  overflow: hidden;
  z-index: 1000;
  transition: transform 0.2s cubic-bezier(0, 0.59, 0.77, 1.22);
}
.el-options > ul.plc-top {
  transform-origin: center 100%;
}
.el-options > ul.plc-right {
  transform-origin: 100% center;
}
.el-options > ul.plc-bottom {
  transform-origin: center 0;
}
.el-options > ul.plc-left {
  transform-origin: 0 center;
}
.el-options > ul > li {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 0;
  text-align: right;
}
.el-options > ul > li.separate {
  border-top: 1px solid #bbb;
}
.el-options > ul > li > a {
  display: block;
  color: #444;
  font-size: 0.8em;
  padding: 4px;
  transition: all 0.2s ease-out;
}
.el-options > ul > li > a:hover {
  color: #fff !important;
  background-color: #3b3f51;
}

/*******************************/
.portlet > .portlet-title > .tools > a {
  height: auto;
}

/******************************/
.mvc-grid {
  z-index: 1;
  padding: 50px 0;
  position: relative;
  top: -50px;
  bottom: -50px;
}

.mvc-grid-pager li {
  margin: -2px !important;
}

.mvc-grid-pager li a {
  border-radius: 2px;
  min-width: 10px;
  height: 10px;
  padding: 6px 5px 3px;
  line-height: 0.7em;
  color: #aaa;
  margin-left: 7px !important;
  transition: all 1s ease-in-out;
}

.mvc-grid-pager li:not(.disabled):hover a {
  background-color: #00dffc;
  color: #fff;
  border-color: #008c9e !important;
  transition: all 0.1s ease-in-out;
}

.mvc-grid-pager .active a {
  border: 1px solid #00dffc !important;
  background-color: #fff;
  color: #00dffc;
}

.mvc-grid-page-sizes {
  vertical-align: middle;
  margin-top: 2px;
}

.mvc-grid-page-sizes .select2-choice {
  height: 20px;
  border-radius: 2px;
  border: 1px solid #ccc;
}

.mvc-grid-page-sizes .select2-choice > span {
  line-height: 1em;
}

.mvc-grid-page-sizes .select2-choice > span.select2-arrow b {
  margin-top: -4px;
}

.mvc-grid-pager {
  position: relative;
}

.mvc-grid-pager .mvc-grid-page-sizes {
  position: absolute;
  top: 50%;
  left: 10px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mvc-grid-pager .mvc-grid-totalrow {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #bbb;
  font-size: 0.9em;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .mvc-grid-pager > * {
    position: static !important;
    margin-top: 10px;
  }
}
.mvc-grid-loader.mvc-grid-loading {
  display: none !important;
}

.mvc-grid-filter.applied:before {
  color: #ff0042;
}

.mvc-grid-popup {
  z-index: 10051 !important;
}

/******************************/
.form-horizontal .radio {
  padding-top: 3px;
}

.jstree-container-ul i, .jstree-container-ul span {
  font-size: 1.15em;
}

.jstree-container-ul .jstree-node > a {
  margin-bottom: 1em;
}

.login .content {
  width: 100%;
}

.login .content .form-actions {
  border: none;
}

.input-icon.big input {
  height: 48px;
  font-size: 1.6em;
  padding-right: 40px;
}

.input-icon.big > i {
  margin: 19px 9px 4px 2px;
  font-size: 2em;
}

.operGenUNameBox {
  font-size: 1em;
  display: none;
}

.permUl > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 50px 10px;
  border-right: 1px solid purple;
  padding-right: 5px;
  width: 45%;
}

.permUl > li > label {
  color: purple;
}

hr.pcs {
  border-top: 1px solid #7200da;
}

hr.pcs-dashed {
  border-top: 1px dashed #bbb;
}

[id^=tooltip].tooltip {
  font-family: IRANSansWebFaNum, Tahoma !important;
}

/*******************************/
.kamadate {
  direction: ltr;
  text-align: left;
}

.bd-main {
  border: none;
}

.bd-time {
  padding-top: 70px;
}
.bd-time > div {
  width: 47.2%;
  display: inline-block;
}
.bd-time > div > p {
  text-align: center;
  margin-bottom: 0;
}
.bd-time > div > input {
  text-align: center;
}
.bd-time > hr {
  margin: 35px auto;
}
.bd-time .bd-time-clear, .bd-time .bd-time-confirm {
  margin-top: 1px;
  margin-right: 5px;
  width: 34.5%;
  padding: 5px;
}
.bd-time .bd-time-confirm {
  margin-left: 0;
}

.bd-calendar .bd-switch-ct, .bd-time .bd-switch-ct {
  margin-right: 5px;
  margin-top: 1px;
  padding: 7px 10px 7px;
}

.bd-calendar .bd-switch-ct i, .bd-time .bd-switch-ct i {
  font-size: 1.5em;
}

.bd-calendar .bd-goto-today {
  background-color: #fff;
  color: #57b800;
  border: 1px solid #57b800;
  border-radius: 4px;
  margin-top: 10px;
  transition: all 0.5s;
  width: 156px;
  display: inline-block;
}

.bd-calendar .bd-goto-today:hover {
  background-color: #57b800;
  color: #fff;
  border: 1px solid #57b800;
}

.bd-calendar .bd-next, .bd-calendar .bd-prev {
  color: #ff0042;
}

.bd-calendar .bd-today {
  background-color: #57b800 !important;
  border-radius: 3px;
  color: #fff;
}

.bd-calendar .bd-selected-day {
  border-radius: 3px;
  border: 1px solid #bbb;
}

.bd-calendar .bd-table-days td > button {
  padding: 0;
}

#mvcgrid-datepicker-1.mvc-grid-value, #mvcgrid-datepicker-2.mvc-grid-value {
  direction: ltr;
  text-align: left;
}

/*******************************/
.portlet > .portlet-title > .caption > i {
  margin-top: 0;
}

@media (min-width: 992px) {
  .tblPins, #tblPins {
    width: 100%;
    table-layout: fixed;
  }
  #tblPins thead th:nth-child(1) {
    width: 4%;
  }
  #tblPins thead th:nth-child(2) {
    width: 21%;
  }
  #tblPins thead th:nth-child(3) {
    width: 18%;
  }
  #tblPins thead th:nth-child(4) {
    width: 13%;
  }
  #tblPins thead th:nth-child(5) {
    width: 3%;
  }
}
@media (max-width: 650px) {
  .tblPins, #tblPins {
    min-width: 600px;
  }
}
#tblPins td[del], [cen], [no], .tblPins td[del] {
  text-align: center;
}

thead.thead-lg > tr > td, thead.thead-lg > tr > th {
  text-align: center;
  padding: 10px 0;
}

/*-------------------------------*/
.exchange {
  position: relative;
}

.exchange > input {
  padding-left: 37px;
}

.exchange.ipt2xp > input {
  padding-left: 65px;
}

.exchange > a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  border: 1px solid #7200da;
  border-radius: 50%;
  color: #7200da;
  padding: 5px 0;
  transition: all 0.2s ease-in-out;
}

.exchange.exchange-sm > a {
  transform: none;
  top: 3px;
  left: 3px;
  padding: 0;
}

.exchange.exchange-sm > a i {
  font-size: 0.7em;
  margin: 1px 3px;
}

.exchange > a:hover {
  background-color: #7200da;
  color: #fff;
}

.exchange > a + [exchangebox] {
  position: absolute;
  top: 5%;
  transform: translateY(-45%);
  min-height: 105px;
  width: 200px;
  background-color: #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
  border: 1px solid #7200da;
  border-radius: 6px;
  z-index: 1;
}

.page-sidebar .page-sidebar-menu .sub-menu li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > a {
  padding: 9px 10px 9px 5px;
}

#mdlReportResultBody {
  direction: ltr;
}

@media (min-width: 992px) {
  #mdlReportResult {
    padding-left: 17px;
    margin-left: -20px;
  }
}
.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-label {
  height: auto;
}

.bootstrap-switch {
  min-width: 120px;
}

.modal {
  padding-left: 0 !important;
}

@media (min-width: 992px) {
  .tblDocPins thead th:nth-child(1) {
    width: 4%;
  }
  .tblDocPins thead th:nth-child(2) {
    width: 20%;
  }
  .tblDocPins thead th:nth-child(3) {
    width: 20%;
  }
  .tblDocPins thead th:nth-child(4) {
    width: 20%;
  }
  .tblDocPins thead th:nth-child(5) {
    width: 12%;
  }
  .tblDocPins thead th:nth-child(6) {
    width: 12%;
  }
  .tblDocPins thead th:nth-child(7) {
    width: 3%;
  }
}
.tblSeperate > tbody > tr > td {
  border-top: 2px solid #ddd;
}

.tblDocPins > tfoot > tr > td {
  border: none !important;
}

/*************** SELECT2***************/
.select2-results ul.select2-result-sub {
  padding-right: 15px;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  color: #03a6ff;
  padding-top: 8px;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  border-top: 1px solid #03a6ff;
}

/************** /SELECT2***************/
[req-indic] {
  position: relative;
  top: 0.2em;
  right: 3px;
  color: red;
}

#toggleTypeMenu > label.active {
  background-color: #9A12B3;
  color: #fff;
}

#toggleTypeMenu > label {
  border-color: #9A12B3;
}

.modal .modal-header {
  min-height: 55px;
}

.modal .modal-header .close {
  font: normal normal normal 14px/1 FontAwesome;
  text-indent: 0;
  background: none !important;
  position: relative;
  width: 25px;
  height: 25px;
}

.modal .modal-header .close:after {
  content: "\f00d";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4em;
  background-color: #fff;
  box-shadow: 0 0 3px 2px;
  border-radius: 50%;
  padding: 2px 5px 3px 5px;
  cursor: pointer;
  transition: 0.2s all ease-in;
}

.modal .modal-header .close:hover:after {
  color: red;
  transform: rotate(360deg);
  box-shadow: 0 0 3px 2px red;
}

.reportFilters {
  position: absolute;
  bottom: 2px;
  right: 0;
  line-height: 1.5em;
}

#mdlReportResult {
  z-index: 10051;
}

#inputSubDetLevelFilter {
  height: 34px;
}

.page-header.navbar.navbar-fixed-top {
  z-index: 10050;
}
.page-header.navbar .page-logo .logo-default {
  margin: 29px 0 10px;
}

[disabled-validate] {
  cursor: not-allowed;
  background-color: #eeeeee;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lineCaption {
  text-align: center;
  margin-top: -6px;
  position: relative;
  z-index: 1;
}

.lineCaption > hr {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  margin: 0 auto;
  transform: translateY(-50%);
}

.receivedWayLabel {
  border: 1px solid #aaa;
  color: #aaa;
  padding: 5px 5px 3px !important;
}

.discTableRow {
  background: linear-gradient(45deg, #fff 98%, #75D701 20%);
}

@keyframes warn-shadow {
  0% {
    box-shadow: 0 0 6px 5px red inset;
  }
  50% {
    box-shadow: 0 0 6px 1px red inset;
  }
  100% {
    box-shadow: 0 0 6px 5px red inset;
  }
}
.warn-shadow {
  /*animation: warn-shadow .3s infinite alternate-reverse;*/
  box-shadow: -12px 0px 0 3px #E71D36 inset, 1px 0px 0 3px #E71D36 inset;
}

@keyframes color-orange {
  0% {
    color: #FFBC42;
  }
  50% {
    color: #000;
  }
  100% {
    color: #FFBC42;
  }
}
.shortcut {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: 0 0 3px #FFBC42;
  color: #FFBC42;
  border-radius: 50%;
  text-align: center;
  padding: 7px 0;
  z-index: 10;
  animation: color-orange 1s infinite;
}

.shortcut > i {
  font-size: 1.4em;
}

.shortcut span {
  position: relative;
  width: 100%;
  height: 100%;
}

.shortcut span {
  position: absolute;
  bottom: 0;
  max-width: 200px;
  width: 200px;
  font-size: 0.8em;
  height: 150px;
  max-height: 150px;
  background-color: #000;
  color: #fff;
  line-height: 1.7em;
  padding: 7px;
  border-radius: 4px;
  display: block;
  transform: scale(0);
  top: 0;
  right: 0;
  text-align: right;
  overflow-y: auto;
  transition: transform 0.2s cubic-bezier(0, 1, 0.7, 1.3);
}

.shortcut:hover span {
  transform: scale(1);
}

.miniForm {
  position: absolute;
  width: 0;
  overflow: hidden;
  left: 0;
  top: 0;
  transition: width 0.5s cubic-bezier(1, 0, 0.2, 1.1);
}
.miniForm.open {
  width: 100%;
}
.miniForm .inn {
  position: relative;
}
.miniForm .inn > input {
  padding-left: 65px;
  padding-right: 15px;
  text-align: center;
}
.miniForm .inn > [plc] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  pointer-events: none;
  font-size: 1.5em;
}
.miniForm .inn > i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.miniForm .inn > [per-ok] {
  left: 6px;
  border: 1px solid #56A902;
  color: #56A902;
  padding: 5px 0px;
}
.miniForm .inn > [per-ok]:hover {
  background-color: #56A902;
  color: #fff;
}
.miniForm .inn > [per-cancel] {
  left: 35px;
  border: 1px solid #E71D36;
  color: #E71D36;
  padding: 5px 1px;
}
.miniForm .inn > [per-cancel]:hover {
  background-color: #E71D36;
  color: #fff;
}

.table-magni > thead > tr > td:not(.nomagni), .table-magni > thead > tr > th:not(.nomagni) {
  min-width: 100px;
}

.table-magni > thead > tr > td.magni-md:not(.nomagni), .table-magni > thead > tr > th.magni-md:not(.nomagni) {
  min-width: 200px;
}

.bootstrap-switch.bootstrap-switch-focused {
  border: 1px solid #444 !important;
}

[itemtax] {
  font-size: 11px;
}

.remove-in-box {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  color: red;
  background-color: #fff;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 2px 5px;
  border-radius: 50%;
  transition: all 0.5s;
}

.remove-in-box:hover {
  color: #444;
  box-shadow: 1px 1px 1px 1px rgba(255, 0, 0, 0.7);
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  overflow-x: hidden;
}

@media (max-width: 576px) {
  .bootstrap-select.btn-group .dropdown-menu {
    max-width: 100%;
  }
}
.btn.stormrot {
  position: relative;
  overflow: hidden;
}

.btn.stormrot:after, .btn.stormrot:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.3);
  transition: transform 0.3s ease-in-out;
}

.btn.stormrot:after {
  transform: rotate(-90deg);
  transform-origin: bottom left;
}

.btn.stormrot:before {
  transform: rotate(90deg);
  transform-origin: bottom right;
}

.btn.stormrot:hover:after, .btn.stormrot:hover:before {
  transform: rotate(0);
}

.goods-deviation {
  position: absolute;
  left: 3px;
  top: -1px;
  color: red;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-default {
  cursor: default !important;
}

[data-parent="#accordionCargoInv"]:not([class*=collapsed]) {
  color: #7200da !important;
}

.page-content-wrapper.ghost {
  opacity: 0;
}

.modal.fillBack .modal-backdrop {
  background: linear-gradient(to top left, #eee, #eef) !important;
  opacity: 1;
}

.modal.fillBack .modal-backdrop {
  background: linear-gradient(to top left, #eee, #eef) !important;
  opacity: 1;
}

.modal.fillBack .modal-header .close {
  display: none !important;
}

.mvcgrid-pb0 > .mvc-grid {
  padding-bottom: 0 !important;
}

.portlet .portlet-title, .upmvcgrid {
  position: relative !important;
  z-index: 2;
}

.info-lt-inside {
  position: absolute;
  left: 1px;
  top: -9px;
}

.weighttool {
  position: absolute;
  padding: 6px 4px !important;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.weighttool i {
  line-height: 0.9em;
  margin: 0;
}

.weighttool.has {
  border-color: #56A902;
  background-color: #56A902;
  color: #fff !important;
}

.weighttool.has i {
  color: #fff;
}

.user-select-none {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.font-aqua {
  color: #00dffc !important;
}

.bg-aqua {
  background-color: #00dffc !important;
}

.font-pink {
  color: #f09 !important;
}

.bg-pink {
  background-color: #f09 !important;
}

/***************************************/
.ar-checkbox {
  cursor: pointer;
}
.ar-checkbox input[type=checkbox] {
  display: none;
}
.ar-checkbox input[type=checkbox] ~ label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.ar-checkbox input[type=checkbox] ~ label:before {
  font-family: FontAwesome;
  content: "\f096";
  margin-left: 5px;
  font-size: 1.5em;
  padding-right: 1.5px;
  vertical-align: middle;
  transform: scale(1);
  display: inline-block;
  animation: showon2 0.2s cubic-bezier(0.5, 0.5, 0.7, 1.5);
}
.ar-checkbox input[type=checkbox]:checked ~ label:before {
  content: "\f14a";
  padding-right: 0;
  animation: showon 0.2s cubic-bezier(0.5, 0.5, 0.7, 1.5);
}

@keyframes showon {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes showon2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
/***************************************/
.upSubPermission {
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.subPermission {
  position: absolute;
  text-align: center;
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 3px 0px #888;
}

.subPermission > span {
  display: inline-block;
  transform: scale(0.3) translate(32px, -12px);
  pointer-events: none;
  margin-left: -20px;
}

.subPermission > span > label {
  display: none;
}

.subPermission:hover {
  width: 100px;
  height: auto;
  padding: 5px 5px 0;
  cursor: default;
  text-align: right;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 2px 2px #bbb;
  z-index: 5;
}

.subPermission:hover > span {
  display: block;
  transform: scale(1) translate(0, 0);
  pointer-events: all;
  margin-left: 0;
  line-height: 1;
}

.subPermission:hover > span * {
  cursor: pointer;
}

.subPermission:hover > span > label {
  display: inline-block;
}

/*********************/
.page-header.navbar .top-menu .navbar-nav > li.dropdown.mnoti > .dropdown-toggle {
  padding: 33px 12px 24px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > .badge {
  padding: 6px 7px;
  position: absolute;
  left: 25px;
  top: 25px;
  direction: ltr;
  height: 21px;
  width: 21px;
}

.col-checkboxes {
  text-align: center;
}

.plc-left {
  position: absolute;
  left: 20px;
  top: 50%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  transform: translateY(-50%);
}

#changeUserPeriodId {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(1, 0, 0.7, 1.5);
}

#changeUserPeriodId:hover {
  transform: rotate(360deg);
}

#changeUserPeriodId i {
  font-size: 1.4em;
}

ul[toolspiclick] {
  list-style-type: none;
  position: absolute;
  background-color: #fff;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  padding: 0;
  margin: 0;
  color: #bbb;
  width: 91px;
}

.magnify-modal {
  direction: ltr;
}

.operHeaderPass {
  min-width: 115px;
}

.rot-exchange {
  transform: rotate(230deg);
}

/***************************/
.fixed_header {
  table-layout: fixed;
}

.fixed_header tbody {
  display: block;
  overflow: auto;
}

.fixed_header thead, .fixed_header tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.fixed_header thead tr {
  border-bottom: 1px solid #444;
}

/***************************/
.td-number {
  width: 30px;
  font-size: 0.8em;
}

.big-p-y {
  padding: 100px 0 50px;
}

/************  Currency Unit ***********/
.cu-lbl {
  font-size: 0.7em;
  margin-right: 2px;
  opacity: 0.8;
}

.cu-lblfrom {
  font-size: 0.8em;
  margin-right: 2px;
  opacity: 0.8;
  color: #444;
}

.cu-tblhd {
  font-size: 0.7em;
  margin-right: 4px;
  opacity: 0.7;
  font-style: italic;
}

/************ /Currency Unit ***********/
.fac-summ > tr > td > span.text-left {
  max-height: 23px;
}

.modal-open .cke_reset_all, .modal-open .cke_maximized {
  z-index: 10050 !important;
}
.modal-open .cke_reset_all table, .modal-open .cke_maximized table {
  table-layout: auto;
  z-index: 10050 !important;
}

.img-tbl {
  min-width: 30px;
  max-width: 30px;
  max-height: 30px;
  margin: auto;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

/**********************************/
.order-box table.cart {
  min-width: 700px;
  direction: rtl;
}
.order-box table.cart > thead > tr {
  background-color: #0081C2;
  color: #fff;
}
.order-box table.cart > thead > tr > td, .order-box table.cart > thead > tr > th {
  border: 1px solid #0070a9 !important;
  text-align: right;
}
.order-box table.cart > tbody > tr td {
  text-align: center;
  vertical-align: middle;
}
.order-box table.cart > tbody > tr td .img {
  max-width: 35px;
  height: auto;
}
.order-box table.cart > tbody > tr td > .fa-trash {
  width: 25px;
  height: 26px;
  text-align: center;
  border: 1px solid #bbb;
  line-height: 25px;
  border-radius: 3px;
  color: #bbb;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.order-box table.cart > tbody > tr td > .fa-trash:hover {
  border: 1px solid transparent;
  background-color: red;
  color: #fff;
}
.order-box table.cart > tbody > tr td > .item-cnt {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #bbb;
  max-width: 155px;
}
.order-box table.cart > tbody > tr td > .item-cnt > span {
  min-width: 100px;
  padding-top: 1px;
}
.order-box table.cart > tbody > tr td > .item-cnt > .cart-count-inc {
  line-height: 26px;
  margin: 0;
  padding: 0 !important;
  width: 26px;
  height: 24px;
  border-left: 1px solid #bbb;
  border-radius: 0 1px 1px 0;
  vertical-align: baseline;
  cursor: pointer;
  color: #21a900;
  transition: all 0.3s ease-out;
}
.order-box table.cart > tbody > tr td > .item-cnt > .cart-count-inc:hover {
  background-color: #21a900;
  color: #fff;
}
.order-box table.cart > tbody > tr td > .item-cnt > .cart-count-dec {
  line-height: 26px;
  margin: 0;
  padding: 0 !important;
  width: 26px;
  height: 24px;
  border-right: 1px solid #bbb;
  border-radius: 1px 0 0 1px;
  vertical-align: baseline;
  color: #F08A00;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.order-box table.cart > tbody > tr td > .item-cnt > .cart-count-dec:hover {
  background-color: #F08A00;
  color: #fff;
}

.success-order-number {
  background-color: #f50057;
  border-radius: 3px;
  padding: 2px 23px;
  color: #fff;
  box-shadow: 1px 1px 3px 0px #444;
}

/**********************************/
.price_old {
  text-decoration: line-through;
}

.lgn-pic {
  font-weight: bold;
  color: #00dffc;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.ws-pre-wrap {
  white-space: pre-wrap;
}

.tree-elop {
  display: inline-block;
}
.tree-elop > .el-options {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.tree-elop > .el-options > i {
  font-size: 0.8em;
  margin: 0;
}

.text-light {
  color: #fff;
}

.dropdown-menu a {
  font-family: IRANSansWebFaNum, Tahoma !important;
}

.minicolors-theme-default.minicolors {
  width: 100%;
}

[dir=rtl] .minicolors-theme-default .minicolors-input {
  text-align: left;
  direction: ltr;
  unicode-bidi: plaintext;
  padding: 6px 6px 6px 35px;
  height: 34px;
  width: 100%;
}

.minicolors-theme-default .minicolors-swatch {
  top: 2px;
  left: 2px;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  overflow: hidden;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.app-version {
  font-family: consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace;
  text-align: center;
  color: #000;
  max-width: max-content;
  font-size: 0.8em;
  margin: 0 auto 15px;
  opacity: 0.3;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 2px 5px;
  border-radius: 50px;
}

div.tagsinput span.tag {
  background-color: #eee;
  color: #444;
  padding: 3px 6px;
  margin-top: 0;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
}
div.tagsinput span.tag > span {
  display: inline-block;
}
div.tagsinput span.tag a {
  color: #bbb;
  width: 17px;
  height: 17px;
  border: 1px solid;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
}
div.tagsinput span.tag a:hover {
  color: #dc3545;
}

.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #eee;
  color: #444;
  padding: 3px 6px !important;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
  position: unset;
  color: #bbb;
  width: 17px;
  height: 17px;
  border: 1px solid;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  background-position: right top !important;
  background-size: 70px;
  margin-inline-start: 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  filter: invert(20%) sepia(99%) saturate(6248%) hue-rotate(356deg) brightness(90%) contrast(129%);
}

[tooltipy] {
  color: var(--primary);
  position: relative;
}
[tooltipy]:before {
  content: "\f05a";
  font-family: FontAwesome;
}
[tooltipy]:after {
  position: absolute;
  content: attr(tooltipy);
  top: 0;
  left: 50%;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  box-shadow: 0 1px 7px -1px #000;
  padding: 10px;
  font-size: 11px;
  line-height: 19px;
  border-radius: 10px;
  opacity: 0;
  scale: 0;
  translate: -50% -100%;
  transform-origin: center bottom;
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
[tooltipy]:hover:before {
  opacity: 0.8;
}
[tooltipy]:hover:after {
  scale: 1;
  opacity: 1;
}

.form-group > .field-validation-error {
  bottom: 0;
}
