
/*Admin*/
.admin-container .headline > h4{
    padding-left: 11px;
    border-left: 7px solid #00c3b3;
}
.admin-container .headline {
    padding-right: 15px;
    margin-bottom: 15px;
    margin-top: 20px;
    display: inline-block;
}
.admin-container .btn-search{
    background:#00c3b3;
    color:#fff;
}
.admin-container .full-height {
    height: 100%;
}

.admin-container textarea {
    width: 100%;
    height: 700px;
    overflow: auto;
 }

.admin-container .editor-area {
    width: 100%;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
 }

.admin-container .result-html {
    height: 700px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;

}
.markdown-zoom-popup {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9998;
    display: none;
    justify-content: center;   
}
.markdown-zoom-popup .modal-content {
    width: 95%;
    height: 95%;
}
.markdown-zoom-popup textarea, .markdown-zoom-popup .result-html {
    height: 90%;
}
thead .check-markdowns {
    text-align: center;
    margin-top: -4px;
}
.check-markdowns input[type=checkbox]+ label{
    position:relative;
    cursor:pointer;
    margin:0;
}
.check-markdowns input[type=checkbox]{
    position: absolute;
    left: -9999px;    
}

.check-markdowns input[type=checkbox] + label:before{
    content:'';
    width:19px;
    height:19px;
    background-color:#fff;
    display:inline-block;
    vertical-align:text-bottom;
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.1);
    border: solid 1px #ddd;
    /*margin-right: 10px;*/
}
.check-markdowns input[type=checkbox]:checked + label:after,
.check-markdowns input[type=checkbox]:not(:checked) + label:after
{
    content:"";
    background :url("../../images/target-check-icon-small.png");
    background-size: cover;
    height:11px;
    width:11px;
    display:inline-block;
    color:#646464;
    position:absolute;
    left: 9px;    
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    top:5px;
    /*transition:all 0.3s ease;*/
    opacity:0.1;
}

thead .check-markdowns input[type=checkbox]:checked + label:after,
thead .check-markdowns input[type=checkbox]:not(:checked) + label:after {
    top: 9px;
}

.check-markdowns input[type=checkbox]:checked + label:after{
    opacity:1;
    color:#00c3b3;
}

/* Admin ¸Þ´º °ü¸® */
.slug-menu {
    padding: 10px;
}
.slug-menu div{
    vertical-align: middle;
    font-size: 15px;
}
.slug-menus-box ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slug-menus-box ol.slug-menus-list li {
    display: block;
    margin-bottom: 5px;
    border: 1px solid #9b9696;
}
.slug-menus-box ol.slug-menus-list > li a,
.slug-menus-box ol.slug-menus-list > li button {
    display: block;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
}
.slug-menus-box ol.slug-menus-list > li a:hover {
    cursor: move;
}
.slug-menus-box ol.slug-menus-list ol {
    margin-left: 20px;
    margin-top: 5px;
}
.slug-menus-box li.menu-highlight {
  border: 1px dashed red !important;
  background: #f5f5f5;
}
.slug-area {
    border:1px solid #ddd;
    padding: 12px;
}
.slug-doc {
    width: 100%;
    min-height: 42px;
    max-height: 200px;
    overflow: auto;
    padding: 0 .9em;
    border: 1px solid #ddd;
    background-color: #fdfdfd;
}
.menu-item-group .panel-heading {
  position: relative;
  cursor: pointer;
}
.menu-item-group .panel-heading[data-toggle="collapse"]:after {
  content: "\25BE"; /* "play" icon */
  position: absolute;
  color: #b0c5d8;
  font-size: 30px;
  line-height: 32px;
  right: 20px;
  top: calc(50% - 10px);
}
.menu-item-group .panel-heading[data-toggle="collapse"].collapsed:after {
  -webkit-transform: rotate(180deg);
  -moz-transform:    rotate(180deg);
  -ms-transform:     rotate(180deg);
  transform:         rotate(180deg);
}
.counters {
    color: #555;
    text-align: center;
}
.counters span {
    font-size: 35px;
}

.pull-right.edit > .menu-edit-button > .edit-btn {
    color: black;
    padding: 0px;
    background: none;
    cursor: pointer;
}

.pull-right.edit {
    margin-right: 10px;
}

@media (min-width:992px) {
    i.fa-angle-down,
    i.fa-angle-up {
        float: right;
        font-size: 20px;
        line-height: 51px;
        font-weight:bold;
        color: gray;
        cursor: pointer;
    }
    .menus-container {
        float: right;
    }
    .menu-sidebar {
        position: fixed;
        right: 50%;
        width: 25%;
        max-width: 320px;
        display: inline-block;
    }
    .menu-sidebar.scrollable {
        position: fixed;
        /*max-width: 320px;*/
        top: 0px;
    }
    .menu-sidebar section:nth-child(2) {
        margin-top: 10px;
    }
    .menu-sidebar.scrollable section:first-child {
        margin-top: 0px;
    }
    .menu-sidebar h5 {
        display: inline-block;
    }
    .menu-sidebar .slug-area article:first-child {
        display: none;
    }
    .menu-sidebar article {
        transition-duration: 2s
    }
    .no-drag {
        -ms-user-select: none;
        -moz-user-select: -moz-none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        user-select:none;
    }
    .menu-left-sidebar {
        position: fixed;
        width: 25%;
        height: 400px;
        display: inline-block;
    }
    #menus-container {
        position: fixed;
        right: 10px;
        float: right;
        width: 50%;
        display: inline-block;
    }
}

@media (max-width:991.98px) {
    .menu-sidebar .slug-area article:first-child,
    i.fa-angle-down,
    i.fa-angle-up {
        display: none !important;
    }
    .slug-menus-wrap {
        margin-top: 50px;
    }
    #menus-container {
        position: relative;
        margin-top: 0 !important;
    }
    .menu-wrapper {
        height: auto !important;
    }
    .slug-area.link {
        margin-top: 10px;
    }
}

span.slug-id {
    margin-right: 5px;
    background: #00c3b3;
    color: white;
    padding: 0 8px;
    border-radius: 10px;
    font-size: 0.8em;
}

.check-markdowns span.slug-id {
    margin-left: 5px;
}

a.btn-default.btn.menu-edit-button {
    cursor: pointer !important;
}

a.btn-default.btn.menu-edit-button:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.main-counters a:hover {
    text-decoration: none;
}

th.license i.fa.fa-sort-desc {
    margin-left: 10px;
    vertical-align: top;
    font-size: 16px;
}

th.license {
    width: 265.8px;
    max-width: 265.8px;
    min-width: 265.8px;
}

th.license select {
    text-align-last: center; 
    text-align: center;
    border: none;
    cursor: pointer;
    outline: none;
}

.noData {
    text-align: center;
    padding: 20px 0;
}

.serverReadyWrapper {
    margin-top: -68px;
    margin-bottom: 26px;
    text-align: right;
}

.maxst-button-white.black {
    border: 1px solid orangered;
    color: orangered;
}

.maxst-button-white.black:hover {
    background-color: orangered;
    color: white;
}

.table-chargeCl,
.table-chargeCl thead,
.table-chargeCl tbody,
.table-chargeCl tr {
    display: inline-block;
}

.table-chargeCl td {
    word-break: break-all;
}

.table-chargeCl>thead>tr>th,
.table-chargeCl>tbody>tr>td {
    border: 1px solid #ddd;
    border-top: none;
}

.table-chargeCl>thead>tr>th {
    border-top: 1px solid #ddd !important;
}