﻿html {
    background-color: #f0f3f4;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.42857143;
    color: #58666e;
    background-color: transparent;
    overflow-x: hidden;
}

#loginContainer {
    width: 560px !important;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 5px 5px 8px #888;
    margin-top:20px;
}

@media (max-width: 767px) {
    #loginContainer {
        width: 300px !important;
    }
}

#pageSpinner {
    position: fixed;
    top: 40%;
    width:100%;
    text-align: center;
    z-index: 10000;
}

#pageSpinner i {
    font-size: 100px !important;
}

#loginContainer, #loginContainer a {
    color: white !important;
}

#loginContainer {
    min-height: 300px;
}

.app {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
}

.app-header-fixed {
    padding-top: 50px;
}

    .app-header-fixed .app-header {
        position: fixed;
        top: 0;
        width: 100%;
    }

.app-header {
    z-index: 1025;
    border-radius: 0;
}

.app-aside {
    float: left;
}

    .app-aside:before {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
        width: inherit;
        background-color: inherit;
        border: inherit;
        content: "";
    }

.app-aside-right {
    padding-bottom: 50px;
}

.app-content {
    height: 100%;
}

.app-content:before,
.app-content:after {
    display: table;
    content: " ";
}

.app-content:after {
    clear: both;
}

.navbar-brand, .navbar-brand:hover, .navbar-brand:focus {
    color: white;
}

.main-brand {
    font-size: 32px;
    color: white;
    margin-bottom: 24px;
    display: none !important;
}

.m-t {
    margin-top: 15px;
}

.btn-block {
    padding-right: 12px;
    padding-left: 12px;
}

#loginContainer .list-group-item {
    background-color: transparent !important;
    border-color: transparent !important;
}

.list-group-sm .list-group-item {
    padding: 6px 10px;
}

.block {
    display: block;
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 0 20px;
    line-height: 50px;
    text-align: center;
}

.main-brand {
    font-size: 32px;
    color: white;
    margin-bottom: 24px;
}

.lang-selector {
    position: absolute;
    top: 0;
    z-index: 10000;
    right: 8px;
    top: 16px;
    color: white;
}

.lang-selector > div {
    display: inline-block;
    padding:3px;
    border-radius: 4px;
}

.lang-selector > div.selected {
    background-color: orange;
}

#loginContainer .logo-image {
    text-align: center;
}

#loginContainer .logo-image img {
    margin-top: 20px;
    width: 192px;
    height: 192px;
}

#loginContainer .btn-info {
    background-color: white !important;
    color: black !important;
    border-color: #991113 !important;
    max-width:150px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.lang-selector a {
    padding: 4px;
    border-radius: 3px;
    width: 28px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.lang-selector a:hover {
    text-decoration: none !important;
}

.btn-container {
    text-align: center;
}

.list-group-item label {
    font-weight: normal;
    font-size: 80%;
    margin-bottom: 1px;
    display: none;
}

label.switch {
    display: inline-block;
}

label.switch-label {
    display: inline-block;
    position: relative;
    top: 8px;
    left: 4px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

input:checked + .slider {
    background-color: orange;
}

#btnRecover {
    width: fit-content !important;
    max-width: fit-content !important;
}
