﻿.invalid-tooltip {
    position: inherit;
    display: block;
}

.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;
}

.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 .fc-toolbar .fc-button {
    margin-top: 7px;
}

.fc-toolbar.fc-header-toolbar {
    line-height: inherit !important;
}

@media (max-width: 575px) {
    .desktop-nav.header .nav-logo a img {
        width: auto;
    }

    .fc-scroller {
        height: 100% !important;
    }

    #content {
        height: auto;
    }

        #content > .container {
            height: 100%;
        }

        #content > .mobile-maxh {
            height: 100%;
        }
}

@media (min-width: 992px) {


    
}