@font-face {
  font-family: "kacstofficemedium";
  src: url("/css/fonts/kacstoffice.eot");
  src: url("/css/fonts/kacstoffice.eot?#iefix") format("embedded-opentype"),
    url("/css/fonts/kacstoffice.woff") format("woff"),
    url("/css/fonts/kacstoffice.ttf") format("truetype"),
    url("/css/fonts/kacstoffice.svg#kacstofficemedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #fbfbfb;
}
.state,
.if-user {
  display: none;
}
body.anonymous .state.anonymous,
body.authenticated .state.authenticated {
  display: initial;
}
.if-user.anonymous {
  display: none;
}
.if-user.authenticated {
  display: block;
}
span.if-user.authenticated {
  display: inline-block;
}
a {
  color: #ec638d;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #ec638d;
  text-decoration: underline;
}
a.text-oggeh:hover {
  text-decoration: underline !important;
}
:focus,
:active,
:hover {
  outline: 0 !important;
}
img {
  border: none;
}
textarea {
  resize: none;
}
#container {
  display: none;
  padding: 0;
}
#busy {
  height: 5px;
}
#busy .progress {
  height: 5px;
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-oggeh {
  color: #fff;
  background-color: #ec638d;
  border-color: #d1587f;
}
.btn-oggeh:hover,
.btn-oggeh:focus {
  color: #fff;
  background-color: #d1587f;
}
.text-oggeh {
  color: #ec638d;
}
.text-black {
  color: #000 !important;
}
.progress-bar-oggeh {
  background-color: #ec638d;
}
#login-form button[type="submit"],
#login-form button[type="button"],
#request-form button[type="submit"],
#request-form button[type="button"] {
  font-variant: small-caps;
}
#login-form button[type="submit"],
#request-form button[type="submit"] {
  float: right;
}
#login-form.ar button[type="submit"],
#request-form.ar button[type="submit"] {
  float: left;
}
#call-for-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}
.ar {
  font-family: "kacstofficemedium";
  letter-spacing: 0;
  font-size: 16px;
  line-height: 20px;
  direction: rtl;
}
.ar .asmList {
  margin: 1em 0 25em 0;
  padding: 0;
}
.ar.form-horizontal .radio {
  float: right;
}
.ar input[type="radio"] {
  float: right;
  margin-left: auto;
  margin-right: -20px;
}
.ar .radio-group {
  margin-right: 20px;
}
.navbar-inverse {
  background-color: #423e40;
  border-color: #423e40;
}
.navbar-brand {
  position: relative;
  padding-top: 10px;
}
.navbar-brand img {
  max-height: 36px;
}
.navbar-brand span {
  line-height: 36px;
  vertical-align: middle;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: #999 !important;
}
.navbar-brand.ar {
  float: right;
}
.navbar-nav > li > a {
  font-variant: small-caps;
}
@media (min-width: 768px) {
  .navbar-collapse.ar .navbar-nav {
    padding: 0;
  }
  .navbar-collapse.ar .navbar-nav > li {
    float: right;
  }
  .navbar-header.ar {
    float: right;
  }
}
.navbar-toggle.ar {
  float: left;
  margin-right: 0;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .navbar-collapse.ar {
    clear: both;
  }
  .navbar-collapse.ar .navbar-nav {
    padding-left: auto;
    padding-right: 0;
  }
}
.close.ar {
  float: left;
  font-size: 24px;
}
.navbar-collapse {
  max-height: 100%;
}
.loader {
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.subloader {
  float: left;
  padding: 10px;
}
.ar .subloader {
  float: right;
}
#container {
  display: none;
}
#body {
  padding-top: 10px;
  clear: both;
}
#logo {
  color: #fff;
}
#logo:hover,
#logo:focus {
  text-decoration: none;
}
#language-switcher {
  position: fixed;
  display: block;
  top: 180px;
  left: 0;
  z-index: 100;
}
#language-switcher ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#language-switcher li {
  display: block;
  padding: 7px;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #ccc;
  border-left: 0;
  border-bottom: 0;
  background: #fff;
  color: #333;
  cursor: pointer;
}
#language-switcher li.active {
  color: #fff;
  background: #ec638d;
  cursor: default;
}
#language-switcher li:first-child {
  -webkit-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
#language-switcher li:last-child {
  border-bottom: 1px solid #ccc;
  -webkit-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.language-picker ul {
  min-width: 40px;
}
.language-picker ul.dropdown-menu-right {
  right: auto;
  left: 0;
}
.ar .language-picker ul.dropdown-menu-right {
  right: 0;
  left: auto;
}
.language-picker .btn-default {
  height: calc(100% + 14px);
}
.badge-default {
  background-color: #fff;
}
.badge-primary {
  background-color: #337cbb;
}
.badge-success {
  background-color: #a3d7a3;
}
.badge-info {
  background-color: #b0e1ef;
}
.badge-warning {
  background-color: #f8d9ac;
}
.badge-danger {
  background-color: #eba5a3;
}
.modal-body {
  min-height: 100px;
}
.modal-body form {
  display: inline-block;
}
.modal-footer .alert {
  text-align: left;
}
.ar.modal-footer {
  text-align: left;
}
.ar.modal-footer .alert {
  text-align: right;
}
.title,
.sub-title {
  position: relative;
  float: left;
  font-size: 16px;
  padding: 10px;
  max-width: 80%;
  text-transform: capitalize;
}
.title.ar,
.sub-title.ar {
  float: right;
}
.title:first-child {
  padding-left: 0;
}
.title.ar:first-child {
  padding-left: 10px;
  padding-right: 0;
}
.sub-title {
  float: right;
}
.sub-title.ar {
  float: left;
}
.bread.ar {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 20px;
  display: inline-block;
}
.bread.ar,
.bread-label.ar {
  display: inline-block;
}
.alert-msg {
  margin: 4px 0;
  padding: 15px;
  border: 1px solid #bce8f1;
  border-radius: 4px;
}
.alert-msg {
  border: none;
}
#upload ul li,
#upload-single ul li {
  min-height: 80px;
  border-bottom: 1px solid #eee;
  padding: 15px;
  position: relative;
}
#upload ul li:last-child,
#upload-single ul li:last-child {
  border-bottom: 0;
}
/* begin of :: custom knob colors (fgColor=color, bgColor=border-color) */
.knob {
  display: none;
  color: #ec638d;
  border-color: #eee;
  border-width: 0;
}
/* end of :: custom knob colors (fgColor=color, bgColor=border-color) */
#upload ul li input,
#upload-single ul li input {
  color: #ec638d;
  background: none;
  margin-left: 27px !important;
}
#upload ul li p,
#upload-single ul li p {
  width: 70%;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  margin-left: 100px;
}
#upload ul li i,
#upload-single ul li i {
  font-weight: normal;
  font-style: normal;
  display: block;
}
#upload ul li canvas,
#upload-single ul li canvas {
  top: 15px;
  left: 32px;
  position: absolute;
}
#upload ul li span,
#upload-single ul li span {
  width: 15px;
  height: 12px;
  background: url("/img/assets/icons.png") no-repeat;
  position: absolute;
  top: 34px;
  right: 33px;
  cursor: pointer;
}
#upload ul li.working span,
#upload-single ul li.working span {
  height: 16px;
  background-position: 0 -12px;
}
#upload ul li.error p,
#upload-single ul li.error p {
  color: red;
}
.ar #upload ul li.working,
.ar #upload-single ul li.working {
}
.ar #upload ul li canvas,
.ar #upload-single ul li canvas {
  left: auto;
  right: 32px;
  position: absolute;
}
.ar #upload ul li input,
.ar #upload-single ul li input {
  margin-left: 0 !important;
  margin-right: 27px !important;
}
.ar #upload ul li p,
.ar #upload-single ul li p {
  margin-left: auto;
  margin-right: 100px;
}
.ar #upload ul li span,
.ar #upload-single ul li span {
  right: auto;
  left: 33px;
}
.bootstrap-select.ar .dropdown-toggle {
  padding-right: 10px;
  padding-left: 20px;
}
.bootstrap-select.ar .dropdown-toggle .caret {
  right: auto;
  left: 7px;
}
.bootstrap-tagsinput .tag {
  color: #333;
}
.bootstrap-tagsinput .tag:hover {
  cursor: default;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
}
.wysiwyg {
  height: 170px;
  padding: 4px;
  background-color: white;
  border-collapse: separate;
  border-bottom: 1px solid rgb(204, 204, 204);
  box-sizing: content-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  outline: none;
  overflow: hidden;
}
.wysiwyg {
  border: 1px solid rgb(204, 204, 204);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.wysiwyg-toolbar .input-append {
  padding: 5px;
}
.wysiwyg-toolbar .input-append .input-sm {
  margin-bottom: 5px;
}
#voiceBtn {
  width: 20px;
  color: transparent;
  background-color: transparent;
  transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  border: transparent;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
}
div[data-role="editor-toolbar"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ar .bootstrap-datetimepicker-widget .timepicker-picker table {
  direction: ltr;
}
.module-add {
  position: relative;
  max-width: 200px;
}
.module-add .date {
  position: relative;
}
.module-add .disable-select {
  position: absolute;
  display: block;
  top: 0;
  width: 164px;
  height: 34px;
  z-index: 2;
  background: #fff;
  opacity: 0;
}
.module-new,
.module-add,
.module-import,
.module-delete,
.module-switch,
.module-location {
  display: none;
  float: right;
  margin: 4px 8px;
  margin-right: 0;
  color: #222;
  cursor: pointer;
}
.module-import,
.module-switch {
  display: block;
}
.module-new.ar,
.module-add.ar,
.module-import.ar,
.module-delete.ar,
.module-switch.ar,
.module-location.ar {
  float: left;
  margin-right: auto;
  margin-left: 0;
}
.module-add.ar,
.module-switch.ar {
  margin-right: 10px;
}
.module-location.ar {
  margin-left: 10px;
}
.module-import.ar,
.module-delete.ar {
  margin-left: 10px;
}
.placeholder {
  background-color: #fff;
  border: 2px dashed #eee;
  border-radius: 3px;
}
.placeholder-error {
  border-color: #fbe3e4;
}
.placeholder-error:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  padding: 10px 20px 0 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fbe3e4;
  content: "\f071";
}
.table-borderless > thead > tr > th,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > td {
  border: none;
}
.asmListItem {
  background-color: #efefef;
  border: 1px solid #999;
}
.asmListItem:first-child {
  border-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.asmListItem:last-child {
  border-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.asmListItem.solo {
  border-radius: 3px;
}
.asmListItemLabel {
  padding: 10px;
}
.asmListItemRemove {
  top: 5px;
  right: 5px;
}
.ar .asmListItemRemove {
  right: auto;
  left: 5px;
}
