/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 5.5em; left: 0; bottom: 0; right: 0;
}

.Absolute-Center.is-Responsive {
    width: 50%; 
    height: 50%;
    min-width: 300px;
    max-width: 400px;
    min-height: 350px;
    padding: 10px;
}

.panel-transparent {
    background: rgba(0, 1, 2, 0.58) !important;
}

.panel-transparent.panel-heading{
    background: rgba(0, 1, 2, 0.58) !important;
}

.panel-transparent.panel-body{
    background: rgba(46, 51, 56, 0.2)!important;
}