body {
    background-color: #EEEEEE;
    color: #3C4858;
    font-size: 15px;
    font-size: 0.9rem;
  }
  body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: Varela Round,sans-serif!important;
    font-weight: 300;
    line-height: 1.5em;
  }

  /* --- Utility Classes Start --- */
  .form-group.row {
      margin-bottom: 1em;
  }
  .btn {
    cursor: pointer;
  }
  .box-shadow-none{
    box-shadow:none !important;
  }
  .form-check-label .checkbox{
    display: inherit;
  }
  .card-header-title.pull-right{
    float: right !important;
  }
  .card {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  }
  .error {
    color: red;
  }
  .form-check-input {
    margin-right: 0.5rem;
  }
  .scrollbox {
    background: #fff;
    border: 1px solid #CCCCCC;
    height: 10rem;
    overflow-y: scroll;
    width: auto;
    padding: 0rem 0.5rem 0rem 0.5rem;
  }
  .common-panel {
    padding: 10px 20px;
  }

  /* --- Utility Classes End --- */

  /* --- Header-Content-Footer Start --- */

  #content {
    /*padding-left: 50px;
      margin-top: 60px;*/
    padding-left: 4rem;
    margin-top: 4rem;
    padding-right: 1rem;
    margin-bottom: 3.5rem;
  }

  #column-left {
    width: 50px;
    height: 100%;
    background-color: #3d3d3d;
    position: fixed;
    top: 0px;
    bottom: 0;
    padding-top: 45px;
    z-index: 9;
    transition: all 0.3s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  }

  .footer {
    height: auto;
    padding: 10px 0 10px 0;
    background-color: #3d3d3d;
    color: #c2c2c2;
    position: fixed;
    width: 100%;
    bottom: 0px;
    text-align: center;
    z-index: 10;
  }

  .navbar-brand {
    color: #4e4e4e;
    font-size: 20px;
    margin-top: 5px;
    font-weight: 500;
  }

  #header-nav {
      margin-left: 0rem;
    background: #222;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 10;
      padding: .32rem 1rem;
  }

  #header-nav .nav-link {
    color: #fff;
    font-size: 15px;
      cursor: pointer;
  }

  #header-nav .card-header-img {
      height: 1.25rem;
  }

  #menu {
    margin-bottom: 25px;
      margin-top: 8px;
  }
  #menu, #menu ul, #menu li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #menu > li {
    position: relative;
  }
  #menu, #menu ul, #menu li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #menu > li > a {
    color: #C4C4C4;
    font-size: 14px;
    padding-left: 13px;
    border-bottom: 1px solid #585858;
  }
  #menu li a {
    text-decoration: none;
    display: block;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #515151;
  }
  #menu li a i {
    font-size: 16px;
  }
  #menu li ul {
    overflow: hidden;
  }
  #menu > li > ul {
    position: absolute;
    left: 50px;
    top: 0px;
    width: 210px;
    background-color: #444444;
    visibility: hidden;
  }
  #menu, #menu ul, #menu li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #menu li ul a {
    padding-left: 20px;
  }

  #menu li ul li.dropdown-submenu a {
    padding-left: 10px;
  }

  #menu li li a {
    color: #9d9d9d;
    font-size: 14px;
  }
  #menu li .title {
    display: none;
  }
  #menu > li:hover > ul {
    visibility: visible;
  }
  #menu li li a:hover {
    color: #FFFFFF;
    background-color: #373737;
  }
  #menu li li a:hover:before {
      margin-right: 20px;
  }
  #menu li li.dropdown-submenu a:before {
    content: "";
    font-size: 14px;
    font-family: FontAwesome;
    margin-left: 10px;
    margin-right: 10px;
    transition: margin ease 0.5s;
  }
  #menu li li a:before, #menu li li.dropdown-submenu ul.dropdown-menu li a:before {
    content: "\f101";
    font-size: 14px;
    font-family: FontAwesome;
    margin-left: 10px;
    margin-right: 10px;
    transition: margin ease 0.5s;
  }


  #menu > li > a:hover {
    background-color: #444444;
  }
  #menu li.submenu-header {
    display: block;
    font-size: 15px;
    color: #c3c3c3;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: -2px;
  }
  #menu li > ul > li > a:hover ul {
    display: block;
    visibility: unset;
  }
  #menu li > ul > li > a:hover ul > li {
    display: block;
    visibility: unset;
  }
  #menu > li > a {
    color: #666;
    font-size: 14px;
    padding-left: 13px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border-bottom: 0 none;
  }
  #menu > li, #menu > li li {
    position: relative;
  }
  #menu, #menu ul, #menu li {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  /* --- Header End --- */

  .dropdown-item, .nav-link {
      cursor: pointer;
  }

  .filter-form {
      margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .filter-button {
      width: 100%;
    margin-top: 1.8rem;
  }

  .nav-link .badge {
      margin-left: -0.75rem;
      border-radius: 0.5rem;
  }

  .signin-layout {
      position: fixed;
      top: 0;
      left: 0;
      min-width: 100%;
      min-height: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(https://static.pexels.com/photos/407294/pexels-photo-407294.jpeg) no-repeat bottom center fixed transparent;
      background-size: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  }

  .card-signin {
      margin: 15% auto 10%;
      position: relative;
      width: 420px;
  }

  .card-signin .card-header {
      background: none;
          border: none;
          box-shadow: none;
  }

  .signin-layout .quote {
      font-size: 30px;
      color: #fff;
      font-family: -apple-system-font, "Hiragino Sans GB","Microsoft Yahei",STXihei,"\5fae\8f6f\96c5\9ed1","\5B8B\4F53", "Helvetica Neue",Helvetica,Arial,sans-serif;
      text-shadow: 0 1px 0 rgba(0,0,0, .35);
      -webkit-font-smoothing: antialiased;
      text-align: center;
      margin-top: 1%;
      text-shadow: 1px 1px 4px rgba(0, 0, 0, .8);
  }

  .card-signin .card {
      box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
      margin-top: 1.875rem;
      padding: 1.25rem;
  }

  /* --- Invoice-Card Start --- */

  .card-invoice td, .card-invoice th, .card-invoice input, .card-invoice select, .card-invoice textarea, .card-invoice option, .card-invoice optgroup {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: #000000;
  }
  .card-invoice h1 {
      text-transform: uppercase;
      color: #CCCCCC;
      text-align: right;
      font-size: 24px;
      font-weight: normal;
      padding-bottom: 5px;
      margin-top: 0px;
      margin-bottom: 15px;
      border-bottom: 1px solid #CDDDDD;
  }
  .card-invoice .store {
      width: 100%;
      margin-bottom: 20px;
  }
  .card-invoice .div2 {
      float: left;
      display: inline-block;
  }
  .card-invoice .div3 {
      float: right;
      display: inline-block;
      padding: 5px;
  }
  .card-invoice .heading td {
      background: #E7EFEF;
  }
  .card-invoice .address, .product {
      border-collapse: collapse;
  }
  .card-invoice .address {
      width: 100%;
      margin-bottom: 20px;
      border-top: 1px solid #CDDDDD;
      border-right: 1px solid #CDDDDD;
  }
  .card-invoice .address th, .address td {
      border-left: 1px solid #CDDDDD;
      border-bottom: 1px solid #CDDDDD;
      padding: 5px;
      vertical-align: text-bottom;
  }
  .card-invoice .address td {
      width: 50%;
  }
  .card-invoice .product {
      width: 100%;
      margin-bottom: 20px;
      border-top: 1px solid #CDDDDD;
      border-right: 1px solid #CDDDDD;
  }
  .card-invoice .product td {
      border-left: 1px solid #CDDDDD;
      border-bottom: 1px solid #CDDDDD;
      padding: 5px;
  }
  /* --- Invoice-Card End --- */

  /* --- required star start --- */
  .col .required label:not(span):before, div.required .control-label:not(span):before, td.required:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
  }
  /* --- required star close --- */

  /* --- Pagination start --- */
  .react-bs-table-pagination > .row {
    /*margin-top: 0rem;
    display: unset;
    margin-right: 0;
    margin-left: 0;
    flex-wrap: unset;*/

    margin-top: 0rem;
    margin-right: 0;
    margin-left: 0;
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 0rem !important;
  }
  .react-bs-table-pagination > .row > div {
    /*width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 1rem;*/

    margin-right: 0px;
    margin-left: 0px;
  }
  .react-bootstrap-table-page-btns-ul {
    margin-bottom: 0rem !important;
  }

  /* --- Pagination close --- */

  /* --- Image Manager Starts --- */

  .image-image {
   margin-bottom: 15px;
   height: 90px;
  }
  .image-image img {
    max-height: 90px !important;
  }
  .image-card {
    margin-bottom: 20px;
  }
  .image-manager .header{
    background: #eee;
    border-bottom: 1px solid #eee;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .image-manager .link {
    cursor: pointer;
  }
  .image-manager .row + .row {
    max-height: 600px;
    overflow-x: hidden;
  }
  .image-manager .btn-sm {
    padding: 0rem .4rem;
  }
  .image-manager .folder-image {
   margin-bottom: 15px;
   height: 90px;
  }
  .image-manager .folder-image .fa-5x {
    font-size: 6rem;
  }

  /* --- Image Manager Ends --- */


  .navbar-brand img {
    height: 35px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
  /*-----------add by dixit at 26-9-2017--------*/
  #header-nav {
      margin-left: 3.9rem;
      left: 0;
      right: 0;
      z-index: 1061;
      background: #E1000E;
      height: 60px;
      top: 0;
      width: inherit;
      transition: all .3s ease-in-out;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0), 0 1px 4px rgba(0,0,0,.20);
    }
    .footer.dark {
        padding: 23px 0 14px 0;
        background-color: #3e454c;
        color: #c2c2c2;
        text-align: center;
    }
    #header-nav .nav-link {
      color: #666666;
      font-size: 16px;
      cursor: pointer;
      background-color: transparent;
      border: 0;
      margin-bottom: -7px;
    }
    #menu li li a:hover {
        color: #444 ! important;
        background-color: #eaeaea ! important;
    }
    #menu li a:hover {
        color: #444 ! important;
        background-color: #eaeaea ! important;
    }
    #menu li a.category-btn {
      color: #ffffff!important;
      background-color: #222!important;
    }
    #menu li a.category-btn:hover {
      color: #ffffff!important;
      background-color: #222!important;
    }
    #column-left {
        width: 62px;
        height: 100%;
        background-color: #FFFFFF;
        position: fixed;
        top: 0;
        bottom: 0;
        padding-top: 0;
        z-index: 9;
        transition: all 0.3s;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    }
    #column-left.active {
      width: 235px;
      overflow: auto;
    }

    #column-left.active + #content {
      margin-left: 173px;
    }

    #column-left.active #menu > li > a > span {
      display: inline;
      margin-left: 10px;
    }
    #column-left .category-btn{
      background-color: #1269f8;
      padding-bottom: 18px;
      padding-top: 20px;
      padding-left: 23px;
      width: 62px;
    }
    #column-left .category-btn:hover{
      background-color: #1269f8;
    }
    #column-left .category-btn a {
      color: #fff !important;
    }
    .filter-card_new .tab {
      position: relative;
      margin-bottom: 0px;
      width: 100%;
      color: #fff;
      overflow: hidden;
  }filter-card_new .tab-input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }

  .filter-card_new .tab-content a {
      padding-left: 20px !important;
      color: #9d9d9d;
      font-size: 14px;
  }

  .filter-card_new .tab-content a:before {
      content: "\f101";
      font-size: 14px;
      font-family: FontAwesome;
      margin-left: 0px;
      margin-right: 5px;
      transition: margin ease 0.5s;
  }

  .filter-card_new label::after {
      position: absolute;
      right: 0;
      top: 0;
      display: block;
      width: 3em;
      height: 3em;
      line-height: 3;
      text-align: center;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s;
  }

  .filter-card_new input[type=checkbox]:checked + label::after {
      transform: rotate(315deg);
  }

  .filter-card_new input[type=checkbox] + label::after {
      content: "+";
  }

  .filter-card_new input:checked ~ .tab-content {
      max-height: 30rem;
      overflow-y: auto;
  }

  #menu .tab-input {
      display: none;
  }

  .filter-card_new label {
      position: relative;
      display: block;
      padding: 0 0 0 1em;
      line-height: 3;
      cursor: pointer;
      margin-bottom: 0rem;
      color: #333;
      border: 1px solid rgba(0,0,0,0.1);
      font-weight: 600;
  }

  .filter-card_new label {
    color: #666;
    font-size: 14px;
  }

  .filter-card_new .tab-content {
      max-height: 0;
      overflow: hidden;
      background: transparent;
      -webkit-transition: max-height .35s;
      -o-transition: max-height .35s;
      transition: max-height .35s;
  }

  .filter-card_new label i {
      font-size: 16px;
      margin-right: 10px;
  }

    #menu > li > a {
        font-size: 14px;
        padding-left: 20px;
        text-decoration: none;
        display: block;
        cursor: pointer;
        border-bottom: 0 none;
    }
    #menu > li > ul {
        position: absolute;
        left: 50px;
        top: 0px;
        width: 244px;
        background-color: #3e454c;
        visibility: hidden;
    }
    body {
          background-color: #f4f3ef;
          /* font-family: 'Open Sans', sans-serif ! important; */
          font-size: 15px;
      }
      /*#content {
      padding-left: 5rem;
      margin-top: 6rem;
      padding-right: 1rem;
      margin-bottom: 4.5rem;
  }*/
  #content {
      padding-left: 6rem;
      margin-top: 7rem;
      padding-right: 2rem;
      margin-bottom: 5.5rem;
  }
  .card-deck .card-footer {
      padding: .75rem 1.25rem;
      border-top: none;
      background-color: transparent;
  }
  .fe_forecast_link {
      display: none !important;
  }
  .bg-white {

  }
  .widget .counter {
      font-size: 38px !important;
      font-weight: bold !important;
      color: #555;
      margin-top: 5px;
      text-shadow: none;
      font-weight: normal;
      font-family: "Open Sans", Arial, sans-serif;
  }
  .progress-xs {
      height: 5px;
          margin-bottom: 9px;
  }
  .progress-bar.bg-green {
      width: 74%;
      background: #2ECC71 !important;
      color: #ffffff !important;
  }
  .card-footer {
      padding: 16px !important;

      color: white !important;
      border-radius: 0 !important;
          border-top: 0;
  }
  .widget .card-footer span {
      margin-top: -10px;
      color: #fff;
  }
  .widget .icon {
        font-size: 28px;
      position: absolute;
      right: 19px;
      top: -8px;
      opacity: .3;
      font-size: 5rem;
      margin-top: 19px;
      color: rgba(73, 80, 87, 0.4);
  }
  .order .card-footer {
      background-color: #16A085 !important;
      color: white !important;
  }
  .order .progress-bar.bg-green {
      width: 74%;
      background: #16a085 !important;
      color: #ffffff !important;
  }
  .customer .card-footer {
    background-color: #205081 !important;
    color: white !important;
  }
  .customer .progress-bar.bg-green {
      width: 74%;
      background-color: #205081 !important;
      color: white !important;
  }
  .seller .card-footer {
    background-color: #EF6C00 !important;
    color: white !important;
  }
  .seller .progress-bar.bg-green {
      width: 74%;
      background-color: #EF6C00 !important;
      color: white !important;
  }

  .fe_forecast_link {
      display: none !important;
  }
  span.fe_label {
      color: #ef6c00;
      font-size: 15px;
  }
  .fe_container {
      width: 100%;
      font-weight: 300;
      min-width: 500px;
      max-width: 1000px;
      color: #205081;
      margin: 0 auto;
      height: 250px;
  }
  canvas#fe_current_icon {
      width: 109px ! important;
      height: 113px ! important;
  }
  .fe_container .fe_title .fe_forecast_link {
      position: absolute;
      right: 10px;
      bottom: 8px;
      font-size: 14px;
      display: none;
  }
  /*-------------------deshboard counter--0*/
  .card-deck .top-couter {
      text-align: left!important;
  }
  .card-deck .top-symbol {
      font-size: 28px;
      position: absolute;
      right: 60px;
        top: 42px;
      opacity: .3;
  }
  .card.bg-order {
    background-color: #558B2F;
    border-color: #558B2F;
    color: #fff;
  }
  .card.bg-revenue {
    background: #EF6C00;
    border-color: #EF6C00;
    color: #fff;
  }
  .card.bg-seller {
      background-color: #205081;
      border: 1px solid #205081;
      color: white;
    }


  .card-header {
      color: #fff;
      background: -webkit-linear-gradient(50deg, #434b52, #646f79);
  }
  /*------------------------New Card Css-----------*/

  #top-card .card {
      display: inline-block;
      position: relative;
      width: 100%;
      margin: 25px 0;
      box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
      border-radius: 6px;
      color: rgba(0,0,0,.87);
      background: #fff;
          border: 0;
  }
  #top-card .card-stats .card-header {
       float: left;
       text-align: center;
       border-bottom: none;
  }
  #top-card .card [data-background-color], .card [data-background-color] a {
      color: #fff;
  }
  #top-card .card [data-background-color=orange] {
      background: linear-gradient(60deg,#ffa726,#fb8c00);
     box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.4);
  }
  #top-card .card [data-background-color] {
      box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
      margin: -20px 15px 0;
      border-radius: 3px;
      padding: 15px;
      background-color: #999999;
      position: relative;
  }
  /*#top-card .card .card-header {
      padding: 15px 20px 0;
      z-index: 3;
  }*/
  #top-card .card-stats .card-header {
      float: left;
      text-align: center;
  }
  #top-card .card-stats .card-header i {
    font-size: 40px;
    line-height: 65px;
    width: 62px;
    height: 80px;
  }
  #top-card .material-icons {
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
  }
   #top-card .card-stats .card-content {
      text-align: right;
      padding-top: 10px;
  }
   #top-card .card .card-content {
      padding: 15px 20px;
      position: relative;
  }
   #top-card .card .card-footer {
        margin: 0 15px 18px;
      padding-top: 10px;
      border-top: 1px solid #eee;
          background-color: #fff;
  }
   #top-card .card .card-footer .stats {
      line-height: 12px;
      color: #999;
      font-size: 12px;
  }
   #top-card .card .card-footer .stats .material-icons {
      position: relative;
      top: 4px;
      font-size: 16px;
  }
  #top-card .category {
      color: #999;
      font-size: 15px;
  }
  #top-card .card-footer a {
      color: #999;
      font-size: 15px;
  }
  /*-----------header cart color-------*/
  .card [data-background-color=red] {
      background: linear-gradient(60deg,#ef5350,#e53935);
      box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(244,67,54,.4);
  }
  .card [data-background-color=green] {
      background: linear-gradient(60deg,#66bb6a,#43a047);
      box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(76,175,80,.4);
  }
  .card [data-background-color=blue] {
      background: linear-gradient(60deg,#26c6da,#00acc1);
      box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(0,188,212,.4);
  }

  /*---------------------------------------end top card ----------*/
  /*--------------------------data table ------------------------*/
  .ui-table .card-header {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
      border-radius: 4px;
      overflow: hidden;
      position: relative;
      cursor: default;
      padding: 1.6rem 1rem;
      margin-top: -20px;
      -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      background: -webkit-linear-gradient(50deg, #434b52, #646f79);
      /* background: #3e454c; */
      border-bottom:none;
  }
  .ui-table .title {
      color: #fff;
  }
  .ui-table .card-header .btn {
      border-radius: 22px;
      color: #fff;
      border-color: #fff;
      font-size: 17px;
          border: 2px solid #fff;
  }
  .ui-table .card-header .btn-outline-info:hover {
      background-color: transparent;
      color: #ffffff;
      -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.18), 0 12px 20px 0 rgba(0, 0, 0, 0.15);
  }
  .ui-table table.table th, table.table td {
      padding-top: 1.1rem;
      padding-bottom: 1rem;
  }
  .ui-table table.table thead th {
      border-top: none;
  }

  .ui-table table {
      min-width: 9rem;
  }

  /*---------------------table-td------------------------ */

  .ui-table .table td, .table th {
    padding: .75rem;
    vertical-align: inherit;
    border-top: 1px solid #e9ecef;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .ui-table table td {
      font-size: 0.9rem;
      font-weight: 300;
  }
  .table-bordered td, .table-bordered th {
      border: none;
  }
  /*------------------table row hover effect */
  .ui-table table.table-hover tbody tr:hover {
      background-color: rgba(0, 0, 0, 0.075);
      -webkit-transition: 0.5s;
      transition: 0.5s;
  }
  .ui-table .table-hover tbody tr:hover {
      background-color: rgba(0,0,0,.075);
  }
  .ui-table  .table thead th {
      font-weight: 600;
  color: #3e454c;
    }
    label.btn.btn-rounded {
      font-size: 12px;
      padding: 0.4em 0.4rem;
      border-radius: 3.25rem;
      min-width: 82px;
      font-weight: 600;
    }
  /*-------------------pagination css -----------------*/
  /*.react-bs-table-pagination {
      margin-top: 10px;
      border-top: 1px solid rgba(0,0,0,.1);
  }*/
  .react-bs-table-pagination .dropdown-menu {
      background-color: #fff;
      list-style: none;
      border: none;
      background-clip: padding-box;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      border-radius: .25rem;
      padding: 0.5rem;
  }
  .react-bs-table-pagination a {
      font-size: 0.9rem;
      color: #1269f8;
      display: block;
      padding: 0.5rem;
      text-align: center;
  }
  .react-bs-table-pagination li {
      clear: both;
      color: #000;
      cursor: pointer;
      line-height: 1.3rem;
      width: 100%;
      text-align: left;
      text-transform: none;
  }
  .react-bs-table-pagination li:hover {
      background-color: #E1000E;
      -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      transition: 0.5s;
      color: #fff;
  }
  .react-bs-table-pagination a:hover {
      color: #ffffff;
      text-decoration: none;
    }
   #pageDropDown {
        position: relative;
        cursor: pointer;
        background-color: transparent;
        border: none;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #bdbdbd;
        outline: none;
        height: 3rem;
        line-height: 3rem;
        width: 10rem;
        font-size: 1rem;
        margin: 0 0 15px 0;
        padding: 0;
    }
    .react-bs-table-pagination li.page-item {
        clear: both;
        color: #000;
        cursor: pointer;
        line-height: 1.3rem;
        width: 100%;
        text-align: left;
        text-transform: none;
        margin-left: 6px;
        margin-right: 6px;
    }
    .pagination .page-item.active .page-link {
        z-index: 2;
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
        border-radius: 50% ! important;
        padding-left: 14px;
        padding-right: 14px;
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }
    .pagination .page-link:hover {
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        background-color: #eee;
    }
    .pagination .page-item .page-link {
        z-index: 2;
        color: #3d3d3d;
        background-color: #ffffff;
        border-color: #ffffff;
        border-radius: 50% ! important;
        padding-left: 14px;
        padding-right: 14px;
    }
    .react-bs-table-pagination li.page-item:hover {
        -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        transition: 0.5s;
        color: #fff ! important;
        border-radius: 50% ! important;
        transition: all 0.3s linear;
      background-color: #eee;
    }
    .react-bs-table-pagination a.page-link :hover {
        color: #ffffff ! important;
        text-decoration: none;
    }
    #btn-action .btn {
        color: #FFFFFF;
        box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
        border-radius: 30px;
        border: none;
        position: relative;
        padding: 12px 16px;
        font-size: 12px;
        transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .ui-table .card-header .title {
        color: #fff;
        float: left;
        margin-top: 6px;
    }
  /*----------------------popup------------------*/
  .react-redux-modal {
      font-family: Arial;
      box-sizing: inherit;
  }
  /*----------------------header-------------------*/
  .nav-title a {
      margin-right: 2rem;
      font-size: 1.1rem;
      line-height: 2.4rem;
      color: #ffffff;
      text-decoration: none;
  }
  /*--------------------popup design------------*/
  button.rr-close.rrm-icon-cancel {
      background-color: #dc3545 !important;
      color: #fff ! important;
      color: #ffff;
  }
  .react-redux-modal button.btn.btn-outline-success.btn-block {
      background-color: #FE7527;
      color: #fff;
        border-color: #fe7527;
  }
  button.btn.btn-outline-success.btn-block:hover {
      box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.2);
  }
  .react-redux-modal button.btn.btn-outline-danger.btn-block {
      color: #fff;
      background-color: #dc3545;
  }
  .react-redux-modal button.btn.btn-outline-danger.btn-block:hover {
      color: #fff;
      background-color: #dc3545;
      box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.2);
  }
  .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title .rr-title-actions button:hover {
      box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.2);
  }
  .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-body {
      background-color: #fff;
  }
  .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title {
    background-color: #fff;
  }
  .form-control:focus {
      color: #495057;
      background-color: #fff;
      border-color: #ec7a1b;
      outline: 0;
  }
  .react-redux-modal .rrm-holder .scroll .rrm-content {
      border-radius: 0px;
  }

  /*--------------footer -------------*/
  .footer a {
      color: #ef6c00;
  }
  /*-------------------------- model-form --------------------------*/
  .ui-form .card-header {
      background: linear-gradient(60deg, #ab47bc, #8e24aa);
      box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
      margin: -20px 15px 0;
      border-radius: 3px;
      padding: 15px;
      color: #FFFFFF;
      /* padding: .75rem 1.25rem; */
      margin-bottom: 0;
      background-color: rgba(0,0,0,.03);
      border-bottom: 0px;
  }

  .form-group.focused .form-control {
      outline: none;
      background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2);
      background-size: 100% 2px, 100% 1px;
      box-shadow: none;
      transition-duration: 0.3s;
  }
  /*-------------simple form*/
  .ui-form button.btn.btn-info {
      border: none;
      border-radius: 3px;
      position: relative;
      padding: 12px 30px;
      margin: 10px 1px;
      font-size: 14px;
      font-weight: 400;
      background-color: #ef6c00;
      color: #FFFFFF;
      text-transform: uppercase;
      letter-spacing: 0;
      will-change: box-shadow, transform;
      transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .ui-form button.btn.btn-info:hover {
      box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.2);
      transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .ui-form p {
      border-top: 1px solid rgba(0,0,0,.125);
  }
  .ui-form .form-group.field.field-object {
      padding: 15px 20px;
  }
  /*textbox*/
  /*= Reset CSS
  ============= */


  /*= input focus effects css
  =========================== */
  :focus{outline: none;}

  .col-3{float: left; width: 27.33%; margin: 40px 3%; position: relative;} /* necessary to give position: relative to parent. */
  input[type="text"]{font: 15px/24px "Lato", Arial, sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}

  .effect-1,
  .effect-2,
  .effect-3{border: 0; padding: 7px 0; border-bottom: 1px solid #ccc;}

  .effect-1 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #3399FF; transition: 0.4s;}
  .effect-1:focus ~ .focus-border{width: 100%; transition: 0.4s;}

  .effect-2 ~ .focus-border{position: absolute;bottom: 0;left: 50%;width: 0;height: 2px;background-color: #fe7527;transition: 0.4s;}
  .effect-2:focus ~ .focus-border{width: 93%; transition: 0.4s; left: 4%;}
  #header-nav .counter {
      color: #fff;
      background-color: #17a2b8;
  }
  #header-nav .navbar-brand {
      color: #ffffff;
      font-size: 20px;
      font-weight: 500;
          margin-top: 0px;
  }
  select.form-control {
      border-radius: 30px;
      font-weight: 400;
      letter-spacing: 0;
  }
  select.form-control:hover {
      box-shadow: 0 14px 26px -12px rgb(254, 117, 39), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
  }
  span.badge.badge-danger.counter {
    border-radius: 20px;
    vertical-align: middle;
    height: 25px;
    width: 27px;
    padding: 6px 3px;
    margin-top: -28px;
    font-weight: 600;
    border: 2px solid rgb(255, 255, 255);
  }
  #menu > li > a {
      color: #E1000E;
    }
    .dropdown-menu.show {
        /* display: block; */
        /* height: 40px; */
        font: bold 15px/31px arial, sans-serif;
        text-align: center;
        /* text-decoration: none; */
        /* color: #FFF; */
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        /* transition: 0.2s ease-in-out; */
        display: block;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .dropdown-menu li>a {
          font-size: 15px;
        padding: 10px 20px;
        border-radius: 2px;
        -webkit-transition: all 150ms linear;
        -moz-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        -ms-transition: all 150ms linear;
        transition: all 150ms linear;
    }
    .dropdown-menu>li>a {
        display: block;
        padding: 5px 22px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
    .dropdown-menu li>a:hover, .dropdown-menu li>a:focus {
        box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    }
    .dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
        background-color: #E1000E;
        color: #FFFFFF;
    }
    a.dropdown-item:hover {
        box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
        background-color: #E1000E;
        color: #FFFFFF ! important;
        font-size: 15px;
        padding: 8px 20px;
        margin: 0 5px;
        border-radius: 2px;
        -webkit-transition: all 150ms linear;
        -moz-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        -ms-transition: all 150ms linear;
        transition: all 150ms linear;
    }
    .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 8px;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 10rem;
      padding: 14px 16px 14px 8px;
      margin: .125rem 0 0;
      font-size: 1rem;
      color: #212529;
      text-align: left;
      list-style: none;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0,0,0,.15);
      border-radius: .25rem;
    }
    .dropdown .btn.focus, .btn:focus {
        outline: 0;
        box-shadow: 0 0 0 3px rgb(255, 255, 255);
    }

    /*-----------add by dixit at 26-9-2017--------*/
    #header-nav {
        left: 0;
        right: 0;
        z-index: 1061;
        background: #222;
        height: 60px;
        top: 0;
        transition: all .3s ease-in-out;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0), 0 1px 4px rgba(0,0,0,.20);
      }
      .footer.dark {
          padding: 23px 0 14px 0;
          background-color: #3e454c;
          color: #c2c2c2;
          text-align: center;
      }
      #header-nav .nav-link {
        color: #ffffff;
          font-size: 16px;
          cursor: pointer;
          background-color: transparent;
          border: 0;
              margin-bottom: -7px;
      }

      #menu > li > a {
          font-size: 14px;
          padding-left: 20px;
          text-decoration: none;
          display: block;
          cursor: pointer;
          border-bottom: 0 none;
      }
      #menu > li > ul {
          position: absolute;
          left: 50px;
          top: 0px;
          width: 244px;
          background-color: #fff;
          visibility: hidden;
          z-index: 999;
      }
    body {
      background-color: #edecec;
      /* font-family: 'Open Sans', sans-serif ! important; */
      font-size: 15px;
    }

    #content {
        padding-left: 5rem;
        margin-top: 5rem;
        padding-right: 1rem;
        margin-bottom: 4.5rem;
    }
    .card-deck .card-footer {
        padding: .75rem 1.25rem;
        border-top: none;
        background-color: transparent;
    }
    .fe_forecast_link {
        display: none !important;
    }
    .bg-white {

    }
    .widget .counter {
        font-size: 38px !important;
        font-weight: bold !important;
        color: #555;
        margin-top: 5px;
        text-shadow: none;
        font-weight: normal;
        font-family: "Open Sans", Arial, sans-serif;
    }
    .progress-xs {
        height: 5px;
            margin-bottom: 9px;
    }
    .progress-bar.bg-green {
        width: 74%;
        background: #2ECC71 !important;
        color: #ffffff !important;
    }
    .card-footer {
        padding: 16px !important;

        color: white !important;
        border-radius: 0 !important;
            border-top: 0;
    }
    .widget .card-footer span {
        margin-top: -10px;
        color: #fff;
    }
    .widget .icon {
          font-size: 28px;
        position: absolute;
        right: 19px;
        top: -8px;
        opacity: .3;
        font-size: 5rem;
        margin-top: 19px;
        color: rgba(73, 80, 87, 0.4);
    }
    .order .card-footer {
        background-color: #16A085 !important;
        color: white !important;
    }
    .order .progress-bar.bg-green {
        width: 74%;
        background: #16a085 !important;
        color: #ffffff !important;
    }
    .customer .card-footer {
      background-color: #205081 !important;
      color: white !important;
    }
    .customer .progress-bar.bg-green {
        width: 74%;
        background-color: #205081 !important;
        color: white !important;
    }
    .seller .card-footer {
      background-color: #EF6C00 !important;
      color: white !important;
    }
    .seller .progress-bar.bg-green {
        width: 74%;
        background-color: #EF6C00 !important;
        color: white !important;
    }

    .fe_forecast_link {
        display: none !important;
    }
    span.fe_label {
        color: #ef6c00;
        font-size: 15px;
    }
    .fe_container {
        width: 100%;
        font-weight: 300;
        min-width: 500px;
        max-width: 1000px;
        color: #205081;
        margin: 0 auto;
        height: 250px;
    }
    canvas#fe_current_icon {
        width: 109px ! important;
        height: 113px ! important;
    }
    .fe_container .fe_title .fe_forecast_link {
        position: absolute;
        right: 10px;
        bottom: 8px;
        font-size: 14px;
        display: none;
    }
    /*-------------------deshboard counter--0*/
    .card-deck .top-couter {
        text-align: left!important;
    }
    .card-deck .top-symbol {
        font-size: 28px;
        position: absolute;
        right: 60px;
          top: 42px;
        opacity: .3;
    }
    .card.bg-order {
      background-color: #558B2F;
      border-color: #558B2F;
      color: #fff;
    }
    .card.bg-revenue {
      background: #EF6C00;
      border-color: #EF6C00;
      color: #fff;
    }
    .card.bg-seller {
        background-color: #205081;
        border: 1px solid #205081;
        color: white;
      }



    /*------------------------New Card Css-----------*/

    #top-card .card {
        display: inline-block;
        position: relative;
        width: 100%;
        margin: 25px 0;
        box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
        border-radius: 6px;
        color: rgba(0,0,0,.87);
        background: #fff;
            border: 0;
    }
    #top-card .card-stats .card-header {
         float: left;
         text-align: center;
         border-bottom: none;
    }
    #top-card .card [data-background-color], .card [data-background-color] a {
        color: #fff;
    }
    #top-card .card [data-background-color=orange] {
        background: linear-gradient(60deg,#ffa726,#fb8c00);
       box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.4);
    }
    #top-card .card [data-background-color] {
        box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
        margin: -20px 15px 0;
        border-radius: 3px;
        padding: 15px;
        background-color: #999999;
        position: relative;
    }
    /*#top-card .card .card-header {
        padding: 35px 35px 0;
        z-index: 3;
    }*/
    #top-card .card-stats .card-header {
        float: left;
        text-align: center;
    }
    #top-card .card-stats .card-header i {
      font-size: 40px;
      line-height: 49px;
      width: 62px;
      height: 81px;
    }
    #top-card .material-icons {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
    }
     #top-card .card-stats .card-content {
        text-align: right;
        padding-top: 10px;
    }
     #top-card .card .card-content {
        padding: 15px 20px;
        position: relative;
    }
     #top-card .card .card-footer {
          margin: 0 15px 18px;
        padding-top: 10px;
        border-top: 1px solid #eee;
            background-color: #fff;
    }
     #top-card .card .card-footer .stats {
        line-height: 12px;
        color: #999;
        font-size: 12px;
    }
     #top-card .card .card-footer .stats .material-icons {
        position: relative;
        top: 4px;
        font-size: 16px;
    }
    #top-card .category {
        color: #999;
        font-size: 15px;
    }
    #top-card .card-footer a {
        color: #999;
        font-size: 15px;
    }
    /*-----------header cart color-------*/
    .card [data-background-color=red] {
        background: linear-gradient(60deg,#ef5350,#e53935);
        box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(244,67,54,.4);
    }
    .card [data-background-color=green] {
        background: linear-gradient(60deg,#66bb6a,#43a047);
        box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(76,175,80,.4);
    }
    .card [data-background-color=blue] {
        background: linear-gradient(60deg,#26c6da,#00acc1);
        box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(0,188,212,.4);
    }

    /*---------------------------------------end top card ----------*/
    /*--------------------------data table ------------------------*/

    .ui-table .title {
        color: #fff;
    }
    .ui-table .card-header .btn {
        border-radius: 22px;
        color: #fff;
        border-color: #fff;
        font-size: 17px;
            border: 2px solid #fff;
    }
    .ui-table .card-header .btn-outline-info:hover {
        /* background-color: #fc930a; */
        /* color: #ffffff; */
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        /* box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.18), 0 12px 20px 0 rgba(0, 0, 0, 0.15); */
    }
    .ui-table table.table th, table.table td {
        padding-top: 1.1rem;
        padding-bottom: 1rem;
    }
    .ui-table table.table thead th {
        border-top: none;
    }

    .ui-table table {
        min-width: 9rem;
    }

    /*---------------------table-td------------------------ */

    .ui-table .table td, .table th {
      padding: .75rem;
      vertical-align: inherit;
      border-top: 1px solid #e9ecef;
      padding-top: 0.4rem;
      padding-bottom: 0.4rem;
    }
    .ui-table table td {
        font-size: 0.9rem;
        font-weight: 300;
    }
    .table-bordered td, .table-bordered th {
        border: none;
    }
    /*------------------table row hover effect */
    .ui-table table.table-hover tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.075);
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .ui-table .table-hover tbody tr:hover {
        background-color: rgba(0,0,0,.075);
    }
    .ui-table  .table thead th {
        font-weight: 600;
    color: #3e454c;
      }
      label.btn.btn-rounded {
        font-size: 12px;
        padding: 0.4em 0.4rem;
        border-radius: 3.25rem;
        min-width: 82px;
        font-weight: 600;
      }
    /*-------------------pagination css -----------------*/
    .react-bs-table-pagination {
      /*margin-top: 10px;
      border-top: 1px solid rgba(0,0,0,.1);*/

      margin-top: 0px;
    }
    .react-bs-table-pagination .dropdown-menu {
        background-color: #fff;
        list-style: none;
        border: none;
        background-clip: padding-box;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        border-radius: .25rem;
        padding: 0.5rem;
    }
    .react-bs-table-pagination a {
        font-size: 0.9rem;
        color: #1269f8;
        display: block;
        padding: 0.5rem;
        text-align: center;
    }
    .react-bs-table-pagination li {
        clear: both;
        color: #000;
        cursor: pointer;
        line-height: 1.3rem;
        width: 100%;
        text-align: left;
        text-transform: none;
    }
    .react-bs-table-pagination li:hover {
        background-color: #E1000E;
        -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        transition: 0.5s;
        color: #fff;
    }
    .react-bs-table-pagination a:hover {
        color: #ffffff;
        text-decoration: none;
      }
     #pageDropDown {
          position: relative;
          cursor: pointer;
          background-color: transparent;
          border: none;
          border-bottom-style: solid;
          border-bottom-width: 1px;
          border-bottom-color: #bdbdbd;
          outline: none;
          height: 3rem;
          line-height: 3rem;
          width: 10rem;
          font-size: 1rem;
          margin: 0 0 15px 0;
          padding: 0;
      }
      .react-bs-table-pagination li.page-item {
          clear: both;
          color: #000;
          cursor: pointer;
          line-height: 1.3rem;
          width: 100%;
          text-align: left;
          text-transform: none;
          margin-left: 6px;
          margin-right: 6px;
      }
      .pagination .page-item.active .page-link {
        z-index: 2;
        color: #fff;
        background-color: #1269f8;
        border-color: #1269f8;
        border-radius: 0% ! important;
        padding-left: 14px;
        padding-right: 14px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      }
      .pagination .page-link:hover {
          -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear;
          background-color: #eee;
      }
      .pagination .page-item .page-link {
          z-index: 2;
          color: #3d3d3d;
          background-color: #ffffff;
          border-color: #ffffff;
          border-radius: 0% ! important;
          padding-left: 14px;
          padding-right: 14px;
      }
      .react-bs-table-pagination li.page-item:hover {
        -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        transition: 0.5s;
        color: #fff ! important;
        border-radius: 0% ! important;
        transition: all 0.3s linear;
        background-color: #eee;
      }
      .react-bs-table-pagination a.page-link :hover {
        color: #ffffff ! important;
        text-decoration: none;
      }
      #btn-action .btn {
        color: #FFFFFF;
        box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
        border-radius: 30px;
        border: none;
        position: relative;
        padding: 12px 16px;
        font-size: 12px;
        transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      }
      .ui-table .card-header .title {
          color: #fff;
          float: left;
          margin-top: 6px;
      }
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: transparent;
      }
    .ui-table .badge {
      color: #fff!important;
      display: inline-block;
      font-size: 13px;
      font-weight: 700;
      line-height: 1;
      color: #3e454c;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: .25rem;
  }
    /*----------------------popup------------------*/
    .react-redux-modal {
        font-family: Arial;
        box-sizing: inherit;
    }

    .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title {
      width: 100%;
      height: 60px;
      border-bottom: 1px solid #dbdbdb;
      position: relative;
      color: #fff;
      background-color: #9E9E9E;
      box-sizing: content-box;
    }

    /*----------------------header-------------------*/
    .nav-title a {
        margin-right: 2rem;
        font-size: 1.1rem;
        line-height: 2.4rem;
        color: #ffffff;
        text-decoration: none;
    }
    /*--------------------popup design------------*/
    button.rr-close.rrm-icon-cancel {
        background-color: transparent !important;
        color: #fff ! important;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }
    .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title .rr-title-actions button:hover {
        background-color: #fff !important;
        color: #000 ! important;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }
    .react-redux-modal button.btn.btn-outline-success.btn-block {
        background-color: #FE7527;
        color: #fff;
          border-color: #fe7527;
    }
    button.btn.btn-outline-success.btn-block:hover {
        box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.2);
    }
    .react-redux-modal button.btn.btn-outline-danger.btn-block {
        color: #fff;
        background-color: #dc3545;
    }
    .react-redux-modal button.btn.btn-outline-danger.btn-block:hover {
        color: #fff;
        background-color: #dc3545;
        box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.2);
    }
    .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title .rr-title-actions button:hover {
        box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.2);
    }
    .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-body {
        background-color: #fff;
    }
    .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title {
      background-color: #1269f8;
    }

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #ec7a1b;
        outline: 0;
    }
    .react-redux-modal .rrm-holder .scroll .rrm-content {
        border-radius: 0px;
    }

    /*--------------footer -------------*/
    .footer a {
        color: #1269f8;
    }
    /*-------------------------- model-form --------------------------*/
    .ui-form .card-header {
        background: linear-gradient(60deg, #ab47bc, #8e24aa);
        box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
        margin: -20px 15px 0;
        border-radius: 3px;
        padding: 15px;
        color: #FFFFFF;
        /* padding: .75rem 1.25rem; */
        margin-bottom: 0;
        background-color: rgba(0,0,0,.03);
        border-bottom: 0px;
    }

    .form-group.focused .form-control {
        outline: none;
        background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2);
        background-size: 100% 2px, 100% 1px;
        box-shadow: none;
        transition-duration: 0.3s;
    }
    /*-------------simple form*/
    .ui-form button.btn.btn-info {
        border: none;
        border-radius: 3px;
        position: relative;
        padding: 12px 30px;
        margin: 10px 1px;
        font-size: 14px;
        font-weight: 400;
        background-color: #ef6c00;
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: 0;
        will-change: box-shadow, transform;
        transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .ui-form button.btn.btn-info:hover {
        box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.2);
        transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .ui-form p {
        border-top: 1px solid rgba(0,0,0,.125);
    }
    .ui-form .form-group.field.field-object {
        padding: 15px 20px;
    }
    /*textbox*/
    /*= Reset CSS
    ============= */


    /*= input focus effects css
    =========================== */
    :focus{outline: none;}

    .col-3{float: left; width: 27.33%; margin: 40px 3%; position: relative;} /* necessary to give position: relative to parent. */
    input[type="text"]{font: 15px/24px "Lato", Arial, sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}

    .effect-1,
    .effect-2,
    .effect-3{border: 0; padding: 7px 0; border-bottom: 1px solid #ccc;}

    .effect-1 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #3399FF; transition: 0.4s;}
    .effect-1:focus ~ .focus-border{width: 100%; transition: 0.4s;}

    .effect-2 ~ .focus-border{position: absolute;bottom: 0;left: 50%;width: 0;height: 2px;background-color: #fe7527;transition: 0.4s;}
    .effect-2:focus ~ .focus-border{width: 93%; transition: 0.4s; left: 4%;}
    #header-nav .counter {
        color: #fff;
        background-color: #db660e;
    }
    #header-nav .navbar-brand {
      color: #ffffff;
      font-size: 24px;
      font-weight: 100;
      margin-top: 0;
      /*text-transform: uppercase;
      font-family: 'Open Sans', sans-serif;*/
    }

    #header-nav .navbar-brand sup {
      top: -.9em;
      font-size: 50%;
    }

    select.form-control {
        border-radius: 5px;
        font-weight: 400;
        letter-spacing: 0;
    }
    select.form-control:hover {
        box-shadow: 0 14px 26px -12px rgb(254, 117, 39), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
    }
    span.badge.badge-danger.counter {
      border-radius: 20px;
      vertical-align: middle;
      height: 25px;
      width: 27px;
      padding: 6px 3px;
      margin-top: -18px;
      margin-left: -6px;
      font-weight: 600;
      border: 2px solid rgb(255, 255, 255);
    }

    #menu > li > a {
      color: #666666;
    }

    #menu > li > a:hover {
      background-color: #eaeaea;
    }

    #menu li a {
      border-bottom: 1px solid #ffffff;
      color: #444 !important;
    }

    #menu li a:last-child {
      border-bottom: 0;
    }

      .dropdown-menu.show {
          /* display: block; */
          /* height: 40px; */
          font: bold 15px/31px arial, sans-serif;
          text-align: left;
          /* text-decoration: none; */
          /* color: #FFF; */
          -webkit-transition: 0.2s ease-in-out;
          -o-transition: 0.2s ease-in-out;
          /* transition: 0.2s ease-in-out; */
          display: block;
          -webkit-backface-visibility: hidden;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
      }
      .dropdown-menu li>a {
            font-size: 15px;
          padding: 10px 20px;
          border-radius: 2px;
          -webkit-transition: all 150ms linear;
          -moz-transition: all 150ms linear;
          -o-transition: all 150ms linear;
          -ms-transition: all 150ms linear;
          transition: all 150ms linear;
      }
      .dropdown-menu>li>a {
          display: block;
          padding: 5px 22px;
          clear: both;
          font-weight: 400;
          line-height: 1.42857143;
          color: #333;
          white-space: nowrap;
      }
      .dropdown-menu li>a:hover, .dropdown-menu li>a:focus {
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
      }
      .dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
          background-color: #E1000E;
          color: #FFFFFF;
      }
      a.dropdown-item:hover {
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
          background-color: #E1000E;
          color: #FFFFFF ! important;
          font-size: 15px;
          padding: 8px 20px;
          margin: 0 5px;
          border-radius: 2px;
          -webkit-transition: all 150ms linear;
          -moz-transition: all 150ms linear;
          -o-transition: all 150ms linear;
          -ms-transition: all 150ms linear;
          transition: all 150ms linear;
      }
      .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 8px;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 14px 16px 14px 8px;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: .25rem;
      }
      .dropdown .btn.focus, .btn:focus {
          outline: 0;
          box-shadow: 0 0 0 3px rgb(255, 255, 255);
      }
    /*---------------logount button css --------*/
      .signout {

          border-radius: 50%;
          overflow: hidden;
          max-width: 100px;
          border: 0 none;
          line-height: 1.42857143;
          height: 3rem;
          margin-top: -7px;
      }
      i.fa.fa-power-off.fa-lg {
          margin-top: 9px;
      }
    .signout:hover {
          background-color: #fc930a;
          color: #ffffff;
          -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.18), 0 12px 20px 0 rgba(0, 0, 0, 0.15);
      }

      .table td, .table th {
          padding: .75rem;
          vertical-align: inherit;
          border-top: 1px solid #e9ecef
      }
      a.btn.btn-info.pull-right {
          color: #FFFFFF;
          box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
          border-radius: 30px;
          border: none;
          position: relative;
          /* padding: 11px 16px 12px; */
          font-size: 15px;
          transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      }
      button.btn.btn-primary {
        background-color: #0069D9;
        color: #fff;
        border-color: #0069D9;
        box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
        border: none;
        position: relative;
        /* padding: 11px 16px 12px; */
        font-size: 15px;
        transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      }
      /*--------------------nav tab--------------------*/

      .nav-tabs {
        border: 0;
        background-color: #ffffff;
        z-index: 2;
        position: relative;
        border-bottom: 1px solid #ddd;
      }
      .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-link.active {
          background-color: rgba(255,255,255,.2);
          color: #fff;
          -webkit-transition: all 1s;
          transition: all 1s;
          border-radius: 2px;
      }
      .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #000;
      }
      .nav-tabs .nav-link {
          color: #3e454c;
          font-weight: bold;
      }
      .nav-justified .nav-item {
          -ms-flex-preferred-size: 0;
          -webkit-flex-basis: 0;
          flex-basis: 0;
          -ms-flex-positive: 1;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          flex-grow: 0;
          text-align: center;
      }
      .nav-tabs .nav-item {
          margin-bottom: -1px;
      }
      .waves-effect {
          position: relative;
          cursor: pointer;
          overflow: hidden;
          -moz-user-select: none;
          user-select: none;
          z-index: 1;
      }
  .waves-effect {
      position: relative;
      cursor: pointer;
      overflow: hidden;
      -moz-user-select: none;
      user-select: none;
      z-index: 1;
  }

  /*---------------seller  profile card */
  .testimonial-card .card-up {
      overflow: hidden;
      height: 120px;
      border-radius: .0 .0 0 0 0;
  }
  .indigo.lighten-1 {
      background: linear-gradient(40deg,#2096ff,#05ffa3);
  }
  .testimonial-card .avatar {
      border-radius: 50%;
      height: 120px;
      width: 120px;
      margin: -65px auto 0;
      overflow: hidden;
      border: 5px solid #fff;
  }
  .testimonial-card .avatar img {
      width: 100%;
  }
  .card img {
      border-radius: 2px 2px 0 0;
  }
  img {
      vertical-align: middle;
      border-style: none;
  }
  .profile-title {
      font-weight: 600;
      margin-bottom: 1rem;
      text-align: center;
  }
  button.btn.btn-success.btn-block {
      /* font-size: .8rem; */
      padding: .85rem 2.13rem;
      margin: 6px;
      border-radius: 2px;
      border: 0;
      -webkit-transition: .2s ease-out;
      transition: .2s ease-out;
      white-space: normal!important;
      word-wrap: break-word;
      cursor: pointer;
      background-color: #E1000E;
      border-color: #E1000E;
  }
  button.btn.btn-success.btn-block:hover {
      box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  }
  /*-------------------review and rating*/
  .average-rating .ratings {
      background-color: #388e3c;
      line-height: normal;
      display: inline-block;
      color: #fff;
      padding: 2px 4px 2px 4px;
      border-radius: 3px;
      font-weight: 500;
      font-size: 12px;
      vertical-align: middle;
  }
  .rating-count {
      padding-left: 8px;
      font-weight: 500;
      color: #878787;
  }
  .card.review-average{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card.card-review{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  .review {
    padding: 0rem;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  .review .review-block {
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
  }
  .review .card-body{
    padding: 0px;
  }
  .review .review-star {
    margin-bottom: 10px;
  }
  .review .review-star .btn {
    margin-right: 5px;
    border-radius: 0px;
  }
  .review .card-body .review-block:last-child {
      border-bottom: 0px;
  }
  .review-star .selected ~ * {
      color: #000 !important;
      background-image: none;
      background-color: #fff;
      border-color: #fff;
      border: 1px solid #000;
  }
  .review .review-star .btn {
        z-index: 1;
        overflow: hidden;
        width: 47px;
        height: 47px;
        padding: 0;
        border-radius: 50%;
        -webkit-transition: .3s;
        transition: .3s;
        margin-right: 5px;
        border-radius: 0px;
        transition: .5s ease;
        color: #FFFFFF;
        box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
        border-radius: 30px;
        border: none;
    }
  }
  .ui-table .card-header {
      text-align: left;
      color: #fff;
  }

  .table img.img-list{
  height: 50px;
  width: 50px;
  border-radius: 57%;
  border: 1px solid #ddd;
  }
  .DraftEditor-root {
      padding: 14px;
  }

  /*------------model form header */
  .ui-form .card-header {
      background: linear-gradient(60deg, #ab47bc, #8e24aa);
      box-shadow: 0 12px 20px -10px rgb(183, 125, 39), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
      margin: -20px 15px 0;
      border-radius: 3px;
      padding: 15px;
      color: #FFFFFF;
      margin-bottom: 0;
      background-color: rgba(0,0,0,.03);
      border-bottom: 0px;
      background: linear-gradient(40deg, #FF9800, #c1421a);
  }
  #penalreport .card-header {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
      padding-top: 0.6rem !important;
      padding-bottom: 1.1rem !important;
      border-radius: 4px;
      padding: 1.6rem 1rem;
      margin-top: -20px;
      -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      background: -webkit-linear-gradient(50deg, #45cafc, #303f9f);
      background: linear-gradient(40deg, #FF9800, #c1421a);
      border-bottom: none;
  }
  /*-------------------loading-------------------*/
  .loader-overlay {
    position:absolute;
    left:0px;
    right:0px;
    width:100%;
    height:100%;
    background-color:#000;
    zoom: 1;
    filter: alpha(opacity=40);
    opacity: 0.4;
    z-index:999;
  }
  .loader-overlay {
     position: absolute;
     left: 0px;
     right: 0px;
     width: 100%;
     height: 100%;
     top: 0;
     bottom: 0;
     background-color: #000;
     zoom: 1;
     filter: alpha(opacity=40);
     opacity: 0.4;
     z-index: 999;
     margin: 0 auto;
  }
  .la-square-jelly-box{
    position: absolute !important;
    top:50%;
    left:50%;
    z-index: 1000;
  }
  .la-square-jelly-box,
  .la-square-jelly-box > div {
      position: relative;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
  }
  .la-square-jelly-box {
      display: block;
      font-size: 0;
      color: #fff;
  }
  .la-square-jelly-box.la-dark {
      color: #333;
  }
  .la-square-jelly-box > div {
      display: inline-block;
      float: none;
      background-color: currentColor;
      border: 0 solid currentColor;
  }
  .la-square-jelly-box {
      width: 32px;
      height: 32px;
  }
  .la-square-jelly-box > div:nth-child(1),
  .la-square-jelly-box > div:nth-child(2) {
      position: absolute;
      left: 0;
      width: 100%;
  }
  .la-square-jelly-box > div:nth-child(1) {
      top: -25%;
      z-index: 1;
      height: 100%;
      border-radius: 10%;
      -webkit-animation: square-jelly-box-animate .6s -.1s linear infinite;
         -moz-animation: square-jelly-box-animate .6s -.1s linear infinite;
           -o-animation: square-jelly-box-animate .6s -.1s linear infinite;
              animation: square-jelly-box-animate .6s -.1s linear infinite;
  }
  .la-square-jelly-box > div:nth-child(2) {
      bottom: -9%;
      height: 10%;
      background: #000;
      border-radius: 50%;
      opacity: .2;
      -webkit-animation: square-jelly-box-shadow .6s -.1s linear infinite;
         -moz-animation: square-jelly-box-shadow .6s -.1s linear infinite;
           -o-animation: square-jelly-box-shadow .6s -.1s linear infinite;
              animation: square-jelly-box-shadow .6s -.1s linear infinite;
  }
  .la-square-jelly-box.la-sm {
      width: 16px;
      height: 16px;
  }
  .la-square-jelly-box.la-2x {
      width: 64px;
      height: 64px;
  }
  .la-square-jelly-box.la-3x {
      width: 96px;
      height: 96px;
  }
  /*
   * Animations
   */
  @-webkit-keyframes square-jelly-box-animate {
      17% {
          border-bottom-right-radius: 10%;
      }
      25% {
          -webkit-transform: translateY(25%) rotate(22.5deg);
                  transform: translateY(25%) rotate(22.5deg);
      }
      50% {
          border-bottom-right-radius: 100%;
          -webkit-transform: translateY(50%) scale(1, .9) rotate(45deg);
                  transform: translateY(50%) scale(1, .9) rotate(45deg);
      }
      75% {
          -webkit-transform: translateY(25%) rotate(67.5deg);
                  transform: translateY(25%) rotate(67.5deg);
      }
      100% {
          -webkit-transform: translateY(0) rotate(90deg);
                  transform: translateY(0) rotate(90deg);
      }
  }
  @-moz-keyframes square-jelly-box-animate {
      17% {
          border-bottom-right-radius: 10%;
      }
      25% {
          -moz-transform: translateY(25%) rotate(22.5deg);
               transform: translateY(25%) rotate(22.5deg);
      }
      50% {
          border-bottom-right-radius: 100%;
          -moz-transform: translateY(50%) scale(1, .9) rotate(45deg);
               transform: translateY(50%) scale(1, .9) rotate(45deg);
      }
      75% {
          -moz-transform: translateY(25%) rotate(67.5deg);
               transform: translateY(25%) rotate(67.5deg);
      }
      100% {
          -moz-transform: translateY(0) rotate(90deg);
               transform: translateY(0) rotate(90deg);
      }
  }
  @-o-keyframes square-jelly-box-animate {
      17% {
          border-bottom-right-radius: 10%;
      }
      25% {
          -o-transform: translateY(25%) rotate(22.5deg);
             transform: translateY(25%) rotate(22.5deg);
      }
      50% {
          border-bottom-right-radius: 100%;
          -o-transform: translateY(50%) scale(1, .9) rotate(45deg);
             transform: translateY(50%) scale(1, .9) rotate(45deg);
      }
      75% {
          -o-transform: translateY(25%) rotate(67.5deg);
             transform: translateY(25%) rotate(67.5deg);
      }
      100% {
          -o-transform: translateY(0) rotate(90deg);
             transform: translateY(0) rotate(90deg);
      }
  }
  @keyframes square-jelly-box-animate {
      17% {
          border-bottom-right-radius: 10%;
      }
      25% {
          -webkit-transform: translateY(25%) rotate(22.5deg);
             -moz-transform: translateY(25%) rotate(22.5deg);
               -o-transform: translateY(25%) rotate(22.5deg);
                  transform: translateY(25%) rotate(22.5deg);
      }
      50% {
          border-bottom-right-radius: 100%;
          -webkit-transform: translateY(50%) scale(1, .9) rotate(45deg);
             -moz-transform: translateY(50%) scale(1, .9) rotate(45deg);
               -o-transform: translateY(50%) scale(1, .9) rotate(45deg);
                  transform: translateY(50%) scale(1, .9) rotate(45deg);
      }
      75% {
          -webkit-transform: translateY(25%) rotate(67.5deg);
             -moz-transform: translateY(25%) rotate(67.5deg);
               -o-transform: translateY(25%) rotate(67.5deg);
                  transform: translateY(25%) rotate(67.5deg);
      }
      100% {
          -webkit-transform: translateY(0) rotate(90deg);
             -moz-transform: translateY(0) rotate(90deg);
               -o-transform: translateY(0) rotate(90deg);
                  transform: translateY(0) rotate(90deg);
      }
  }
  @-webkit-keyframes square-jelly-box-shadow {
      50% {
          -webkit-transform: scale(1.25, 1);
                  transform: scale(1.25, 1);
      }
  }
  @-moz-keyframes square-jelly-box-shadow {
      50% {
          -moz-transform: scale(1.25, 1);
               transform: scale(1.25, 1);
      }
  }
  @-o-keyframes square-jelly-box-shadow {
      50% {
          -o-transform: scale(1.25, 1);
             transform: scale(1.25, 1);
      }
  }
  @keyframes square-jelly-box-shadow {
      50% {
          -webkit-transform: scale(1.25, 1);
             -moz-transform: scale(1.25, 1);
               -o-transform: scale(1.25, 1);
                  transform: scale(1.25, 1);
      }
  }

  /*-------------------event image---------*/
  .card-event img.img-list {
      height: 42px;
  }
  /*------------------report css */
  .well-report .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
      float: left;
  }
  .well-report {
      min-height: 20px;
      padding: 19px;
      margin-bottom: 20px;
      background-color: #f5f5f5;
      border: 1px solid #e3e3e3;
      border-radius: 3px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  }#report button.btn.btn-primary.col-sm-2.filter-button {
      float: right !important;
      margin-top: -4.2rem !important;
  }
  #report button.btn.btn-primary.col-sm-2.filter-button {
      float: right !important;
      margin-top: -4.2rem !important;
  }
  #report .filter-right button.btn.btn-primary.col-sm-2.filter-button {
      margin-right: -15rem;
  }
  button.btn.btn-primary.col-sm-2.filter-button {
      padding: 11px 16px 12px;
      top: -11px;
  }
  /*-----------------signnup--------------------------*/


  section.card-login {
    background-size: 20%;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(http://shopcrat.com/image/background/tuscany-italy.jpg);
    background-repeat: no-repeat;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    height: 750px;
  }
  .view .mask, .view .full-bg-img {
      width: 100%;
      height: 100%;
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
  }
  .full-bg-img {
      display: flex;
      align-items: center;
      height: 100%;
      /* background: -webkit-linear-gradient(45deg, rgba(234, 21, 129, 0.6), rgba(10, 23, 187, 0.6) 100%); */
  }
  .card:not([class*="card-outline-"]) {
      border: 0;
  }
  .card-login .card {
      /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      font-weight: 400;
      border-radius: .3rem;
      background: -webkit-linear-gradient(45deg, rgba(234, 21, 129, 0.6), rgba(10, 23, 187, 0.6) 100%);*/


      background: rgba(255,255,255,0.8);
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#E6FFFFFF', endColorstr='#E6FFFFFF');
      z-index: 999999999;
      -webkit-box-shadow: 0 6px 6px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 6px 6px rgba(0,0,0,0.3);
      box-shadow: 0 6px 6px rgba(0,0,0,0.3);
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      overflow: hidden;
      zoom: 1;
      width: 450px;
  }
  .card-data {
    margin: auto;
  }
  .card .card-body {
      position: relative;
      /* background: -webkit-linear-gradient(45deg, rgba(234, 21, 129, 0.6), rgba(10, 23, 187, 0.6) 100%); */
  }
  .card-login .card-header.white-skin .card-header, .white-skin .card-header {
      background-color: #4c8bf5;
  }
  .card-login .card-header {
      color: #fff;
      text-align: center;
      margin-top: -50px;
      margin-bottom: 3rem;
      padding: 1rem;
      border-radius: 2px;
      background: linear-gradient(40deg, #EE7F87, #DE000D);
  }

  .card-login .card-header
  {
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  }
  .card-login .prefix {
      font-size: 1.5rem;
      margin-top: 1rem;
      -webkit-transition: color 0.2s;
      transition: color 0.2s;
      position: absolute;
      width: 3rem;
      font-size: 2rem;
  }

  .card-login .signin-logo {
    text-align: center;
  }

  .card-login .signin-logo img {
    width: 60%;
    margin: 15px 0;
  }

  .prefix ~ input, .prefix ~ textarea {
      margin-left: 3rem;
      width: 92%;
      width: -webkit-calc(100% - 3rem);
      width: calc(100% - 3rem);
  }

  .card-login .form-group .prefix {
      font-size: 25px;
      margin-top: 8px;
      color: #fff;
  }
  .card-footer button.btn {
      /*background: linear-gradient(40deg, #EE7F87, #DE000D);*/
      background: linear-gradient(40deg, #007bff, #007bff);
      margin: 6px;
      border-radius: 2px;
      border: 0;
      color: #fff;
      font-size: 0.9rem;
      padding: 1rem 2.4rem;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .card-footer button.btn:hover {
      /*background: linear-gradient(40deg, #EE7F87, #DE000D);*/
      background: linear-gradient(40deg, #007bff, #007bff);
      box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.18), 0 12px 20px 0 rgba(0, 0, 0, 0.15);
  }
  .card-login .card-footer {

      background-color: transparent;
      border-top: 1px solid rgba(162, 172, 185, 0.82);

  }
  .card-login .icons {
      padding: .5rem;
      margin: .5rem;
      font-size: 1.2rem;
  }
  .tw-ic {
      color: #55ACEE !important;
  }
  .card-login .icons {
      -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
      box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
      color: #FFFFFF;
      border-radius: 50%;
      border: none;
      position: relative;
      padding: 14px 16px;
      cursor: pointer;
      font-size: 14px;
      transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card-login .alert-danger {
      color: #721c24;
      background-color: #f8d7da;
      font-weight: 400;
      border-radius: .3rem;
  }
  .card-login .footer.dark {
      background: transparent;
      -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
      padding-top: 17px;
      /*box-shadow: 0 8px 37px 0 rgba(2, 8, 5, 1), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
      -webkit-box-shadow: 0 25px -48px 0 rgba(0, 0, 0, 0.16), 0 32px 10px 0 rgba(0, 0, 0, 0.12);
  }
  /*----------------------Login form over  */
  /*Admin login*/
  .signin-layout {
    background: url("../../public/image/sign-in1.jpg");
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .full-page{
    height: auto;
    min-height: 100vh;
    position: relative;
  }


  /*Admin login*/
  .signin-layout {
    background: url("../../public/image/sign-in1.jpg");
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .full-page{
    height: auto;
    min-height: 100vh;
    position: relative;
  }

  /*Responsive---------------------------------*/

  @media (max-width: 384px) {
    .btn-category{
      font-size: 18px;
      padding: 0px;
      background-color: transparent;
      color: #fff;
    }
    #column-left{
      width: 100%;
      padding-top: 6rem;
      transform: translate3d(-100%, 0px, 0px);
    }
    #menu{
      overflow-x: scroll;
    }
    #menu li .title {
      display: initial;
      padding-left: 1rem;
    }
    #content {
      margin-top: 3rem;
    }
    .page-header-section {
      padding: 0px;
    }

    #column-left{
      width: 100%;
      padding-top: 0rem;
      margin-top: 2rem;
      z-index: 1099;
      transform: translate3d(-100%, 0px, 0px);
    }
    #column-left.active {
      top: 20px;
    }
    #column-left + #content {
      margin-left: 0px;
    }
    #column-left.active + #content {
      margin-left: 0px;
    }

    #menu > li > a {
      color: #ccc;
    }
    #header-nav {
      margin-left: 0px;
      height: 80px;
      padding: 0px 5px;

    }
    #menu > li:hover > ul {
      visibility: visible;
      position: initial;
      width: 100%;
    }
    #menu #navbarDropdownMenuLink{
      border:0 none;
      float: left;
    }
    #menu li a{
      border-bottom: 0 none;
    }
    #menu .dropdown-menu{
      padding: 0rem;
    }
    #menu .nav-item.dropdown{
      display: table;
      width: 100%;
      border-bottom: 1px solid #999;
    }
    #menu .signout{
      padding: 15px;
    }

    #menu .dropdown-menu .dropdown-item{
      border-bottom: 1px solid #E1000E;
    }
    #menu a.dropdown-item:hover{
      margin: 0rem;
    }
    #content {
      padding: 0.4rem;
    }
    i.fa.fa-power-off.fa-lg{
      margin-top: 0rem;
    }
    #header-nav .counter {
      font-size: 12px;
    }
    span.badge.badge-danger.counter{
      height: 25px;
      width: 25px;
      padding: 5px 3px 0;
    }
    #header-nav .navbar-brand{
      font-size: 15px;
    }
    #header-nav .nav-link{
      font-size: 12px;
    }
    #header-nav .signout{
      margin-top: 0rem;
    }
    #header-nav .h-title{
      color:#fff;
      text-decoration: none;
      font-size: 20px;

    }
    #header-nav .mr-auto{
      margin-right: 0px !important;
    }
    .ui-table table.table th, table.table td{
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    #top-card .card-stats .card-header i{
      font-size: 28px;
      line-height: 30px;
      width: 40px;
      height: 30px;
    }
    #top-card p{
      margin-bottom: 0.5rem;
    }
    #top-card .title{
      margin: 0rem;
    }
    #top-card .card .card-content{
      padding: 5px 10px;
    }
    #top-card .card .card-footer{
      padding: 0.5rem !important;
      margin: 0rem !important;
      display: table;
      width: 100%;
      text-align: center;
      border-radius: 6px !important;
    }
    /*Modal*/
    .react-redux-modal .rrm-holder .scroll .rrm-content.m-large{
      width: 100% !important;
    }
    .react-redux-modal .rrm-holder .scroll .rrm-content.m-large .rrm-title h2{
      width: auto !important;
    }
    .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title .rr-title-actions{
      width: auto !important;
      float: right;
    }
    .card-body{
      padding: 0rem;
    }

    /*Pagination*/
    .react-bs-table-pagination{
      margin-top: 0rem !important;
    }
    .react-bs-table-pagination > .row > div{
      margin-top: 0rem !important;
    }
    .react-bs-table-pagination .col-md-6{
      text-align: center;
    }
    #pageDropDown{
      width: 20%;
      padding: 0rem;
      line-height: 1;
      height: 2rem;
    }
    .react-bs-table-pagination .pagination{
      float: unset !important;
      margin-bottom: 0rem;
    }
    .react-bs-table-pagination .pagination .page-item .page-link{
      padding-left: 0px;
      padding-right: 0px;
    }
    .react-bs-table-pagination .pagination .active .page-link{
      height: 30px;
      width: 30px;
      padding: 6px;
    }
  }
  @media (max-width: 543px) {

    .card-login .card {
      width: auto;
      margin: 0 15px;
    }

    .btn-category{
      font-size: 18px;
      padding: 0px;
      background-color: transparent;
      color: #fff;
    }
    #column-left{
      width: 100%;
      padding-top: 2rem;
      transform: translate3d(-100%, 0px, 0px);
    }
    #column-left + #content {
      margin-left: 0px;
    }
    #column-left.active + #content {
      margin-left: 0px;
    }
    #column-left.active {
      top: 20px;
    }
    #menu li .title {
      display: initial;
      padding-left: 1rem;
    }
    #content {
      margin-top: 3rem;
      padding: 0.4rem;
    }
    .page-header-section {
      padding: 0px;
    }

    #menu > li > a {
      color: #ccc;
    }
    #header-nav {
      margin-left: 0px;
      height: 50px;
      padding: 0px 5px;

    }
    #menu > li:hover > ul {
      visibility: visible;
      position: initial;
      width: 100%;
    }
    #menu #navbarDropdownMenuLink{
      border:0 none;
      float: left;
    }
    #menu li a{
      border-bottom: 0 none;
    }
    #menu .dropdown-menu{
      padding: 0rem;
    }
    #menu .nav-item.dropdown{
      display: table;
      width: 100%;
      border-bottom: 1px solid #999;
    }
    #menu .signout{
      padding: 15px;
    }

    #menu .dropdown-menu .dropdown-item{
      border-bottom: 1px solid #E1000E;
    }
    #menu a.dropdown-item:hover{
      margin: 0rem;
    }

    i.fa.fa-power-off.fa-lg{
      margin-top: 0rem;
    }
    #header-nav .counter {
      font-size: 12px;
    }
    span.badge.badge-danger.counter{
      height: 25px;
      width: 25px;
      padding: 5px 3px 0;
    }
    #header-nav .navbar-brand{
      font-size: 15px;
    }
    #header-nav .nav-link{
      font-size: 12px;
    }
    #header-nav .signout{
      margin-top: 0rem;
    }
    #header-nav .h-title{
      color:#fff;
      text-decoration: none;
      font-size: 20px;

    }
    #header-nav .mr-auto{
      margin-right: 0px !important;
    }
    .ui-table table.table th, table.table td{
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    #top-card .card-stats .card-header i{
      font-size: 28px;
      line-height: 30px;
      width: 40px;
      height: 30px;
    }
    #top-card p{
      margin-bottom: 0.5rem;
    }
    #top-card .title{
      margin: 0rem;
    }
    #top-card .card .card-content{
      padding: 5px 10px;
    }
    #top-card .card .card-footer{
      padding: 0.5rem !important;
      margin: 0rem !important;
      display: table;
      width: 100%;
      text-align: center;
      border-radius: 6px !important;
    }
    /*Modal*/
    .react-redux-modal .rrm-holder .scroll .rrm-content.m-large{
      width: 100% !important;
    }
    .react-redux-modal .rrm-holder .scroll .rrm-content.m-large .rrm-title h2{
      width: auto !important;
    }
    .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title .rr-title-actions{
      width: auto !important;
      float: right;
    }

    .react-redux-modal .rrm-holder .scroll .rrm-content.m-custom {
      width: 95% !important;
    }

    /*Pagination*/
    .react-bs-table-pagination{
      margin-top: 0rem !important;
    }
    .react-bs-table-pagination > .row > div{
      margin-top: 0rem !important;
    }
    .react-bs-table-pagination .col-md-6{
      text-align: center;
    }
    #pageDropDown{
      width: 20%;
      padding: 0rem;
      line-height: 1;
      height: 2rem;
    }
    .react-bs-table-pagination .pagination{
      float: unset !important;
      margin-bottom: 0rem;
    }
    .react-bs-table-pagination .pagination .page-item .page-link{
      padding-left: 0px;
      padding-right: 0px;
    }
    .react-bs-table-pagination .pagination .active .page-link{
      height: 30px;
      width: 30px;
      padding: 6px;
    }
  }
  @media (min-width: 544px) and (max-width: 767px){
    .btn-category{
      font-size: 18px;
      padding: 0px;
      background-color: transparent;
      color: #fff;
    }
    #column-left{
      width: 100%;
      padding-top: 6rem;
      transform: translate3d(-100%, 0px, 0px);
    }
    #menu li .title {
      display: initial;
      padding-left: 1rem;
    }
    #content {
      margin-top: 2rem;
    }
    .page-header-section {
      padding: 0px;
    }

    #menu > li > a {
      color: #ccc;
    }
    #header-nav {
      margin-left: 0px;
      height: 80px;
      padding: 0px 5px;

    }
    #menu > li:hover > ul {
      visibility: visible;
      position: initial;
      width: 100%;
    }
    #menu #navbarDropdownMenuLink{
      border:0 none;
      float: left;
    }
    #menu li a{
      border-bottom: 0 none;
    }
    #menu .dropdown-menu{
      padding: 0rem;
    }
    #menu .nav-item.dropdown{
      display: table;
      width: 100%;
      border-bottom: 1px solid #999;
    }
    #menu .signout{
      padding: 15px;
    }

    #menu .dropdown-menu .dropdown-item{
      border-bottom: 1px solid #E1000E;
    }
    #menu a.dropdown-item:hover{
      margin: 0rem;
    }

    i.fa.fa-power-off.fa-lg{
      margin-top: 0rem;
    }
    #header-nav .counter {
      font-size: 12px;
    }
    span.badge.badge-danger.counter{
      height: 25px;
      width: 25px;
      padding: 5px 3px 0;
    }
    #header-nav .navbar-brand{
      font-size: 15px;
    }
    #header-nav .nav-link{
      font-size: 12px;
    }
    #header-nav .signout{
      margin-top: 0rem;
    }
    #header-nav .h-title{
      color:#fff;
      text-decoration: none;
      font-size: 20px;

    }
    #header-nav .mr-auto{
      margin-right: 0px !important;
    }
    .ui-table table.table th, table.table td{
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    #top-card .card-stats .card-header i{
      font-size: 28px;
      line-height: 30px;
      width: 40px;
      height: 30px;
    }
    #top-card p{
      margin-bottom: 0.5rem;
    }
    #top-card .title{
      margin: 0rem;
    }
    #top-card .card .card-content{
      padding: 5px 10px;
    }
    #top-card .card .card-footer{
      padding: 0.5rem !important;
      margin: 0rem !important;
      display: table;
      width: 100%;
      text-align: center;
      border-radius: 6px !important;
    }
    /*Modal*/
    .react-redux-modal .rrm-holder .scroll .rrm-content.m-large{
      width: 100% !important;
    }
    .react-redux-modal .rrm-holder .scroll .rrm-content.m-large .rrm-title h2{
      width: auto !important;
    }
    .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title .rr-title-actions{
      width: auto !important;
      float: right;
    }
  }
  @media (max-width: 991px) {
    #header-nav {
      margin-left: 0px;
      height: 50px;
      padding: 0px 5px;
    }
    #content {
      margin-top: 3rem;
      padding: 0.4rem;
    }
    #column-left {
      width: 100%;
      padding-top: 0rem;
    }
    /*Pagination*/
    .react-bs-table-pagination{
      margin-top: 0rem !important;
    }
    .react-bs-table-pagination > .row > div{
      margin-top: 0rem !important;
    }
    .react-bs-table-pagination .col-md-6{
      text-align: center;
    }
    #pageDropDown{
      width: 20%;
      padding: 0rem;
      line-height: 1;
      height: 2rem;
      margin-top: 10px;
    }
    .react-bs-table-pagination .pagination{
      float: unset !important;
      margin-bottom: 0rem;
    }
    .react-bs-table-pagination .pagination .page-item .page-link{
      padding-left: 0px;
      padding-right: 0px;
    }
    .react-bs-table-pagination .pagination .active .page-link{
      height: 30px;
      width: 30px;
      padding: 6px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px){
    #header-nav .nav .nav-item.dropdown{
      float: left;
    }
    #content {
      margin-top: 3rem;
      padding-left: 4.5rem;
    }
    #column-left {
      width: 62px;
      height: 100%;
      background-color: #3e454c;
      position: fixed;
      top: 19px;
      bottom: 0;
      padding-top: 0;
      z-index: 9;
      transition: all 0.3s;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    }
    /*Modal*/
    .react-redux-modal .rrm-holder .scroll .rrm-content.m-large{
      width: 100% !important;
    }
    .react-redux-modal .rrm-holder .scroll .rrm-content.m-large .rrm-title h2{
      width: auto !important;
    }
    .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title .rr-title-actions{
      width: auto !important;
      float: right;
    }
    /*pagination*/
    #pageDropDown{
      height: 2.7rem;
      margin-top: 0px;
    }
    .pagination{
      margin-top: 10px !important;
    }
  }

  @media (min-width: 992px) and (max-width: 1199px){
    #column-left #menu li ul{
      max-height: 185px !important;
      overflow: auto !important;
      overflow-x: hidden !important;
    }
  }
  @media (min-width: 1200px) and (max-width: 1600px){
    #column-left #menu li ul{
      max-height: 340px !important;
      overflow: auto !important;
      overflow-x: hidden !important;
    }
  }
  @media (min-width: 1601px)  and (max-width: 1699px){

  }

  /* Timeline css start */


  #cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  #cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
  }
  @media only screen and (min-width: 1170px) {
    #cd-timeline {
      margin-top: 3em;
      margin-bottom: 3em;
    }
    #cd-timeline::before {
      left: 50%;
      margin-left: -2px;
    }
  }

  .cd-timeline-block {
    position: relative;
    margin: 2em 0;
  }
  .cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
  @media only screen and (min-width: 1170px) {
    .cd-timeline-block {
      margin: 4em 0;
    }
    .cd-timeline-block:first-child {
      margin-top: 0;
    }
    .cd-timeline-block:last-child {
      margin-bottom: 0;
    }
  }

  .cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  }
  .cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
  }

  .cd-timeline-img .fa {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 47%;
    top: 44%;
    margin-left: -12px;
    margin-top: -12px;
    color: #fff;
  }

  .cd-timeline-img.cd-picture {
    background: #1269F8;
  }
  .cd-timeline-img.cd-movie {
    background: #1269F8;
  }
  .cd-timeline-img.cd-location {
    background: #1269F8;
  }
  @media only screen and (min-width: 1170px) {
    .cd-timeline-img {
      width: 60px;
      height: 60px;
      left: 50%;
      margin-left: -30px;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
      visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-1 0.6s;
      -moz-animation: cd-bounce-1 0.6s;
      animation: cd-bounce-1 0.6s;
    }
  }

  @-webkit-keyframes cd-bounce-1 {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
    }

    60% {
      opacity: 1;
      -webkit-transform: scale(1.2);
    }

    100% {
      -webkit-transform: scale(1);
    }
  }
  @-moz-keyframes cd-bounce-1 {
    0% {
      opacity: 0;
      -moz-transform: scale(0.5);
    }

    60% {
      opacity: 1;
      -moz-transform: scale(1.2);
    }

    100% {
      -moz-transform: scale(1);
    }
  }
  @keyframes cd-bounce-1 {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
    }

    60% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }

    100% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  }
  .cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #f6f6f6;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #8cabc0;
  }
  .cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-timeline-content h2 {
    color: #303e49;
  }
  .cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 13px;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
  }
  .cd-timeline-content p {
    margin: 15px 0 0 0;
    line-height: 1.6;
  }
  .cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
  }
  .no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
  }
  .cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    /*opacity: .7;*/
  }
  .cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 11px solid transparent;
    border-right: 11px solid white;
  }
  @media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
      color: #000;
      font-size: 19px;
    }
    .cd-timeline-content p {
      font-size: 16px;
      font-size: 1rem;
    }
    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
      font-size: 14px;
    }
  }
  @media only screen and (min-width: 1170px) {

    .modal-section .cd-timeline-content {
      margin-left: 300px;
      padding: 1.6em;
      width: 30%;
    }

    .cd-timeline-content {
      margin-left: 300px;
      padding: 1.6em;
      width: 30%;
    }
    .cd-timeline-content::before {
      top: 24px;
      left: 100%;
      border-color: transparent;
      border-left-color: #f6f6f6;
    }
    .cd-timeline-content .cd-read-more {
      float: left;
    }
    .cd-timeline-content .cd-date {
      position: absolute;
      width: 100%;
      left: 122%;
      top: 6px;
      font-size: 22px;
      color: #000;
      font-weight: bold;
    }

    .modal-section .cd-timeline-block:nth-child(even) .cd-timeline-content {
      margin-right: 300px;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
      float: right;
      margin-right: 300px;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
      top: 24px;
      left: auto;
      right: 100%;
      border-color: transparent;
      border-right-color: #f6f6f6;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
      float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
      left: auto;
      right: 122%;
      text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
      visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-2 0.6s;
      -moz-animation: cd-bounce-2 0.6s;
      animation: cd-bounce-2 0.6s;
    }
  }

  @media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
      -webkit-animation: cd-bounce-2-inverse 0.6s;
      -moz-animation: cd-bounce-2-inverse 0.6s;
      animation: cd-bounce-2-inverse 0.6s;
    }
  }
  @-webkit-keyframes cd-bounce-2 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
    }

    60% {
      opacity: 1;
      -webkit-transform: translateX(20px);
    }

    100% {
      -webkit-transform: translateX(0);
    }
  }
  @-moz-keyframes cd-bounce-2 {
    0% {
      opacity: 0;
      -moz-transform: translateX(-100px);
    }

    60% {
      opacity: 1;
      -moz-transform: translateX(20px);
    }

    100% {
      -moz-transform: translateX(0);
    }
  }
  @keyframes cd-bounce-2 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      -moz-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
      -o-transform: translateX(-100px);
      transform: translateX(-100px);
    }

    60% {
      opacity: 1;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
    }

    100% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes cd-bounce-2-inverse {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100px);
    }

    60% {
      opacity: 1;
      -webkit-transform: translateX(-20px);
    }

    100% {
      -webkit-transform: translateX(0);
    }
  }
  @-moz-keyframes cd-bounce-2-inverse {
    0% {
      opacity: 0;
      -moz-transform: translateX(100px);
    }

    60% {
      opacity: 1;
      -moz-transform: translateX(-20px);
    }

    100% {
      -moz-transform: translateX(0);
    }
  }
  @keyframes cd-bounce-2-inverse {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100px);
      -moz-transform: translateX(100px);
      -ms-transform: translateX(100px);
      -o-transform: translateX(100px);
      transform: translateX(100px);
    }

    60% {
      opacity: 1;
      -webkit-transform: translateX(-20px);
      -moz-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      -o-transform: translateX(-20px);
      transform: translateX(-20px);
    }

    100% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }

  /* Timeline css end */

  /*React widegets*/
  .rw-btn,
  .rw-input {
      color: inherit;
      font: inherit;
      margin: 0
  }
  button.rw-input {
      overflow: visible
  }
  button.rw-input,
  select.rw-input {
      text-transform: none
  }
  button.rw-input,
  html input[type="button"].rw-input,
  input[type="reset"].rw-input,
  input[type="submit"].rw-input {
      -webkit-appearance: button;
      cursor: pointer
  }
  button[disabled].rw-input,
  html input[disabled].rw-input {
      cursor: not-allowed
  }
  button.rw-input::-moz-focus-inner,
  input.rw-input::-moz-focus-inner {
      border: 0;
      padding: 0
  }

  .rw-i {
      display: inline-block;
      font-family: RwWidgets;
      font-style: normal;
      font-weight: normal;
      line-height: 1em;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .rw-i-caret-down:before {
      content: '\f107';
      font-family: FontAwesome;
  }
  .rw-i-caret-up:before {
      content: '\f106';
      font-family: FontAwesome;
  }
  .rw-i-caret-left:before {
      content: '\f104';
      font-family: FontAwesome;
  }
  .rw-i-caret-right:before {
      content: '\f105';
      font-family: FontAwesome;
  }
  .rw-i-clock-o:before {
      content: '\f017';
      font-family: FontAwesome;
  }
  .rw-i-calendar:before {
      content: '\f073';
      font-family: FontAwesome;
  }
  .rw-i-search:before {
      content: '\f002';
      font-family: FontAwesome;
  }
  .rw-sr {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0
  }
  .rw-widget,
  .rw-widget * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box
  }
  .rw-widget:before,
  .rw-widget *:before,
  .rw-widget:after,
  .rw-widget *:after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box
  }
  .rw-widget {
      outline: 0;
      -moz-background-clip: border-box;
      -webkit-background-clip: border-box;
      background-clip: border-box
  }
  .rw-btn {
      color: #333;
      line-height: 2.286em;
      display: inline-block;
      margin: 0;
      text-align: center;
      vertical-align: middle;
      background: none;
      background-image: none;
      border: 1px solid transparent;
      padding: 0;
      white-space: nowrap
  }
  .rw-rtl {
      direction: rtl
  }
  .rw-input {
      color: #555;
      height: 2.286em;
      padding: .429em .857em;
      background-color: #fff
  }
  .rw-input[disabled] {
      -webkit-box-shadow: none;
      box-shadow: none;
      cursor: not-allowed;
      opacity: 1;
      background-color: #eee;
      border-color: #ccc
  }
  .rw-input[readonly] {
      cursor: not-allowed
  }
  .rw-filter-input {
      position: relative;
      width: 100%;
      padding-right: 1.9em;
      border: #ccc 1px solid;
      border-radius: 4px;
      margin-bottom: 2px
  }
  .rw-rtl .rw-filter-input {
      padding-left: 1.9em;
      padding-right: 0
  }
  .rw-filter-input>.rw-input {
      width: 100%;
      border: none;
      outline: none
  }
  .rw-filter-input>span {
      margin-top: -2px
  }
  .rw-i.rw-loading {
      background: url("/public/image/loading.gif") no-repeat center;
      width: 16px;
      height: 100%
  }
  .rw-i.rw-loading:before {
      content: ""
  }
  .rw-loading-mask {
      border-radius: 4px;
      position: relative
  }
  .rw-loading-mask:after {
      content: '';
      background: url("/public/image/loader-big.gif") no-repeat center;
      position: absolute;
      background-color: #fff;
      opacity: .7;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%
  }
  .rw-now {
      font-weight: 600
  }
  .rw-state-focus {
      background-color: #fff;
      border: #66afe9 1px solid;
      color: #333
  }
  .rw-state-selected {
      background-color: #adadad;
      border: #adadad 1px solid;
      color: #333
  }
  .rw-state-disabled {
      -webkit-box-shadow: none;
      box-shadow: none;
      cursor: not-allowed;
      opacity: 1
  }
  .rw-btn,
  .rw-dropdownlist {
      cursor: pointer
  }
  .rw-btn[disabled],
  .rw-state-disabled .rw-btn,
  .rw-state-readonly .rw-btn {
      -webkit-box-shadow: none;
      box-shadow: none;
      pointer-events: none;
      cursor: not-allowed;
      filter: alpha(opacity=65);
      opacity: .65
  }
  ul.rw-list,
  .rw-selectlist {
      margin: 0;
      padding-left: 0;
      list-style: none;
      padding: 5px 0;
      overflow: auto;
      outline: 0;
      height: 100%
  }
  ul.rw-list>li,
  .rw-selectlist>li {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
  }
  ul.rw-list>li.rw-list-optgroup,
  .rw-selectlist>li.rw-list-optgroup {
      font-weight: bold
  }
  ul.rw-list>li.rw-list-option,
  ul.rw-list>li.rw-list-empty,
  .rw-selectlist>li.rw-list-option,
  .rw-selectlist>li.rw-list-empty {
      padding-left: 10px;
      padding-right: 10px
  }
  ul.rw-list>li.rw-list-option,
  .rw-selectlist>li.rw-list-option {
      cursor: pointer;
      border: 1px solid transparent;
      border-radius: 3px
  }
  ul.rw-list>li.rw-list-option:hover,
  .rw-selectlist>li.rw-list-option:hover {
      background-color: #e6e6e6;
      border-color: #adadad
  }
  ul.rw-list>li.rw-list-option.rw-state-focus,
  .rw-selectlist>li.rw-list-option.rw-state-focus {
      background-color: #fff;
      border: #66afe9 1px solid;
      color: #333
  }
  ul.rw-list>li.rw-list-option.rw-state-selected,
  .rw-selectlist>li.rw-list-option.rw-state-selected {
      background-color: #adadad;
      border: #adadad 1px solid;
      color: #333
  }
  ul.rw-list>li.rw-list-option.rw-state-disabled,
  ul.rw-list>li.rw-list-option.rw-state-readonly,
  .rw-selectlist>li.rw-list-option.rw-state-disabled,
  .rw-selectlist>li.rw-list-option.rw-state-readonly {
      color: #777;
      cursor: not-allowed
  }
  ul.rw-list>li.rw-list-option.rw-state-disabled:hover,
  ul.rw-list>li.rw-list-option.rw-state-readonly:hover,
  .rw-selectlist>li.rw-list-option.rw-state-disabled:hover,
  .rw-selectlist>li.rw-list-option.rw-state-readonly:hover {
      background: none;
      border-color: transparent
  }
  ul.rw-list.rw-list-grouped>li.rw-list-optgroup,
  .rw-selectlist.rw-list-grouped>li.rw-list-optgroup {
      padding-left: 10px
  }
  ul.rw-list.rw-list-grouped>li.rw-list-option,
  .rw-selectlist.rw-list-grouped>li.rw-list-option {
      padding-left: 20px
  }
  .rw-widget {
      position: relative
  }
  .rw-open.rw-widget,
  .rw-open>.rw-multiselect-wrapper {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0
  }
  .rw-open-up.rw-widget,
  .rw-open-up>.rw-multiselect-wrapper {
      border-top-right-radius: 0;
      border-top-left-radius: 0
  }
  .rw-combobox .rw-list,
  .rw-datetimepicker .rw-list,
  .rw-numberpicker .rw-list,
  .rw-dropdownlist .rw-list,
  .rw-multiselect .rw-list {
      max-height: 200px;
      height: auto
  }
  .rw-widget {
      background-color: #fff;
      border: #ccc 1px solid;
      border-radius: 4px
  }
  .rw-widget .rw-input {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px
  }
  .rw-rtl .rw-widget .rw-input {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px
  }
  .rw-widget>.rw-select {
      border-left: #ccc 1px solid
  }
  .rw-widget.rw-rtl>.rw-select {
      border-right: #ccc 1px solid;
      border-left: none
  }
  .rw-widget.rw-state-focus,
  .rw-widget.rw-state-focus:hover {
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
      border-color: #66afe9;
      outline: 0
  }
  .rw-widget.rw-state-readonly,
  .rw-widget.rw-state-readonly>.rw-multiselect-wrapper {
      cursor: not-allowed
  }
  .rw-widget.rw-state-disabled,
  .rw-widget.rw-state-disabled:hover,
  .rw-widget.rw-state-disabled:active {
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: #eee;
      border-color: #ccc
  }
  .rw-combobox,
  .rw-datetimepicker,
  .rw-numberpicker,
  .rw-dropdownlist {
      padding-right: 1.9em
  }
  .rw-combobox.rw-rtl,
  .rw-datetimepicker.rw-rtl,
  .rw-numberpicker.rw-rtl,
  .rw-dropdownlist.rw-rtl {
      padding-right: 0;
      padding-left: 1.9em
  }
  .rw-combobox>.rw-input,
  .rw-datetimepicker>.rw-input,
  .rw-numberpicker>.rw-input,
  .rw-dropdownlist>.rw-input {
      width: 100%;
      border: none;
      outline: 0
  }
  .rw-combobox>.rw-input::-moz-placeholder,
  .rw-datetimepicker>.rw-input::-moz-placeholder,
  .rw-numberpicker>.rw-input::-moz-placeholder,
  .rw-dropdownlist>.rw-input::-moz-placeholder {
      color: #999;
      opacity: 1
  }
  .rw-combobox>.rw-input:-ms-input-placeholder,
  .rw-datetimepicker>.rw-input:-ms-input-placeholder,
  .rw-numberpicker>.rw-input:-ms-input-placeholder,
  .rw-dropdownlist>.rw-input:-ms-input-placeholder {
      color: #999
  }
  .rw-combobox>.rw-input::-webkit-input-placeholder,
  .rw-datetimepicker>.rw-input::-webkit-input-placeholder,
  .rw-numberpicker>.rw-input::-webkit-input-placeholder,
  .rw-dropdownlist>.rw-input::-webkit-input-placeholder {
      color: #999
  }
  .rw-placeholder {
      color: #999
  }
  .rw-select {
      position: absolute;
      width: 1.9em;
      height: 100%;
      right: 0;
      top: 0
  }
  .rw-select.rw-btn,
  .rw-select>.rw-btn {
      height: 100%;
      vertical-align: middle;
      outline: 0
  }
  .rw-rtl .rw-select {
      left: 0;
      right: auto
  }
  .rw-multiselect,
  .rw-combobox input.rw-input,
  .rw-datetimepicker input.rw-input,
  .rw-numberpicker input.rw-input {
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
  }
  .rw-combobox:active,
  .rw-datetimepicker:active,
  .rw-dropdownlist:active,
  .rw-header>.rw-btn:active,
  .rw-numberpicker .rw-btn.rw-state-active,
  .rw-combobox:active.rw-state-focus,
  .rw-datetimepicker:active.rw-state-focus,
  .rw-dropdownlist:active.rw-state-focus,
  .rw-header>.rw-btn:active.rw-state-focus,
  .rw-numberpicker .rw-btn.rw-state-active.rw-state-focus {
      background-image: none;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
  }
  .rw-combobox:hover,
  .rw-datetimepicker:hover,
  .rw-numberpicker:hover,
  .rw-dropdownlist:hover {
      background-color: #e6e6e6;
      border-color: #adadad
  }
  .rw-dropdownlist.rw-state-disabled,
  .rw-dropdownlist.rw-state-readonly {
      cursor: not-allowed
  }
  .rw-dropdownlist>.rw-input {
      line-height: 2.286em;
      background-color: transparent;
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
  }
  .rw-dropdownlist.rw-rtl>.rw-input {
      padding: .429em .857em;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0
  }
  .rw-dropdownlist>.rw-select,
  .rw-dropdownlist.rw-rtl>.rw-select {
      border-width: 0
  }
  .rw-numberpicker .rw-btn {
      display: block;
      height: 1.143em;
      line-height: 1.143em;
      width: 100%;
      border-width: 0
  }
  .rw-popup {
      position: absolute;
      -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
      border-top-right-radius: 0;
      border-top-left-radius: 0;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border: #ccc 1px solid;
      background: #fff;
      padding: 2px;
      overflow: auto;
      margin-bottom: 10px;
      left: 10px;
      right: 10px
  }
  .rw-dropup>.rw-popup {
      margin-bottom: 0;
      margin-top: 10px;
      border-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.2)
  }
  .rw-popup-container {
      position: absolute;
      top: 100%;
      margin-top: 1px;
      z-index: 99999;
      left: -11px;
      right: -11px
  }
  .rw-widget.rw-state-focus .rw-popup-container {
      z-index: 99999
  }
  .rw-popup-container.rw-dropup {
      top: auto;
      bottom: 100%
  }
  .rw-popup-container.rw-calendar-popup {
      right: auto;
      width: 18em
  }
  .rw-datetimepicker .rw-btn {
      width: 1.8em
  }
  .rw-datetimepicker.rw-has-neither {
      padding-left: 0;
      padding-right: 0
  }
  .rw-datetimepicker.rw-has-neither .rw-input {
      border-radius: 4px
  }
  .rw-datetimepicker.rw-has-both {
      padding-right: 3.8em
  }
  .rw-datetimepicker.rw-has-both.rw-rtl {
      padding-right: 0;
      padding-left: 3.8em
  }
  .rw-datetimepicker.rw-has-both>.rw-select {
      width: 3.8em;
      height: 100%
  }
  .rw-calendar {
      background-color: #fff
  }
  .rw-calendar thead>tr {
      border-bottom: 2px solid #ccc
  }
  .rw-calendar .rw-header {
      padding-bottom: 5px
  }
  .rw-calendar .rw-header .rw-btn-left,
  .rw-calendar .rw-header .rw-btn-right {
      width: 12.5%
  }
  .rw-calendar .rw-header .rw-btn-view {
      width: 75%;
      background-color: #eee;
      border-radius: 4px
  }
  .rw-calendar .rw-header .rw-btn-view[disabled] {
      -webkit-box-shadow: none;
      box-shadow: none;
      cursor: not-allowed
  }
  .rw-calendar .rw-footer {
      border-top: 1px solid #ccc
  }
  .rw-calendar .rw-footer .rw-btn {
      width: 100%;
      white-space: normal
  }
  .rw-calendar .rw-footer .rw-btn:hover {
      background-color: #e6e6e6
  }
  .rw-calendar .rw-footer .rw-btn[disabled] {
      -webkit-box-shadow: none;
      box-shadow: none;
      cursor: not-allowed
  }
  .rw-calendar-grid {
      outline: none;
      height: 14.28571429em;
      table-layout: fixed;
      width: 100%
  }
  .rw-calendar-grid th {
      text-align: right;
      padding: 0 .4em 0 .1em
  }
  .rw-calendar-grid .rw-btn {
      width: 100%;
      text-align: right
  }
  .rw-calendar-grid td .rw-btn {
      border-radius: 4px;
      padding: 0 .4em 0 .1em;
      outline: 0
  }
  .rw-calendar-grid td .rw-btn:hover {
      background-color: #e6e6e6
  }
  .rw-calendar-grid td .rw-btn.rw-off-range {
      color: #b3b3b3
  }
  .rw-calendar-grid.rw-nav-view .rw-btn {
      padding: .25em 0 .3em;
      display: block;
      overflow: hidden;
      text-align: center;
      white-space: normal
  }
  .rw-selectlist {
      padding: 2px
  }
  .rw-selectlist>ul {
      height: 100%;
      overflow: auto
  }
  .rw-selectlist>ul>li.rw-list-option {
      position: relative;
      min-height: 27px;
      cursor: auto;
      outline: none;
      padding-left: 5px
  }
  .rw-selectlist>ul>li.rw-list-option>label>input {
      position: absolute;
      margin: 4px 0 0 -20px
  }
  .rw-selectlist>ul>li.rw-list-option>label {
      padding-left: 20px;
      line-height: 1.423em;
      display: inline-block
  }
  .rw-selectlist.rw-rtl>ul>li.rw-list-option {
      padding-left: 0;
      padding-right: 5px
  }
  .rw-selectlist.rw-rtl>ul>li.rw-list-option>label>input {
      margin: 4px -20px 0 0
  }
  .rw-selectlist.rw-rtl>ul>li.rw-list-option>label {
      padding-left: 0;
      padding-right: 20px
  }
  .rw-selectlist.rw-rtl>ul>li.rw-list-option {
      padding-left: 0;
      padding-right: 5px
  }
  .rw-selectlist.rw-rtl>ul>li.rw-list-option>label>input {
      margin: 4px -20px 0 0
  }
  .rw-selectlist.rw-rtl>ul>li.rw-list-option>label {
      padding-left: 0;
      padding-right: 20px
  }
  .rw-selectlist.rw-state-disabled>ul>li:hover,
  .rw-selectlist.rw-state-readonly>ul>li:hover {
      background: none;
      border-color: transparent
  }
  .rw-multiselect {
      background-color: #fff
  }
  .rw-multiselect:hover {
      border-color: #adadad
  }
  .rw-multiselect-wrapper {
      border-radius: 4px;
      position: relative;
      cursor: text
  }
  .rw-multiselect-wrapper:before,
  .rw-multiselect-wrapper:after {
      content: " ";
      display: table
  }
  .rw-multiselect-wrapper:after {
      clear: both
  }
  .rw-multiselect-wrapper span.rw-loading {
      position: absolute;
      right: 3px
  }
  .rw-multiselect-wrapper>.rw-input {
      outline: 0;
      border-width: 0;
      line-height: normal;
      width: auto;
      max-width: 100%
  }
  .rw-multiselect-wrapper>.rw-input::-moz-placeholder {
      color: #999;
      opacity: 1
  }
  .rw-multiselect-wrapper>.rw-input:-ms-input-placeholder {
      color: #999
  }
  .rw-multiselect-wrapper>.rw-input::-webkit-input-placeholder {
      color: #999
  }
  .rw-state-readonly>.rw-multiselect-wrapper,
  .rw-state-disabled>.rw-multiselect-wrapper {
      cursor: not-allowed
  }
  .rw-rtl .rw-multiselect-wrapper>.rw-input {
      float: right
  }
  .rw-multiselect-create-tag {
      border-top: 1px #ccc solid;
      padding-top: 5px;
      margin-top: 5px
  }
  .rw-multiselect-taglist {
      margin: 0;
      padding-left: 0;
      list-style: none;
      display: inline;
      padding-right: 0
  }
  .rw-multiselect-taglist>li {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px
  }
  .rw-multiselect-taglist>li {
      display: inline-block;
      margin: 1px;
      padding: .214em .15em .214em .4em;
      line-height: 1.4em;
      text-align: center;
      white-space: nowrap;
      border-radius: 3px;
      border: 1px solid #ccc;
      background-color: #ccc;
      cursor: pointer
  }
  .rw-multiselect-taglist>li.rw-state-focus {
      background-color: #fff;
      border: #66afe9 1px solid;
      color: #333
  }
  .rw-multiselect-taglist>li.rw-state-readonly,
  .rw-multiselect-taglist>li.rw-state-disabled,
  .rw-multiselect.rw-state-readonly .rw-multiselect-taglist>li,
  .rw-multiselect.rw-state-disabled .rw-multiselect-taglist>li {
      cursor: not-allowed;
      filter: alpha(opacity=65);
      opacity: .65
  }
  .rw-multiselect-taglist>li .rw-btn {
      outline: 0;
      font-size: 115%;
      line-height: normal
  }
  .rw-rtl .rw-multiselect-taglist>li {
      float: right
  }
  /* 20-12-2017 start*/
  #pageMessages .alert {
    position: relative;
  }

  #pageMessages .alert .close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 1em;
  }

  #pageMessages .alert .fa {
    margin-right:.3em;
  }

  #pageMessages {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30%;
    z-index: 99999;
  }
  #pageMessages .alert h4 {
    margin-top: 0;
    color: inherit;
    font-size: 1.125rem;
  }
  #pageMessages .alert {
    font-size: 0.875rem;
  }
  #pageMessages .alert > p, #pageMessages .alert>ul {
    margin-bottom: 0;
  }
  /*20-12-2017 close*/
  /*25-12-2017 start */
  .btn-outline-merci {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #db660e;
  }
  /*25-12-2017 close */

  .password-mask {
    position: absolute;
    top: 4px;
    right: 21px;
    background: #ccc;
    color: #000;
  }
  /* 29-12-2017 start */
  .m-xlarge {
    width: 60%;
  }
  .m-xlarge .rr-title-actions {
      float: right !important;
  }
  /*29-12-2017 close*/
  /* Hardik CSS Start */

  .m-b-20 {
    margin-bottom: 20px;
  }

  .m-t-20 {
    margin-top: 20px;
  }

  .m-t-25 {
    margin-top: 25px;
  }

  .m-b-25 {
    margin-bottom: 25px;
  }

  #merci-report .card-stats {
    background-color: #f4f3ef;
  }

  #merci-report .card-content {
    text-align: left !important;
  }

  #merci-report .card-stats .card-content .category {
    color: #000;
  }

  #friend_filter .checkbox {
    width: 100%;
  }

  #friend_filter .checkbox span {
    margin-left: 10px;
  }

  #friend-modal .btn-default {
    font-size: 15px;
  }

  .b-view .card-footer button.btn {
    padding: 0.25rem 0.5rem;
  }
  /* Hardik CSS End */
  /*29-12-2017 start */
  .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  }
  .btn-outline-merci {
    color: #E1000E !important;
    background-image: none;
    background-color: transparent;
    border-color: #E1000E;
  }
  .btn-outline-merci {
    color: #E1000E !important;
    background-image: none;
    background-color: transparent;
    border-color: #E1000E;
  }
  .btn-outline-merci:hover {
    color: #fff !important;
    background-color: #E1000E;
    border-color: #E1000E;
  }
  /*29-12-2017 close*/
  .card-login a {
    color: #0069D9;
  }
  .b-view .card-footer button.btn {
    padding: 0.25rem 0.5rem;
  }
  /* Hardik CSS End */
  /*29-12-2017 start */
  .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  }
  .btn-outline-merci {
    color: #E1000E !important;
    background-image: none;
    background-color: transparent;
    border-color: #E1000E;
  }
  .btn-outline-merci {
    color: #E1000E !important;
    background-image: none;
    background-color: transparent;
    border-color: #E1000E;
  }
  .btn-outline-merci:hover {
    color: #fff !important;
    background-color: #E1000E;
    border-color: #E1000E;
  }
  /*29-12-2017 close*/
  .card-header {
      color: #000;
      background: -webkit-linear-gradient(50deg, #ffffff, #ffffff);
  }
  .alert{
    z-index: 9999 !important;
  }

  /* new code start */

  div.required .control-label:not(span):before, td.required:before, .required:before {
      content: '* ';
      color: #F00;
      font-weight: bold;
  }

  .heading-sm {
      background-color: #f7f7f7;
      padding: 15px 26px;
      margin-bottom: 3rem;
  }

  .f-700 {
      font-weight: 700 !important;
  }

  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
  }
  .dropup, .dropdown {
    position: relative;
  }

  /* new code end */
  /* coupon and product segment css */
  .m-xlarge {
        width: 60%;
  }
  table#multi-discount {
      padding: .75rem;
      vertical-align: inherit;
      border: 1px solid #e9ecef;
  }
  #multi-discount thead th {
      vertical-align: bottom;
       border:0;
  }

  .page-group-for-card label {
    display: block;
  }

  .page-group-for-card span {
    margin-left: 10px;
  }

  .page-group-for-card .multiple-checkboxes {
    background: #ededed;
    padding: 15px;
    max-height: 200px;
    overflow-y: scroll;
  }

  .pg-link label {
    margin-right: 15px;
  }

  #discount-special .table .dt-picker td {
    padding: 0rem;
  }

  .sample-card .fcard-header .pull-right a {
    cursor: pointer;
    color: inherit;
  }

  /* loading start */
  .sk-cube-grid {
   width: 70px;
   height: 70px;
   /* margin: 100px auto; */
   position: absolute;
   z-index: 1099;
   top: 50%;
   left: 50%;
  }

  .sk-cube-grid .sk-cube {
   width: 33%;
   height: 33%;
   background-color: #fff;
   float: left;
   -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
           animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  }
  .sk-cube-grid .sk-cube1 {
   -webkit-animation-delay: 0.2s;
           animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube2 {
   -webkit-animation-delay: 0.3s;
           animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube3 {
   -webkit-animation-delay: 0.4s;
           animation-delay: 0.4s; }
  .sk-cube-grid .sk-cube4 {
   -webkit-animation-delay: 0.1s;
           animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube5 {
   -webkit-animation-delay: 0.2s;
           animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube6 {
   -webkit-animation-delay: 0.3s;
           animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube7 {
   -webkit-animation-delay: 0s;
           animation-delay: 0s; }
  .sk-cube-grid .sk-cube8 {
   -webkit-animation-delay: 0.1s;
           animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube9 {
   -webkit-animation-delay: 0.2s;
           animation-delay: 0.2s; }

  @-webkit-keyframes sk-cubeGridScaleDelay {
   0%, 70%, 100% {
     -webkit-transform: scale3D(1, 1, 1);
             transform: scale3D(1, 1, 1);
   } 35% {
     -webkit-transform: scale3D(0, 0, 1);
             transform: scale3D(0, 0, 1);
   }
  }

  @keyframes sk-cubeGridScaleDelay {
   0%, 70%, 100% {
     -webkit-transform: scale3D(1, 1, 1);
             transform: scale3D(1, 1, 1);
   } 35% {
     -webkit-transform: scale3D(0, 0, 1);
             transform: scale3D(0, 0, 1);
   }
  }
  .loader-overlay {
  position:absolute;
  left:0px;
  right:0px;
  width:100%;
  height:100%;
  background-color:#000;
  zoom: 1;
  filter: alpha(opacity=40);
  opacity: 0.4;
  z-index:999;
  }
  .loader-overlay {
   position: fixed;
   left: 0px;
   right: 0px;
   width: 100%;
   height: 100%;
   top: 0;
   bottom: 0;
   background-color: #000;
   zoom: 1;
   filter: alpha(opacity=40);
   opacity: 0.4;
   z-index: 999;
   margin: 0 auto;
  }
  .cke_button_icon.cke_button__about_icon, .cke_button.cke_button__about.cke_button_off {
    display: none;
  }

  .m-extralarge .rrm-title .rr-title-actions{
    float: right !important;
  }


  /* loading close */
  .checkbox-bg {
      border-radius: 5px;
      background-color: #ebebeb;
      margin-bottom: 1rem;
  }
  /* loading close */
  .checkbox-bg {
      border-radius: 5px;
      background-color: #ebebeb;
      margin-bottom: 1rem;
  }
  /* Image Manager  */

  .input-image-block {
    position: relative;
    display: block;
    background: #fafbfc;
    padding: 0;
    width: 100%;
    width: 10rem;
    height: 10rem;
  }
  .input-image-block::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(195,207,216,0.3);
    border-radius: 3px;
  }
  .input-image-content {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .input-image-hover-overlay {
    z-index: 3;
    background: rgba(49,55,61,0.75);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    border-radius: 3px;
  }

  .input-image-overlay-actions {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }

  .input-image-overlay-actions__link {
    padding: 10px 6px;
    display: block;
    line-height: 0;
    text-align: center;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 1.2rem;
  }

  .input-image-block:hover .input-image-hover-overlay {
    opacity: 1.0;
  }

  .image-block-sm .input-image-block {
    width: 5rem;
    height: 5rem;
  }

  /*06/12/2019 start */

  .card-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
    box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
    border-radius: 3px;
  }

  .card-section {
    border-radius: 0 0 3px 3px;
    padding: 1rem;
  }

  .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .card-form + .card-form {
    margin-top: 1rem;
  }

  .card-form .card_header.col {
    padding: 1rem 1.8rem 0;
  }

  .card-form .card_header h2 {
    font-weight: 600;
    line-height: 2.4rem;
    font-size: 1.1rem;
    margin-bottom: 0rem;
  }

  .seo-url-component a {
    font-size: 13px;
  }

  .flat-btn-group {
    position: fixed;
    bottom: 5rem;
    right: 1rem;
  }

  .vertical {
    display: flex;
    flex-direction: column;
  }

  .btn-flat-secondary {
    background-color: #6c757d;
    box-shadow: 0px 5px 0px 0px #545b62;
  }

  .btn-flat-primary {
    background-color: #1269f8;
    box-shadow: 0px 5px 0px 0px #0653d1;
  }

  .btn-flat {
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 0.5rem;
    color: #fff;
    position: relative;
    display: inline-block;
    border: 0 none;
    cursor: pointer;
  }

  a.btn-flat:hover, a.btn-flat:focus, a.btn-flat:active {
    color: #fff;
  }

  .tox-statusbar__branding {
    display: none;
  }

  .seo-page-top {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 13px 20px;
    border-radius: 10px;
    margin-bottom: 1rem;
  }

  .seo-url-component .seo-title {
    min-height: 21px;
    display: block;
    font-size: 18px;
    color: #1a0dab;
    line-height: 21px;
    margin-bottom: 2px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .seo-url-component .seo-url {
    display: block;
    word-wrap: break-word;
    color: #006621;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 2px;
  }

  .seo-url-component .seo-description {
    display: block;
    color: #545454;
    line-height: 18px;
    font-size: 13px;
    word-wrap: break-word;
  }

  .page-group-for-card .multiple-checkboxes {
    background: #ededed;
    padding: 15px;
    max-height: 200px;
    overflow-y: scroll;
  }

  .tox-silver-sink {
    z-index: 99999 !important;
  }

  .react-date-picker__wrapper {
    padding: 5px;
    margin-right: 15px;
  }

  .d-heading {
    background: #dddddd;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #161b1e;
  }

  /* react auto suggest changes start */

  .react-autosuggest__container {
    position: relative;
  }

  .react-autosuggest__input {
    width: 150px;
    height: 30px;
    padding: 10px 20px;
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    border: 1px solid #aaa;
    border-radius: 4px;
  }

  .react-autosuggest__input--focused {
    outline: none;
  }

  .react-autosuggest__input--open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .react-autosuggest__suggestions-container {
    display: none;
  }

  .react-autosuggest__suggestions-container--open {
    display: block;
    position: absolute;
    top: 41px;
    width: 100%;
    border: 1px solid #aaa;
    background-color: #fff;
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 2;
  }

  .react-autosuggest__suggestions-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .react-autosuggest__suggestion {
    cursor: pointer;
    padding: 10px 20px;
  }

  .react-autosuggest__suggestion--highlighted {
    background-color: #ddd;
  }

  /* react auto suggest changes end */

  /* full page loading css  */
  .loading .bar {
      height: 3px;
    background: linear-gradient(90deg, #ff5900, #005239, #1bbb8b,  #005239, #ff5900);
    background-size: 200%;
    animation: bar 3s 0.2s linear infinite;
  }

  .loading-block .wrapper {
    width: 65%;
    margin: 0 auto;
    display: flex;
    padding-top: 50px;
  }

  .loading-block .sidebar {
    flex: 1;
  }

  .loading-block .container {
    flex: 0 0 650px;
    margin-right: 30px;
  }

  .loading-block  .card {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 30px;
  }

  .loading-block  .outer {
    background: #efefef;
  }

  .loading-block  .line {
    height: 16px;
  }

  .loading-block  .widget {
    margin-bottom: 10px !important;
  }

  .loading-block  .image {
    margin-left: -30px;
    margin-right: -30px;
    height: 190px;
    animation-duration: 1.38s !important;
    margin-bottom: 30px;
  }

  .loading-block  .small {
    width: 140px !important;
    height: 50px !important;
  }

  .loading-block  .w70 {
    width: 70%;
  }

  .loading-block  .w90 {
    width: 90%;
  }

  .loading-block  .w95 {
    width: 95%;
  }

  .loading-block  .button {
    height: 60px;
    border-radius: 50px;
    width: 200px;
    animation-duration: 1.37s !important;
  }

  .loading-block .loading {
    background-image: linear-gradient(to right, rgba(224,224,224,1) 0%,rgba(207,207,207,1) 35%,rgba(173,173,173,1) 50%,rgba(207,207,207,1) 65%,rgba(224,224,224,1) 100%);
    background-size: 400% 400%;
    animation: AnimationLoadingBlock 1.4s ease-out infinite;
    opacity: 0.3;
  }

  @keyframes AnimationLoadingBlock {
      0%{background-position:100% 50%}
      100%{background-position:0% 50%}
  }
  /* end full page loading css  */

  .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
  }

  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }

  #menu li ul {
    overflow: unset;
  }

  .dropdown-submenu a span.title {
    display: inline-block !important;
    margin-left: 10px;
  }

  li.dropdown-submenu > ul.dropdown-menu {
    min-width: 15rem;
  }

  .dropdown-menu li>a:hover, .dropdown-menu li>a:focus {
    box-shadow: unset;
    border-bottom: unset;;
  }

  .filter-card_new .dropdown-submenu>.dropdown-menu {
    left: 0;
    position: relative;
  }

  .filter-card_new .list-group a span.title {
    display: inline-block !important;
  }

  #column-left .dropdown-menu li a:hover, #column-left .dropdown-menu li a:focus, #column-left .dropdown-menu li a:active {
    background-color: #eaeaea !important;
  }

  /*06/12/2019 end */

  /* 06/01/2020 start */

  .filter-card_new .sigle-class-link a {
    margin-left: 6px;
  }

  .filter-card_new .sigle-class-link a span.title {
    display: inline-block !important;
    margin-left: 10px;
  }

  .filter-card_new .sigle-class-link a i.fa-tachometer {
    margin-top: -5px;
  }

  .sytem-dashboard .page-header {
    display: none;
  }

  /* 06/01/2020 end */

  /* 07/03/2020 Start */

  .react-bs-table table td, .react-bs-table table th {
    overflow: visible !important;
    white-space: initial !important
  }

  .card-stripe .card-stripe-ul {
    list-style: none;
    margin-left: -2.3rem;
  }

  .card-stripe .card-stripe-ul .card-stripe-ul-li {
    padding: 0px;
    box-shadow: 0 5px 20px #eee;
    border-radius: 3px;
    margin-bottom: 10px;
    float: left;
    margin-right: 1rem;
    position: relative;
    cursor: pointer;
  }

  .card-stripe .remove-image {
    cursor: pointer;
    position: absolute;
    left: auto;
    right: -0.3rem;
    top: -0.5rem;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 1.3;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    z-index: 5;
  }

  .image-block-sm .input-image-block {
    width: 5rem;
    height: 5rem;
  }

  .card-stripe .card-stripe-ul .card-stripe-ul-li i.fa.fa-plus-circle {
    padding: 1rem;
  }

  .image-block-sm .input-image-block i.fa-file-text.fa-5x, .input-image-block i.fa-file-text.fa-5x {
    position: absolute;
  }

  /* 07/03/2020 End */


  #header-nav .top-menu-item {
    cursor: pointer !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  }
  a:hover, a:focus {
      text-decoration: none;
  }
  /* for pills start */
  .mini-charts-item {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    position: relative;
    /* margin-bottom: 30px; */
    height: 10rem;
  }

  .mini-charts-item .chart {
        padding: 1rem 1.3rem;
    float: left;
    opacity: 0.5;
    color: #FCFCFC;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mini-charts-item .chart.chart-pie {
    margin: 0 20px;
  }

  .mini-charts-item .count {
    overflow: hidden;
    font-size: 1px;
    color: rgba(255, 255, 255, 0.9);
    padding: 1rem 1rem 1rem 2rem;
    /* padding: 1rem 1rem 1rem 3rem; */
  }

  .mini-charts-item .count > h2 {
    margin: 0;
    line-height: 100%;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
  }

  .mini-charts-item .count > small {
    margin-bottom: 2px;
    display: block;
  }

  .mini-charts-item .count > h2,
  .mini-charts-item .count > small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mini-charts-item .count > h2 {
    font-size: 22px;
  }
  .mini-charts-item .count > small {
    font-size: 17px;
  }

  .mini-charts-item > .clearfix,
  .mini-charts-item > .dl-horizontal dd,
  .mini-charts-item > .container,
  .mini-charts-item > .container-fluid,
  .mini-charts-item > .row,
  .mini-charts-item > .form-horizontal .form-group,
  .mini-charts-item > .btn-toolbar,
  .mini-charts-item > .btn-group-vertical > .btn-group,
  .mini-charts-item > .nav,
  .mini-charts-item > .navbar,
  .mini-charts-item > .navbar-header,
  .mini-charts-item > .navbar-collapse,
  .mini-charts-item > .pager,
  .mini-charts-item > .panel-body,
  .mini-charts-item > .modal-footer {
    position: relative;
    z-index: 1;
  }

  .mini-charts-item:before {
    -webkit-transition: width;
    -o-transition: width;
    transition: width;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    width: 93px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
  }

  .mini-charts-item:hover .count {
    color: #fff !important;
  }

  .mini-charts-item:hover:before {
    width: 100%;
  }
  /* for pills close */

  /* color start */
  /*
   * Material Background Colors
   */

  .bgm-white {
    background-color: #ffffff !important;
  }

  .c-white {
    color: #ffffff !important;
  }

  .bgm-black {
    background-color: #000000 !important;
  }

  .c-black {
    color: #000000 !important;
  }

  .bgm-brown {
    background-color: #795548 !important;
  }

  .c-brown {
    color: #795548 !important;
  }

  .bgm-pink {
    background-color: #e91e63 !important;
  }

  .c-pink {
    color: #e91e63 !important;
  }

  .bgm-red {
    background-color: #f44336 !important;
  }

  .c-red {
    color: #f44336 !important;
  }

  .bgm-blue {
    background-color: #2196f3 !important;
  }

  .c-blue {
    color: #2196f3 !important;
  }

  .bgm-purple {
    background-color: #9c27b0 !important;
  }

  .c-purple {
    color: #9c27b0 !important;
  }

  .bgm-deeppurple {
    background-color: #673ab7 !important;
  }

  .c-deeppurple {
    color: #673ab7 !important;
  }

  .bgm-lightblue {
    background-color: #03a9f4 !important;
  }

  .c-lightblue {
    color: #03a9f4 !important;
  }

  .bgm-cyan {
    background-color: #00bcd4 !important;
  }

  .c-cyan {
    color: #00bcd4 !important;
  }

  .bgm-teal {
    background-color: #009688 !important;
  }

  .c-teal {
    color: #009688 !important;
  }

  .bgm-green {
    background-color: #4caf50 !important;
  }

  .c-green {
    color: #4caf50 !important;
  }

  .bgm-lightgreen {
    background-color: #8bc34a !important;
  }

  .c-lightgreen {
    color: #8bc34a !important;
  }

  .bgm-lime {
    background-color: #cddc39 !important;
  }

  .c-lime {
    color: #cddc39 !important;
  }

  .bgm-yellow {
    background-color: #ffeb3b !important;
  }

  .c-yellow {
    color: #ffeb3b !important;
  }

  .bgm-amber {
    background-color: #ffc107 !important;
  }

  .c-amber {
    color: #ffc107 !important;
  }

  .bgm-orange {
    background-color: #ff9800 !important;
  }

  .c-orange {
    color: #ff9800 !important;
  }

  .bgm-deeporange {
    background-color: #ff5722 !important;
  }

  .c-deeporange {
    color: #ff5722 !important;
  }

  .bgm-gray {
    background-color: #9e9e9e !important;
  }

  .c-gray {
    color: #9e9e9e !important;
  }

  .bgm-bluegray {
    background-color: #607d8b !important;
  }

  .c-bluegray {
    color: #607d8b !important;
  }

  .bgm-indigo {
    background-color: #3f51b5 !important;
  }

  .c-indigo {
    color: #3f51b5 !important;
  }
  /* color close */

  /*
  Page Title and breadcrumb start
  */
  .page-header {
    margin: 0;
    padding-bottom:0px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
    background-color: #f7f7f7;
    padding: 5px 0;
    vertical-align: middle;
    margin: -1.2rem -1rem 1.13rem -1.1rem;
  }

  .page-header .pull-right {
    padding-top: 4px;
  }

  .page-header h1 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #666;
    font-weight: 600;
    display: inline-block;
  }

  .breadcrumb {
    vertical-align: middle;
    border-bottom:none !important;
    padding:0rem 1.5rem !important;
    margin-bottom: 5px;
    display: inline-block;
    background: none;
    margin: 0;
    border-radius: 0;
  }

  .breadcrumb>li {
      display: inline-block;
  }

  .breadcrumb > li > a {
      color: #666;
      font-weight: 500;
  }

  .breadcrumb > li > a {
    font-size:13px;
    padding: 0px;
    margin: 0px;
  }


  .breadcrumb li ul li:before {
    content: "";
  }

  .breadcrumb li + li:before {
    content: "/";
    font-family: FontAwesome;
    color: #BBBBBB;
    padding: 0 5px;
  }
  .breadcrumb li:last-child a {
    color: #4285F4;
  }
  /*
  Page Title and breadcrumb close
  */

  /*
  flat-card start
  */
  .flat-card {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
  }

  .flat-card .fcard-header {
    position: relative;
  }

  .marketing-call-info-page .flat-card {
    margin-bottom: 1rem !important;
  }

  .marketing-call-info-page .list-group-item {
    padding: .5rem 1.25rem;
  }

  @media screen and (min-width: 768px) {
    .flat-card .fcard-header:not(.ch-alt) {
      padding: 23px 26px;
    }
  }

  @media screen and (max-width: 991px) {
    .flat-card .fcard-header:not(.ch-alt) {
      padding: 18px;
    }
  }

  .flat-card .fcard-header h2 {
    margin: 0;
    line-height: 100%;
    font-size: 17px;
    font-weight: 400;
  }

  .flat-card .fcard-header h2 small {
    display: block;
    margin-top: 8px;
    color: #AEAEAE;
    line-height: 160%;
  }

  @media screen and (min-width: 768px) {

    .marketing-page-info-app-details .flat-card .fcard-header.ch-alt {
      padding: 9px 16px;
    }

    .flat-card .fcard-header.ch-alt {
      padding: 13px 16px;
    }
  }

  @media screen and (max-width: 991px) {
    .flat-card .fcard-header.ch-alt {
      padding: 18px 18px 28px;
    }
  }

  .flat-card .fcard-header.ch-alt:not([class*="bgm-"]) {
    background-color: #f7f7f7;
  }


  .flat-card .fcard-header[class*="bgm-"] h2,
  .flat-card .fcard-header[class*="bgm-"] h2 small {
    color: #fff;
  }

  .flat-card .fcard-header .actions {
    position: absolute;
    right: 10px;
    z-index: 2;
    top: 15px;
  }

  .flat-card .fcard-header .btn-float {
    right: 25px;
    bottom: -23px;
    z-index: 1;
  }

  @media screen and (min-width: 768px) {
    .flat-card .fcard-body.fcard-padding {
      padding: 23px 26px;
    }
  }

  @media screen and (max-width: 991px) {
    .flat-card .fcard-body.fcard-padding {
      padding: 18px;
    }
  }

  .flat-card .fcard-body.fcard-padding-sm {
    padding: 15px;
  }
  .flat-card .fcard-header {
    margin-bottom: 0rem;
  }
  .flat-card .fcard-header h2 {
    margin: 0;
    line-height: 100%;
    font-size: 17px;
    font-weight: 400;
    color: #666;
    font-weight: 500;
  }
  .flat-card .fcard-header.ch-alt:not([class*="bgm-"]) {
      background-color: #f7f7f7;
  }
  .flat-card .fcard-header .btn-float {
    right: 25px;
    bottom: -23px;
    z-index: 1;
  }
  /*
  flat-card close
  */
  .btn:not(.btn-link):not(.btn-float):not(.command-edit):not(.command-delete):not(.selectpicker) {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .btn-primary, .btn-danger {
    color: #fff !important;
  }
  .page-header .pull-right .btn-sm {
    margin-top: 0.3rem;
  }
  .btn-default {
    color: #333 !important;
    background-color: #fff;
    border-color: #fff;
  }

  /*!
   * Waves v0.7.2
   * http://fian.my.id/Waves
   *
   * Copyright 2014 Alfiana E. Sibuea and other contributors
   * Released under the MIT license
   * https://github.com/fians/Waves/blob/master/LICENSE
   */

  .waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }

  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0) translate(0, 0);
    -moz-transform: scale(0) translate(0, 0);
    -ms-transform: scale(0) translate(0, 0);
    -o-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none;
  }

  .waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  }

  .waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
  }

  .waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
  }

  .waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }

  .waves-button,
  .waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
  }

  .waves-button,
  .waves-button:hover,
  .waves-button:visited,
  .waves-button-input {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
  }

  .waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
  }

  .waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
  }

  .waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
  }

  .waves-input-wrapper.waves-button {
    padding: 0;
  }

  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
  }

  .waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }

  .waves-float:active {
    -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  }

  .waves-block {
    display: block;
  }

  /* Firefox Bug: link not triggered */

  a.waves-effect .waves-ripple {
    z-index: -1;
  }

  .btn-float {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute !important;
    line-height: 38px;
  }

  .btn-float:hover {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.18);
  }

  .btn-float i {
    font-size: 23px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
  }

  .btn-float:hover i {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  .btn-float:not(.bgm-white):not(.bgm-gray) > i {
    color: #fff;
  }

  .btn-float.bgm-white > i,
  .btn-float.bgm-gray > i {
    color: #333;
  }
  /*.btn-float:hover {
    transform: rotate(360deg) !important;
  }*/
  .color-box {
       height: 2rem;
       width: 4rem;
       background-color: #e7e7e7;
  }


  .btn-primary {
    background-color: #222;
    border-color: #222;
  }
  .zindex0 {
    z-index: 0 !important;
  }

/* 20/07/2020 start */

.password-field {
  position: relative;
}

.password-field button.password-mask {
  position: absolute;
  top: 25px;
}

/* 20/07/2020 end */

/* 21/07/2020 start */

/* Contact history timeline start */

.contact-history-table {
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.contact-history-table::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.contact-history-table {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.contact-history-table .timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.contact-history-table .timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  /*background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);*/
  background: rgba(212,228,239,1);
  background: -moz-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(211,222,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(211,222,255,1)));
  background: -webkit-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(211,222,255,1) 100%);
  background: -o-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(211,222,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(211,222,255,1) 100%);
  background: linear-gradient(to bottom, rgba(212,228,239,1) 0%, rgba(211,222,255,1) 100%);
  z-index: 5;
}

.contact-history-table .timeline li {
  padding: 1em 0;
}

.contact-history-table .timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.contact-history-table .direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.contact-history-table .direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.contact-history-table .flag-wrapper {
  position: relative;
  display: inline-block;

  text-align: center;
}

.contact-history-table .flag {
  position: relative;
  display: inline;
  background: rgb(248,248,248);
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: 600;
  text-align: left;
}

.contact-history-table .direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.contact-history-table .direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.contact-history-table .direction-l .flag:before, .contact-history-table .direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #1369F8;
  z-index: 10;
}

.contact-history-table .direction-r .flag:before {
  left: -40px;
}

.contact-history-table .direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.contact-history-table .direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.contact-history-table .time-wrapper {
  display: inline;

  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250,80,80);
  vertical-align: middle;
}

.contact-history-table .direction-l .time-wrapper {
  float: left;
}

.contact-history-table .direction-r .time-wrapper {
  float: right;
}

.contact-history-table .time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

.contact-history-table .desc {
  margin: 1em 0.75em 0 0;
  font-size: 0.77777em;
  font-style: italic;
  line-height: 1.5em;
}

.contact-history-table .direction-r .desc {
  margin: 1em 0 0 0.75em;
}

textarea.form-control {
  height: 150px;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

  .contact-history-table .timeline {
   	width: 100%;
  	padding: 4em 0 1em 0;
  }

  .contact-history-table .timeline li {
  	padding: 2em 0;
  }

  .contact-history-table .direction-l, .contact-history-table .direction-r {
  	float: none;
  	width: 100%;

  	text-align: center;
  }

  .contact-history-table .flag-wrapper {
  	text-align: center;
  }

  .contact-history-table .flag {
  	background: rgb(255,255,255);
  	z-index: 15;
  }

  .contact-history-table .direction-l .flag:before, .contact-history-table .direction-r .flag:before {
    position: absolute;
    top: -30px;
  	left: 50%;
  	content: ' ';
  	display: block;
  	width: 21px;
  	height: 21px;
  	margin-left: -10px;
  	background: #fff;
  	border-radius: 10px;
  	border: 4px solid rgb(255,80,80);
  	z-index: 10;
  }

  .contact-history-table .direction-l .flag:after, .contact-history-table .direction-r .flag:after {
  	content: "";
  	position: absolute;
  	left: 50%;
  	top: -8px;
  	height: 0;
  	width: 0;
  	margin-left: -8px;
  	border: solid transparent;
  	border-bottom-color: rgb(255,255,255);
  	border-width: 8px;
  	pointer-events: none;
  }

  .contact-history-table .time-wrapper {
  	display: block;
  	position: relative;
  	margin: 4px 0 0 0;
  	z-index: 14;
  }

  .contact-history-table .direction-l .time-wrapper {
  	float: none;
  }

  .contact-history-table .direction-r .time-wrapper {
  	float: none;
  }

  .contact-history-table .desc {
  	position: relative;
  	margin: 1em 0 0 0;
  	padding: 1em;
  	background: rgb(245,245,245);
  	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  	box-shadow: 0 0 1px rgba(0,0,0,0.20);
    z-index: 15;
  }

  .contact-history-table .direction-l .desc, .contact-history-table .direction-r .desc {
  	position: relative;
  	margin: 1em 1em 0 1em;
  	padding: 1em;
    z-index: 15;
  }

}

@media screen and (min-width: 400px ?? max-width: 660px) {
  .contact-history-table .direction-l .desc, .contact-history-table .direction-r .desc {
  	margin: 1em 4em 0 4em;
  }
}

/* Contact history timeline end */

/* 21/07/2020 end */

/* 24/07/2020 start */

.react-redux-modal .rrm-holder .scroll .rrm-content.m-custom-large {
  width: 1200px !important;
}

.react-redux-modal .rrm-holder .scroll .rrm-content.m-custom-large .rrm-title .rr-title-actions {
  width: auto;
  height: 100%;
  text-align: center;
  float: right;
}

/* 24/07/2020 end */


/* 22/08/2019 end */

/* Start Custom Layout  Css */
.card-custom-layout .card-header {
  color: #000;
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: baseline;
}
.custom-column {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: baseline;
}
.card-custom-layout .table-responsive {
    overflow: auto;
}
.layout_page_builder .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
    font-weight: 600;
    font-size: 17px;
}
.body-component {
    background-color: #f0f0f0;
}
.layout_page_builder  table.table th, .layout_page_builder table.table td {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.body-component td {
    border-top: 1px solid #dde0e3;
}

.custom-row .custom-row-header {
    background: #edecec;
}
.custom-row {
    border: 1px solid #dde0e3;
}
/* end Custom Layout  Css */


/* Custom Css 27-8-2019 */
.card-custom-layout .card-header {
  color: #000;
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: baseline;
}
.custom-column {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: baseline;
}
.card-custom-layout .table-responsive {
    overflow: auto;
}
.layout_page_builder .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
    font-weight: 600;
    font-size: 17px;
}
.body-component {
    background-color: #f0f0f0;
}
.layout_page_builder  table.table th, .layout_page_builder table.table td {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.custom-row .custom-row-header {
    background: #edecec;
}
.custom-row {
    border: 1px solid #dde0e3;
}
.rr-modals .m-xxlarge {
    width: 1500px;
}
.rr-modals .m-xxlarge .rr-title-actions {
    float: right !important;
}
/*  end Custom Css 27-8-2019 */

/* 28/08/2019 start */
/*start 15-10-2020*/
.message-loading .tlt-three-dot-spinner {
  width: 96px;
  text-align: center;
}
.message-loading .tlt-three-dot-spinner .tlt-dot-child {
  width: 24px;
  height: 24px;
  background-color: green;
  border-radius: 100%;
  display: inline-block;
  animation: sk-three-bounce 1s ease-in-out 0s infinite both;
}
.message-loading .tlt-three-dot-spinner .tlt-dot-1 {
  animation-delay: -0.2s;
}
.message-loading .tlt-three-dot-spinner .tlt-dot-2 {
  animation-delay: -0.1s;
}

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(1);
  }
}
.message-loading {
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.message-loading .tlt-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  background-color: #FFF;
  border-radius: 12px;
  z-index: 11;
  padding: 30px 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.message-loading .tlt-loading .loading-message {
  margin-top: 16px;
  font-weight: bold;
  text-align: center;
}
/*close 15-10-2020*/

/* 16-12-2021 start */

.react-redux-modal .rrm-holder .scroll .rrm-content.m-custom {
  width: 1200px;
}

.react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title .rr-title-actions {
  float: right;
}

/* 16-12-2021 end */

/* 29/06/2023 start */
.gp-domain-import-page .csv-label {
  font-weight: bold;
  font-size: 18px;
  color: #161b1e;
}

.gp-domain-import-page .csv-input {
  padding: 10px;
  display: block;
  margin: 15px auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}
/* 29/06/2023 end */
