﻿


.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.left-nav {
    position: absolute;
    top: 0px;
    right: 50px;
    width: 50px;
    z-index: 2224;
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.main-elmts {
    width: 62.8%;
}
.side-container {
    width: 37%;
    min-width: 305px;
}

@media only screen and (max-width: 992px)   {
    .main-elmts{
        width:100%; 
    }
    .side-container {
        width: 100%;
        margin-top: 10px; 
    }
    .side-container #calendar {
      max-width:500px;
    }
}
/*@import url('https://fonts.googleapis.com/css?family=Roboto');
*/
body {
    /*   font-family: 'Roboto', sans-serif;*/
}

.navbar-collapse {
    flex-grow: 0;
}
/*
* {
    margin: 0;
    padding: 0;
}*/

i {
    margin-right: 10px;
}
/*----------multi-level-accordian-menu------------*/
.navbar-logo {
    padding: 15px;
    color: #fff;
}

.navbar-mainbg {
    background-color: hsl(202deg 89% 39%);
    padding: 0px;
}

#navbarSupportedContent {
    overflow: hidden;
    position: relative;
}

    #navbarSupportedContent ul {
        padding: 0px;
        margin: 0px;
    }

        #navbarSupportedContent ul li a i {
            margin-right: 10px;
        }

    #navbarSupportedContent li {
        list-style-type: none;
        float: left;
    }

    #navbarSupportedContent ul li a {
        color: rgba(255,255,255,0.5);
        text-decoration: none;
        font-size: 13px;
        display: block;
        padding: 15px 20px;
        transition-duration: 0.6s;
        transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
        position: relative;
    }

    #navbarSupportedContent > ul > li.isActive > a {
        color: #5161ce;
        background-color: transparent;
        transition: all 0.7s;
    }

    #navbarSupportedContent a:not(:only-child):after {
        content: "\f105";
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 14px;
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
        transition: 0.5s;
    }

    #navbarSupportedContent .isActive > a:not(:only-child):after {
        transform: rotate(90deg);
    }

.hori-selector {
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -300px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 1px;
    height: 44px;
}

    .hori-selector .right,
    .hori-selector .left {
        position: absolute;
        width: 25px;
        height: 25px;
        background-color: #fff;
        bottom: -0.12px;
    }


    .hori-selector .right {
        right: -25px;
    }

    .hori-selector .left {
        left: -25px;
    }

        .hori-selector .right:before,
        .hori-selector .left:before {
            content: '';
            position: absolute;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: hsl(202deg 89% 39%);
        }

    .hori-selector .right:before {
        bottom: 0;
        right: -25px;
    }

    .hori-selector .left:before {
        bottom: 0;
        left: -25px;
    }


@media(min-width: 692px) {
    .navbar-expand-custom {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-custom .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

        .navbar-expand-custom .navbar-toggler {
            display: none;
        }

        .navbar-expand-custom .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }
}


@media (max-width: 692px) {
    #navbarSupportedContent ul li a {
        padding: 12px 30px;
    }

    .hori-selector .left,
    .hori-selector .right {
        display: none;
    }

    .navbar-expand-custom {
        display: flex;
        flex-direction: column;
    }

    .navitms {
        display: block;
        margin-top: 50px;
    }

        .navitms li {
            width: 100%;
            padding-left: 0px;
        }

    #navbarSupportedContent > ul > li > a {
        padding-left: 5px;
        margin: 5px 0px;
    }

    .hori-selector {
        margin-top: 0px;
        margin-left: 10px;
        border-radius: 0;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        display: none;
    }

    .navbar-brand {
        max-width: 40%;
    }

    #navbarSupportedContent > ul > li.isActive > a {
        color: #5161ce;
        background-color: #fff;
        transition: all 0.7s;
        border-radius: 30px;
        padding: 8px 5px;
    }

    .shandwich {
        position: absolute;
        right: 5px;
        top: 10px;
        font-size: 22px;
        z-index: 10;
        color: white;
        z-index: 2255;
    }

    .hori-selector .left,
    .hori-selector .right {
        right: 10px;
        display: none;
    }

    .hori-selector .left {
        top: -25px;
        left: auto;
        display: none;
    }

    .hori-selector .right {
        bottom: -25px;
        display: none;
    }

    .hori-selector .left:before {
        left: -25px;
        top: -25px;
        display: none;
    }

    .hori-selector .right:before {
        bottom: -25px;
        left: -25px;
        display: none;
    }


    .nvlnk a {
        color: white;
    }
    .container {
        padding-right: 5px;
        padding-left: 5px;
    } 
  }

