.logo-sm{
	color: yellowgreen;
	background-color: white;
	padding: 15px;
}
.logo-img{
	float: left;
	margin-left: 0px;
}
.navbar-nav>.user-menu .user-image {
    width: 35px;
    height: 35px;
    margin-top: -7px;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
    color: #131212;
    background: #C5E1A5 !important;
    }
    .skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #ffffff !important;
}
.skin-blue .main-header .navbar {
    background-color: #67b020;
}
.skin-blue .sidebar a {
    color: #000000 !important;
/*     color: #000000 !important; */
  /*   white-space: nowrap;
    width: 14em;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #67b020 !important;
}
.skin-blue .main-header .logo {
    background-color: #67b020 !important;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
    
    border-left-color: #67b020;
}
.skin-blue .sidebar-menu>li>.treeview-menu {
    background: #f3f3f3 !important;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #67b020;
}

input:focus + .slider {
  box-shadow: 0 0 1px #67b02;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.mdl-button--raised.mdl-button--colored {
    background: #3c8dbc;
    }
.sub-active
{
	background: #e3ecd0;
	border-left: 4px solid #80ab2c;
}
.login-page, .register-page {
    background: #fff !important;
}
@media (max-width: 500px){
    .login-box{
    width: 300px !important;
    margin: 0px auto;
    padding-top: 10%;
    }
}

@media (min-width: 900px){
    .login-box{
    padding-top: 5% !important;
    }
}


  img.tiro-logo {
    width: 100% !important;
}
}
.login-page {
    background: #fff !important;
}
.adm-log-btn{
  background-color: #bddb3d !important;
    border-color: #bddb3d !important;
    color: #000 !important;
}
.login-box, .register-box {
    width: 360px;
    /* margin: 7% auto; */
    margin: 0px auto;
    padding-top: 10%;
 }
 .small-box .icon {
    top: 0px;
}
.save_button {
    float: right;
    margin-right: 10px;
 }
 .cancel_btn {
    float: right;
    margin-right: 20px;
 }
 .login-box-body{
  box-shadow: 5px 5px rgba(18, 19, 18, 0.15);
  margin-top: 25%;
 }
label.error {
    color: red;
}
.user-profile .dropdown-menu
{
  width:100% !important;
  text-align: center;
}
.user-profile .dropdown-toggle
{
  padding:15px 32px !important;
}
.sidebar-collapse .sidebar-menu
{
  overflow:inherit !important;
}
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    width: 210px !important;
}
.sidebar-collapse .scroll-submenu {
   height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.breadcrumb li a {
  cursor: default;
}
.box {
  padding :10px !important;
}
#category_table th {
    background: #c5e1a5;
}
#submenu_table th {
    background: #c5e1a5;
}
 .adm-log-btn-tiro {
    background-color: #76609d !important;
    border-color: #76609d !important;
    color: #fff !important;
}
.pagination {
    margin: 0px 0 !important;
}
.mdl-button
{
  height: 27px;
  padding: 0px 10px;
  min-width: 27px;
  line-height: 25px;
}
section.content .form-group:nth-child(2) {
    display: flow-root;
}
.btn-danger a {
  color:inherit;
}
