body {
    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" !important;
}
tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box !important;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: menulist !important;
}
#example {
    width: 100% !important;
    -webkit-box-shadow: 0 0 30px 0 rgba(112, 112, 112, 1);
    -moz-box-shadow: 0 0 30px 0 rgba(112, 112, 112, 1);
    box-shadow: 0 0 30px 0 rgba(112, 112, 112, 1);
    background-color: rgba(225, 231, 217, 0.5);

}
#example_info {
    color: white;
}
#example tr {
    text-align: center;
}

td {
    vertical-align: inherit !important;
}

.form-design {
    border: solid .2rem rgba(204,204,204,0.9);
    border-radius: 10px;
    padding: 10px;
    width: 95%;
    background-color: rgba(204,204,204,0.4);
    -webkit-box-shadow: 0 0 30px 0 rgba(112, 112, 112, 1);
    -moz-box-shadow: 0 0 30px 0 rgba(112, 112, 112, 1);
    box-shadow: 0 0 30px 0 rgba(112, 112, 112, 1);
}

#user-add-form {
    width: 75%;
}

@media only screen and (max-width: 950px) {
    form {
        width: 100%
    }
}

.ops {
    color: white;
}

td.details-control {
    /*background: url('/images/plus.svg') no-repeat center center;*/
    cursor: pointer;

}
tr.shown td.details-control {
    background: url('/images/remove.svg') no-repeat center center;
}

.card-view {
    width: 100%;
    height: 30em;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    text-align: center;
    -webkit-box-shadow: 0 0 30px 0 rgba(112, 112, 112, 1);
    -moz-box-shadow: 0 0 30px 0 rgba(112, 112, 112, 1);
    box-shadow: 0 0 30px 0 rgba(112, 112, 112, 1);
    transition: 0.3s;
}
.card-view>.card-title {
    width: 100%;
    height: 3em;
    background-color: #3da7b5;
    font-weight: 600;
    font-size: large;
    line-height: 2em;
    vertical-align: center;
    display: inline-block;
    color: wheat;
}

.card-inside {
    height: 24em;
    width: 100%;
    overflow-y: auto;
}
.card-view .inform-link {
    width: 100%;
    color:  #31353d;
}

.card-view:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-view>.card-foot {
    width: 100%;
    height: 4em;
    background-color: #3da7b5;
    vertical-align: center;
    display: inline-block;
    color: wheat;
    padding: 2px 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
.card-view>.card-foot a {
    color: wheat;
}

.form-input-button {
    font-size: 1.2rem;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    background: palevioletred;
    border: 2px solid #cb3365;
    border-radius: 45px;
    color: white;
    overflow: hidden;
    box-shadow: 0 2px 4px darkgray;
    transition: all 0.2s ease-in;
    z-index: 1;
}
.form-input-button .circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    background-image: radial-gradient(circle closest-side, white, #eaadc1);
    width: 1px;
    height: 1px;
    z-index: 3;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
.form-input-button:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    box-shadow: 0 6px 4px darkgray;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0;
    }
    75% {
        -webkit-transform: scale(450, 450);
        transform: scale(450, 450);
        opacity: 0.75;
    }
    100% {
        -webkit-transform: scale(700, 700);
        transform: scale(700, 700);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0;
    }
    75% {
        -webkit-transform: scale(450, 450);
        transform: scale(450, 450);
        opacity: 0.75;
    }
    100% {
        -webkit-transform: scale(700, 700);
        transform: scale(700, 700);
        opacity: 0;
    }
}

.btn-success {
    background-color: #7acbce !important;
}

.btn-danger {
    background-color: #d7648d !important;
}

.logo-bar-header {
    height: 40px;
    background-color: rgba(211, 211, 211, 0.6);
    -webkit-box-shadow: 0 0 5px 2px #505050;
    -moz-box-shadow: 0 0 5px 2px #505050;
    box-shadow: 0 0 5px 2px #505050;
    margin: 0 1px;
    border-radius: 3px;
    padding: 0 10px;
    text-align: center;
    line-height: 40px;
    /*bottom: 0;*/
    right: 0;
    width: 90%;
    transition: 1s;
    position: absolute;

}
.spacer {
    height: 60px;
}
.logo-bar {
    height: 40px;
    background-color: rgba(211, 211, 211, 0.6);
    -webkit-box-shadow: 0 0 5px 2px #505050;
    -moz-box-shadow: 0 0 5px 2px #505050;
    box-shadow: 0 0 5px 2px #505050;
    margin: 0 1px;
    border-radius: 3px;
    padding: 0 10px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    /*bottom: 0;*/
    right: 0;
    width: 90%;
    transition: 0.3s;
}

.add-container {
    border: #4a5b64 1px solid;
    border-radius: 5px;
    padding: 1em;
    background-color: rgba(178, 213, 201, 0.4);
}

/* DATEPICKER */
.table-condensed .day, .table-condensed .next, .table-condensed .prev, .table-condensed .month, .table-condensed .datepicker-switch, .table-condensed .dow {
    cursor: pointer;
}

.table-condensed .month, .table-condensed .day {
    text-align: center;
    margin-right: 1px;
    border: 0.5px solid darkgray;
}

.table-condensed .day:hover, .table-condensed th:hover, .table-condensed .month:hover {
    background-color: #00bfa5;
}
.datepicker-days {
    margin: 10px;
}

/* END DATEPICKER */