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

.btn-primary {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  color: #ffffff;
}

/*.btn-primary {
  background-color: #337AB7;
  border-color: #337AB7;
  color: #ffffff;
}*/

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary.dropdown-toggle.show, .btn-primary.dropdown-toggle.show:focus {
  color: #ffffff;
  background-color: #256193;
  border-color: #256193;
}

.btn-primary:hover {
  color: #ffffff;
  box-shadow: none;
}

.btn-check + .btn {
    color: #333333;
    background-color: #b2b2b2;
    border-color: #b2b2b2; 
}

.btn-check:checked + .btn-primary, .btn-check:checked + .btn-primary:focus, .btn-check:focus:checked + .btn-primary {
    color: #ffffff;
    background-color: #286090;
    border-color: #286090;
    box-shadow: none;
}

.btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary.dropdown-toggle.show, .btn-primary.dropdown-toggle.show:focus {
  box-shadow: 4px 4px 0px rgba(76, 76, 76, 0.4);
}

.btn-check + .btn-primary:hover {
    color: #ffffff;
    background-color: #286090 ; 
    border-color: #286090; 
    box-shadow: none;
}

.fruity_twentythree .input-group-addon {
    color: #555555;
    background-color: #EEEEEE; 
}

.fruity_twentythree .input-group-addon:hover {
    color: #ffffff;
    background-color: #337AB7; 
}

.has-error .form-control, .input-error .form-control {
    box-shadow: none; 
}

.progress-bar {
    background-color: #337AB7;
}

.question-container .asterisk {
  color: #A94442;
}

.text-danger {
    color: #A94442 !important;
}

.question-container {
  background-color: #F8F8F8;
  border: none;
}

.navbar {
    /*background-color: #F8F8F8 !important;*/
    /*box-shadow: none;*/
    border-bottom: 1px solid #E7E7E7;
}

.radio-item input[type=radio] + label::after {
  background-color: #256193;
}

.radio-item input[type=radio]:checked + label::before {
  border-color: #256193;
}

.radio-item input[type=radio]:checked + label::after {
  background-color: #256193;
}

.checkbox-item input[type=radio]:focus + label::before {
  outline: none;
}

.radio-item input[type=radio]:checked + label {
  color: #256193;
}

/*#survey-nav #main-dropdown .list-group-item a.index-danger {
  background: none;
  border-left: #Fe6a30 solid 8px;
}*/

.ls-answers label, .answer-item label, .control-label {
    color: #4c4c4c;
}

.question-container .ls-label-question {
    font-size: 1.14rem;
    font-weight: 600;
    line-height: 32px;
}

.ls-answers label, .answer-item label, .control-label {
    font-weight: 600;
    font-size: 0.9975rem;
    line-height: 20px;
}

.question-container .help-block {
    font-weight: 600;
    font-size: 0.9975rem;
    color: #4c4c4c;
}

.control-label {
    margin-bottom: 8px;
}

p {
    margin-bottom: 0rem;
}

.dropdown-menu > li > a:hover {
    color: #ffffff;
    background-color: #337AB7 !important;
}

.tempus-dominus-widget .date-container-decades div:not(.no-highlight).active,
.tempus-dominus-widget .date-container-years div:not(.no-highlight).active,
.tempus-dominus-widget .date-container-months div:not(.no-highlight).active,
.tempus-dominus-widget .date-container-days div:not(.no-highlight).active,
.tempus-dominus-widget .time-container-clock div:not(.no-highlight).active,
.tempus-dominus-widget .time-container-hour div:not(.no-highlight).active,
.tempus-dominus-widget .time-container-minute div:not(.no-highlight).active,
.tempus-dominus-widget .time-container-second div:not(.no-highlight).active {
  background-color: #286090;
}

.has-error .form-control,
.input-error .form-control {
  box-shadow: 4px 4px 0 #cccccc;
  z-index: 3;
}
.has-error .form-control:focus,
.input-error .form-control:focus {
  box-shadow: 4px 4px 0 #cccccc;
}

.form-control:focus {
  box-shadow: 4px 4px 0 rgba(76, 76, 76, 0.2);
  border-color: #1E1E1E;
}

.tempus-dominus-widget .date-container-decades div:not(.no-highlight):hover, .tempus-dominus-widget .date-container-years div:not(.no-highlight):hover, .tempus-dominus-widget .date-container-months div:not(.no-highlight):hover, .tempus-dominus-widget .date-container-days div:not(.no-highlight):hover, .tempus-dominus-widget .time-container-clock div:not(.no-highlight):hover, .tempus-dominus-widget .time-container-hour div:not(.no-highlight):hover, .tempus-dominus-widget .time-container-minute div:not(.no-highlight):hover, .tempus-dominus-widget .time-container-second div:not(.no-highlight):hover {
    background: #fff;
    border: 2px solid rgba(76, 76, 76, 0.2);
}

.btn-outline-secondary:hover {
    color: #1E1E1E;
    border-color: #1E1E1E;
    box-shadow: 0px 0px 0px 3px rgba(76, 76, 76, 0.4);
}

*[class*=btn-outline-]:focus, *[class*=btn-outline-]:active, *[class*=btn-outline-].active, *[class*=btn-outline-].dropdown-toggle.show, *[class*=btn-outline-].dropdown-toggle.show:focus, *[class*=btn-outline-].show {
  box-shadow: 4px 4px 0px rgba(76, 76, 76, 0.4);
  background-color: #ffffff;
}

#survey-nav #main-dropdown .list-group-item a.index-danger {
    background: none;
    border-left: #A0352F solid 8px;
}

.checkbox-item input[type=checkbox]:checked + label {
    color: #256193;
}

.checkbox-item input[type=checkbox]:checked + label::before {
  border-color: #256193;
}

.checkbox-item input[type=checkbox]:checked + label::after {
  background-color: transparent;
  color: #256193;
}

.success-border {
    border-color: #256193;
}

.select-sortable-lists:not(.ranking-advanced-style) .ranking-sorted-items .sortable-item {
    border: 1px solid #256193;
    color: #256193;
}

.ls-answers .ls-heading th, .ls-answers th {
    color: #4c4c4c;
}

.select-sortable-lists:not(.ranking-advanced-style) .ranking-available-items .sortable-item {
    color: #4c4c4c;
}

.checkbox-item label::before {
    border: 3px solid #4c4c4c;
    background-color: #fff;
}

.radio-item label::before {
    border: 2px solid #4c4c4c;
    background-color: #fff;
}

a {
    color: #4c4c4c;
}

.group-container .group-title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 52px;
    margin-top: 1em;
    margin-bottom: 10px;
}

#welcome-container {
    max-width: 100%;
}

.form-select:focus {
  outline: 0;
  box-shadow: 4px 4px 0 #cccccc;
}

body .top-container {
     margin-top: 0px;
}
.top-container {
     margin-bottom: 0rem;
}
.space-col {
    margin-top: 0em;
    margin-bottom: 0em;
}

.form-control[disabled] {
    color: #000000;
}

