
@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

#wrapper {
    padding-left: 0;    
}

#page-wrapper {
    width: 100%;        
    padding: 0;
    background-color: #fff;
}
.userDetailDrop .dropdown-menu>li>a {
    display: block;
    padding: 3px 10px;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 22px 10px;
    }
}


    .top-nav {
        padding: 0 15px;
        margin-top: 20px !important;
        margin-right: 0px;
    }


.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    color: #fff;
    margin-top: 10px;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #1a242f;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    /*border: 1px solid rgba(0,0,0,.15);*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 60px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        border-top: 1px rgba(0,0,0,.5) solid;
        overflow-y: auto;
        background-color: #222;
        /*background-color: #5A6B7D;*/
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 225px;
        border-bottom: 1px rgba(0,0,0,.3) solid;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #1a242f !important;
    }
}

.side-nav>li>ul {
    padding: 0;
    border-bottom: 1px rgba(0,0,0,.3) solid;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    /*color: #999;*/
    color: #fff;    
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

.navbar .nav > li > a > .label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 6px;
  font-size: 10px;
  font-weight: normal;
  min-width: 15px;
  min-height: 15px;
  line-height: 1.0em;
  text-align: center;
  padding: 2px;
}

.navbar .nav > li > a:hover > .label {
  top: 10px;
}
.dashtextlogo{
    top:-6px !important;
}
.navbar-brand {
    padding: 5px 15px;
}

.textlogo
{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 82px;
    font-weight: bold;
    position: absolute;
    top: 4px;
}


@media screen and (max-width: 760px) {
    .navbar-fixed-top
    {
        height: auto !important;
    }

    .top-nav { 
        margin-top: 0px !important;
    }

    .textlogo{
        font-size: 12px;
        color: #fff;
        text-decoration: none;
        line-height: 40px;
        font-weight: bold;
    }
  }

  .dropdown-menu li
  {
    line-height: 20px;
    font-size: 14px;
  }

  .textlogo {
  display: inline-block;
}

.logo-image {
  width: 70%;
  margin-top: 0;
}

.userDetailDrop {
  float: right;
  position: absolute;
  right: 25px;
  top: 24px;
}

.user-dropdown-btn {
  background-color: inherit;
  border: 0;
}

.user-dropdown-btn:hover,
.user-dropdown-btn:focus,
.user-dropdown-btn:active {
  background-color: inherit;
  border: 0;
  box-shadow: none;
}

.logout-link {
  cursor: pointer;
}

.changePasswordModal a {
  cursor: pointer;
}
