/**
 * Pterodactyl - Panel
 * Copyright (c) 2015 - 2017 Dane Everitt <dane@daneeveritt.com>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
@import url(//fonts.googleapis.com/css?family=Droid+Sans+Mono);
body{font-size:13px}
.navbar{margin-top:30px}
@media (min-width:768px){.container{width:750px}}
@media (min-width:992px){.container{width:970px}}
@media (min-width:1200px){.container{width:970px}}
.form-control{padding:4px 8px;font-size:13px;line-height:1.4}
.footer{margin-top:15px;font-size:10px;color:#999}
.nopad{margin-top:0!important}
.alert-success{
    background-image: url('../images/check-square.png') !important;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 15px 17px;
    background-color:#f3f8f3;
    color:#474a54;
    border-left: 4px solid #50af51 !important;
    border:0;
    padding-left:40px;
}
.alert-success hr{border-top-color:rgba(0,0,0,0)}
.alert-success .alert-link{color:#e6e6e6}
.alert-info{
    background-image: url('../images/info-circle.png') !important;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 15px 17px;
    background-color:#f4f8fa;
    color:#474a54;
    border-left: 4px solid #5bc0de !important;
    border:0;
    padding-left:40px;
}
.alert-info hr{border-top-color:rgba(0,0,0,0)}
.alert-info .alert-link{color:#e6e6e6}
.alert-warning{
    background-image: url('../images/exclamation-circle.png') !important;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 15px 17px;
    background-color:#fcf8f2;
    color:#474a54;
    border-left: 4px solid #f0ad4e !important;
    border:0;
    padding-left:40px;
}
.alert-warning hr{border-top-color:rgba(0,0,0,0)}
.alert-warning .alert-link{color:#e6e6e6}
.alert-danger{
    background-image: url('../images/exclamation-triangle.png') !important;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 15px 17px;
    background-color:#fdf7f7;
    color:#474a54;
    border-left: 4px solid #d9534f !important;
    border:0;
    padding-left:40px;
}
.alert-danger hr{border-top-color:rgba(0,0,0,0)}
.alert-danger .alert-link{color:#d9534f}
.graph-yaxis{text-align:center;position:absolute;margin-top:-45px;margin-left:30px;-ms-transform:rotate(270deg);-moz-transform:rotate(270deg);-webkit-transform:rotate(270deg);transform:rotate(270deg);-ms-transform-origin:left top 0;-moz-transform-origin:left top 0;-webkit-transform-origin:left top 0;transform-origin:left top 0}
.centered{text-align:center}
.console{font:85% 'Droid Sans Mono',monospace;color:#333;height:300px!important;text-wrap:normal;overflow-y:scroll;overflow-x:hidden;border:0;resize:none}
.console[readonly=readonly]{background:#fefefe;cursor:default}
.ajax_loading_box{position:absolute;background:rgba(255,255,255,.8);width:100%;z-index:9999;display:none}
.ajax_loading_box i{font-size:30px;color:rgba(0,0,0,.6);position:absolute}
.btn-xxs{padding:2px 6px;font-size:10px;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:2px}
.form-control{height:36px}
.input-group-addon{font-size:12px;}
.input-sm {
    height: 30px;
    padding: 4px 8px !important;
    font-size: 12px !important;
    border-radius: 2px;
}
.input-loader {
    display: none;
    position:relative;
    top: -23px;
    float: right;
    right: 5px;
    color: #cccccc;
    height: 0;
}
pre{display:block;padding:12px 12px;margin:0;font-size:12px;color:#c7254e;background-color:#f9f2f4;border:1px solid #c7254e;border-radius:0;white-space:pre}
.badge.label-danger {background: #d9534f !important;}
.close {color:#000;opacity:0.2;font-size:1.6em;}
.close:hover {color:#000;opacity:0.5;}
.filename {outline: none;width:450px;background: transparent;margin-left:-5px;padding:0;border: 0px;font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight: 250;line-height: 1.1;font-size: 19px;color: #aaa}
form .text-muted {margin: 0 0 -5.5px}
.tab-pane.active .panel.panel-default {border-top:0 !important}
.tabs_with_panel > li.active > a {background-color: #f5f5f5 !important}
.tabs_with_panel > li > a {background: transparent;}
.label{border-radius: .25em;padding: .2em .6em .3em;}
kbd{border-radius: .25em}
.modal-open .modal {padding-left: 0px !important;padding-right: 0px !important;overflow-y: scroll;}
tr.align-middle > *,
th.align-middle > *,
.align-middle {
    vertical-align: middle !important;
}

/**
 * Pillboxes
 */
.fuelux .pillbox {
    border-radius: 0 !important;
}

li.btn.btn-default.pill {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color:#fff;
    background-color:#008cba;
    border-color:#0079a1;
}

li.btn.btn-default.pill:active,li.btn.btn-default.pill:focus,li.btn.btn-default.pill:hover {
    background-color:#006687;
    border-color:#004b63
}


.fuelux .pillbox>.pill-group .form-control {
    height: 26px !important;
}

.fuelux .pillbox .pillbox-input-wrap {
    margin: 0 !important;
}

.fuelux .checkbox.highlight.checked label, .fuelux .checkbox.highlight label {
    width: 100%;
}

.fuelux .input-group-btn .dropdown-menu {
    max-height:250px;
    overflow-y:scroll;
}

.btn-allocate-delete {
    height:34px;
    width:34px;
    padding:0;
}

@media (max-width:992px){
    .btn-allocate-delete {
        margin-top:22px;
    }
}

.text-disabled {
    color: #999;
    opacity: 0.8;
}

.text-disabled code {
    opacity: 0.6;
}

.muted {
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.muted-hover:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.use-pointer {
    cursor: pointer !important;
}

.dropdown-menu > li.bg-danger {
    background-color:#fdf7f7;
    color:#474a54;
    border-left: 4px solid #d9534f !important;
}

.dropdown-menu > li.bg-info {
    background-color:#fcf8f2;
    color:#474a54;
    border-left: 4px solid #f0ad4e !important;
}

.dropdown-menu > li.bg-success {
    background-color:#f4f8fa;
    color:#474a54;
    border-left: 4px solid #5bc0de !important;
}

.dropdown-menu > li.bg-warning {
    background-color:#fdf7f7;
    color:#474a54;
    border-left: 4px solid #d9534f !important;
}

.dropdown-menu > li.bg-default {
    border-left: 4px solid #bbbbbb !important;
}

.success.pulsate {
  animation: pulse 3s infinite;
}

@keyframes pulse {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #dff0d8;
  }
}

#fileOptionMenu li a {
    padding: 7px 10px !important;
}

#fileOptionMenu li.divider {
    margin: 4.5px 0 !important;
}

#fileOptionMenu > li.bg-danger > a,
#fileOptionMenu > li.bg-info > a,
#fileOptionMenu > li.bg-success > a,
#fileOptionMenu > li.bg-warning > a,
#fileOptionMenu > li.bg-default > a {
    padding-left: 5px !important;
}

.left-icon {
    padding: 8px 2px !important;
    border-right: 0 !important;
}

.left-icon + td {
    border-left: 0px !important;
}

.fuelux .wizard .step-content > .alert {
    margin-bottom: 0 !important;
}

.fuelux .wizard .steps-container {
    background-color: #eee;
}

#consoleThrottled {
    z-index: 999;
    top: 0px;
    opacity: 0.6;
    left: 0;
    position: absolute;
    margin: 0 15px;
    border-radius: 4px 4px 0 0;
}

#consoleThrottled:hover {
    opacity: 1;
}

#consoleNotify {
    position: absolute;
    bottom: 0;
    margin-right: 17px;
    margin-bottom: 2px;
    z-index: 10;
    background: white;
    right: 0;
    opacity: .6;
    padding: 5px 7px;
    border-radius: 5px;
    cursor: pointer; 
}

#consoleNotify:hover {
    opacity: .9;
}

.hasFileHover {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    margin: 0;
    opacity: 0.5;
}

.hasFileHover * {
    pointer-events: none;
}

td.has-progress {
    padding: 0px !important;
    border-top: 0px !important;
}
.progress.progress-table-bottom {
    margin: 0 !important;
    height:5px !important;
    padding:0;
    border:0;
}

.fuelux .checkbox-formheight.checkbox-custom.checkbox-inline.highlight {
    height: 36px;
    padding: 10px 8px 4px 28px;
    width: 100%;
}

.fuelux .checkbox-formheight.checkbox-custom.checkbox-inline.highlight:before {
    left: 8px;
    top: 11px;
}