.avr-widget-icon{
	margin: 10px;
	background: rgb(229, 229, 229);
	border-radius:50%;
	border-width:1px;
	height:100px;
	width: 100px;
	text-align:center;
	padding-top: 13%;
	margin-left:20%;
	color:darkgray;
	font-size:3em;
	font-weight:bold;

}
.avr-widget-img{
	height:120px;
	width: 170px


}
.avr-widget{
	/* border-bottom-color: lightgray; */
	/* border-width: 1px; */
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border: 5px;
	border-bottom: 5px;
	padding-bottom: 16px;
	width: 200px;
	height: 175px;
	text-align: center;
	margin-left:20px
}
.avr-logo{
    margin-top:5px;
    margin-right:10px;
    height:40px;
}
.avr-logo-lg{
	height:80px;
	background-image:url('../img/logo.png');
	margin-left:auto;
	margin-right:auto;
	width: 300px;
	background-repeat:no-repeat;
}

img.centered {
	margin: auto;
	display: block;
}

@media (min-width: 768px) {
	body {
		padding-top: 0px;
		padding-bottom: 70px;
	}
}

@media(max-width:768px) {
	body { 
		padding-top: 70px; 
		padding-bottom: 70px;
	}
}

.sidebar
{
    height:70%;
}
.left-sidebar
{
        
}
.login-container{
	margin-left: auto;
	margin-right: auto;
	max-width:330px;
	max-height:100px;
}
.login {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.login .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.login .form-control:focus {
  z-index: 2;
}
.login input[type="username"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.login input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.usertable {
	width: 400px;
}

.usertable thead {
	font-weight: bold;
}

.usertable tr {
   line-height: 25px;
   min-height: 25px;
   height: 25px;
}

/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

#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;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #fff;
    -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: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: fixed;
	left: 0;
    top: 0;
    width: 100%;
    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: #444;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #999;
    background: rgba(0,0,0,0.05);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.navbar-user {
    height: 50px;
    font-size: 11px;
    line-height: 30px;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #333;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #444;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

	.sidebar-nav {
		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;
    }
}
