/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-11-1, 10:54:37
    Author     : LiuWeiTao
*/

/*.skin-blue .main-header .logo{background-color: #222d32;}
.skin-blue .main-header .logo:hover {background-color: #222d32;}*/
/*.main-header .logo .logo-lg{position:absolute;top:0;left:0;width:230px;height:112px;background-color: #222d32;background-image:url('logo.png');background-repeat: no-repeat;}*/
.main-sidebar{padding-top:112px;background-color: #222d32;background-image:url('logo.png');background-repeat: no-repeat;background-size:contain}
@media (max-width:767px) {
 .main-sidebar {padding-top:112px;background-color: #222d32;background-image:url('logo.png');background-repeat: no-repeat;background-size:contain}
}
@media (min-width:768px) {
 .sidebar-collapse .main-sidebar {padding-top:50px;background-image:url('logo-mini.png');background-size: 50px 50px}
}
@media (max-width:767px) {
 .sidebar-open .main-sidebar {}
}