.badge {
    min-height: 10px;
    min-width: 15px;
}

.hidden {
    display: none;
}
.hover {
    background-color: #16243E;
}

.hover_sidebar {
    background-color: #9fcdff;
}

.days:hover{
    background-color: #F39307;
}

.wrapper {
    display: flex;
    align-items: stretch;
    background-color: aliceblue;
}

.navbar navbar-expand-lg navbar-light{
    background-color: aliceblue;
}

.month {
    background-color: #F39307;
    text-align: center;
    color: white;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#task_types li{
    font-size: 0.8rem;
    cursor: pointer;
}

#task_types li:hover{
    background-color: #9fcdff;
}

.disabled{
    opacity:0.6;         /*This grays it out to look disabled*/
}

.list-group-item py-0:hover{
    background-color: black;
}

#year_change {
    text-align: center;
}

#sidebar {
    min-width: 200px;
    max-width: 200px;
    min-height: 100vh;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}

#previous_year, #year, #next_year{
    background: #16243E;
}

#sidebar_jours {
    min-width: 18px;
    max-width: 18px;
    max-height: 806px;
    margin-top: 43px;
    background: #7386D5;
    color: #fff;
    text-align: center;
}

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#calendar_content {
    position: relative;
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebar li{
    color: black;
}

#sidebar .sidebar-header {
    padding: 20px;
}

.calendar {
    background: aliceblue;
}

#year {
    text-align: center;
    font-size: 20px;
}

#days{
    border:1px solid rgba(0, 0, 0, .125);
    padding-left: 10px;
    padding-right: 10px;
}

.days{
    border:1px solid rgba(0, 0, 0, .125);
}

.day{
    border:1px solid rgba(0, 0, 0, .125);
}

.Week {
    background-color: #f6f6f7;
}

.Férié {
    background-color: #bac3d4;
}

.Week-end {
    background-color: #CCCCD0;
}

.tasks {
    cursor: pointer;
    z-index: 200;
    position: absolute;
    width: 5px;
    background-position: bottom !important;
    height: 26px;
    margin-top: -1px;
    border-radius: 0px;
}

#days .week-end{
   background-color: #0b2e13;
}

.loader {
    position:absolute;
    border: 16px solid #D4D4D4; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin-top:-50px;
    margin-left:-50px;
    top:50%;
    left:50%;
}

.list-group-item:last-child{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#btnEditModalTaskType, #deleteModalTaskType{
    margin: 2px 2px 2px 2px
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.form-heading { color:#fff; font-size:23px;}
.panel p { color:#777777; font-size:14px; margin-bottom:30px; line-height:24px;}
.login-form .form-control {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 30px;
  max-width: 75%;
  padding: 50px 70px 70px 71px;
}

.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center;}
.forgot a {
  color: #777777;
  font-size: 14px;
  text-decoration: underline;
}
.login-form  .btn.btn-primary {
  background: #f0ad4e none repeat scroll 0 0;
  border-color: #f0ad4e;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.forgot {
  text-align: left; margin-bottom:30px;
}
.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}


a:hover {
    background-color: #e9ecef;
}

