﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #b6b7bc;
    font-size: .80em;
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #484848;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

th {
    color: #444444;
}

img {
    border-width: 0px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #444444;
    /* font-variant: small-caps; */
    text-transform: none;
    /*font-weight: 200;*/
    font-weight: bold;
    margin-bottom: 10px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
}

h4 {
    font-size: 1.1em;
    font-weight: bold;
}

h5, h6 {
    font-size: 1em;
    font-weight: bold;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 90%;
    min-width: 1024px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    /* background: #4b6c9e; */
    /* background: transparent; */
    width: 100%;
    height: 131px;
    background: yellow url('../Images/cri_header_bg.png') repeat-x;
}

    .header h1 {
        font-weight: 700;
        margin: 0px 10px 0px 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TOP TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    /* background-color:#3a4f63; */
    background-color: #7c0000;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            /* background-color: #465c71; */
            /* background-color: #961D20; */
            /* background-color: transparent; */
            background-color: #9C1C21;
            border: 1px #760D10 solid;
            color: #dde4ec;
            display: block;
            line-height: 1.0em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
            margin-left: 1px;
        }

            div.menu ul li a:hover {
                background-color: #9d4444;
                color: #EEEEEE;
                text-decoration: none;
            }

            div.menu ul li a:active {
                /*
    background-color: #465c71;
    color: #cfdbe6;
    */
                background-color: #cccccc;
                color: #cc0000;
                text-decoration: none;
            }

/* SUBMENU   
----------------------------------------------------------*/

submenu {
    padding: 4px 0px 4px 8px;
}

div.submenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

    div.submenu ul li a, div.submenu ul li a:visited {
        /* background-color: #465c71; */
        /* background-color: #961D20; */
        background-color: transparent;
        border: 1px #760D10 solid;
        color: #0033ff;
        display: block;
        line-height: 1.0em;
        padding: 10px 20px;
        text-decoration: none;
        white-space: nowrap;
        margin-left: 1px;
    }

        div.submenu ul li a:hover {
            background-color: #9d4444;
            color: #EEEEEE;
            text-decoration: none;
        }

        div.submenu ul li a:active {
            background-color: #465c71;
            color: #cfdbe6;
            text-decoration: none;
        }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset label {
        display: inline-block;
    }

        fieldset label.inline {
            display: inline;
        }

div.requestForm fieldset label {
    width: 250px;
}

/* checkboxlist */
div.requestForm fieldset span label {
    width: auto;
    /* margin-left: 5px; */
    margin-right: 15px;
}

/* manual checkboxlist */
p.checkboxlist span {
    width: auto;
    display: inline-block;
    /* margin-left: 5px; */
    margin-right: 15px;
    margin-bottom: 5px;
}


div.requestForm fieldset p input[type="text"],
div.requestForm fieldset p input[type="password"],
div.requestForm fieldset p select {
    min-width: 200px;
}

    div.requestForm fieldset p input[type="text"].unset-min-width,
    div.requestForm fieldset p input[type="password"].unset-min-width,
    div.requestForm fieldset p select.unset-min-width {
        min-width: unset;
    }


legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

div.title {
    width: 100%;
    height: 131px;
    background: transparent url('../Images/cri_header.png') no-repeat center;
    position: relative;
    text-align: right;
}

    div.title li {
        text-align: left;
    }

div.loginDisplay {
    font-size: 1.0em;
    display: block;
    text-align: right;
    padding: 0px;
    width: 100%;
    height: 25px;
    float: left;
    color: White;
    margin-top: -25px;
    z-index: 1000;
    text-decoration: none;
    background-color: transparent;
}

.loginDisplay a {
    text-decoration: none;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}


div.popupAdSearchFg, div.popupEmailResponseFg, div.popupEmailPreviewFg {
    border-radius: 6px;
    background-color: #fefefe;
    border: 1px solid #777777;
    margin: 0px;
    padding: 10px;
    overflow: auto;
}

div.popupAdSearchBg, div.popupEmailResponseBg, div.popupEmailPreviewBg {
    background-color: gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

div.popupHelpFg {
    border-radius: 6px;
    background-color: #fefefe;
    border: 1px solid #777777;
    margin: 0px;
    padding: 10px;
    overflow: auto;
    font-size: 14px;
}

    div.popupHelpFg h4 {
        margin-top: 10px;
    }

    div.popupHelpFg div {
        line-height: 20px;
        text-align: left;
    }

div.popupHelpBg {
    background-color: gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

pre {
    padding: 5px;
    display: block;
    width: 500px;
    border: 1px solid #444444;
    font-size: 1.2em;
}

.wordBreak {
    word-wrap: break-word;
}

.CompletionListItem {
    padding: 2px;
    background-color: #efefef;
}

.CompletionListHighlightedItem {
    padding: 2px;
    color: White;
    background-color: #2277ff;
}

.firewall-rules {
    margin: 0px auto;
    width: 100%;
    border-collapse: collapse;
}

    .firewall-rules input[type="text"] {
        width: 85%;
    }

    .firewall-rules th, .firewall-rules td {
        text-align: center;
        padding: 2px 2px;
        border: 1px solid #ccc;
        width: 170px;
    }

.restore-paths {
    margin: 5px auto;
    width: 100%;
    border-collapse: collapse;
}

    .restore-paths input[type="text"] {
        width: 90%;
    }

    .restore-paths th, .restore-paths td {
        text-align: center;
        padding: 4px 4px;
        border: 1px solid #ccc;
        /* width: 170px; */
    }

.restore-instructions {
    float: left;
    margin: 15px 20px;
    /* width: 100%; */
    border-collapse: collapse;
}

    .restore-instructions th, .restore-instructions td {
        text-align: left;
        padding: 4px 4px;
        border: 1px solid #aaa;
        /* width: 170px; */
    }

.watermarked {
    background-color: #F0F8FF;
    border: 1px solid #BEBEBE;
    color: gray;
    height: 20px;
    padding: 2px 0 0 2px;
    width: 150px;
}

.vertical-align {
    vertical-align: top;
}

.tooltip-table td > span, .tooltip {
    display: inline;
    position: relative;
}

    .tooltip-table td > span:hover:after, .tooltip:hover:after {
        background: #333;
        background: rgba(0,0,0,.8);
        border-radius: 5px;
        bottom: 25px;
        color: #fff;
        content: attr(title);
        left: 20%;
        padding: 5px 15px;
        position: absolute;
        z-index: 98;
        width: 75px;
        text-align: center;
    }

    .tooltip-table td > span:hover:before, .tooltip:hover:before {
        border: solid;
        border-color: #333 transparent;
        border-width: 5px 5px 0 5px;
        bottom: 20px;
        content: "";
        left: 50%;
        position: absolute;
        z-index: 99;
    }

.inline-block {
    display: inline-block;
}

ul .dynamic {
    z-index: 9999 !important;
}

div.requestForm fieldset .adsearch-link {
    width: 250px;
    display: inline-block;
}

a > i.fas, a > i.far {
    color: black;
}
