.btn{
	border-radius: 8px;
}

.btn {border:0;border-bottom:0;border-left:0;box-shadow: inset 0 -3.2px rgba(0, 0, 0, 0.12),inset 2px 0 rgba(0, 0, 0, 0.1);outline:none;-webkit-outline:none;-o-outline:none;-moz-outline:none;text-transform:uppercase;font-weight:bold;font-size:12px;}
.btn:active:not(a), .btn.active {outline:none;-moz-outline:none;background-image: none;-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;position: relative;box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;top: 1px;left:-1px;}
.btn:focus:not(a) {outline:none;-webkit-outline:none;-moz-outline:none;}

.navbar-brand img {
   
    left: 0;
    text-align: center;
    top: 13%;
    position: relative;
 
  }

@media(max-width: 768px){
  .navbar-brand img {
	position: absolute;
    width: auto;
    left: 15%;
    right: 15%;
    text-align: center;
    top: 15px;
    margin: 0 auto;
}
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 16px;
    margin-left: 16px;
    padding: 9px 10px;
    margin-top: 19px;
    margin-bottom: 23px;
    background-color: #983e3e00;
    background-image: none;
    border: 1px solid #868686;
    border-radius: 3px;
	z-index:2;
}

.sidebar {
  display: block;
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;

}

#wrapper.toggled {
  padding-left: 250px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}


#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #fff;
    border-right: 1px solid #ddd;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 251px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  top: 0;

}


#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: 0px;
}

/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 20px;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

@media(max-width: 480px){
	
	.sidebar-nav li a {
		display: block;
		text-decoration: none;
		color: #1e79b5;
		margin-top: 15px;
	}
}

@media(min-width: 480px){
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #1e79b5;
  margin-top: 1%;
}
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: orange;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
   height: 65px;
    font-size: 18px;
    line-height: 2px;
    margin-top: 30px;
	margin-left: 10%;
}


@media(min-width:768px) {
	#wrapper {
		padding-left: 0;
		flex: initial;
	}
	#wrapper.toggled {
		padding-left: -250px;
	}

	#sidebar-wrapper {
		z-index: 1000;
		position: fixed;
		left: 0px;
		top: 0px;
		width: 0;
		height: 100%;
		margin-right: -250px;
		overflow-y: auto;
		background: #fff;
		border-right: 1px solid #ddd;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	#wrapper.toggled #page-content-wrapper {
		position: absolute;
		margin-left: 0;
	}
}

.ui-widget-content {
    border: 1px solid #fff;
    background: #fff;
    color: #444;
}

.ui-widget.ui-widget-content {
    border: 1px solid #fff;
}