﻿/* 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: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    padding-top: 50px;
    padding-bottom: 0;
}

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;
    line-height: 1.4285;
}

input[type=checkbox] {
    cursor: pointer;
}

input[readonly] {
    background-color: transparent;
    border: 0;
    font-size: 14px;
    line-height: 1.42857143;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 1.42857143;
}

.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 .profile {
    /*height: 24px; 
    width: 24px; */
    float: left;
}

.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;
}

.btn-block {
    display: block;
}

.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;
}

.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;
}

.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 {
    /*display: none;*/
}
.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;
    }


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);*/
}


/*.form-inline .pagination {
    vertical-align: middle;
    margin-right: 16px;
}

.form-inline label {
    vertical-align: middle;
    margin-right: 8px;
}
*/

/*@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) {
}
