/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 27, 2017, 1:36:15 PM
    Author     : kpeu3u
*/


#tickets_headings {
    border-bottom: 1px solid #e7ebee;
    margin-bottom: 15px!important;
    background-color: #fff;
}

.mjs-nestedSortable-no-nesting {
    border-radius: 0px!important;
    box-shadow: none!important;
    padding-bottom: 0px!important;
    border-left: 1px solid #e7ebee;
    border-top: 1px solid #e7ebee;
    border-right: 1px solid #e7ebee;
    border-bottom: 1px solid #e7ebee;
}

.nestedSortable .placeholder {
    outline: 1px dashed #4183C4;
}

.nestedSortable .mjs-nestedSortable-error {
    background: #fbe3e4;
    border-color: transparent;
}

.nestedSortable #tree {
    width: 550px;
    margin: 0;
}
.nestedSortable p, .nestedSortable ol, .nestedSortable ul, .nestedSortable pre, .nestedSortable form {
    margin-top: 0;
}

.nestedSortable dl {
    margin: 0;
}

.nestedSortable dd {
    margin: 0;
    padding: 0 0 0 1.5em;
}
.nestedSortable ol {
    padding-left: 15px;
    margin-bottom: 11px;
    margin-top: 1px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0px!important;
    margin-right: 0px!important;
    padding-right: 15px;
}

.nestedSortable ol.sortable, .nestedSortable ol.sortable ol {
    list-style-type: none;
}

.nestedSortable ol.sortable ol {
    margin-left: 15px;
    margin-right: 15px;
}    
.nestedSortable .sortable li div {
    cursor: move;
    margin: 0;
}

.nestedSortable li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
    border-color: #999;
}

.nestedSortable .disclose, .nestedSortable .expandEditor {
    cursor: pointer;
    width: 20px;
    display: none;
}

.nestedSortable .sortable li.mjs-nestedSortable-collapsed > ol {
    display: none;
}

.nestedSortable .sortable li.mjs-nestedSortable-branch > div > .disclose {
    display: inline-block;
}

.nestedSortable .sortable span.ui-icon {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.nestedSortable .menuDiv {
 background-color: #f5f5f5;
}

.nestedSortable .menuEdit {
    background: #FFF;
}

.nestedSortable .itemTitle {
    vertical-align: middle;
    cursor: pointer;
}

.nestedSortable .deleteMenu {
    float: right;
    cursor: pointer;
}

.nestedSortable h1 {
    font-size: 2em;
    margin-bottom: 0;
}

.nestedSortable h2 {
    font-size: 1.2em;
    font-weight: 400;
    font-style: italic;
    margin-top: .2em;
    margin-bottom: 1.5em;
}

.nestedSortable h3 {
    font-size: 1em;
}



.nestedSortable code {
    background: #e5e5e5;
}

.nestedSortable input {
    vertical-align: text-bottom;
}

.nestedSortable .notice {
    color: #c33;
    border: 1px solid green;
}

.nestedSortable .ui-sortable > li{
    padding: 0px!important;
}
.nestedSortable .table>tbody>tr>td, .nestedSortable .table>tbody>tr>th, .nestedSortable .table>tfoot>tr>td, .nestedSortable .table>tfoot>tr>th, .nestedSortable .table>thead>tr>td, .nestedSortable .table>thead>tr>th{
    border-top: none;
    
}
.nestedSortable .table>tbody>tr{
    cursor: move;
}
.nestedSortable .edit-group{
    margin-right: 10px;
}
.nestedSortable .g-name{
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
}
.nestedSortable .mask{
    display: none; /*This hides the mask*/
}

.nestedSortable .mask .ajax{
    display: block;
    width: 100%;
    height: 100%;
    position: relative; /*required for z-index*/
    z-index: 1000; /*puts on top of everything*/
    background-image: url ('loading-icon.png');
}

.nestedSortable #tickets_headings th.p-expire, .nestedSortable .ticket_table td.p-expire{
    width: 19% !important;
}
.nestedSortable #tickets_headings th.p-edit, .nestedSortable .ticket_table td.p-edit{
    width: 8% !important;
}