﻿@import url('https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css');

.cst-h1-title {
  margin: 0 0 30px;
  text-align: center;
  font-size: 28px;
  color: #444;
  letter-spacing: 3.3px;
  text-transform: uppercase;
}
.warning-bold-msg {
  text-align: center;
  font-weight: 800;
  line-height: 25px;
  text-transform: uppercase;
  min-height: 40px !important;
}

.oproi-notice {
  display: block;
}

.oproi-notice-admin {
  background-color: #696969;
  padding: 20px;
  color: #fff;
  margin: 10px 0px;
  font-size: 12px;
  font-weight: 500;
}

.oproi-notice-customer {
  background-color: #696969;
  padding: 20px;
  color: #fff;
  margin: 10px 0px;
  font-size: 12px;
  font-weight: 500;
}

.oproi-warning, .oproi-info {
  color: #fff;
  background-color: dimgray;
  color: #fff;
  padding: 20px;
  position: relative;
  padding-left: 60px;
  min-height: 80px;
}

  .oproi-warning:before, .oproi-info:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 20px;
    left: 10px;
    font-size: 40px;
    color: #fff;
    content: "\f071";
  }

.oproi-info {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

  .oproi-info:before {
    content: "\f05a";
  }

.oproi_css_qd_item {
  display: inline-block;
  float: left;
}

.accordion_container {
  width: 100%;
  border: 0px solid #d3d3d3;
}

  .accordion_container div {
    /*width: 100%;*/
  }

  .accordion_container .accordion_header {
    padding: 2px;
    cursor: pointer;
  }

  .accordion_container .accordion_content {
    display: none;
    padding: 5px;
  }

.underline {
  border-bottom: solid 1px #ccc;
}

.font-sm {
  font-size: 11px;
}

.btn, .suppliernotes a {
  display: inline-block;
  background-color: #4ab2f1;
  border-radius: 4px;
  border: 1px #808080;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  margin: 2px;
}

.btn-danger {
  background-color: #d04b4b;
}

.grid-container {
  width: 100%;
  max-width: 1200px;
  /*background-color:#fff;*/
}

/*-- our cleafix hack -- */
.row:before,
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  color: #333;
}

.dark-color {
  color: #000;
}

.lite-grey {
  color: #808080;
}

.navy-blue {
  /*color: #261a92;*/
  color: #4ab2f1;
}

.row.header {
  background-color: #4ab2f1;
  color: #fff;
  font-weight: 600;
  margin: 0px;
}

  .row.header .title {
    padding-left: 10px !important;
    background-color: #f9f9f9;
  }

.no-bg {
  background-color: transparent !important;
}

.section-title {
  text-transform: uppercase;
  margin: 10px;
}

[class*='col-'] {
  float: left;
  min-height: 1px;
  width: 10%;
  /*-- our gutter -- */
  padding: 10px;
}

.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 24.99%;
}

.col-4 {
  width: 33.32%;
}

.col-5 {
  width: 41.65%;
}

.col-6 {
  width: 49.98%;
}

.col-7 {
  width: 58.31%;
}

.col-8 {
  width: 66.64%;
}

.col-9 {
  width: 74.97%;
}

.col-10 {
  width: 83.3%;
}

.col-11 {
  width: 91.63%;
}

.col-12 {
  width: 99.96%;
}

.outline, .outline * {
  outline: 1px solid #F6A1A1;
}

/*-- some extra column content styling --*/
[class*='col-'] > p {
  padding: 0;
  margin: 0;
  text-align: center;
  color: white;
}

@media all and (max-width:800px) {
  .col-1 {
    width: 33.33%;
  }

  .col-2 {
    width: 66.66%;
  }

  .col-3 {
    width: 100%;
  }

  .col-4 {
    width: 100%;
  }

  .col-5 {
    width: 100%;
  }

  .col-6 {
    width: 100%;
  }

  .col-7 {
    width: 100%;
  }

  .col-8 {
    width: 100%;
  }

  .col-9 {
    width: 100%;
  }

  .col-10 {
    width: 100%;
  }

  .col-11 {
    width: 100%;
  }

  .col-12 {
    width: 100%;
  }

  .row .col-2:last-of-type {
    width: 100%;
  }

  .row .col-11 ~ .col-1 {
    width: 100%;
  }

  #paccessories div[class*='col-'] {
    width: 100% !important;
  }

  .row img {
    width: auto !important;
  }

  #paccessories .header {
    overflow-y: hidden !important;
    height: 50px !important;
  }
}

@media all and (max-width:650px) {
  .col-1 {
    width: 33.33%;
  }

  .col-2 {
    width: 66.66%;
  }

  .col-3 {
    width: 100%;
  }

  .col-4 {
    width: 100%;
  }

  .col-5 {
    width: 100%;
  }

  .col-6 {
    width: 100%;
  }

  .col-7 {
    width: 100%;
  }

  .col-8 {
    width: 100%;
  }

  .col-9 {
    width: 100%;
  }

  .col-10 {
    width: 100%;
  }

  .col-11 {
    width: 100%;
  }

  .col-12 {
    width: 100%;
  }
}

.row img {
  width: 100%;
}

.row input[type="text"] {
  width: 100% !important;
}

.box-border {
  border: solid 1px #ccc;
}

ul.link-buttons {
}

  ul.link-buttons li {
    display: inline;
    margin-right: 20px;
    cursor: pointer;
  }

    ul.link-buttons li :hover {
      color: #4ab2f1;
    }

ul.opri-buttons {
}

.left-margin {
  margin-right: 0px !important;
  margin-left: 20px;
}

ul.opri-buttons li {
  line-height: 80px;
  display: inline;
  margin-right: 20px;
  cursor: pointer;
  background-color: #de524e; /*#ff9900;*/
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

  ul.opri-buttons li input[type="submit"], ul.opri-buttons li input[type="button"] {
    border: none;
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
  }

  ul.opri-buttons li :hover {
    /*background-color: #a47108;*/
  }

  ul.opri-buttons li a, ul.opri-buttons li a:hover {
    color: #fff;
  }

/*======JQuery Dialog=======*/
.ui-widget-overlay {
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  background-color: black;
}


.crm-modal-window-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  margin: auto;
  width: 800px;
  max-width: 90%;
  height: 700px;
  max-height: 90%;
  background-color: #fff;
  box-shadow: 0 0 30px 10px #666;
  overflow: auto;
  z-index: 1105;
}

  .crm-modal-window-wrapper .close {
    position: absolute;
    top: 10px;
    right: 7px;
    width: 37px;
    height: 37px;
    margin: 13px;
    overflow: hidden;
    border: none;
    /*background: #f0f0f0 url('../img/close.png') center no-repeat;*/
    font-size: 0;
    cursor: pointer;
    background-color: #d04b4b;
    z-index: 100000000;
  }

    .crm-modal-window-wrapper .close:after {
      position: absolute;
      font-family: 'FontAwesome';
      top: 10px;
      left: 10px;
      font-size: 20px;
      color: #fff;
      content: "\f00d";
    }

.oproinotification {
  position: fixed;
  top: 4px;
  /* right: 40%; */
  display: none;
  /* padding: 6px 10px 6px 10px; */
  background-color: #de524e;
  z-index: 100000000000;
  color: #fff;
  text-align: center;
  /* width: 350px; */
  border-radius: 0px;
  box-sizing: unset;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 70%;
  margin: 0 auto;
  left: 15%;
  font-size: 16px;
}

  .oproinotification .noticetxt {
    padding: 20px;
  }

  .oproinotification .noticeclose {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 7px;
    width: 37px;
    height: 37px;
    overflow: hidden;
    border: none;
    font-size: 0;
    cursor: pointer;
  }

  .oproinotification .noticeclose {
    color: #fff;
  }

    .oproinotification .noticeclose:after {
      position: absolute;
      font-family: 'FontAwesome';
      top: 10px;
      left: 10px;
      font-size: 20px;
      color: #fff;
      content: "\f00d";
    }

.oproi-header {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
}

.danger-link-button {
  cursor: pointer;
  color: red;
  background: transparent;
  border: none;
}

/*--------------Supplier Notes-------------*/
.suppliernotes {
  display: block;
  margin-top: 10px;
}

  .suppliernotes input[type="checkbox"] {
  }

  .suppliernotes input[type="date"] {
  }

  .suppliernotes textarea {
    height: 150px !important;
    min-height: 30px;
    width: 500px;
  }

  .suppliernotes a {
  }

  .suppliernotes label {
  }

  .suppliernotes div {
    text-align: left;
    width: 500px;
    margin: 0 auto;
  }

.oproi-box {
  background-color: #e8e8e8;
  padding: 20px;
  border: solid 1px #ccc;
  color: #333;
  margin-top: 20px !important;
}

  .oproi-box ul {
    list-style: none;
  }

.suppliernotes input[type=text], .suppliernotes input[type=number], .suppliernotes input[type=date], .suppliernotes textarea {
  padding: 4px;
}

  .suppliernotes input[type=text]:focus, .suppliernotes input[type=number]:focus, .suppliernotes input[type=date]:focus, .suppliernotes textarea:focus {
    padding: 4px;
  }

/*Switch button CSS*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

  .slider.round:before {
    border-radius: 50%;
  }

.switch-label-text {
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  padding-top: 6px;
}

.switch-label-button {
  background-color: #fff;
  height: 60px;
  padding: 10px;
  width: 200px;
  border: solid 2px #ccc;
  border-radius: 10px;
  display: inline-block;
}

  .switch-label-button.on {
  }

  .switch-label-button.off {
  }


/****************************Please wait spinner Begin******************************/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #4157d5;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }

    .lds-ellipsis div:nth-child(1) {
      left: 8px;
      animation: lds-ellipsis1 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(2) {
      left: 8px;
      animation: lds-ellipsis2 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(3) {
      left: 32px;
      animation: lds-ellipsis2 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(4) {
      left: 56px;
      animation: lds-ellipsis3 0.6s infinite;
    }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}
/****************************Please wait spinner End******************************/

/****************************Please wait spinner Begin******************************/
.lds-ellipsis-small {
  display: inline-block;
  position: relative;
  width: 80px;
  /*  height: 80px;*/
}

  .lds-ellipsis-small div {
    position: absolute;
    top: 0px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #de524e;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }

    .lds-ellipsis-small div:nth-child(1) {
      left: 8px;
      animation: lds-ellipsis1 0.6s infinite;
    }

    .lds-ellipsis-small div:nth-child(2) {
      left: 8px;
      animation: lds-ellipsis2 0.6s infinite;
    }

    .lds-ellipsis-small div:nth-child(3) {
      left: 32px;
      animation: lds-ellipsis2 0.6s infinite;
    }

    .lds-ellipsis-small div:nth-child(4) {
      left: 56px;
      animation: lds-ellipsis3 0.6s infinite;
    }

/****************************Please wait spinner End******************************/

/*----- Carousel Slider styles ------*/
.slider-title {
    color: #444;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.slider-container .slick-slide {
    width: 300px;
    margin: 10px;
}
.slider-container .item-box {
    clear: none !important;
}
.slider-container .slick-list {
    padding: 5px !important;
}
.slider-container .slick-prev:before {
    position: absolute;
    bottom: 0;
    left: -15px;
    width: 28px;
    height: 56px;
    margin-bottom: 20px;
    color: transparent;
    content: '';
    background: url('/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/prev-horizontal-new.png') no-repeat center;
}
.slider-container .slick-next:before {
    position: absolute;
    bottom: 0;
    width: 28px;
    height: 56px;
    margin-bottom: 20px;
    color: transparent;
    content: '';
    background: url('/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/next-horizontal-new.png') no-repeat center;
}

/*-------------Start Blog Css---------------*/

.blogpost-page .post-body img {
  width: 100%;
  height: auto;
}

.blogpost-page .post-body .buttons {
  color: #fff;
}

.blog-posts .buttons .read-more {
color: #fff !important;
} 

/*--------------End Blog Css---------------*/

@media only screen and (max-width: 1024px) {
    .slider-container .slick-prev:before,
    .slider-container .slick-next:before {
        background: unset;
    }  
}
/*-----------------------------------*/