
.checkbox-collection {
    overflow: hidden;
}


.checkbox-collection label {
    font-weight: normal;
    display: block;
    margin-bottom: 4px;
}

.checkbox-collection p {
    font-weight: normal;
    display: block;
    margin-bottom: 4px;
}

.checkbox-collection input {
    margin: 0 9px 0 0;
}

.radio-collection label {
    font-weight: normal;
    display: block;
    margin-bottom: 4px;
}

.radio-collection input {
    margin: 0 9px 0 0;
}

.form-group.has-error .radio-collection label {
    color: #ca0000;
}

.form-group.has-error .checkbox-collection label {
    color: #ca0000;
}

.form-group.has-error .select2-container .select2-choice {
    border-color: #ca0000;
}

.form-group .field-alert {
    display: none;
}

.form-group.has-error .field-alert {
    display: block;
}

/* autocomplete plugin */
.clientsInput {
    width: 300px;
}

*:focus {
    outline: 0;
}

.searchcompleteContainer {
    min-height: 20px;
    position: relative;
    padding: 1px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background: #fff none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

.searchcompleteContainer input {
    border: none;
}

.focused {
    border: 1px solid #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.searchcompleteContainer .optionButton {
    background-color: #fefefe;
    margin: 1px;
    padding: 1px;
    min-height: 16px;
    display: inline-block;
}

.searchcompleteContainer .optionButton label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
}

.searchcompleteContainer .optionButton div {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 16px;
}

.selectMenu {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 10px;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 3000 !important;
}

.selectMenu div {
    cursor: pointer;
}

.selectMenu div:HOVER, .selectMenu div.active {
    background-color: #ECEBEB
}

/* END AUTOCOMPLETE */

/* Datepicker */

.modal .datepicker {
    z-index: 1053 !important;
}

.datepicker.dropdown-menu {
    z-index: 1053 !important;
}

/**/

.relativeElement {
    position: relative;
}

/**/
.select2Input {
    width: 100%;
}

/**/
.intervalContentTemplate {
    display: none;
}

.intervalRowInputs {
    display: none;
}

.inline-block {
    display: inline-block;
}

.addFile {
    position: relative;
}

.addFileInput {
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    direction: ltr;
    cursor: pointer;
}

.fileRow {
    line-height: 21px;
}

.ajaxLoader {
    z-index: 10000;
    position: fixed;
    top: 10px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 11px;
    background-image: url('../gfx/ajax-loader2.gif')
}

.removeInterval {
    position: absolute;
    top: -6px;
    right: -25px;
}

.has-error .autocomplete {
    border-color: #843534;
}

.has-error .add {
    border-color: #843534;
}

.modal-footer .serviceSolved {
    display: none;
}

.ui-autocomplete {
    z-index: 1055;
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.toolbar-btns {
    margin-bottom: 5px;
    overflow: hidden;
}

.toolbar-btns button {
    margin-top: 5px;
    float: right;
    display: block;
}

.hidden-overflow {
    overflow: hidden;
}

.alert-danger a {
    color: #a94442;
}

.documentBlock {
    /*background-color: #efefff;*/
    /*border-bottom: 1px solid #DDDDDD;*/
    /*padding: 5px;
    margin: 15px 0px;*/
}

.actions-column .btn {
    display: block;
    margin-bottom: 5px;
}

.tight-row.col-md-12{
    padding-left: 0;
    padding-right: 0;
}

.tight-row{
    margin-bottom: 8px;
}

.tight-row .col-md-3, .tight-row .col-md-2 {
    padding-left: 4px;
    padding-right: 4px;
}

.requiredMark {
    display: none;
}


table a:visited:not(.btn) {
    color: rgb(79, 134, 187) !important;
}

.modal a:visited:not(.btn) {
    color: rgb(113, 143, 197) !important;
}

.ui-state-default .ui-icon {
    background: none;
}

.fc-view-agendaDay .fc-agenda-slots td div {
    height: 80px !important;
}

.label-checkbox {
    margin: 5px 5px 5px 0 !important;
}


.dataTables_wrapper {
  max-height: 400px;
    overflow-y: auto;
}


.service-action-link {
    display: inline-block;
    width: 50px;
}


.error-label {
    display: none;
}

.has-error .error-label {
    display: block;
    color: #ca0000;
    font-weight: normal;
}


/* Edit Decision Form */
#classifiersGroups textarea {
    resize: vertical;
}

.plusMinToggleButton {
    width: 22px !important;
    height:22px !important;
    text-align: center !important;
}

#classifiersGroups .optionItem {
    margin-bottom: 8px;
}

#classifiersGroups .optionItem textarea {
    margin: 0 0 10px 0;
}

.innove-help {
    cursor: pointer;
    color: #66afe9 !important;
    border: 2px solid #66afe9;
    border-radius: 8px;
    font-style: normal;
    font-weight:bold;
    font-size:12px;
    line-height:14px;
    vertical-align:text-top;
    text-align: center;
    -webkit-font-smoothing:antialiased;
    display:inline-block;
    background:transparent center center;
    width:16px;
    height:16px;
}


/*http://localhost:84/public_service/public_booking_request*/
.timeline {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}

.timeline .line {
    height: 1px;
    width: 60%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    bottom: 0;
    border-bottom: 1px solid #000;
}

@media only screen and (max-width: 770px) {
    .timeline .line {
        display: none;
    }
}

.timeline .step-check .step {
    width: 70px;
    height: 70px;
    position: relative;
    margin: auto;
    border: 1px solid grey;
    background: #fff;
    border-radius: 100px;
    font-size: 2rem;
    color: grey;
    text-align: center;
    line-height: 69px;
}

.timeline .step-check.active .step {
    border: 1px solid #22aa7d;
    background-color: #baeadb;
    color: #000000;
}

.timeline .step-desc {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    color: grey;
    line-height: 40px;
}

.calendar-radio.row {
    list-style-type: none;
    margin: 15px -13px 0 -5px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.calendar-radio .col {
    flex-basis: auto!important;
    width: 33%;
    max-width: 33%;
    padding: 5px;
}

.calendar-radio .col .slot {
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 10px 5px 10px 5px;
    margin-top: 10px;
    background-color: #fafafa;
}

.calendar-radio .col .slot:hover {
    background-color: #d5eae4;
}

.calendar-radio .col .slot.active {
    background-color: #baeadb;
}




