﻿@media (max-width: 768px) {
    .form-group .col-form-label {
        text-align: left !important;
    }
}

@media (min-width: 768px) {
    .form-group .col-form-label {
        text-align: right !important;
    }
}

@media (max-height: 640px) {
    .footer {
        display: none;
    }
}

.left {
    position: absolute;
}

.right {
    padding-left: 200px;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    clear: both;
    min-width: 100%;
}

html {
    font-size: 14px;
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    min-height: 400px;
    background-color: #f0f2f5;
}

.footer {
    position: fixed;
    padding-top: 15px;
    bottom: 15px;
    width: 100%;
    min-width: 500px;
    border-top: 1px solid #e5e5e5;
}

    .footer .container {
        width: 100%;
        text-align: center;
        user-select: none;
    }

.custom-navbar {
    background-color: #fff;
    left: 0px;
    margin-left: 0px !important;
    min-width: 756px;
    width: 100%;
}

    .custom-navbar .nav-item {
        height: 30px;
        margin: 10px;
        padding: 5px 20px !important;
        border-radius: 6px !important;
        text-align: center;
    }

    .custom-navbar .active {
        background-color: #0d6efd !important;
        color: white !important;
    }

.inner-title {
    margin: 10px 0px 10px 40px
}

.main-container {
    background-color: #ffffff;
    padding: 20px;
    margin: 0 40px;
    min-width: 689px;
}

    .main-container::after {
        content: '';
        display: block;
        clear: both;
    }

.form-group {
    position: relative;
}

    .form-group.row {
        /*        position: relative;*/
        margin-bottom: 20px !important;
    }

    .form-group .col-form-label {
        /*        text-align: right !important;*/
        min-width: 150px;
        line-height: 34px;
        text-align: right;
    }

    .form-group .btn-coustom-group {
        position: absolute;
        right: 10.5px;
        bottom: -10px;
    }

        .form-group .btn-coustom-group .btn {
            padding: 5px 20px;
        }

.btn-test {
    margin-right: 10px;
    border: 1px dashed #ddd !important;
}

    .btn-test:hover {
        border-color: #40a9ff !important;
        color: #40a9ff !important;
    }

    .btn-test:active {
        border-color: #0d6efd !important;
        color: #0d6efd !important;
    }

    .btn-test.testing {
        border: 1px dashed #40a9ff !important;
        color: #40a9ff !important;
    }

    .btn-test.succeeded {
        border-color: #198754 !important;
        color: #198754 !important;
    }

    .btn-test.failed {
        border-color: #dc3545 !important;
        color: #dc3545 !important;
    }

.btn-test-1 {
    border: 1px dashed #ddd !important;
}

    .btn-test-1:hover {
        border-color: #40a9ff !important;
        color: #40a9ff !important;
    }

    .btn-test-1:active {
        border-color: #0d6efd !important;
        color: #0d6efd !important;
    }

    .btn-test-1.testing {
        border: 1px dashed #40a9ff !important;
        color: #40a9ff !important;
    }

    .btn-test-1.succeeded {
        border-color: #198754 !important;
        color: #198754 !important;
    }

    .btn-test-1.failed {
        border-color: #dc3545 !important;
        color: #dc3545 !important;
    }

.main-content {
    width: 100%;
}

.tabs {
    /*flex: 1;*/
    box-sizing: content-box;
    max-width: 180px;
    border-right: 1px solid #eee;
    justify-content: space-around;
}

    .tabs li {
        list-style: none;
        padding-right: 40px;
        min-width: 160px;
        height: 50px;
        line-height: 50px;
        text-align: right;
        position: relative;
        right: -1px;
        cursor: pointer;
        user-select: none;
    }

        .tabs li:hover {
            color: #55b2ff !important;
            /* font-weight: 700;*/
            /*            padding-right: 38px;*/
            background: #f0f2f5 !important;
            /*            border-right: 2px solid #0d6efd;*/
        }

        .tabs li.li-normal {
            color: #000;
            border-right-style: none;
            padding-right: 40px;
            font-weight: 400;
        }

        .tabs li.li-active {
            color: #62b8ff;
            border-right: 2px solid #1890ff;
            padding-right: 38px;
            font-weight: 500;
        }

.tabs-content {
    padding-left: 50px;
}

.spinner {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    color: #55b2fe;
    border: 3px solid #55b2fe;
    border-radius: 50%;
    vertical-align: -10%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 30%, 0% 30%);
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.modal {
    display: flex;
    width: 600px;
    height: 100%;
    margin: 0 auto;
}

.modal-dialog {
    /*display: table-cell;
    vertical-align: middle;*/
    margin-top: 300px;
}
