﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");

body,
html {
    min-height: 100%;
    height: 100%;
}

body,
td,
th {
    font-size: 13px;
}

body {
    margin: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 21px;
    color: #292b2c;
    background: #eae9e2;
    text-align: left;
    min-height: 100%;
    height: 100%;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

#BellefieldLogo {
    background: url("Images/ITKPortalBlue.png") no-repeat scroll 0 transparent;
    border: 0 none;
    display: block;
    height: 140px;
    position: relative;
    top: 0;
    vertical-align: middle;
    width: 460px;
    float: left;
    clear: none;
    background-size: 75%;
}
    /*#BellefieldLogo.seasonal-release {
    background-image: url("Images/itk-logo-portal-spring16.png");
}*/

    #BellefieldLogo1.firm-policy {
        background-image: url("Images/Policy_Portal_logo.png");
    }

    #BellefieldLogo1.Thrive-policy {
        background: url("Images/Aderant-Thrive-Lockup-186d37-no-Aderant.svg") no-repeat scroll 0 transparent;
        margin-left: -100px;
    }


#BannerMain {
    border: 0 none;
    position: relative;
    top: 0;
    vertical-align: middle;
    z-index: -2;
}

pre {
    white-space: pre-wrap;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

canvas {
    max-width: 100%;
}

#MenuContainer {
    display: inline-block;
    padding: 12px 15px;
    border-bottom: 1px solid #89b633;
    color: white;
    background: linear-gradient(#0782C2, #00466A);
    width: 100%;
    box-shadow: 0 2px 6px rgba(50, 50, 50, 0.5);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
}

#mainMenuItem {
    margin: 0;
    position: relative;
}

    #mainMenuItem li {
        color: #0782C2;
        display: inline;
        font-size: 18px;
        padding: 0;
    }

        #mainMenuItem li:first-child {
            margin-left: 20px;
        }

#MenuContainer span {
    color: white;
    text-decoration: none;
    padding: 0 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

#mainMenuItem a:hover {
    color: #0782C2;
}

#mainBreadcrumb {
    margin: 5px;
    padding-top: 20px;
    position: relative;
}

.breadcrumb-change-password {
    display: inline-block;
    float: right;
}

#mainMenuItem div {
    color: #0782C2;
    display: inline;
    font-size: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

#clearAll {
    clear: both;
}

.MainContainer {
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 50px;
    text-align: left;
    width: 90%;
}

.MainLogin {
    padding-bottom: 5px;
    padding-top: 45px;
    text-align: right;
}

#footerLink {
    color: #333333;
    font-size: 12px;
    padding-top: 30px;
    position: relative;
    min-height: 50px;
    text-align: left;
    background: url("Images/Aderant_Footer_Blue.png") no-repeat top right transparent;
    margin-bottom: 30px;
    vertical-align: text-bottom;
    /*text-indent:5px;*/
    background-size: 10%;
    margin-top: 10px;
    padding-left: 5px;
}

    #footerLink a {
        color: #0782C2;
        font-weight: normal;
        text-decoration: none;
    }

        #footerLink a:hover {
            font-weight: normal;
            text-decoration: underline;
        }

#Copyright {
    color: #333333;
    font-size: 10px;
    padding: 5px;
}

.ItemLink a {
    color: #0782C2;
    font-weight: bold;
    text-decoration: none;
}

    .ItemLink a:hover {
        color: #666666;
        text-decoration: underline;
    }

table {
    margin-right: 32px;
}

    table td {
        padding: 5px 5px 10px 10px;
        vertical-align: top;
    }

.buttonLink {
    border-top: 1px solid #96d1f8;
    display: -moz-inline-stack;
    display: inline-block;
    background: #4476cc;
    background: -moz-linear-gradient(top, #4476cc 0, #223388 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #4476cc), color-stop(100%, #223388) );
    background: -webkit-linear-gradient(top, #4476cc 0, #223388 100%);
    background: -o-linear-gradient(top, #4476cc 0, #223388 100%);
    background: -ms-linear-gradient(top, #4476cc 0, #223388 100%);
    background: linear-gradient(top, #4476cc 0, #223388 100%);
    padding: 4px 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #ffffff;
    font-size: 18px;
    font-family: Calibri, Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    font-weight: bold;
    font-style: normal;
    text-shadow: #608626 1px 1px 0;
    text-align: center;
}

.buttonLinkOrange {
    border-top: 1px solid #96d1f8;
    display: -moz-inline-stack;
    display: inline-block;
    background: #f16921;
    padding: 4px 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #ffffff;
    font-size: 18px;
    font-family: Calibri, Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    font-weight: bold;
    font-style: normal;
    text-shadow: #608626 1px 1px 0;
    text-align: center;
}

.siteMode {
    padding: 4px 60px;
    background: #f16921;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    border: none;
    color: #fff;
    box-shadow: 1px 1px 6px rgba(50, 50, 50, 0.5);
    margin: 0 0 10px 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 10000;
    position: absolute;
    top: 0px;
    left: 50px;
}

.warningNote {
    padding: 4px 20px;
    background: #ff833b;
    font-size: 13px;
    border: none;
    color: #ffffff;
    box-shadow: 0 2px 6px rgba(50, 50, 50, 0.5);
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    width: 40%;
}

.TopMenuBar {
    color: #0782C2;
    padding: 0;
    text-decoration: none;
    vertical-align: middle;
    margin-bottom: 10px;
    display: block;
}

.Box {
    background: url("Images/TableIn.png") repeat-y scroll 0 0 transparent;
    color: #333333;
    font-size: 14px;
    width: 290px;
}

    .Box .Header {
        background: url("Images/TableTop.png") no-repeat scroll left top transparent;
        padding-top: 20px;
        width: 290px;
    }

    .Box .Inner {
        height: 400px;
    }

    .Box .Last {
        background: url("Images/TableBottom.png") no-repeat scroll left bottom transparent;
        padding-bottom: 20px;
        position: relative;
        width: 290px;
    }

    .Box p {
        padding-left: 20px;
        padding-right: 10px;
    }

    .Box img {
        padding-left: 20px;
    }

.TabMain {
    padding: 0;
}

    .TabMain td {
        padding-left: 3px;
        padding-right: 4px;
    }

.BoxBanner {
    background: url("Images/BarInner.png") repeat-y scroll left top transparent;
    width: 900px;
}

    .BoxBanner .Top {
        background: url("Images/BarTop.png") no-repeat scroll left bottom transparent;
        width: 900px;
    }

    .BoxBanner .BannerProd {
        background: url("Images/BannerProducts.png") no-repeat scroll left top transparent;
        display: block;
        height: 214px;
        width: 771px;
    }

    .BoxBanner .BannerTech {
        background: url("Images/BannerTechnology.png") no-repeat scroll left top transparent;
        display: block;
        height: 214px;
        top: 70px;
        width: 771px;
    }

    .BoxBanner .BannerPart {
        background: url("Images/BannerPartners.png") no-repeat scroll left top transparent;
        display: block;
        height: 214px;
        width: 771px;
    }

    .BoxBanner .BannerAbout {
        background: url("Images/BannerAbout.png") no-repeat scroll left top transparent;
        display: block;
        height: 214px;
        width: 771px;
    }

    .BoxBanner .BannerCont {
        background: url("Images/BannerContact.png") no-repeat scroll left top transparent;
        display: block;
        height: 214px;
        width: 771px;
    }

    .BoxBanner .BannerEmpty {
        background: url("Images/Banner_Empty.png") no-repeat scroll left top transparent;
        color: #333333;
        display: block;
        font-size: 32px;
        height: 214px;
        line-height: 100%;
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 30px;
        text-align: left;
        vertical-align: middle;
        width: 771px;
    }

    .BoxBanner .Last {
        background: url("Images/BarBottom.png") no-repeat scroll left bottom transparent;
        padding-bottom: 20px;
        padding-left: 50px;
        padding-right: 30px;
    }

/*
    @cleanup: This isn't targeting a valid element.
.BoxObject xp,
xh2 {
    padding-left: 20px;
    padding-right: 20px;
}
*/

.ItemTitleGreen {
    color: #006600;
    font-size: 32px;
    padding-left: 10px;
    vertical-align: middle;
}

    .ItemTitleGreen a {
        font-weight: 300;
        text-decoration: none;
    }

        .ItemTitleGreen a:hover {
            font-weight: normal;
            text-decoration: none;
        }

.ItemTitleBlue {
    color: #0782C2;
    font-size: 22px;
    padding-bottom: 5px;
    padding-top: 10px;
    vertical-align: top;
}

.ItemTitleGray {
    color: #333333;
    font-size: 36px;
    padding-bottom: 5px;
    padding-top: 10px;
    vertical-align: top;
}

.ItemTextLink a {
    color: #0782C2;
    font-weight: bold;
    text-decoration: none;
}

    .ItemTextLink a:hover {
        text-decoration: underline;
    }

.ItemTitle {
    color: #0782C2;
    font-size: 28px;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: top;
}

.ImageBorder {
    border: 1px solid #c0c0c0;
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 5px;
}

.ProductMainTitle {
    color: #006600;
    font-size: 32px;
    padding-top: 20px;
}

.ProductSubTitle {
    color: #ff9900;
    font-family: Arial;
    font-size: 20px;
}

.ProductTagLine {
    color: #999999;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}

.ProductDesc {
    color: #999999;
    font-size: 14px;
    padding-top: 10px;
}

.ProductSysReq {
    color: #006600;
    font-size: 12px;
    padding-top: 10px;
}

.ProductSmartProfiler {
    background: url("Images/Logo_SmartProfiler.png") no-repeat scroll left top transparent;
    display: block;
    height: 100px;
    margin-top: 10px;
    width: 100px;
}

.ProductDocExplorer {
    background: url("Images/Logo_DocExplorer.png") no-repeat scroll left top transparent;
    display: block;
    height: 100px;
    margin-top: 10px;
    width: 100px;
}

.ProductLaunchPad {
    background: url("Images/Logo_LaunchPad.png") no-repeat scroll left top transparent;
    display: block;
    height: 100px;
    margin-top: 10px;
    width: 100px;
}

.ProductAPI {
    background: url("Images/Logo_API.png") no-repeat scroll left top transparent;
    display: block;
    height: 100px;
    margin-top: 10px;
    width: 100px;
}

.ProductBuyNow {
    background: url("Images/ButtonBuyNow.png") no-repeat scroll left top transparent;
    display: block;
    height: 51px;
    margin-top: 20px;
    width: 178px;
}

.ProductTryNow {
    background: url("Images/ButtonTryNow.png") no-repeat scroll left top transparent;
    display: block;
    height: 51px;
    margin-top: 10px;
    width: 178px;
}

.ScreenSmartProfiler {
    background: url("Images/Screen_SmartProfiler.png") no-repeat scroll left top transparent;
    display: block;
    height: 256px;
    margin-top: 30px;
    width: 510px;
}

.ScreenDocExplorer {
    background: url("Images/Screen_DocumentExplorer.png") no-repeat scroll left top transparent;
    display: block;
    height: 256px;
    margin-top: 30px;
    width: 510px;
}

.ScreenLaunchPad {
    background: url("Images/Screen_LaunchPad.png") no-repeat scroll left top transparent;
    display: block;
    height: 256px;
    margin-top: 100px;
    width: 510px;
}

.ScreenAPI {
    background: url("Images/Screen_API.png") no-repeat scroll left top transparent;
    display: block;
    height: 256px;
    margin-top: 100px;
    width: 510px;
}

.ProductLeft {
    width: 350px;
}

.ProductRightColumn {
    padding-left: 30px;
    width: 350px;
}

.ProductPrice {
    color: #006600;
    float: right;
    font-size: 14px;
    padding-left: 60px;
    padding-top: 20px;
}

.ProductTry {
}

.DivisionLine {
    border-top: 1px dotted #cccccc;
    margin-left: 20px;
    margin-top: 20px;
    width: 350px;
}

#gallery {
}

    #gallery .Formatted {
        background-color: #ffffff;
    }

    #gallery ul {
        list-style: none outside;
    }

        #gallery ul li {
            display: inline;
            padding: 10px;
            vertical-align: bottom;
        }

        #gallery ul img {
            border-color: #cccccc;
            border-style: solid;
            border-width: 5px 5px 20px;
            padding-bottom: 10px;
        }

        #gallery ul a:hover img {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            border-color: #3e3e3e;
            -moz-border-image: none;
            -o-border-image: none;
            -webkit-border-image: none;
            border-image: none;
            border-style: solid;
            border-width: 5px 5px 20px;
            color: #ffffff;
        }

        #gallery ul a:hover {
            color: #3e3e3e;
        }

.formComment {
    color: #333333;
    font-size: 12px;
    padding-top: 20px;
    position: relative;
    text-align: center;
    vertical-align: text-bottom;
}

.formCommentWithoutPadding {
    color: #333333;
    font-size: 12px;
    position: relative;
    text-align: center;
    vertical-align: text-bottom;
}

.errordetails td {
    padding-bottom: 0;
    padding-top: 0;
}

.errordetails pre {
    float: none;
    margin: 0;
    text-align: left;
}
/* UPDATE */

header {
    display: block;
}

.frame {
    margin: 0 auto;
    padding: 30px 0;
    width: 1010px;
}

.BoxObject {
    font-size: 14px;
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(50, 50, 50, 0.5);
    position: relative;
    display: block;
    clear: both;
    margin-top: -5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}

.whitebox header,
.whitebox footer {
    border-radius: 4px;
    padding: 10px 15px;
    margin: 0 15px;
    display: block;
    box-shadow: 0 0 3px #ccc;
    border: 1px solid #89b633;
    margin-bottom: 10px;
    color: #0782C2;
    height: auto;
    background: #9ed443;
    background: -moz-linear-gradient(top, #9ed443 0, #bee064 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #9ed443), color-stop(100%, #bee064) );
    background: -webkit-linear-gradient(top, #9ed443 0, #bee064 100%);
    background: -o-linear-gradient(top, #9ed443 0, #bee064 100%);
    background: -ms-linear-gradient(top, #9ed443 0, #bee064 100%);
    background: linear-gradient(to bottom, #9ed443 0, #bee064 100%);
}

.whitebox footer {
    border-radius: 4px;
    padding: 7px 10px;
    text-align: right;
}

.grey {
    background: url(/images/iTK_Desktop_Footer.png) top center repeat-x #444;
    border-radius: 0 0 7px 7px;
    height: 45px;
    padding: 0;
    border: none;
    margin: 0;
    box-shadow: none;
}

h2 {
    font-weight: 400;
    padding: 10px;
    background: #0782C2;
    color: #eae9e2;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1em;
    margin: 0;
}

a {
    color: #0782C2;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-decoration: underline;
}

    a:hover {
        color: #0782C2;
        text-decoration: none;
    }

.page {
    margin: 0 15px;
}

.login {
    width: 560px;
}

label#PageBody_PasswordLabel,
label#PageBody_UserNameLabel {
    font-weight: bold;
    line-height: 40px;
}
/*Have not included the recommended width because of other input locations*/

input[type="text"] {
    border: 1px solid #c0c0be;
    margin: 0;
    padding: 4px 9px;
    color: #333;
    font-weight: 400;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*Removed Raleway font for password fields. This was causing strange behavior in IE10. Copy and paste would show a blank field, you had to type two characters before anything would show up in the box.*/

input[type="password"] {
    border: 1px solid #c0c0be;
    margin: 0;
    padding: 4px 9px;
    color: #333;
    font-weight: 400;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

textarea,
select {
    border: 1px solid #c0c0be;
    margin: 0;
    width: 92%;
    padding: 4px 9px;
    color: #333;
    font-weight: 400;
    border-radius: 6px;
    margin-bottom: 4px;
    font-size: 14px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    resize: vertical;
}

input[type="file"] {
    padding: 3px 12px;
    background: #0782C2;
    background: -moz-linear-gradient(top, #0782C2 0, #00466A 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #0782C2), color-stop(100%, #00466A) );
    background: -webkit-linear-gradient(top, #0782C2 0, #00466A 100%);
    background: -o-linear-gradient(top, #0782C2 0, #00466A 100%);
    background: -ms-linear-gradient(top, #0782C2 0, #00466A 100%);
    background: linear-gradient(to bottom, #0782C2 0, #00466A 100%);
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-shadow: -1px -1px 0 #bc6b1b;
    border: 1px solid #f6912b;
    color: #fff;
    box-shadow: 1px 1px 7px #759746;
    margin: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type="submit"] {
    padding: 4px 12px;
    background: #0782C2;
    background: -moz-linear-gradient(top, #0782C2 0, #00466A 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #0782C2), color-stop(100%, #00466A) );
    background: -webkit-linear-gradient(top, #0782C2 0, #00466A 100%);
    background: -o-linear-gradient(top, #0782C2 0, #00466A 100%);
    background: -ms-linear-gradient(top, #0782C2 0, #00466A 100%);
    background: linear-gradient(to bottom, #0782C2 0, #00466A 100%);
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-shadow: -1px -1px 0 #bc6b1b;
    border: 1px solid #f6912b;
    color: #fff;
    box-shadow: 1px 1px 7px #759746;
    margin: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    input[type="submit"]:hover {
        background: #0782C2;
        background: -moz-linear-gradient(top, #0782C2 20%, #00466A 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(20%, #0782C2), color-stop(100%, #00466A) );
        background: -webkit-linear-gradient(top, #0782C2 20%, #00466A 100%);
        background: -o-linear-gradient(top, #0782C2 20%, #00466A 100%);
        background: -ms-linear-gradient(top, #0782C2 20%, #00466A 100%);
        background: linear-gradient(to bottom, #0782C2 20%, #00466A 100%);
        color: #ffffff;
    }

.Logo {
    padding: 40px 10px 10px 0;
    text-align: center;
    display: block;
}

.LogoSm {
    padding: 0 0 0 13px;
    float: left;
    width: 350px;
    display: block;
    margin: 10px 0;
}

label {
    font-weight: 400;
}

.formcheckbox {
    padding: 0 0 10px 0;
}

.guestlogin {
    padding: 6px 10px 8px 10px;
    box-shadow: 0 0 5px #bbb;
    border-radius: 6px;
    line-height: 16px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    margin-top: 10px;
}

    .guestlogin p {
        padding: 0;
        margin: 0;
    }

.disclaimer {
    line-height: 1px;
    padding: 0 0 25px 0;
    border-top: 1px solid #ccc;
    clear: both;
}

    .disclaimer p {
        line-height: 40px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.fleft {
    float: left;
    clear: none;
}

.fright {
    float: right;
    clear: none;
}

.orange {
    color: #f26a22;
}

img {
    border: none;
    vertical-align: middle;
}

input[type="submit"],
.buttonLink {
    margin: 0;
    padding: 7px 10px;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    min-width: 60px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background: #0782C2;
    color: #ffffff;
    text-shadow: none;
    letter-spacing: 0;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.5);
    transition: opacity 333ms ease-in-out;
}

    .buttonLink a {
        text-decoration: none;
        border: none;
    }

    input[type="submit"]:hover,
    a.buttonLink:hover {
        background: #00466A;
        color: #ffffff;
        text-decoration: none;
    }


.buttonLinkOrange {
    margin: 0;
    margin-top: 2px;
    margin-right: 5px;
    padding: 7px 10px;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    min-width: 60px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background: #f16921;
    color: #ffffff;
    text-shadow: none;
    letter-spacing: 0;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.5);
    transition: opacity 333ms ease-in-out;
}

    .buttonLinkOrange a {
        text-decoration: none;
        border: none;
    }

a.buttonLinkOrange:hover {
    background: #f37c28;
    color: #ffffff;
    text-decoration: none;
}

.disabled,
input[type="submit"]:disabled,
[data-enabled="false"] {
    /*
    background: grey;
    color: white;
    text-decoration: none;
    */
    opacity: 0.25;
    transition: opacity 333ms ease-in-out;
}

    a.disabled:hover,
    [data-enabled="false"]:hover {
        cursor: not-allowed;
    }

.buttonLink a img {
    border: none;
}

.buttonLink .orange {
    font-weight: 700;
    padding-left: 3px;
}

.buttonLink.space-bottom {
    margin-bottom: 10px;
}

.barLink {
    color: #0782C2;
}

    .barLink a {
        border: none;
    }

a.barLink:hover {
    color: #f26a22;
}

.whitebox .btn {
    margin: 0 0 0 10px;
    background: #c0e069;
    padding: 3px;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
}

#lnkLogOut {
    margin-left: 20px;
}

.mGrid .pgr,
.mGrid .grdfooter {
    background: #0782C2 !important;
    background-image: none !important;
}

#login .BoxObject {
    border-radius: 8px;
}

#login #footerLink {
    width: 90%;
    margin: 0 auto;
}

#PageBody_ucSubsProfile_pnlSub {
    margin-bottom: 40px;
}

.submenu {
    background-color: #0782C2 !important;
    height: 48px !important;
    min-height: 48px !important;
}

fieldset {
    border: 1px solid #ccc;
    outline: none;
}

    fieldset legend {
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding-left: 8px;
        padding-right: 8px;
    }

#PageBody_ucSubscriptionTimeEntries_lblTimeEntryInfo {
    font-size: 15px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#PageBody_ctl00_CustomCodes div {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.siteNavigation .selected a {
    background: #ffffff !important;
    border-radius: 5px 5px 0 0;
    color: #0782C2 !important;
}

.content {
    border-left: 1px solid #ccc;
    padding-left: 30px;
    width: 80%;
}

.sidebar {
    white-space: nowrap;
    width: 20%;
}

.contentWithSideMenu {
    width: 100%;
}

#PageBody_updatePanelGrd input {
    width: 80%;
}

#PageBody_updatePanel1,
#PageBody_SubscriptionAuditLogControl_pnlSub,
#PageBody_SubscriptionAuditLogControl_grdAuditLogs {
}

/* Panel Styling */
.divSubControl {
    box-shadow: 0 1px 5px rgba(30, 30, 30, 0.75);
    border-radius: 4px;
    padding: 0;
}

    .divSubControl h2 {
        background-color: #c2ea45;
        border-bottom: 1px solid #89b633;
        color: #0782C2;
        font-size: 17px;
        font-weight: 400;
        line-height: 1em;
        padding: 12px 15px 8px;
    }

    .divSubControl ul {
        padding: 12px 15px 18px;
        margin: 0 0 0 17px;
    }

/* Admin Link Lists */
.admin-link-container {
    padding: 10px 0;
    margin: 0 -5px;
}

.admin-link-groups {
    padding: 0 5px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.admin-link-big-group {
    padding: 0 5px;
    margin: 0;
    /*display: inline-block;*/
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

@media (min-width: 768px) {
    .admin-link-container {
        white-space: nowrap;
    }

    .admin-link-big-group {
        width: 100%;
    }

    .admin-link-groups {
        width: 50%;
    }
}

.admin-link-group {
    list-style: none;
    box-shadow: 0 1px 5px rgba(30, 30, 30, 0.75);
    border-radius: 4px;
    padding: 0;
    margin-bottom: 10px;
    white-space: normal;
}

.admin-group-content {
    padding: 4px 17px 17px;
}

.list-lead {
    margin-bottom: 0.5em;
}

.admin-link-group h3 {
    background-color: #c2ea45;
    border-bottom: 1px solid #89b633;
    color: #0782C2;
    font-size: 17px;
    font-weight: 400;
    line-height: 1em;
    padding: 12px 15px 8px;
    margin: 0;
}

.admin-links {
    padding: 12px 15px 18px;
    margin: 0 0 0 17px;
}

    .admin-links li {
        list-style: disc;
    }

    .admin-links .link-description {
        color: #999999;
    }

.modalCloseImg {
    width: 25px;
    height: 25px;
    display: block;
    float: right;
    background: url(Images/close.png);
    right: -25px;
    position: relative;
}

.simplemodal-wrap {
    height: 100%;
    outline: 0 none;
    width: 100%;
    overflow: auto;
    box-shadow: 1px 1px 25px #999;
    border-radius: 5px;
    padding: 15px;
    z-index: 9999;
    background: #ffffff;
}

.rounded {
    border-radius: 8px !important;
}

.Top {
    background: #ffffff;
    margin: 0;
    padding: 18px 15px 21px 15px;
    border-radius: 10px 10px 0 0;
    text-align: left;
    clear: both;
    box-shadow: 0 0 10px #608626;
}

.TopMenuBarModal {
    padding: 5px 0 5px 5px;
}

/**
    FILE UPLOAD REPLACER
*/
.hidden-file-field {
    display: none;
}

.file-field {
    width: 200px;
    display: inline-block;
    padding: 0.45em 0.75em;
    margin-right: 10px;
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    box-shadow: inset 0 0 2px 0 #eee;
    border: 1px solid #999999;
    border-radius: 4px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    .file-field:hover {
        border: 1px solid #777777;
    }

    .file-field span {
        display: inline-block;
        opacity: 1;
        -moz-transition: all 333ms ease-in-out;
        -o-transition: all 333ms ease-in-out;
        -webkit-transition: all 333ms ease-in-out;
        transition: all 333ms ease-in-out;
    }

        .file-field span.unselected {
            text-decoration: underline;
            color: #0090af;
        }

        .file-field span.hiding {
            opacity: 0;
        }

/**
     RESPONSIVE
*/

.logo {
    max-width: 384px;
    width: 100%;
    height: auto;
}

/**
 *  Responsive forms
 */
table.responsive-form td {
    padding: 10px 0;
}

.responsive-form h2 {
    margin: 14px 0;
}

.responsive-form .form-group {
    margin-bottom: 0.5em;
}

    .responsive-form .form-group.hidden {
        display: none;
    }

    .responsive-form .form-group.no-helper-text {
        margin-bottom: 26px;
    }

.responsive-form .form-label label {
    font-weight: bold;
}

.responsive-form .form-field input {
    margin-bottom: 0;
    width: 90%;
    max-width: 250px;
    height: 25px;
}

.responsive-form .form-field .form-helper-text {
    display: block;
}

.responsive-form .failure-container {
    color: red;
}

@media (max-width: 960px) {
    .responsive-form .form-link {
        margin-top: 0.5em;
    }
}

@media (min-width: 959px) {
    .responsive-form .form-label,
    .responsive-form .form-field,
    .responsive-form .form-submit,
    .responsive-form .form-validation {
        display: inline-block;
    }

    .responsive-form .form-field,
    .responsive-form .form-validation {
        margin-left: 10px;
    }

    .responsive-form .form-group {
        margin-bottom: 1em;
    }

    .responsive-form .form-label,
    .responsive-form .form-field {
        vertical-align: top;
    }

    .responsive-form .form-label,
    .responsive-form .form-link {
        width: 15%;
        min-width: 160px;
        text-align: right;
        margin-top: 4px;
    }

    .responsive-form .form-field {
        width: 70%;
        min-width: 600px;
    }

        .responsive-form .form-field.small {
            width: 10%;
            min-width: 0;
        }

        .responsive-form .form-field.checkbox-item input {
            width: auto;
            min-width: 0;
            display: inline-block;
            vertical-align: middle;
        }

    .responsive-form .form-link {
        float: left;
        margin-left: -10px;
    }

    .form-group.has-button:before {
        display: inline-block;
        content: "";
        width: 15%;
        min-width: 160px;
    }
}

/*
    Recover Password view
*/
.recover-password .BoxObject {
    /* @TODO: normalize this 20px top padding across all views. */
    padding-top: 20px;
}

/*
    Advanced Subscription Properties
*/
.control-group {
    padding: 10px;
    margin: 5px 0 10px;
    border: 1px solid #333333;
}

.control-note {
    font-style: italic;
    font-weight: 600;
}

.policyTextBox {
    width: 65px;
}

/**
    THE GREAT APRIL SHOWER OF 2016
    ---
    Every single <style/> tag or "style='foo'" in the portal will be moved to the lines below.
    This will be stylistically very similar to Desktop's "uncategorized.css" (read: unorganized).
    As a result... 
                                  /   \       
 _                        )      ((   ))     (
(@)                      /|\      ))_((     /|\
|-|                     / | \    (/\|/\)   / | \                      (@)
| | -------------------/--|-voV---\`|'/--Vov-|--\---------------------|-|
|-|                         '^`   (o o)  '^`                          | |
| |                               `\Y/'                               |-|
|-|                                                                   | |
| |                       HERE THERE BE DRAGONS                       |-|
|-|                                                                   | |
| |                                                                   |-|
|_|___________________________________________________________________| |
(@)              l   /\ /         ( (       \ /\   l                `\|-|
                 l /   V           \ \       V   \ l                  (@)
                 l/                _) )_          \I
                                   `\ /'
                                     `
*/

.gridCol {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
}

.verticalAlign {
    vertical-align: middle;
    padding-top: 8px;
    font-size: small;
}

.additionalInfoClass {
    cursor: pointer;
    color: #0782C2;
    font-weight: bold;
    text-decoration: none;
    /*
        @cleanup: look into getting an actual pixel/em/REM size for the font size below
    */
    font-size: x-small;
}

    .additionalInfoClass:hover {
        color: #666666;
    }

.additionalInfo {
    margin: 10px;
    width: 300px;
    position: absolute;
    display: none;
    background-color: #fff;
    box-shadow: 1px 1px 25px #999;
    border-radius: 5px;
    padding: 15px;
    z-index: 9999;
    background: #ffffff;
}

.ebh-settings td:first-child {
    width: 250px;
}

.centerText {
    padding-top: 15px;
}

/*
    @todo: Evaluate how this impacts buttonLinks site-wide. This may need to be its own class.
*/
.ebh-settings .buttonLink {
    width: 75px;
}

/*
    @todo: Ensure that all .auto-style[n] classes get a distinct class name 
    (or that we solve for why exactly these -need- fixed widths)
*/
.custom-codes .auto-style1 {
    width: 163px;
}

.hidden {
    display: none;
}

/*
    @todo: Ensure that all .auto-style[n] classes get a distinct class name 
    (or that we solve for why exactly these -need- fixed widths)
*/
.test-back-end .auto-style1 {
    width: 197px;
}

.field-label {
    font-weight: bold;
    /* 
        A sane default. It'll be overridden by anything that changes the width. 
    */
    width: 205px;
}

span.field-label {
    display: inline-block;
}

/* * * * *
    Maps to...
    .auto-style1
* * * * */
.field-label.wide {
    width: 278px;
}

/* * * * *
    Maps to...
    .auto-style1

    May not actually be in use, but is set as the default. Commented out for now.

.field-label.mid {
    width: 205px;
}
* * * * */

/* * * * *
    Maps to...
    .auto-style1
* * * * */
.field-label.narrow {
    width: 175px;
}

.Selection {
    float: left;
    margin: 5px;
}

.DDL {
    width: 150px;
}

.SmallerDropdowns {
    width: 250px;
}

.BiggerDropdowns {
    width: 500px;
}

.DisplayNone {
    display: none;
}

/*
    @cleanup: Consolidate this with the .gridCol class above.
*/
.WrappedText {
    -ms-word-break: break-all;
    word-break: break-all;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.DDLCol {
    width: 100px;
}

/*
    @cleanup: Another spot with divs as tables.
*/
.Cell {
    width: 250px;
    padding: 5px;
    display: table-cell;
    text-align: right;
}

.userLevel {
    background-color: white;
}

.subscriptionLevel {
    background-color: lightgreen;
}

.resellerLevel {
    background-color: orchid;
}

.systemLevel {
    background-color: khaki;
}

.circle {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 1px solid;
    float: left;
    vertical-align: bottom;
}

/*
    @cleanup: correct "domain" typo below?
*/
.applyDomian {
    cursor: pointer;
    color: #0782C2;
    font-weight: bold;
    text-decoration: underline;
}

    .applyDomian:hover {
        color: #666666;
    }

.divDomain {
    margin: 10px;
    width: 500px;
    position: absolute;
    display: none;
    background-color: #fff;
    box-shadow: 1px 1px 25px #999;
    border-radius: 5px;
    padding: 15px;
    z-index: 9999;
    background: #ffffff;
}

.bigTextBox {
    width: 95%;
}

.ButtonCell {
    width: 250px;
    padding: 5px;
    display: table-cell;
    vertical-align: top;
}

.readOnlyTextBox {
    /*
        @cleanup: We should be able to get out of using !important in the below
        @todo: Should we use our brand grays for the below colors?
    */
    background-color: #f2f2f2 !important;
    color: #c6c6c6;
    border-color: #ddd;
    font-weight: bold;
}

/*
    @cleanup: Consolidate with the above duplicate.
*/
.PropertyName {
    width: 200px;
    padding: 5px;
    display: table-cell;
    text-align: right;
}
/*
    @cleanup: Consolidate with the above duplicate.
    @todo: Create new class to apply the padding.
*/
.PropertyValue {
    padding-left: 10px;
    width: 500px;
}

.firm-defaults .PropertyName {
    width: 300px;
}

.firm-defaults .PropertyValue {
    padding-left: 0;
}

/*
    @todo:  .additionalInfoClass and .applyDomian (.applyDomain if we fix the typo) uses the same 
            set of styles. 
*/
.selectEndpoint {
    cursor: pointer;
    color: #0782C2;
    font-weight: bold;
    text-decoration: underline;
}

    .selectEndpoint:hover {
        color: #666666;
    }

/*
    @todo: Ensure that all .auto-style[n] classes get a distinct class name 
    (or that we solve for why exactly these -need- fixed widths)
*/
.sub-profile-control .auto-style1 {
    width: 131px;
    height: 15px;
}

.sub-profile-control .auto-style2 {
    height: 15px;
}

.mid-row {
    float: left;
    margin-right: 50px;
}

.divWaiting {
    position: absolute;
    background-color: #fafafa;
    /*
        @cleanup: That's a really high z-index. Let's see if we can lower that and remove the !important
    */
    z-index: 2147483647 !important;
    -ms-opacity: 0.8;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 80%;
    width: 100%;
    padding-top: 20%;
}

.Bigger {
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
    transition: all 1s;
}

.localUserNoBC,
.localUserNoBC:hover {
    text-decoration: none;
    color: #717171;
}

/*
    @cleanup: Consolidate with .hidden and .DisplayNone
*/
.Hide {
    display: none;
}

/*
    @cleanup: Consolidate with .gridCol
*/
.grid-wrap {
    -ms-word-break: break-all;
    word-break: break-all;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

th {
    padding: 4px 2px;
    color: #fff;
    background: #424242 url("../Public/images/grd_head.png") repeat-x top;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}

.viewUnformatted {
    cursor: pointer;
    color: #0782C2;
    font-weight: bold;
    text-decoration: underline;
}

.divUnformatted {
    margin: 10px;
    position: absolute;
    display: none;
    background-color: #fff;
    box-shadow: 1px 1px 25px #999;
    border-radius: 5px;
    padding: 15px;
    z-index: 9999;
    background: #ffffff;
}

.failing {
    background-color: rgba(237, 255, 0, 0.4);
}

.rescue {
    background-color: rgba(255, 106, 0, 0.4);
}

.down {
    background-color: rgba(255, 0, 0, 0.2);
}

.recover {
    background-color: rgba(0, 255, 0, 0.2);
}

/*
    @cleanup: Consolidate with the above duplicate.
*/
.circle {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid;
    float: left;
    vertical-align: bottom;
}

.notRun {
    background-color: lightgreen;
}

.WizardStep {
    width: 700px;
}

table.edit-subscription-user {
    margin-right: 0;
}

.edit-sub-user-column {
    width: 33%;
}

.editsubscriptionuser-settings,
.editsubscriptionuser {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .editsubscriptionuser > div {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-top: 1em;
    }

    .editsubscriptionuser-settings > div {
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        margin: 1em;
    }

        .editsubscriptionuser-settings > div.editsubscriptionuser-settings-small {
            -webkit-flex: 1 0 calc(25% - 10em);
            -ms-flex: 1 0 calc(25% - 10em);
            flex: 1 0 calc(25% - 10em);
        }

    .editsubscriptionuser table {
        margin: 0;
    }

.subscriptions .auto-style1 {
    width: 41%;
}

.load {
    width: 100px;
    height: 100px;
    display: none;
    position: fixed;
    z-index: 999;
}

.subscription-information {
    padding-top: 15px;
    position: relative;
}

.releaseNotes {
    display: inline-block;
    color: white;
    text-decoration: none;
    width: 50%;
}

    .releaseNotes:hover {
        color: #0782C2;
    }

/* * * * *
    Policy Graph
    
* * * * */
.dashboard-graph {
    position: relative;
}

.policy-graph {
    max-width: 500px;
    margin: 0 auto;
}

.policy-dropdown,
.policy-overview {
    width: 250px;
    margin: 0 auto;
}

.policy-comparison-title {
    padding: 7px 10px;
    width: 20px;
}

.policy-comparison-title,
.policy-comparison-value {
    display: inline-block;
    vertical-align: baseline;
}

.chart-legend-label-text {
    vertical-align: bottom;
}

.policy-results-title {
    margin: 2em 0 0;
}

.policy-dropdown a,
.policy-dropdown select {
    display: inline-block;
}

.policy-dropdown {
    text-align: right;
    float: right;
    z-index: 20;
    position: relative;
}

    .policy-dropdown select {
        max-width: 10em;
    }

.policy-overview-item {
    margin-bottom: 0.5em;
}

    .policy-overview-item span {
        display: block;
    }

    .policy-overview-item .policy-overview-item-title {
        float: left;
        font-weight: 700;
    }

    .policy-overview-item .policy-overview-item-value {
        float: right;
    }

    .policy-overview-item:after {
        display: table;
        content: "";
        clear: both;
    }

.policy-display {
    margin: 0.5em 0 1em;
    position: relative;
}

    .policy-display > div,
    .policy-display label,
    .policy-display-options ul,
    .policy-display-options li,
    .policy-display-options input,
    .policy-display-search input,
    .policy-display-period select {
        display: inline-block;
        vertical-align: middle;
    }

    .policy-display > div {
        margin-right: 1.5em;
    }

        .policy-display > div:last-of-type {
            margin-right: 0;
        }

        .policy-display > div > label {
            font-weight: 600;
        }

.policy-display-options ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.policy-display-options li:hover label,
.policy-display-options li:hover input {
    text-decoration: underline;
    cursor: pointer;
}

.policy-display-search input {
    margin: 0 0.75em 0 0.5em;
}

.policy-display-period select {
    width: 200px;
    margin: 0;
}

@media (min-width: 1210px) {
    .policy-graph-wrapper {
        width: calc(100% - 320px);
    }

    .policy-graph-wrapper-larger {
        width: calc(100% - 80px);
    }

    .policy-overview {
        margin: 0;
    }

    .policy-overview,
    .policy-graph-wrapper {
        display: inline-block;
        box-sizing: border-box;
        white-space: nowrap;
        vertical-align: top;
    }

    .policy-dropdown {
        position: absolute;
        top: 0;
        right: 0;
        float: none;
    }
}

/* * * * *
    Edit Subscription User
    
* * * * */
.caveat {
    display: none;
}

    .caveat.is-visible {
        display: inline-block;
    }

/* * * * *
    Timescore Breakdown
* * * * */
.blocker {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(30, 30, 30, 0.1);
    text-align: center;
    vertical-align: middle;
}

    .blocker span {
        top: calc(50% - 1em);
        position: relative;
        font-size: 2em;
        font-weight: 600;
    }

.graphDescription {
    text-align: center;
    font-style: italic;
}

/* * * * *
    Side Menu Navigation
* * * * */
.sidenav {
    height: 0px;
    width: 300px;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    transition: 0.3s ease-out;
    background: linear-gradient(#0782C2, #00466A);
    color: #222;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 10px 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(50, 50, 50, 0.5);
}

    .sidenav a {
        padding-left: 8px;
        color: #292b2c;
        text-decoration: none;
        vertical-align: middle;
        display: block;
        border-bottom: 1px solid #00466A;
    }

.sidenavAdmin {
    height: 0px;
    width: 300px;
    position: fixed;
    z-index: 1;
    top: 110px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.3s ease-out;
    background: linear-gradient(#0782C2, #00466A);
    color: #222;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 10px 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(50, 50, 50, 0.5);
}

    .sidenavAdmin a {
        padding-left: 8px;
        color: #292b2c;
        text-decoration: none;
        vertical-align: middle;
        display: block;
        border-bottom: 1px solid #00466A;
    }

sidenavAdmin a:hover {
    color: #0782C2;
}

.sidenavSub {
    padding: 8px 8px 8px 16px;
    color: black;
    text-decoration: none;
    vertical-align: middle;
    margin-bottom: 5px;
    display: block;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    margin-left: 50px;
}

ul#itkMenu {
    margin-bottom: 0px;
}

ul#thriveMenu {
    margin-bottom: 0px;
}

a#Menu_btnHome {
    margin-bottom: 5px;
    border-bottom: transparent;
}

#Menu_menuPlaceHolder ul {
    list-style: none;
    padding: 0;
}

#Menu_menuPlaceHolder a {
    padding: 0px 5px 0 40px;
}

#Menu_menuPlaceHolder ul a:hover {
    text-decoration: underline;
}

a#Menu_lnkContactSupport {
    margin-top: 25px;
    border-bottom: transparent;
}


a#Menu_btnSelectSub2 {
    border-bottom: transparent;
}

.collapsedMenu {
    position: absolute;
    left: 12px;
    top: 10px;
    color: #0782C2;
    border-right: 1px solid #00466A;
    padding-right: 5px;
}

    .collapsedMenu:hover {
        color: #0782C2;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.leftMenuFixed {
    position: fixed;
    padding: 3.375em 0 0;
    background: linear-gradient(#0782C2, #00466A);
    transition: background-color 0.25s ease;
    display: block;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
}
