/******************
    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
*/
body {
    color: #0050aa;
}

.fruity .navbar {
    background-color: #fff;
    box-shadow: none;
    border-radius: 0 !important;
    border-bottom: 6px solid #ffcd00;
}

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

.navbar-default .navbar-brand {
    color: #0050aa;
}

.navbar-default .navbar-nav > li > a {
    color: #1771ff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #1771ff;
}

.fruity .navbar a.animate:hover {
    text-decoration: underline;
    border: none;
}

.fruity .navbar a.animate::after {
    height: 0;
    background-color: #1771ff;
}

.fruity .well {
    background-color: #0050aa;
    border: none;
    box-shadow: none;
    color: #fff;
}

.well {
    padding: 14px 20px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.question-container {
    background-color: #f5fdff;
    border: 1px solid #7eb0ff;
    box-shadow: none;
}

.question-help-container {
    border: none;
    border-top: 1px solid #7eb0ff;
    background: #dbf3ff;
}

.ls-question-help, .ls-questionhelp {
    color: #fff;
    background: #3a81d0;
    border: none;
    padding: 5px 10px 7px 10px;
    margin-bottom: 5px;
}

.question-help-container .ls-questionhelp {
	color: #0050aa;
    border: none;
    background: none;
    padding: 4px 0 0 0;
}

.fruity .text-info {
    color: #0050aa;
}

.fruity .btn-primary {
    color: #254eca;
    background-color: #ffcd00;
    border: 1px solid #ffcd00;
}

.fruity .btn-primary:hover, .fruity .btn-primary:focus, .fruity .btn-primary:active, .fruity .btn-primary.active, .fruity .btn-primary.active:focus, .fruity .open .dropdown-toggle.btn-primary {
    color: #0050aa;
    background-color: #ffcd00;
    border: 1px solid #0050aa;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: inline-table;
    float: none;
    width: 30%;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 0;
}

.fruity .btn-default {
    background-color: rgb(255, 253, 219);
    border: 1px solid #ffcd00;
    color: #254eba;
}

.fruity .btn-default:hover,.fruity .btn-default:focus,.fruity .btn-default:active,.fruity .btn-default.active,.fruity .open .dropdown-toggle.btn-default {
	color:#254eba;
	border:1px solid #254eba;
	background-color:rgb(255, 251, 179);
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 10px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
    margin-right:10px;
}

.fruity .input-group-addon {
    color: white;
    background-color: #0050aa;
    border: none;
    border-radius: 0;
}

.fruity input[type="text"], .fruity input[type="password"], .fruity .ui-autocomplete-input, .fruity textarea, .fruity .uneditable-input {
    color: #0050aa;
}

.fruity .form-control {
    color: #0050aa;
    background-color: #fff;
    border: 1px solid #7eb0ff;
    box-shadow: none;
    border-radius: 0;
}

.fruity .help-block {
    color: #7eb0ff;
}

.fruity .list-group-item {
    background-color: #fff;
    border: 1px solid #0050aa;
}

.top-container {
    width: 100%;
    padding: 0;
    border-bottom: none;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.fruity .progress-bar {
    color: #fff;
    background-color: #0050aa;
    box-shadow: none;
}

.fruity .progress {
    background-color: #dbf3ff;
    border-radius: 0;
}

.radio-item label::before {
    border: 1px solid #7eb0ff;
}

body .answer-item label::after {
    background-color: #0050aa;
}

.fruity .table-bordered {
    border: 1px solid #7eb0ff;
}

.fruity .table-bordered > thead > tr > td {
    border: 1px solid #7eb0ff;
}

.fruity .table-bordered > thead > tr > th {
    border: 1px solid #7eb0ff;
}

.fruity .table-bordered > tbody > tr > th {
    border: 1px solid #7eb0ff;
}

.fruity .table-bordered > tbody > tr > td {
    border: 1px solid #7eb0ff;
}

.fruity .table-hover > tbody > tr:hover > td {
    background-color: #abd8ff;
}

.ls-even {
    background-color: #dbf3ff;
}

/* array by column hover column */
.table-col-hover col:hover, /* This, maybe, work in CSS4 :) */
.table-col-hover col.hover /* Actual solution : js only*/
{
    background-color: #abd8ff;
}

.checkbox-item label::before {
    border: 1px solid #7eb0ff;
    border-radius: 0px;
}

.checkbox-item input[type="checkbox"]:checked + label::before {
    border: 1px solid #7eb0ff;
}

.checkbox-item input[type="checkbox"]:checked + label::after, .checkbox-item input[type="radio"]:checked + label::after {
    background-color: #0050aa;
    color: white;
}

.checkbox-item label::after {
    border-radius: 0px;
}

.fruity .form-control:focus {
	border:1px solid #0073f4;
	box-shadow:inset 0 0px 0px rgba(0,80,170,0.75),0 0 2px rgba(0,80,170,0.8);
}

.fruity .text-danger {
	color:#ffffff;
	background:#a94442;
}
