﻿
.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 {
display:inline-block;

}

.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;
}
#ajax-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000000;
    z-index: 1200;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

    #ajax-loader .loader-content {
    background-position: center 5px;
    width: 110px;
    height: 75px;
    padding-top: 50px;
    background-repeat: no-repeat;
    background-image: url('../../Content/ajax-loader.gif');
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    text-align: center;
    margin: auto;
    position: absolute;
    color: #3c3d41;
    font-size: 16px;
    font-weight: bold;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
table.table th {
text-align:center;
}
.sprite {
    background: url('../../Content/sprite.png');
}
.pancard-bg {
    background-position: -153px -324px;
    width: 45px;
    height: 45px;
    margin: 10px 15px 10px 10px;
    float: left;
}


.wizard-step p {
    margin-top: 10px;
}


.wizard-row {
    display: table-row;
}


.wizard {
    display: table;
    width: 100%;
    position: relative;
}


.wizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}


.wizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;

}


.wizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}