﻿.clndr .clndr_days .clndr_days_grid .day.event > span {
    border-color: darkcyan;
}

#sidebar_main .menu_section > ul > li > a {
    font: 500 18px /28px "Roboto", sans-serif
}

    #sidebar_main .menu_section > ul > li > a > .menu_icon .material-icons {
        font-size: 28px;
    }

.md-list-action {
    display: block !important;
}

    .md-list-action img {
        /* width:25px; */
    }


select {
    min-height: 30px;
    width: 100%;
    border: 1px solid rgb(225, 225, 225);
    border-radius: 4px;
    padding: 5px;
    font-size: 16px;
}

.alertContainer {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 400px;
    z-index: 99999;
}
/* The Modal (background) */

.modalParent {
    position: absolute; /* Stay in place */
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0;
    top: 0;
}

.modal {
    position: relative; /* Stay in place */
    z-index: 1080; /* Sit on top */
    margin-top: 100px;
    width: 80%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.modal-backdrop {
    position: fixed; /* Stay in place */
    z-index: 1079; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    margin: auto;
}

#sidebar_main {
    z-index: 1078;
}


/* The Close Button */
.close {
    color: #aaa;
    float: left;
    font-size: 22px;
    font-weight: bold;
    background: none;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
/* Modal Header */
.modal-header {
    padding: 2px 16px;
    color: black;
}

/* Modal Body */
.modal-body {
    padding: 2px 16px;
    border-radius: 5px;
}

/* Modal Footer */
.modal-footer {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 2px 16px;
    color: black;
    text-align: left;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.uk-datepicker-heading .uk-form-select {
    text-decoration: underline;
}
