﻿
.cols-horizontal .row + .row,
.card-body.details .row + .row,
.panel-body.details .row + .row {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px #eee solid;
}

/* Forms */

.form .form-group {
    margin-bottom: 30px;
}

.form-group .row {
    width: 100%;
}

@media (min-width: 992px) {
    .form-group-inline {
        margin-bottom: 15px;
    }

    .form-group-inline + .form-group-inline {
        margin-left: 25px;
    }
}

@media (max-width: 991px) {
    .form-group-inline {
        width: 100%;
    }

    .form-group-inline + .form-group-inline {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .cols-horizontal .labl {
        font-weight: bold;
    }
}

/* Checklist */

.form .cc-container textarea,
textarea.form-control.textarea-lg {
    height: 125px;
}

    textarea.form-control.textarea-xl {
        height: 300px;
    }

    .ques-no {
        display: inline-block;
        width: 34px;
        height: 26px;
        line-height: 24px;
        text-align: center;
        background-color: #d9edf7;
        color: #31708f;
        border: 1px solid #bce8f1;
        margin-right: 5px;
    }

.ques-no + .control-label,
.ques-no + .labl-text {
    margin-bottom: 10px;
}

.ques-no + .labl-text {
    display: block;
}

@media (min-width: 768px) {
    .ques-no + .control-label,
    .ques-no + .labl-text {
        float: right;
        width: calc(100% - 40px);
        margin-top: 3px;
    }
}

@media (max-width: 767px) {
    .ques-no {
        margin-bottom: 5px;
    }
}

/**************************/
/*        Sections        */
/**************************/
.form-section {
    margin-bottom: 15px;
}

.form-checklist .form-section:last-child {
    margin-bottom: 45px;
}

.form-section > .form-heading {
    margin-bottom: 20px;
}

.form-section .form-group {
    margin-bottom: 30px;
}

.form-section:before,
.form-section:after {
    display: table;
    content: " ";
}

.form-section:after {
    clear: both;
}

/* Paging */
.paging-container > .pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end
}

/* Utils */

.no-style {
    border: 0;
    padding: 0;
    background-color: transparent;
}

.btn-help.no-style {
    margin-left: 5px;
    color: #348fe2;
}

.btn-help.no-style:hover {
    color: #23527c;
}


@media (max-width: 991px) {
    .mt-35-md {
        margin-top: 35px;
    }
}

@media (max-width: 767px) {
    .mt-10-sm {
        margin-top: 10px;
    }

    .mb-10-sm {
        margin-bottom: 10px;
    }
}

.map-canvas {
    height: 400px;
}

.edit .map-canvas {
    height: 275px;
}

.h-200 .map-canvas {
    height: 200px;
}

.bordered {
    border: solid 1px #ddd;
    padding: 5px;
}

.dayrole + .dayrole {
    border-top: solid 1px #ddd;
    padding-top: 25px;
}

a.disabled {
    cursor: not-allowed;
    pointer-events: none;
}

/* Raise as */

.raise-as {
    border: solid 1px #ccc;
    padding: 5px;
    background-color: #eee;
}

.user-img-check {
    cursor: pointer;
}

.user-img-check img {
    max-width: 100%;
}
.user-img-check.active {
    background-color: #dff0d8;
    border: solid 1px #d6e9c6;
}

/*.user-img-check.row > .col-1 {
    width: 100px !important;
}
.user-img-check.row > .col-11 {
    width: calc(100% - 100px) !important;
}*/