/**
 * selectize.default.css (v0.12.1) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}.mbox {
	border: 3px solid var(--dark-color, grey);
	border-radius: 15px;
	background-color: var(--bright-color, #eee) !important;
}

.mbox-warning-message {
	font-weight: bold;
	color: red;
}

.mbox-cancel-message {
	font-weight: bold;
	color: orange;
}/***
The MIT License (MIT)

Copyright (c) 2015 Brian Seymour

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
***/
.mbox-open {
    overflow: hidden;
}

.mbox-wrapper h5 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 0;
}

.mbox-wrapper hr {
    margin: 20px 0;
    border: 0;
    height: 1px;
    background: #ddd;
}

.mbox-wrapper .right-align {
    text-align: right;
}

.mbox-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    outline: 0;
    background: rgba(255, 255, 255, .7);
}

.mbox-wrapper.in {
    display: block;
}

.mbox-wrapper .mbox {
    max-width: 600px;
    width: 100%;
    position: absolute;
    padding: 15px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 630px) {
    .mbox-wrapper .mbox {
        transform: translateY(-50%);
        left: 15px;
        right: 15px;
        max-width: none;
        width: auto;
    }
}.modal-page a, .modal-page input[type=submit]{
  display:inline-block;
  text-decoration: none;
  font-weight: 400;
}
.modal-page {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	flex-direction: column; 
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	background: rgba(128,128,128,0.5);
}

.modal-page-content {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}
.modal-page-content > h2 {
  text-align: center;
  font-weight: 600;
  display:inline-block;
  margin: 40px 8px 10px 8px; 
  color: var(--dark-color, RGB(74,22,0));
}
.modal-page input[type=submit], .modal-page input[type=reset] {
	background-color: var(--dark-color, blue);
	border: none;
	color: white;
	padding: 15px 80px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	/* text-transform: uppercase; */
	font-size: 16px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
	box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin: 5px 20px 40px 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.modal-page input[type=submit]:hover, .modal-page input[type=reset]:hover  {
  background-color: var(--highlight-color, grey);
}
.modal-page input[type=submit]:active, login-page.input[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.modal-page-footer {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.modal-page-footer a {
	cursor: pointer;
}
.modal-page-footer a:hover {
	color: var(--highlight-color, grey);
}
.modal-page input[type=text], .modal-page input[type=password] {
  color: var(--dark-color, RGB(74,22,0));
  background-color: var(--bright-color, rgb(240,240,240));
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #fff;
  border-bottom: 2px solid #303030;
}

input[type=text]::placeholder, input[type=password]::placeholder {
  color: var(--bright-color, rgb(180,180,180));
}
.hidden {
	display: none;
}
#confirmationText{
	padding: 25px;
}
.success-msg {
	color: var(--dark-color, RGB(74,22,0));
}
.error-msg {
	color: red !important;
}

/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
*:focus {
    outline: none;
} 
* {
  box-sizing: border-box;
}.pagination li {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    height: 30px;
}
.pagination li a {
    color:  #444;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px;
	cursor: pointer;
}
.pagination li.active a {
    color:  #fff;
}
.pagination li.active {
    background-color:  var(--highlight-color, RGB(255, 197, 171));
}
.pagination li.disabled a {
    cursor: default ;
    color:
     #999;
}
.pagination li i {
    font-size: 2rem;
}
.pagination li.pages ul li {
    display: inline-block;
    float: none;
}

.paginationwrapper-arrow{
	text-decoration: none;
}.panel-on-off-container {
}
.panel-on-off-header {
	width: 100%;
	/* background-color: var(--medium-color, rgb(180,180,180)); */
	background-color: var(--dark-color, rgb(61,80,173));
	border: 1px solid var(--bright-color, rgb(240,240,240));
	color: white;
	padding: 15px 80px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
}
.panel-on-off-header:hover{
	background-color: var(--highlight-color, rgb(255,123,223));
}
.panel-on-off-body {
	height: 0px;
	min-height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}.request-params {
	padding-left: 20px;
	padding-right: 20px;
}.btn.btn-cancel {
	background-color: orange;
}
.btn.btn-delete {
	background-color: red;
}/* source: https://www.w3schools.com/howto/howto_css_switch.asp */

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: calc(var(--checkbox-size,1) * 60px);
  height: calc(var(--checkbox-size,1) * 34px);
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bbb;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  /* width: 26px; */
  /* height: 26px; */
  /* left: 4px; */
  /* bottom: 4px; */
  width: calc(var(--checkbox-size,1) * 26px);
  height: calc(var(--checkbox-size,1) * 26px);
  left: calc(var(--checkbox-size,1) * 4px);
  bottom: calc(var(--checkbox-size,1) * 4px);
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--dark-color, RGB(74,22,0));
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:disabled + .slider {
  background-color: #E8E8E8;
}

input:checked + .slider:before {
	/* -webkit-transform: translateX(26px); */
	/* -ms-transform: translateX(26px); */
	/* transform: translateX(26px); */
	-webkit-transform: translateX(calc(var(--checkbox-size,1) * 26px));
	-ms-transform: translateX(calc(var(--checkbox-size,1) * 26px));
	transform: translateX(calc(var(--checkbox-size,1) * 26px));
}

/* Rounded sliders */
.slider.round {
  border-radius: calc(var(--checkbox-size,1) * 34px);
}

.slider.round:before {
  border-radius: 50%;
}.topnav {
	/* position: fixed; */
	/* width: 100%; */
	background-color: var(--dark-color, RGB(74,22,0));
	justify-content: right;
	z-index: 100;
}
.menu-link, .side-nav a {
	display: block;
	/* color: #f2f2f2; */
	padding: 14px 16px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.topnav a.active {
	/* background-color: #4CAF50; */
	background-color: var(--highlight-color, RGB(255, 197, 171));  
}
.topnav .icon {
  display: none;
}

.menu-icon {
	float: left;
}

#btnOpenMenu {
	padding: 8.5px 8.5px;
	z-index: 1001;
}
#btnOpenMenu:hover {
	background-color: var(--highlight-color, RGB(255, 197, 171));
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#btnCloseMenu:hover {
	color: var(--highlight-color, RGB(255, 197, 171));
	background-color: transparent;
}
#btnMenuContainer {
	float: left;
	z-index: 1001;
}
.side-nav{
	margin-top: 48px;
	height:100%;
	width:0;
	position:fixed;
	z-index:100;
	top:0;
	left:0;
	/* background-color:#111; */
	background-color: var(--dark-color, RGB(74,22,0));
	opacity:0.85;
	overflow-x:hidden;
	padding-top: 60px;
	transition:0.5s;
}
.side-nav a{
  text-decoration:none;
  font-size:22px;
  /* color:#ccc; */
  color:#fff;
  display:block;
  transition:0.3s;
}
.side-nav a:hover{
	background-color: var(--highlight-color, RGB(255, 197, 171));
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.side-nav .btn-close{
  position:absolute;
  top: 0px;
  right:22px;
  font-size:36px;
  margin-left:50px;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
}
@media(max-width:568px){
  .navbar-nav{display:none}
}
@media(min-width:568px){
  /*#btnMenuContainer{display:none}*/
}

.user-login-display {
	float: right;
	color: var(--bright-color, rgb(240,240,240));
	cursor: default;
}

.logout {
	float: right;
	color: #fff;
}
.logout:hover {
	background-color: var(--highlight-color, RGB(255, 197, 171));
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}:root {
  --dark-color: rgb(61,80,173);
  --highlight-color: rgb(255,123,223);
  --medium-color: rgb(180,180,180);
  --bright-color: rgb(240,240,240);
  --very-bright-color: rgb(250,250,250);
}
body {
	display: flex;
	height: 100vh;
	min-width: 100vw;
	max-width: 100vw !important;
	flex-direction: column;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
  	margin: 0;
}

main {
	flex: 1;
}
.btn-in-title {
	font-size: 1.3em;
	margin-top: 5px;
	min-width: 45px !important;
	max-width: 55px !important;
	height: 40px;
	color: white !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-bottom: 0px !important;
	padding-top: 5px !important;
}
#btnNewVisite, #btnNewConseiller {
	margin-left: 15px;
}
#btnSearch {
	margin-left: 2px;
}
.page-title-row {
	padding-top: 10px;
	padding-bottom: 10px;
	color: var(--dark-color, RGB(74,22,0));
	font-weight: 400;
	display: flex;
	flex-direction: row;
}
.table-title-row .table-field {
	cursor: pointer;
}
.no-click:hover {
	cursor: default;
	background-color: transparent !important;
}
.page-title {
	/* flex:1; */
	font-size: 2em;
}
.input-search {
	margin-left: 15px !important;
	height: 40px;
	background-color: var(--bright-color, rgb(240,240,240));
	padding: 15px 10px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 85%;
	max-width: 200px;
	/* border: 2px solid #f6f6f6; */
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;

}
.appname-1 {
	color: var(--dark-color, RGB(74,22,0));
}
.appname-2 {
	color: var(--highlight-color, RGB(255, 197, 171));
}
.page {
	width: 100%;
	flex: 1;
	padding: 0px 20px;
	display: flex;
	flex-direction: column;
}
@media (max-width: 800px){
	.page {
		padding: 0px 10px;
	}
}
.responsive-table-container {
	flex: 1;
	overflow-x: auto;
}
.table-frame {
	display: inline-block;
    border: 1px solid var(--bright-color, rgb(240,240,240));
	border-radius: 10px;
}
.table-without-lines {
    border-collapse: collapse;
}
.table-title-row {
	color: var(--dark-color, RGB(74,22,0));
	border-bottom: 1px solid var(--bright-color, rgb(240,240,240));
	font-weight: 500;
}
.table-title-row td {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.table-row{
	cursor: pointer;
}
.table-row:nth-child(odd)  {
	background-color: var(--very-bright-color, rgb(250,250,250));
}
.table-row:hover{
	background-color: var(--medium-color, rgb(180,180,180));
}
.table-row td{
	padding-left: 20px;
	padding-right: 20px;
}
.table-field {
	padding-left: 5px;
	padding-right: 5px;
}
.responsive-container {
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.form-2-columns,
.form-with-columns {
	width: 100%;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.form-column {
	flex: 1;
	min-width: 250px;
	background-color: var(--very-bright-color, rgb(250,250,250));
	border-radius: 5px;
	display: flex;
	flex-direction: column;
}
.form-fields {
	width: 100%;
	flex: 1;
}
.fields-group-label {
	color: var(--dark-color, RGB(74,22,0));
	font-weight: bold;
	padding-left: 20px;
}

.fields-group {
	max-width: 100%;
	border-radius: 5px;
}
.fields-group:nth-child(odd) {
	border: 3px solid var(--bright-color, rgb(240,240,240));
	background: linear-gradient(135deg, #EEE 1%, #fff 1%, #fff 49%, #EEE 49%, #EEE 51%, #fff 51%, #fff 99%, #EEE 99%);
	background-size: 3px 3px;
	background-position: 50px 50px;
}
.fields-group:nth-child(even) {
	border: 3px solid var(--bright-color, rgb(240,240,240));
	background: linear-gradient(135deg, #EEE 1%, #fff 1%, #fff 49%, #EEE 49%, #EEE 51%, #fff 51%, #fff 99%, #EEE 99%);
	background-size: 6px 6px;
	background-position: 50px 50px;
}
.form-field {
	display: flex;
	flex-direction: row;
	max-width: 100%;
}
.field-label {
	flex: 1;
	max-width: 30%;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	color: var(--dark-color, RGB(74,22,0));
	text-align: right;
}
.form-field-value {
	flex: 2;
	max-width: 70%;
	font-family: inherit;
	background-color: var(--bright-color, rgb(240,240,240));
	background-color: var(--bright-color, rgb(240,240,240));
	color: var(--dark-color, RGB(74,22,0));
	margin: 5px;
	padding: 5px 10px;
	font-size: 16px;
	text-decoration: none;
	border: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.form-field-value.combobox {
	padding: 0px;
}
.selectize-input {
	color: var(--dark-color, RGB(74,22,0));
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: inherit;
	background-color: transparent !important;
	background-image: none !important;
	height: 100%;
	text-decoration: none;
	border: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.selectize-input input[type=text] {
	font-size: inherit;
}
.selectize-control.single .selectize-input:after  {
	visibility: hidden;
}
.selectize-dropdown {
	border-radius: 0px;
	border: 1px solid black !important;
	width: 100% !important;
}

.option.active {
	/* background-color: var(--medium-color, rgb(180,180,180)); */
	background-color: rgb(30,144,255);
	color: white;
 }

.form-field-value-checkbox {
	background-color: transparent;
	text-align: left;
}
.form-field input:focus {
  border-bottom: 2px solid #303030;
}
.form-field input::placeholder, .form-field textarea::placeholder {
  color: var(--medium-color, rgb(180,180,180));
}
@media (min-width: 800px) {
	.field-label {
		padding-top: 10px;
		margin-right: 30px;
	}
	.row-submit {
		padding: 10px;
		text-align: right;
	}
	.form-column:nth-child(odd){
		margin-right: 5px;
	}
	.form-column:nth-child(even){
		margin-left: 5px;
	}
	.form-field-value {
		margin-right: 50px;
	}
}
@media (max-width: 800px) {
	.row-submit {
		text-align: center;
	}
	/* .form-column:nth-child(odd){ */
		/* margin-bottom: 5px; */
	/* } */
}
.btn{
	width: 80px;
	padding: 10px;
	background-color: var(--dark-color, RGB(74,22,0));
	color: white;
	text-align: center;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.btn-medium-action{
	width: 40px;
	padding: 5px 10px;
	background-color: var(--dark-color, RGB(74,22,0));
	color: white;
	text-align: center;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}
.btn-small-action {
	display: inline;
	border-radius: 3px;
	cursor: pointer;
	box-shadow:  20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;	
} 

.center {
	text-align: center;
}

.btn-planning-updown{
	display: inline;
	width: 40px;
	padding: 2px 10px;
	background-color: var(--dark-color, RGB(74,22,0));
	color: white;
	text-align: center;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.btn:hover, .btn-small-action:hover, .btn-medium-action:hover {
	background-color: var(--highlight-color, RGB(255, 197, 171));
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.red {
	background-color: red;
}

select {
	cursor: pointer;
	padding-top: 3px !important;
}
select optgroup {
	font-size: 3px;
}
select option {
	font-size: 16px;
}
.btn-inline {
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 55px;
}
.btn-inline-edit {
}
.btn-inline-save {
	display: inline-block;
	background-color: var(--dark-color, RGB(74,22,0));
	/* background-color: var(--highlight-color, RGB(255, 197, 171)); */
}
.btn-inline-cancel {
	background-color: orange;
}
.btn-inline-delete {
	display: inline-block;
	background-color: red;
	width: 25px;
}

.btn-inline.disabled {
	pointer-events: none;
	/* background-color: var(--bright-color, rgb(240,240,240)); */
	background-color: rgb(220,220,220);
}

input:disabled, textarea:disabled, select:disabled, select.disabled, div.disabled, .selectize-input.disabled, .selectize-control.disabled, .selectize-control.disabled div, .selectize-control.disabled input {
	/* color: var(--dark-color, rgb(180,180,180)); */
	/* color: red !important; */
	opacity: .8 !important;
	pointer-events: none;
}

.editing {
	border: 1px solid var(--dark-color, rgb(61,80,173)) !important;
}

.table-field.no-sort {
	pointer-events: none;
}

.table-frame-planning {
	width: 100%;
}

.planning {
	width: 100%;
	table-layout: fixed ;
}

.planning-day-row {
}

.planning-cell {
	flex: 1;
	border: 1px solid grey;
}

.planning-cell-header {
	text-align: center;
	font-weight: bold;
	border: 1px solid grey;
	overflow: hidden;
	background-color: var(--dark-color, rgb(61,80,173));
	color: white;
}

.planning-cell-date {
	background-color: var(--dark-color, rgb(61,80,173));
	color: white;
	text-align: center;
	font-weight: bold;
	width: 100px;
}

.planning-cell-body {
	text-align: left;
	overflow: hidden;
	background-color: var(--bright-color, rgb(240,240,240));
	height: 100px;
	cursor: crosshair;
}

.cell-weekend {
	background-color: var(--medium-color, rgb(180,180,180));
}

.highlight {
	background-color: var(--highlight-color,rgb(255,123,223));
}

.rdv {
	border: 1px solid black;
	border-radius: 5px;
	cursor: pointer;
}

.rdv:hover {
	background-color: var(--highlight-color,rgb(255,123,223));
}

/* .rdv-Visite { */
	/* background-color: green; */
	/* color: white; */
/* } */

/* .rdv-Passage { */
	/* background-color: blue; */
	/* color: white; */
/* } */

.charts-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.chart-container {
	/* border: 20px solid var(--bright-color, rgb(240,240,240)); */
	/* width: 50%; */
	width: 800px;
	padding: 30px;
	display: flex;
	flex-direction: column;
}

@media (max-width: 800px){
	.chart-container {
		width: 100%;
		padding: 20px;
		/* border: none; */
	}
}

.chart {
}

.color-Visite {
	background-color: rgb(50,200,50);
	color: white;
}

.color-Passage {
	background-color: rgb(100,100,255);
	color: white;
}

.color-fini-true {
	opacity: 0.5;
};

#dtDebut, #dtFin {
	font-size: 0.9em;
	margin-right: 5px;
	margin-left: 0px;
	max-width: 8.6em;
}
@media (max-width: 800px){
	#dtDebut, #dtFin {
		font-size: 0.75em;
	}
}

.stats {
	font-size: 1.5em;
}

@media (max-width: 800px){
	.stats {
		font-size: 1.2em;
	}
}

.stat-label {
	font-weight: bold;
}

.stat-value {
	font-weight: bold;
}

.stats-container {
	flex: 1;
	/* margin: 10px; */
	/* background-color: green; */
}

.table-stats {
	width: 100%;
	/* color: var(--dark-color, RGB(74,22,0)); */
	/* background-color:  var(--dark-color, RGB(74,22,0)); */
	/* color: white; */
	/* border: 10px solid var(--dark-color, RGB(74,22,0)); */
	/* border-radius: 10px; */
	padding: 10px;
	margin-bottom: 10px;
}

.double-chart-container {
	flex: 1;
	/* border: 20px solid var(--bright-color, rgb(240,240,240)); */
	padding: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border: 10px solid var(--dark-color, RGB(74,22,0));
	border-radius: 10px;
	color: var(--dark-color, RGB(74,22,0));
}

@media (max-width: 800px){
	.double-chart-container {
		width: 100%;
		padding: 20px;
	}
}


.small-chart-container {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.small-chart {
}

.chartMarginV {
	flex: 1;
}

.spinner {
	position: absolute;
	left: 50vw;
	margin-left: min(-2.5vw, -16px);
	top: 50vh;
	margin-top: min(-2.5vh, -16px);
	box-sizing: border-box;
	display: block;
	width: max(5vw, 32px);
	height: max(5vw, 32px);
	border: 0.5vw solid #fff;
	border-radius: 50%;
	animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: var(--highlight-color, rgb(255,123,223)) transparent transparent transparent;
}
.spinner:nth-child(1) {
  animation-delay: -0.45s;
}
.spinner:nth-child(2) {
  animation-delay: -0.3s;
}
.spinner:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hide {
	display: none;
}