/*Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
.header-main {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  height: 43px; }
  .header-main .theme-nav {
    width: calc(100% - 50px);
    margin-left: 50px;
    padding: 4px 10px;
    display: block;
    float: left;
    min-height: initial !important;
    background: #3469ab; }
    .header-main .theme-nav .user-dropdown {
      float: right;
      border-left: 1px solid #3f7fba;
      padding-left: 10px; }
      .header-main .theme-nav .user-dropdown .user-details:after {
        display: none; }
      .header-main .theme-nav .user-dropdown .user-details .icon-circle {
        float: left;
        font-size: 23px;
        color: white;
        margin-right: 10px; }
      .header-main .theme-nav .user-dropdown .user-details span {
        float: right; }
        .header-main .theme-nav .user-dropdown .user-details span b {
          font-size: 13px;
          width: 100%;
          float: left;
          font-weight: normal;
          color: white; }
        .header-main .theme-nav .user-dropdown .user-details span i {
          font-size: 11px;
          float: left;
          margin-top: -4px;
          font-style: normal;
          color: white;
          max-width: 120px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .header-main .theme-nav .user-dropdown .dropdown-menu {
        right: 0 !important;
        left: auto;
        border-radius: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        .header-main .theme-nav .user-dropdown .dropdown-menu a {
          font-size: 12px; }
    .header-main .theme-nav .org-head {
      float: right;
      color: white;
      background: #3f7fba;
      line-height: 31px;
      padding: 0px 10px;
      border-radius: 4px;
      margin-top: 3px;
      margin-right: 10px; }
      .header-main .theme-nav .org-head.org-btn:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.09); }
      .header-main .theme-nav .org-head img {
        vertical-align: middle;
        height: 30px;
        display: none; }
      .header-main .theme-nav .org-head a {
        margin-left: 4px;
        font-size: 13px;
        color: #fff;
        text-decoration: none; }

/*.breadcrumb {
    .icon-breadcamp:before {
        margin: 0px 5px 0 0 !important;
        font-size: 15px !important;
        position: relative;
        top: 2px;
        margin-right:10px !important;
    }
    position: fixed;
    top: 7px;
    color: $primary-color-text;
    left: 60px;
        li {
             & + li:before {
                content: '|';
                margin-top: 46px;
                line-height: 0;
                vertical-align: super;
                margin-right: 5px;               
            }
             a {
                max-width: 300px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                font-weight: 100;
                color: #dadada !important;
                font-size: 13px !important;
            }
                
        }
}*/
.header-logo {
  float: left;
  width: 220px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: absolute;
  height: 43px;
  z-index: 1001;
  background: #fff; }
  .header-logo .logo-full {
    margin-left: 20%;
    margin-top: 3px; }
    .header-logo .logo-full img {
      width: 110px; }
  .header-logo .logo-min {
    display: none; }

.sidebar-mini-def.fixed-menu .header-logo {
  width: 50px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .sidebar-mini-def.fixed-menu .header-logo .logo-min {
    display: block; }
    .sidebar-mini-def.fixed-menu .header-logo .logo-min img {
      width: 44px; }
  .sidebar-mini-def.fixed-menu .header-logo .logo-full {
    display: none;
    transition-delay: 0.3s; }
    .sidebar-mini-def.fixed-menu .header-logo .logo-full img {
      width: 220px; }

.fixed-menu .header-logo {
  width: 220px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  transition-delay: 0.3s;
  overflow: hidden; }
  .fixed-menu .header-logo .logo-min {
    display: none; }
    .fixed-menu .header-logo .logo-min img {
      width: 44px; }
  .fixed-menu .header-logo .logo-full {
    margin-left: 20%;
    margin-top: 3px; }
    .fixed-menu .header-logo .logo-full img {
      width: 110px; }

.side-menu:not(.fixed-menu) .content-area .content-header {
  width: calc(100% - 570px); }

.side-menu.hover-menu .content-area .content-header {
  width: calc(100% - 570px); }

aside#mainSidebarMenu {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.user-panel {
  background: transparent;
  border-top: 0px solid #404040;
  margin-top: 1px; }

.hover-menu .sidebar-navigation {
  webkit-box-shadow: 3px 5px 40px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 5px 40px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 5px 40px 0px rgba(0, 0, 0, 0.16); }

.sidebar-navigation {
  width: 220px;
  height: auto;
  background-color: #fff;
  height: calc(100vh - 42px);
  overflow: auto;
  z-index: 998;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  transition-delay: 0.3s;
  position: fixed !important;
  margin: 0;
  webkit-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
  left: 0;
  top: 42px; }
  .sidebar-navigation .title {
    display: block;
    font-size: 1.2em;
    background-color: #1e1e1e;
    padding: 20px 25px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .sidebar-navigation > ul > li > a {
    text-transform: initial; }
  .sidebar-navigation ul {
    margin: 0;
    padding: 0; }
    .sidebar-navigation ul li {
      display: block; }
      .sidebar-navigation ul li a {
        position: relative;
        display: block;
        font-size: 13px;
        font-weight: 600;
        padding: 15px 15px;
        text-decoration: none;
        color: #777;
        letter-spacing: .02em;
        border-bottom: 0;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        white-space: nowrap;
        opacity: 1;
        cursor: pointer; }
        .sidebar-navigation ul li a em {
          font-size: 17px;
          position: absolute;
          right: 20px;
          top: 47%;
          transform: translateY(-50%);
          padding: 5px;
          border-radius: 50%;
          opacity: 1;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
      .sidebar-navigation ul li i {
        font-size: 17px;
        vertical-align: text-bottom;
        margin-right: 5px;
        margin-left: 0px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .sidebar-navigation ul li:hover > a, .sidebar-navigation ul li.selected > a {
        background-color: #f9fdff;
        color: #0084c6;
        border-color: rgba(255, 255, 255, 0.1); }
      .sidebar-navigation ul li.selected {
        border-left: 5px solid #3469ab;
        background: #f9fdff; }
      .sidebar-navigation ul li ul {
        display: none; }
        .sidebar-navigation ul li ul.open {
          display: block; }
        .sidebar-navigation ul li ul li a {
          color: #0084c6;
          border-color: rgba(255, 255, 255, 0.1); }
          .sidebar-navigation ul li ul li a:before {
            content: '';
            width: 10px;
            height: 1px;
            margin-right: 15px;
            display: inline-block;
            vertical-align: middle;
            background-color: #0084c6;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
        .sidebar-navigation ul li ul li:hover > a, .sidebar-navigation ul li ul li.selected > a {
          background-color: #effaff; }
          .sidebar-navigation ul li ul li:hover > a:before, .sidebar-navigation ul li ul li.selected > a:before {
            margin-right: 10px; }
        .sidebar-navigation ul li ul li.selected.selected--last > a {
          background-color: #e0f5ff;
          color: #fff; }
          .sidebar-navigation ul li ul li.selected.selected--last > a:before {
            background-color: #fff; }

ul.subMenuColor1 li a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  color: #555555 !important;
  font-weight: 500;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis; }

.sidebar-mini-def.fixed-menu .sidebar-navigation {
  width: 50px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .sidebar-mini-def.fixed-menu .sidebar-navigation ul li a span, .sidebar-mini-def.fixed-menu .sidebar-navigation ul li a em {
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
  .sidebar-mini-def.fixed-menu .sidebar-navigation ul li a span {
    font-size: 13px; }

.sidebar-mini-def.fixed-menu .sidebar-navigation ul li .subMenuColor1 {
  display: none !important; }

.hold-menu {
  background: #fbfbfb; }
  .hold-menu span {
    width: 100%;
    margin: 0 calc(50% - 5px);
    font-size: 11px;
    color: #aaa; }

/*
$colour1: lighten($primary-color, 5%);
$colour2: lighten($primary-color, 10%);
$colour3: lighten($primary-color, 15%);
$colour4: lighten($primary-color, 20%);
$colour5: lighten($primary-color, 25%);
$colour6: lighten($primary-color, 30%);
$colour7: lighten($primary-color, 35%);
$colour8: lighten($primary-color, 40%);
$colour9: lighten($primary-color, 45%);
$colour10: lighten($primary-color, 50%);

$colors: $colour1, $colour2, $colour3, $colour4, $colour5, $colour6, $colour7, $colour8, $colour9, $colour10;
*/
.side-menu:not(.fixed-menu) .content-area {
  width: calc(100% - 220px);
  margin-left: 220px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .side-menu:not(.fixed-menu) .content-area .review-sidebar#sectionLeft {
    left: 220px !important; }
  .side-menu:not(.fixed-menu) .content-area .content-submenu-btn {
    left: 220px; }

.side-menu.side-inner:not(.fixed-menu) .content-area .content-submenu-btn {
  left: 450px; }

#mainSidebarMenu {
  display: none !important; }

/*.session_expire_popup{ display:none !important;}*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px; }

.content-area {
  clear: both;
  background: #fff;
  width: calc(100% - 50px);
  margin-left: 50px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .content-area .content-inner .wrapper {
    background: #fff;
    padding: 10px 30px;
    height: calc(100vh - 60px);
    overflow: auto;
    /*margin-top:42px;*/
    float: left;
    width: 100%; }
    .content-area .content-inner .wrapper .page-title {
      font-size: 22px;
      font-weight: 300;
      margin-bottom: 3px; }
    .content-area .content-inner .wrapper .grid-checkbox {
      float: right;
      margin-top: 5px;
      margin-right: 5px; }
    .content-area .content-inner .wrapper .grid-btns {
      float: right; }
      .content-area .content-inner .wrapper .grid-btns .btn:disabled {
        opacity: .5; }
      .content-area .content-inner .wrapper .grid-btns .dropdown.more-menu {
        float: right;
        background: #fff; }
        .content-area .content-inner .wrapper .grid-btns .dropdown.more-menu .dropdown-menu {
          transform: none !important;
          right: 0 !important;
          left: auto !important;
          top: 25px !important; }
          .content-area .content-inner .wrapper .grid-btns .dropdown.more-menu .dropdown-menu .dropdown-item i {
            margin-right: 9px;
            vertical-align: middle; }
          .content-area .content-inner .wrapper .grid-btns .dropdown.more-menu .dropdown-menu a {
            width: 100%;
            float: left; }
            .content-area .content-inner .wrapper .grid-btns .dropdown.more-menu .dropdown-menu a:hover {
              background: #fbfbfb;
              -webkit-transition: all 0.05s linear;
              -moz-transition: all 0.05s linear;
              -o-transition: all 0.05s linear;
              transition: all 0.05s linear; }
        .content-area .content-inner .wrapper .grid-btns .dropdown.more-menu .btn {
          padding: 1px 5px;
          margin-left: 5px;
          line-height: 24px; }
          .content-area .content-inner .wrapper .grid-btns .dropdown.more-menu .btn:after {
            display: none; }
          .content-area .content-inner .wrapper .grid-btns .dropdown.more-menu .btn span {
            font-size: 15px; }
    .content-area .content-inner .wrapper .btn {
      border-radius: 20px;
      padding: 3px 10px;
      font-size: 12px;
      box-shadow: none;
      border: 0px solid #eee !important; }
      .content-area .content-inner .wrapper .btn.btn-primary {
        background: #356aac;
        border: 1px solid #3469ab !important; }
    .content-area .content-inner .wrapper .review-sidebar#sectionLeft {
      top: 42px;
      left: 50px;
      width: 250px !important;
      padding-top: 10px;
      min-height: auto;
      height: calc(100vh - 64px);
      z-index: 100; }
    .content-area .content-inner .wrapper .review-page {
      margin-left: 0 !important; }
      .content-area .content-inner .wrapper .review-page .content-header {
        position: absolute;
        top: 0;
        background: none !important;
        display: none; }
    .content-area .content-inner .wrapper .ReviewScrollDiv .DivReviewScroll {
      height: auto;
      float: left;
      width: calc(100% - 240px);
      margin: 0 0% 0 0%;
      padding: 0;
      overflow: hidden;
      float: right;
      padding-bottom: 50px;
      clear: both; }
      .content-area .content-inner .wrapper .ReviewScrollDiv .DivReviewScroll .k-button.export-pdf {
        margin: 0;
        margin: 0;
        margin-left: 15px; }

.dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 4px 10px; }
  .dropdown-menu .dropdown-item:disabled {
    opacity: .5 !important; }

.ProductGridBtnsFlat button.btn.min-btn em {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  margin-left: 0; }

.ProductGridBtnsFlat button.btn.min-btn:hover em {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.review-comments.open-help {
  opacity: 1 !important;
  width: 270px;
  right: 0;
  position: absolute;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  top: 0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .review-comments.open-help h2 {
    padding-left: 2px;
    padding-top: 0; }
  .review-comments.open-help .chat-box {
    overflow-y: auto;
    overflow-x: hidden;
    height: 220px;
    border-bottom: 0px solid #ccc;
    width: 100%; }
  .review-comments.open-help .checkbox {
    margin-right: 20px; }

.review-comments {
  right: -280px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.help-btn .logo span {
  border-radius: 10px 0px 0px 10px !important; }
  .help-btn .logo span i {
    margin: 5px 0 0 7px !important;
    font-size: 19px !important; }

.help-btn.click-btn .logo span {
  margin-right: 0 !important;
  right: 235px !important; }

.db-widget {
  background: #fff;
  margin: 0 10px 0 7px;
  box-shadow: 1px 0px 2px 1px #eee;
  border-radius: 2px;
  padding: 10px 15px 10px 12px;
  width: calc(33.33% - 20px); }
  .db-widget .card-title {
    padding-bottom: 5px;
    color: #3469ab;
    border-left: 0;
    padding-left: 15px;
    padding-top: 5px;
    margin-left: -12px; }

.Common_TableGrid tbody tr td {
  vertical-align: middle;
  white-space: nowrap; }

.content-area.content-wrapper {
  float: right; }

.sidebar-collapse .content-area.content-wrapper .Products_Grid {
  width: 100% !important; }

.Products_Grid_Title {
  padding: 0px 0px 0px 0px;
  color: #323232;
  font-size: 22px;
  font-weight: 300;
  margin: 0px;
  line-height: 42px;
  margin-left: 20px; }

.dash-wid-box {
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  max-height: 240px;
  border: 1px solid #eee; }
  .dash-wid-box .dash-title {
    font-size: 13px !important;
    padding: 10px;
    background: #f9f9f9;
    margin: 0;
    color: #3468ab;
    text-transform: uppercase;
    font-weight: 600; }
  .dash-wid-box .dash-body {
    float: left;
    width: 100%;
    max-height: 200px;
    overflow: auto; }
    .dash-wid-box .dash-body::-webkit-scrollbar-thumb {
      background: #fbfbfb; }
    .dash-wid-box .dash-body:hover::-webkit-scrollbar-thumb {
      background: #e4e4e4; }
    .dash-wid-box .dash-body .dash-row {
      padding: 9px 10px;
      float: left;
      width: 100%;
      border-bottom: 1px dashed #eee; }
      .dash-wid-box .dash-body .dash-row strong {
        font-weight: 600;
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        width: 100%; }
      .dash-wid-box .dash-body .dash-row em {
        color: #9a9a9a;
        font-style: normal;
        font-size: 11px;
        margin-top: 3px;
        max-width: 50%;
        overflow: hidden;
        text-overflow: ellipsis; }
      .dash-wid-box .dash-body .dash-row .dash-right {
        font-size: 12px;
        text-align: right;
        font-weight: 400; }

.ProductGridBtnsFlat button.btn.add, .GridBtnsFlat button.btn.add {
  background: #3468ab;
  color: #FBFBFB;
  border: 1px solid #3468ab;
  font-size: 12px;
  border-radius: 30px; }

.ui-tooltip {
  display: none !important; }

.hover-menu .content-area .content-header, .content-area .content-header {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer {
  margin-left: 0px !important; }

.page_flattabs li {
  background: #3469ab !important;
  box-shadow: none;
  border-radius: 5px 5px 0 0;
  padding: 2px 10px; }
  .page_flattabs li a {
    color: #FBFBFB;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none; }

.sub-default-tabs .nav-tabs li a {
  background: #3469ab; }

.cus-switch input:checked + .slider {
  background: #3469ab; }

.orange-theme a {
  color: #221e1f; }
.orange-theme .header-main .theme-nav {
  background: #221e1f; }
.orange-theme .sidebar-navigation {
  background: #eb8127; }
  .orange-theme .sidebar-navigation ul li.selected {
    border-left: 5px solid #221e1f;
    background: #FFF; }
  .orange-theme .sidebar-navigation ul li a {
    color: #221e1f; }
.orange-theme .header-logo {
  background: #eb8127; }
.orange-theme .hold-menu {
  background: #efa753; }
  .orange-theme .hold-menu span {
    color: #221e1f; }

.orange-theme .btn-primary.disabled, .orange-theme .btn-primary.disabled.active, .orange-theme .btn-primary.disabled.focus, .orange-theme .btn-primary.disabled:active, .orange-theme .btn-primary.disabled:focus, .orange-theme .btn-primary.disabled:hover, .orange-theme .btn-primary[disabled], .orange-theme .btn-primary[disabled].active, .orange-theme .btn-primary[disabled].focus, .orange-theme .btn-primary[disabled]:active, .orange-theme .btn-primary[disabled]:focus, .orange-theme .btn-primary[disabled]:hover, .orange-theme fieldset[disabled] .btn-primary, .orange-theme fieldset[disabled] .btn-primary.active, .orange-theme fieldset[disabled] .btn-primary.focus, .orange-theme fieldset[disabled] .btn-primary:active, .orange-theme fieldset[disabled] .btn-primary:focus, .orange-theme fieldset[disabled] .btn-primary:hover {
  background: #dd4c29; }
.orange-theme .ProductGridBtnsFlat button.btn.add, .orange-theme .GridBtnsFlat button.btn.add {
  background: #dd4c29; }
.orange-theme .dash-wid-box .dash-title {
  color: #221e1f; }
.orange-theme .sidebar-navigation ul li ul li:hover > a, .orange-theme .sidebar-navigation ul li ul li.selected > a {
  background-color: rgba(235, 129, 39, 0.1); }
.orange-theme .bg-gray-flt {
  background: rgba(235, 129, 39, 0.1); }
.orange-theme .sub-grid-arrow .k-grid-content table tr td.k-hierarchy-cell .k-plus:after, .orange-theme .sub-grid-arrow .k-grid-content table tr td.k-hierarchy-cell .k-minus:after {
  border-bottom: 8px solid #dd4c29; }
.orange-theme .sidebar-navigation ul li ul li.selected.selected--last > a:before {
  background-color: #221e1f; }
.orange-theme .side_child_menu {
  background: rgba(34, 30, 31, 0.8); }
.orange-theme ul.submenu-view li span a {
  color: white; }
.orange-theme .submenu-view li ul li a {
  color: #ffdabb; }
.orange-theme .header-main .theme-nav .org-head {
  background: #dd4c29; }
.orange-theme .content-header > .breadcrumb > li > a {
  color: #d2d2d2; }
.orange-theme .lds-roller div:after {
  background: #221e1f; }
.orange-theme .content-area .content-inner .wrapper .btn.btn-primary {
  background: #dd4c29;
  border: 1px solid #dd4c29 !important; }
.orange-theme .k-pager-numbers .k-state-selected {
  background-color: #dd4c29; }
.orange-theme .content-submenu-btn {
  background: #221e1f !important; }
.orange-theme .page_flattabs li {
  background: rgba(34, 30, 31, 0.8) !important; }
  .orange-theme .page_flattabs li.active {
    background: #fff !important; }
    .orange-theme .page_flattabs li.active a {
      color: #eb8127 !important; }
.orange-theme .GridTabName {
  color: #eb8127; }
.orange-theme .cus-switch input:checked + .slider {
  background: #eb8127; }
.orange-theme .btn-primary {
  color: #fff;
  background-color: #eb8127;
  border-color: #eb8127; }
.orange-theme .Metadata_TableGrid.k-grid .k-header .k-button.k-grid-add {
  background: #eb8127 !important;
  color: #FBFBFB !important;
  border: 1px solid #eb8127 !important; }
.orange-theme a.k-grid-edit:visited {
  background: #eb8127 !important;
  border: 1px solid #eb8127 !important; }
.orange-theme .sub-default-tabs .nav-tabs li a {
  background: #221e1f; }
.orange-theme .RegStep3TabOpened .page_flattabs li {
  background: rgba(255, 255, 255, 0.8) !important; }

.orange-theme .st20 {
  fill: #eb8127; }
.orange-theme .st21 {
  fill: none;
  stroke: #eb8127;
  stroke-width: 2;
  stroke-miterlimit: 10; }
.orange-theme .st22 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #eb8127; }
.orange-theme .st23 {
  fill: none;
  stroke: #eb8127;
  stroke-linecap: round;
  stroke-miterlimit: 10; }
.orange-theme .st24 {
  fill: none;
  stroke: #eb8127;
  stroke-miterlimit: 10; }
.orange-theme .st25 {
  fill: #FFFFFF;
  stroke: #eb8127;
  stroke-width: 0.25;
  stroke-miterlimit: 10; }
.orange-theme .st44 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #eb8127;
  stroke-miterlimit: 10; }
.orange-theme .st35 {
  display: inline;
  fill: #eb8127; }
.orange-theme .left-logo {
  background: transparent;
  display: block; }
.orange-theme .LoginBoxLeft {
  background: #fefbcc; }
.orange-theme .LoginBox h3 {
  color: #eb8127; }
.orange-theme .LoginBoxRight input:-internal-autofill-selected {
  background-color: #fefbcc !important;
  background-image: none !important;
  color: -internal-light-dark(black, white) !important; }
.orange-theme .btn.LoginBtn:hover, .orange-theme .btn.LoginBtn:focus, .orange-theme .btn.LoginBtn:active {
  background: #dd4c29; }
.orange-theme .btn.LoginBtn {
  background: #dd4c29; }
.orange-theme .morph-shape {
  fill: #fefbcc; }
.orange-theme a.forget_pwd, .orange-theme a.forget_pwd:link {
  color: #eb8127; }
.orange-theme input:-webkit-autofill,
.orange-theme input:-webkit-autofill:hover,
.orange-theme input:-webkit-autofill:focus,
.orange-theme textarea:-webkit-autofill,
.orange-theme textarea:-webkit-autofill:hover,
.orange-theme textarea:-webkit-autofill:focus,
.orange-theme select:-webkit-autofill,
.orange-theme select:-webkit-autofill:hover,
.orange-theme select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fefbcc inset;
  transition: background-color 5000s ease-in-out 0s; }
.orange-theme .ForgetInput {
  background: #f8e29c; }
.orange-theme g#logo_1_ {
  display: none; }

.gridsearch {
  display: table;
  float: left;
  margin-top: 7px;
  margin-left: 7px;
  background: #f3f3f3;
  padding: 0px 0px 0px 0px;
  border-radius: 7px;
  border: 1px solid #eee; }
  .gridsearch input {
    background: none;
    border: none;
    outline: none;
    width: 28px;
    min-width: 0;
    padding: 0;
    z-index: 1;
    position: relative;
    line-height: 18px;
    margin: 5px 0;
    font-size: 12px;
    -webkit-appearance: none;
    transition: all .6s ease;
    cursor: pointer;
    color: #555; }
    .gridsearch input + div {
      position: relative;
      height: 28px;
      width: 100%;
      margin: -28px 0 0 0; }
    .gridsearch input.ng-not-empty + div .fa {
      z-index: 2;
      background: #e6e6e6;
      color: #3469ab; }
    .gridsearch input:not(:placeholder-shown), .gridsearch input:focus {
      width: 160px;
      padding: 0 4px;
      cursor: text;
      padding-right: 30px; }
  .gridsearch input::placeholder {
    opacity: 0; }
  .gridsearch .fa {
    text-align: right;
    position: absolute;
    right: 5px;
    font-size: 13px;
    padding-top: 0px;
    top: 3px;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    padding: 2px;
    border-radius: 9px;
    cursor: pointer;
    padding-top: 4px;
    padding-right: 4px; }

/*# sourceMappingURL=prism-style.css.map */
