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

p {
    color:black;
}

.text-primary {
    color: black;
}

.btn-primary {
    background-color: #005a84;
    border: 1px solid #005a84;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    background-color: #e68f1a;
    border: 1px solid #e68f1a;
}

/* Multiplechoice bootstrap buttons unchecked focus*/
.btn-check .btn-primary:focus,
.btn-check:focus+.btn-primary {
    /*background-color: #0d6efd;*/
    background-color: #e68f1a;
    border: 1px solid #0d6efd;
    box-shadow: none;
    color: #fff;
}

.btn-check:focus:checked+.btn-primary,
.btn-check .btn-primary:focus:checked {
    /*background-color: #0a58ca;*/
    background-color: #e68f1a;
    border-color: #0a53be;
    color: #fff;
}

/*div.yes-no .btn-group label {*/
/*    margin-right: 30px;*/
/*}*/

[data-number='1'] {
    text-align: left;
}

.survey-list-border {
    background: url('../files/top_left.png') left top no-repeat, url('../files/bottom_right.png') right bottom no-repeat, url('../files/top_right.png') right top no-repeat, url('../files/bottom_left.png') left bottom no-repeat;
}

#surveys-list-container{
    margin-top:0xp;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .survey-list-border {
        background-size:30%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
/*@media only screen and (min-width: 600px) {*/
/*    .survey-list-border {*/
/*        background-size:10%;*/
/*    }*/
/*}*/

