@media only screen and (max-width: 399px) {
    .MultiNetworkDropDownList .k-input {
        margin-top: 4px !important;
        width: 100px !important;
    }

    .navbar-collapse {
        display: flex;
        flex-basis: auto;
    }

    #MainRegionIdHolder + .dropdown {
        height: 40px;
    }

        #MainRegionIdHolder + .dropdown .dropdown-menu {
            width: 10px;
            margin-top: 40px;
        }


    .MultiNetworkDropDownList .nav-item {
        width: 221px;
    }

    .MultiNetworkDropDownList {
        width: 100% !important;
        margin-left: 10px !important;
        margin-right: 0px !important;
    }

        .MultiNetworkDropDownList .k-input {
            margin-top: 4px !important;
            width: 100px !important;
        }
        .MultiNetworkDropDownList .k-dropdown {
            padding-top: 0px !important;
        }
    [aria-labelledby="navUserDropDownLink"] {
        margin-left: -125px !important;
    }

    .sidebar {
        padding-bottom: 10px;
    }

    .navbar-brand .rounded {
        width: 130px !important;
        height: auto !important;
    }
}

@media only screen and (min-width: 400px) and (max-width: 575px) {
    .MultiNetworkDropDownList .k-input {
        margin-top: 4px !important;
        width: 100px !important;
    }

    .navbar-collapse {
        display: flex;
        flex-basis: auto;
    }

    #MainRegionIdHolder + .dropdown {
        height: 40px;
    }

        #MainRegionIdHolder + .dropdown .dropdown-menu {
            width: 10px;
            margin-top: 40px;
        }

    .MultiNetworkDropDownList .k-dropdown {
        padding-top: 0px !important;
    }

    .MultiNetworkDropDownList {
        width: 100% !important;
        margin-left: 10px !important;
        margin-right: 0px !important;
    }

        .MultiNetworkDropDownList .k-input {
            margin-top: 4px !important;
            width: 100px !important;
        }
        .MultiNetworkDropDownList .nav-item{
            width: 221px;
        }
        
        [aria-labelledby="navUserDropDownLink"] {
            margin-left: -125px !important;
        }

        .sidebar {
            padding-bottom: 10px;
        }

    /*.navbar-brand .rounded {*/
/*        width: 130px !important;
*/        /*height: auto !important;
    }*/
}

@media only screen and (min-width: 576px) and (max-width: 716px) {
    .MultiNetworkDropDownList .k-input {
        margin-top: 4px !important;
        width: 125px !important;
    }

    .sidebar {
        padding-bottom: 10px;
    }


    .MultiNetworkDropDownList {
        width: 100% !important;
    }

    [aria-labelledby="navUserDropDownLink"] {
    }

    .navbar-brand .rounded {
        width: 187px;
        height: 50px;
    }

    .MultiNetworkDropDownList {
        font-size: 12px !important;
        margin-left: 10px !important;
    }

    [aria-owns="MainRegion_listbox"] {
        font-size: 12px !important;
    }
}

@media only screen and (max-height: 400px) {


    .SideBarSmallerIcon {
        font-size: 6px !important;
    }


    #GlobalAdminDropdownSettings {
        overflow-y: auto;
    }

    #RegionDropdownSettings {
        overflow-y: auto;
    }
    #CommunicationDropdownSettings
    {
        overflow-y: auto;
    }
    #RegionDropdownSettings a {
        font-size: 10px !important;
    }

    #GlobalAdminDropdownSettings a {
        font-size: 10px !important;
    }
    #CommunicationDropdownSettings a
    {
        font-size: 10px;
    }
    .labelText {
        margin-top: 0px !important;
        font-size: 10px;
    }

    .sideBarDrawer {
        font-size: 14px !important;
    }
}

@media only screen and (min-height: 400px) and (max-height: 599px) {
    .MultiNetworkDropDownList .k-input {
        margin-top: 4px !important;
    }

    .sidebar {
        padding-bottom: 15px;
    }

    .RegionName {
        font-size: 12px;
    }


    #navManageSettings {
        width: 100%;
    }

        #navManageSettings .labelText {
            margin-top: 0px !important;
        }
    #communcationManageSettings{
        width: 100%;
    }
    #communcationManageSettings .labelText{
        margin-top: 0px;
    }
    .SideBarSmallerIcon {
        font-size: 10px !important;
    }

    #RegionDropdownSettings {
        overflow-y: auto;
    }

    #GlobalAdminDropdownSettings {
        overflow-y: auto;
    }
    #CommunicationDropdownSettings{
        overflow-y: auto;
    }
    #RegionDropdownSettings a {
        font-size: 12px !important;
    }
    #CommunicationDropdownSettings a{
        font-size: 12px !important;
    }
    #GlobalAdminDropdownSettings a {
        color: #17294b;
        font-size: 12px !important;
    }

    .sideBarDrawer {
        font-size: 24px !important;
    }
}

@media only screen and (min-height: 600px) and (max-height: 800px) {

    #mySideBar {
        padding-bottom: 5px;
    }



    .RegionName {
        font-size: 10px;
    }


    #navManageSettings {
        width: 100%;
    }

        #navManageSettings .labelText {
            margin-top: 0px !important;
        }

    #communcationManageSettings{
        width: 100%;
    }
    #communcationManageSettings .labelText{
        margin-top: 0px !important;
    }
    .SideBarIcon {
        font-size: 25px !important;
    }

    .SideBarSmallerIcon {
        font-size: 14px !important;
    }

 /*   .iconContainer {
        margin-bottom: 20px !important;
    }*/
}












.SideBarSmallerIcon {
    font-size: 27px;
}

.iconContainer {
    cursor: pointer;
    flex-grow: 1;
    flex-shrink: 0;
}

    .iconContainer div {
        align-self: center;
    }

#MainRegion {
    width: 250px !important;
}

.iconContainer:hover {
    background-color: #00b6f0;
}

    .iconContainer:hover .fas {
        color: white !important;
    }

    .iconContainer:hover > .labelText {
        color: white;
    }

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.navbar-toggler {
    display: none;
}

.navbar a {
    float: right;
    display: block;
    color: #eeeeee;
    text-align: center;
    text-decoration: none;
}

.sidebar {
    margin-right: 80px;
    display: flex;
    flex-flow: column;
    position: absolute;
    height: auto;
    width: 80px;
    z-index: 1;
    top: 90px;
    left: 0;
    background-color: #dce4ec;
    overflow-x: hidden;
    transition: width 0.5s;
    padding-top: 30px;
}

    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: width 0.3s;
    }

        .sidebar a:hover {
            color: #f1f1f1;
        }

    .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#collapseButtonContainer {
    transition: width .5s;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
   
}

    .openbtn:hover {
        background-color: #444;
    }

#main {
    transition: margin-left .5s;
    padding: 16px;
}

#collapsButtonContainer {
    transition: width 0.5s;
}

.labelText {
    display: none;
    font-weight: normal;
    color: #17294b;
    margin-top: 5px !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.iconContainer .dropdown-item {
    font-size: 14px !important;
    color: #17294b !important;
    text-align: left !important;
    font-weight: 500 !important;
    padding-left: 60px !important;
}

.MultiNetworkDropDownList .k-dropdown-wrap {
    background-color: #17294b !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: normal !important;
}

.MultiNetworkDropDownList .k-i-arrow-60-down {
    color: white !important;
}

.MultiNetworkDropDownList .k-dropdown {
    background-color: #17294b !important;
    font-size: 18px !important;
    font-weight: normal !important;
    padding-top: 10px;
}

.fa-star {
    font-size: 18px;
}

.navbar-brand .rounded {
    width: 187px;
    height: 50px;
}

.SideBarImage {
    width: auto;
    height: 23px;
}

[aria-labelledby="navManageSettings"] a {
    color: #17294b;
    text-align: left;
}
[aria-labelledby="communcationManageSettings"] a{
    color: #17294b;
    text-align: left;
}
.navbar {
    height: 90px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
.MultiNetworkDropDownList{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

[aria-labelledby="navUserDropDownLink"] {
    left: -70px;
}
#navUserDropDownLink {
    word-spacing: -4px;
    font-size: 16px;
    height: 40px !important;
    width: 40px !important;
    padding: 6px;
    border-radius: 100%;
    border: solid 3px;
    margin-top: 0;
    color: #0d773b;
    font-weight: 600;
}

#GlobalAdminDropdownSettings {
    z-index: 1;
}

#RegionDropdownSettings {
    z-index: 1;
}
#CommunicationDropdownSettings{
    z-index: 1;
}
.dropdownSeperator{
    margin-left: 0px;
    height: min-content;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
