.message {
    min-height: 40px;
    padding: 4px 8px;
    margin: 8px auto;
    line-height: 40px;
}

.message.success {
    color: #3c763d;
}

.message.error {
    color: #a94442;
}

.modal-treeview .inner {
    min-width: 500px;
    height: 520px;
}

.modal-treeview .tree {
    height: 350px;
    width: 500px;
    overflow: auto;
}

.modal-treeview .group {
	height: 200px;
}

.modal-treeview .filetree {
    width: 100%;
}
.modal-treeview .parent-text {
    padding-left: 8px;
}

.filetree ul {
    background-color: inherit;
}
.filetree .parent-text {
    padding-left: 8px;
}

.filetree span {
    height: 24px;
    line-height: 24px;
}
.filetree span:hover {
    cursor: pointer;
    color: red;
}

.filetree span.folder, .filetree span.file {
    padding-left: 28px;
}


ul.memoList li.active {
    background-color: #00e7a3;
}

ul.memoList li.active:hover {
    color: #00e7a3;
    background-color: #fff;
}

ul.memoList li.active a {
    color: #fff;
}
ul.memoList li a {
    display: inline-block;
    width: 100%;
}

.modal-memo-add .inner {
    width: 600px;
    height: 400px;;
}

.modal-memo-add .inner dt {
    width: 30%;
}

.modal-memo-add .inner dd {
    width: 68%;
}

.modal-memo-add .inner input, .modal-memo-add .inner textarea, .modal-memo-add .inner select {
    resize: none;
    width: 100%;
}

.key dd textarea {
    height: inherit;
    resize: none;
}
.message-modal {
    z-index: 500;
}

.key dd span.align-right {
    margin-left: 12px;
    display: inline-block;
    vertical-align: top;
}

.condition-list a {
    display: inline-block;
    width: 100%;
}

.combo-box {
    height: 32px;
    position: relative;
    display: inline-block;
}
.combo-box input {
    padding: 8px;
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 90%;
}

.combo-box select {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
}

.process-loading {
    min-width: 150px;
    margin: 8px auto;
    text-align: center;
}

.process-loading div {
    width: 24px;
    height: 24px;
    background: #67cf22;
    border-radius: 100%;
    display: inline-block;
    margin: 0 8px;
    -webkit-animation: loading 1.4s infinite ease-in-out;
    -o-animation: loading 1.4s infinite ease-in-out;
    animation: loading 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.process-loading div:first-child {
    -webkit-animation-delay: -0.16s;
    -o-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.process-loading div:last-child {
    -webkit-animation-delay: 0.16s;
    -o-animation-delay: 0.16s;
    animation-delay: 0.16s;
}

@keyframes loading {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0);
        -moz-transform: scale(0.0);
        -ms-transform: scale(0.0);
        -o-transform: scale(0.0);
        transform: scale(0.0);
    }
    40% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/*
@media (min-width: 768px) {
    .metismenu.menu li {
        position: relative;
    }

    .metismenu.menu > li ul {
        position: absolute;
        left: 100%;
        top: 0;
        min-width: 150px;
        display: none;
    }

    .metismenu.menu li:hover > ul,
    .metismenu.menu li:hover > ul.collapse {
        display: block !important;
        height: auto !important;
        z-index: 1000;
        background: #444;
        visibility: visible;
    }
}
@media (max-width: 767px) {
    section.content {
        float: left;
        width: 100%;
    }
}
*/
