
html{
    overflow-y: scroll;
}
#admin-body{
    font-family: 'Open Sans', sans-serif;
    background: rgba(237, 236, 236, 1)
}
#admin-body .wrapper {
    height: 100%;
    display: table;
    width: 100%;
}

/*--------------- HEADER ---------------*/
#admin-body .header {
    display: table-row;
    height: 38px;
    background-color: #acb32c;
    color: #FFFFFF;
    line-height: 38px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: 182px center;
}
#admin-body .header .logo{
    float: left;
    width: 220px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
}
#admin-body .header .logo img{
	vertical-align: middle;
	width: 40px;
	position: relative;
	top: -3px;
}
#admin-body .header .nav{
    padding-left: 20px;
    padding-right: 20px;
}
#admin-body .header .nav a{
    color: #FFFFFF;
}
#admin-body .header .nav a:hover, #admin-body .header .nav a:focus, #admin-body .header .nav a:active{
    color: #fff;
    text-decoration: none;
}
#admin-body .header .nav a i{
    margin-right: 5px;
}

#admin-body .box {
    display: table-cell;
}

/*--------------- LEFT MENU ---------------*/
#admin-body .sidebar {
    background: #FFFFFF;
    width: 220px;
    padding: 0;
    vertical-align: top;
}
#admin-body .sidebar a.menu-item{
	border-top: 1px solid #FFFFFF;
	display: block;
	padding: 15px 20px;
	color: #202020;
}
#admin-body .sidebar a.menu-item:hover, #admin-body .sidebar a.menu-item:focus{
    text-decoration: none;
    color: #797979;
}
#admin-body .sidebar a.active{
    /*border-color: #95bf0a;*/
    background: #95bf0a;
    color: #fff;
}
#admin-body .sidebar a.active:hover{
    background: #95bf0a;
    color: #fff;
}

#admin-body .sidebar a.menu-item i{
    margin-right: 10px;
}
#admin-body .sidebar a.menu-item .badge{
    background: #fff;
    color: #555;
    margin-top: 2px;
    float: right;
}

/*--------------- CONTENT ---------------*/
#admin-body .main {
    height: 100%;
    display: table;
    width: 100%;
}
#admin-body .main .page-title{
    font-size: 18px;
    background: #f6f8f8;
    margin: 13px 20px 0 20px;
	padding: 13px 20px;
}

#admin-body .main .container-fluid{
	padding: 20px;
	margin: 0 20px;
	background-color: white;
}
#admin-body .main a, #admin-body .main .btn, #admin-body .main .form-control, .input-group-addon{
    border-radius: 0 !important;
}

/*#admin-body .table {*/
    /*table-layout: fixed;*/
/*}*/
#admin-body .table th{
    font-size: 14px;
    color: #565656;
}
#admin-body .table td{
    font-size: 14px;
}
#admin-body .table td.control{
    vertical-align: middle;
    text-align: right;
}
#admin-body .table td.status{
    vertical-align: middle;
    text-align: center;
}
#admin-body .table td.vtop{
    vertical-align: top;
}

#admin-body .switcher{
    border: none;
    background: #b3b8c3;
    color: #FFF;
    height: 20px;
    min-width: 40px;
    font-size: 11px;
    border-radius: 10px;
    padding: 1px;
}
#admin-body .switcher .slider{
    background: #f0f3f3;
    height: 18px;
    border-radius: 10px;
    box-shadow: none;
}
#admin-body .switcher.is-active{
    background: #27b6af;
}
#admin-body .switcher .textNo{
    color: #fff;
}

#admin-body .actions li i{
    margin-right: 8px;
}
#admin-body .actions .glyphicon-menu-hamburger{
    cursor: pointer;
    font-size: 15px;
    color: #777;
}
#admin-body .actions .glyphicon-menu-hamburger:hover{
    color: #337ab7;
}

/*--------------- HELPERS ---------------*/

h4{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    color: #555;
}
h4 b{
    font-weight: 400;
}

.confirm-delete{
    color: #a94442 !important;
}
.color-red{
    color: #a94442;
}
.font-16 {
    font-size: 16px;
}
.font-12 {
    font-size: 12px;
}
.font-10 {
    font-size: 10px;
}

#notify-alert {
    display: none;
    position: fixed;
    top: 50px;
    right: 10px;
    width: 300px;
}
.smooth {
    color: #aaa;
}
.dashed-link:before{
    font-family: 'Glyphicons Halflings';
    content: "\e252";
    font-size: 10px;
    margin-right: 4px;
}
.dashed-link.collapsed:before{
    content: "\e250";
}
.dashed-link:hover, .dashed-link:focus{
    text-decoration: none;
    color: #333;
}

.catalog-parent .collapser,
.catalog-parent .collapser:active:hover{
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.catalog-parent .collapser .glyphicon{
    -webkit-transition: transform 500ms ease; /* For Safari 3.1 to 6.0 */
    -moz-transition: transform 500ms ease;
    -o-transition: transform 500ms ease;
    transition: transform 500ms ease;
}

.catalog-parent .collapser[aria-expanded="true"] .glyphicon{
    transform: rotate(90deg);
}


.catalog-children,
.catalog-children.collapse{
    display: none;
}

.catalog-children.collapse.in{
    display: table-row-group;
}

.status-btn {
    margin-right: 3px;
}

.status-btn:last-child {
    margin-left: 0;
}