﻿html, body {
    margin: 0;
    padding: 0;
    font-family: Arial;  
}

@page {
    size: auto !important
}

.container {
    padding: 0;
    margin: 0;
    overflow:hidden;

    /*position: relative;*/
}
.report-cover {
    height: 100%;
    background-image: url('../Images/southwestview.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.report-cover .title{
    display:inline-block;
    margin-top:5.7in;
    margin-left:5in;
    padding:.2in;
    background-color:deepskyblue;
    color:white;
   
}
.page-portrait {
    position:relative;
    width: 7.4in;
    height: 9.9in; 
    page-break-after: always; 
    border: 1px solid white;
    margin:auto;
    overflow:hidden;
        
}
.page-landscape {
    position:relative;
    height: 7.5in;
    width: 10in; 
    page-break-after: always; 
   /* border: 1px solid red;*/
    margin: auto; 
    overflow:hidden;  
    
}
.page-portrait-openLength {
    width: 7.4in;
    page-break-after: always;
    border: 1px solid white;
}
.last-page{
    page-break-after:avoid;
    border:none;
}
.footer {
    bottom:.05in;
    width:98%;
    text-align:right;
    position:absolute;
   /* border: 1px solid white;*/
    font-size:small;
}
.EditPopUp{
    padding:10px;
    display:none;
    position:absolute;

    top:2in;
    left:0;
    right:0;
    width: 6.5in;
    z-index:999;   
    border: 1px solid black;
    border-radius:5px;
    background-color:lightgray;
    margin: 0 auto;

}
fieldset {
    border: 3px solid #1F497D;
    border-radius: 5px;
    padding: 15px;
}

fieldset legend {
   
    font-size: 20px;
   
}
.border-top {
    border-top: 1px solid black;
}

.border-bottom {
    border-bottom: 1px solid black;
}

.border-all {
    border: 1px solid black;
}
.rounded {
    border-radius: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}

.p-2 {
    padding: 0.50rem !important;
}

.table {
    width: 100%;
    color: #212529;
    border-collapse: collapse;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top; 
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }
tr {
    page-break-inside:avoid;
}

.breakhere {
    page-break-after: always;   
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

    table.smallText tr td, table.smallText tr th {
        font-size:small;
        padding: 4px;
    }
    .smallText{
        font-size:small;
    }

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

a {
    text-decoration: none;
}
a.underline{
    text-decoration:underline;
}

  .schedTable td {
        padding: 0;
        border: .05em solid lightgrey;
        position: relative;
        height: 1.9em;
    }

    .schedTable th {
        padding: 3px 0 3px 0;
        border: .05em solid grey;
        text-align: center;
    }

    .schedItem {
        width: 90%;
        margin: 0 0.3em 0 0.3em;
        padding: .4em;
        position: absolute;
        border: 1px solid blue;
        background-color: aliceblue;
        overflow: hidden;
        z-index: 999;
        text-overflow: ellipsis;
    }
.form-control {
    display: block;
    box-sizing: border-box;
    width: 95%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -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);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control:-moz-placeholder {
        color: #999999;
    }

    .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }



/*undo boostrap that show url after link*/
a[href]:after {
    content: none !important;
}


/*SVG Stuff*/
#wrapper {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3c4b3b;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

#svgElement {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}



/* Column layout Stuff =======================================================================*/

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}
  .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;      
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.3333332%;
    }


