/* 
    Created on : Oct 24, 2015, 1:44:09 PM
    Author     : rocknroll
*/
.the-list table {
    width: 90%;
}

.the-list table td {
    padding: 2px;
    margin: 0;
    padding: 0 40px;
    border-top: 1px solid #e0e0e0;
}

.child .description {
    padding: 0 5px;
    color: #404040;
}

.the-list table td.column-description {
    padding-left: 0;
}

.the-list .switch {
    padding: 0 10px;
    color: #505050;
    display: inline-block;
}

.the-list .switch i {
    cursor: pointer;
}

.the-list table td .params-conf {
    padding-left: 32px;
    color: #505050;
    display: none;
    margin: 5px 0 7px;
    vertical-align: middle;
}

.the-list table td .params-conf label {
    line-height: 25px;
}

.the-list table td .params-conf input {
    border-radius: 3px;
    height: 25px;
    background: #f9f9f9;
}

#tools-interface {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    padding: 4px;
    left: 160px;
    right: 0;
    width: 100%;
    height: 28px;
    background: #414649;
    /* Old browsers */
    background: -moz-linear-gradient(top,rgba(65,70,73,1) 0%,rgba(31,33,35,1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(65,70,73,1)),color-stop(100%,rgba(31,33,35,1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,rgba(65,70,73,1) 0%,rgba(31,33,35,1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,rgba(65,70,73,1) 0%,rgba(31,33,35,1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top,rgba(65,70,73,1) 0%,rgba(31,33,35,1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom,rgba(65,70,73,1) 0%,rgba(31,33,35,1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414649',endColorstr='#1f2123',GradientType=0);
    /* IE6-9 */
}

#tools-interface.full {
    left: 36px;
}

#tools-interface.full .instance .content {
    left: 36px;
}

#tools-interface.full .instance .content .interface {
    left: 36px;
}

#tools-interface a,#tools-interface a:active {
    border: 0;
}

.row-actions {
    color: #32373c;
}

.tool-option i {
    padding: 0 8px;
}

.instance {
    transition: all .15s ease-in-out;
    opacity: .65;
    vertical-align: middle;
    height: 26px;
    margin: 2px;
    padding: 0;
    border-radius: 5px;
    -webkit-box-shadow: 1px 0 2px 0 rgba(0,0,0,0.55);
    -moz-box-shadow: 1px 0 2px 0 rgba(0,0,0,0.55);
    box-shadow: 1px 0 2px 0 rgba(0,0,0,0.55);
    background: #4d5051;
    /* Old browsers */
    background: -moz-linear-gradient(top,rgba(77,80,81,1) 0%,rgba(61,63,65,1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(77,80,81,1)),color-stop(100%,rgba(61,63,65,1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,rgba(77,80,81,1) 0%,rgba(61,63,65,1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,rgba(77,80,81,1) 0%,rgba(61,63,65,1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top,rgba(77,80,81,1) 0%,rgba(61,63,65,1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom,rgba(77,80,81,1) 0%,rgba(61,63,65,1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d5051',endColorstr='#3d3f41',GradientType=0);
    /* IE6-9 */
    color: #fff;
    display: inline-block;
}

.instance .controls .title {
    cursor: pointer;
    max-width: 140px;
    display: inline-block;
    overflow: hidden;
    font-weight: 700;
    font-size: 1.15em;
    line-height: 22px;
    padding-right: 5px;
}

.instance .load_img,.instance .load_img i,.instance .stop_img,.instance .stop_img i,.instance .close_img,.instance .close_img i {
    cursor: pointer;
}

.instance .controls {
    vertical-align: middle;
    padding: 2px 5px;
}

.instance .controls a:hover {
    color: #f0f0f0;
    display: block;
}

.instance .close_img,.instance .load_img,.instance .stop_img {
    padding: 0 3px;
    float: right;
    font-size: 1.2em;
    line-height: 20px;
    margin-bottom: -3px;
}

.instance .load_img,.instance .stop_img {
    display: none;
}

.instance.active {
    transition: all .1s ease-in-out;
    opacity: 1;
    background: #777c7f;
    /* Old browsers */
    background: -moz-linear-gradient(top,rgba(119,124,127,1) 0%,rgba(96,99,102,0.5) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(119,124,127,0.5)),color-stop(100%,rgba(96,99,102,1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,rgba(119,124,127,1) 0%,rgba(96,99,102,0.5) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,rgba(119,124,127,1) 0%,rgba(96,99,102,0.5) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top,rgba(119,124,127,1) 0%,rgba(96,99,102,0.5) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom,rgba(119,124,127,1) 0%,rgba(96,99,102,0.5) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777c7f',endColorstr='#606366',GradientType=0);
    /* IE6-9 */
}

.instance .content {
    transition: opacity .35s ease-in-out;
    z-index: 999;
    opacity: 1;
    background-size: 100%;
    background: #f1f1f1;
    /* Old browsers */
    background: -moz-linear-gradient(top,rgba(230,230,230,1) 0%,rgba(225,225,225,1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(230,230,230,1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,rgba(230,230,230,1) 0%,rgba(225,225,225,1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,rgba(230,230,230,1) 0%,rgba(225,225,225,1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top,rgba(230,230,230,1) 0%,rgba(225,225,225,1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom,rgba(230,230,230,1) 0%,rgba(225,225,225,1) 100%);
    /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#fcfcfc',GradientType=0 ); IE6-9 */
    color: #32373c;
    position: fixed;
    bottom: 36px;
    padding: 10px;
    top: 32px;
    left: 160px;
    right: 0;
}

.instance .content.viewer,.instance .content.viewer .content {
    overflow: auto;
    padding:5px 15px;
}

.instance .content h1 {
    margin: 13px 10px 6px 12px;
    font-size: 1.8em;
    font-weight: 400;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.15);
}

.instance .content .interface {
    display: none;
    border-radius: 3px;
    margin: 55px 25px 15px 22px;
    background: #ededed;
    /* Old browsers */
    background: -moz-linear-gradient(top,rgba(237,237,237,1) 0%,rgba(244,244,244,1) 4%,rgba(244,244,244,1) 94%,rgba(233,233,233,1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(237,237,237,1)),color-stop(4%,rgba(244,244,244,1)),color-stop(94%,rgba(244,244,244,1)),color-stop(100%,rgba(233,233,233,1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,rgba(237,237,237,1) 0%,rgba(244,244,244,1) 4%,rgba(244,244,244,1) 94%,rgba(233,233,233,1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,rgba(237,237,237,1) 0%,rgba(244,244,244,1) 4%,rgba(244,244,244,1) 94%,rgba(233,233,233,1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top,rgba(237,237,237,1) 0%,rgba(244,244,244,1) 4%,rgba(244,244,244,1) 94%,rgba(233,233,233,1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom,rgba(237,237,237,1) 0%,rgba(244,244,244,1) 4%,rgba(244,244,244,1) 94%,rgba(233,233,233,1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#e9e9e9',GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.4);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.4);
    position: fixed;
    top: 32px;
    right: 0;
    left: 160px;
    bottom: 48px;
}

.instance .content .trace-body {
    color: #000;
    background: #f6f6f6;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    top: 17px;
    bottom: 40px;
    right: 12px;
    left: 12px;
    font-size: 1em;
    border: 1px solid #eee;
}

.instance .content.hide {
    transition: all .35s ease-in-out;
    height: 0;
    opacity: 0;
}

.instance .content .close {
    font-size: 1.7em;
    position: absolute;
    top: 15px;
    right: 15px;
}

.instance.rq-error .controls .title {
    color: #f50;
}

.instance.rq-success .controls .title {
    color: #0d0;
}

.trace-prompt,.trace-msg {
    float: left;
}

.trace-line {
    clear: both;
    padding: 2px 10px;
    font-size: 1.3em;
    font-family: Lucida Console,Terminal;
}

.trace-line:nth-child(odd) {
    background-color: #fff;
}

.trace-line:nth-child(even) {
    background-color: #f6f6f6;
}

.extra-info {
    padding-right: 4px;
    display: inline-block;
}

.trace-controls {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 40px;
}

.trace-header {
    height: 17px;
}

.trace-controls *,.trace-header * {
    float: left;
}

.trace-buttons {
    float: right;
}

.line-msg:before {
    display: inline-block;
    padding: 0 7px;
}

.msg-time {
    padding: 0 .5em 0 0;
    display: inline-block;
    min-width: 4em;
}

.msg-green {
    color: #0a0;
}

.show.msg-green:before {
    content: '[OK]';
}

.msg-red {
    color: #D40808;
}

.show.msg-red:before {
    content: '[ERROR]';
}

.info-msg {
    color: #004A80;
}

.show.info-msg:before {
    content: '[INFO]';
}

.m4p-lightbox.back {
    transition: all .25s linear;
    position: fixed;
    height: calc(100vh - 32px);
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100vh;
    background: rgba(0,0,0,0.8);
}

div.m4p-lightbox.back:not(.hide) {
    top: 32px;
}
.m4p-lightbox.back.admin .container{
    margin: 15px!important;    
    margin-left: 175px!important;
}

.m4p-lightbox.back.hide {
    transition: all .25s linear;
    opacity: 0;
    height: 0;
}

.m4p-lightbox.container {
    margin: 15px auto;    
    height: calc(100% - 54px);
    z-index: 9999;
    padding: 20px 20px 10px;
    background-color: rgba(255,255,255,0.9);
}

.m4p-lightbox.controls {
    height: 35px;
}

.m4p-lightbox.controls .title {
    font-size: 145%;
    font-weight: 700;
}

.m4p-lightbox.close-btn {
    cursor: pointer;
    padding: 8px;
    margin-right: -8px;
    margin-top: -6px;
    font-size: 125%;
    float: right;
}

.m4p-lightbox.content {
    padding: 0 5px 0 0;
    bottom: 0;
    margin: 0;
    z-index: 9999;
    overflow: auto;
    height: calc(100% - 40px);
}
.debug-table{
    width:100%;
    font-size: 90%;        
    border:0;
    padding:0;
    border:1px solid #ccc;
}
.debug-table tr{
    padding:0;
    margin:0;
}
.debug-table th{
    font-size: 100%;
    border-bottom:1px solid #ccc;
    font-weight: bold;
    text-transform: uppercase;
    background: rgba(200,200,200,0.4);
    padding:10px 8px;    

}
.debug-table td{
    font-family: Terminal;
    padding:5px 8px;    
}
.debug-table td, .debug-table th{            
    border-right:1px solid #ccc;
}
.debug-table td:last-child{
    border:0;
}
.debug-table tr:nth-child(even){
    background: rgba(200,200,200,0.22);
}
.debug-table tr:nth-child(odd){
    background: none;
}
.plugins .the-list .column-primary{
    max-width: 180px;
}
