﻿.addButton {
    margin-bottom: 15px;
}

.dfWell {
    background: #d9edf7;
    color: #31708f;
    border-color: #bce8f1;
}

.dfSelectionButton {
    margin: 10px;
    text-align: center;
    vertical-align: center;
    font-size: smaller;
    font-weight: bolder;
    height: 100px;
    width: 150px;
    position: relative;
    white-space: pre-line;
    cursor: pointer;
    text-transform: uppercase;
    color: #333;
    background-color: #fff;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 4px;
}

    .dfSelectionButton:hover {
        background-color: #dddddd;
    }

    .dfSelectionButton > label {
        position: absolute;
        left: 0;
        top: 15%;
        width: 100%;
        text-align: center;
        padding: 10px;
        font-weight: 600;
        cursor: inherit;
    }

.dfMultipleContainer {
    /*position: absolute;
    float: right;
    right: 0;*/
}

    .dfMultipleContainer > .dfMultiple {
        color: #31708f;
        cursor: pointer;
        padding-left: 7px;
        padding-right: 0;
        width: 30px;
    }

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top-color: rgba(12, 12, 12, 0.40);
}

.dfSelectionHeading {
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    font-family: "Times New Roman", Times, serif;
}

.dfAdd {
    background-color: transparent !important;
    border-radius: 5px;
    border-color: lightgrey;
}

/*#region dfContainer */
.dfContainerEdit {
    margin: -16px;
    padding: 15px;
    position: relative;
    min-height: 200px;
}

.dfSubContainerEdit {
    border: 1px solid lightgrey;
    border-radius: 5px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -10px;
    padding: 15px;
    min-height: 200px;
}

.dfSubContainer {
}

.dfElementEdit {
    border: 1px solid lightgrey;
    border-radius: 5px;
    margin-top: 16px;
    padding: 15px;
    position: relative;
    min-height: 200px;
}

.dfElementToolbar {
    margin-top: -10px;
}

.dfElementBody {
    clear: both;
}

.dfQuestionToolbar {
    float: right;
    margin: -12px;
}

.dfOptionQuestion {
    float: right;
}

.dfContainerBody {
    clear: both;
    margin-bottom: 10px;
}

.dfContainerSideBar {
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 5px;
    width: 135px;
}

    .dfContainerSideBar button {
        border: none;
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
        background-color: transparent;
    }

/*#endregion */

/*#region dfElement */

.dfGroupQuestion {
    border: 1px solid lightgrey;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px;
}

.dfQuestionEdit {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f4f4f4;
}

/*#endregion */

.dfElement {
    margin-bottom: 10px !important;
}

.dfQuestion {
    margin-top: -10px;
    margin-bottom: -10px;
}

.dfQuestion .dfQuestionLabel {
    margin-bottom: 10px;
    font-weight: bolder;
}

.dfGroupQuestion .dfGroupQuestionHeading {
    margin-bottom: 10px;
    font-weight: bolder;
}

.dfGroupQuestion .dfGroupQuestionBody {
    padding-left: 15px;
}

    .dfGroupQuestion .dfGroupQuestionBody .dfQuestionLabel {
        font-weight: normal;
    }

    .dfGroupQuestion .dfGroupQuestionBody .dfSingleGroupQuestion {
        margin-bottom: 10px;
    }

/*#region Angular Styles */

.angular-with-newlines {
    white-space: pre-wrap;
}

.ng-invalid, .ng-invalid > span {
    border-color: red !important;
    outline-color: red !important;
}

    .ng-invalid > table.uib-timepicker {
        border: 1px solid red !important;
    }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none;
}

.ng-invalid {
    border-color: red;
    outline-color: red;
    border-width: 1.5px;
}

label > input.ng-invalid {
    color: red;
}

label.required {
    border: 1px solid red;
    padding: 5px;
}

.messages {
    font-size: smaller;
    color: red;
}

.astrix {
    float: right !important;
    margin-right: -10px;
    margin-top: -30px;
    font-size: 20pt;
}

/*#endregion */

.dfFileUploader {
    border: 1px solid;
    padding: 5px;
    height: auto;
    text-align: center;
    font-weight: 600;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .dfFileUploader.required {
        border-color: red;
    }

.dfViewFile {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.dfNumber {
    width: 100% !important;
}

.dfConfirmationWindow {
    width: 600px !important;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    overflow-y: hidden;
}

.dfTypeAhead {
    width: 100% !important;
}

fieldset {
    padding: 3px;
}

    fieldset.required {
        border: 1px solid red !important;
    }

div[uib-timepicker].form-control {
    width: min-content;
}

div[uib-timepicker][disabled].form-control, div[uib-timepicker][disabled].form-control input {
    cursor: default;
}

div[uib-timepicker].form-control input {
    border-bottom: none;
}

    div[uib-timepicker].form-control input:focus {
        box-shadow: none;
    }

input[uib-datepicker-popup].form-control:focus {
    box-shadow: none;
}

div.form-inline *[uib-datepicker-popup-wrap] button {
    margin-top: 0px !important;
    border-radius: 0;
    margin-right: 0px !important;
}

div.form-inline *[uib-datepicker-popup-wrap] button {
    text-transform: capitalize;
}

