table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child {
    position: relative;
    padding: 20px;
    cursor: pointer;
}

.jvars,.vars{
    display: inherit;
}

.commtable{
    display: table;        
}

.commtr{
    display: table-row;

}
.commtd{
    display: table-cell;
    padding:10px;
}

.commtr:last-child .commtd{
    border-bottom: none;
}

.commtr:hover .commtd{
    /*    background-color:#f5f5f5;*/
}

/*.commtr:first-child .commtd{
    display: table-cell;
    padding:10px;
    padding-top:0px;    
}

.commtr:last-child .commtd{
    display: table-cell;
    padding:10px;
    padding-bottom:0px;
    border-bottom: none;
}*/

.floatleft{
    float:left;
}

.floatright{
    float:left;
}


.width-full{
    width:100%;
}

.width-80percent{
    width:80%;
}

.mobile-hide{
    display: inline-block;
}

.box-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}

.box-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}

.box-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}

.box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.margin-bottom{
    margin-bottom:15px;
}

.xdebug-var-dump{
    position: absolute;
    z-index:99999;
    width:500px;
    height:500px;
    background-color:#000;
    color:#0f0;
    border:none;    
    right:30px;
    bottom:30px;
}

.desktop-60percent{
    margin:auto;
    width:60%;
}
.desktop-70percent{
    margin:auto;
    width:70%;
}
.desktop-80percent{
    margin:auto;
    width:80%;
}
.desktop-90percent{
    margin:auto;
    width:90%;
}

.desktop-full{
    margin:auto;
    width:100%;
}


.mobile-show-block{
    display: none;
}

.border-right-c000{
    border-right:solid 1px #404040;
}

.border-right-ce4e4e4{
    border-right:solid 1px #e4e4e4;
}

.noborder{
    border:none;
}

.tablefilter{
    text-decoration: none;
    color:#444;
}

.tablefilterhidden{
    text-decoration: none;
    color:#444;
    display: none;
}

.mobile-hide-block{
    display: block;
}

.table-lg-show{
    display: table-cell;
}

.develstatus-bottom{
    display: block;
    text-align: center;
    padding:15px;
}

.modal.modal-wide .modal-dialog {
    width: 90%;
    z-index:1111;
}

.modal-wide .modal-body {
    overflow-y: hidden;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1111;
}

.filecontent{
    font-size:10pt;
    font-family: monospace; 
}

.ulnostyle{
    list-style: none;
    margin-left:-40px;
}

.form-control {
    display: block;
    width: 100%;
    height: 43px;
    padding: 10px 10px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1280px) {
    .table-lg-show{
        display: none;
    }
}


@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 992px) {

    .table-responsive {
        width: 100%;
        margin-bottom: 15.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #2780e3;
    }

    .mobile-hide,.mobile-hide-block{
        display: none;
    }

    .xdebug-var-dump{
        position: absolute;
        z-index:99999;
        width:200px;
        height:200px;
        background-color:#000;
        color:#0f0;
        border:none;    
        right:30px;
        bottom:30px;
    }
    .mobile-border-hide{
        border:solid 0px #fff;
    }
    .desktop-60percent{
        margin:0px;
        width:100%;
    }
    .desktop-70percent{
        margin:0px;
        width:100%;
    }
    .desktop-80percent{
        margin:0px;
        width:100%;
    }
    .desktop-90percent{
        margin:0px;
        width:100%;
    }

    .mobile-show-block{
        display: block;
    }

    .text-align-margin{
        margin-top:30px;
        margin-bottom:30px;
    }
    .commtr{
        display: table-row;
        width:100%;

    }    
    .commtd{
        display: block;
        padding:10px;
        border-bottom: none;

    }

    .commtr.commtd:last-child{
        border-bottom: solid 1px #ddd;
    }

    .commtr:hover .commtd{
        background-color:#f5f5f5;
    }


}

@media only screen and (max-width: 480px) {

}
