﻿
.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;
    }
}

/* Checklist */

.form .cc-container textarea,
textarea.form-control.textarea-lg {
    height: 125px;
}

.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;
    }
}

.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;
}