﻿/** Copied from unifi.css **/
/** 1.31 Modals */
.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -moz-transition: none !important;
        -o-transition: none !important;
        -webkit-transition: none !important;
        transition: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }


.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 11px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.fade {
    transition: opacity .15s linear;
    background-color: rgba(0,0,0,0.5);
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

/*.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }*/

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    border: 1px solid #2B5797;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #1A7AC6;
    color: #ffffff;
}


    .modal-header:before, .modal-header:after {
        content: " ";
        display: table;
    }

    .modal-header:after {
        clear: both;
    }

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    padding: 15px;
    font-size: 14px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn, .modal-footer .pagination-classic > li > a + .btn, .modal-footer .pagination-classic > li > span + .btn, .modal-footer .pagination-classic > li > .btn + a, .modal-footer .pagination-classic > li > a + a, .modal-footer .pagination-classic > li > span + a, .modal-footer .pagination-classic > li > .btn + span, .modal-footer .pagination-classic > li > a + span, .modal-footer .pagination-classic > li > span + span {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .element-groups-custom .btn + .btn, .modal-footer .element-groups-custom .pagination-classic > li > a + .btn, .modal-footer .element-groups-custom .pagination-classic > li > span + .btn, .modal-footer .element-groups-custom .pagination-classic > li > .btn + a, .modal-footer .element-groups-custom .pagination-classic > li > a + a, .modal-footer .element-groups-custom .pagination-classic > li > span + a, .modal-footer .element-groups-custom .pagination-classic > li > .btn + span, .modal-footer .element-groups-custom .pagination-classic > li > a + span, .modal-footer .element-groups-custom .pagination-classic > li > span + span {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 400px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 700px;
    }
}

.swal2-popup {
    display: none;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border-radius: 0.3125em;
    background: #fff;
    font-family: inherit;
    font-size: 16px !important;
    box-sizing: border-box;
}

dl {
    margin-top: 0;
    margin-bottom: 24px;
}

dt,
dd {
    line-height: 1.5;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: visible;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .dl-horizontal dd {
        margin-left: 180px;
        margin-bottom: .25rem;
    }
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.withIcon input[type="text"] {
    padding-right: 60px;
}

.withIcon {
    position: relative;
}

    .withIcon i {
        position: absolute;
        right: 45px;
        top: 3px;
        padding: 9px 8px;
        transition: .3s;
    }

.withIconAlias {
    position: relative;
}

    .withIconAlias i {
        position: absolute;
        right: 10px;
        top: 3px;
        padding: 9px 8px;
        transition: .3s;
    }

.input-sm {
    height: 40px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

.preload {
    position: fixed;
    top: 35%;
    /* left: 50%; */
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: center;
}

ul.caret-right {
    list-style: none;
    margin-bottom: -5px;
}

li.caret-right:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    margin: 0 10px 0 -15px;
}

li.caret-right {
    margin-bottom: 8px;
    margin-left:-15px;
}

.field-icon {
    float: right;
    margin-right: 8px;
    margin-left: -35px;
    margin-top: -29px;
    position: relative;
    z-index: 5;
    cursor: pointer;
}

.fa-fw {
    width: 1.28em;
    text-align: center;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.oao-welcome-tag {
    margin:0px,15px,0px,15px;
}

.oao-welcome-title {
    font-size: 26px;
}

.oao-welcome-content {
    font-size: 16px;
}

a:focus {
    text-decoration: none;
    box-shadow: none;
    outline: none !important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}