﻿
body {
    margin-top: 30px;
}

#loader {
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0.6;
    display: none;
    background-color: black;
    z-index: 2000;
}

#loader img {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
}

.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.setup-content {
    border-radius: 0px;
    border : 0px;
}

.setup-border0 {
    border-radius: 0px;
    border: 0px;
}

.panel-heading {
    border-radius: 0px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
            filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 0px;
}

.box-shadow-linear-gradient {
    /*margin-left: 20px;
    -webkit-box-shadow: -3px 5px 14px 2px rgba(0,0,0,1);
    -moz-box-shadow: -3px 5px 14px 2px rgba(0,0,0,1);
    box-shadow: -3px 5px 14px 2px rgba(0,0,0,1);
    max-width: 900px;*/
    padding: 17px;
    color: white;
    font-size: 12px;
    background-color: #222c31 !important;
    /*background: rgb(153,153,153);
    background: linear-gradient(90deg, rgba(153,153,153,1) 0%, rgba(91,95,97,1) 100%);*/
}

.table-max-width-1200 {
    max-width: 1200px;
}

.btn-standard-tcs {
    padding: 6px 22px 6px 22px;
    border-radius: 0px;
    background-color: #222c31;
    border: 1px solid #222c31 !important;
    color: white;
}

    .btn-standard-tcs:hover {
        padding: 6px 22px 6px 22px;
        border-radius: 0px;
        background-color: #373735;
        border-color: #373735;
        color: white;
    }

.license-img {
    float: right;
    margin-top: -15px;
}

.license-container-width {
    width: 550px;
}

.license-container-width-ex {
    width: 650px;
}

.padding-left {
    padding-left: 20px;
}

.license-key-input {
    width: 300px;
    text-align: center;
}

.err-msg {
    color: red;
}

.modal-header {
    background: linear-gradient(90deg, rgba(253,153,153,1) 0%, rgba(191,95,97,1) 100%);
    background-color: rgb(255, 0, 51);
    padding: 10px;
}

.modal-footer-mod {
    margin: 0px;
    padding: 7px;
}

.steps-header {
    margin: 0px;
    border: 0px;
}

.table > .table-header {
    background-color: #212529;
    color: white;
}

.spec-step-red {
    color: red;
}

.spec-term-table {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

.spec-form-gr {
    padding-top: 12px;
    margin-bottom: 0px;
}

.spec-form-gr-4 {
    padding-top: 4px;
    margin-bottom: 0px;
}

.spec-mleft {
    margin-left: 250px;
}

.spec-mleft-300 {
    margin-left: 300px;
}

.spec-p18 {
    padding: 18px;
}