body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fa-btn {
    margin-right: 6px;
}

.navbar {
    min-height: 0px !important;
}

.navbar-brand {
    height: auto !important;
    padding: 5px 15px !important;
    color: cadetblue !important;
}

.navbar-nav>li>a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}


.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background: beige;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
    color: #ffffff;
}

a.second-nd-nav-link {
    color: black !important;
}

a.second-nd-nav-link:hover {
    color: black !important;
}
.second-nd-nav-heading {
    color: black !important;
}

body{
    /* font-family: 'Open Sans', sans-serif; */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*  font-family: 'Poppins', sans-serif; */
}
h1,h2,h3,h4{
    font-weight: 500;
    letter-spacing: 0.7px;
    margin: 0px;
}
p{
    margin: 0px;
    color: #555;
    font-size: 15px;
    line-height: 22px;
}
a{

}
/* top-nav */
.top-nav{
    background-color: #ccc;
    color: #000;
    padding: 6px 15px;
}
/* navbar */
.navbar{
    /* min-height: 70px;*/
    margin-bottom: 0px;
    min-height: auto;
    padding: 2px 8px;
}

.navbar-nav>li>a {
    font-size: 14px;
    /*line-height: 3.428571;*/
    font-weight: 400;
}
/* .navbar-default .navbar-nav>li>a:hover{
     color: #f00;
     box-shadow: 0px 20px 0px -18px #FF0000;
 }*/

li.divider-vertical:hover {
    color: red;
    border-bottom: 1px solid red;
    border-radius: 0px;
    background: #ffc6c6;
    /* box-shadow: 0px 20px 0px -18px #FF0000;*/
}


.navbar-brand {
    padding:5px 5px;
    /*line-height: 3.428571;*/
    height: auto;
}
.add{
    color: #f00;
    box-shadow: 0px 20px 0px -18px #FF0000;
}

body,html{
    height: 100%;
}

nav.sidebar, .main{
    -webkit-transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    transition: margin 200ms ease-out;
}

.main{
    padding: 10px 10px 0 10px;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (min-width: 765px) {

    .main{
        position: absolute;
        width: calc(100% - 40px);
        margin-left: 40px;
        float: right;
    }

    nav.sidebar:hover + .main{
        margin-left: 200px;
    }

    nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
    }

    nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
        text-align: center;
        width: 100%;
        margin-left: 0px;
    }

    nav.sidebar a{
        padding-right: 13px;
    }

    nav.sidebar .navbar-nav > li:first-child{
        border-top: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav > li{
        border-bottom: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
        padding: 0 0px 0 0px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }

    nav.sidebar{
        position: absolute;
        z-index: 1;
        width: 200px;
        height: 75%;
        /*margin-left: -160px;*/
        float: left;
        margin-bottom: 0px;
    }

    nav.sidebar li {
        width: 100%;
    }

    nav.sidebar:hover{
        margin-left: 0px;
    }

    .forAnimate{
        opacity: 0;
    }
}

@media (min-width: 1330px) {

    .main{
        width: calc(100% - 200px);
        margin-left: 200px;
    }

    nav.sidebar{
        margin-left: 0px;
        float: left;
    }

    nav.sidebar .forAnimate{
        opacity: 1;
    }
}

nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #CCC;
    background-color: transparent;
}

nav:hover .forAnimate{
    opacity: 1;
}
section{
    padding-left: 15px;
}

nav {
    border-radius: 0px !important;
}

.divider-vertical {
    /* height: 50px; */
    margin: 0 9px;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #FFF;
    border-radius: 4px;
    background: rgba(233, 233, 233, 0.44);
}

.caret1 {
    border: 1px solid;
    border-radius: 33px;
    padding: 1px 4px;
    position: relative;
    top: -8px;
    font-size: 9px;
    background: aliceblue;
    left: -7px;
}

.alerts {
    min-width: 220px !important;
}
.notifications-alerts {
    margin: 0px;
    background: antiquewhite;
}

.custom-top-padding {
    padding-top: 5px;
}

.navbar-default .navbar-nav>li>a {
    background: none !important;
    color: #ffffff;
    padding: 10px 4px !important;
}

.navItem .carotArrow {
    display: none;
    position: absolute;
    bottom: -12px;
    left: 45%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #ffffff;
}

.active .navItem .carotArrow {
    display: block;
}

.nav-second-top-menu {
    /*background: #e7e7e7 !important;*/
    background: rgb(193, 234, 255) !important;
    z-index: 1;
    padding: 0px;
    /*box-shadow: 0 2px 0px 0 rgba(39,53,27,0.50),0 2px 5px 0 rgba(0,0,0,0.50) !important;*/
}

.nav-second-top-menu ul li, .nav-second-top-menu .navbar-header {
    padding: 5px;
    /*padding-bottom: 0px !important;*/
}

.nav-second-top-menu ul li a {
    color: black !important;
}

.nav-second-top-menu ul li.active {
    /*background: white;*/
    /*border-bottom: 1px solid cornflowerblue;*/
    background: #31a4d9;
    color: white;
    border-radius: 34px;
}

.nav-second-top-menu ul li.active a {
    /* background: white !important; */
    /*border-bottom: 3px solid cornflowerblue;*/
    /* padding-bottom: 0px !important; */
    /* padding: 4px; */
    /*color: cornflowerblue!important;*/
    color: white !important;
}

