﻿/*
    RazorForms DNN module
    Copyright © 2020, Smith Consulting
*/
.rbe-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    z-index: 1040;
}
.rbe-backdrop-container {
    position: relative;
    top: 50%;
    text-align: center;
    color: #E9E9E9;
}
/************************************************************************************************/
.rbe-bootstrap ul.dropdown-menu li {
    list-style-type: none !important;
}
.rbe-backdrop ol, ul {
    margin-left: inherit;
}
.uib-datepicker-popup.dropdown-menu {
    display: block !important;
    float: none !important;
    margin: 0 !important;
}
.uib-button-bar {
    padding: 10px 9px 2px !important;
}
/************************************************************************************************/
/* Fancy Bootstrap Radio/Checkbox */
.rbe-bootstrap .glyphicon-checkbox:before {
    content: "\e067";
    font-size: 1.5em;
    float: left;
    margin-left: -0.25em;
}
.rbe-bootstrap .glyphicon-radio:before {
    content: "\e165";
    font-size: 1.5em;
    float: left;
    margin-left: -0.25em;
}
.rbe-bootstrap .checkbox label:after,
.rbe-bootstrap .radio label:after {
    content: '';
    display: table;
    clear: both;
}
.rbe-bootstrap .checkbox span.rbe-control,
.rbe-bootstrap .radio span.rbe-control {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 0.25em;
    width: 1.4em;
    height: 1.4em;
    float: left;
    margin-right: -10px;
    left: -20px;
}
.rbe-bootstrap .radio span.rbe-control {
    border-radius: 50%;
}
.rbe-bootstrap .checkbox span.rbe-control .rbe-icon,
.rbe-bootstrap .radio span.rbe-control .rbe-icon {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.rbe-bootstrap .radio span.rbe-control .rbe-icon {
    margin-left: 0.5px;
    margin-top: -0.5px;
}
.rbe-bootstrap .checkbox label input[type="checkbox"],
.rbe-bootstrap .radio label input[type="radio"] {
    display: none;
}
.rbe-bootstrap .checkbox label input[type="checkbox"] + span.rbe-control > .rbe-icon,
.rbe-bootstrap .checkbox label input[type="checkbox"] + * + span.rbe-control > .rbe-icon,
.rbe-bootstrap .radio label input[type="radio"] + span.rbe-control > .rbe-icon,
.rbe-bootstrap .radio label input[type="radio"] + * + span.rbe-control > .rbe-icon {
    opacity: 0;
}
.rbe-bootstrap .checkbox label input[type="checkbox"]:checked + span.rbe-control > .rbe-icon,
.rbe-bootstrap .checkbox label input[type="checkbox"]:checked + * + span.rbe-control > .rbe-icon,
.rbe-bootstrap .radio label input[type="radio"]:checked + span.rbe-control > .rbe-icon,
.rbe-bootstrap .radio label input[type="radio"]:checked + * + span.rbe-control > .rbe-icon {
    opacity: 1;
}
.rbe-bootstrap .checkbox label input[type="checkbox"]:checked + span.rbe-control,
.rbe-bootstrap .checkbox label input[type="checkbox"]:checked + * + span.rbe-control,
.rbe-bootstrap .radio label input[type="radio"]:checked + span.rbe-control,
.rbe-bootstrap .radio label input[type="radio"]:checked + * + span.rbe-control {
    border: none;
}
.rbe-bootstrap .checkbox label input[type="checkbox"]:disabled + span.rbe-control,
.rbe-bootstrap .checkbox label input[type="checkbox"]:disabled + * + span.rbe-control,
.rbe-bootstrap .radio label input[type="radio"]:disabled + span.rbe-control,
.rbe-bootstrap .radio label input[type="radio"]:disabled + * + span.rbe-control {
    opacity: 0.5;
}
.rbe-bootstrap .checkbox.checkbox-inline,
.rbe-bootstrap .radio.radio-inline {
    padding-left: 0;
    margin-left: 0 !important;
    margin-right: 10px;
}
/************************************************************************************************/
.rbe-bootstrap label.date-list {
    height: 36px;
    overflow-y: scroll;
}
.rbe-bootstrap label.date-list span.chip {
    margin-bottom: 4px;
    line-height: 16px;
    margin-right: 8px;
}
.rbe-bootstrap span.date-list-btn button {
    font-size: 15px;
}
/************************************************************************************************/
.rbe-bootstrap input[type="color"].form-control {
    padding: 4px 4px;
}
.rbe-bootstrap.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
/************************************************************************************************/
.rbe-social-bar {
    margin-top: 15px;
}
.rbe-social-bar a {
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: #999999 !important;
    border-radius: 18px;
    font-size: 20px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rbe-social-bar i {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    width: 34px;
    height: 34px;
    line-height: 34px;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.rbe-social-bar span {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 0;
    width: 0;
    height: 0;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.rbe-social-bar .rbe-facebook span {
    background-color: #3d5b99;
}
.rbe-social-bar .rbe-twitter span {
    background-color: #1da1f2;
}
.rbe-social-bar .rbe-google-plus span {
    background-color: #db4437;
}
.rbe-social-bar .rbe-linkedin span {
    background-color: #0077b5;
}
.rbe-social-bar .rbe-pinterest span {
    background-color: #bd081c;
}
.rbe-social-bar .rbe-email span {
    background-color: #f89a1e;
}
.rbe-social-bar a:hover span {
    width: 34px;
    height: 34px;
    border-radius: 18px;
    margin: -17px;
}
/************************************************************************************************/
.rbe-bootstrap .panel-primary.panel-inverse > .panel-heading {
    color: inherit;
    background-color: #fff;
    border-color: #fff;
    background-image: none;
}
.rbe-bootstrap .panel-primary.panel-inverse > .panel-body {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.rbe-bootstrap .panel-primary.panel-inverse > .panel-body {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
}
/************************************************************************************************/
@media (min-width: 768px) {
    .rbe-bootstrap .modal-xl {
        width: 90% !important;
        max-width: 1200px !important;
    }
}
/************************************************************************************************/
.rbe-bootstrap .navbar-title {
    margin: 0 0 0 15px !important;
    padding: 17px 4px 17px 0 !important;
}
.rbe-bootstrap .m-0 {
    margin: 0 !important;
}
.rbe-bootstrap .p-0 {
    padding: 0 !important;
}
.rbe-bootstrap .px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.rbe-bootstrap .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
/************************************************************************************************/
.rbe-bootstrap .dropzone .dz-preview .dz-image {
    width: 182px;
    height: 182px;
    border: 0px solid #e5e5e5;
    padding: 0px;
}
.rbe-bootstrap .dropzone .dz-input {
    width: 182px;
    margin: 4px 0;
}
.rbe-bootstrap .dropzone .dz-input .form-control {
    cursor: initial;
    height: 28px;
    padding: 4px 6px;
}
.rbe-bootstrap .dropzone .dz-input textarea.form-control {
    height: auto;
}
.rbe-bootstrap .dropzone .dz-preview .dz-remove {
    position: relative;
    background-color: #d9534f;
}
/************************************************************************************************/
.rbe-bootstrap .form-control-feedback.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
}
/************************************************************************************************/
.rbe-fullcalendar .fc-view table > thead.fc-head > tr > th,
.rbe-fullcalendar .fc-view table > thead.fc-head > tr > td {
    padding-top: 8px;
    padding-bottom: 8px;
}
.rbe-fullcalendar .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    min-width: 14px;
    padding: 4px 4px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-bottom-left-radius: 4px;
}
.rbe-fullcalendar .fc-day-grid-event .fc-content {
    font-size: 14px;
}
.rbe-fullcalendar .fc-day-grid-event .fc-content .fc-time {
    font-size: 14px;
}
.rbe-fullcalendar .fc-day-grid-event .fc-content .fc-title {
    font-size: 14px;
}
/************************************************************************************************/
.rbe-bootstrap .ace_editor {
    height: 680px;
}
.rbe-bootstrap .ace_razor {
    background-color: yellow;
}
.rbe-bootstrap .ace_punctuation.ace_short.ace_razor {
    color: black;
}
.rbe-bootstrap .ace_punctuation.ace_block.ace_razor {
    color: black;
}
/************************************************************************************************/
.rbe-bootstrap .treeview {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rbe-bootstrap .treeview .list-group-item .list-group {
    margin-top: 12px;
}
.rbe-bootstrap .treeview .list-group-item {
    cursor: pointer;
}
.rbe-bootstrap .treeview .list-group-item.disabled {
    pointer-events: auto;
    background-color: inherit;
}
.rbe-bootstrap .treeview .list-group-item.can-manage:not(.active):hover {
    color: #31708f;
    background-color: #d9edf7;
}
.rbe-bootstrap .treeview span.icon {
    width: 12px;
    margin-right: 10px;
}
.rbe-bootstrap .treeview span.indent {
    margin-left: 10px;
    margin-right: 10px;
}
.rbe-bootstrap .treeview .list-group-item .list-group {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -10px;
}
.rbe-bootstrap .treeview .list-group-item ul.list-group .list-group-item {
    padding-left: 45px;
    padding-right: 45px;
}
/************************************************************************************************/
.rbe-bootstrap .input-group-btn:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
    margin-right: -1px;
}
/************************************************************************************************/
.rbe-bootstrap .fc-miniList-view .panel-heading {
    text-transform: uppercase;
}
.rbe-bootstrap .fc-miniList-view .panel.date {
    width: 70px;
}
.rbe-bootstrap .fc-miniList-view .panel.date .panel-body {
    position: relative;
    margin-bottom: 5px;
}
.rbe-bootstrap .fc-miniList-view .panel.date .panel-body .year {
    position: absolute;
    right: 0;
    bottom: -5px;
    padding: 0 2px;
    font-size: small;
    line-height: normal;
    border-style: solid;
    border-radius: 4px 0 0 0;
    border-width: 1px 0 0 1px;
}
.rbe-bootstrap .fc-miniList-view .media-left,
.rbe-bootstrap .fc-miniList-view .media > .pull-left {
    padding-right: 15px;
}