/******************
    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;
  }
  
/* AIFS Customisations */
@font-face {
    font-family: 'OpenSans';
    font-weight: 500;
    font-style: normal;
    src: url('/aifs/upload/themes/survey/aifs_2022/files/OpenSans-VariableFont_wdth,wght.woff2');
    src: url('/aifs/upload/themes/survey/aifs_2022/files/OpenSans-VariableFont_wdth,wght.woff2') format('woff2') tech('variations'),
         url('/aifs/upload/themes/survey/aifs_2022/files/OpenSans-VariableFont_wdth,wght.woff2') format('woff2-variations');
}

/* Font */
.font-noto {
    font-family: 'OpenSans';
    font-weight: 500;
}

.group-title {
    font-weight: bold;
}

/* Colour changes */
.bg-light {
    background-color: #ffffff !important;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #ffffff;
}

.navbar-default .navbar-nav>li>a {
    color: #61136C;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #61136C;
    text-decoration: underline;
}

.navbar-light .navbar-nav .nav-link {
    color: #61136C;
    font-weight: bold;
}

.progress-bar {
    background-color: #61136C;
}

.ls-move-btn {
    background-color: #61136C;
    border-radius: 3rem;
    padding: 0.6rem 3rem 0.5rem;
    line-height: 2;
    transition: all .15s ease-in-out;
    color: #ffffff;
}

.ls-move-btn:hover, .btn-default:hover, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    background-color: #450C43;
    color: #ffffff;
    border: none;
}

.btn:focus, .btn-default:focus, .btn-default:hover, .btn-default:active {
    border: 1px solid transparent !important;
}

.btn-primary, .btn-default {
    background-color: #61136C;
    border-color: #61136C;
    color: #FFFFFF;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #450C43;
    border: 1px solid #450C43 !important;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary, .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-color: #450C43;
    color: #ffffff;
    border: none;
}

.btn-primary.focus, .btn-primary:focus, .btn-default.focus, .btn-default:focus {
    background-color: #450C43;
    color: #ffffff;
    border: none;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #450C43;
    color: #ffffff;
    border: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    box-shadow: none;
}

.question-container, .well {
    border: 1px solid #DFDFE0;
    background-color: transparent;
}

.input-group-addon {
    color: #FFFFFF;
}

.input-group-addon:last-child {
    border-left: 1px solid transparent;
}

.text-info {
    color: #332C28 !important;
}

.radio-item label::after {
    background-color: #61136C;
}

.form-control:focus {
    border-color: rgba(243, 103, 53, 50%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(243 103 53 / 60%);
}

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

a {
    color: #337ab7;
}

a:hover {
    color: #23527c;
    text-decoration: underline;
}

/* Logo */
.logo-container>img {
    margin-left: 10px;
    margin-top: 10px;
    height: 70px;
    padding: 0;
    padding-bottom: 10px;
}

/* Header title */
.survey-title-bar {
    background-image: linear-gradient(to right,#F68E1E -10.95%,#EC0B6D 27.32%,#9B0069 64.6%,#61136C 100%);
    clear: both;
}

.survey-title-bar>h1 {
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    padding: 20px;
}

/* Spacing */
body .top-container {
    margin-top: 40px !important;
}

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

.ls-answers tbody .radio-list .answertext {
    text-align: left;
}

