/********************* Overlay (only used if there is a z-index issue. wrap a div class="overlay" around the Simple Nav") *******************/
.overlay{
	background-color: #618ebc;
	position: fixed;
	width: 100%;
	z-index: 99;
}
/***********************************************************/

#sidebar-wrapper {
    z-index: 1000000000;
    position: fixed;
    right: 0;
    width: 270px;
    height: 100%;
    margin-right: -270px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    float: right;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 270px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #eee !important;
    font-size: 1.5rem !important;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff !important;
    background: rgba(255,255,255,0.2) !important;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
    background: #333 !important;
}

.sidebar-nav > .sidebar-brand a{
    height: 55px;
    font-size: 1.7rem !important;
    color: #eee !important;
    line-height: 55px;
    font-weight: 600;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff !important;
    background: none !important;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0 10px;
    background-color: #054A91 !important;
}
/*
.mobile .btn-lg, .btn-group-lg > .btn {
    line-height: 1.3 !important;

}
*/
#sidebar-wrapper.active {
    right: 270px;
    width: 270px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle{
    margin: 55px 0 0 0;
    font-size: 3.00rem;
    color: #fff !important;
    border-radius: 0;
}
.toggle:hover{
    color: #E24A1B !important;
}

@media(min-width:320px) {
	/*
    #wrapper {
        padding-left: 250px;
    }
	*/
    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
/******************************** Toggle Button *******************************/
.ToggleButton .btn {
  font-size: 3.00em;
  line-height: 1.42857143;
  text-align: center;
  background: none !important;		  
  border: 0;
  border-radius: 0px;
  padding: 0px 0px;
  position: fixed;
  z-index: 1;
}
/********************** Added to have a transparent background on the Icon ***************************/
.toggle-btn-size{
	padding: 0px 8px;
	border: 0px solid white;
	background: rgba(0, 0, 0, 0.4);
}
/******************************************************************************************************/
.ToggleButton .btn-default {
  color: #fff !important;
  background: none !important;
}
.ToggleButton .btn:active,
.ToggleButton .btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ToggleButton .btn-default:focus,
.ToggleButton .btn-default.focus {
  color: #fff !important;
  background-color: none !important;
  border-color: none !important;
  border: 0px !important;
}
.ToggleButton .btn-default:hover {
  color: #8babd3 !important;
}
.btn{
	padding: 0;
}
/************************* Dropdown List Styles *******************************/
#sidebar-wrapper .dropdown-menu {
  position: absolute;
  left: 0;
  min-width: 100%;
  font-size: 14px;
  text-align: left;
  background-color: #333 !important;
  border: 0px solid #ccc !important;
  border: 0px solid rgba(0, 0, 0, .15) !important;
  border-radius: 0px;
}
#sidebar-wrapper .dropdown-menu > li > a {
    padding: 6px 0px;
}

@media only screen and (max-width: 1024px) {
	
    .toggle {
        margin: 8px 5px 0 0;
        font-size: 2.5em;
    }
    #menu-toggle {
        padding: 0 6px 0 6px;
    }
    #sidebar-wrapper .dropdown-menu > li > a {
        font-size: 1.5rem !important;
    }
	
}
@media only screen and (max-width: 360px) {
	
    .toggle{
        margin: 9 5px 0 0;
    }
	
}