@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
body,
html {
    margin: 0;
    font-family: Open Sans, sans-serif
}

body,
h1,
h2,
h3 {
    font-weight: 300
}

a {
    color: #fff;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

#loading-bar .bar {
    background: #2196f3;
    height: 4px
}

datepicker .btn-info.active,
datepicker .btn-info.active:active,
datepicker .btn-info.active:focus,
datepicker .btn-info.active:hover,
datepicker .btn-info:active,
datepicker .btn-info:focus,
datepicker .btn-info:hover,
datepicker .open>.dropdown-toggle.btn-info {
    background-color: #2196f3
}

auth .auth-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    min-height: 100%;
    background-image: url("../assets/images/wallpaper-auth.jpg");
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

auth .auth-background .login-form {
    position: relative;
    z-index: 1;
    background: #fff;
    max-width: 360px;
    margin: 100px auto;
    padding: 30px;
    text-align: left;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2), 0 5px 5px 0 rgba(0, 0, 0, .24)
}

auth .auth-background .login-form input {
    outline: 0;
    text-align: left;
    font-size: 1em;
    width: 100%;
    margin: 0 0 15px;
    padding: 10px;
    box-sizing: border-box
}

auth .auth-background .login-form .alert-form {
    padding: 15px
}

auth .auth-background .login-form .form-group {
    margin-bottom: 0
}

auth .auth-background .login-form button[type=submit] {
    margin-top: 10px
}

dashboard .large-detail-view .master-view {
    display: none
}

dashboard .large-detail-view .detail-view,
dashboard .large-detail-view .empty-detail-view,
dashboard .large-detail-view .nav-menu {
    margin-left: 0
}

dashboard .datepicker {
    margin: 5px 0
}

dashboard .master-view {
    position: fixed;
    overflow: auto;
    left: 0;
    bottom: 0;
    width: 370px;
    top: 45px;
    padding: 10px;
    border-right: 1px solid #ddd;
    background: #f5f5f5;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

dashboard .master-view span.input-group-addon {
    font-size: 1.3em;
    padding: 0 0 0 10px;
    font-weight: 400;
    line-height: 1;
    color: #666;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 3px
}

dashboard .master-view span.input-group-addon:hover {
    cursor: pointer
}

dashboard .nav-menu {
    margin-left: 370px;
    background: grey;
    background: #f5f5f5;
    margin-bottom: 10px;
    height: 50px;
    display: block;
    border-bottom: 1px solid #ddd;
    margin-top: 45px
}

dashboard .nav-menu .menu-bar {
    width: 32px;
    height: 15px;
    margin: 8px 12px 0 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

dashboard .nav-menu .menu-bar span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: #838383;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

dashboard .nav-menu .menu-bar:hover {
    cursor: pointer;
    color: #2196f3
}

dashboard .nav-menu .menu-bar span:nth-child(2n) {
    left: 50%;
    border-radius: 0 9px 9px 0
}

dashboard .nav-menu .menu-bar span:nth-child(odd) {
    left: 0;
    border-radius: 9px 0 0 9px
}

dashboard .nav-menu .menu-bar span:first-child,
dashboard .nav-menu .menu-bar span:nth-child(2) {
    top: 0
}

dashboard .nav-menu .menu-bar span:nth-child(3),
dashboard .nav-menu .menu-bar span:nth-child(4) {
    top: 10px
}

dashboard .nav-menu .menu-bar span:nth-child(5),
dashboard .nav-menu .menu-bar span:nth-child(6) {
    top: 20px
}

dashboard .nav-menu .menu-bar.open span:first-child,
dashboard .nav-menu .menu-bar.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

dashboard .nav-menu .menu-bar.open span:nth-child(2),
dashboard .nav-menu .menu-bar.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

dashboard .nav-menu .menu-bar.open span:first-child {
    left: 0;
    top: 6px
}

dashboard .nav-menu .menu-bar.open span:nth-child(2) {
    left: calc(50% - 6px);
    top: 6px
}

dashboard .nav-menu .menu-bar.open span:nth-child(3) {
    left: -50%;
    opacity: 0
}

dashboard .nav-menu .menu-bar.open span:nth-child(4) {
    left: 100%;
    opacity: 0
}

dashboard .nav-menu .menu-bar.open span:nth-child(5) {
    left: 0;
    top: 16px
}

dashboard .nav-menu .menu-bar.open span:nth-child(6) {
    left: calc(50% - 6px);
    top: 16px
}

dashboard .detail-view,
dashboard .empty-detail-view {
    margin-left: 370px
}

dashboard .msg-empty {
    text-align: center;
    opacity: .3;
    margin-top: calc(50vh - 150px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

dashboard .msg-empty i {
    color: #2196f3
}

dashboard .msg-empty h3 {
    margin-top: 10px
}

dashboard .msg-chart {
    text-align: center;
    opacity: .4;
    margin-top: 50px
}

dashboard .msg-chart h3 {
    margin-top: 10px
}

dashboard .panel-heading-col {
    overflow: hidden
}

dashboard .panel-heading-col .col-xs-6 {
    padding: 0
}

dashboard .chart-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center
}

dashboard .label-title {
    font-size: 1.4rem;
    margin: 5px 0 0;
    color: #2196f3;
    font-weight: bolder
}

dashboard .filter-container {
    background: #f5f5f5;
    margin: 15px;
    padding: 15px
}

dashboard .fa-check-circle.active {
    color: #2196f3
}

dashboard .angular-ui-tree-handle {
    cursor: pointer;
    line-height: 25px;
    margin: 0 0 5px;
    font-weight: 400
}

dashboard .angular-ui-tree-handle.active {
    font-weight: 700
}

dashboard .angular-ui-tree-handle.active:after {
    font-family: FontAwesome;
    content: "\f058";
    color: #2196f3;
    float: right;
    font-size: 1.2em
}

dashboard .angular-ui-tree-handle.inactive {
    font-weight: 400
}

dashboard .angular-ui-tree-handle.inactive:after {
    font-family: FontAwesome;
    content: "\f1db";
    float: right;
    font-size: 1.2em
}

dashboard table th:hover {
    cursor: pointer
}

modal-component .form-group {
    margin-bottom: 7px
}

modal-component .form-group .input-group-addon {
    padding: 0 15px 0 7px
}

modal-component ul {
    list-style-type: none;
    padding-left: 0
}

modal-component ul li {
    padding: 8px;
    font-size: 1.1em;
    border-bottom: 1px solid hsla(0, 0%, 83%, .3)
}

modal-component ul li:hover {
    cursor: pointer;
    background: hsla(0, 0%, 83%, .3)
}

modal-component ul li.active {
    font-weight: 700
}

modal-component ul li.active:after {
    font-family: FontAwesome;
    content: "\f058";
    color: #2196f3;
    float: left;
    margin-right: 10px;
    font-size: 1.2em
}

modal-component ul li.inactive {
    font-weight: 400
}

modal-component ul li.inactive:after {
    font-family: FontAwesome;
    content: "\f1db";
    float: left;
    margin-right: 10px;
    font-size: 1.2em
}

marty-header .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    background-color: #3d3d3d
}

marty-header .header-profil {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 1rem;
    color: #fff;
    line-height: 45px
}

marty-header .header-profil img {
    max-width: 50px;
    padding: 5px 10px 5px 0;
    float: left
}

marty-header .header-profil i {
    font-size: 1.8rem;
    padding: 10px 0 0 5px
}

marty-header .header-title {
    font-size: 2.8rem;
    text-align: center
}

marty-header .header-date,
marty-header .header-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 1rem;
    color: #fff
}

marty-header .header-date {
    text-align: right
}


/*# sourceMappingURL=../maps/styles/app-a1213acfea.css.map */

rder-bottom: 1px solid hsla(0,
0%,
83%,
.3)
}
modal-component ul li:hover {
    cursor: pointer;
    background: hsla(0, 0%, 83%, .3)
}
modal-component ul li.active {
    font-weight: 700
}
modal-component ul li.active:after {
    font-family: FontAwesome;
    content: "\f058";
    color: #2196f3;
    float: left;
    margin-right: 10px;
    font-size: 1.2em
}
modal-component ul li.inactive {
    font-weight: 400
}
modal-component ul li.inactive:after {
    font-family: FontAwesome;
    content: "\f1db";
    float: left;
    margin-right: 10px;
    font-size: 1.2em
}
marty-header .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    background-color: #3d3d3d
}
marty-header .header-profil {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 1rem;
    color: #fff;
    line-height: 45px
}
marty-header .header-profil img {
    max-width: 50px;
    padding: 5px 10px 5px 0;
    float: left
}
marty-header .header-profil i {
    font-size: 1.8rem;
    padding: 10px 0 0 5px
}
marty-header .header-title {
    font-size: 2.8rem;
    text-align: center
}
marty-header .header-date,
marty-header .header-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 1rem;
    color: #fff
}
marty-header .header-date {
    text-align: right
}

/*# sourceMappingURL=../maps/styles/app-a1213acfea.css.map */
