/*
.container {
    border: 1px dotted red !important;
}
.row div {
    border: 1px dotted lime !important;
}
*/

.uprofile, .topsectionuser {
    background-color:transparent !important;
}
.topsectionuser a {
    color:white !important;
}
.uprofile a:hover {
    color: red !important;
}
.dropdown-menu {
    background-color:#010133;
}
div#wrapper {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: #113d63 revert top center;
    background-size: cover;
    background-image: url("/assets/img/fcb-prehled-2020_2021.jpg");
    /*color: white;*/
}

div#footerr {
    background-color: white;
}

div#footerr h4 {
    color: black !important;
}

a#logo-page {
    display: block;
    margin: 0px;
    padding: 1em;
}

a#logo-page img {
    width: 70%;
    max-width: 180px !important;
    transition: transform .2s;
    margin: 20px auto 0px auto;
    display: block;
}

a#logo-page:hover img {
    transform: scale(1.1);
}

.messages {
    color: white;
}

.message {

    padding: 0.8em;
    border-radius: 0.8em;
}

.message img {
    float: left;
    margin-right: 0.7em;
    margin-bottom: 0em;
    border-radius: 0.7em;
}

.message a,
#leftCol p a,
.digitalArchive a {
    color: white;
    font-weight: bold;
    border-bottom: 1px dotted white;
}

.message a:hover {
    border-bottom: none;
}

.message h3 a {
    border-bottom: none;
}

.message h3 {
    font-size: 1.25em;
    margin-top: 0px;
    margin-bottom: 0.5em;
}

.message .dateM {
    background-color: white;
    color: #113d63;
    padding: 0px 4px;
    border-radius: 6px;
}

.message p {

}

div#leftCol {
    /*background-color: #071d4c !important;*/
    /*border-right: 1px dotted white;*/
    min-height: 40em;
    background-color: #113d63;
    color: white;
}

#fanzona {

}

h2.headerM {
    color: #e7a163;
}

.headerMy {
    color: white !important;
    background-color: #4cae4c !important;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 1.2em;
}

div#leftCol h2 {
    color: #e7a163;
    font-size: 1.2em;
}

div#leftCol p img {
    max-width: 100% !important;
}

#fanzona p {
    color: white;
}

#login-form label {
    color: white;
}

#info {
    color: white;
}

body {
    background-color: #272727;
}

#content-wrap {
    background-color: #113d63;
}

#footer {
    background-color: #272727;
    color: white;
}

.btn-facebook {
    background-image: linear-gradient(#4e69a2, #3b5998 50%) !important;
    border: 1px solid #133783 !important;
    color: white !important;
    min-width: 150px;
}

.btn-facebook:hover {
    background-image: linear-gradient(#4e69a2, #3b5998 50%) !important;
    border: 1px solid #133783 !important;
}

.btn-google {
    background-color: #c33219 !important; /* fallback color */
    background: -moz-linear-gradient(top, #e64522, #c33219 50%) !important;
    background: -ms-linear-gradient(top, #e64522, #c33219 50%) !important;
    background: -webkit-linear-gradient(top, #e64522, #c33219 50%) !important;
    border: 1px solid #c33219 !important;
    color: white !important;
    min-width: 150px;
}

.btn-google:hover {
    background-color: #c33219 !important; /* fallback color */
    border: 1px solid #c33219 !important;
}

.btn-tl {
    color: #fff;
    background-color: #F76383 !important;
    border-color: #F95B7D !important;
}

.btn-tl:hover {
    color: #fff;
    background-color: #EF597A !important;
    border-color: #F95B7D !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

@media (max-width: 575.98px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

@media (max-width: 767.98px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

@media (max-width: 991.98px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

@media (max-width: 1199.98px) {

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
