﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* Custom */
#organizationInfo {
    display: none;
    padding: 10px
}

    #organizationInfo strong {
        color: #FF8000
    }

#btnCreateSnapshot {
    
}

#invalidParamsAlert{
    display: none
}

#createMsg {
    display: none
}

#timer {
    display: none
}

#statusSection{ 
    display: none
}

#statusError {
    display: none
}

#loadIssue {
    display: none
}

.db-dropped {
    color: red
}

.db-active {
    color: green
}

.empty-grid-schedules::before {
    padding: 1em;
    line-height: 3em;
    content: "No schedules were found.";
}

.empty-grid-backups::before {
    padding: 1em;
    line-height: 3em;
    content: "No backups were found.";
}

.empty-grid-backup-schedules::before {
    padding: 1em;
    line-height: 3em;
    content: "No backup schedules were found.";
}

#creationStatus {
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    display: none
}

    #creationStatus img {
        height: 32px;
        height: 32px
    }

#creationStatusMsg {
    font-weight: bolder
}

.backup-schedule-info {
    font-size: x-small;
    color: red
}

#has-schedules{
    display: none
}

#no-schedules {
    display: none
}

#schedule-created {
    display: none
}

#schedule-error {
    display: none
}

#knownDatabase {
    display: none
}

#unknownDatabase {
    display: none
}

.red-circle {
    background: red;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.green-circle {
    background: green;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

#dbUnknownCredentials {
    display: none
}

/* Kendo Customized Buttons */
.k-button {
    text-transform: capitalize
}

    .k-button.k-danger,
    .k-button.k-danger:active {
        background-color: #f00;
        color: #fff;
        border-color: #f00;
    }
        .k-button.k-danger:disabled {
            background-color: #EBEBEB;
            color: black;
            border-color: #EBEBEB;
        }

    .k-button.k-success,
    .k-button.k-success:active {
        background-color: #298A08;
        color: #fff;
        border-color: #298A08;
    }

    .k-button.k-success:disabled {
        background-color: #EBEBEB;
        color: black;
        border-color: #EBEBEB;
    }

    .k-button.k-warning,
    .k-button.k-warning:active {
        background-color: #FF8000;
        color: #fff;
        border-color: #FF8000;
    }

        .k-button.k-warning:disabled {
            background-color: #EBEBEB;
            color: black;
            border-color: #EBEBEB;
        }

#elasticPoolCreateProgress {
    display: none
}

.email-alert {
    padding: 10px;
    border: 1px solid red;
    background-color: #FE2E2E;
    color: white;
    display: none
}

.settings-alert {
    padding: 10px;
    border: 1px solid olive;
    background-color: olive;
    color: white
}

.status-alert {
    padding: 10px;
    border: 1px solid red;
    background-color: red;
    color: white;
    display: none
}

.operation-alert {
    padding: 10px;
    border: 1px solid #04B431;
    background-color: #04B431;
    color: white;
    display: none
}

.empty-grid-pools::before {
    padding: 1em;
    line-height: 3em;
    content: "No elastic pools were found.";
}

.empty-grid-clusters::before {
    padding: 1em;
    line-height: 3em;
    content: "No clusters were found.";
}

.empty-grid-cluster-backups::before {
    padding: 1em;
    line-height: 3em;
    content: "No backups were found.";
}

.move-btn {
    display: none
}

.empty-grid-dbs::before {
    padding: 1em;
    line-height: 3em;
    content: "No organization databases were found.";
}

#orgDbProvisionProgress {
    display: none
}

#triggeredDbProgress {
    display: none
}

#updateDbScheduleProgress {
    display: none
}

.create-alert {
    padding: 10px;
    border: 1px solid #E6E6E6;
    background-color: #E6E6E6;
    color: black;
    cursor: pointer
}

.create-alert-full {
    display: none
}

#moveDatabaseProgress {
    display: none
}

#deleteStatus {
    display: none
}

#resultSummary {
    display: none
}

#elLoader {
    display: none;
    height: 48px;
    width: 48px
}

.fa-red {
    color: red;
    font-weight: bold
}

/* Bootstrap 3 submenus */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
        }
