﻿
.panel .panel-heading .action {
    float: right;
}

    .panel .panel-heading .action .btn {
        margin-top: -5px;
    }

.model-hint {
    color: #800000;
    font-size: 11px;
    font-family: Arial;
    font-weight: normal;
}

.model-error {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    border-radius: 5px;
    margin-top: 2px;
}

    .model-error ul {
        margin: 0px;
        padding: 0px;
    }

        .model-error ul li {
            color: #800000;
            padding: 2px 4px 2px 4px;
            font-size: 10px;
            line-height: 1.2;
            list-style-type: none;
            font-weight: bold;
        }

.form-control.ng-invalid {
    border: 1px solid #800000;
}

.form-group-sm {
    margin-bottom: 10px;
}

body.modal-open .modal {
    display: flex !important;
    height: 100%;
}

    body.modal-open .modal .modal-dialog {
        margin: auto;
    }
.link {
    cursor: pointer;
}

.modal-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

label.required::before {
    content: "*";
    font-weight: bold;
    color: Red;
    font: left;
}


.main-header .nav-owner {
    margin-top: 15px;
    font-size: 24px;
    color: rgb(131, 35, 38);
    font-weight: bold;
}

.main-header .nav-owner-title {
    text-align: center;
}

.main-header .nav navbar-nav a {
    padding-top: 0px;
    padding-bottom: 0px;
}


.sidebar .user-panel {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
}


.panel-primary a:hover {
    text-decoration: none;
}

.label-top {
    position: absolute;
    top: 2px;
    margin-left: 2px;
    text-align: center;
    font-size: 11px;
    padding: 2px 3px;
    line-height: 1;
}

.main-header {
    max-height: auto;
}
.btn-box {
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    margin-bottom: 15px;
    font-family: 'Source Sans Pro' , 'Helvetica Neue' ,Helvetica,Arial,sans-serif;
}
.btn-box .text-muted {
    font-weight: 400;
    font-size: 13px;
}
    .btn-box .btn-box-heading {
    
    margin: 0px 0px 5px 0px;
    padding: 5px;
    font-weight: 700;
    font-size: 14px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    overflow: auto;
    clear:both;
}

.btn-box .btn-box-body {
    padding: 5px;
    font-size: 14px;
    line-height:1.6;
}
.list-action {
    text-align:center;
}

.nav-box {
    padding: 5px;
    border: 1px dashed #808000;
    color: #FFFFFF;
    font-weight: 800;
    display: block;
    border-radius: 4px;
    text-decoration: none;
    margin-bottom: 10px;
}

    .nav-box:hover {
        color: #FFFFFF;
        opacity:.8;
        text-decoration: none;
    }
.main-sidebar {
padding-top:100px;
}

.input-xs {
    height: 25px;
    padding: 2px 5px 3px 5px;
    font-size: 11px;
    line-height: 1.2;
    border-radius: 2px;
}

.panel-group-xs .panel {
    margin-top:0px !important;
    border-radius:0px;
}
.panel-group-xs .panel .panel-heading {
    font-size:12px;
    padding-top:4px;
    padding-bottom:4px;
}
.model-errors.ng-active
{
    background: maroon;
    margin-top: 5px;
    color: white;
    padding: 4px;
    border-radius: 5px;
    position: relative;
    color: white;
    font-size: 11px;
}

.model-errors.ng-active::after {
    position: absolute;
    top: -10px;
    content: "";
    left: 20px;
    border-style: solid;
    border-color: transparent transparent maroon;
    border-width: 5px;
}

.footer-bs {
    background-color: #3c3d41;
    padding: 60px 40px;
    color: rgba(255,255,255,1.00);
    margin-bottom: 20px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 6px;
}
.footer-bs .footer-nav ul.list a {
    color: rgba(255,255,255,0.80);
}
.footer-bs .footer-nav ul.list {
    list-style: none;
}
.footer-bs .footer-social a {
    color: rgba(255,255,255,1.00);
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
padding:4px;
}
