@import url("../css/fontawesome.css");

body {
    padding: 15px;
}

.hide {
    display: none;
}

.text-center {
    text-align: center;
}

.alt-header,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.header,
.leader,
.sub-alt-header,
.sub-header,
.sub-leader,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1 !important;
}

img {
    height: auto;
}

/* h1 { line-height: 0.1 !important; } */

.cursor-hand {
    cursor: pointer;
}

/* OVERLAY */
#overlay {
    background-color: #000;
    filter: alpha(opacity=50);
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
    top: 0;
    width: 100%;
    z-index: 10000;
}


/* FORM */
.file.required,
.input.required,
.select.required,
.spinner.required,
.tag-input.required,
.textarea.required,
input[type=datetime-local].required,
input[type=email].required,
input[type=file].required,
input[type=month].required,
input[type=number].required,
input[type=password].required,
input[type=search].required,
input[type=tel].required,
input[type=text].required,
input[type=time].required,
input[type=url].required,
input[type=week].required,
select.required,
textarea.required {
    border: 1px solid #d9d9d9 !important;
}

.file.invalid,
.input.invalid,
.select.invalid,
.spinner.invalid,
.tag-input.invalid,
.textarea.invalid,
input[type=datetime-local].invalid,
input[type=email].invalid,
input[type=file].invalid,
input[type=month].invalid,
input[type=number].invalid,
input[type=password].invalid,
input[type=search].invalid,
input[type=tel].invalid,
input[type=text].invalid,
input[type=time].invalid,
input[type=url].invalid,
input[type=week].invalid,
select.invalid,
textarea.invalid {
    border: 1px solid #ce352c !important;
}

.button {
    border-radius: .25rem !important;
}

.window {
    z-index: 3;
}

.calendar-for-picker {
    z-index: 501 !important;
}

.overview-buttons {
    position: absolute;
    right: 16px;
    top: 1.5rem;
}

#start {
    background: url(../img/login-background-image.jpg);
    background-size: cover;
}


.deletelidmaatschap {
    cursor: pointer;
    margin: 10px 0 0 5px;
    padding: 4px;
    width: 24px;
}


/* ========== ERROR PAGE ========== */
.panel-header {
    padding: .5rem;
}

.panel p {
    margin-top: 2rem;
}


/* ========== BACK BUTTON ========== */
h1 button {
    background-color: transparent;
    border-color: #000;
    border-radius: 50%;
    cursor: pointer;
    height: 3rem;
    position: relative;
    top: 5px;
    width: 3rem;
}

h1 button span {
    font-size: 1.5rem;
    top: -12px;
}


/* ========== DATATABLES ========== */
.dataTables_filter,
.dataTables_length {
    padding-bottom: .5rem;
}


/* ========== Responsive Tables ========== */
@media screen and (max-width: 600px) {
    .table-component .table-container,
    table {
        border: none !important;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border: 1px solid #dddddd;
        border-bottom: 3px solid #dddddd;
        display: block;
        margin-bottom: .625em
    }

    table td {
        border-bottom: 1px solid #dddddd;
        display: block;
        text-align: right;
    }

    table td:last-child {
        border-bottom: 0;
    }

    table td::before {
        content: attr(data-name);
        float: left;
        font-weight: 700;
        text-transform: uppercase;
        width: auto;
    }
}


/* ========== EXPLORER ========== */
.node>.data,
.node-data.item-data-date,
.node-data.item-data-type {
    padding: 0 1rem 0 0;
    width: auto !important;
    min-width: 8rem;
}

.listview .node>.icon [class*=mif-],
.listview .node>.icon img {
    vertical-align: bottom !important;
}


/* ========== CUSTOM MODULE ========== */
/* ========== LOGIN ========== */
#login .login-form {
    margin: 0 auto;
    width: auto;
}

#login .modern .label {
    left: 0;
    opacity: 0;
    position: absolute;
    top: -0.7rem;
    transition: all 0.3s linear;
    z-index: 1;
}

#login .modern .informer {
    bottom: .75rem;
    color: #C8C8C8;
    font-size: .8rem;
    opacity: 0;
    transition: all 0.3s linear;
}

#login .modern .placeholder {
    color: #C8C8C8;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0.4rem;
    transition: all 0.3s linear;
    z-index: 1;
}

#login .modern div.input.focused~.label {
    opacity: 1;
    -webkit-transform: translateY(-0.9rem);
    transform: translateY(-0.9rem);
    transition: all 0.3s linear;
}

#login .modern div.input.focused~.informer {
    bottom: -0.75rem;
    color: #1d1d1d;
    opacity: 1;
    transition: all 0.3s linear;
}

#login .modern div.input.focused~.placeholder {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: all 0.3s linear;
}

#login .modern div.input.required {
    background-color: transparent;
    border: 0 !important;
    border-bottom: 2px solid #DDDDDD !important;
    z-index: 2;
}
#login .modern div.input.invalid {
    border-bottom: 2px solid #CE352C  !important;
}

#login .modern div.input input {
    background-color: transparent;
}

#login .modern div.input.focused,
#login .modern div.input:focus {
    border-bottom-color: #1d1d1d !important;
    /* webkit-box-shadow: none; */
    box-shadow: none;
}

#login {
    height: 100%;
    padding: 0;
}

#login .login-left {
    background: #F5FCFE;
    height: 100vh;
    text-align: right;
    width: 40%;
}
#login .login-left .left-inner {
    box-shadow: -40px 0 85px -15px rgba(30, 46, 50, 0.24);
    height: 40%;
}
#login .login-left .left-inner .logo {
    padding: 0 6rem 0 6rem;
}

#login .login-right {
    height: 100vh;
    width: 60%;
}
#login .login-right .right-inner {
    box-shadow: 40px 0 85px -15px rgba(30, 46, 50, 0.24);
    height: 40%;
    padding: 0 6rem;
    width: 60%;
}

@media screen and (max-width: 65em) {
    #login .login-form {
        flex-direction: column !important;
        justify-content: center !important;
    }
    
    #login .login-left,
    #login .login-right {
        flex-direction: column !important;
        height: auto;
        padding: 1rem 0 0;
        width: 100vw;
    }

    #login .login-left .left-inner {
        box-shadow: none;
    }

    #login .login-right .right-inner {
        box-shadow: none;
        padding: 0;
    }
}

/* ========== EVENT ========== */
/* ========== EVENT DIALOG ========== */
.dialog-event {
    background: #f5f7f6;
    bottom: auto;
    box-shadow: 5px 5px 72px rgba(30, 46, 50, 0.5);
    left: 10%;
    /* padding: 1rem; */
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: 99999;
    width: 75%;
    /* height: 75%; */
}

/* CALENDAR */
.calendar-contain {
    background-color: #f5f7f6;
    border-radius: 0;
    color: #040605;
    left: 0;
    margin: 1rem auto;
    position: relative;
    overflow: hidden;
    right: 0;
    width: 100%;
}

@media screen and (min-width: 55em) {
    .calendar-contain {
        margin: auto;
        top: 5%;
    }
}

.title-bar {
    position: relative;
    width: 100%;
    display: table;
    text-align: right;
    background: #f5f7f6;
    padding: 0.5rem;
    margin-bottom: 0;
}

.title-bar:after {
    display: table;
    clear: both;
}

.title-bar__burger {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 30px;
    font-size: 0;
    /* text-indent: -9999px; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: none;
	opacity: 0.8;
}

.title-bar__burger:focus {
    outline: none;
}

.burger__lines {
    display: block;
    position: absolute;
    width: 18px;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background: #040605;
}

.burger__lines:before,
.burger__lines:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #040605;
    content: "";
}

.burger__lines:before {
    top: -5px;
}

.burger__lines:after {
    bottom: -5px;
}

.title-bar__year {
    display: block;
    position: relative;
    float: left;
    font-size: 1rem;
    line-height: 30px;
    width: 43%;
    padding: 0 0.5rem;
    text-align: left;
}

@media screen and (min-width: 55em) {
    .title-bar__year {
        width: 27%;
    }
}

.title-bar__month {
    position: relative;
    float: left;
    font-size: 1rem;
    line-height: 30px;
    width: 22%;
    padding: 0 0.5rem;
    text-align: left;
}

@media screen and (min-width: 55em) {
    .title-bar__month {
        width: 15%;
    }
}

/* .title-bar__month:after {
    content: "";
    display: inline;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    top: 5px;
    margin: auto;
    border-top: 1px solid black;
    border-right: 1px solid black;
    transform: rotate(135deg);
} */

/* .title-bar__minimize,
  .title-bar__maximize,
  .title-bar__close {
	position: relative;
	float: left;
	width: 34px;
	height: 34px;
  }
  .title-bar__minimize:before, .title-bar__minimize:after,
  .title-bar__maximize:before,
  .title-bar__maximize:after,
  .title-bar__close:before,
  .title-bar__close:after {
	top: 30%;
	right: 30%;
	bottom: 30%;
	left: 30%;
	content: " ";
	position: absolute;
	border-color: #8e8e8e;
	border-style: solid;
	border-width: 0 0 2px 0;
  }
  
  .title-bar .title-bar__controls {
	display: inline-block;
	vertical-align: top;
	position: relative;
	float: right;
	width: auto;
  }
  .title-bar .title-bar__controls:before, .title-bar .title-bar__controls:after {
	content: none;
  }
  
  .title-bar .title-bar__minimize:before {
	border-bottom-width: 2px;
  }
  
  .title-bar .title-bar__maximize:before {
	border-width: 1px 1px 2px 1px;
  }
  
  .title-bar .title-bar__close:before,
  .title-bar .title-bar__close:after {
	bottom: 50%;
	top: 49.9%;
  }
  
  .title-bar .title-bar__close:before {
	transform: rotate(45deg);
  }
  
  .title-bar .title-bar__close:after {
	transform: rotate(-45deg);
  } */

.calendar__sidebar {
    width: 100%;
    margin: 0 auto;
    float: none;
    background: linear-gradient(120deg, #eff3f3, #e1e7e8);
    padding-bottom: 0.7rem;
}

@media screen and (min-width: 55em) {
    .calendar__sidebar {
        /* position: absolute; */
        height: 100%;
        width: 30%;
        float: left;
        margin-bottom: 0;
		padding-bottom: 0;
    }
}

.calendar__sidebar .content {
    padding: 2rem 1.5rem 2rem 4rem;
    color: #040605;
}

.sidebar__nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.9rem;
    padding: 0.7rem 1rem;
    background-color: #f5f7f6;
}

.sidebar__nav-item {
    display: inline-block;
    width: 22px;
    margin-right: 23px;
    padding: 0;
    opacity: 0.8;
	cursor: pointer;
}

.sidebar__lists {
    padding-left: 1rem;
    /* padding-top: 1rem; */
}
.sidebar__lists h3 {
	line-height: 1 !important;
	margin: .5rem 0;
}
@media screen and (min-width: 55em) {
	.sidebar__lists {
		height: 529px;
		overflow: auto;
	}
}

.sidebar__list {
    list-style: none;
    margin: 0;
    /* padding-left: 1rem; */
    padding-right: 1rem;
}

.sidebar__list-item {
    display: flex;
    margin: .3rem 0;
    color: #2d4338;
    font-weight: 100;
    font-size: 1rem;
}
.sidebar__list-item--nonapproved {
    color: #80C080;
    font-weight: 500;
}

.list-item__time {
    display: inline-block;
    width: 100px;
}

@media screen and (min-width: 55em) {
    .list-item__time {
        margin-right: 2rem;
    }
}

.list-item__title {
    display: inline-block;
}

@media screen and (min-width: 55em) {
    .list-item__title {
        margin-right: 2rem;
    }
}

.sidebar__list-item--complete {
    color: rgba(4, 6, 5, 0.3);
}

.sidebar__list-item--complete .list-item__time {
    color: rgba(4, 6, 5, 0.3);
}

.sidebar__heading {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.1 !important;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1.2rem;
    margin-top: 1rem;
}

.sidebar__heading span {
    float: right;
    font-weight: 300;
}

.calendar__heading-highlight {
    color: #2d444a;
    font-weight: 900;
}

.calendar__days {
    display: flex;
    flex-flow: column wrap;
    align-items: stretch;
    width: 100%;
    float: none;
    min-height: 580px;
    height: 650px;
    font-size: 12px;
    padding: 0 1rem 1rem;
    background: #f5f7f6;
}

@media screen and (min-width: 55em) {
    .calendar__days {
        float: right;
		padding: 0 0 1rem;
		width: 70%;
    }
}

.calendar__top-bar {
    display: flex;
    flex: 32px 0 0;
    margin: 0 0 0 .5rem;
}

.top-bar__days {
    width: 100%;
    padding: 0 5px;
    color: #2d4338;
    font-weight: 100;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 1rem;
}

.calendar__week {
    display: flex;
    /* flex: 1 1 0; */
    margin: 0;
}

.calendar__day {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
    width: 100%;
    padding: 1.9rem 0.2rem 0.2rem 0.5rem;
	height: 100px;
}

.calendar__day:hover,
.calendar__day:hover .calendar__date,
.calendar__day:hover .calendar__task,
.calendar__day.today:hover .calendar__date {
    background: linear-gradient(120deg, #1098ac, #1098db);
    color: white;
    cursor: pointer;
}

.calendar__date {
    color: #040605;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 0.7;
}
.calendar__month {
	font-size: 1.2rem;
}

@media screen and (min-width: 55em) {
    .calendar__date {
        font-size: 2.3rem;
    }
}

.calendar__week .inactive .calendar__date,
.calendar__week .inactive .task-count {
    color: #c6c6c6;
}

.calendar__week .today .calendar__date {
    color: #1098db;
}

.calendar__task {
    color: #040605;
    display: flex;
    font-size: 0.8rem;
}

@media screen and (min-width: 55em) {
    .calendar__task {
        font-size: 1rem;
    }
}

.calendar__task.calendar__task--today {
    color: #1098db;
}