@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
/*-- Global styles --*/
/*-- Brand Colours --*/
/*-- Brand font styles --*/
/*-- Navigation colours --*/
/*----- Jqgrid styles ----- */
/*-- Brand images --*/
/*-- Obsolete (uitfaseren) --*/
/* $panel-info-heading-bg: lighten($brand-secondary, 40%); */
/* $panel-info-heading-bg: lighten($brand-secondary, 40%); */
/*-- Button colours --*/
/*-- Button primary colours --*/
/*-- Button lay-outs --*/
/*-- Button default colours --*/
/*-- Button order/succes colours --*/
/*PM2anyone: Dit ontbrak in deze file, gaf mij een mergeconflict. Fix het maar, ik weet ook niet wat de kleuren moeten zijn*/
/* line 101, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#zoekbalkform #zoekbalk input[type="text"], #zoekbalkform #zoekbalk select, #zoekbalkform #selectionbalk select, .modal-content .modal-body #zoekbalk input {
  background-color: white;
  background-image: none;
  border: 1px solid #eaeaea;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

/* line 116, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.input-group-addon, #zoekbalkform #zoekbalk span, #zoekbalkform #selectionbalk #existingselection span, .modal-content .modal-body #zoekbalk span {
  width: auto;
  background-color: transparent;
  border: none;
}

/* line 122, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.input-group-button {
  width: auto;
}

/* line 126, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.separator {
  display: none;
}

/* line 130, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.panel-body .form-group label {
  text-align: left;
}

/*-- Meer opties --*/
/* line 136, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#zoekbalkform .row .col-md-2 .btn {
  float: right;
  background-color: #21b0e6;
  border-color: #21b0e6;
  color: white;
}

/* line 143, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
hg pull
#zoekbalkform .row .col-md-2 .btn i {
  padding: 3px;
}

/*------- Login pagina -------*/
/* line 150, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#login .panel-primary h2 {
  padding: 10px;
}
/* line 155, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#login #actueel .panel-body {
  background: white;
}
/* line 159, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#login #actueel .login_links {
  text-align: center;
}
/* line 162, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#login #actueel .login_links a {
  background: none;
  font-size: 12px;
  color: #2a2a29;
}
/* line 167, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#login #actueel .login_links a:hover {
  background: none;
  color: #2a2a29;
  text-decoration: underline;
}
/* line 175, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#login #actueel .alert {
  margin-top: 0px;
}
/* line 180, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#login .input-group {
  width: 100%;
}

/*------ Header ------*/
/* line 188, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#navbar-header-collapse li {
  padding-left: 5px;
  padding-right: 5px;
}
/* line 192, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#navbar-header-collapse li a {
  color: white;
}
/* line 195, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#navbar-header-collapse li a:hover {
  color: #106e91;
}
/* line 200, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#navbar-header-collapse li .dropdown-menu {
  background: #21b0e6;
  box-shadow: 0px;
}

/* line 207, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#top_line {
  background: #2a2a29;
  padding-bottom: 15px;
}
/* line 211, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#top_line #header {
  margin-top: 10px;
}
/* line 216, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#top_line #account_links a {
  color: #d8f1fb;
}
/* line 219, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#top_line #account_links a i {
  color: #d8f1fb;
}
/* line 223, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#top_line #account_links a:hover {
  color: #21b0e6;
  text-decoration: none;
}
/* line 227, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#top_line #account_links a:hover i {
  color: #21b0e6;
  text-decoration: none;
}
/* line 234, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#top_line #account_links #searchbutton {
  background: #21b0e6;
  border: 1px solid #21b0e6;
}
/* line 238, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#top_line #account_links #searchbutton i {
  color: white;
}

/* line 245, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#navbar_top {
  background: #2a2a29;
}

/* line 249, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#breadcrumb_top {
  background: #21b0e6;
}
/* line 252, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#breadcrumb_top #breadcrumb {
  background-color: transparent;
}
/* line 255, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#breadcrumb_top #breadcrumb a, #breadcrumb_top #breadcrumb i {
  color: white;
}

/*----- Content -----*/
/* line 265, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#wrapper #main_content h2 .panel-body {
  border: none;
}
/* line 269, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#wrapper #main_content h2 .panel-primary {
  border: 1px solid #eaeaea;
}
/* line 275, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#wrapper .thumbnail:hover {
  transition: background-color 0.3s ease-in;
}

/*----- Assets -----*/
/* line 283, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#zoekbalkform {
  background: none;
}
/* line 285, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#zoekbalkform #zoekbalk {
  background: white;
  color: #2c2e2d;
  padding: 15px;
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
}
/* line 292, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#zoekbalkform #zoekbalk span {
  float: left;
  width: auto;
  background: none;
  color: #2c2e2d;
  border: none;
  padding: 9px 12px;
}
/* line 302, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#zoekbalkform #zoekbalk input[type="text"], #zoekbalkform #zoekbalk select {
  width: 25%;
  float: left;
  color: #3b3b3b;
}
/* line 310, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#zoekbalkform #metabalk {
  background: #eaeaea;
  color: #3b3b3b;
  padding: 30px;
}
/* line 316, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#zoekbalkform #selectionbalk {
  background: white;
  color: #3b3b3b;
  padding: 15px;
  border-bottom: 1px solid #eaeaea;
  float: left;
  width: 100%;
}
/* line 324, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#zoekbalkform #selectionbalk i {
  color: white;
}
/* line 329, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#zoekbalkform #selectionbalk #existingselection span {
  float: left;
  width: auto;
  background: none;
  color: #2c2e2d;
  border: none;
  padding: 9px 12px;
}
/* line 340, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#zoekbalkform #selectionbalk #showselection {
  margin-left: 15px;
}
/* line 344, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#zoekbalkform #selectionbalk select {
  color: #2c2e2d;
  width: 25%;
  float: left;
  color: #3b3b3b;
}
/* line 353, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#zoekbalkform #optionbalk {
  background: none;
}
/* line 356, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#zoekbalkform #optionbalk .balk a {
  color: white;
  text-decoration: none;
}
/* line 363, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#zoekbalkform #assets {
  background: white;
}
/* line 365, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#zoekbalkform #assets .asset {
  border: 1px solid #eaeaea;
}

/*------- Modal pop-ups -------*/
/* line 375, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.modal-content .modal-header {
  border: none;
}
/* line 378, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.modal-content .modal-header .panel-heading {
  background: none;
  border-color: #eaeaea;
  color: white;
}
/* line 383, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.modal-content .modal-header .panel-heading i {
  float: right;
  color: white;
}
/* line 391, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.modal-content .modal-body #detailcontainer {
  border: none;
}
/* line 395, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.modal-content .modal-body #zoekbalk {
  height: 60px;
  float: left;
  width: 100%;
}
/* line 400, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.modal-content .modal-body #zoekbalk input {
  width: 30%;
  float: left;
}
/* line 406, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.modal-content .modal-body #zoekbalk span {
  float: left;
}
/* line 412, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.modal-content .modal-body #metabalk {
  width: 100%;
  float: left;
}
/* line 418, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.modal-content .modal-body #metabalk table tr td {
  vertical-align: top;
}
/* line 425, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.modal-content .modal-body #selectionbalk {
  display: none;
}
/* line 429, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.modal-content .modal-body #optionbalk {
  padding: 15px;
}
/* line 435, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.modal-content .modal-body #assets .thumbnail_image a {
  color: #3b3b3b;
}
/* line 442, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.modal-content .modal-body .uploaden #dragandrophandler {
  border: 2px dashed #3b3b3b;
}
/* line 445, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.modal-content .modal-body .uploaden #dragandrophandler i {
  color: #3b3b3b;
}

/* line 453, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.panel-body .form-group label {
  text-align: left;
}

/*-- Meer opties --*/
/* line 458, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#zoekbalkform .row .col-md-2 .btn {
  float: right;
  background-color: #21b0e6;
  border-color: #eaeaea;
  color: white;
}

/* line 465, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#zoekbalkform .row .col-md-2 .btn i {
  padding: 3px;
}

/*----- New document Modal -----*/
/* line 471, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#myModal .modal-header {
  border: none;
}

/* line 475, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#myModal .btn-primary {
  background: #a2c52a;
  border: none;
}

/* line 480, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#myModal .col-md-12 {
  margin-bottom: 10px;
}

/*---- Meer pagina's Pagina selectie -----*/
/* line 487, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#dragdropcontainer h3 {
  margin-bottom: 30px;
  height: 50px;
  background: #2a2a29;
  color: white;
}
/* line 494, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#dragdropcontainer .panel-group {
  margin-top: 50px;
}
/* line 497, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#dragdropcontainer .panel-group .panel {
  border: 1px solid #eaeaea;
}
/* line 501, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#dragdropcontainer .panel-group .panel-heading {
  background: none;
  color: #3b3b3b;
  font-size: 1.2em;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
/* line 510, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#dragdropcontainer .panel-group #pages .page, #dragdropcontainer .panel-group #pages .template, #dragdropcontainer .panel-group #pages .newpage {
  margin: 1%;
  width: 14.6%;
}
/* line 515, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#dragdropcontainer .panel-group #pages .newpage {
  background: #eaeaea;
  color: #2c2e2d;
}
/* line 520, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#dragdropcontainer .panel-group #pages .ui-droppable.ui-sortable-helper {
  border: 1px solid #eaeaea;
  opacity: 0.8;
  -webkit-box-shadow: 10px 10px 18px -3px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 10px 10px 18px -3px rgba(0, 0, 0, 0.26);
  box-shadow: 10px 10px 18px -3px rgba(0, 0, 0, 0.26);
}
/* line 530, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#dragdropcontainer .panel-group .panel-body #templates {
  margin-top: 0;
}

/* line 537, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#dragdropcontainer #pages .ui-droppable {
  border: 1px solid #eaeaea;
}

/* line 541, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#pages .editable {
  box-shadow: none;
  background: none;
  color: #2a2a29;
}

/* line 547, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#accordion #dragdropcontainer {
  background: white;
}

/* line 551, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#accordion #dragdropcontainer h3 {
  padding: 10px;
}

/*----- Meer pagina's editpage -----*/
/* line 558, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.publicationvariants #main_content .row .col-md-12 #introtekst {
  background: none;
  box-shadow: none;
}

/* line 563, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#pvform #tabheaders .tablink {
  background: #2a2a29;
  color: #5e5e5b;
  height: 42px;
}

/* line 569, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#pvform .form-group #tabheaders {
  background: #eaeaea;
  height: auto;
}

/* line 574, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-color: white;
}

/* line 578, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.container #main_content .publicationvariant #tabheaders .active .tablink {
  height: 42px;
}

/* line 582, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.container #main_content .publicationvariant #tabheaders .tablink i {
  color: #5e5e5b;
}

/* line 586, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.htContainer tr td {
  border: 1px solid grey;
}

/* line 590, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#pvform .col-md-6 .cke_chrome {
  border: 1px solid #cccccc;
}

/* line 594, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#pagepreviews .panel-heading {
  background: none;
  border: 1px solid #eaeaea;
  color: white;
}

/* line 600, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#pvform .col-md-6 .panel-body #dragandrophandler {
  border: 2px dashed #2a2a29;
}

/* line 604, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#pvform .col-md-6 .panel-body #dragandrophandler .directupload:hover i {
  color: #1590bf;
}

/* line 608, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#_imagemaps ul li a {
  color: white;
}

/* line 612, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#_imagemaps .list-group-item i {
  color: white;
}

/* line 616, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#_imagemaps #image .thumbnail {
  border: 1px dashed #c3c3c2;
}

/* line 620, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#previewcontainer {
  background: #91918e;
}

/* line 624, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#pvform .col-md-6 .panel-body .form-horizontal .control-label {
  width: 50%;
  float: left;
}

/* line 629, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.info_col {
  float: right;
}

/* line 633, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#pvform .form-horizontal .form-group .field_tooltip {
  float: right;
  margin: 10px 10px 0px 0;
}

/*----- Disable toggle fullscreen Asset page ----- */
/* line 641, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#togglefullscreen {
  display: none;
}

/*------ Freedesign -----*/
/* line 647, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#freedesign_wrapper .panel-heading {
  background: #21b0e6;
  color: white;
  border: 1px solid #21b0e6;
}

/* line 653, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#freedesign_wrapper .panel-info {
  border: 1px solid #2a2a29;
}

/* line 657, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#freedesign_wrapper .panel-body {
  border: none;
}

/* line 661, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#freedesign_wrapper .btn-group-horizontal {
  margin-top: 20px;
}

/* line 665, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#freedesign_wrapper #col-tool_tabs .nav-tabs {
  background: #2a2a29;
}

/* line 669, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#freedesign_wrapper #col-tool_tabs .nav-tabs .active {
  background: white;
  border-top: 1px solid #2a2a29;
  border-left: 1px solid #2a2a29;
  border-right: 1px solid #2a2a29;
}

/* line 676, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#freedesign_wrapper #col-tool_tabs .nav-tabs .active .bootstrap_popover {
  background: white;
  color: #2a2a29;
  border: none;
}

/* line 682, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: none;
}

/* line 686, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#freedesign_wrapper #col-tool_tabs .nav-tabs .active a i {
  color: #2a2a29;
}

/* line 690, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#freedesign_wrapper #col-tool_tabs .tab-content {
  border-bottom: 1px solid #2a2a29;
  border-left: 1px solid #2a2a29;
  border-right: 1px solid #2a2a29;
}

/* line 696, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#freedesign_wrapper #picture #dragandrophandler {
  border: 2px dashed #2a2a29;
}

/* line 700, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#freedesign_wrapper #col-main_document #col-tool_tabs .imagegroup .image-container {
  border: 1px dashed #c3c3c2;
  box-shadow: none;
}

/* line 705, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#zoekbalkform #zoekbalk {
  padding: 10px;
}

/* line 709, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#zoekbalkform .input-group #zoekenop {
  width: 100%;
}

/*----- Cart ------*/
/* line 715, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#defaultinhoud .panel-body {
  background: white;
}

/*------ Footer ------*/
/* line 721, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#main_footer {
  background: #2a2a29;
}

/*-- AANPASSINGEN STIJL uiteindelijk generiek doorvoeren en oude code vervangen. Eerst testen  --*/
/* line 730, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#pvform #imagecontainer .panel-body {
  border: 1px solid #eaeaea;
}
/* line 735, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#pvform .form-group {
  border: none;
  background: none;
  margin: 0;
}
/* line 741, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#pvform .panel {
  background: white;
  border: 1px solid #eaeaea;
}
/* line 745, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#pvform .panel .panel-body {
  background: white;
}
/* line 749, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#pvform .panel .panel-body .form-horizontal .control-label {
  font-size: 1em;
  font-weight: 100;
}
/* line 756, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#pvform .panel .panel-body #plaatje #previewcanvas {
  background: #eaeaea;
}

/*--Xmtable overrides --*/
/* line 767, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.xmtable.table-striped thead, #gview_modaldatagrid thead {
  background: white;
}
/* line 770, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.xmtable.table-striped thead th, #gview_modaldatagrid thead th {
  color: #3b3b3b;
}
/* line 777, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.xmtable.table-striped tbody tr:nth-child(even):hover, #gview_modaldatagrid tbody tr:nth-child(even):hover {
  background: #21b0e6;
}
/* line 783, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.xmtable.table-striped tbody tr:nth-child(odd):hover, #gview_modaldatagrid tbody tr:nth-child(odd):hover {
  background: #21b0e6;
}

/* line 790, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
#pager {
  background: none;
}

/* line 794, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.btn-default {
  background-color: white;
  border: 1px solid #eaeaea;
}

/* line 800, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.btn-primary i {
  color: white;
}

@font-face {
  font-family: 'ean13';
  src: url("/stylesheets/ean13.ttf");
}

/* line 810, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.ean {
  font-family: ean13;
  font-size: 2.5em;
}

/*imagepicker in modal popup via ckeditor*/
/* line 817, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.fromeditor {
  padding: 20px;
}
/* line 820, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.fromeditor #zoekbalkform {
  height: calc(100% - 72px);
}
/* line 823, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.fromeditor #zoekbalkform #zoekbalk {
  border: none;
  overflow: auto;
  padding: 20px 0;
}
/* line 828, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.fromeditor #zoekbalkform #collapseExample {
  overflow: auto;
}
/* line 831, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.fromeditor #zoekbalkform #assets {
  xheight: calc(100% - 160px);
}
/* line 834, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.fromeditor #zoekbalkform #assets #images {
  xheight: 100%;
}
/* line 839, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.fromeditor #zoekbalkform #assets #images .row,
.fromeditor #zoekbalkform #assets #images .thumbnail_image,
.fromeditor #zoekbalkform #assets #images .thumbnail_image .thumbnail {
  xwidth: 100%;
  margin: 0;
  padding: 10px;
}
/* line 844, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.fromeditor #zoekbalkform #assets #images .thumbnail_image .thumbnail a p {
  padding: 0;
  text-align: center;
}
/* line 848, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.fromeditor #zoekbalkform #assets #images .thumbnail_image a .image_wrapper {
  height: 150px;
}
/* line 851, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.fromeditor #zoekbalkform #assets #images .thumbnail_image a .image_wrapper .img-responsive {
  max-height: 150px;
  width: auto;
  margin: 0 auto;
}
/* line 856, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.fromeditor #zoekbalkform #assets #images .thumbnail_image .thumbnail .asset-options {
  position: absolute;
  bottom: 20px;
  left: 20px;
  overflow: auto;
}
/* line 862, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.fromeditor #zoekbalkform #zoekbalk span {
  width: inherit !important;
  background: none;
  border: none;
}
/* line 867, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.fromeditor #zoekbalkform #optionbalk {
  padding: 20px 0;
}
/* line 870, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.fromeditor .uploaden {
  height: 72px;
  border: 2px dashed #3e72a3;
}
/* line 874, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.fromeditor .uploaden .xmuploader {
  margin: 6px;
  overflow: auto;
  height: 56px;
}
/* line 879, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.fromeditor .uploaden a {
  float: left;
}
/* line 882, /var/www/rails/sligro/frontend/app/assets/stylesheets/_user_vars.scss */
.fromeditor .uploaden p {
  float: left;
  line-height: 56px;
  margin: 0 16px;
}

/* line 8, /var/www/rails/sligro/frontend/app/assets/stylesheets/login.css.scss */
body {
  background: url(/assets/XM/login-background.jpg) no-repeat right fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}

/*---- Achtergrond afbeelding verdwijnt wanneer het scherm 500 of minder pixels breed is. ----*/
@media screen and (max-width: 500px) {
  /* line 20, /var/www/rails/sligro/frontend/app/assets/stylesheets/login.css.scss */
  body {
    background: #21b0e6;
  }
}
/* line 25, /var/www/rails/sligro/frontend/app/assets/stylesheets/login.css.scss */
h1 {
  font-size: 120px;
  text-align: center;
}

/* line 30, /var/www/rails/sligro/frontend/app/assets/stylesheets/login.css.scss */
h3 {
  text-align: center;
  font-size: 24px;
  color: #2a2a29;
  font-weight: bold;
}

/*---- De login h1 en h3's schalen mee met de breedte van het scherm ----*/
@media screen and (max-width: 1600px) {
  /* line 40, /var/www/rails/sligro/frontend/app/assets/stylesheets/login.css.scss */
  h1 {
    font-size: 60px;
  }

  /* line 43, /var/www/rails/sligro/frontend/app/assets/stylesheets/login.css.scss */
  h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  /* line 52, /var/www/rails/sligro/frontend/app/assets/stylesheets/login.css.scss */
  h1 {
    font-size: 30px;
  }

  /* line 55, /var/www/rails/sligro/frontend/app/assets/stylesheets/login.css.scss */
  h3 {
    font-size: 12px;
  }

  /* line 58, /var/www/rails/sligro/frontend/app/assets/stylesheets/login.css.scss */
  #login-intro {
    margin-top: 5%;
  }
}
/* line 63, /var/www/rails/sligro/frontend/app/assets/stylesheets/login.css.scss */
#login h2 {
  background: #21b0e6;
  color: white;
  margin: 0px;
  padding: 5px;
}

/* line 70, /var/www/rails/sligro/frontend/app/assets/stylesheets/login.css.scss */
.login_logo {
  background: url("") no-repeat;
  width: 330px;
  height: 150px;
  margin: 0 auto;
  z-index: 1;
  left: 40%;
}

/* line 80, /var/www/rails/sligro/frontend/app/assets/stylesheets/login.css.scss */
#login .panel-primary {
  width: 330px;
  background: none;
  border: 0px;
  position: relative;
  z-index: 9999;
  box-shadow: #21b0e6;
  /*   border-radius: 0px ; */
  margin: 0 auto;
}

/* line 91, /var/www/rails/sligro/frontend/app/assets/stylesheets/login.css.scss */
.taalkeuze {
  margin-bottom: 10px;
}

/* line 95, /var/www/rails/sligro/frontend/app/assets/stylesheets/login.css.scss */
#login .panel-body {
  border: 0px;
  background-color: white;
}

/* line 100, /var/www/rails/sligro/frontend/app/assets/stylesheets/login.css.scss */
#create_account {
  margin-top: 6px;
  background: none;
  float: left;
}

/* line 106, /var/www/rails/sligro/frontend/app/assets/stylesheets/login.css.scss */
#create_account a {
  background: none;
}

/* line 110, /var/www/rails/sligro/frontend/app/assets/stylesheets/login.css.scss */
.alert {
  margin-top: 100px;
}

/* line 115, /var/www/rails/sligro/frontend/app/assets/stylesheets/login.css.scss */
#login .panel-body .alert .close {
  color: #a94442;
  background: none;
}

/* line 120, /var/www/rails/sligro/frontend/app/assets/stylesheets/login.css.scss */
body.login.forgotpassword #login {
  margin-top: 10%;
}

@media screen and (max-width: 1600px) {
  /* line 125, /var/www/rails/sligro/frontend/app/assets/stylesheets/login.css.scss */
  body.login.forgotpassword #login {
    margin-top: 20%;
  }
}
@media screen and (max-width: 800px) {
  /* line 131, /var/www/rails/sligro/frontend/app/assets/stylesheets/login.css.scss */
  body.login.forgotpassword #login {
    margin-top: 50%;
  }
}
