﻿.d-opacity-75 {
    opacity: 0.75;
}

.d-opacity-50 {
    opacity: 0.5;
}

.icon-rotate-45 {
    transform: rotate(45deg)
}

.icon-rotate-90 {
    transform: rotate(90deg)
}

.icon-rotate-180 {
    transform: rotate(180deg)
}

.icon-rotate-270 {
    transform: rotate(270deg)
}

.icon-rotate-0 {
    transform: rotate(0deg)
}

.switch.s-icons {
    width: 48px;
    height: 25px;
}

.invalid-tooltip {
    position: inherit;
    display: none;
}

.valid-tooltip {
    position: inherit;
    display: none;
}

.profile-letter {
    width: 100%;
    height: auto;
    border-radius: 50%;
    font-size: 35px;
    text-align: center;
    line-height: 150px;
    margin: 20px 0;
    max-height: 150px;
    max-width: 150px;
}

.flag-width
{
    height:20px;
}

.dataTables_length {
    margin-bottom: 10px !important;
}

.dataTables_length label {
    margin-bottom: 0;
}

.dataTables_filter {
    margin-bottom: 10px !important;
}

.dataTables_filter label {
    margin-bottom: 0;
}

.dtr-details {
    list-style: none;
    padding-left: 5px;
}

.dtr-title {
    color: #000;
    font-weight: 600;
    display: block;
    padding: 5px;
    text-transform: uppercase;
}

.portlet-basic .alert-light-success p {
    color: #1abc9c;
}

.notification-icon {
    padding: 10px;
    font-size: 28px;
    border-radius: 50%;
}

.desktop-nav.header .navbar-nav .notification-dropdown .dropdown-menu {
    width: auto;
}

.fc-toolbar h2 {
    padding: 13px;
}

.fc-toolbar.fc-header-toolbar {
    height: auto !important;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    line-height: inherit !important;
}

    .fc-toolbar .fc-left {
        float: inherit;
    }
    .fc-toolbar .fc-center {
        float: inherit;
    }
    .fc-toolbar .fc-right {
        float: inherit;
    }

.fc .fc-toolbar .fc-button {
    margin-top: 7px;
    margin-bottom: 7px;
}

.fc-day-top .fc-day-number {
    font-size: 1.5em;
    padding-left: 5px;
}

#notification-dropdown {
    text-decoration: none;
    background-color: transparent;
    border: 0;
    font-size: 30px;
}
    #notification-dropdown .badge {
        padding: 3px 8px;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        margin-left: -10px;
        border-radius: 50%;
    }

@media (max-width: 575px) {
    .login {
        padding: 0;
        align-items: flex-start;
    }

    .form-login {
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    .register {
        padding: 0;
        align-items: flex-start;
    }

    .form-register {
        max-width: 100% !important;
        padding: 15px;
        margin: 0 auto !important;
    }

    .desktop-nav.header .nav-logo a img {
        width: auto;
    }

    .fc-scroller {
        height: 100% !important;
    }

    .mobile-maxh {
        height: 100% !important;
    }
    .event-calendar {
        height: 100% !important;
    }
    #calendario {
        height: 100% !important;
    }

    #content {
        height: auto;
    }

        #content > .container {
            height: 100%;
        }
}

@media (min-width: 992px) {


    
}