#page .container-fluid {
  padding: 0px; }

.alert {
  background: #c9f8c0;
  padding: 0px 1.25rem;
  margin-bottom: 0px; }

.alert.alert-error {
  background: #ff8989; }

#system-message-container {
  text-align: right; }

#page > .container-fluid {
  padding: 0px; }

.com-wrapper {
  padding: 0px; }

.h3, h3 {
  font-size: 20px; }

h1, h2, h3 {
  margin-top: 0px; }

.rotate45 {
  /* Safari */
  -webkit-transform: rotate(45deg);
  /* Firefox */
  -moz-transform: rotate(45deg);
  /* IE */
  -ms-transform: rotate(45deg);
  /* Opera */
  -o-transform: rotate(45deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-2); }

.rotateM45 {
  /* Safari */
  -webkit-transform: rotate(-45deg);
  /* Firefox */
  -moz-transform: rotate(-45deg);
  /* IE */
  -ms-transform: rotate(-45deg);
  /* Opera */
  -o-transform: rotate(-45deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.rotate90 {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.pull-rights {
  float: right; }

.pull-center {
  float: none;
  margin: 0px auto; }

#system-message-container {
  position: relative; }

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7; }

input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }

.invalid:invalid {
  border-color: red; }

span.star {
  color: red;
  font-size: 20px; }

.form-notice {
  text-align: center; }

ul.chzn-choices input.default {
  height: 30px !important; }

.popover-title {
  background: #2F4D91;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 16px; }

.popover-content {
  background: #E3EAFC;
  font-weight: bold; }

.btn-group-yesno {
  background: #f0f0f0; }

.radio.btn-group input[type=radio] {
  display: none; }

.radio.btn-group > label:first-of-type {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px; }

fieldset.radio.btn-group {
  padding-left: 0;
  direction: ltr; }

.iframe-bordered {
  border: 1px solid #ddd; }

.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 30px !important; }

.modal-dialog {
  top: 20%; }

.modal-header {
  background: #caccd1;
  text-align: center;
  color: #19119c; }

.modal-body {
  display: inline-block;
  width: 100%; }

.modal-body div[class*=col-] {
  float: right; }

/*----form----*/
.form-horizontal .form-toolbar {
  display: table !important;
  margin: 5px auto 40px; }

.rtl-input {
  direction: ltr;
  text-align: right; }

.btn-link {
  cursor: pointer;
  /*color: #305bd5 !important;*/
  font-weight: bold; }

.img-link, .pointer-link {
  cursor: pointer; }

.ltr {
  direction: ltr; }

.form-control:focus {
  box-shadow: unset; }

mark, .mark {
  background-color: #ffd100;
  border-radius: 5px;
  z-index: 34324234234;
  padding: 0px 5px;
  box-shadow: 0px 0px 3px 0px; }

.no-wrap {
  white-space: nowrap; }

.login-wrapper .login {
  float: none;
  margin: 0px auto;
  text-align: center;
  padding-top: 100px; }
  .login-wrapper .login .nav-tabs {
    font-size: 3em;
    border: none; }
  .login-wrapper .login .tab-pane {
    padding: 30px 10px; }
    .login-wrapper .login .tab-pane h3 {
      font-size: 2em; }
    .login-wrapper .login .tab-pane p {
      font-size: 1.5em; }
  .login-wrapper .login .login-logo {
    height: 60px;
    margin-bottom: 20px; }
  .login-wrapper .login form {
    max-width: 400px;
    margin: 0px auto;
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 7px 3px #545454; }
    .login-wrapper .login form h3 {
      font-size: 20px;
      font-weight: bold; }
    .login-wrapper .login form input {
      border-radius: 0px;
      text-align: center; }

.top-menu nav {
  direction: rtl;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #708cd1 0%, #05246e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #708cd1 0%, #05246e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, homepageColor1 0%, #05246e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  min-height: 100px;
  padding: 0px;
  padding-left: 16px; }
  .top-menu nav .home-user-logout {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #ffffff; }
    .top-menu nav .home-user-logout a {
      color: #ffffff; }
  .top-menu nav .navbar-brand {
    position: absolute;
    top: 10px;
    left: 10px; }
    .top-menu nav .navbar-brand img {
      height: 20px; }
  .top-menu nav .menu-content {
    flex-basis: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh; }
    .top-menu nav .menu-content ul {
      display: block;
      width: 90%;
      text-align: center; }
      .top-menu nav .menu-content ul li {
        border: 1px solid white;
        border-radius: 5px;
        padding: 20px;
        padding-bottom: 20px;
        padding-bottom: 60px;
        margin-left: 5px;
        margin-top: 10px;
        display: inline-block;
        width: 200px; }
        .top-menu nav .menu-content ul li a {
          color: #fff;
          text-decoration: none;
          padding: 24px;
          padding-top: 20px;
          padding-bottom: 28px;
          padding-left: 23px;
          padding-right: 23px;
          display: block;
          height: 53px;
          line-height: 32px;
          font-size: 15px;
          font-weight: bold;
          text-align: center;
          font-family: "traditional arabic"; }
          .top-menu nav .menu-content ul li a.fa:before {
            display: block;
            font-size: 6em;
            margin-bottom: 30px;
            font-weight: normal;
            font-family: FontAwesome; }
        .top-menu nav .menu-content ul li:hover {
          text-shadow: unset !important;
          color: #fff;
          background: #051939;
          border-color: #dae8ff;
          /*                            transform: scale(1.5);
                                      transition: all .2s ease-out;*/ }

@media (max-width: 768px) {
  .top-menu nav .menu-content {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px; }
    .top-menu nav .menu-content ul {
      height: 100%;
      display: block; } }
.ribbon-title {
  width: 100%;
  color: #e7edac;
  height: 40px;
  padding: 5px 20px;
  border-bottom: 1px solid #4e76b3;
  text-align: center;
  background: url("logon.png") no-repeat;
  background-size: auto 20px;
  background-position: 80px 9px;
  background-color: #0c2d51; }
  .ribbon-title a {
    color: #d0e1f3; }
  .ribbon-title .ribbon-user {
    position: absolute;
    right: 20px; }
    .ribbon-title .ribbon-user .dropdown {
      display: inline-block;
      direction: ltr; }
      .ribbon-title .ribbon-user .dropdown .dropdown-menu a {
        color: black; }
    .ribbon-title .ribbon-user a {
      text-decoration: none !important;
      color: white; }
      .ribbon-title .ribbon-user a.ribbon-user-logout {
        margin-left: 30px; }
    .ribbon-title .ribbon-user .sign-out {
      color: red; }
    .ribbon-title .ribbon-user .ribbon-title-welcome-txt {
      font-size: 20px;
      margin-right: 5px; }

.component-main {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  height: calc(100vh - 40px); }
  .component-main .component-main-group {
    padding-bottom: 50px; }
    .component-main .component-main-group a {
      width: 150px;
      height: 150px;
      background: #c8ca9e;
      margin: 2px;
      text-align: center;
      color: #3a3468;
      padding-top: 5px;
      display: inline-block;
      text-decoration: none;
      transition: 0.6s; }
      .component-main .component-main-group a:hover {
        color: #c2e3d6;
        background: #346853; }

.form-title {
  background: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  font-weight: bold;
  font-size: 18px; }
  .form-title p {
    font-size: 2rem;
    font-weight: bold;
    color: #0c2d51;
    margin-bottom: 0px; }

.adminForm .row {
  margin: 0px;
  padding: 0px; }
.adminForm .pagination-toolbar {
  padding: 10px 0px; }
  .adminForm .pagination-toolbar .limit #limit_chosen {
    width: auto !important; }
  .adminForm .pagination-toolbar .pagination {
    direction: ltr;
    display: inline-flex;
    margin-bottom: 0px; }
.adminForm > table th {
  background: #0c2d51;
  color: white;
  border-left: 1px solid #0c2d51;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  white-space: nowrap; }
  .adminForm > table th .js-stools-column-order {
    color: #94c8ff; }
    .adminForm > table th .js-stools-column-order .fa {
      margin-right: 5px; }
.adminForm > table tr:hover {
  background: #dedede;
  margin-bottom: 1px;
  box-shadow: 0px 1px 4px 0px #a4a4a4; }
  .adminForm > table tr:hover td {
    border-left: 1px solid #c8c8c8 !important; }
.adminForm > table tr td {
  text-align: center;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  font-size: 18px;
  font-weight: bold;
  font-family: unset;
  vertical-align: middle; }
  .adminForm > table tr td ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    white-space: nowrap; }
  .adminForm > table tr td a {
    color: blue;
    cursor: pointer; }
.adminForm > table tr td:nth-child(2) {
  text-align: right; }
.adminForm > table tr:last-child {
  border-bottom: 1px solid #0c2d51; }
.adminForm > table tr.span-row td {
  border-top: 2px solid red; }
.adminForm > table tr.nospan-row td {
  text-align: center; }
.adminForm > table tr.span-row:hover, .adminForm > table tr.nospan-row:hover {
  background: none;
  box-shadow: unset; }
.adminForm .admin-form-section {
  background: #fbfbfb;
  height: 100%;
  border: 1px solid #b7cbb2;
  padding: 10px;
  border-radius: 3px; }
  .adminForm .admin-form-section .form-group-title {
    position: relative;
    padding: 0 0.5em;
    font-size: 2.000em;
    margin: 0 -10px 20px -10px;
    color: #dcffe9;
    background: #0c2d51;
    box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.5); }
    .adminForm .admin-form-section .form-group-title:before, .adminForm .admin-form-section .form-group-title:after {
      position: absolute;
      content: '';
      display: block; }
    .adminForm .admin-form-section .form-group-title:before {
      width: 0.469em;
      height: 120%;
      padding: 0 0 0.438em;
      top: 0;
      right: -0.469em;
      background: inherit;
      border-radius: 0 0.313em 0.313em 0; }
    .adminForm .admin-form-section .form-group-title:after {
      width: 0.313em;
      height: 0.313em;
      background: rgba(0, 0, 0, 0.35);
      bottom: -0.313em;
      right: -0.313em;
      border-radius: 0 0.313em 0.313em 0;
      box-shadow: inset -1px 2px 2px rgba(0, 0, 0, 0.3); }
    .adminForm .admin-form-section .form-group-title:not(:first-child) {
      margin-top: 20px; }
    .adminForm .admin-form-section .form-group-title .add-btn {
      position: absolute;
      left: 10px;
      color: white;
      cursor: pointer; }
      .adminForm .admin-form-section .form-group-title .add-btn .fa {
        vertical-align: middle; }
      .adminForm .admin-form-section .form-group-title .add-btn:hover .fa {
        color: #f9ff00;
        font-size: 0.8em; }
  .adminForm .admin-form-section .avitar {
    display: block;
    height: 150px;
    width: 150px;
    margin: 0px auto;
    margin-bottom: 0px;
    margin-bottom: 20px; }
    .adminForm .admin-form-section .avitar img {
      height: 100%;
      width: 100%;
      display: block;
      cursor: pointer; }
  .adminForm .admin-form-section .form-group {
    margin-bottom: 0px; }
    .adminForm .admin-form-section .form-group.ltr {
      direction: ltr; }
      .adminForm .admin-form-section .form-group.ltr .control-label {
        font-size: 16px; }
    .adminForm .admin-form-section .form-group .form-control-lg {
      padding-bottom: 0px;
      height: auto; }
    .adminForm .admin-form-section .form-group.stack .control-label {
      text-align: center; }
    .adminForm .admin-form-section .form-group .control-label {
      padding: 0px 0px 5px 0px;
      text-align: left; }
      .adminForm .admin-form-section .form-group .control-label label {
        text-align: left;
        font-weight: bold; }
    .adminForm .admin-form-section .form-group .chosen-container {
      width: 100% !important;
      font-size: 16px;
      font-weight: bold; }
    .adminForm .admin-form-section .form-group .input-group .chosen-container {
      width: auto !important;
      position: relative;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin-bottom: 0; }
  .adminForm .admin-form-section .table {
    background: white; }
    .adminForm .admin-form-section .table thead th {
      background: #4d0909;
      color: white;
      text-align: center; }
.adminForm .admin-doc-section {
  direction: ltr; }
  .adminForm .admin-doc-section .admin-form-section .form-group-title {
    margin-bottom: 0px;
    text-align: center; }
  .adminForm .admin-doc-section .admin-form-section .row {
    padding-left: 5px; }
    .adminForm .admin-doc-section .admin-form-section .row .nav-pills {
      margin-left: -15px;
      background: #454a5d; }
      .adminForm .admin-doc-section .admin-form-section .row .nav-pills .nav-link {
        padding: 0px 10px;
        background: unset;
        font-size: 30px;
        color: #d4d4d4;
        text-align: center; }
        .adminForm .admin-doc-section .admin-form-section .row .nav-pills .nav-link .fa {
          vertical-align: middle; }
        .adminForm .admin-doc-section .admin-form-section .row .nav-pills .nav-link.active {
          color: #c51010;
          background: #c4e7ed;
          border-radius: 0px; }
          .adminForm .admin-doc-section .admin-form-section .row .nav-pills .nav-link.active:after {
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 10px solid blue; }
    .adminForm .admin-doc-section .admin-form-section .row .tab-content {
      flex: 1;
      margin-top: 10px;
      background: white;
      text-align: left;
      padding-left: 10px; }
      .adminForm .admin-doc-section .admin-form-section .row .tab-content .img-thumb-wrapper {
        position: relative; }
        .adminForm .admin-doc-section .admin-form-section .row .tab-content .img-thumb-wrapper .img-thumbnail {
          background-color: #e6f0ff;
          border: 1px solid #2a579a; }
        .adminForm .admin-doc-section .admin-form-section .row .tab-content .img-thumb-wrapper .fa-times-circle {
          position: absolute;
          color: red;
          top: 5px;
          left: 10px;
          font-size: 25px;
          cursor: pointer; }
          .adminForm .admin-doc-section .admin-form-section .row .tab-content .img-thumb-wrapper .fa-times-circle:hover {
            font-size: 30px; }
.adminForm .btn-group-yesno {
  float: right; }
  .adminForm .btn-group-yesno label {
    min-width: 150px; }
    .adminForm .btn-group-yesno label:not(.active) {
      border: 1px solid gray; }
.adminForm .input-group.rtl .form-control:not(:last-child) {
  border-radius: .25rem;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }
.adminForm .input-group.rtl .input-group-append > .btn {
  border-radius: .25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.modal-backdrop.show {
  opacity: 0.8; }

.modal .modal-dialog {
  top: 10%; }
  .modal .modal-dialog.loading-modal {
    background: transparent;
    color: #fafe6f;
    position: absolute;
    top: 30%;
    left: 48%; }
  .modal .modal-dialog.modal-w90 {
    min-width: 90%; }
  .modal .modal-dialog.modal-img-viewer img {
    display: block;
    margin: 0 auto;
    height: 100%;
    max-width: 100%; }
  .modal .modal-dialog.error-modal .modal-body p {
    text-align: center;
    font-size: 2em;
    color: #bd0f0f; }
  .modal .modal-dialog .modal-header {
    background: #08465a;
    color: #fff;
    padding: 5px; }
    .modal .modal-dialog .modal-header.danger {
      background: red; }
    .modal .modal-dialog .modal-header.gold {
      background: #967f08; }
    .modal .modal-dialog .modal-header .close {
      padding: 0;
      margin: 0px;
      color: white; }
    .modal .modal-dialog .modal-header .modal-title {
      width: 100%;
      font-size: 3rem; }
  .modal .modal-dialog .btn {
    border-radius: 0px;
    font-size: 20px;
    padding: 3px 20px; }
    .modal .modal-dialog .btn:hover {
      box-shadow: 0px 5px 10px 2px #888888; }
    .modal .modal-dialog .btn.btn-gold {
      background: #ceb11a; }
  .modal .modal-dialog .btn-group-yesno {
    width: 100%;
    direction: ltr; }
    .modal .modal-dialog .btn-group-yesno label {
      width: 50%; }
      .modal .modal-dialog .btn-group-yesno label:not(.active) {
        border-color: #c9c7c7; }
    .modal .modal-dialog .btn-group-yesno.auto {
      width: auto;
      float: right; }
      .modal .modal-dialog .btn-group-yesno.auto label {
        min-width: auto;
        width: auto; }
  .modal .modal-dialog .chosen-single {
    text-align: center; }
  .modal .modal-dialog form .form-group {
    margin-bottom: 0px; }
  .modal .modal-dialog .modal-body .busydiv {
    background: #9d929278;
    left: 0px;
    text-align: center;
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 100; }

.js-stools {
  text-align: center;
  direction: ltr;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #bcbcc3;
  position: relative; }
  .js-stools .js-stools-container-bar {
    float: none !important;
    display: inline-block; }
    .js-stools .js-stools-container-bar .element-invisible {
      position: absolute;
      padding: 0;
      margin: 0;
      border: 0;
      height: 1px;
      width: 1px;
      overflow: hidden; }
    .js-stools .js-stools-container-bar .input-group {
      display: inline-flex;
      width: auto; }
      .js-stools .js-stools-container-bar .input-group .input-group-append {
        border: 1px solid #ced4da;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    .js-stools .js-stools-container-bar .js-stools-btn-filter {
      border: 1px solid gray; }
    .js-stools .js-stools-container-bar .js-stools-btn-clear {
      background: #9c2121;
      color: white;
      font-weight: bold; }
  .js-stools .chosen-container {
    min-width: 250px; }
    .js-stools .chosen-container.chosen-container-single .chosen-single {
      background-color: #fff;
      background-clip: inherit;
      background-image: none;
      border-radius: 3px;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
      height: auto;
      line-height: 26px;
      border: 2px solid #2384D3; }
      .js-stools .chosen-container.chosen-container-single .chosen-single div {
        background-color: #f3f3f3;
        border-left: 1px solid #ccc;
        bottom: 0;
        height: auto;
        text-align: center;
        padding-left: 2px; }
    .js-stools .chosen-container.chosen-container-single .chosen-drop {
      white-space: nowrap;
      background-clip: padding-box;
      border-color: #3071A9;
      border-radius: 0 0 3px 3px;
      margin-top: 0px; }
      .js-stools .chosen-container.chosen-container-single .chosen-drop .chosen-results {
        background-color: #fff;
        border-radius: 0 0 3px 3px;
        margin: 0;
        padding: 0; }
    .js-stools .chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
      background-image: none;
      border: 1px solid #3071A9;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }

table .js-stools-column-order {
  color: #f1fc34; }
  table .js-stools-column-order .fa {
    margin-right: 5px; }

.js-calendar {
  margin-top: 0px !important; }

.currency {
  font-family: arial;
  font-weight: bold;
  white-space: nowrap;
  direction: ltr;
  text-align: right !important; }

.no-data-msg {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: darkgray; }

table a:not([href]) {
  cursor: pointer;
  color: blue !important; }

.popover {
  font-family: "Traditional Arabic";
  border-color: #450915;
  text-align: center;
  max-width: 500px; }
  .popover .popover-header {
    background: #98243c;
    color: white;
    font-weight: bold;
    font-size: 20px;
    white-space: nowrap;
    padding: 8px 30px; }
  .popover .popover-body {
    font-size: 18px; }
    .popover .popover-body ul {
      text-align: right; }
    .popover .popover-body table td {
      border: 1px solid #e02f67;
      padding: 3px 15px;
      vertical-align: middle; }

.tooltip .tooltip-inner {
  font-family: "Traditional Arabic";
  font-size: 18px;
  font-weight: bold;
  background: #6600b1; }

.alert-no-items {
  background: transparent !important;
  text-align: center;
  font-size: 30px;
  color: red;
  border-top: 1px solid darkblue;
  font-weight: bold;
  padding-top: 20px; }

.nav-sidebar {
  height: calc(100vh - 40px);
  background: #f8f8f8;
  border-left: 1px solid #e3e3e3;
  width: 100%;
  padding-top: 25px !important; }
  .nav-sidebar ul {
    text-align: right;
    padding: 0px;
    margin: 0px; }
    .nav-sidebar ul li {
      width: 100%;
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 18px;
      font-weight: bold;
      background: #adadad4d;
      margin-bottom: 1px; }
      .nav-sidebar ul li a {
        width: 100%;
        color: #0c2d51;
        text-decoration: none;
        padding-right: 15px;
        display: block; }
        .nav-sidebar ul li a .link-text {
          color: #0c2d51 !important; }
      .nav-sidebar ul li:hover {
        background: #25466b; }
        .nav-sidebar ul li:hover a {
          color: white !important; }
          .nav-sidebar ul li:hover a .link-text {
            color: white !important; }
      .nav-sidebar ul li.active {
        background: #477b72; }
        .nav-sidebar ul li.active a {
          color: #ebf1f8 !important; }
          .nav-sidebar ul li.active a .link-text {
            color: #ebf1f8 !important; }

.captcha-control .captcha-reload {
  padding: 10px !important;
  height: 40px;
  width: 40px;
  border-radius: 50% !important; }
  .captcha-control .captcha-reload .fa-refresh {
    vertical-align: text-top; }

.card .card-header {
  color: white;
  font-size: 20px;
  text-align: center;
  font-weight: bold; }
.card .card-body {
  padding: 0px; }

.add-item-btn {
  margin: 0px;
  padding: 0px;
  color: white;
  cursor: pointer; }
  .add-item-btn:hover {
    text-shadow: 0px 0px 5px #b6b6b6; }
  .add-item-btn .fa-inner {
    font-size: 0.8em; }

.link-tag {
  cursor: pointer; }

.link-text {
  cursor: pointer;
  color: #007bff !important; }

.scerp-uploader {
  /*modal-body*/ }
  .scerp-uploader .row {
    margin: 0px; }
  .scerp-uploader .modal-upload-form .scerp-uploader-progress {
    height: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    direction: ltr; }
  .scerp-uploader .modal-upload-form .scerp-uploader-file-selector {
    width: 100%; }
    .scerp-uploader .modal-upload-form .scerp-uploader-file-selector .custom-file-label {
      border-color: #dc3545;
      text-align: left;
      direction: ltr;
      overflow: hidden; }
      .scerp-uploader .modal-upload-form .scerp-uploader-file-selector .custom-file-label:after {
        background-color: #dc3545;
        background: #dc3545;
        color: white; }
  .scerp-uploader .modal-upload-form .scerp-uploader-file-note {
    width: 100%; }
  .scerp-uploader .modal-upload-form .action-bar {
    margin-top: 50px; }
    .scerp-uploader .modal-upload-form .action-bar .scerp-uploader-upload-btn {
      margin: 0px auto; }
  .scerp-uploader .modal-upload-form .scerp-uploader-image-preview {
    margin: 0px auto; }

@media (max-width: 768px) {
  .ribbon-title {
    height: 80px; }
    .ribbon-title h3 {
      display: block;
      width: 100%;
      border-top: 1px solid #d0e1f3; }

  .component-main {
    height: auto;
    padding-top: 50px; }

  .modal .modal-dialog .modal-header .modal-title {
    font-size: 1.5em; }
  .modal .modal-dialog .modal-body .w-50 {
    width: 100% !important; } }
html {
  direction: rtl;
  min-height: 100%; }
  html.login {
    background: url("../images/bg.jpg") no-repeat;
    background-size: cover; }
    html.login body {
      height: 100vh;
      background-color: #18629433 !important; }
  html body {
    font-family: "Traditional Arabic";
    font-size: 14px; }
  html .text-en {
    font-family: "Arial"; }
  html .auto-align {
    text-align: initial; }

/*chrome*/
[type=reset], a [type=submit], button, html [type=button] {
  -webkit-appearance: none !important; }
