﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    padding-bottom: 20px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

@media screen and (min-width: 1100px) {
    .container {
        max-width: 90%;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 85%;
    }
}

@media screen and (min-width: 1366px) {
    .container {
        max-width: 80%;
    }
}

@media screen and (min-width: 1440px) {
    .container {
        max-width: 75%;
    }
}

@media screen and (min-width: 1920px) {
    .container {
        max-width: 65%;
    }
}

@media screen and (min-width: 2560px) {
    .container {
        max-width: 55%;
    }
}

/*.body-content {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 5px;
}*/
.body-content {
    height: auto;
    background-color: #f5f5f5;
    padding-top: 1px;
    margin-bottom: 40px;
}

    .body-content .box {
        position: relative;
        display: block;
        background-color: #fff;
        padding: 20px 20px 20px 20px;
        margin: 20px 5px 10px 5px;
        height: 100%;
    }

        .body-content .box h2 {
            display: block;
            position: absolute;
            top: 5px;
            left: -5px;
            width: auto;
            font-size: 15px;
            font-weight: bold;
            height: 24px;
            line-height: 24px;
            color: #fff;
            padding: 0 10px;
            margin: 0;
            background-color: #2461d0;
        }

        .body-content .box .form {
            display: block;
        }

            .body-content .box .form .required:after {
                content: '*';
                color: #cc0000;
            }

            .body-content .box .form .row {
                padding-bottom: 5px;
                padding-top: 5px;
                line-height: 25px;
            }

                .body-content .box .form .row .dash {
                    position: absolute;
                    right: -2px;
                    top: 0;
                }

                .body-content .box .form .row input[type=text],
                .body-content .box .form .row input[type=password],
                .body-content .box .form .row select {
                    width: 100%;
                    height: 25px;
                    padding: 0 5px;
                    font-size: 12px;
                    line-height: 25px;
                    border: 1px solid #c9c9c9;
                    background-color: #fbfbfb;
                    padding-right: 0;
                }

                .body-content .box .form .row button,
                .body-content .box .form .row input[type=button],
                .body-content .box .form .row a.button,
                .body-content .box .form .row input[type=submit] {
                    display: block;
                    text-align: center;
                    width: 100%;
                    height: 32px;
                    border-radius: 4px;
                    border: 1px solid #fbfbfb;
                    color: white;
                    font-weight: 500;
                }

                .body-content .box .form .row textarea {
                    width: 100%;
                    resize: none;
                }

                .body-content .box .form .row label {
                    font-weight: normal;
                }

                .body-content .box .form .row button[class^=multiselect] {
                    display: block;
                    width: 100%;
                    min-height: 25px;
                    height: auto;
                    text-align: left;
                    padding: 0 25px 0 5px;
                    font-size: 14px;
                    line-height: 1.42857143;
                    color: #555;
                    background-color: #fff;
                    background-image: none;
                    border: 1px solid #ccc;
                    border-radius: 4px;
                    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
                    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
                    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
                    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
                    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
                }

                .body-content .box .form .row .buttonRow {
                    position: relative;
                    width: 80%;
                    margin-left: 10%;
                }

                    .body-content .box .form .row .buttonRow button.btn7 {
                        width: 10%;
                        margin: 5px 1.9%;
                    }

                .body-content .box .form .row input[type=radio] {
                    margin-right: 4px;
                    line-height: 15px;
                }
/*--------------------------------------------------------------*/

.table-chat {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

@media screen and (max-width: 600px) {
    .table-chat {
        width: 100%;
    }
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.min-padding {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.square-green {
    width: 20px;
    height: 20px;
    background: green;
    top: 45%;
    left: 40%;
    position: relative;
}

.square-red {
    width: 20px;
    height: 20px;
    background: red;
    top: 45%;
    left: 40%;
    position: relative;
}