/*! RentVine_Login - v0.1.0 - 2017-05-26
* https://www.rentvine.com
* Copyright (c) 2017 jimDubreville; Licensed  */
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 19em;
}
@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}
@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}
@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action='incrementHours']::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: 'Increment Hours';
}
.bootstrap-datetimepicker-widget .btn[data-action='incrementMinutes']::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: 'Increment Minutes';
}
.bootstrap-datetimepicker-widget .btn[data-action='decrementHours']::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: 'Decrement Hours';
}
.bootstrap-datetimepicker-widget .btn[data-action='decrementMinutes']::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: 'Decrement Minutes';
}
.bootstrap-datetimepicker-widget .btn[data-action='showHours']::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: 'Show Hours';
}
.bootstrap-datetimepicker-widget .btn[data-action='showMinutes']::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: 'Show Minutes';
}
.bootstrap-datetimepicker-widget .btn[data-action='togglePeriod']::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: 'Toggle AM/PM';
}
.bootstrap-datetimepicker-widget .btn[data-action='clear']::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: 'Clear the picker';
}
.bootstrap-datetimepicker-widget .btn[data-action='today']::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: 'Set the date to today';
}
.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: 'Toggle Date and Time Screens';
}
.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%;
}
.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: 'Previous Month';
}
.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: 'Next Month';
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
    font-size: 0.8em;
    height: 20px;
    line-height: 20px;
    color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eeeeee;
    cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
    position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
    background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
    color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
    width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
    cursor: pointer;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}
.bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999;
}
.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}
.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}
.bootstrap-select.fit-width {
    width: auto !important;
}
.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
    width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.bootstrap-select.form-control:not([class*='col-']) {
    width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*='col-'] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*='col-'].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*='col-'].dropdown-menu-right {
    float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
.bootstrap-select.btn-group[class*='col-'] .dropdown-toggle {
    width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}
.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
    width: 50%;
}
.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-donebutton .btn-group button {
    width: 100%;
}
.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */

.bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid;
    border-color: #ccc;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.bootstrap-switch .bootstrap-switch-container {
    display: inline-block;
    top: 0;
    border-radius: 4px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
    text-align: center;
    z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #fff;
    background: #337ab7;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
    color: #fff;
    background: #5bc0de;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    color: #fff;
    background: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
    background: #f0ad4e;
    color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
    color: #fff;
    background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    color: #000;
    background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-label {
    text-align: center;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 100;
    color: #333;
    background: #fff;
}
.bootstrap-switch span::before {
    content: '\200b';
}
.bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
    position: absolute !important;
    top: 0;
    left: 0;
    margin: 0;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
    padding: 6px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
    cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    -webkit-transition: margin-left 0.5s;
    -o-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-focused {
    border-color: #66afe9;
    outline: 0;
    -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);
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

#authentication .form-signin {
    margin: 0 auto;
}
#authentication .form-signin .form-signin-heading,
#authentication .form-signin .checkbox {
    margin-bottom: 10px;
}
#authentication .form-signin .checkbox {
    font-weight: normal;
}

/** BEGIN FORGOT **/
#authentication .form-forgot {
    margin: 0 auto;
}
#authentication .form-forgot .form-forgot-heading,
#authentication .form-forgot .checkbox {
    margin-bottom: 10px;
}
#authentication .form-forgot .checkbox {
    padding-left: 20px;
    font-weight: normal;
}
#authentication .form-forgot .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#authentication .form-forgot .form-control:focus {
    z-index: 2;
}
#authentication .form-forgot input[type='text'] {
    margin-bottom: 10px;
}
/** END FORGOT **/
#authentication .login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
#authentication .profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#authentication .need-help {
    margin-top: 10px;
}
#authentication .new-account {
    display: block;
    margin-top: 10px;
}

#authentication.select-portal .btn-portal {
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    #authentication {
        padding: 20px 0;
    }
}

#authentication,
#register {
    padding: 20px 0;
    flex: 1 0 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 640px) {
    #authentication,
    #register {
        padding: 60px 0;
    }
}

#authentication .container,
#register .container {
    width: 100%;
}

#authentication .row,
#register .row {
    max-width: 623px;
    margin: auto;
}

#register .form-register input[type='checkbox']:first-child {
    opacity: 1;
    margin-left: 0px;
}

#authentication .company-img,
#register .company-img {
    max-width: 250px;
    margin: 0 auto 3em auto;
    text-align: center;
}

#authentication .company-img img,
#register .company-img img {
    max-width: 100%;
}

.company-img + .powered-by {
    margin-top: -2em;
}

.powered-by {
    margin: 1em auto;
    text-align: center;
}
.powered-by.powered-by-top {
    margin-bottom: 2em;
}
.powered-by img {
    max-width: 150px;
    max-height: 1.2em;
    vertical-align: sub;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

#authentication .panel,
#register .panel {
    padding: 35px 20px;
    border-radius: 20px;
    -moz-box-shadow: 0px 8px 24px 0px #00000029;
    -webkit-box-shadow: 0px 8px 24px 0px #00000029;
    box-shadow: 0px 8px 24px 0px #00000029;
}

@media (min-width: 640px) {
    #authentication .panel,
    #register .panel {
        padding: 75px 150px 35px;
    }
}

#authentication .panel-body,
#register .panel-body {
    padding: 0;
}

.initial-circle {
    display: inline-block;
    height: 2em;
    width: 2em;
    border-radius: 2em;
    background-color: #cecece;
    text-align: center;
    font-size: 1.5em;
    line-height: 2em;
    float: left;
    margin-right: 1em;
}

.profile-btn {
    position: relative;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    outline: none;
    background: #f7f7f7;
    border: 0;
    border-bottom: 1px solid #d3d3d3;
    display: block;
    width: 100%;
    padding: 15px 20px;
}
.profile-btn .lt {
    float: left;
    width: 58px;
}
.profile-btn .rt {
    float: left;
    width: 230px;
    text-align: left;
}
.profile-btn .initial-circle {
    margin-right: 0;
}
.profile-btn .logo {
}
.profile-btn .profile-name {
    color: #0376c7;
    line-height: 48px;
    overflow: hidden;
}
.profile-btn .arrow {
    color: #000000;
}
.profile-btn .arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
}
@media (max-width: 405px) {
    .profile-btn .lt {
        display: block;
        float: none;
        width: 90%;
        text-align: center;
    }
    .profile-btn .lt .initial-circle {
        float: none;
    }
    .profile-btn .rt {
        text-align: center;
        float: none;
        display: block;
        width: 90%;
    }
    .profile-btn .profile-name {
        line-height: auto;
    }
}

#secure-header {
}
#secure-header .logo img {
    max-height: 40px;
    padding-top: 10px;
}

/*! RentVine - v0.1.0 - 2017-09-28
* https://www.rentvine.com
* Copyright (c) 2017 jimDubreville; Licensed  */

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    min-height: 100vh;
    height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #dee7e7;
}

a,
a:hover {
    text-decoration: underline;
    color: #1473cc;
}

/**
* Scrollbar
*/
::-webkit-scrollbar {
    width: 13px;
}
::-webkit-scrollbar-button {
    display: none;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border-style: solid;
    border-width: 4px;
    border-color: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb:hover {
    background-color: #888;
}

/**
* Table
*/
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #eef0f2 !important;
}

.table-hover > thead > tr:hover,
.table-hover > tfoot > tr:hover {
    background: none !important;
}

.table-bordered.table-striped tbody tr:nth-child(odd) {
    background-color: #eff1f6;
}

.table-hover tbody tr:hover {
    background-color: #fafafa !important;
}

/**
* Buttons
*/
.btn {
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
    border: none;
}
.btn-default {
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
}
.btn:hover {
    opacity: 0.8;
}
.btn-primary,
.btn-primary:hover {
    background-color: #02893f;
}
.btn-secondary,
.btn-secondary:hover {
    background-color: #ddd;
}
.btn-success,
.btn-success:hover {
    background-color: #02893f;
}
.btn-primary.btn-lg,
.btn-success.btn-lg {
    border-radius: 40px;
    margin: 1.8em 0;
}
.btn-danger,
.btn-danger:hover {
}
.btn-warning,
.btn-warning:hover {
}
.btn-info,
.btn-info:hover {
}
.btn-light,
.btn-light:hover {
    background-color: #eee;
}
.btn-dark,
.btn-dark:hover {
    background-color: #333;
    color: #fff;
}

/**
* Inputs
*/
label {
    font-weight: 600;
}

.input {
    position: relative;
    border-radius: 4px;
}

.input > label {
    color: #888;
    font-size: 1rem;
}

.input.input-active-label > label {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
    font-weight: normal;
}

.input.input-active-label.active > label {
    top: 7px;
    left: 10px;
    font-size: 0.7em;
    font-weight: 100;
    color: #666;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.input.input-active-label input,
.input.input-active-label textarea,
.input.input-active-label select {
    padding: 10px;
    height: 44px;
    width: 100%;
    background-color: #fcfcfc;
    color: #333;
    border: solid 1px #ddd;
    box-shadow: none;
    border-radius: 4px;
}

.input.input-options-group {
    padding: 15px 15px 13px 15px;
    background-color: #fcfcfc;
    color: #333;
    border: solid 1px #ddd;
    border-radius: 4px;
}

.input.input-active-label textarea {
    padding-top: 25px;
}

.input.input-active-label input::placeholder,
.input.input-active-label textarea::placeholder {
    opacity: 0;
    color: #eee;
}

.input.input-active-label.active input::placeholder,
.input.input-active-label.active textarea::placeholder {
    opacity: 1;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.input input:focus,
.input textarea:focus,
.input select:focus {
    outline: 0;
}

.input.input-active-label input:focus ~ span,
.input.input-active-label textarea:focus ~ span,
.input.input-active-label select:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

.input textarea {
    width: 100%;
    min-height: 15em;
}

/**
* Input Focus
*/
input[type='text'],
input[type='search'],
textarea,
select {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
}

input[type='text']:focus,
input[type='search']:focus,
textarea:focus,
select {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
    border: 1px solid rgba(81, 203, 238, 1) !important;
}

.select2-selection:focus,
.select2-selection__rendered {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
}

.select2.select2-container--focus .select2-selection__rendered {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
    border: 1px solid rgba(81, 203, 238, 1) !important;
}

/**
* Select
*/
.input .input-select ul {
    display: none;
}

.input.input-select input.select {
    cursor: pointer;
    background-image: url('/images/manager/select-icon.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input.input-select ul.select-options {
    position: absolute;
    list-style: none;
    top: 50px;
    left: 0px;
    margin: 0;
    padding: 0;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 3px;
    z-index: 900;
    min-width: 150px;
    max-height: 150px;
    overflow: scroll;
}

.input.input-select ul.select-options li {
    margin: 0;
    padding: 0 30px 0 10px;
    line-height: 30px;
    cursor: pointer;
}

.input.input-select ul.select-options li:hover {
    background: #eee;
}

.input.input-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

/**
* Select2
*/
.select2 {
    position: relative;
    width: 100% !important;
    height: 60px;
    width: 100%;
    font-size: 1rem;
    background-color: #fcfcfc;
    color: #333;
    border: solid 1px #ddd;
    box-shadow: none;
    border-radius: 4px;
}
.select2 .selection,
.select2 .select2-selection,
.select2 .select2-selection__rendered {
    background: none;
    height: 100%;
    color: #333 !important;
}
.select2 .selection {
}
.select2 .select2-selection {
}
.select2 .select2-selection__rendered {
    padding: 23px 15px 0 10px;
}
.select2 .select2-selection__arrow {
    top: 17px !important;
    right: 8px !important;
}
.select2 .select2-selection__clear {
    opacity: 0.5;
    margin-top: -7px;
    margin-right: 10px;
}
.select2 .dropdown-wrapper {
}
.select2-container--default .select2-selection--single {
    background-color: none;
    border: none;
    border-radius: none;
}

.select2.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 31px;
}

.select2.select2-container--default .select2-selection--multiple input[type='text']:focus,
.select2.select2-container--default .select2-selection--multiple input[type='search']:focus,
.select2.select2-container--default .select2-selection--multiple textarea:focus,
.select2.select2-container--default .select2-selection--multiple select {
    box-shadow: none !important;
    border: none !important;
}

/**
* Check / Radio
*/
.input .radio,
.input .checkbox {
    margin-top: 8px;
}

.input .radio,
.input .checkbox {
    min-height: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 0px;
}

.input .radio-inline,
.input .checkbox-inline {
    margin-top: 0px !important;
}

.input .radio > label,
.input .checkbox > label {
    padding-left: 33px;
    min-height: 20px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.input .radio input[type='radio'],
.input .radio-inline input[type='radio'],
.input .checkbox input[type='checkbox'],
.input .checkbox-inline input[type='checkbox'] {
    position: absolute;
}

.input .radio > input[type='radio']:first-child:not(:checked) + label::before,
.input .checkbox > input[type='checkbox']:first-child:not(:checked) + label::before,
.input .radio > input[type='radio']:first-child:not(:checked) + input[type='hidden'] + label::before,
.input .checkbox > input[type='checkbox']:first-child:not(:checked) + input[type='hidden'] + label::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #d3cfc8;
    border-radius: 3px;
    margin-left: -32px;
}

.input .radio > input[type='radio']:first-child:not(:checked) + label::before,
.input .radio > input[type='radio']:first-child:not(:checked) + input[type='hidden'] + label::before {
    border-radius: 50%;
}

.input .radio > input[type='radio']:first-child:checked + label::before,
.input .radio > input[type='radio']:first-child:checked + input[type='hidden'] + label::before,
.input .checkbox > input[type='checkbox']:first-child:checked + label::before,
.input .checkbox > input[type='checkbox']:first-child:checked + input[type='hidden'] + label::before {
    content: '\e013';
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-size: 9px;
    color: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #3e3e47;
    border-radius: 3px;
    background-color: #3e3e47;
    text-align: center;
    margin-left: -32px;
    vertical-align: text-top;
}

.input .radio > input[type='radio']:first-child:checked + label::before,
.input .radio > input[type='radio']:first-child:checked + input[type='hidden'] + label::before {
    border-radius: 50%;
}

.input .radio > input[type='radio']:first-child:not(:checked):not(:disabled):hover + label::before,
.input .checkbox > input[type='checkbox']:first-child:not(:checked):not(:disabled):hover + label::before,
.input .radio > input[type='radio']:first-child:not(:checked):not(:disabled):hover + input[type='hidden'] + label::before,
.input .checkbox > input[type='checkbox']:first-child:not(:checked):not(:disabled):hover + input[type='hidden'] + label::before {
    border: 2px solid #3e3e47;
}

.input .radio > input[type='radio']:first-child:not(:disabled):focus + label::before,
.input .checkbox > input[type='checkbox']:first-child:not(:disabled):focus + label::before,
.input .radio > input[type='radio']:first-child:not(:disabled):focus + input[type='hidden'] + label::before,
.input .checkbox > input[type='checkbox']:first-child:not(:disabled):focus + input[type='hidden'] + label::before {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
}

.input .radio > input[type='radio']:first-child:disabled + label,
.input .radio > input[type='radio']:first-child:disabled + label::before,
.input .checkbox > input[type='checkbox']:first-child:disabled + label,
.input .checkbox > input[type='checkbox']:first-child:disabled + label::before,
.input .radio > input[type='radio']:first-child:disabled + input[type='hidden'] + label,
.input .radio > input[type='radio']:first-child:disabled + input[type='hidden'] + label::before,
.input .checkbox > input[type='checkbox']:first-child:disabled + input[type='hidden'] + label,
.input .checkbox > input[type='checkbox']:first-child:disabled + input[type='hidden'] + label::before {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}

.input .radio > input[type='radio']:first-child,
.input .checkbox > input[type='checkbox']:first-child {
    opacity: 0;
    margin-left: 0px;
}

.input .radio > input[type='radio']:first-child:disabled,
.input .checkbox > input[type='checkbox']:first-child:disabled {
    opacity: 0;
    cursor: default;
}

/**
* DatePicker
*/
.datepicker th.clear {
    display: table-cell !important;
}

/**
* Form
*/
.table.domains tbody tr td {
    vertical-align: middle;
}
.table.domains tbody tr td:first-child {
    width: 35px;
}
.table.domains .form-control {
    height: auto;
    margin: 0;
    width: auto;
}
.form-group.required label::after {
    content: ' *';
}

/**
* Form Errors
*/

.form-group.has-error .input.input-active-label input,
.form-group.has-error .input.input-active-label textarea,
.form-group.has-error .input.input-active-label select,
.form-group.has-error .select2,
.form-group.has-error .input.input-options-group {
    background-color: lightyellow;
    border-color: #a94442;
    /*color: #333;*/
}

.form-group.has-error .input.input-active-label input::placeholder,
.form-group.has-error .input.input-active-label textarea::placeholder,
.form-group.has-error .input.input-active-label select::placeholder,
.form-group.has-error .select2,
.form-group.has-error .input.input-options-group {
    color: #999;
}

.form-group.has-error .help-block.with-errors {
    color: #fc1410;
    font-weight: 600;
}

.help-block.with-errors {
    color: #fc1410;
    font-weight: 600;
}

/**
* Box
*/
.box {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 0 0 25px 0;
    -webkit-box-shadow: 0px 0px 5px 0px #333;
    box-shadow: 0px 0px 10px 0px #ccc;
}

.box .box-actions {
    text-align: right;
    margin-bottom: 15px;
}

/**
* Notify
*/
.fa {
    position: relative;
}
.notice {
    border: 3px solid red;
    -webkit-border-radius: 30px;
    height: 15px;
    width: 15px;
    position: absolute;
    right: -5px;
    top: -5px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

/**
* App Nav
*/
nav#app-nav {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200px;
    overflow-y: auto;
    background: #505059;
    color: #fff;
    z-index: 999;
    -webkit-box-shadow: 1px 0px 8px 0px #333;
    box-shadow: 1px 0px 8px 0px #333;
}
nav#app-nav .logo {
    margin-top: 25px;
    margin-bottom: 35px;
    text-align: center;
}
nav#app-nav ul {
    margin: 0;
    padding: 0;
    font-weight: 100;
}
nav#app-nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav#app-nav ul li a {
    display: block;
}
nav#app-nav > ul > li {
    position: relative;
    line-height: 40px;
    padding-left: 40px;
}
nav#app-nav > ul > li:hover {
    background: #5b5b64;
    cursor: pointer;
}
nav#app-nav > ul > li span.nav-control {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 15px;
    right: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}
nav#app-nav > ul > li span.nav-control {
    background-image: url('/images/manager/nav/nav-closed.png');
}
nav#app-nav > ul > li.active span.nav-control {
    background-image: url('/images/manager/nav/nav-opened.png');
}
nav#app-nav ul li a {
    color: #fff;
}
nav#app-nav ul li img,
nav#app-nav ul li i {
    position: absolute;
    top: 12px;
    left: 10px;
}
nav#app-nav ul li ul {
    background: #38383e;
    margin-left: -40px;
    display: none;
}
nav#app-nav ul li.active ul {
    display: block;
}
nav#app-nav ul li ul li a {
    display: block;
    padding-left: 40px;
    font-size: 0.95em;
}
nav#app-nav ul li ul li a:hover {
    background: #46464d;
}
@media only screen and (max-width: 900px) {
    nav#app-nav {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -212px;
    }
    header#app-header,
    header#main-header,
    nav#sub-nav,
    #app-main {
        margin-left: 0 !important;
    }
    header#app-header .nav-button {
        display: block !important;
    }
}

/**
* App Mask
*/
#nav-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    display: none;
    background: #000;
    opacity: 0.5;
}
#app-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 800;
    display: none;
}

/**
* App Header
*/
header#app-header {
    flex: 0 0 auto;
    height: 50px;
    margin-left: 200px;
    background-color: #c14f4f;
    padding: 0 0 0 25px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 1px 8px 0px #333;
    box-shadow: 0px 1px 8px 0px #333;
}
header#app-header .nav-button {
    float: left;
    margin: 0 25px 0 -25px;
    width: 50px;
    height: 100%;
    background: #ddd url('/images/manager/nav-button.png') no-repeat center center;
    cursor: pointer;
    display: none;
}
header#app-header .nav-button:hover {
    opacity: 0.8;
}
header#app-header .name {
    float: left;
    color: #586ba4;
    font-size: 14px;
    line-height: 50px;
}
header#app-header .add,
header#app-header .account {
    position: relative;
    float: right;
    margin-left: 20px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    cursor: pointer;
}
header#app-header .account > .notice {
    top: 7px;
    right: 7px;
}
header#app-header .search {
    float: right;
    margin-left: 20px;
    padding-top: 10px;
    height: 50px;
}
header#app-header .search input {
    width: 225px;
    height: 30px;
    padding: 0 8px;
    line-height: 30px;
    border: solid 1px #d3d3d5;
    border-radius: 3px;
    color: #505059;
    background: #e5eaea url('/images/manager/search-icon.png') no-repeat right center;
}
header#app-header .search input::placeholder {
    color: #505059;
    opacity: 1;
}

/**
* Quick Nav
*/
header#app-header .add #quick-nav {
    position: absolute;
    z-index: 899;
    top: 50px;
    right: 0;
    width: 500px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: left;
    line-height: 25px;
    display: none;
    box-sizing: border-box;
}
header#app-header .add #quick-nav > div {
    float: left;
    width: 50%;
}
header#app-header .add #quick-nav > div:first-child {
    padding-right: 25px;
}
header#app-header .add #quick-nav h4 {
    font-size: 16px;
}
header#app-header .add #quick-nav::after {
    content: '';
    clear: both;
    display: table;
}
header#app-header .add #quick-nav ul {
    list-style: none;
    margin: 0 0 0 5px;
    padding: 0;
    font-size: 14px;
}
header#app-header .add #quick-nav ul li {
    margin: 0;
    padding: 0;
}

/**
* Account Nav
*/
header#app-header .account #account-nav {
    position: absolute;
    z-index: 899;
    top: 50px;
    right: 8px;
    width: 270px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: left;
    display: none;
}
header#app-header .account #account-nav .identity {
    padding: 0 20px;
    height: 70px;
    border-bottom: solid 1px #ccc;
    position: relative;
}
header#app-header .account #account-nav .identity .icon {
    position: absolute;
    width: 60px;
    top: 5px;
    left: 0;
    bottom: 0;
    text-align: center;
}
header#app-header .account #account-nav .identity .user {
    position: absolute;
    width: 200px;
    top: 5px;
    right: 0;
    bottom: 0;
    font-size: 12px;
    line-height: 15px;
    color: #999;
    overflow: hidden;
}
header#app-header .account #account-nav .identity h4 {
    margin: 10px 0 5px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

header#app-header .account #account-nav ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
header#app-header .account #account-nav ul li {
    margin: 0;
    padding: 0;
}
header#app-header .account #account-nav ul li.divider {
    height: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
}
header#app-header .account #account-nav ul li a {
    display: block;
    line-height: 35px;
    padding: 0 20px;
}
header#app-header .account #account-nav ul li a:hover {
    background-color: #eee;
}

/**
* Main Header
*/
header#main-header {
    flex: 0 0 auto;
    height: 50px;
    margin-left: 200px;
    padding: 0 25px;
    background: #38383e;
}
header#main-header h1 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
}

/**
* Sub Nav
*/
nav#sub-nav {
    flex: 0 0 auto;
    height: 50px;
    margin-left: 200px;
    padding: 0 25px;
    line-height: 50px;
    background: #f7f9f9;
    border-bottom: solid 1px #c7cfcf;
}
nav#sub-nav ul {
    margin: 0;
    padding: 0;
}
nav#sub-nav ul li {
    list-style: none;
    margin: 0 25px 0 0;
    padding: 0;
    display: inline-block;
}
nav#sub-nav ul li a {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 4px;
    color: #000;
}
nav#sub-nav ul li a:hover {
    background: #e5eaea;
}
nav#sub-nav ul li a.active {
    background: #93b160 !important;
    color: #fff;
}

/**
* Main
*/
#app-main {
    margin: 0 0 0 200px;
    flex: 1;
    display: flex;
}
#flex-wrapper {
    flex: 1;
    overflow-y: auto;
}
#main-wrapper {
    display: flex;
    min-height: 100%;
}
main {
    flex: 1;
    padding: 25px 10px 5px 10px;
    min-height: 100%;
}

/**
* Main Aside
*/
aside#main-aside {
    width: 250px;
    background: #cbd6d6;
    padding: 10px 30px;
    font-size: 14px;
}
aside#main-aside h4 {
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 12px;
    border-bottom: solid 1px #8d9397;
    color: #505059;
}
aside#main-aside h4 img {
    margin: 0 6px 3px 5px;
}
aside#main-aside nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
aside#main-aside nav ul li {
    margin: 0;
    padding: 0 0 5px 5px;
}

.rv-image-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.rv-image-list li {
    position: relative;
    width: 250px;
    height: 300px;
    margin: 10px;
    line-height: 300px;
    background-color: #f2f2f2;
    border: 1px solid #cecece;
    float: left;
}
.rv-image-list li img {
    width: 100%;
    max-height: 300px;
}
.rv-image-list-item-command {
    display: none;
    opacity: 0;
    position: absolute;
    width: 100%;
    line-height: 30px;
    padding: 0px 20px;
    text-align: center;
    display: inline-block;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 40px;
    transition: opacity 0.5s;
}
.rv-image-list-item-command .btn {
    width: 100%;
}
.rv-image-list-item-command-btns {
    margin-top: -25%;
    transform: translateY(50%);
}
.rv-image-list li:hover .rv-image-list-item-command {
    display: block;
    opacity: 1;
}
.rv-image-manager {
}
.rv-image-manager-image-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.rv-image-manager-image-list:after {
    content: ' ';
    clear: both;
    display: block;
}
.rv-image-manager-image-list li {
    padding: 0;
    margin: 10px;
    width: 250px;
    height: 250px;
    float: left;
    background-color: #fefefe;
}
.rv-image-manager-image-list li img {
    max-width: 100%;
}

.rv-select {
    position: relative;
}
.rv-select-display {
    display: block;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 6px 12px;
    border-radius: 4px;
    height: 34px;
}
.rv-select.open .rv-select-display {
    border-bottom: 0;
}
.rv-select-dropdown {
    display: none;
    z-index: 900;
    width: 100%;
    margin-top: -3px;
    position: absolute;
    background-color: #ffffff;
    padding: 6px;
    border: 1px solid #cccccc;
    border-top: 0;
}
.rv-select.open .rv-select-dropdown {
    display: block;
}
.rv-select-clear {
    display: none;
    position: absolute;
    right: 25px;
    top: 0px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    color: #999999;
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 34px;
}
.rv-select.open .rv-select-clear {
    display: none !important;
}
.rv-select-clear:hover {
    color: #555555;
}
.rv-select-handle {
    font-family: 'Glyphicons Halflings';
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 34px;
    line-height: 34px;
}
.rv-select.open .rv-select-handle {
    transform: rotate(180deg);
}
.rv-select-handle:before {
    content: '\e259';
}
.rv-select-typeahead {
    display: block;
    width: 100%;
}
.rv-select-dropdown .dropdown-menu {
    position: relative;
    top: 0 !important;
    left: 0 !important;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

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

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.accept-user-box {
    background-color: #cecece;
    border: 1px solid #cccccc;
    font-size: 1.2em;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 10px;
}

#register-phone-wrapper .iti {
    width: 100%;
}

#register-phone-wrapper #phoneTextbox {
    padding: 0px 15px -3px 10px;
    height: 44px;
    width: 100%;
    background-color: #fcfcfc;
    color: #333;
    border: solid 1px #ddd;
    box-shadow: none;
    border-radius: 4px;
}
