/******************
    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
*/

/* Title of survey can be big, allow multiline, but leave the minimum */
.navbar-brand {
    height: auto;
    min-height:120px;
}

.logo-container {
  padding: 0px;
  float: left;

  font-size: 18px;
  line-height: 20px;
}

.logo-container>img {
  max-height: 120px;
  height: 100%;
  padding: 15px;
  width: auto;
}

.brand-logo  .top-container .top-content{
    padding-top: 2em;
}

/* This is the dumb survey_list_header */
#surveys-list-jumbotron img.site-surveylist-logo {
    max-width: 35%;
    display: block;
    margin: 15px auto;
}

.logo-container.hidden-xs {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
}

.lumen label::after{background-color:#215258;}

/* Custom Colors: from https://lingtalfi.com/bootstrap4-color-generator*/

/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #000000;
    background-color: #78c3cc;
    border-color: #69bcc6;
}

.alert-primary hr {
    border-top-color: #57b4c0;
}

.alert-primary .alert-link {
    color: #000000;
}

.badge-primary {
    color: #fff;
    background-color: #215258;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #132f32;
}

.bg-primary {
    background-color: #215258 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #132f32 !important;
}

.border-primary {
    border-color: #215258 !important;
}

.btn-primary {
    color: #fff;
    background-color: #215258;
    border-color: #215258;
}

.btn-primary:hover {
    color: #fff;
    background-color: #17393e;
    border-color: #132f32;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 82, 88, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #215258;
    border-color: #215258;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #132f32;
    border-color: #0e2527;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 82, 88, 0.5);
}

.btn-outline-primary {
    color: #215258;
    background-color: transparent;
    border-color: #215258;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #215258;
    border-color: #215258;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 82, 88, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #215258;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #215258;
    border-color: #215258;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 82, 88, 0.5);
}

.list-group-item-primary {
    color: #000000;
    background-color: #69bcc6;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #000000;
    background-color: #57b4c0;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #69bcc6;
}

.table-hover .table-primary:hover {
    background-color: #57b4c0;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #57b4c0;
}

.text-primary {
    color: #215258 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #132f32 !important;
}
