﻿.row {
    margin-bottom: 20px;
}

    .row .row {
        margin-top: 10px;
        margin-bottom: 0;
    }

.header [class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #eee;
    border: 1px solid #ddd;
    background-color: rgba(86,61,124,.15);
    border-bottom: 1px solid rgba(86,61,124,.2);
}

[class*="col-"] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.no-ellipses {
    white-space: normal;
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

.panel-body {
    padding-top: 0;
}

blockquote {
    height: 25px;
    padding: 0 20px;
}

.tooltip-inner {
    white-space:pre;
    max-width:none;
}

.panel-collapse .alert {
    margin-bottom: 0;
}
.basePanel {
   padding: 50px 15px;
    width: 1150px;
}
.logPanel {
        min-height:20px;
    padding:19px;
    margin-bottom:20px;
    float: left;
}
 #content { 
    margin-left: 850px; 
    margin-top: 10px;
    margin-bottom: 50px;
    height: 90%;
    width: 300px;
    position: fixed; float: left;
}
 .watermark {
   z-index: 10;
     text-align: center;
     color: rgb(153, 153, 153);
     font-size: 30px;
     
 }

 .hide, .hideResolve {
     display: none;
 }

 #expandCollapse {
      margin-top: 5px;
 }
 #logPanel {
     padding-top: 15px;
     overflow: auto;
 }
 #download,.status {
     margin: 2px 5px;
}
