﻿/* Datatag Specifics ************************************************************************/

/* Custom Fonts - LS*/

@font-face {
    font-family: 'OpenSans'; /*Name*/
    src: url('../fonts/OpenSans-Regular.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'Oswald'; /*Name*/
    src: url('../fonts/Oswald-Regular.ttf'); /*URL to font*/
}

.btn-primary {
    color: black;
    background-color: #99A3A4;
    border-color: #99A3A4;
    border-radius: 10px 10px 0px 0px;
}

.btn-primary:hover,
.btn-primary:focus,
.open .dropdown-toggle.btn-primary {
        color: black;
        background-color: #F4F6F7;
        border-color: #357ebd;
    }

.btn-primary.active,
.open .dropdown-toggle.btn-primary {
        color: black;
        background-color: #99A3A4;
        border-color: #357ebd;
    }

.outer {
    position: fixed;
    background-color: lightgray;
    top: 10px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: scroll;
}

.inner {
    width: 500px;
    height: 150px;
    top: 15%;
    margin: 0 auto;
    position: relative;
    background: white;
    border: 6px solid #FF0000;
    box-shadow: 2px 4px 10px black;
    border-radius: 5px 5px 5px 5px;
}

    .inner:hover {
        border-radius: 15px 15px 15px 15px;
    }

.insetIcon {
    width: 100px;
    height: 110px;
    top: 10%;
    left: 3%;
    margin: 0 auto;
    position: absolute;
    background: blue;
}

.innerText {
    width: 250px;
    height: 80px;
    left: 10%;
    margin: 0px 0px 0px 75px;
    position: absolute;
    border: 0px solid grey;
    background: none;
}

.expiresText {
    left: 70%;
    position: absolute;
    font-size: 10px;
}

.expiresTextRed {
    left: 70%;
    position: absolute;
    font-size: 10px;
    color: red;
}

.innerButton {
    border-radius: 8px;
    font-size: 8px;
    padding: 5px;
    /*text-align: center;*/
    background-color: #dddcdc;
    border: 2px solid #666666;
    font-weight: bold;
    color: #666666;
}

.innerButton_r_A {
    border-radius: 4px;
    background-color: #dddcdc;
    border: 1px solid #666666;
    font-weight: bold;
    color: #666666;
    position: relative;
    top: 0%;
    margin-left: 300px;
    font-size: 8px;
    width: 100px;
}

.checkTC {
    border: none;
    position: relative;
    margin-left: 350px;
    
}



.innerButton_r_B {
    border-radius: 4px;
    background-color: #dddcdc;
    border: 1px solid #666666;
    font-weight: bold;
    color: #666666;
    position: relative;
    top: 0%;
    margin-left: 300px;
    font-size: 8px;
    width: 100px;
    /*height: 40px;*/
    margin-top: 1px;
    /*white-space: normal;
    overflow-wrap: break-word;*/
}

.innerButtons {
    position: relative;
    margin-left: 60px;
}


.innerButton_r_A:hover {
    background-color: yellow;
}

.innerButton_r_B:hover {
    background-color: yellow;
}

.innerRepTitle {
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 800;
}

.innerTextBox {
    width: 100%;
    border: none;
    font-size: 10px;
    white-space: normal;
    overflow-wrap: break-word;
    resize: none;
}

.hide {
    display: none;
}

.unhide {
    display: normal;
}

.iframeOne {
    position: absolute;
    height: 100%;
    border: none;
    overflow: scroll;
}

/* Adam Suff */

.sReportBox {
    border: 8px solid #33CCFF;
    padding: 20px;
    margin: 20px;
    background-color: #FFFFFF;
    overflow-y: auto;
    visibility: visible;
    clear: both;
    box-shadow: 5px 10px 18px #888888;
}

.ReportBox_01 {
    border: 8px solid #33CCFF;
    padding: 20px;
    margin: 20px;
    background-color: #FFFFFF;
    overflow-y: auto;
    visibility: visible;
    clear: both;
    box-shadow: 5px 10px 18px #888888;
}


.title {
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 0px;
}

.text1 {

    font:normal 20px sans-serif;
}

.repmenucss {
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 80%;
    width: 97%;
    border-width: 0;
}


