﻿body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #212529;
    background-color: #f5f2f1;
    font-size: 0.875rem;
}

html.inline body {
    background: none;
}

.header {
    position: static;
}

.header-logo {
    width: 125px;
}

.container-narrow {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 5px;
    position: relative;
}

.footer-minimal {
    padding: 5px 15px;
    border-top: 1px solid #ddd;
}

input.input-validation-error {
    border-color: #f74c3f;
}

.validation-summary {
    display: none;
}

.validation-summary.validation-summary-errors {
    display: block;
}

.validation-summary.validation-summary-errors ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.row.col-padding>div[class^="col-"] {
    padding: 5px 0;
}

.recovery-codes {
    max-width: 400px;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

.recovery-codes>li.code {
    display: inline-block;
    width: 48%;
    text-align: center;
    line-height: 2em;
}

.header {
    background-color: #517770;
    height: 50px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .4);
}

.brand {
    color: #fff;
    display: flex;
    gap: .5rem;
    align-items: center;
    user-select: none;
    font-size: 1.125rem;
    text-decoration: none;
}

    .brand:hover {
        color: #fff;
    }

    .brand svg.logo {
        height: 18px;
        width: auto;
        fill: currentColor;
    }

    .brand .logo-divider {
        border-right: 1px solid #fff;
        height: 0.75rem;
        opacity: .75;
        font-size: 12px;
        color: #fff;
    }

#main .block {
    padding: 15px;
}

#wrap {
    margin-top: 45px;
    background: none;
    z-index: 1;
    position: relative;
    margin-left: 0;
}

#wrap.wrap-blank {
    margin-left: 0;
    margin-top: 103px;
    margin-bottom: 30px;
}

#clutureWhiteId>* {
    background-color: white;
    color: #6C757D
}

.colorLightGray {
    color: lightgray;
}

html.no-inline h1,
html.no-inline h2,
html.no-inline h3,
html.no-inline h4,
html.no-inline h5,
html.no-inline h6,
html.no-inline .h1,
html.no-inline .h2,
html.no-inline .h3,
html.no-inline .h4,
html.no-inline .h5,
html.no-inline .h6 {
    font-weight: 500;
}

html.inline .table-responsive {
    border: none;
}

.form-group {
    margin-bottom: 0.7rem;
}

/* Flags */
.flag.flag-selected {
    pointer-events: none;
}

.flag>img {
    display: inline-block;
    height: 27px;
    opacity: .5;
}

.flag.flag-selected>img {
    -ms-opacity: 1;
    opacity: 1;
}

/* Modal */
.modal {
    top: 5% !important;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

.modal-backdrop {
    display: none;
}

.icon-disabled {
    opacity: 0.3
}

.word-break {
    white-space: normal;
}

/* Centers values in selector dropdown */
.selector-centred {
    text-align-last: center;
}

.control-span {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    display: inline-block;
}

/* icon on buttons */
.fa-fw {
    text-align: center;
    margin-left: -5px;
    width: 1.75em;
}

.btn .svg-inline--fa {
    margin: 0px 5% 0px 0px;
}

h2+hr,
h4+hr {
    margin-top: 1px;
}

h2,
h4 {
    margin-bottom: 5px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

label {
    display: inline-block;
}

/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    margin: 0.2em;
    padding: 0 34px 0 46px;
    border: none;
    text-align: center;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 14px;
    color: #FFF;
    width: 10em;
    width: -webkit-fill-available;
}

.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}

.loginBtn:focus {
    outline: none;
}

.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}


/* Facebook */
.loginBtn--facebook {
    font-family: "Roboto", Roboto, arial, sans-serif;
    background-color: #4C69BA;
    border-radius: 4px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
}

.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('/images/sign-in/f-logo.png') 6px 6px no-repeat;
}

.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.loginBtn--google {
    font-family: "Roboto", Roboto, arial, sans-serif;
    background: white;
    color: black;
    border-radius: 4px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
}

.loginBtn--google:before {
    border-right: #dbd2d2 1px solid;
    background: url('/images/sign-in/g-logo.png') 6px 6px no-repeat;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
    background: #FFFFFF;
    background-image: linear-gradient(#f7f7f7, #FFFFFF);
}

/* Twitter */
.container-twitter {
    margin: 35px auto !important;
    padding: 0px !important;
    max-height: 600px;
    text-align: center;
}