﻿/*
 ------------------------------------------------------------------
 =molderland - extra styles
 ------------------------------------------------------------------
*/
/*
 ------------------------------------------------------------------
 =variables
 ------------------------------------------------------------------
*/
/* fonts 
 *****************************************************************/
/* folders 
 *****************************************************************/
/*
 ------------------------------------------------------------------
 =mixins
 ------------------------------------------------------------------
*/
/* fonts 
 *****************************************************************/
/* fontface */
/* clearfix 
 *****************************************************************/
/* clearfix */
/* imports
 *****************************************************************/
/*
 ------------------------------------------------------------------
 =molderland - extra styles - form validation
 ------------------------------------------------------------------
*/
/* validation summary
 *****************************************************************/
.form-validation-summary {
  background: #f7f7f7;
  padding: 10px;
  margin: 25px 0;
  border-left: 5px solid #dcd5d5;
  -webkit-animation: form-validation-flicker 1s infinite alternate;
          animation: form-validation-flicker 1s infinite alternate;
}

@-webkit-keyframes form-validation-flicker {
  from {
    border-color: #dcd5d5;
  }
  to {
    border-color: #3175af;
  }
}

@keyframes form-validation-flicker {
  from {
    border-color: #dcd5d5;
  }
  to {
    border-color: #3175af;
  }
}

/*
 ------------------------------------------------------------------
 =molderland - extra styles - asp.net ajax control toolkit
 ------------------------------------------------------------------
*/
/* updatepanel: postback loader
 *****************************************************************/
.postback-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 200px;
  height: 132px;
  margin: -100px 0 0 -66px;
  text-align: center;
  padding: 10px;
  background: #fcf0e4 url("../img/misc/loading.gif") no-repeat center center;
  background-size: 90% 90%;
  background-position: 10px 20px;
  opacity: 0.8;
  border-radius: 10px !important;
}

/* input placeholders
 *****************************************************************/
.input-placeholder {
  color: #c7c2c2;
}

/* modal popup
 ******************************************************************/
.modalBackground {
  background: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.modalPopup {
  background: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/*
 ------------------------------------------------------------------
 =molderland - extra styles - search
 ------------------------------------------------------------------
*/
/* search box
 *****************************************************************/
.searchbox {
  background: #f7f7f7;
  padding: 15px 20px 15px 15px;
  margin: 0 0 20px 0;
  border-left: 5px solid #67809f;
  color: #67809f;
  position: relative;
  z-index: 1;
}

.searchbox-title {
  font-size: 14px;
  border-bottom: 1px solid #d3d3e0;
}

.searchbox .form-group:last-of-type {
  margin-bottom: 0;
}

/* search melding: niets gevonden
 *****************************************************************/
.nothing-found-area {
  background: #f7f7f7;
  padding: 20px;
  text-align: center;
  font-size: 16px;
}

.nothing-found-area p:last-child {
  margin-bottom: 0;
}

.nothing-found-icon {
  margin-bottom: 10px;
}

.nothing-found-icon > i {
  color: #c7c2c2;
  font-size: 40px !important;
  line-height: 1 !important;
}

/*
 ------------------------------------------------------------------
 =molderland - extra styles - tables
 ------------------------------------------------------------------
*/
/* table sorter
 *****************************************************************/
.table-sorter-linkzone {
  padding: 0 !important;
  position: relative;
}

.table-sorter-link {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 8px;
}

.table-sorter-link:hover, .table-sorter-link:focus {
  color: #3175af;
  text-decoration: none;
}

.table-sorter-text {
  margin-right: 16px;
}

.table-sorter-icon {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 8px;
  width: 8px;
  height: 14px;
  color: #c7c2c2;
}

.table-sorter-icon-asc {
  position: absolute;
  top: 0;
  right: 0;
}

.table-sorter-icon-desc {
  position: absolute;
  bottom: 0;
  right: 0;
}

.table-sorter-link.active.sorted-ascending .table-sorter-icon-asc {
  color: #3175af;
}

.table-sorter-link.active.sorted-descending .table-sorter-icon-desc {
  color: #3175af;
}

/*
 ------------------------------------------------------------------
 =molderland - extra styles - colours
 ------------------------------------------------------------------
*/
/* client buttons
 *****************************************************************/
.btn-yummyexpress {
  color: #fff;
  background-color: #b94a48;
}

.btn-yummyexpress:hover, .btn-yummyexpress:focus {
  color: #fff;
  background-color: #a74240;
}

.btn-yummyexpress-stripe {
  border-left: 3px solid #b94a48;
}

/* text colour
 *****************************************************************/
.font-yummyexpress-red {
  color: #b94a48;
}

/* dashboard stats
 *****************************************************************/
.dashboard-stat.yummyexpress-red {
  background: #b94a48;
}

.dashboard-stat.yummyexpress-red .visual > i {
  color: #fff;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.dashboard-stat.yummyexpress-red .details .number {
  color: #eddbdb;
}

.dashboard-stat.yummyexpress-red .details .desc {
  color: #f8ebeb;
}

.dashboard-stat.yummyexpress-red .more {
  color: #fff;
  background: #aa3e3c;
}

/*
 ------------------------------------------------------------------
 =molderland - extra styles - button zone
 ------------------------------------------------------------------
*/
.button-zone {
  margin: 0;
  padding: 20px;
  background-color: #f5f5f5;
}

.button-zone-right {
  text-align: right;
}

.button-zone-item {
  display: inline-block;
}

@media only screen and (max-width: 600px) {
  .button-zone-item {
    display: block;
    margin-bottom: 4px;
  }
  .button-zone-item:last-child {
    margin-bottom: 0;
  }
}

/* max-width: 600px */
/*
 ------------------------------------------------------------------
 =molderland - extra styles - image lists
 ------------------------------------------------------------------
*/
/* viewers: overview
 *****************************************************************/
.viewer-list {
  display: block;
  overflow: hidden;
  margin: 0 -5px;
}

.viewer-list-item {
  float: left;
  width: 150px;
  height: 162px;
  border: 0px solid #ccc;
  background-color: #f7f7f7;
  margin: 0 5px 10px 5px;
}

.viewer-list-item-inner {
  padding: 5px;
}

.viewer-list-item--image {
  display: block;
  width: 100%;
  height: 100px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e1e1e1;
}

.viewer-list-item--name {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  color: #364150;
}

.viewer-list-item--actions {
  margin-top: 5px;
  text-align: center;
  overflow: hidden;
}

/* viewers: detail
 *****************************************************************/
.viewer-items {
  display: block;
  overflow: hidden;
  margin: 0 -5px;
}

.viewer-item {
  float: left;
  width: 150px;
  height: 150px;
  background-color: #f7f7f7;
  margin: 0 5px 10px 5px;
}

.viewer-item-inner {
  padding: 5px;
}

.viewer-item--image {
  display: block;
  width: 100%;
  height: 100px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e1e1e1;
}

.viewer-item--actionzone {
  overflow: hidden;
  margin-top: 5px;
}

.viewer-item--actionzone--left {
  float: left;
}

.viewer-item--actionzone--right {
  float: right;
}

/*
 ------------------------------------------------------------------
 =molderland - extra styles - image upload
 ------------------------------------------------------------------
*/
/* default image upload
 *****************************************************************/
.imageupload-zone {
  display: block;
  overflow: hidden;
}

.imageupload-imagezone {
  float: left;
  width: 100px;
  border: 1px solid #e1e1e1;
}

.imageupload-imagezone--image {
  display: block;
  width: 100%;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.imageupload-actionszone {
  float: none;
  margin-left: 110px;
}

/* modal - image upload
 *****************************************************************/
.modal-uploadimage-zone {
  display: block;
}

/* modal - image upload buttons
 *****************************************************************/
.multiuploaderbutton {
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
  width: 120px;
  text-align: center;
  padding: 4px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
}

.multiuploaderbutton:hover {
  color: #333;
  background: #eee;
  text-decoration: none;
}

/*
 ------------------------------------------------------------------
 =molderland - extra styles - form layouts
 ------------------------------------------------------------------
*/
/* two on one line
 *****************************************************************/
.row-container {
  overflow: hidden;
}

.row-container-half {
  float: left;
  width: 50%;
  overflow: hidden;
}

.row-container-half--labeltext {
  float: left;
  width: 40px;
  line-height: 34px;
  margin-left: 20px;
}

.row-container-half:first-child .row-container-half--labeltext {
  margin-left: 0;
}

.row-container-half--inputzone {
  margin-left: 60px;
  box-sizing: border-box;
}

/* media queries */
@media only screen and (max-width: 730px) {
  .row-container-half {
    float: none;
    width: 100%;
  }
  .row-container-half--labeltext {
    margin-left: 0;
    text-align: right;
  }
}

/* max-width: 730px */
/*
 ------------------------------------------------------------------
 =molderland - extra styles - portlet: lijst met gegevens (table)
 ------------------------------------------------------------------
*/
.portlet-list-table {
  max-width: 100%;
  width: 100%;
  border: 0;
  margin: 0;
}

.portlet-list-table .td-icon {
  color: #515457;
  width: 20px;
}

.portlet-list-table td {
  vertical-align: middle;
  border-bottom: 1px dotted #ddd;
  padding: 5px;
}

.portlet-list-table .actions-td {
  text-align: right;
}

.portlet-list-table-actions,
.portlet-list-table-note {
  margin-top: 10px;
}

.portlet-list-table-actions .action-controls {
  float: left;
  margin-right: 5px;
}

/*
 ------------------------------------------------------------------
 =molderland - extra styles - overwrites
 ------------------------------------------------------------------
*/
/* sidemenu (left)
 *****************************************************************/
/* left menu bar */
.sidebar-toggler {
  margin-bottom: 15px;
}

/* left menu bar: separator-item, net zoals ".heading" */
.separator-item {
  padding: 10px 0 !important;
}

.page-sidebar .page-sidebar-menu > li.separator-item + li > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.separator-item + li > a {
  border-top: 0;
}

@media only screen and (min-width: 992px) {
  .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover.separator-item {
    width: 45px !important;
    box-shadow: none;
  }
}

/* min-width: 992px */
/* sidebar: selected item colour: */
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, .page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar .page-sidebar-menu > li.active.open > a {
  background: #b94a48;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a:hover, .page-sidebar .page-sidebar-menu > li.active > a:hover, .page-sidebar .page-sidebar-menu > li.active.open > a:hover {
  background: #b34644;
}

/* topbar
 *****************************************************************/
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > .username {
  text-transform: lowercase;
}

/* form changes
 *****************************************************************/
textarea {
  resize: none;
}

/*
 ------------------------------------------------------------------
 =molderland - extra styles - fixes
 ------------------------------------------------------------------
*/
/* dashboard stats
 *****************************************************************/
.dashboard-stat .more-nohover:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* checkboxes
 *****************************************************************/
.checkbox-fix-labelposition label {
  position: relative;
  top: 1px;
}

.no-bordered-checkbox {
  border: 0;
  padding-left: 0;
}

.long-word-checkbox {
  height: auto;
}

.smaller-checkbox label {
  font-size: 13px;
}

/* table fixes
 *****************************************************************/
.no-border-table {
  border: 0 !important;
}

/* dropdowns in tables */
.table-dropdownfix {
  border: 0;
}

.table-dropdownfix .table {
  border: 1px solid #ddd !important;
}

/* topbar - logo + text
 *****************************************************************/
.page-logo-extratext {
  position: relative;
  top: 8px;
  left: -15px;
  font-size: 13px;
}

@media only screen and (max-width: 320px) {
  .page-logo-extratext {
    display: none;
  }
}

/* max-width: 320px */
/*# sourceMappingURL=molderland-extra.css.map */