﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* html tag styles */
body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    padding-top: 0;
    padding-bottom: 0;
}

.body-content {
    padding-top: 8px;
    padding-bottom: 16px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 10px 0!important;
}

h2, .h2 {
    font-weight: normal;
    font-size: 20pt;
    line-height: 20pt;
}

a,
a:hover,
a:active,
a:visited {
    /*color: #333;*/
    cursor: pointer;
}

/* forms & components */
form h4 {
/*    background-color: #f9f9f9;
    color: #333;
*/    
    font-weight: bold;
/*    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
*/  
    margin-top: 0;
    padding: 2px 0;
    font-size: 12pt;
    line-height: 12pt;
    /*line-height: 1.4285;*/
}

input[type=checkbox] {
    cursor: pointer;
}

input[readonly] {
    background-color: transparent;
    /*border-radius: 18px;*/
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.42857143;
}

.form-control {
    /*border-radius: 18px;*/
}

.panel {
    /*border-radius: 18px;*/
}
.panel-heading {
    /*border-top-left-radius: 18px;
    border-top-right-radius: 18px;*/
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control
select.form-control {
    /*border-radius: 18px;*/
    line-height: 1.42857143;
}

input[type=date] {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
    /*border-radius: 18px;*/
}

control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /*border-top-left-radius: 18px;
    border-bottom-left-radius: 18px*/
}

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        /*border-top-right-radius: 18px;
        border-bottom-right-radius: 18px;*/
    }

        .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            /*border-top-left-radius: 18px;
            border-bottom-left-radius: 18px*/
        }

.badge {
    background-color: #E41400!important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.5) url('../images/custom/ajax-loader.gif') 50% 50% no-repeat;
}

/* classes */
.navbar .title {
    display: inline-block;
    height: 49px;
    padding: 15px 0;
    font-size: 18px;
    line-height: 18px;
    color: #333;
}

    .navbar .title:hover,
    .navbar .title:focus {
        color: #333;
        text-decoration: none;
    }

    .navbar .title > img {
        display: block;
    }

.navbar-menu {
    float: right;
    display: inline;
    width: auto;
}
.navbar-menuitem {
    display: inline-block;
    padding: 4px 0;
}
    .navbar-menuitem img {
        height: 42px;
        width: 42px;
        border-radius: 50%;
        object-fit: cover;
    }

.navbar .profile {
    /*height: 24px; 
    width: 24px; */
}

.navbar .menu {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar .menu:focus {
        outline: 0;
    }

.navbar-default .menu {
    border-color: #ddd;
}

    .navbar-default .menu:hover,
    .navbar-default .menu:focus {
        background-color: #ddd;
    }

.navbar .menu .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
    .navbar .menu .icon-bar + .icon-bar {
        margin-top: 4px;
    }
.navbar-default .menu .icon-bar {
    background-color: #888;
}

.navbar .navbar-btn {
    background-color: transparent;
}
.navbar-fixed-top {
    min-height: 49px;
    margin: 0;
}
/*
#_alertsPartial {
    margin-bottom: 20px;
}
#_alertsPartial:empty {
    margin-bottom: 0;
}
*/
.alert {
    margin-bottom: 15px!important;
}
.btn, .alert {
    /*border-radius: 18px;*/

}
.btn-block {
    display: inline-block;
    position: relative;
    text-align: left!important;
}
    .btn-block img {
        position: absolute;
        top: 4px;
        left: 4px;
        margin-right: 8px;
    }
    .btn-block .badge {
        position: absolute;
        top: 4px;
        right: 4px;
    }
    .btn-block .btn-text {

    }

.breadcrumb {
}
    .breadcrumb a,
    .breadcrumb a:active,
    .breadcrumb a:visited,
    .breadcrumb a:hover {
        color: #777;
    }

.alert ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.alert li {
    display: block;
}
.alert .buttonbar {
    margin-top: 16px;
}
.panel-heading {
    font-weight: bold;
}

.dropdown-toggle[aria-expanded=true] {
    background-color: transparent!important;
}

.dropdown-submenu {
    position: relative;
}
    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

.tab-content .tab-pane {
    padding-top: 12px;
}

.message-recipients {
    height: auto;
    border-bottom: solid 1px #ddd;
}
.message-recipient {
    display: inline-block;
    padding: 6px 0;
    height: 34px;
    line-height: 18px;
}

.center {
    text-align: center;
}
.right {
    text-align: right;
}
.strong {
    font-weight: 500;
}

.exception,
.input-validation-error {
    /*-webkit-box-shadow: 0px 0px 5px 0px #FF1F5A !important;
    box-shadow: 0px 0px 5px 0px #FF1F5A !important;*/
    background-color: #f2dede;
    /*border-color: #ebccd1;*/
}
.exception {
    margin-right: 8px;
}
.field-validation-error {
    display: none;
}

has-info .help-block,
has-info .control-label,
has-info .radio,
has-info .checkbox,
has-info .radio-inline,
has-info .checkbox-inline,
has-info.radio label,
has-info.checkbox label,
has-info.radio-inline label,
has-info.checkbox-inline label {
    color: #1b6d85;
}

.has-info .form-control {
    border-color: #1b6d85;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn .has-info,
.has-info .input-group-addon {
    color: #1b6d85 !important;
    /*background-color: #31b0d5 !important;*/
    border-color: #1b6d85 !important;
}

.has-info .form-control-feedback {
    color: #1b6d85;
}

.has-info select[name=DateFilter] {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .has-info select[name=DateFilter] optgroup,
    .has-info select[name=DateFilter] option {
        color: #555;
        background-color: #fff;
        border-color: #ccc;
    }

.badge-info {
    color: #1b6d85;
    background-color: #1b6d85;
    border-color: #1b6d85;
    border-radius: 5px;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.has-success .input-group-btn {
    color: #3c763d!important;
    background-color: #dff0d8!important;
    border-color: #3c763d!important;
}

.header-row {
    font-weight: bold;
    border-bottom: solid 1px #ddd;
}

.form-description {
    border-top: solid 1px #ddd;
}


.form-question-option-description {
    border-bottom: solid 1px #ddd;
}

.btn-text {
    padding: 0px 8px;
}

.btn-inline {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857143;
    border: none;
    vertical-align: inherit;
}

.btn-xxs {
    padding: 0 4px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.needs-dev-attention {
    background-color: yellow;
}

/*.validation-summary-errors {
    color: #a94442;*/
    /*background-color: #f2dede;*/
    /*padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
    border-radius: 3px;
}
    .validation-summary-errors ul {
        margin-bottom: 0;
    }*/

.caption {
    font-weight: bold;
}

.disabled {
    /* Make the disabled links grayish*/
    color: gray;
    /* And disable the pointer events */
    pointer-events: none;
}

.checkbox-inline,
.checkbox-inline input[type=checkbox] {
    cursor: pointer;
}

.glyphicon:before {
    width: 16px !important;
    height: 16px !important;
}

a.glyphicon,
a.glyphicon:hover,
a.glyphicon:active,
a.glyphicon:visited {
    text-decoration: none;
    color: #666;
}

.glyphicon-none:before {
    content: "\2122";
    color: transparent !important;
}

/*label.control-label {
    padding-top: 7px;
    padding-bottom: 2px;
}
*/
.control-label a,
.control-label a:active,
.control-label a:visited {
    color: inherit;
    text-decoration: none;
}
.control-label a:hover {
    color: inherit;
    text-decoration: underline;
}

.btn-narrow {
    margin: 0 !important;
    padding: 6px !important;
    height: 34px !important;
}

.btn-addextension {
    padding: 6px 4px !important;
    margin: 3px 8px !important;
    line-height: .36 !important;
    border-radius: 1px !important;
}

.layout {
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}
    .layout th,
    .layout td {
        vertical-align: top;
        white-space: nowrap;
        overflow: visible;
    }

.nowrap {
    white-space: nowrap;
    overflow: hidden;
}

img.profile {
    height: 32px;
    width: 32px;
    margin-right: 5px;
    border-radius: 50%;
    /*-webkit-box-shadow: 0 0 3px 2px rgba(50, 50, 50, 0.22);
    -moz-box-shadow: 0 0 3px 2px rgba(50, 50, 50, 0.22);
    box-shadow: 0 0 3px 2px rgba(50, 50, 50, 0.22);*/
}

.ui-menu-item:nth-child(even) {
    background-color: #f9f9f9;
}

.ui-menu-item:nth-child(odd) {
    background-color: #fff;
}


/*.form-inline .pagination {
    vertical-align: middle;
    margin-right: 16px;
}

.form-inline label {
    vertical-align: middle;
    margin-right: 8px;
}
*/
@media (max-width: 767px){
    .btn-group {
        width: 100%;
    }

        .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
            margin-left: 0!important;
        }

}
/*@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}
*/
@media (min-width: 768px) {
}
