﻿#end-date-picker {
    float: right;
    margin-right: 5px;
}

@media screen and (max-width: 764px) and (min-width: 200px) {
    .navbar-brand {
        width: 10%;
    }

    a.ems-logo-link {
        margin-left: 16px;
    }

    #return-to-top i {
        left: 6px;
        top: 4px;
    }

    #return-to-top {
        bottom: 1px;
        right: 12px;
        width: 30px;
        height: 30px;
    }

    div.dynamic-filter-content .dynamic-filter-container .dynamic-filter-row.roomrequest a.dynamic-filter-item-add {
        padding-top: 0px;
    }

    #user-menu-dropdown {
        overflow-y: scroll;
    }

    #user-menu-section ul.navbar-nav li.open {
        margin-right: 0px;
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100px;
        max-height: 100px;
    }

    #bookings #filter-result-row #result-columns .result-container-header span {
        font-size: 13px;
    }

    .include-cancelled-label {
        margin-left: 20px
    }

    .events-nav-pills {
        margin-left: 32px;
    }

    .grid-page-nav {
        line-height: 3;
    }

    .sortable-grid-header .grid-text {
        white-space: normal;
    }

    .dx-widget {
        font-size: 7px;
    }

    .column-container {
        margin-left: -15px;
        display: inline-block;
        position: absolute;
        z-index: 100;
        overflow: inherit;
        left: auto;
        top: auto;
    }

    .date {
        width: 175px;
    }

    #cancel-services .category-dropdown {
        width: 80%;
        display: inline-block;
    }

    .end-container {
        margin-right: 136px !important;
    }
    .form-control{
        font-size:10px;
    }
  
    .input-group .form-control{
        width:auto;
    }
    @media screen and (max-width: 950px) and (min-width: 100px) {
        .include-cancelled-label {
            margin-left: 32px;
        }

        .events-nav-pills {
            margin-left: 32px;
        }

        .center-pills {
            margin-left: 64px;
        }

        .include-cancelled-icon {
            margin-right: 0px;
        }

        #sidebar-wrapper {
            border-right: 0px;
        }
    }
}
@media all and (max-width: 850px) and (min-width: 768px) {
    .label-licenseMessage {
        margin-left: 10%;
    }
}

