@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icons/material/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/icons/material/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/icons/material/MaterialIcons-Regular.woff) format('woff'), url(../fonts/icons/material/MaterialIcons-Regular.ttf) format('truetype');
}

html {
    overflow: hidden !important;
}

body {
    /*    background-image: url(http://a.dryicons.com/files/graphics_previews/abstract-colorful-triangle-vector-background.jpg);*/
    overflow: hidden !important;
    padding: 0;
    margin: 0;
}

u.double,
.underline-double {
    text-decoration: underline;
    border-bottom: 1px double;
}

/* Material Modifications*/

md-list-item .md-avatar, md-list-item .md-list-item-inner .md-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ecf0f1;
}

md-menu-sidenav-title md-toogle-menu span {
    margin: auto;
}

md-menu-sidenav-item h1 {
    margin-top: 5px;
    margin-bottom: 5px;
}

md-backdrop.md-opaque {
    opacity: 0;
    background: none;
}

md-input-container {
    margin: 12px 0 0 0;
}

md-select {
    margin-bottom: 20px;
}

.list-row md-menu-bar {
    border-bottom: 1px solid #f1ecec;
}

md-input-container > md-select {
    margin-bottom: 20px;
}

md-datepicker {
    margin-bottom: 12px;
}

md-autocomplete[md-floating-label] .md-show-clear-button button {
    top: 10px;
}

.md-autocomplete-suggestions-container {
    margin-top: 1em;
    width: auto;
}

md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate {
    margin-top: 1.1em;
}

md-dialog.window {
    min-width: 80%;
    max-width: 800px;
    max-height: 80%;
}

md-dialog.window md-dialog-content {
    /*min-height: 60%;*/
}

/* Essential Classes */

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.full-width {
    width: 100%;
    min-width: 100%;
}

.print {
    display: none;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* Rules for using icons as black on a light background. */

.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */

.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

[ng-click]:hover {
    cursor: pointer;
}

md-content {
    background-color: white;
}

md-content.md-default-theme {
    background-color: #eee;
}

.sider-nav.md-locked-open {
    margin-top: 0px;
}

.sider-nav {
    margin-top: 64px;
}

md-sidenav.md-sidenav-list {
    z-index: 5;
}

@media (max-width: 960px) {
    md-sidenav.md-sidenav-list {
        max-width: 100%;
        width: 100%;
    }
}

.sider-nav md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
    background-color: white;
    color: #414141;
}

md-sidenav.md-sidenav-list md-list {
    border-right: 1px solid #d5d5d5;
}

md-sidenav > md-toolbar.md-tall {
    padding: 15px;
    height: auto;
    max-height: 150px;
    min-height: auto;
}

md-sidenav md-divider {
    margin-top: 4px;
    margin-bottom: 4px;
}

md-sidenav.md-sidenav-list md-list-item.md-2-line .md-list-item-text, md-sidenav.md-sidenav-list md-list-item.md-2-line > .md-no-style .md-list-item-text {
    margin-bottom: 10px;
}

md-sidenav.md-navigation-drawer md-list-item.md-2-line .md-list-item-text, md-sidenav.md-navigation-drawer md-list-item.md-2-line > .md-no-style .md-list-item-text {
    padding-top: 6px;
    padding-bottom: 6px;
}

md-sidenav.md-navigation-drawer, md-sidenav.md-navigation-drawer.md-locked-open {
    width: 256px;
    min-width: 256px;
    max-width: 256px;
}

md-backdrop + md-sidenav.md-sidenav-list {
    z-index: 3;
}

md-sidenav:not(.md-sidenav-list) md-icon {
    fill: #737373;
    position: relative;
}

md-sidenav:not(.md-sidenav-list) .md-app-avatar {
    height: 64px;
    width: 64px;
}

/* More closely matches https://www.google.com/design/spec/components/lists.html#lists-specs */

md-list-item.md-3-line md-divider[md-inset] {
    left: 70px;
}

.md-app-avatar > svg {
    border-radius: 5%;
}

/* Shrink inputs */

.edit-app md-input-container {
    padding-bottom: 0;
    line-height: 30px;
    font-size: 14px;
}

.edit-app md-input-container:first-of-type {
    margin-top: -16px;
}

/* fade animation */

.animate-show {
    transition: 0.75s ease-out all;
    opacity: 1;
}

.animate-show.ng-hide {
    height: 0;
    min-height: 0;
    opacity: 0;
    overflow: hidden;
}

.top-bar {
    width: 100%;
}

.top-bar md-toolbar {
    background-color: rgba(52, 73, 94, 1);
    color: white;
}

.sider-nav, .list-row {
    height: 100%;
    /*margin-top: 64px;*/
    /*margin-bottom: -64px;*/
}

.list-row {
    position: relative;
    display: inline-block;
}

.list-row .list-data {
    padding-top: 0px;
    overflow-y: auto;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
}

.list-row .list-data .md-subheader-inner {
    padding-bottom: 8px;
}

.list-row .list-data md-list-item:first-child {
    border-top: 1px solid #cccccc;
}

.list-row .list-data md-list-item {
    border-bottom: 1px solid #cccccc;
}

.list-row .list-data md-list-item.selected {
    border-left: 4px solid orange;
}

.list-row .list-data md-list-item:last-child {
    border-bottom: none;
}

.list-row md-toolbar.list-action {
    background-color: #eeeeee;
    border-right: 1px solid #cccccc;
    color: rgb(68, 68, 68);
}

.list-row .list-data md-list-item a.md-ink-ripple {
    margin: 0;
}

.no-scroll {
    overflow: hidden;
}

input.list-search {
    width: 100%;
    font-size: 18px;
    line-height: 1.5em;
    padding: 6px 20px;
    border-radius: 22px;
    border: 1px solid #d5d5d5;
}

.item-list md-list-item.md-no-proxy,
.item-list md-list-item .md-no-style {
    padding: 0px;
}

.item-list > md-list-item .title-row {
    padding: 10px;
    background: rgb(238, 238, 238);

}

.item-list > md-list-item .next-row {
    padding: 10px;
    border-bottom: 1px solid #c0c0c0;

}

.item-list > md-list-item .title-row .md-subheader,
.item-list > md-list-item .next-row .md-subheader, .md-subheader {
    background: none;
}

input:focus {
    outline: none !important;
    border: 1px solid #aaaaaa;
}

md-tabs md-ink-bar {
    color: rgb(255, 64, 129);
    background: #eeeeee;
    height: 4px;
}

.login_wrap {
    width: 100%;
    margin-top: 1em;
    max-width: 360px;
}

.login_wrap img {
    margin-bottom: 32px;
}

.login_wrap md-input-container {
    margin-bottom: 2px;
    margin-top: 10px;
}

@media only screen and (min-width: 0) and (max-width: 959px) and (orientation: portrait) {
    .sider-nav, .list-row {
        /*margin-top: 56px;*/
        /*margin-bottom: -56px;*/
    }

    .sider-nav {
        margin-top: 56px;
    }

    .list-row md-backdrop {
        display: none;
    }
}

@media only screen and (min-width: 0) and (max-width: 959px) and (orientation: landscape) {
    .sider-nav, .list-row {
        /*margin-top: 48px;*/
        /*margin-bottom: -48px;*/
    }

    .sider-nav {
        margin-top: 48px;
    }

    .list-row md-backdrop {
        display: none;
    }
}

/*
 * Sidenav Menu
*/

md-menu-sidenav-title {
    padding: 0px 12px 0px 20px;
    cursor: pointer;
}

md-menu-sidenav-item h1 {
    font-size: 15px;
    color: #616161;
}

md-menu-sidenav-item .material-icons {
    color: #616161;
}

md-menu-sidenav-item .icon {
    margin-right: 12px;
    color: #616161;
}

md-menu-sidenav-item a {
    text-decoration: none;
}

md-menu-sidenav-subitem {
    cursor: pointer;
    font-size: 14px;
    color: #414141;
    padding: 10px 1px 10px 1px;
}

md-menu-sidenav-content {
    background: #fff;
    max-height: 999px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: .6s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -webkit-transition-property: max-height;
    -moz-transition: .6s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-property: max-height;
    transition: .6s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-delay: inherit;
    transition-timing-function: inherit;
    transition-property: max-height;
}

md-toolbar.action-toolbar {
    background-color: #fbfcfc;
    color: #444444;
    border-bottom: 1px solid #f1f1f1;
}

.desk_apps {
    margin-top: 25px;
}

.desk_apps .app {
    text-align: center;
    margin-bottom: 25px;
    cursor: pointer;
}

.desk_apps .icon {
    display: inline-block;
    width: 92px;
    height: auto;
}

.desk_apps .icon:hover {
    background-color: #f9f9f9;
}

.desk_apps .icon img {
    max-height: 98px;
    max-width: 98px;
    display: block;
    margin: auto;
}

.desk_apps p {
    font-size: 0.9em;
    color: #414141;
    display: block;
    text-align: center;
    line-height: 1.8em;
    margin: 0;
    cursor: default;
    text-transform: capitalize;
}

md-toolbar.md-table-toolbar.ng-hide {
    display: none;
}

md-toolbar.md-table-toolbar .material-icons {
    position: static;
    margin: 0;
    /* justify-content: flex-start; */
}

md-toolbar.md-table-toolbar.alternate .md-toolbar-tools {
    color: #1e88e5;
    font-size: 16px;
    background-color: #e3f2fd;
}

md-toolbar.md-table-toolbar form {
    margin-left: 16px;
    margin-bottom: 0;
}

md-toolbar.md-table-toolbar form > input {
    width: 100%;
    margin: 0;
    border: none;
    color: rgba(0, 0, 0, 0.87);
}

md-toolbar.md-table-toolbar form > input:focus {
    outline: none;
}

.page_wrap {
    width: 100%;
    margin-top: 1em;
}

@media (min-width: 600px) {
    .login_wrap {
        width: 350px;
        margin-top: 2em;
    }

    .page_wrap {
        width: 350px;
        margin-top: 2em;
    }
}

@media (min-width: 960px) {
    .login_wrap {
        width: 350px;
        margin-top: 4em;
    }

    .page_wrap {
        width: 350px;
        margin-top: 4em;
    }
}

.category-list ul {
    list-style: none;
}

.category-list ul > li {
    padding: 10px;
    text-transform: capitalize;
}

.category-list ul > li input[type='checkbox'] {
    margin-right: 10px;
}

.category-breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-breadcrumbs > li {
    display: inline-block;
    padding: 5px 5px;
    text-transform: capitalize;
}

.category-breadcrumbs > li:first-child {
    padding-left: 0px;
}

.category-breadcrumbs > li:after {
    padding-left: 10px;
    content: ">";
}

.category-breadcrumbs > li:last-child:after {
    content: "";
}

/*
.category-breadcrumbs.list {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .010em;
    margin: 0;
    line-height: 1.6em;
}

.category-breadcrumbs.list>li {
    display: inline-block;
    padding: 0px 0px;
    text-transform: capitalize;
}*/

.uploader {
    /*margin-bottom: 25px;*/
}

.uploader .my-drop-zone {
    border: dotted 4px lightgray;
    text-align: center;
    background-color: #f5f7fa;
    color: #aab2bd;
}

.uploader .file-over {
    background-color: #ccc;
}

.uploader .btn-file-upload {
    font-size: 1em;
    margin: 1em;
    padding: 1em;
    overflow: hidden;
    display: block;
    position: relative;
    border: 1px solid #ccc;
}

.uploader .btn-file-upload [type=file] {
    cursor: pointer;
    display: block;
    font-size: 5em;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.uploader .thumbnail {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.uploader .thumbnail li.image {
    display: inline-block;
    max-width: 180px;
    overflow: hidden;
    margin: .5em;
    border: 1px solid #ccc;
    position: relative;
    background: white;
}

.uploader .thumbnail li.image .preview {
    width: 180px;
    height: 120px;
    overflow: hidden;
    background: #ccc;
    background-size: cover;
}

.uploader .thumbnail li.image .actions {
    position: absolute;
    width: 180px;
    height: 48px;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.uploader .thumbnail li.image .featured_action {
    margin: 0 6px;
    height: 40px;
    min-width: 0;
    line-height: 24px;
    padding: 8px;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.uploader .thumbnail li.image .delete_action {
    position: absolute;
    top: 0;
    right: 0;
}

.uploader .thumbnail li .upload-progress,
.uploader .thumbnail li .upload-penting {
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
    left: 10px;
    height: 120px;
    z-index: 100;
}

.uploader .thumbnail li .upload-progress md-progress-circular,
.uploader .thumbnail li .upload-penting md-progress-circular {
    position: absolute;
    top: 20px;
    left: 50px;
}

.uploader .thumbnail li .upload-progress .progress-count,
.uploader .thumbnail li .upload-penting .progress-count {
    position: absolute;
    top: 35px;
    left: 65px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
}

.uploader .thumbnail li .upload-done,
.uploader .thumbnail li .upload-error {
    position: absolute;
    top: 45px;
    left: 75px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    vertical-align: middle;
    border-radius: 50%;
}

.uploader .thumbnail li .upload-done .fa,
.uploader .thumbnail li .upload-error .fa {
    font-size: 24px;
    line-height: 50px;
    color: white;
}

.uploader .thumbnail li .upload-done {
    background-color: rgba(39, 174, 96, 0.75);
}

.uploader .thumbnail li .upload-error {
    background-color: rgba(209, 64, 74, 0.8);
}

.uploader .thumbnail ul.actions {
    list-style: none;
    padding: 0px;
    padding-top: 10px;
    margin: 0;
    padding-bottom: 0px;
}

.uploader .thumbnail ul.actions {
    list-style: none;
    padding: 0px;
    padding-top: 10px;
    margin: 0;
    padding-bottom: 0px;
}

.image_list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}

.image_list_item {
    height: 150px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50%;
    min-width: 100px;
    max-width: 250px;
    display: inline-block;
    border: 1px dashed #CCCCCC;
}

.image_list_item:hover {
    cursor: move;
}

@media (min-width: 720px) {
    .image_list_item {
        width: 33.33333%;
    }
}

@media (min-width: 1200px) {
    .image_list_item {
        width: 25%;
    }
}

@media (min-width: 1600px) {
    .image_list_item {
        width: 20%;
    }
}

.image_list_item .actions {
    position: absolute;
    width: 100%;
    height: 48px;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
}

.image_list_item .actions .featured_action {
    margin: 0 6px;
    height: 40px;
    min-width: 0;
    line-height: 24px;
    padding: 8px;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.image_list_item .actions .delete_action {
    position: absolute;
    top: 0;
    right: 0;
}

.image_list_item.uploader {
    background-color: white;
    border: 1px dashed #CCCCCC;
    text-align: center;
}

.image_list_item.uploader.file-over {
    background-color: #ccc;
}

.image_list_item.uploader label {
    font-size: 1em;
    margin: 0;
    padding: 50px 10px;
    overflow: hidden;
    display: block;
    position: relative;
    color: #aab2bd;
    height: 149px;
}

.image_list_item.uploader label [type=file] {
    cursor: pointer;
    display: block;
    font-size: 5em;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.image_list_item .upload-progress,
.image_list_item .upload-penting {
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
    left: 10px;
    height: 120px;
    z-index: 100;
}

.image_list_item .upload-progress md-progress-circular,
.image_list_item .upload-penting md-progress-circular {
    position: absolute;
    top: 20px;
    left: 50px;
}

.image_list_item .upload-progress .progress-count,
.image_list_item .upload-penting .progress-count {
    position: absolute;
    top: 35px;
    left: 65px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
}

.image_list_item .upload-done,
.image_list_item .upload-error {
    position: absolute;
    top: 45px;
    left: 75px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    vertical-align: middle;
    border-radius: 50%;
}

.image_list_item .upload-done .fa,
.image_list_item .upload-error .fa {
    font-size: 24px;
    line-height: 50px;
    color: white;
}

.image_list_item .upload-done {
    background-color: rgba(39, 174, 96, 0.75);
}

.image_list_item .upload-error {
    background-color: rgba(209, 64, 74, 0.8);
}

/*.uploader .thumbnail ul.actions>li {
    list-style: none;
    font-size: 40px;
    line-height: 40px;
    max-width: 40px;
    max-height: 40px;
    padding: 0;
    margin: 0;
    display: inline-block;
    overflow: hidden;
}*/

/*
.uploader .thumbnail li>.action-close:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
}

.uploader .thumbnail li>.action-close .fa {
    font-size: 50px;
    color: rgba(0, 0, 0, 0);
    padding: 25px;
}

.uploader .thumbnail li>.action-close .fa:hover {
    color: rgba(0, 0, 0, 0.5);
}

.uploader .thumbnail li>.action-error {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background-color: rgba(229, 57, 53, 0.8);
    z-index: 100;
}

.uploader .thumbnail li>.action-error .fa {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.9);
    padding: 25px;
}

.uploader .thumbnail li>.action-error .fa:hover {
    color: rgba(255, 255, 255, 1);
}*/

/*
.uploader .thumbnail li>md-progress-circular .md-spinner-wrapper .md-inner .md-left .md-half-circle,
.uploader .thumbnail li>md-progress-circular .md-spinner-wrapper .md-inner .md-right .md-half-circle {
    border-right-color: rgba(0,0,0,0.2);
    border-left-color: rgba(0,0,0,0.2);
}

.uploader .thumbnail li> md-progress-circular .md-spinner-wrapper .md-inner .md-left .md-half-circle,
.uploader .thumbnail li>md-progress-circular .md-spinner-wrapper .md-inner .md-right .md-half-circle {
    border-bottom-color: rgba(0,0,0,0.2);
    border-top-color: rgba(0,0,0,0.2);
}
*/

.angular-ui-tree-handle {

}

.angular-ui-tree-handle:hover {
    color: #438eb9;
    background: #f4f6f7;
    border-color: #dce2e8;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

tr.angular-ui-tree-empty {
    height: 100px
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}

/* --- Tree --- */
.tree-node {

}

.nodrop {
    background-color: #f2dede;
}

.tree-node-content {

}

.tree-handle {
    padding: 10px;
    background: #428bca;
    color: #FFF;
    margin-right: 10px;
}

.angular-ui-tree-handle:hover {
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}