html, body {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    font-family: Calibri;
    font-size:small;
    font-weight:normal;
}


.h6{font-size:16px;}
.h5{font-size:18px;}
.h4{font-size:20px;} 
.h3 {font-size:24px;}
.h2 {font-size:30;}
.h1{font-size:36px;}

.btn-link {
 white-space: normal;
word-wrap: break-word;
text-align:left;
}

.privacyTable table, .privacyTable th, .privacyTable td{
border-width:2px;
border-color:LightGray;
border-style:solid;
border-collapse: collapse;
vertical-align:top;
padding: 5px;
}
.privacyTable th {
   text-align:center;
   background: rgba(200, 221, 252, 1)   !important;
}

/*  Define the background color for all the ODD background rows  */
.privacyTable tr:nth-child(odd) {
    background: white;
}

/*  Define the background color for all the EVEN background rows  */
.privacyTable tr:nth-child(even) {
   background: #f1f1f1   !important;
}

.privacyTable tr:hover{
background-color: rgba(200, 221, 252, 1) !important;
} 


.card-body-outlined {
border-width:2px;
border-color:LightGray;
border-style:solid;
border-left:none;
border-right:none;
border-top:none;
margin-bottom: -2px;
}

input[name="ImageFile"] {
    max-width: 500px;
    width:500px;
}
iframe[name="displayDocument"]{
    max-width:100%;
    width:100%;
    max-height:500px;
    height:400px;
}
.expand_caret{
 transform: scale(1.0);
margin-left:8px;
margin-top: -4px;
}

a[aria-expanded='false'] > .expand_caret {
 transform: scale(1.0) rotate(-90deg);
}
.caret{
 transform: scale(1.0);
margin-left: 8px;
margin-top:-4px;
}
button[aria-expanded='false' ] > .caret {
transform:scale(1.0) rotate(-90deg);
}
.container {
    min-height:100%;
    overflow:hidden;
}

.min-100 {
margin-bottom:-9999px;
padding-bottom: 9999px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

.fill {
    min-height:100%;
    height: 100%;
}

@media only screen and (min-width: 959px) {
    .left-panel {
        background-color: rgba(200, 221, 252, 1);
        height: 100%;
        min-width: 100px;
        margin-bottom: -99999px;
        padding-bottom: 99999px;
        white-space:  normal; 
        overflow: hidden; /*prevent text from being shown outside the border */
        text-overflow:  ellipsis; /*cut off text with an ellipsis*/
    }

    .left-panel-icon-column {
        margin-left: 25%;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .left-panel {
        background-color: rgba(200, 221, 252, 1);
        height: 100%;
        margin-bottom: -99999px;
        padding-bottom: 99999px;
        white-space: normal; 
        overflow: hidden; /*prevent text from being shown outside the border */
        text-overflow: ellipsis; /*cut off text with an ellipsis*/
    }

    .left-panel-icon-column {
        margin-left: 25%;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
      .left-panel {
          background-color: rgba(200, 221, 252, 1);
          height: 100%;
          margin-bottom: -99999px;
          padding-bottom: 99999px;
          white-space: normal; 
          overflow: hidden; /*prevent text from being shown outside the border */
          text-overflow: ellipsis; /*cut off text with an ellipsis*/
      }

        .left-panal-icon-column {
            margin-left: 25%;
            text-align: center;
            width: 100%;
            margin: 0 auto;
        }
}

@media only screen and (max-width: 480px) {
        .left-panel {
            background-color: rgba(200, 221, 252, 1);
            height: 100%;
            margin-bottom: -99999px;
            padding-bottom: 99999px;
            white-space: normal;
            overflow: hidden; /*prevent text from being shown outside the border */
            text-overflow: ellipsis; /*cut off text with an ellipsis*/
        }

        .left-panal-icon-column {
            margin-left: 25%;
            text-align: center;
            width: 100%;
            margin: 0 auto;
        }
}

/* Override the default bootstrap behavior where horizontal description lists 
will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.text-primary {
    font-size: large;
}

.text-primary-header {
    color: maroon;
    font-weight: 500;
    font-size: x-large;
}


/* override max-width for horizontal fluid layout*/
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
}

header[role="banner"] #logo-main {
    display: block;
    margin: 20px auto;
}

.navbar-search {
    min-height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom-color: black;
}

#navbar-primary.navbar-default {
    background: transparent;
    border: none;
}

#navbar-primary.navbar-default .navbar-nav {
    width: 100%;
    text-align: center;
}

#navbar-primary.navbar-default .navbar-nav > li {
    display: inline-block;
    float: none;
}

#navbar-primary.navbar-default .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
}

.text-danger {
}


.skinny {
    height: 30px;
    padding: 3px 3px 3px 3px;
}

.Contact-table {
    width: 100%;
}

.Contact-table td {
    padding: 5px 0px 5px 0px;
}

textarea {
    max-width: 800px;
    max-height: 800px;
}

text {
    max-width: 100px;
}

.required:after {
    content: " *";
    color: red;
}

.col-wrap {
    overflow: hidden;
}


/*@media only screen and (max-width: 480px) {
    #mainContent, #mainContentHeader {
        padding-left: 2em;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    #mainContent, #mainContentHeader {
        padding-left: 2em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    #mainContent, #mainContentHeader {
        padding-left: 5em;
        padding-right: 5em;
    }
}

@media only screen and (min-width: 959px) {
    #mainContent, #mainContentHeader {
        padding-left: 5em;
        padding-right: 5em;
    }
}

@media only print {
    #mainContent, #mainContentHeader {
        margin: 15px;
    }
}*/

#mainContentHeader{
    margin-left: -10px;
    margin-top:5px;
}

.announcement {
    font: bold xx-large;
    color: darkred;
}

/*@media print{
    a[href]:after {content:normal}
}*/

.certTable {
    width: 100%;
    border-collapse: collapse;
}

.certTable td {
    padding: 7px;
    /*border: #4e95f4 1px solid;*/
    border: 2px solid black;
    margin-bottom: 10px;
}

/* provide some minimal visual accomodation for IE8 and below */
.certTable tr {
    background: #b8d1f3;
}
 
/*  Define the background color for all the ODD background rows  */
.certTable tr:nth-child(odd) {
    /*background: #b8d1f3;*/
    background: rgba(200, 221, 252, 1) !important;
}

/*  Define the background color for all the EVEN background rows  */
.certTable tr:nth-child(even) {
    /*background: #dae5f4;*/
    background: white;
}

.text-box {
    max-width: 500px;
    max-height:400px;
}
