/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* 
 * Added  and/of Modified by 'De Trimsalon Website Makers, (c) 2023, All Rights Reserved
 * 
 * Last Modified: 12 - 04 - 2023 
 * 
*/

/* Standard Variables */
:root {
	--tsw-blue: #1f365c;
	--tsw-yellow: #ffb536;
	--tsw-grey: #ececec;
	--tsw-btn-color: white;
	--tsw-btn-font-weight: 700;
	--tsw-hover-color: #f4a215;
	--tsw-white-trans: rgba(256,256,256,.85);
}


/* Delete Modal */
/* Float cancel and delete buttons and add an equal width */
.cancelbtn, .deletebtn {
    width: 195px;
	color: white;
    font-size: 20px!important;
	text-transform: uppercase!important;
	text-align: center;
    border: 1px solid var(--tsw-blue);
	border-radius: 5px!important;
}

input.deletebtn {
	display: inline-block; /* override theme to align center */
}

.del-modal-buttons {
	width: 80%;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 20px;
}

.info-modal-buttons {
	width: 80%;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 20px;
}

.del-modal-button-left {
    margin-left: 65px;
}

/* cancel button 'Nee' */
.cancelbtn {
  background: var(--tsw-grey);
  color: var(--tsw-blue);
  font-weight: 700;
  padding: 8px;
}

.cancelbtn:hover {
	border-color: var(--tsw-blue);
    background: var(--tsw-blue)!important;
    color: white;
}

/* delete button 'Ja' */
.deletebtn {
    background: var(--tsw-blue)!important;
    color: white!important;
	float: left;
	margin-left: 45px;
}

.deletebtn:hover {
   background: var(--tsw-grey)!important;
   color: var(--tsw-blue)!important;
}

/* Info Button */
.infobtn {
    background: var(--tsw-blue)!important;
    border: 1px solid var(--tsw-blue);
    border-radius: 5px;
    color: white;
    padding: 5px 10px;
}

.infobtn:hover {
   background: var(--tsw-blue);
}

/*  the container */
.del-modal-container {
 text-align: center;
 font-size: 22px;
}

/* The Modal Close Button (x) */
.del-modal-close {
position: relative;
    font-size: 24px;
    font-weight: bold;
    color: white;
    float: right;
    letter-spacing: 5px;
    padding: 0 0 5px 5px;
    margin: 10px;    
}

.del-modal-close:hover,
.del-modal-close:focus {
  color: white;
  cursor: pointer;
}

.modal-img-label {
  border: none;
}

/* The Modal (background) */
.del-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,.6);
}

.info-modal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,.6);
}

/* Modal Title */
.del-modal-title {
   font-size: 28px;
   line-height: 65px;
   font-weight: 600;
   color: white;
   background: var(--tsw-blue);
   margin-bottom: 35px;
   padding-left: 45px;
}

/* Modal Content Box */
.del-modal-content {
  max-width: 45%;
  background-color: #fefefe;
  margin: 10% auto 15% auto;
  border: 1px solid var(--tsw-blue);
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}

.del-modal-content p {
	padding-left: 35px;
	padding-right: 35px;
}

.del-modal-warning {
	width: fit-content;
    max-width: 90%;
	margin: 0 auto;
	margin-top: 25px;
	border: 1px solid var(--tsw-blue);
	border-radius: 5px;
    font-style: italic;
	padding: 15px;
}

/* Style the horizontal ruler */
.del-modal hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* eof Delete Modal */

/* Button Images at TB View */
.btn.modal-img-label-small {
	background-color: white!important;
	border: none!important;
}

:focus {
	outline: -webkit-focus-ring-color auto 0px!important;
}

.btn-img-label img {
 background: none;
 background-color: var(--tsw-blue);
 border-radius: 5px;
 padding: 5px;
 margin-right: 5px;
}

button.btn-img-label, button.btn-img-label-small {
    margin:0;
    padding: 0;
    border: none;
    background: white;
}

.btn-img-label-small img {
  background: none;
  background-color: var(--tsw-blue);
  border-radius: 5px;
  padding: 5px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.btn-img-label-small img:hover {
  background-color: var(--tsw-blue);
}

.tb-edit-header {
	display: block;
	margin: 0 auto;
    padding-bottom: 10px;
}

/* Formidable */ 
/* Modal */
.modal-lg {
	width: 1150px!important;
}

.modal-body {
   /* background:url('/images/london-with-love-grey-bg.jpg') no-repeat; */
   /* background-position: right bottom; */
} 

.modal-body .responsive-tabs-wrapper {
    margin-top: -20px;
}

.modal-body .frm_style_formidable-style.with_frm_style .frm_message {
    display:none!important;
}

.modal-header {
	padding: 0!important;
    background: var(--tsw-blue);
    border-bottom: 1px solid var(--tsw-blue);
    margin-bottom: 20px;
    max-height: 73px;
}

.modal-title {
  color: white;
  text-align:center;
  font-size: 26px;
  padding: 20px 0 20px 20px;
  clear: none;
}

.modal-title:after {
	display: none;
}

.modal-dialog {
   margin: 75px auto!important;
}

.modal-header {
    padding: 0;
}

.modal-header .close {
    color: white;
    opacity: 1;
    padding: 10px;
}

.modal-menu-item {
	font-size: 18px;
	max-height: 42px;
}

/* eof Modal */

/* formidable views */



/* gedrag notities */
.kiss-gedrag-notities-row {
	border: 1px solid var(--tsw-blue);
	margin: 5px;
}

.kiss-gedrag-notities-cijfer-label, .kiss-gedrag-notities-snuit-label, .kiss-gedrag-notities-datum-label {
	float: left;
	background: #f3f3f3;
	color: var(--tsw-blue);
	font-weight: 500;
	border-right: 1px solid var(--tsw-blue);
	border-left: 1px solid var(--tsw-blue);
	padding: 5px 10px;
}

.kiss-gedrag-notities-datum-label {
	border-left: none;
}

.kiss-gedrag-notities-cijfer-details, .kiss-gedrag-notities-snuit-details, .kiss-gedrag-notities-datum-details {
	float: left;
	padding: 5px 10px;
	background: white;
}

.kiss-gedrag-notities-row:after {
  content: "";
  display: table;
  clear: both;
}

.kiss-gedrag-notities-notities-label {
	font-weight: 600;
	padding: 5px 10px;
	border: 1px solid var(--tsw-blue);
	border-radius: 5px;
	width: fit-content;
	background: var(--tsw-blue);
	color: white;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 20px;
}

.kiss-gedrag-notities-wrapper {
	border: 1px solid var(--tsw-blue);
	border-radius: 5px;
	padding: 15px;
    box-shadow: 5px 5px 15px var(--tsw-blue);
    margin: 0 20px 25px;
}

.kiss-gedrag-notities-notities-details {
	overflow-x:none; 
	overflow-y:scroll; 
	height:150px;
	padding-left:10px;
	border: 1px solid var(--tsw-blue);
}

.kiss-gedrag-notities-datum-details, .kiss-gedrag-notities-cijfer-details {
	padding-right: 35px;
}
/* eof formidable views */

/* eof Formidable */

/* JQuery Datatable Pagination */
.dataTables_wrapper .dataTables_paginate {
    float: none!important;
    text-align: center!important;
    padding-top: 1em!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: var(--tsw-blue)!important;
    font-weight: 600;
    border: 1px solid var(--tsw-blue)!important;
    background: rgba(255,255,255,0.75);
    border-radius: 5px!important;
    margin-right: 10px;
    min-width: 1em!important;
    padding: 7px 15px!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
   font-weight: 600;
   border: 1px var(--tsw-blue)!important;
   background: var(--tsw-blue)!important; 
}

/* Tabby */
.responsive-tabs .responsive-tabs__list__item--active {
    background: var(--tsw-blue);
    color: white;
}

.responsive-tabs .responsive-tabs__list__item {
    color: var(--tsw-blue);
    background: lightgrey;
    border-color: var(--tsw-blue);
}
