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

/* Global Styles */

.script-output {
    white-space: pre-wrap;
    font-family: monospace;
}

html {
   height: 100%;
}

body {
    background-color: #2a2d34;
    min-height: 100%;
}

@media(min-width:1001px) {
    body {
        padding-top: 80px;
    }

    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 10px;
    }

    .navbar-brand {
        float: left;
        width: 356px;
        height: 80px;
        background: url('/img/header.png') no-repeat 0px 19px;
        background-size: 356px 40px;
    }

    .top-nav {
        padding: 0 15px;
    }

    .top-nav>li>a {
        line-height: 60px;
        color: white;
    }

    .side-nav {
        position: fixed;
        top: 80px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #2a2d34;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 225px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }

    body.loginpage {
        background-image: url('/img/logo-bg-big.png');
        background-position: right top;
        background-repeat: no-repeat;
    }
}

@media (max-width: 1000px) {
    .navbar-brand {
        float: left;
        width: 140px;
        height: 40px;
        background: url('/img/header.png') no-repeat;
        margin: 10px 10px 10px 20px;
    }

    #wrapper {
        height: 100%;
        padding-left: 0;
    }

    .top-nav {
        position: absolute;
        top: 13px;
        right: 80px;
    }

    .top-nav>li>a {
        line-height: 12px;
        color: white;
    }

    .container-fluid {
        padding-top: 80px;
    }
}

#loginform .form-control {
    background-color: transparent;
    border-radius: 20px;
    border: 1px solid #ccc;
    color: #ccc;
}

#eularequired {
    color: #ccc;
    margin-bottom: 30px;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
    min-height: 100%;
}

.huge {
    font-size: 20px;
    line-height: normal;
}

.loading {
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='lds-dual-ring'%3E%3Ccircle cx='50' cy='50' ng-attr-r='%7B%7Bconfig.radius%7D%7D' ng-attr-stroke-width='%7B%7Bconfig.width%7D%7D' ng-attr-stroke='%7B%7Bconfig.stroke%7D%7D' ng-attr-stroke-dasharray='%7B%7Bconfig.dasharray%7D%7D' fill='none' stroke-linecap='round' r='40' stroke-width='12' stroke='%232a2d34' stroke-dasharray='62.83185307179586 62.83185307179586'%3E%3CanimateTransform attributeName='transform' type='rotate' calcMode='linear' values='0 50 50;360 50 50' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    min-width: 20px;
    min-height: 20px;
}

select.loading {
    background-position: center center !important;
}

.hidden, .hidden-when-empty, .hidden-when-edit {
    display: none;
}

/* Top Navigation */

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #2a2d34;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

.modal-footer>.btn {
    min-width: 80px;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.alert a {
    color: #a94442;
    font-weight: bold;
}

.infobox-description {
    font-size: 12px;
}

.panel-default > a {
    color: #777;
}

.panel-default > a:hover {
    color: #444;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #bd0012;
    color: #fff;
    background-color: #bd0012;
}

.panel-red > a {
    color: #bd0012;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}

.breadcrumb a, .empty a {
    color: #777;
    font-weight: bold;
}

.breadcrumb a:hover, .empty a:hover {
    color: #444;
    text-decoration: none;
}

.empty {
    text-align: center;
    background-color: #f5f5f5;
    color: #777;
}

.ztree {
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-left-pad {
    padding-left: 0px;
}

.no-right-pad {
    padding-right: 0px;
}

.btn-fixedwidth {
    width: 120px;
}
/* DASHBOARD ATTRIBUTES */

.dashboard-sysinfo span {
    display: block;
    min-width: 200px;
    float: left;
    padding-bottom: 5px;
}

/* VMBA MANAGED OBJECTS */

.managed-object {
    padding: 2px 2px 2px 38px;
    line-height: 1.25;
    cursor: default;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.managed-object strong {
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.managed-object small {
    color: #777;
}

.managed-object .buttons .alert, .vdisk-action-buttons .alert {
    min-width: 190px;
    padding: 2px 10px;
    margin-bottom: 5px;
    margin-top: -25px;
    border-radius: 12px;
    text-align: center;
    line-height: 1.3;
    font-size: 12px;
}

.vdisk-action-buttons .loading {
    margin-bottom: 6.6px;
    width: 190px;
    float: right;
}

.detach-vdisks {
    font-weight: 700;
    color: #333;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearboth {
    clear: both;
}

.halfwidth {
    width: 50%;
}

/* hack to keep table layout with line-wrapping set to nowrap */
table td {
    max-width: 200px;
}

.backuprun .result {
    margin-left: 16px;
    margin-right: 15px;
    font-weight: bold;
    width: 15px;
    text-align: center;
}

.managed-object .buttons {
    float: right;
    margin-top: 3px;
}

.virtualmachine {
    background: url('/img/30px/vm.png') no-repeat 0px 3px;
}

.cluster {
    background: url('/img/30px/cluster.png') no-repeat 0px 3px;
}

.host {
    background: url('/img/30px/host.png') no-repeat 0px 3px;
}

.resourcepool {
    background: url('/img/30px/resourcepool.png') no-repeat 0px 3px;
}

.folder {
    background: url('/img/30px/closefolder.png') no-repeat 0px 3px;
}

.datacenter {
    background: url('/img/30px/datacenter.png') no-repeat 0px 3px;
}

.user {
    background: url('/img/30px/user.png') no-repeat 0px 3px;
}

.ldapuser {
    background: url('/img/30px/ldapuser.png') no-repeat 0px 3px;
}

.ldapgroup {
    background: url('/img/60px/ldapgroup.png') no-repeat 0px 3px;
    background-size: 30px 30px;
}

.vsphere {
    background: url('/img/30px/vsphere.png') no-repeat 0px 3px;
}

.datastore {
    background: url('/img/30px/datastore.png') no-repeat 0px 1px;
}

.zipfile {
    background: url('/img/60px/zipfile.png') no-repeat 0px 1px;
    background-size: 27px 27px;
}

.threads {
    background: url('/img/60px/threads.png') no-repeat 2px 7px;
    background-size: 24px 24px;
}

.clock {
    background: url('/img/60px/clock.png') no-repeat 2px 5px;
    background-size: 25px 25px;
}

.arrow {
    background: url('/img/60px/arrow.png') no-repeat 4px 5px;
    background-size: 22px 22px;
}

.copyjob:after {
  content: "\f0c5"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 22px;
  color: #333;
  top: 0%;
  left: 0%;
  margin: 5px 0px 0px 5px;
  z-index: 1;
}

/* for failed managed-objects */
.halftransparent {
    opacity: .5;
}

/* optional table title replaces first th */
.tabletitle {
    text-transform: uppercase;
    color: white;
    padding-left: 10px;
}

/* delete button is same as edit button, but with light gray border */
.lightborder {
    border-color: #aaa;
}

/* fa-button with plus symbol */
.add-object {
    padding: 6px 8px;
    float: right;
    margin-top: 3px;
    margin-right: 8px;
}

/* button with text description (tenant user add) */
.add-object-text {
    float: right;
    margin-top: 3px;
}

.restore-into-new-location {
    margin-left: 10px;
}

.fa-icon {
    min-width: 15px;
    text-align: center;
}

.vdisk-action-buttons > button, .vdisk-action-buttons > div > button {
    min-width: 190px;
    margin-bottom: 5px;
}

/* badge colors */
.badge-danger {
    background-color: #c9302c;
}



/* DATA TABLE PAGINATION PLUGIN (VMBA LOGS) */

#logstable td {
    line-height: 1.42857143;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
}

.dataTables_wrapper label {
    font-weight: normal;
}

.dataTables_wrapper .dataTables_length {
    float: left;
    display: none;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    display: none;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_paginate {
    text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: black;
    border: 1px solid transparent;
    border-radius: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #888 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #2a2d34;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #f5f5f5;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
}

/* PROGRESS CHARTS */

#progress-chart {
    height: 200px;
}

#progress-chart > svg {
    height: 100%;
    display: block;
}

/* in-line vdisk progress */

.progress-bar-vdisk {
    height: 4px;
    border-radius: 2px;
}

tr.progress-bar-tr {
    padding-top: 1px;
    vertical-align: top;
    height: 10px;
}

/* backup, copy, restore run log */

table.runlog {
    width: 100%;
    font-family: monospace;
}

.logtime {
    font-size: 13px;
    vertical-align: top;
    padding-top: 2px;
    white-space: nowrap;
    color: #777;
    width: 200px;
}

#ztree .logtime {
    font-size: 11px;
}

table.runlog .logmsg {
    vertical-align: top;
    padding: 1px;
/*  white-space: pre-wrap; */
}

#abort-run-progress {
    min-width: 20px;
    height: 20px;
    display: inline-block;
}
