html, body {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    background-color: #F7F7F7;
}

* {
    margin: 0;
}

.pm-body-wapper {
    min-height: 100%;
    height: 100%;
    padding-bottom: 60px;
    margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}

.pm-footer {
    padding-top: 30px;
    height: 60px;
}

.pm-footer p {
    font-size: 12px;
}

.pm-hidden {
    opacity: 0.01;
}

.pm-full-height {
    height: 100%;
}

.pm-main-container {
    margin-top: 50px;
}

.pm-vertical-align-parent {
    height: calc(100vh - 212px);
    position: relative;
}

.pm-vertical-align-child {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%)
}

.pm-no-padding {
    padding: 0 !important;
}

.pm-label-button {
    cursor: pointer;
    -webkit-transition: .5s ease color;
    transition: .5s ease color;
}

.pm-label-button i {
    color: #a9a9a9;
    -webkit-transition: .5s ease color;
    transition: .5s ease color;
}

.pm-label-button:hover, .pm-label-button:hover i {
    color: #2196F3;
    -webkit-transition: .5s ease color;
    transition: .5s ease color;
}

.pm-page-header {
    padding: 30px 0 10px 20px;
    display: inline;
}

.pm-page-header > * {
    display: inline-block;
    vertical-align: middle;
}

.pm-hr-block:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 14px;
    height: 50px;
    width: 1px; /* or 100px */
    border-left: 1px solid #eeeeee;
}

.pm-hr-block.full-height:before {
    height: 100%;
}

.pm-hr-block.orange:before {
    border-left-color: #ffc966;
}

.pm-hr-block.gray:before {
    border-left-color: lightGray;
}
.pm-navbar {
    position: relative;
    z-index: 999;
}

.pm-navbar-brand {
    position: relative;
    height: 100%;
}

.pm-navbar-brand img, .pm-navbar-brand i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
    margin: auto;
}

.pm-navbar-brand img {
    height: 35px;
}

.pm-paper {
    background-color: white;
    position: relative;
    padding: 25px 10px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}

.pm-paper.paper-primary {
    background-color: #2196F3;
    color: white;
}

.pm-paper.paper-primary .text-muted {
    color: #b7dcfa;
}

.pm-paper.paper-primary .text-primary, .pm-paper.paper-success .text-primary {
    color: white;
}

.pm-paper.paper-success {
    background-color: #3c763d;
    color: white;
}

.pm-paper.paper-success .text-muted {
    color: #cce5cd;
}

.pm-paper.paper-muted {
    background-color: #e6e6e6;
}

.pm-paper-header {
    margin-top: 0px;
    margin-bottom: -5px;
}

.pm-paper.pm-paper-hover {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.pm-paper.pm-paper-hover:hover {
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);

    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.pm-hover-pointer:hover {
    cursor: pointer;
}

.fm-navbar {
    border-bottom: 1px solid lightgray;
}

.pm-color-header {
    position: relative;
    z-index: 899;
    background-color: #2196F3;
    color: white;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}

.pm-header-container {
    padding: 12px 0px;
}

.pm-color-header .muted {
    color: #BBDEFB;
}

/*icons*/
.fm-fa-white {
    color: white;
}

.pm-fa-primary {
    color: #2196F3;
}

.fm-fa-button {
    margin-bottom: 2px;
}

.pm-hover-primary:hover {
    color: #2196F3;
    -webkit-transition: .5s ease color;
    transition: .5s ease color;
}

.pm-hover-danger:hover {
    color: #a94442;
    -webkit-transition: .5s ease color;
    transition: .5s ease color;
}

.pm-hover-white:hover {
    color: white;
    -webkit-transition: .5s ease color;
    transition: .5s ease color;
}

.pm-cursor-pointer {
    cursor: pointer;
}

/*page css*/
.pm-login-box {
    margin-top: calc(50vh - 195px);
}

.pm-badge {
    position: absolute;
    top: 0;
    right: 0;
}

.menu-section {
    height: 120px;
    margin-bottom: 25px;
}

.menu-section.table {
    padding: 7px 12px;
}

.layout-toolbox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px -0px 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}

.layout-toolbox > div {
    padding: 12px 25px;
}

.layout-toolbox .toolbox-tables {
    width: calc(100vw - 230px);
}

.layout-toolbox .toolbox-settings {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 200px;
}