/* donation */
.donation-group {
  width: 380px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.donation-item {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  min-height: 100px;
  padding-bottom: 20px;
}
.donation-form {
    background-color: #cccccc26;
    border: 0px;
    box-shadow: 0 0 3px 2px rgba(0,0,0,.13);
  }

.bg-mute {
  background-color:  #ccccccad;
}
.donation-item .ks-thumbnail img {
  height: 320px;
}

.donation-item-cover .ks-thumbnail img {
  height: 320px;
  padding: 10px;
}
.dash-seperated {
    border-bottom: 1px dashed #cccccc63;
    margin-bottom: 5px;
}
.border-none {
  border: 0px;
}
.item-header {
  background: #fff;
  font-size: 18px;
  display: flex;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
}
.donation-item .ks-text-action {
  font-weight: bolder;
  font-size: 14px;
}
.donation-item .ks-description {
  font-weight: normal;
  font-size: 10px;
}
.ks-text-action.raised {
  font-size: 20px;
}
.progress>.progress-bar.success {
  background-color: #28a745!important;
}



/* collection */
  #collection_merchant_items .br-none {
    border-radius:0px !important;
  } 
 #collection_merchant_items  .plan-item {
    border: 1px solid #87c0ea;
    border-radius: 5px;
  }
  #collection_merchant_items .plan-item:hover {
    background-color: #cccccc26;
    border: 0px;
    box-shadow: 0 0 3px 2px rgba(0,0,0,.13);
  }

  #collection_merchant_items .item-value {
    font-size: 15px;
  }
  .form-control-lg {
    font-size: 15px;
  }



    /* USER PROFILE VIEW PAGE */
    #user_profile_view .form-text-view.disabled  input{
        border: 0px;
        font-size: 16px;
        font-weight: bolder;
        margin-top: 0px;
        background-color: inherit !important;
    }
    #user_profile_view .form-text-view.disabled  input:hover {
        border-color: inherit !important;
    }
    #user_profile_view .form-text-view.disabled  .form-action {
       display: none;
    }
    #user_profile_view .form-text-view.disabled .input-title {
        font-size: 12px;
        color: #ccc;
        margin-bottom: 5px;
    }
    #user_profile_view .form-text-view.disabled .is_required {
        display: none;
    }

    /* COMING SOON */
      #coming_soon .box-item {
        /* background-color: #4caf500d; */
        text-align: center;
        padding: 15px;
        box-shadow: 0px 2px 2px 2px #ddd;
        margin-bottom: 20px;
      }
      #coming_soon .box-item:hover {
        margin-top: -5px;
      }
      #coming_soon .box-card {
        text-align: center;
        /* background: #3687de36; */
        background: #4caf500d;
        padding-bottom: 10px;
        padding-top: 10px;
      }
      #coming_soon .box-card .box-heading {
        text-align: center;
        font-weight: bolder;
        text-transform: uppercase;
        font-size: 12px;
        margin-bottom: 5px;
        color: #0a2d47;
      }
      #coming_soon .box-card .box-logo {
        height: 50px; 
        width:50px; 
        text-align: center;
        border-radius: 50%;
      }
      #coming_soon .box-item .desc {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 10px;
      }
      #coming_soon .box-item .count {
        border-top: 1px solid #ccc;
        padding-top: 10px;
        margin-bottom: 0px;
      }
 


    /* MONEY TRANSFER LIST */
    #money_transfer_list .ks-tabs-container.ks-tabs-default.ks-tabs-header-default .ks-nav-tabs {
      background: #25628f;
    }
        #money_transfer_list .ks-tabs-container.ks-tabs-default {
        border: solid 1px #25628f;
    }
    #money_transfer_list .ks-tabs-container.ks-tabs-default .nav-link {
        color: #fff;
        font-weight: bolder;
    }
    #money_transfer_list .ks-tabs-container.ks-tabs-default .nav-link.active {
        color: #25628f;
        font-weight: bolder;
    }
    #money_transfer_list .ks-tabs-container.ks-tabs-vertical.ks-tabs-default.ks-tabs-with-separator .nav-item:first-child .nav-link.active {
        border-top: 1px solid;
    }



    .ks-navbar .navbar-brand {
        width: auto;
    }
    .ks-navbar .ks-dropdown-grid-images {
        height: inherit;
    }
    .ks-navbar .ks-dropdown-grid-images .ks-text {
        padding: 0px 5px;
    }
    .ks-navbar .ks-dropdown-grid-images .la {
        /* font-size: 20px; */
    }
    .ks-navbar .ks-dropdown-grid-images .ks-grid-item{
        padding: 10px !important;
    }
    .ks-navbar .ks-dropdown-grid-images .ks-grid-item .ks-text{
        padding: 0px !important;
    }
    .ks-navbar .ks-dropdown-grid-images.show>.dropdown-menu .ks-scroll-wrapper>.ks-grid-item {
        width: 50%;
        text-align: center;
    }
    
    .service-icon {
        font-size: 30px;
        padding: 8px 10px;
        border: 1px solid #eff1fc;
        border-radius: 50%;
        background-color: #eff1fc;
        color: #0d0d80;
        align-items: center;
        align-content: center;
        text-align: center;
        /* margin-left: 20px; */
    }
    .service-desc {
        padding-top: 10px;
    }
    .service-card {
        margin-top: 15px;
    }
    .br-blue {
        border-right: 2px solid #21577f;
    }
    .bl-blue {
        border-left: 2px solid #21577f;
    }
    .br-green {
        border-right: 2px solid #4caf50;
    }
    .bl-green {
        border-left: 2px solid #4caf50;
    }
    .bt {
        border-top: 1px solid #777;
    }
    body.ks-page-header-fixed .ks-page-content .ks-page-content-body {
        padding: 40px;
        margin-top: 40px;
    }
    .clearfix {
        clear: both;
    }
    .text-underline {
      text-decoration: underline;
    }
    .text-xlg {
        font-size: 30px;
    }
    .text-xs {
        font-size: 5px;
    }
    .text-xs-i {
      font-size: 10px !important;
    }
    .text-sm {
        font-size: 10px;
    }
    .text-md {
        font-size: 15px;
    }
    .text-lg {
        font-size: 20px;
    }
    .text-italic {
        font-style: italic;
    }
    .vu-btn-sm {
        font-size: 10px !important;
        padding: 5px 10px !important;
    }
    .text-primary {
        color: #25628f!important;
    }
    .text-white {
        color: #fff;
    }
    .dummy-profile {
        width: 70px;
        height: 70px;
        font-size: 50px;
        border-radius: 50%;
        border: 1px solid #777;
        text-align: center;
        margin: 0 auto;
        margin: 0px 10px;
    }
    .text-bold {
        font-weight: bolder;
    }
    .text-statistic-count {
        font-size: 40px;
    }

.merchant-title {
    text-align: center;
    font-size: 12px;
    padding: 10px 5px 15px;
    font-weight: bolder;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.service-icon {
    font-size: 30px;
    padding: 8px 10px;
    border: 1px solid #eff1fc;
    border-radius: 50%;
    background-color: #eff1fc;
    color: #0d0d80;
    align-items: center;
    align-content: center;
    text-align: center;
}
.service-desc {
    padding-top: 10px;
}
.service-card {
    padding-top: 15px;
}
.service-card:hover {
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 15px;
    background: #d2d2e254;
}
.service-card:hover .service-icon {
    background-color: #bbbdc5;
}
.service-card:hover .service-desc {
    margin-bottom: 0px;
}

.br-blue {
    border-right: 2px solid #21577f;
}
.bl-blue {
    border-left: 2px solid #21577f;
}
.br-green {
    border-right: 2px solid #4caf50;
}
.bl-green {
    border-left: 2px solid #4caf50;
}
.bt {
    border-top: 1px solid #777;
}
body.ks-page-header-fixed .ks-page-content .ks-page-content-body {
    padding: 40px;
    margin-top: 40px;
}
.text-xs {
    font-size: 5px;
}
.text-sm {
    font-size: 10px;
}
.text-md {
    font-size: 15px;
}
.text-lg {
    font-size: 20px;
}
.vu-btn-sm {
    font-size: 10px !important;
    padding: 5px 10px !important;
}
.cursor {
    cursor: pointer;
}
.has-error {
   border-color: #f11c1c !important;
}
#PreviewPicture {
    width: 100px;
    height: 100px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
#PreviewPicture.big-preview {
  width: 400px;
  height: 300px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: auto;
}



/* COLLECTIONS PAGE */
.collection-suppliers {
    padding: 0px;
  }
  .collection-supplier-item {
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
  }
  .collection-supplier-item:hover {
    webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,.13);
    -moz-box-shadow: 0 0 3px 2px rgba(0,0,0,.13);
    box-shadow: 0 0 3px 2px rgba(0,0,0,.13);
    margin: 15px 0px;
  }
  .collection-supplier-item.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .collection-main {
    padding: 16px 0 15px;
    margin: 0 16px;
  }
  .collection-supplier-item h2 {
    font-size: 20px;
  }
  .collection-supplier-item h2 a:hover {
    color: #20b617 !important;
    text-decoration: underline;
  }
  .collection-content {
    margin-top: 15px;
  }
  .collection-products .product {
    margin-right: 15px;
    float: left;
    text-align: center;
    width: 90px;
  }
  .collection-products .product fieldset {
    max-width: 120px;
  }
  .collection-products .product img {
    height: 50px;
    width: 70px;
    
    margin-bottom: 8px;
  }
  .dummy-product {
    width: 90px;
    margin-bottom: 8px;
  }
  .dummy-product {
    border: 1px solid #777;
    border-radius: 5px;
    overflow: hidden;
    font-size: 8px;
    font-style: italic;
    padding: 18px 8px;
  }
  .collection-products .product img, .product .dummy-product:hover {
    background: #7777770d;
  }

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}





/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    .ks-dashboard-tabbed-sidebar-widgets {
      padding: 0px !important;
    }
    .ks-page-content-body {
      padding-left: 5px !important;
      padding-right: 5px !important;
    }
    .service-card  {
      width: auto !important;
      padding-top: 30px;
      font-size: 10px !important;
      padding-bottom: 30px;
    }
    .service-card:hover {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .ks-page-content-body button {
        margin-bottom: 15px !important;
    }

    .ks-page-content-body .float-right {
      float: none !important;
    }
   .ks-page-content-body table {
      margin-bottom: 10px;
    }
    .ks-navbar .ks-dropdown-grid-images{
      height: auto !important;
    }
    .wrapper>.nav>.ks-navbar-actions>.ks-user>.dropdown-toggle>.ks-info>.ks-name {
        display: block;
        font-size: 11px !important;
    }

    .ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions.ks-open>.nav-item>.nav-link {
      color: #25628f;
      border-bottom: 1px solid #dee0e1 !important;
    }
    #vuvaa_search {
        height: 50px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .ks-dashboard-tabbed-sidebar-widgets {
      padding: 0px !important;
    }
    .ks-page-content-body {
      padding-left: 5px !important;
      padding-right:5px !important;
    }
    .service-card  {
      width: 150px !important;
      padding-top: 30px;
      padding-bottom: 30px;
       font-size: 12px !important;
    }
    #vuvaa_search {
        height: 42px;
    }
    .service-card:hover {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ks-page-content-body button {
        margin-bottom: 15px !important;
    }

    .ks-page-content-body .float-right {
      float: none !important;
    }
    .ks-page-content-body table {
      margin-bottom: 10px;
    }
    .ks-navbar .ks-dropdown-grid-images{
      height: auto !important;
      border-bottom: 1px solid #dee0e1 !important;
    }
    .ks-navbar .ks-dropdown-grid-images .la {
      font-size: 20px !important;
    }
    .ks-navbar .nav-item.btn-action-block {
      text-align: center !important;
    }
    wrapper>.nav>.ks-navbar-actions>.ks-user>.dropdown-toggle>.ks-info>.ks-name {
        display: block;
        font-size: 11px;
    }

    .ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions.ks-open>.nav-item>.nav-link {
      color: #25628f;
      border-bottom: 1px solid #dee0e1 !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .ks-dashboard-tabbed-sidebar-widgets {
      padding: 0px !important;
    }
    .ks-page-content-body {
      padding-left: 10px !important;
      padding-right:10px !important;
    }
    .ks-page-content-body button {
        margin-top: 20px !important;
    }
    .service-card  {
        width: 50% !important;
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 14px !important;
    }
    #vuvaa_search {
        height: 50px;
    }
    

}

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
         .service-card  {
            font-size: 14px !important;
        }
        #vuvaa_search {
            height: 58px;
        }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
        .service-card  {
            font-size: 14px !important;
        }
        #vuvaa_search {
            height: 58px;
        }
    }