﻿.row{
    margin-left:0px;
    margin-right:0px;
}

#wrapper {
    padding-left: 70px;
    transition: all .4s ease 0s;
    height: 100%
}

#sidebar-wrapper {
    margin-left: -250px;
    left: 50px;
    width: 250px;
    /*background: #222;*/
    background: #0069a8;
    position: fixed;
    height: 100%;
    z-index: 10000;
    transition: all .4s ease 0s;
}

.sidebar-nav {
    display: block;
    float: left;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#page-content-wrapper {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
}
#wrapper.active {
    padding-left: 250px;
}
#wrapper.active #sidebar-wrapper {
    left: 250px;
}

#page-content-wrapper {
  width: 100%;
}

#sidebar_menu li a, .sidebar-nav li a {
    color: #003E60;
    display: block;
    float: left;
    text-decoration: none;
    width: 250px;
    background: #0069a8;
    /*border-top: 1px solid #373737;
    border-bottom: 1px solid #1A1A1A;*/
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;

    font-size:16px;
}
.sidebar_name {
    padding-top: 25px;
    color: #fff;
    opacity: .7;
}

.sidebar-nav li {
  /*line-height: 40px;*/
  /*text-indent: 20px;*/
}

.sidebar-nav li a {
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  font-size:13px;
   padding-left:14px;
   margin-top:5px;
   margin-bottom:5px;
   word-wrap: break-word;
   padding-top:3px;
   padding-bottom:3px;

   text-align:left;
}

.iconoimg {
    float:right;
    padding-top:0px;
    padding-right:3px;
    width:30px;
    height:30px;
}

.textImg {
    display:inline-block;width:180px;
}

.iconoMain {
    float:right;
    padding-top:10px;
    padding-right:3px;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: #00B3E3;
  text-decoration: none;
}

.active1 {
    background-color: #00B3E3;
}

.sidebar-nav li a:focus,
.sidebar-nav li a:active
{
  text-decoration: none;
  background: #00B3E3;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#main_icon
{
    float:right;
   padding-right: 65px;
   padding-top:20px;
}
.sub_icon
{
    float:right;
   padding-right: 65px;
   padding-top:10px;
}
.content-header {
  height: 65px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}

@media (max-width:767px) {
    #wrapper {
    padding-left: 70px;
    transition: all .4s ease 0s;
}
#sidebar-wrapper {
    left: 70px;
}
#wrapper.active {
    padding-left: 150px;
}
#wrapper.active #sidebar-wrapper {
    left: 150px;
    width: 150px;
    transition: all .4s ease 0s;
}
}
