/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

.table-bordered > thead > tr > th {
    border: 1px solid #dadada;
}
.table-bordered > thead > tr > td {
    border: 1px solid #dadada;
}

/* Header begins */

.logo-container>img {
  max-height: 110px;
}

.navbar{
    border-bottom: 1px solid #38414D;
    box-shadow: 0 2px 4px #38414d;
}

[data-bs-target='#language-dropdown'] {
    border: 1px solid #091C2D !important;
    background-color: #26374a !important;
    color: #FFFFFF !important;
    border-radius: 0.25rem;
}

@media (min-width: 768px){
    .navbar-nav > li > .dropdown-menu {
        max-height: 50vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
}
.navbar-nav .dropdown-item { white-space: normal; }

/* Header ends */

/* Buttons begins */

.btn-primary {
    color: #fff;
    background-color: #1570EF;
    border-color: transparent;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0c589c;
    border-color: #0b5190;
}

.button-item {
    background-color: transparent;
    color: #1d2125;
    border: 1px #1d2125 solid;
}

.button-item > label{
    cursor: pointer;
}

/* Buttons ends */

/* Questions begins */
.question-text{
    font-size: 16px;
}

.question-valid-container {
    font-size: 16px;
}

.question-item{
    font-size: 16px;
}

/* Questions ends */

/** Footer begins **/

body{ padding-bottom: 0; position: relative; }
a.link-light:hover, a.link-light:focus { color: #cbd3da!important; }
#page-footer { background-color: #26374A; color: #FFF; position: absolute; right: 0; bottom: 0; width: 100%; }
#page-footer a{ text-decoration: none; }
html, body{ height: auto!important; min-height: 100vh; }
body>article{ padding-bottom: 170px; }

/** Footer ends **/

/** Frontpage styles begins **/

div#surveys-list-jumbotron {
    display: none;
}

/** Frontpages styles ends **/
/* Updated with the Upgrade */

form#firstpage-changelang {
	display: none;
}
.text-info {
	color: #00008B !important; /** Dark blue **/
}
.answertext {
	text-align: left !important;
	hyphens: none;
}
.answer-text {
	hyphens: none;
}
.nav-link {
	font-weight: 900;
	border: solid !important;
}

