/* ----------------------------------------------------------------------
>>> GENERAL CUSTOM STYLES
-------------------------------------------------------------------------*/

body {
    color: #646976;
}
h1, h2, h3, h4, h5, h6, .toolbar .page-header h1, .panel-white {
    color: #646976;
}
.table thead tr, label, textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .datepicker, textarea.form-control  {
    color: #646976;
}
.datepicker {
    border-color: #646976;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #F3F3F3;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
  background-color: #e9e7e8;
}
.input-group-addon {
    background-color: #7E848F;
    border: #7E848F;
}
textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, #birthday {
    border-color: #b6b5b5 !important;
}
textarea:hover, select:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover {
    border-color: #b6b5b5;
}
#date-range .date-range-wrapper, textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    border: 1px solid #b6b5b5;
}
.add-child-row #child-name, #application-children-table #child-health-note {
    border: 1px solid #E6E8E8;
}
.red {
    color: #a94442;
}
.error-message-chaperone {
    margin-left: 65px;
}
.choose-action {
	margin: 20px 0;
}
.number-visits input{
	margin-bottom: 15px;
	border-radius: 5px;
}
.main-container{
	margin-top: 0 !important;
}
#pageslide-left {
	padding-top: 0;
}
#pageslide-left .navigation-toggler {
	position: absolute;
	top: 12px;
}
.logo-wrapper {
	padding: 0 20px;
}
.logo-wrapper img {
	height: 80px;
	margin: 20px 0;
}
.user-profile {
	line-height: 0 !important;
	min-height: 50px !important;

}
.user-profile h4, .user-profile h5 {
	padding-left: 15px;
}
.user-profile h4 {
	padding-bottom: 10px;
	padding-top: 5px;
}
.user-profile h5 {
	padding-top: 10px;
}
.toolbar {
	margin-bottom: 50px;
}
.typehead {
	display: block;
    width: 100%;
}
select.error, textarea.error, input.error, .error {
    border-color:#a94442;
    color: #a94442;
}
.datepicker {
	z-index: 9999 !important;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}
.modal {
	margin-left: 0 !important;
	width: 100% !important;
}
#birthday {
	padding-left: 4px !important;
}
.errorlist {
	padding-left: 0;
}
.errorlist li {
	list-style: none;
	color: #a94442;
	padding: 10px 28px;
}
.search {
	float: right;
	padding-right: 0;
	margin-bottom: 20px;
}
input:disabled, input:-webkit-autofill {
	background-color: #eee !important;
}
#application-date {
	font-size: 14px;
	margin-top: 22px;
	margin-bottom: 50px;
	display: block;
}
.tt-hint {
	background-color: white !important;
}
#center-choice-wrapper {
	padding: 15px;
	margin-top: 15px;
}
#center-choice-wrapper label {
	margin: 10px 0;
}
#pageslide-left {
	width: 200px;
}
.main-container {
	margin-left: 200px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.visit-number {
	margin-bottom: 5px;
}
.children-reset, .chaperone-reset {
	float: right;
	margin-top: 10px;
}
.select-action {
	margin: 10px 5px 10px 0;
	background-color: #ffffff;
	color: #646976;
	border: 1px solid #D8D8D8;
}
.search-wrapper {
    margin-top: 20px;
}
.search-wrapper-chaperone {
	margin-top: 20px;
}
.filters-and-search-wrapper {
	margin-top: 150px;
	margin-bottom: 10px;
}
.filters-and-search-wrapper .text-right {
	padding-right: 0;
}
.main-container .container > .row, .main-container .container #ajax-content > .row {
	padding: 8px 0 0 10px;
}
h3 {
    margin-bottom: 30px;
}
.modal-title {
	float: left;
	width: 50%;
}
.kind-wrapper {
	margin-top: 10px;
}
.username {
	padding-right: 7px;
}
.user-dropdown a[data-toggle="dropdown"]{
	font-size: 18px;
	color: #2C2F3B;
	font-family: "Raleway", sans-serif;
    font-weight: 300;
    margin-top: 10px;
}
.user-dropdown .dropdown-menu {
	left: auto;
	right: 0;
	min-width: 0;
}
#date-range {
	background: #fff;
	cursor: pointer;
	width: 100%;
	max-width: 214px;
}
#date-range .input-group-addon {
	float: left;
	display: inline-block;
	width: 38px;
	height: 34px;
	padding-top: 8px;
}
#date-range .date-range-wrapper{
	padding: 7px 8px 5px 5px;
	height: 34px;
	width: calc(100% - 38px);
	display: inline-block;
	font-size: 13px;
}
#date-range .date-range-wrapper span {
	overflow: hidden;
	height: 20px;
	position: absolute;
}
.disabledinput, .icheckbox_minimal-grey.disabled {
	color: #000;
}
.child-foreign-icheck {
	background-color: white;
}
#open-websocket {
	color: #a94442;
	text-transform: uppercase;
}
#websocket-error .modal-header {
	height: auto;
	padding: 0;
	margin: 5px 15px;
	padding-bottom: 10px;
}
.chaperone-selectbox-wrapper .checkbox {
	margin-bottom: 0 !important;
}
.chaperone-table td, .children-table td {
	padding: 8px !important;
}
.applications-table td {
	padding: 19px !important;
}
.panel-body .search-wrapper {
	position: absolute;
	right: 15px;
	top: 132px;
}
#chaperones-list .search-wrapper {
	top: 129px;
}
#children-list .search-wrapper {
	top: 132px;
}

/* ----------------------------------------------------------------------
>>> AUTOCOMPLETE
-------------------------------------------------------------------------*/

ul.ui-autocomplete.ui-menu {
  z-index: 9999;
  background-color: #FFF;
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-right-width: 2px;
    border-bottom-width: 2px;
}

.ui-autocomplete .ui-menu-item, a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #8B91A0;
  white-space: nowrap;
}
.ui-state-focus {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
  cursor: pointer;
}
span[role="status"] {
	display: none !important;
}

/* ----------------------------------------------------------------------
>>> TABLES
-------------------------------------------------------------------------*/

#registration-table tbody tr:hover, #playground-visit-table tbody tr:hover {
	cursor: pointer;
}
.tt-hint[disabled] {
	background-color: transparent !important;
}
.add-child-row {
	background-color: #eee;
}
.add-child-row #child-name, #add-new-chaperone-in-table #chaperone-name {
	background-color: #fff !important;
}
.datepicker {
	border-color: #E6E8E8 !important;
}
#application-children-table tbody tr td:first-child, .child-foreign-wrapper {
	padding-left: 40px !important;
}
.chaperone-wrapper-iradio {
 	padding-left: 35px !important;
 }
.chaperone-selectbox-wrapper {
	padding-left: 28px !important;
}

/* ----------------------------------------------------------------------
>>> STATUS PAGE
-------------------------------------------------------------------------*/


.children-board .panel-heading,
.application-board .panel-heading {
	background-repeat: no-repeat;
	background-position: 95%;
	padding: 25px 20px;
}
.children-board .panel-heading {
	background-image: url('../images/children.svg');
}
.children-board .panel-body {
	padding-bottom: 12px;
}
.application-board .panel-heading {
	background-image: url('../images/calendar.svg');
}
.application-board .panel-body{
	padding: 31px 0 13px 20px;
}
.children-board .panel-heading h4,
.application-board .panel-heading h4 {
	font-size: 24px;
}
.large-font {
	font-size: 50px;
}
.medium-font {
	font-size: 24px;
}
.panel-calendar .actual-month {
	margin-top: 17px;
	margin-bottom: 23px;
}
.panel-calendar .actual-day {
	font-size: 10em;
}
#registration-table button, #playground-visit-table button, .print-icon, .end-icon, .edit-birthday-chaperone, .save-birthday-chaperone, .clear-birthday-chaperone {
	border: none;
	border-radius: 2px;
	height: 25px;
	width: 25px;
	background-repeat: no-repeat;
	background-position: center;
}
.print-icon {
	background-image : url('../images/print.svg');
}
.play-icon {
	background-image : url('../images/start.svg');
}
.cancel-icon, .clear-birthday-chaperone {
	background-image : url('../images/stop.svg');
}
.check-data-icon {
	background-image : url('../images/data-warning.svg');
}
.health-data-icon {
	background-image: url('../images/plus.svg');
}
.birthday-icon {
	background-image : url('../images/birthday.svg');
}
.end-icon {
	background-image : url('../images/end.svg');
}
.link-icon {
	background-image: url('../images/link.svg');
}
.save-birthday-chaperone {
	background-image: url('../images/check.svg');
}
.edit-birthday-chaperone {
	background-image: url('../images/edit.svg');
}
.disabled:hover {
	cursor: not-allowed;
}
.datepicker {
	border-radius: 0;
	border-top: 0;
	margin-top: 0;
	border: 1px solid #E6E8E8;
	-webkit-box-shadow: none;
	padding-left: 5px;
	font-size: 14px;
}
#choose-new-chaperone {
	background-color: #FFF;
	color: #1FBBA6;
	border: none;
}
.birthday-data input, .birthday-data button {
	display: inline-block;
}
.birthday-data {
	width: 235px !important;
}
.birthday-data input {
	width: 145px !important;
}
.birthday-data .btn {
	margin-left: 5px;
	margin-top: -4px;
}
.modal-title {
	float: left;
    width: 251px;
}

/* ----------------------------------------------------------------------
>>> CHILDREN PAGE
-------------------------------------------------------------------------*/

.registration-center {
	text-transform: capitalize;
}

.children-wrapper {
	float: left;
	border-top: 1px solid #e5e5e5;
}
.child-visited-centers-wrapper .checkbox{
	display: inline-block;
	margin-right: 10px;
}
.contact-confirmed-wrapper .checkbox, .contact-confirmed-wrapper label{
	display: inline-block;
}
.contact-confirmed-wrapper .checkbox {
	float: right;
	margin: 0 0 20px 0;
}

/* ----------------------------------------------------------------------
>>> CHAPERONE MODAL
-------------------------------------------------------------------------*/

.modal-header {
	height: 70px;
}
.modal-header label{
	width: auto !important;
}
.modal-form .form-control, .modal-form label {
	display: inline-block;
}
/*.modal-form .form-control {
	width: 215px;
	float: right;
}*/
/*#add-new-child-in-table .form-control, #add-new-chaperone-in-table .form-control {
	width: auto;
}*/
.modal-form label {
	float: left;
	width: 114px;
	height: 22px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#add-new-chaperone-in-table label {
 	width: 100% !important;
 }
.modal-form .icheckbox_minimal-grey {
	float: right !important;
}
#add-new-chaperone-in-table .modal-form .icheckbox_minimal-grey {
	float: left !important;
	width: 150px;
}
.modal-form p {
	float: left;
	width: 100%;
}
.modal-form .checkbox {
	display: block;
	width: 100%;
	float: left;
	margin: 3px 0;
}
.modal-form textarea {
	margin-bottom: 20px;
}
.modal-form .checkbox label{
	width: 190px;
	padding-left: 0;
	margin: 0;
}
.gdpr{
    width: 280px !important;
    padding-left: 0;
    margin: 0;
}
#registration-center, #loyalty-number {
	float: left;
	margin-bottom: 2px;
}
.registration-loyalty-wrapper {
	width: 100%;
	float: left;
}
.registration-loyalty-wrapper label {
	margin: 0;
}
#add-new-chaperone-in-table .contact-confirmed-wrapper label{
	width: 152px !important;
}
#add-new-chaperone-in-table .checkbox.text-right {
	width: 89px;
}
#add-new-chaperone-in-table .checkbox.text-right .icheckbox_minimal-grey{
	margin: 0 0 0 8px!important;
	float: right !important;
}
#chaperone-name {
	width: 100% !important;
}
.contact-confirmed-wrapper .checkbox label, .radio label {
	padding-left: 0;
}
#new-child #registration-center {
	float: none;
	margin-left: 5px;
}
textarea.form-control {
	margin-bottom: 10px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	border: none !important;
}


.current-visits-wrapper {
	padding-top: 0;
}
.panel-heading {
	padding-bottom: 0;
}
.data-chart {
	margin-bottom: 50px;
	background-color: #FFF;
	height: 430px;
}
.statistics-date-range {
	padding-top: 100px;
}
.statistics-date-range .reset-filter {
	float: right;
}
