/* html,body{
    margin: 0px;
    padding: 0px;
    width:100%;
    height:100%;
} */

.clsINC {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-decoration: none;
    color: #000;
}

.clsINC:hover {
    cursor: pointer;
    color: #446;
}

.cls-dialog-file {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100px;
    height: 30px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    padding-top: 10px;
    /* background-color: #AAA; */
    margin: 5px;
    overflow: hidden;
}

.cls-dialog-file:hover {
    cursor: pointer;
    /* background-color: #CCC; */
    width:98px;
    height:28px;
    border:1px solid #A33;
    border-radius: 10px;
}

.clsMDList,.cls-list-ns,
.cls-list-type {
    position: relative;
    text-align: center;
    display: block;
    width: 80%;
    height: 40px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 30px;
    padding-top: 10px;
    background-color: #AAA;
    margin-top: 10px;
    margin-left: calc(10% - 1px);
    border-radius: 10px;
    overflow: hidden;
}

.clsMDList:hover,.cls-list-ns:hover,
.cls-list-type:hover {
    cursor: pointer;
    background-color: #CCC;
}
.cls-list-type[select="1"] {
    background-color: #CBA;
}
.cls-list-ns[select="1"] {
    background-color: #CBA;
}

.cls-list-drag {
    position: absolute;
    text-align: center;
    display: block;
    font-family: 'Courier New', Courier, monospace;
    font-size: 30px;
    padding-top: 10px;
    background-color: #AAA;
    border-radius: 10px;
    margin:-1px;
    cursor:pointer;
    z-index:500;
    overflow: hidden;
}

.clsNew {
    position: relative;
    align-self: center;
    text-align: center;
    display: block;
    width: 80%;
    height: 40px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 30px;
    padding-top: 10px;
    /* background-color: #AAA; */
    margin: 10px;
    color: #999;
    border: 1px dashed #999;
    /* border-radius: 10px; */
}

.clsNew:hover {
    cursor: pointer;
    background-color: #CCC;
    color: #FFF;
    border: 1px dashed #333;
}

.clsNewInput {
    /* position: relative; */
    position: absolute;
    align-self: center;
    text-align: center;
    display: block;
    width: 75%;
    height: 40px;
    padding-top: 4px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 30px;
    z-index: 200;
    visibility: hidden;
    /* margin-left: 8%;
    margin-top:10px; */
}

.clsRemove,
.clsLock {
    font-size: 15px;
    position: absolute;
    right: 3px;
    top: 3px;
    color: #AAA;
}

.clsRemove:hover {
    color: #C22;
}

.lp-sys-button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #353;
    text-align: right;
    height: 27px;
    margin: 2px;
    padding:0 10px;
    font-size: 18px;
    border-radius: 10px;
}
.lp-sys-button:hover {
    color: #670302;
    background-color: #CCC;
}
.lp-menu-button {
    display: inline-block;
    /* position: relative; */
    color: #223f02;
    text-align: center;
    height: 27px;
    width: 30px;
    margin: 2px;
    font-size: 22px;
    border-radius: 5px;
    background-color: #AAA;
    /* border: 0; */
    padding-top: 3px;
    box-shadow: 2px 2px #111;
}
.lp-menu-button[enable="0"] {
    pointer-events: none;
    color:#AAA;
    background-color: #CCC;
    box-shadow: 0px 0px #000;
    transform: translate(1px, 1px);
}
.lp-menu-button[checked="1"] {
    color:#CCC;
    background-color: #353;
    box-shadow: 1px 1px #000;
    transform: translate(1px, 1px);
}
.lp-menu-button:hover {
    color: rgb(34, 63, 2);
    background-color: #CCC;
    /* box-shadow: 2px 2px #333; */
    /* transform: translate(-1px,-1px); */
}
.lp-menu-button:active {
    box-shadow: 0px 0px #000;
    transform: translate(1px, 1px);
}

.lp-config-header {
    height: 25px;
    width: calc(100% - 5px);
    margin-top: 5px;
    display: flex;
    align-items: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 15px;
    color: white;
    background: #353;
    border-radius: 10px 10px 0 0;
    padding-left: 5px;
}

.lp-config-header:hover {
    cursor: pointer;
    background: #833;
}

.LIST-hd {
    width: 100%;
    height: 0;
    /* height: 50px; */
    transition-duration: 0.6s;
    background: #353;
    /* background: red; */
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    position: relative;
}

.LIST-body {
    margin: auto;
    width: calc(100% - 10px);
    height: calc(100% - 7px);
    border: 1px solid #555;
    border-radius: 0 0 7px 7px;
    overflow-y: auto;
    background: #888;
}
.LIST-client {
    margin: auto;
    width: 100%;
    /* height: calc(100% - 7px); */
    /* border: 1px solid #555; */
    /* border-radius: 0 0 7px 7px; */
    overflow-y: auto;
    background: #888;
}

.clsEditorTitle {
    display: inline-block;
    /* height: 25px; */
    height: 100%;
    width: 60px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    color: white;
    background: #CCC;
    border-radius: 10px 10px 0 0;
    text-align: center;
    border-left: 1px solid #222;
    transition-duration: 0.5s;
}

.clsEditorTitle:hover {
    width: 100px;
    cursor: pointer;
    background: #833;
    transition-duration: 0.5s;
}

.clsEditorTitle[select="1"] {
    width: 100px;
    cursor: pointer;
    background: #353;
    transition-duration: 0.5s;
}

.item-menu-button {
    display: inline-block;
    color: #223f02;
    text-align: center;
    height: 20px;
    width: 20px;
    margin: 0 1px 0 1px;
    border-radius: 2px;
    background-color: #888;
    box-shadow: 1px 1px #111;
    visibility: visible;
}
.item-menu-button[active="0"]{
    width: 0;
    visibility: hidden;
}
.item-menu-button:hover {
    background-color: #CCC;
}
.item-menu{
    display: block;
    height: 22px;
    width: 100%;
    opacity: 0.8;
    background: rgb(34, 63, 2);
}
.item-menu:hover
{
    opacity: 1;
}
.item-mask {
    top: -25px;
    position: absolute;
    font-size: 20px;
    width:100%;
    /* height:200%; */
    height:50px;
    transition: top 0.6s,height 1s;
    -webkit-transition: top 0.6s,height 1s;
}
.item-mask:hover
{
    top:0px;
    height:25px;
}
.clsLoginTitle {
    display: inline-block;
    vertical-align:top;
    height: 100%;
    width: calc(33% - 0px);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    color: white;
    background: #CCC;
    border-radius: 10px 10px 0 0;
    text-align: center;
    border-left: 1px solid #222;
}
.clsLoginTitle[select="1"]{
    cursor: pointer;
    background: #044e20;
}
.clsLoginTitle:hover {
    cursor: pointer;
    background: #7c0313;
}
.clsLoginChanel{
    visibility: hidden;
}
.clsLoginChanel[select="1"] {
    visibility: visible;
}
.clsLoginInput{
    margin:auto;
    width:85%;
    height:30px;    
    margin: 10px;
}
.cls-profile-item
{
    text-align: center;
    width:calc(100% - 20px);
    height: 40px;
    font-size:20px;
    padding:15px 10px 0 10px;
    border-bottom:1px solid #888;
}
.cls-profile-item:hover{
    cursor: pointer;
    background: #CCC;
    color:#353;
}
.cls-profile-item[select="1"]{
    background: #AAA;
}
/*///////////////////////////*/
@keyframes aproc
{
    0%
    {
        background:none;
    }
    20%
    {
        background:none;
    }
    50%
    {
        background: #FFF;
    }
    80%
    {
        background:none;
    }
    100%
    {
        background:none;
    };
}
@-webkit-keyframes aproc
{
    0%
    {
        background:#BBB;
    }
    10%
    {
        background:#CCC;
    }
    20%
    {
        background: #DDD;
    }
    30%
    {
        background: #EEE;
    }
    40%
    {
        background: #FFF;
    }
    100%
    {
        background:none;
    };
}

.proc
{
    animation: aproc 1.5s infinite;
    -webkit-animation: aproc 1.5s infinite;
    display: inline-block;
    width:20px;
    height:18px;
    /* border:1px solid #F30; */
    border-top:1px solid #DDD;
    border-right:1px solid #333;
    border-bottom:1px solid #333;
    margin: 0px;
    padding: 0px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 2px 2px #333;
}
.proc[act="1"]
{
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}
.proc[act="2"]
{
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}
.proc[act="3"]
{
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}
.proc[act="4"]
{
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

button
{
    text-align:center;
    border-radius:5px;
    background:#044e20;
    color:white;    
}
button:disabled
{
    background:#DDD;
    border:1px;
}
