#loading {
    text-align: center;
    font-size: 300px;
}

#account img {
    margin-top: -4px;
    margin-right: 4px;
    width: 24px;
    height: 24px;
}

/* Main stats up of screen */
#main-stats {
    background-color: #fdfdfd;
    border-bottom: 1px solid #efeef3;
}

#main-stats .stats-row {
    box-shadow: inset -1px 0px 5px 2px #f9f9f9;
    margin: 0;
}

#main-stats .stat {
    text-align: right;
    padding: 25px 0px 30px 0px;
    border-right: 1px solid #e8e9ee;
    position: relative;
    box-shadow: 1px 0px 0px 0px white;
}

#main-stats .stat.last {
    border-right: 0px;
}

#main-stats .stat .data {
    color: #29323a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding-right: 50px;
}

#main-stats .stat .data .number {
    color: #008BC0;
    font-size: 32px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -10px;
    margin-bottom: -2px;
    display: inline-block;
}

#main-stats .stat .details {
    color: #b4b8bb;
    font-weight: lighter;
    font-family: 'Lato', 'Open Sans';
    font-style: italic;
    font-size: 13px;
    position: absolute;
    right: 0;
    padding-right: 50px;
}

#flash {
    float: left;
    position: relative;
    left: 90px;
    top: 6px;
    background-color: #004A7C;
    padding: 7px 15px;
    border-radius: 6px;
    color: white;
}

.section {
    border-top: 1px solid #edeff1;
    margin-top: 100px;
    padding-top: 45px;
    box-shadow: inset 0px 3px 4px -1px #fafafa;
}

/* Stats chart */
#statsChart {
    /* height: 250px; */
    margin-bottom: 65px;
}

/* specific chart styles */
.legendLabel {
    font-size: 12px;
    font-family: "Open Sans", Arial;
    color: #9da3a9;
}

.knobs {
    text-align: center;
    margin-bottom: 50px;
}

.row-spacer {
    margin-bottom: 50px;
}

.knobs .fa-globe {
    font-size: 165px;
    color: #008BC0;
    margin-bottom: -5px;
    margin-top: -10px;
}

/* UI elements section */
#pad-wrapper .ui-elements h4 {
    margin-bottom: 35px;
}

#pad-wrapper .ui-elements .ui-sliders {
    margin-top: 10px;
    margin-bottom: 50px;
}

#pad-wrapper .ui-elements .ui-sliders .ui-slider.slider-sample2, #pad-wrapper .ui-elements .ui-sliders .ui-slider.slider-sample3 {
    margin-top: 20px;
}

#pad-wrapper .ui-elements .ui-group {
    margin-top: 35px;
}

#pad-wrapper .ui-elements .ui-group > * {
    margin-right: 5px;
    margin-bottom: 5px;
}

#pad-wrapper .ui-elements .knobs {
    overflow: auto;
}

#pad-wrapper .ui-elements .knob-wrapper {
    float: left;
}

#pad-wrapper .ui-elements .knob-wrapper .knob {
    box-shadow: none;
}

#pad-wrapper .ui-elements .knob-wrapper .info {
    position: relative;
    top: -20px;
}

#pad-wrapper .ui-elements .knob-wrapper .info .param {
    color: #9da3a9;
    text-align: center;
}

#pad-wrapper .ui-elements .knob-wrapper .info .param .line {
    background-color: #c4cdd8;
    height: 3px;
    width: 25px;
    display: inline-block;
    margin-right: 10px;
}

#pad-wrapper .ui-elements .knob-wrapper .info .param .line.blue {
    background-color: #30a1ec;
}

#pad-wrapper .alert {
    margin-bottom: 30px;
}

#pad-wrapper .alert>i {
    font-size: 28px;
}

#pad-wrapper .alert .btn {
    vertical-align: baseline;
    margin-left: 20px;
}

/* table sample below */
.table-products {
    width: 100%;
}

.table-products .filter-block {
    margin-bottom: 34px;
}

.table-products .filter-block .ui-select {
    margin-right: 20px;
    top: 1px;
    height: 24px;
    width: 150px;
}

.table-products .filter-block .search {
    margin: 0 60px 0 0;
}

.table-products .filter-block .new-product {
    padding: 4px 14px;
}

.table-products .table tr.first td {
    border-top: 0 none;
}

.table-products .table td.description {
    vertical-align: middle;
    color: #516372;
}

.table-products .table td a {
    text-decoration: underline;
    margin-top: 6px;
    display: inline-block;
}

.table-products .table th input[type="checkbox"] {
    margin-top: 4px;
}

.table-products .table input[type="checkbox"] {
    float: left;
    margin-top: 11px;
    margin-right: 23px;
}

.table-products .table .img {
    height: 31px;
    float: left;
    background: white;
    width: 31px;
    border: 1px solid #dfe4eb;
    text-align: center;
    cursor: pointer;
    margin-right: 23px;
}

.table-products .table .img img {
    margin-top: 4px;
}

.table-products .table ul.actions {
    margin: 5px 0 0 0;
    padding: 0;
    float: right;
}

.table-products .table ul.actions li {
    display: inline;
    border-right: 1px solid #d0dde9;
    padding: 5px 6px 0px 3px;
}

.table-products .table ul.actions li.last {
    border: 0 none;
}

.table-products .table ul.actions i {
    cursor: pointer;
    opacity: 0.6;
    transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
}

.table-products .table ul.actions i:hover {
    opacity: 1;
}

.table-products .label {
    position: relative;
}

.table-products .pagination {
    float: right;
    margin-top: 35px;
}

/* responsive */
@media (max-width: 768px) {
    #main-stats {
        margin-left: -15px;
        margin-right: -15px;
    }

    #pad-wrapper .ui-elements .knobs {
        text-align: center;
    }

    #pad-wrapper .ui-elements .knobs .knob-wrapper {
        float: inherit;
    }

    #pad-wrapper .ui-elements .showcase {
        text-align: center;
    }

    #pad-wrapper .table-products .table .img {
        display: none;
    }

    #pad-wrapper .table-products .table input[type="checkbox"] {
        margin-right: 10px;
    }

    #pad-wrapper .table-products .table .label {
        display: none;
    }
}

@media (max-width: 979px) {
    #main-stats .stat .data {
        padding-right: 17px;
    }

    #main-stats .stat .data .number {
        font-size: 18px;
    }

    #pad-wrapper .knob-wrapper .info {
        display: none;
    }

    .pointer {
        top: 5%;
    }

    .table-products .head {
        margin-bottom: 20px;
    }
}

@media (min-width: 980px) {
    #pad-wrapper .ui-elements .knob-wrapper + .knob-wrapper {
        margin-left: 5px;
    }
}

@media (min-width: 1200px) {
    #pad-wrapper .ui-elements .showcase {
        width: 53%;
    }

    #pad-wrapper .ui-elements .knob-wrapper + .knob-wrapper {
        margin-left: 35px;
    }
}

.alert>i {
    font-size: 20px;
}

#login {
    text-align: center;
}

#login #login-logo {
    padding-top: 50px;
    padding-bottom: 30px;
}

#login #login-with {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 400;
}

#login .btn {
    font-size: 20px;
    color: #000000;
    border-radius: 7px;
    border-color: #cccccc;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
}

#login .btn i {
    font-size: 24px;
}

#login-right p {
    margin-top: 60px;
    margin-left: 100px;
}

#acceptTerms {
    margin: auto;
    padding-top: 70px;
    padding-bottom: 100px;
}

#acceptTerms #hello {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
}

#acceptTerms #consentForm {
    max-width: 320px;
    margin: auto;
}

#acceptTerms #getstarted {
    text-align: center;
    margin-top: 40px;
}

#awsAccount {
    margin: auto;
    padding-top: 70px;
    padding-bottom: 100px;
}

#awsAccount #title {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
}

.note {
    font-size: 12px;
}

label .note {
    font-weight: 400;
}

#awsAccount #consentForm {
    width: 600px;
    margin: auto;
}

#awsAccount .setup-step {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
}

#awsAccount .overview-img {
    text-align: center;
}

#awsAccount .setup-img {
    width: 600px;
}

#awsAccount .setup-img-top {
    margin-top: -13px;
}

#awsAccount textarea {
    width: 600px;
    height: 122px;
    font-size: 10px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    margin-bottom: 4px;
    padding-top: 4px;
    padding-left: 4px;
    border: 1px solid;
}

#awsAccount textarea #policy-beginner {
    border-width: 4px;
    border-color: #267F00;
}

#policy-container {
    position: relative;
    float: left;
}

#policy-copy {
    position: absolute;
    right: 0;
    top: 0;
}

#policy-copy a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#policy-advanced {
    height: 170px;
    font-size: 10px;
    color: #888888;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    padding: 5px;
}

#awsAccount #connect {
    text-align: center;
    margin-top: 40px;
}

.getStarted .step {
    margin-bottom: 20px;
}

.getStarted .todo {
    color: #6e829b;
}

.getStarted .current {
    color: #33455a;
    font-weight: 600;
}

.getStarted .completed {
    color: #6e829b;
    text-decoration: line-through;
}

.getStarted .completed .stepTitle {
    text-decoration: line-through;
}

.getStarted .stepStatus {
    font-size: 40px;
    display: inline-block;
    vertical-align: sub;
}

.getStarted .stepTitle {
    margin-left: 5px;
    font-size: 24px;
    line-height: 60px;
    display: inline-block;
}

.getStarted .stepInfo {
    margin-left: 63px;
}

.getStarted .stepDetails {
    margin-left: 60px;
}
.form-inline .form-group {
    margin-bottom: 10px;
}
.form-inline .form-control input[type = 'number'] {
    width: 100px;
    padding-right: 6px;
}
.modal-dialog .modal-content {
    background-color: #f7f7f7;
    overflow: hidden;
}

.modal-dialog .modal-body {
    background-color: #ffffff;
}

.modal-dialog .modal-body:before {
    font-family: FontAwesome;
    position: absolute;
    top: -60px;
    left: -70px;
    font-size: 300px;
    color: lightblue;
    transform: rotate(15deg);
}

.modal-dialog h6 {
    font-style: italic;
}

.modal-dialog ul:not(.nav):not(.rz-ticks) {
    padding-left: 20px;
}

.modal-dialog .nav-large>.nav>li>a, .modal-dialog .nav-large>.nav>li>a:focus, .modal-dialog .nav-large>.nav>li.active>a:hover {
    font-size: 24px;
    border-width: 4px;
    margin-left: -2px;
    margin-right: -2px;
}

.modal-dialog .nav-large>.nav>li:not(.active)>a {
    background-color: #f4f4f4;
    color: #888;
}

.modal-dialog .nav-large>.nav>li.active>a {
    z-index: 100;
}

.modal-dialog .nav-large>.nav>li.active>a i {
    color: #008BC0;
}

.modal-dialog .nav-large>.nav {
    margin-bottom: 15px;
}

.create-app-modal .modal-dialog,
.create-app-advanced-modal .modal-dialog {
    width: 720px;
}

#create-app-modal .modal-body:before,
#create-app-advanced-modal .modal-body:before {
    content: "\f013";
}

#destroy-app-modal .modal-body:before,
#delete-env-modal .modal-body:before {
    color: #FFCCCC;
    content: "\f1f8";
}

.delete-account-modal .modal-dialog {
    width: 400px;
}

.kill-app-modal .modal-dialog {
    width: 400px;
}
#kill-app-modal .modal-body:before {
    color: #FFCCCC;
    content: "\f00d";
    top: -25px;
    font-size: 100px;
    transform: initial;
    left: 30px;
}

#email-modal .modal-body:before {
    content: "\f003";
    font-size: 140px;
    left: 0;
    top: -25px;
}

#aws-account-id {
    margin-top: -20px;
    margin-bottom: 30px;
}

pre.prettyprint {
    padding: 9px;
    border-color: #cccccc;
}

.client-credentials-modal .modal-dialog {
    width: 700px;
}

#instances #pad-wrapper .alert {
    margin-top: -30px;
}

#billing #pad-wrapper .alert .btn {
    margin-top: 5px;
    margin-left: 35px;
}

#billing .rowspace {
    margin-top: 50px;
}

#billing .feature {
    white-space: pre-wrap;
}

.price {
    font-size: 20px;
}

.price-cents {
    vertical-align: super;
    font-size: 50%;
}

.price-month {
    font-size: 12px;
}

.yourplan {
    display: block;
    padding-top: 7px;
    height: 30px;
    color: #666;
}
.rightalign {
    text-align: right;
}

.buy-plan-modal .modal-dialog {
    width: 520px;
}

#nextCycleAlert {
    color: #666;
}

.app-up {
}

td.app-down {
    background-color: #D84747;
    color: #f1f1f1;
}

.animFade {
    transition: all 1s ease;
    opacity: 0;
}

.scale-app-modal .modal-dialog {
    width: 580px;
}

.scale-db-modal .modal-dialog {
    width: 580px;
}

#reset-db-password-modal .modal-body:before {
    content: "\f1da";
    transform: rotate(0deg);
    top: -20px;
    left: 15px;
    font-size: 200px;
}

.run-app-modal .modal-dialog {
    width: 650px;
}

#run-app-modal .modal-body:before {
    content: "\f135";
    transform: rotate(0deg);
    top: -10px;
    font-size: 240px;
    left: -20px;
}

.configure-app-modal .modal-dialog {
    width: 700px;
}

#configure-app-modal .modal-body:before {
    content: "\f0ad";
    transform: rotate(0deg);
    top: -110px;
    font-size: 500px;
    left: 60px;
    color: #E5F4FF;
}

#task-messages {
    white-space: pre-wrap;
}

#task-messages span:last-of-type {
    font-weight: bold;
}

.help {
    float: right;
    margin-right: 15px;
    margin-top: 6px;
}

.help a {
    font-size: 14px;
    margin-left: 15px;
}

.clickable {
    cursor: pointer;
}

rzslider .rz-pointer {
    top: -6px;
    width: 16px;
    height: 16px;
    background-color: #008BC0;
}

rzslider .rz-pointer:after {
    display: none;
}

.boxfuse-image {
    float: left;
    display: block;
    border: 8px darkgreen solid;
    background-color: green;
    color: white;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    text-align: center;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 70%;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-top: 10px;
    cursor: pointer;
}

.boxfuse-image:hover {
    filter: brightness(85%);
    color: white;
    text-decoration: none;
    background-color: #009000;
    border-color: #007000;
}

.boxfuse-image-selected {
    background-color: #005000;
    border-color: #003000;
}

.boxfuse-image-selected:hover {
    background-color: #006000;
    border-color: #004000;
}

.boxfuse-image strong {
    margin-left: -10px;
    margin-right: -10px;
    display: block;
}

.boxfuse-image span {
    display: block;
    margin-top: -5px;
    font-size: 60%;
    max-width: 100%;
}

.boxfuse-image .boxfuse-image-env {
    display: inline-block;
    border: 2px saddlebrown dotted;
    background-color: chocolate;
    font-weight: bold;
    padding: 4px;
    font-size: 10px;
    position: relative;
    top: 10px;
    margin-top: -2px;
    margin-left: -14px;
    margin-right: -14px;
}