.img-admin-main-page,.img-admin{
	height: 150px;
}

html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    min-height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

#sidebar-wrapper{
        top: 50px;
        background: url(/image/logo.png) no-repeat 60px 10px #222222;
        background-size: 100px;
        padding-top: 90px;
        width: 220px;
        margin-left: -20px;
        height: 100%;
}

.sidebar-nav span{
font-size: 18px;
  padding-right: 5px;
  top: 2px;
}

.wrapbl{
    margin-top: 20px;
}
.hei-bl{
      padding-top: 20px;
      padding-left: 300px;
      float: left;
      width: 90%;
}
.nav-m{
    bottom:0px;
}
.pull-left{
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-weight: bold;
    margin-left: -100px;
    left:50%;
}
a.pull-left{
    text-decoration: none;
    color: #fff;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    /*top: 0px;*/
    width: 220px;
    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: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
}

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

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#yii-debug-toolbar{
    display: none !important;
}

.img_prev img{
    height: 40px;
    widows: auto;
}

.prev_full img{
    height: 240px;
    widows: auto; 
}
.btn-z button.btn.btn-success{
    margin-top:15px
}
.admin-img img{
    height: 200px;
}