﻿.form-kms {
}

    .form-kms .control-label {
        text-align: right;
        color: #fff;
        background-color: #007799;
        padding-left: 10px;
        padding-bottom: 8px;
    }

    .form-kms .form-control {
        max-width: none;
        width: 100% !important;
    }

    .form-kms

    .form-kms .btn-default:hover {
        color: #fff !important;
    }

.well.well-border {
    border: solid 1px black;
}

.bs-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    border-radius: 8px !important;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .bs-btn.btn-danger {
        background-color: #891e1e;
    }

    .bs-btn.btn-default {
        background-color: lightgrey;
        color: #007799 !important;
    }

#session-expiring-modal .btn {
    max-width: unset;
    min-width: unset;
    width: auto;
}