/***************************
    SalesRep 5 - Native
****************************/
/***************************
 Mixins
****************************/
/***************************
 Global
****************************/
.ibox-content {
  min-height: 300px; }
  @media screen and (min-width: 240px) and (max-width: 667px) {
    .ibox-content {
      padding: 15px 10px; } }

.wrapper-content {
  padding: 20px 10px; }
  @media screen and (min-width: 240px) and (max-width: 667px) {
    .wrapper-content {
      padding: 20px 0px 100px 0; }
      .wrapper-content .container-fluid {
        padding: 0px; } }

.margin-auto {
  margin: auto; }

.error-messages:empty {
  display: none; }

.productMessage, #alert-msg {
  position: fixed;
  z-index: 999999999;
  bottom: 0;
  display: none;
  text-align: center;
  width: 98%;
  left: 50%;
  margin-bottom: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
  margin-left: -49%;
  padding: 35px;
  border: 1px solid #e6e6e6; }
  .productMessage .close, #alert-msg .close {
    position: absolute !important;
    font-size: 30px !important;
    right: 20px !important;
    top: 5px !important;
    color: #333333;
    text-decoration: none;
    opacity: 0.7; }
  .productMessage h3 a, #alert-msg h3 a {
    display: block;
    margin-top: 20px; }
  .productMessage.alert-success, #alert-msg.alert-success {
    color: #000000 !important; }
    .productMessage.alert-success a, .productMessage.alert-success h3, #alert-msg.alert-success a, #alert-msg.alert-success h3 {
      color: #000000; }
  .productMessage.alert-danger h3, #alert-msg.alert-danger h3 {
    padding: 28px 0; }

.text-bold {
  font-weight: 600; }

.mini-navbar .nav-header {
  height: 60px; }

.nav-header {
  padding: 5px 15px; }

.btn-clear {
  -webkit-box-shadow: none;
  box-shadow: none; }

.has-error {
  -webkit-box-shadow: inset 0 0 5px 1px #ff3333 !important;
  box-shadow: inset 0 0 5px 1px #ff3333 !important; }

/***************************
 Login
****************************/
body.no-scroll {
  overflow: hidden; }

body:not(.rep-logged-in) #page-wrapper {
  margin: 0px;
  padding: 0px;
  background: -webkit-linear-gradient(228deg, #efefef, #e5e5e5);
  background: -o-linear-gradient(228deg, #efefef, #e5e5e5);
  background: linear-gradient(222deg, #efefef, #e5e5e5);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 23s ease infinite;
  -moz-animation: AnimationName 23s ease infinite;
  -o-animation: AnimationName 23s ease infinite;
  animation: AnimationName 23s ease infinite; }

@-webkit-keyframes AnimationName {
  0% {
    background-position: 96% 0%; }
  50% {
    background-position: 5% 100%; }
  100% {
    background-position: 96% 0%; } }

@-moz-keyframes AnimationName {
  0% {
    background-position: 96% 0%; }
  50% {
    background-position: 5% 100%; }
  100% {
    background-position: 96% 0%; } }

@-o-keyframes AnimationName {
  0% {
    background-position: 96% 0%; }
  50% {
    background-position: 5% 100%; }
  100% {
    background-position: 96% 0%; } }

@keyframes AnimationName {
  0% {
    background-position: 96% 0%; }
  50% {
    background-position: 5% 100%; }
  100% {
    background-position: 96% 0%; } }
  body:not(.rep-logged-in) #page-wrapper .wrapper-content {
    padding: 0px; }
  body:not(.rep-logged-in) #page-wrapper .container {
    width: 100vw;
    height: 100vh;
    padding: 0px; }

.login-panel-wrapper {
  width: 50vw;
  margin-top: 10vh;
  margin-left: 25vw;
  border-radius: 4px; }
  @media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: landscape) {
    .login-panel-wrapper {
      width: 80vw;
      margin-left: 10vw; } }
  @media screen and (min-width: 240px) and (max-width: 667px) {
    .login-panel-wrapper {
      width: 90vw;
      margin-left: 5vw; }
      .login-panel-wrapper .welcome-panel-wrap {
        display: none; }
      .login-panel-wrapper .login-panel-wrap {
        height: 80vh; }
        .login-panel-wrapper .login-panel-wrap form {
          margin: auto; } }
  .login-panel-wrapper .error-messages {
    padding: 15px 15px 0 15px; }
    .login-panel-wrapper .error-messages .alert {
      padding: 10px; }
      .login-panel-wrapper .error-messages .alert h4 {
        margin-bottom: 0px; }
      .login-panel-wrapper .error-messages .alert:last-child, .login-panel-wrapper .error-messages .alert:only-child {
        margin-bottom: 0px; }

.login-panel {
  position: relative;
  background: #ffffff;
  border-radius: 4px;
  margin-top: 0px;
  width: 100%; }
  .login-panel-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    min-height: 600px;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 240px) and (max-width: 667px) {
      .login-panel-wrap {
        min-height: unset;
        height: 50vh;
        min-height: unset; } }
    @media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
      .login-panel-wrap {
        height: 50vh;
        min-height: unset; } }
  .login-panel-logo {
    /*max-height: 120px;*/
    padding: 25px 10px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
    margin: 0 -15px; }
    .login-panel-logo img {
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center center;
      object-position: center center; }
  .login-panel form {
    padding: 15px; }
    .login-panel form input {
      height: 50px;
      border-radius: 0px;
      border: none;
      border-bottom: 1px solid #b3b3b3;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      padding-left: 10px;
      margin-bottom: 25px; }
    .login-panel form button {
      width: 100%;
      padding: 15px;
      margin-bottom: 10px;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }

.welcome-panel-wrap {
  background: #3C688D;
  height: calc(600px - 20vh);
  top: 10vh;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
    .welcome-panel-wrap {
      height: calc(450px - 20vh); } }
  .welcome-panel-wrap canvas {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5; }

.welcome-panel-logo {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: -15px; }
  @media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
    .welcome-panel-logo {
      height: 150px; } }

/***************************
  Header
****************************/
.navbar-header {
  -webkit-box-shadow: 0 0 25px 0 rgba(60, 104, 141, 0.2) !important;
  box-shadow: 0 0 25px 0 rgba(60, 104, 141, 0.2) !important;
  background: #ffffff;
  min-height: 60px; }
  .navbar-header .btn-menu-toggle {
    background: var(--clientcolour);
    color: #ffffff; }
  @media screen and (min-width: 240px) and (max-width: 667px) {
    .navbar-header .toggle-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .navbar-header .toggle-wrap .btn-nav {
    height: 35px; }
  .navbar-header .toggle-wrap .title {
    color: var(--clientcolour);
    margin: 12px 5px 13px 15px;
    margin: 10px 5px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .navbar-header .header-menu > li {
    margin-left: 5px;
    padding-top: 7.5px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .navbar-header .header-menu > li .dropdown-header {
      padding: 0px;
      background: #e6e6e6 !important; }
    .navbar-header .header-menu > li > a {
      font-size: 14px;
      padding: 10px 15px;
      background: var(--clientcolour);
      color: #ffffff; }
      .navbar-header .header-menu > li > a.customer-menu-dropdown {
        background-color: #5cb85c;
        border-color: #4cae4c; }
        .navbar-header .header-menu > li > a.customer-menu-dropdown:hover, .navbar-header .header-menu > li > a.customer-menu-dropdown:active, .navbar-header .header-menu > li > a.customer-menu-dropdown:focus {
          background: #449d44; }
      @media screen and (min-width: 240px) and (max-width: 667px) {
        .navbar-header .header-menu > li > a {
          padding: 10px 8px; } }
      .navbar-header .header-menu > li > a:hover, .navbar-header .header-menu > li > a:active, .navbar-header .header-menu > li > a:focus {
        background: var(--clientcolourhover); }
  .navbar-header .header-menu .dropdown-menu {
    width: auto;
    right: 0 !important;
    left: unset !important; }
    @media screen and (min-width: 240px) and (max-width: 667px) {
      .navbar-header .header-menu .dropdown-menu {
        left: unset; } }
    .navbar-header .header-menu .dropdown-menu li {
      background: #ffffff; }
    .navbar-header .header-menu .dropdown-menu a {
      padding: 5px 15px;
      margin: 0px; }

/***************************
 Sidebar
****************************/
.mini-navbar .logo-element {
  background: #ffffff;
  height: 100%;
  padding: 0px;
  border-right: 1px solid #ccc; }
  .mini-navbar .logo-element img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center; }

.mini-navbar .sidebar-collapse .nav a {
  text-align: center;
  border-bottom: 1px solid #202b36; }
  .mini-navbar .sidebar-collapse .nav a i {
    font-size: 18px;
    padding: 10px 0 0 0; }
  .mini-navbar .sidebar-collapse .nav a .tab-label {
    display: block;
    font-size: 12px;
    text-align: center;
    padding-top: 5px; }

.mini-navbar .sidebar-collapse .nav .caret {
  right: 15px !important;
  top: 28px; }

.mini-navbar .sidebar-collapse .nav ul {
  position: absolute;
  top: 0;
  left: 95px;
  background: #2F4050;
  border-left: 1px solid #1c2630;
  width: 250px; }
  .mini-navbar .sidebar-collapse .nav ul a {
    font-size: 14px !important;
    text-align: left; }
  .mini-navbar .sidebar-collapse .nav ul i {
    font-size: 16px; }

@media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
  .mini-navbar #page-wrapper {
    margin: 0px !important;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px); } }

@media screen and (min-width: 240px) and (max-width: 667px) {
  .mini-navbar #page-wrapper {
    margin: 0px !important;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px); } }

body:not(.mini-navbar) .sidebar-collapse .sidebar-logo {
  height: 60px;
  background: #ffffff;
  margin: -5px -15px 0 -15px;
  padding: 5px;
  border-right: 1px solid #ccc;
  margin-bottom: 35px; }

body:not(.mini-navbar) .sidebar-collapse .nav ul {
  margin-left: 10px; }

.sidebar-collapse .nav a {
  display: block;
  position: relative; }

.sidebar-collapse .nav .caret {
  position: absolute;
  right: 15px;
  top: 22px; }

/***************************
  Rep Dashboard
****************************/
.customer-search .mod-div {
  height: 72vh; }

#custlist a i {
  float: right; }

/***************************
  Customer Dashboard
****************************/
@media screen and (max-width: 1024px) {
  .dashboard-item {
    width: 100%; } }

@media screen and (min-width: 240px) and (max-width: 667px) {
  .dashboard-item {
    width: 100%; } }

.mod-footer {
  position: relative;
  margin: 0 -15px;
  padding: 15px 15px 0 15px; }

/***************************
  Order Actions
****************************/
.action-list li {
  margin-bottom: 15px; }
  .action-list li a {
    background: var(--clientcolour);
    -webkit-box-shadow: 0px 2px 4px #ccc;
    box-shadow: 0px 2px 4px #ccc;
    padding: 35px 20px;
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .action-list li a:hover, .action-list li a:active, .action-list li a:focus {
      background: var(--clientcolourhover) !important; }

/***************************
 Category 
****************************/
.search-wrap {
  padding: 15px;
  background: #f1f9ff;
  border: 1px solid #d8eeff;
  -webkit-box-shadow: 0 0 10px 0 #d8eeff inset;
  box-shadow: 0 0 10px 0 #d8eeff inset;
  margin-bottom: 0px; }
  .search-wrap:empty {
    display: none; }
  .search-wrap .btn-clear, .search-wrap .getproductsBtn {
    max-width: 50px; }
  @media screen and (min-width: 240px) and (max-width: 667px) {
    .search-wrap .input-group {
      margin: 8px 0; } }

.product-slide-toggle {
  position: absolute;
  right: 0px;
  top: 0;
  padding: 15px;
  z-index: 2; }

.product-list {
  padding: 15px; }
  .product-list .input-group .form-control, .product-list .input-group .btn {
    height: 42px; }
  @media screen and (min-width: 240px) and (max-width: 667px) {
    .product-list .hideimageonmobile-price {
      position: unset; } }

.product-item {
  width: 300px;
  position: relative; }
  @media screen and (min-width: 240px) and (max-width: 667px) {
    .product-item {
      width: calc(100% - 30px); } }
  @media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: landscape) {
    .product-item {
      width: calc(calc(100% - 60px) / 3); } }
  .product-item select {
    -webkit-box-shadow: 0px 2px 4px #ccc;
    box-shadow: 0px 2px 4px #ccc; }

.product-name {
  min-height: 44px; }

.product-imitation {
  height: 250px;
  background: #ffffff; }
  @media screen and (min-width: 240px) and (max-width: 667px) {
    .product-imitation.hideimageonmobile {
      height: 0px !important; } }
  .product-imitation img {
    height: 100%;
    width: 100%;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center; }

.product-list-slider {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9;
  padding: 10vh 10vw; }
  .product-list-slider .product-list-slider-wrapper {
    position: relative; }
    .product-list-slider .product-list-slider-wrapper > a {
      position: absolute;
      right: 0;
      top: 0;
      width: 55px;
      height: 55px;
      color: #ffffff;
      background: #4d4d4d;
      display: block;
      z-index: 9;
      font-size: 30px;
      text-align: center;
      line-height: 55px; }
  .product-list-slider .cat-product-desc {
    display: none; }
  .product-list-slider .slide-title, .product-list-slider .slide-desc {
    display: block !important; }
  .product-list-slider .thumbnail {
    padding: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    cursor: move !important; }
  .product-list-slider .slide-title {
    margin: 0px;
    padding: 15px;
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6; }
  .product-list-slider .prod-img {
    height: 40vh; }
  .product-list-slider .owl-item {
    height: calc(calc(100vh - 45px) - 12vh);
    background: #ffffff; }
  .product-list-slider .slide-desc {
    padding: 15px;
    font-size: 14px;
    color: #333333;
    white-space: pre-line;
    max-height: 37.4vh;
    overflow: auto;
    padding-bottom: 50px; }
    .product-list-slider .slide-desc p {
      font-size: 14px;
      color: #333333; }
  .product-list-slider .owl-controls {
    width: 100%;
    left: 0px;
    margin-left: 0px; }
    .product-list-slider .owl-controls .owl-nav div {
      background: none !important;
      position: absolute;
      bottom: 45%;
      height: 100px;
      width: 60px;
      border-radius: 0px;
      background: rgba(0, 0, 0, 0.4) !important;
      line-height: 110px; }
      .product-list-slider .owl-controls .owl-nav div.owl-prev {
        left: -8%; }
      .product-list-slider .owl-controls .owl-nav div.owl-next {
        right: -8%; }
      @media screen and (min-width: 240px) and (max-width: 667px) {
        .product-list-slider .owl-controls .owl-nav div.owl-prev {
          left: -3%; }
        .product-list-slider .owl-controls .owl-nav div.owl-next {
          right: -3%; } }
      .product-list-slider .owl-controls .owl-nav div i {
        font-size: 50px; }
  .product-list-slider .prod-actions {
    position: relative;
    max-width: 300px;
    margin: auto; }

/***************************
 Checkout
****************************/
.product-orderlines {
  min-height: unset; }
  .product-orderlines .form-group {
    margin-left: 0px;
    margin-right: 0px; }

.stock-location-info {
  position: absolute;
  border: 1px solid black;
  padding: 10px 16px;
  display: none;
  background-color: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1; }

/*.stock-location-info.collapsing {
    -webkit-transition: none !important;
    transition: none !important;
    display: none !important;
}*/
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .orderlines-wrap {
    max-width: 1170px;
    margin: auto; } }

.orderlines-wrap .orderline {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 10px; }
  .orderlines-wrap .orderline .thumbnail {
    margin-bottom: 0px;
    height: 100px; }
    @media screen and (min-width: 240px) and (max-width: 667px) {
      .orderlines-wrap .orderline .thumbnail {
        display: none; } }
    .orderlines-wrap .orderline .thumbnail img {
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center center;
      object-position: center center; }
  .orderlines-wrap .orderline h3 {
    margin: 0 0 5px 0;
    line-height: normal; }
  .orderlines-wrap .orderline-prod-actions {
    margin: 0 -10px; }
    .orderlines-wrap .orderline-prod-actions a {
      padding: 5px 10px; }
  .orderlines-wrap .orderline .discount-input {
    position: relative;
    margin-top: 18px; }
    .orderlines-wrap .orderline .discount-input:before {
      content: "Discount";
      position: absolute;
      top: -18px;
      font-size: 12px;
      color: #b3b3b3; }
  .orderlines-wrap .orderline .orderline-uom .form-group {
    margin: 0px;
    width: 122px;
    float: right;
    margin-bottom: 10px; }
  .orderlines-wrap .orderline .orderline-uom select {
    -webkit-box-shadow: 0px 2px 4px #ccc;
    box-shadow: 0px 2px 4px #ccc; }
  .orderlines-wrap .orderline .orderline-qty .inlinequantity {
    padding: 6px; }
  .orderlines-wrap .orderline .orderline-qty .input-group {
    float: right;
    max-width: 120px;
    clear: both;
    overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .orderlines-wrap .orderline.product-orderline .orderline-prod-actions a {
      font-size: 12px;
      padding: 4px; } }
  @media screen and (min-width: 240px) and (max-width: 667px) {
    .orderlines-wrap .orderline.product-orderline .orderline-prod-actions a {
      font-size: 12px;
      padding: 4px; }
    .orderlines-wrap .orderline-price-wrap {
      margin-top: 5px; }
    .orderlines-wrap .orderline-total-wrap {
      margin-top: 20px; } }

.searchfilterbuttons {
  margin-left: -55px; }

.mini-navbar .list-mod-footer {
  padding-left: 115px; }

.list-mod-footer {
  padding-left: 235px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  @media screen and (max-width: 1024px) {
    .list-mod-footer {
      padding-left: 0px !important; } }
  @media screen and (min-width: 240px) and (max-width: 667px) {
    .list-mod-footer {
      padding-left: 0px !important;
      padding-bottom: 0px; }
      .list-mod-footer .margin-left-50 {
        margin: 0px !important; }
      .list-mod-footer .buttons-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .list-mod-footer .buttons-wrap .btn {
          margin: 0 7.5px 7.5px; } }

#frmOrder .form-group div {
  display: inline-block;
  min-height: 25px;
  vertical-align: middle;
  line-height: 30px; }

@media screen and (min-width: 240px) and (max-width: 667px) {
  #frmOrder .form-group .clearfix {
    display: none; }
  #frmOrder .form-group label, #frmOrder .form-group div {
    display: block; } }

/***************************
 CRM Notes 
****************************/
.crm-msg {
  padding: 0 15px; }

.crm-loading {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  top: 0;
  left: 0; }

.crm-notes-content {
  height: calc(100vh - 220px);
  position: relative;
  overflow: auto; }
  .crm-notes-content .crm-edit-cancel-mobile {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px; }
  .crm-notes-content .crm-editing {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 9; }
    @media screen and (min-width: 240px) and (max-width: 667px) {
      .crm-notes-content .crm-editing {
        height: 100%;
        overflow: auto;
        z-index: 11; } }
  .crm-notes-content .crm-notes-wrap {
    position: relative;
    height: calc(100vh - 325px);
    overflow: auto; }
  .crm-notes-content .crm-details-wrap {
    position: relative;
    z-index: 12;
    background: #ffffff; }
    .crm-notes-content .crm-details-wrap.editing {
      padding: 15px; }
  .crm-notes-content .crm-notes-action {
    margin-bottom: 10px; }
    .crm-notes-content .crm-notes-action .crm-back {
      display: none !important; }
  .crm-notes-content .crm-notes-detail {
    padding: 15px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: whitesmoke;
    -webkit-box-shadow: 0 0 25px 0 #e6e6e6 inset;
    box-shadow: 0 0 25px 0 #e6e6e6 inset; }
    @media screen and (min-width: 240px) and (max-width: 667px) {
      .crm-notes-content .crm-notes-detail {
        padding-top: 55px;
        position: fixed !important;
        z-index: 99;
        top: 77px;
        width: 90%;
        left: 5%;
        height: 80%;
        overflow: auto; } }
    .crm-notes-content .crm-notes-detail .form-control {
      border: 1px solid #cccccc; }
      .crm-notes-content .crm-notes-detail .form-control:not([disabled]) {
        background: #ffffff !important; }

/***************************
    loader:
    //https://codepen.io/jczimm/pen/vEBpoL
    // $elrumordelaluz - Provided scaling fix/improvement
    // $faddee - Provided fix for Edge support
****************************/
.summary-detail {
  position: relative; }

.loader-wrapper {
  min-height: 250px;
  opacity: 0.4; }

.loader {
  padding: 0px !important;
  border: 5px solid #333;
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 30px;
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  text-indent: -99999px;
  z-index: 2;
  /*position: relative;
    margin: 0 auto;
    width: 80px;

    &:before {
        content: '';
        display: block;
        padding-top: 100%;
    }*/ }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }
