﻿body {
    padding: 0px;
    margin: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    background: #333;
}

.body-login {
    background: url('images/bg-dark-orange.jpg') fixed no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    max-width: 100%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}

.logo {
    position: fixed;
    left: -10px;
    top: -35px;
    z-index: 5000;
    width: 100px;
}

.frame-header {
    background-color: #ffffff;
    border-bottom: 1px solid #666666;    
}

.frame-body {
    background: url('images/bg-blob-neutral.png') fixed no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    max-width: 100%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;    
    padding-top: 25px;
    margin: 0px;
}

.frame-footer {
    font-size: 0.8em;
}

.frame-start {
    display: none;
}

.frame-login {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .frame-login .card {
        background-color: rgba(255, 255, 255, 0.90);
    }

    .frame-login .card-header h4 {
        color: #E7232B;
    }

    .frame-login .card-header .text-secondary {
        color: #cccccc !important;
        font-size: 0.6em;
    }

.frame-menu {
    float: left;
    width: 24%;
    /*background: url('images/bg-dark-swirl-50.jpg') center no-repeat;
    background-size: cover;*/
    margin: 1px;
    padding: 0px 10px 0px 10px;
    /*box-shadow: 0px 5px 30px black;*/
    border-radius: 0;
    /*box-shadow: 5px 5px;*/
}

.frame-content {
    float: right;
    width: 68%;
    margin: 1px 50px 50px 0px;
    background-color: #ECECEC;
    box-shadow: 0px 5px 30px black;
    border-radius: 10px;
    /*box-shadow: 5px 5px;*/
}

.bg-card {
    /*background: url('images/bg-dark-swirl-o.jpg') center no-repeat;
    background-size: cover;*/
    border-radius: 10px;
}

.menu-i {
    margin-top: 0px !important;
    margin-left: 50px;
    color: #333333;
}

    .menu-i a {
        color: #333333;
    }

.menu-x {
    position: relative;
    margin-top: 0px !important;
    right: 10px;
    color: #333333;
}

.menu-item {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    border-bottom: 1px dotted #cccccc;
    font-size: 0.8rem;
    color: #333333;
}

    .menu-item a {
        color: #333333;
    }

.menu-item-h a {
    color: #E7232B;
}

    .menu-item-h a:hover {
        color: #666666;
    }

.menu-item-indent {
    padding-left: 20px;
}

.menu-item-indent-x2 {
    padding-left: 30px;
}


.btn-toolbar-top {
    border-bottom: 1px solid #666666;
    padding: 10px;
    /*box-shadow: 5px 5px;*/
    width: 100%;
    background-color: #fff;
}

/* Standard html overrides */
h1 {
    color:#FA4238;
    font-size:2.0rem;
    border-bottom: 1px solid #FFF;
}
h2 {
    color: #69001B;
    font-size: 1.8rem;
    border-bottom: 1px solid #FFF;
}
h3 {
    color: #255B5F;
    font-size: 1.6rem;
    border-bottom: 1px solid #FFF;
}
label {
    border-left: 5px solid #CCCCCC;
    /*border-right: 5px solid #255B5F;
    border-top: 1px solid #255B5F;*/
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    width: 100%;
    color: #CCCCCC;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #E7232B;
    }
    a:active {
        text-decoration: none;
        color: #CCC;
    }

table {
    border: 1px solid #666666;
    padding: 10px;
    /*box-shadow: 5px 5px;*/
    background-color: #fff
}

    table th {
        font-size: 0.8em;
        color: #5586ED;
    }

    table td {
        font-size: 0.8em;
        color: #3c3c3c;
        padding: 2px;
    }

.table-sm {
    font-size: 1rem !important;
}

    .table-sm label {
        font-size: 1em !important;
    }

    .table-sm.input-sm {
        font-size: 1em !important;
        padding: 0px !important;
    }

    .table-sm.form-control {
        padding: 0px;
        font-size: 1em;
    }

.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 2px solid #f00;
    background-color: #FAFAFA;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.img-border-primary {
    border: 2px solid #E7232B;
}

.rounded-corners {
    border-radius: 25px;
}

@media print {

    table {
        width: 100%;
    }

        table th {
            font-size: 1.0em;
        }

        table td {
            font-size: 0.8em;
        }

    /*#printSection.print-max-width {
      width:100%
  }*/

    h4 {
        font-size: 1.0em;
    }
}

.editor {
    z-index:5000 !important;
}