@charset "utf-8";

html, body {
    color: rgba(0, 0, 0, 0.65);
	background-color:white;
	background:none;
}

a {
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none;
}

a:hover {
    color: rgba(0, 0, 0, 0.65);
    text-decoration: underline;
}

.bg-blue {
	background-color:rgba(0, 0, 139, 1);
}

.color-green {
    color: rgba(35, 140, 35, 1);
    font-weight: bold;
}

.color-red {
    color: rgba(180, 35, 35, 1);
    font-weight: bold;
}

.color-grey {
    color: rgba(115, 130, 145, 1);
    font-weight: bold;
}

#content > .row {
    margin-bottom: 2rem;
}
#navigation-container {
    margin: 0;
}

#navigation-container > div  {
    padding: 0;
}
#navigation {
    padding: 0.5rem 0;
}

#navigation i {
	font-size:1.7rem;
}

.navbar {
	margin:0;
}

nav hr {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.navbar-dark .navbar-nav .nav-link,
.nav-link,
.navbar-dark .navbar-nav .nav-link:visited  {
	color: rgba(255, 255, 255, 0.5);
}

.nav-link:hover {
	color: rgba(255, 255, 255, 1);
}

.navigation-brand {
	margin-left:-2rem;
}

.btn-nav-toogle {
    padding: 0.3rem 0.5rem;
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.25);
    margin: 0 -1rem 0 0;
    margin: 0 0 0 0;
}

.btn-nav-toogle:focus {
    box-shadow: none;
}

.btn-nav-toogle:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
}


h1, h2, h3, h4, h5 {
    color: rgba(0, 0, 0, 0.75);
}

h1, .display-4 {
	padding:0;
	margin:0;
	margin-top:3rem;
	margin-bottom:1rem;
	font-size:3rem;
	/*border-top:1px solid rgba(240, 240, 240, 1);*/
}

.text-disabled {
    color: rgba(0, 0, 0, 0.1);
}



.table-vote-details {
}


.table-vote-details th,
.table-vote-details td {
    white-space: nowrap;
    border: 1px solid rgba(222, 226, 230, 1);
}

.table-vote-details th {
    text-align: center;
}

.table-vote-details th:first-child {
    border-top: none;
    border-left: none;
}

.table-vote-details tbody tr:hover {
    border-top: 1px solid rgba(0,0,0,1);
}

.bg-vote-correct {
    background-color: rgba(200, 255, 200, 1);
}

.bg-vote-difference {
    background-color: rgba(200, 255, 255, 1);
}

.bg-vote-tendency {
    background-color: rgba(225, 255, 255, 1);
}

.bg-vote-wrong {
    background-color: rgba(255, 200, 200, 0.75);
}

.bg-vote-none {
    background-color: rgba(200, 200, 200, 0.25);
}


#location ol {
	background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.75rem;
    padding: 0.5rem 0;
}

#location a {
    rgba(0, 0, 139, 0.5);
    text-decoration: none;
}

.card-quick-links a {
    background-color: transparent;
    display: block;
}
.card-quick-links > .card-header
{
    background-color: rgba(0, 0, 139, 0.85);
    color: white;
    padding: 0.25rem 0.5rem;
}

.card-quick-links > .card-header a {
    color: rgba(255, 255, 255, 0.85);
}

.card-quick-links > .card-header a:hover {
    color: rgba(255, 255, 255, 1);
}

.card-quick-links li.list-group-item {
    color: rgba(255, 255, 255, 1);
    padding: 0.25rem 0.5rem;
}

.card-quick-links li.list-group-item:hover {
    background-color: rgba(128, 128, 128, 0.125);
}

@media (min-width: 768px) {
    #tippoff-quick-links {
        margin-bottom: 3rem;
    }
}


@media (max-width: 767.98px) {
    .card-quick-links {
        margin-bottom: 2rem;
    }
}

.statistic-list-row {
    margin-bottom: 3rem;
}

.statistic-list button {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.5rem;:
}

.statistic-list a.anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

#teamsModal a,
#userModal a {
    display: block;
    cursor: pointer;
}

#teamsModal a:not(.has-items),
#userModal a:not(.has-items) {
    color: rgba(128, 128, 128, 0.25);
    cursor: default;
}

ul.quick-links {
    list-style: none;
    margin: 0;
    padding: 0 0 3rem 0;
}

ul.quick-links li {
}


ul.quick-links a {
	font-size: 1rem;
    margin:0;
    padding: 0.1rem 0.4rem;
    display: inline-block;
}

ul.quick-links a.active {
	background-color: rgba(0, 0, 139, 0.85);
    border: 1px solid rgba(0, 0, 139, 0.85);
}

.table .thead-light th {
    background-color:rgba(0, 0, 139, 0.85);
    color: rgba(255, 255, 255, 0.75);
}

.table td {
    white-space: nowrap;
}

.table-vote tr[class="dummy-row"] td {
    height:3em;
    border:none;
}

.table-vote th {
    background-color:rgba(0, 0, 139, 0.1);
    color: rgba(0, 0, 0, 0.5);
}

/* INPUT Elements */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"]
{
    width: 100%;
    height: 2rem;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0.5rem;
}

input:disabled, input[readonly] {
    border: none;
    background-color: #e9ecef;
    opacity: 0.85;
}

input:focus, input.focus {
  border-color: rgba(0, 0, 139, 0.2);
  border-radius: 0.25rem;
}

input:not(:disabled):not(.disabled):active, input:not(:disabled):not(.disabled).active,
.show > input.dropdown-toggle {
  color: #fff;
  border-color: rgba(0, 0, 139, 0.2);
  border-radius: 0.25rem;
}

input:not(:disabled):not(.disabled):active:focus, input:not(:disabled):not(.disabled).active:focus,
.show > input.dropdown-toggle:focus {
  box-shadow: none;
}

input[type="text"].is-invalid,
input[type="password"].is-invalid,
input[type="email"].is-invalid {
    border-color: rgba(220, 53, 69, 1);
}

input[type="file"] {
    font-size: 0.85em;
}


input[type="number"] {
    width: 3.5rem;
    height: 2rem;
}

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    content: "\e835";
    cursor:pointer;
    color: rgba(0, 0, 139, 1);
    vertical-align: middle;
    margin-right: 0.25rem;
}

input[type="checkbox"]:checked + label::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    content: "\e834";
    color: rgba(0, 0, 139, 1);
    cursor:pointer;
    vertical-align: middle;
    margin-right: 0.25rem;
}

.lblCheckbox span{
}

/* ########################################################################## */

/* TippOff Button */

.btn-tippoff {
  color: #fff;
  background-color: rgba(0, 0, 139, 0.75);
  border-color: rgba(0, 0, 139, 0.5);
}

.btn-tippoff:hover {
  color: #fff;
  background-color: rgba(0, 0, 139, 1);
  border-color: rgba(0, 0, 139, 0.75);
}

.btn-tippoff:focus, .btn-tippoff.focus {
  box-shadow: none;
  background-color: rgba(0, 0, 139, 1);
  border-color: rgba(0, 0, 139, 0.75);
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 139, 0.2);
}

.btn-tippoff.disabled, .btn-tippoff:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-tippoff:not(:disabled):not(.disabled):active, .btn-tippoff:not(:disabled):not(.disabled).active,
.show > .btn-tippoff.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 139, 1);
  border-color: rgba(0, 0, 139, 0.75);
}

.btn-tippoff:not(:disabled):not(.disabled):active:focus, .btn-tippoff:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/* ########################################################################## */

#first {
    display: inline-block; !important;
    clear:none;
}

.img-thumbnail {
	background-color:rgba(64, 0, 0, 0.1);
}

.modal td.current-day {
    background-color: rgba(0, 0, 139, 0.5);
    color: white;
}

a[data-target="#DaySelection"] {
    cursor: pointer;
}

#DaySelection .modal-sm {
    padding:0;
}

#DaySelection td {
    padding: 0;
    margin: 0;
}
#DaySelection td a {
    display:block;
    padding: 1rem 1rem;
    text-align: center;
}

.login-form .row {
    margin-bottom: 1.5rem;
}

/* Form Settings */

.form-settings .card
{
    margin-bottom: 4rem;
}

.form-settings .card .form-row
{
    margin-bottom: 1.5rem;
}

.form-settings .card .form-row:last-child
{
    margin-bottom: 0;
}

.form-settings .form-row label
{
    font-size: 0.9rem;
}

.avatar_preview {
	width:150px;
	height:150px;
	background-color:rgba(0, 0, 139, 0.85);
	background-position: center center;
	background-repeat: no-repeat;
}

/* ########################################################################## */

@media (max-width: 767.98px) {
    .hide-below-md {
        display: none;
    }

    #DaySelection .modal-sm {
        width: 95%;
    }

    #DaySelection td a {
        padding: 0.75rem 0.5rem;
    }

    .table-vote input[type="number"] {
        width: 2.5rem;
        height: 1.6rem;

    }

    input[type="text"],
    input[type="password"] {
        /*width: 20rem;*/
        height: 2rem;
    }

}
