﻿
/* BEGIN: Section for in progress css rules for redesign work */

.download-btn {
    border-radius: 50px;
    border-width: 0;
    color: white;
    background-color: rgb(4, 63, 141);
    width: 40%;
    min-height: 2.5em;
    font-size: 24px;
    margin-top: 30px;
}

.app-download-btn {
    border-radius: 25px;
    border-width: 0;
    color: white;
    background-color: rgb(4, 63, 141);
    width: 160px;
    min-height: 2.5em;
    font-size: 20px;
    margin-top: 20px;
}

.summary-download-btn {
    border-radius: 50px;
    border-width: 0;
    color: white;
    background-color: rgb(4, 63, 141); /* BradyBlue-70 */
    min-height: 2.5em;
    font-size: 24px;
    width: 60%;
    margin: 5px;
}

#DownloadBradyWorkstation:disabled {
    background-color: rgb(226, 235, 249); /* BradyBlue-5 */
}

.suite-updated-message {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}

/* END: Section for in progress css rules for redesign work */



body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat SemiBold", "Montserrat Medium", "Montserrat Regular", "Montserrat" !important;
    color: #333333;
    min-width: 1125px;
}

/*Sets cursor to arrow + spinny/hourglass (not just spinny/hourglass) */
/*ref: https://developer.mozilla.org/en-US/docs/Web/CSS/cursor*/
body.wait *, body.wait {
    cursor: progress !important;
}

.container {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.brady-btn, .brady-btn:focus, .brady-btn:visited{
    padding: 10px 16px;
    font-size:18px;
    font-weight:bold;
    color:#ffffff;
    border: 3px solid #ffffff;
    background-color:#083b81;
    border-radius:12px;
    text-decoration:none;
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.349019607843137);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.349019607843137);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.349019607843137);
}

.flex-container{
    display:table-cell;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display:flex;
    margin-top:15px;
    white-space: nowrap;
    align-items:center;
}

.flex-container>*{
    display:inline-block;
    float:left;
}

.flex-container+*{
    clear:both;
}

.brady-btn:hover{
    border-color: rgba(22, 155, 213, 1);
    text-decoration:none;
    color:#ffffff;
}

.brady-link, .brady-link:hover{
    color:#043F8D;
    text-decoration:none;
    margin-right: 30px;
    display:inline-block;
    position:relative;
}

.brady-link:after{
    content: "\25E5";
    color:#3F3F3F;
    position:absolute;
    webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right:30px;
    z-index:100;
    opacity:0.0;
    transition: all 0.2s;
}

.brady-link:hover:after{
    right:-10px;
    animation:all;
    opacity:1;
    transition: all 0.3s;
}

.cookie-container .message, .browser-container .message.bottomClass {
    bottom: 0px;
}

.message {
    width: 100%;
    height: auto;
    background-color: #fdc82f;
    bottom: 0;
    position: fixed;
    left: 0;
    z-index: 1000;
}

.content-message {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    font-weight: bold;
}

.text-message.slideDownText {
    margin-top: 5px;
}

.text-message {
    float: left;
    height: 100%;
    width: 770px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-left: 20px;
}

.button-view {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    background-color: #8b8d8e;
    color: #fff;
    width: auto;
    max-width:120px;
    max-height: 60px;
    margin-top: 7px;
    padding: 5px;
    border-radius: 8px;
}

.button-message {
    height: 100%;
    margin-left: 810px;
}

/*-------Nav-------*/

.nav {
    padding-top: 15px;
    width: 100%;
    float: left;
    background-color: #ffffff;
}

    .nav img {
        padding: .6em 0 .5em 0;
        max-height: 60px;
    }

    .nav .header-workstation{
        display:inline-block;
        font-size: 38px;
        font-weight: 600;
        line-height: 38px;
        vertical-align:middle;
        padding-left:10px;
        padding-right:0;
        padding-bottom:10px;
        padding-top:15px;
        color: #004890;
        text-align: left;
    }

    .nav .header-subhead{
        margin:0;
        font-size: 24px;
        font-weight: 500;
    }

    .separator{
        height: 30px;
        width: 1px;
        margin: 0 10px;
        background-color: #999999;
        vertical-align:middle;
        display: inline-block;
    }

    .nav .logo-container{
        width:75%;
        float:left;
    }

    .languageSelectionContainer{
        padding-top:1px;
        width:25%;
        float:left;
        white-space:nowrap;
    }

    .languageSelection{

        font-size: 10px;
        font-weight: 500;
        color: #044481;
        text-align: left;
        display:inline-block;
    }

    .contactPhoneNumber {
        cursor: pointer;
        display: inline-block;
    }

    .footer{
        padding: 45px 5%;
        background-color: rgba(226, 233, 243, 1);
        border-top: 1px solid #c0c4c7;
        text-align:center;
        margin: 0 auto;
    }

    .footer .contact-block{
        display:flex;
        justify-content: center;
        margin-top:15px;
        margin-left: -30px;
        white-space: nowrap;
    }

    .footer .contact-question{
        padding-left: 10px;
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        display:inline-block;
        max-width: 150px;
    }

    .footer .contact-link{
        font-weight: 400;
        font-size:12px;
        display:block;
    }

    .footer .text-block{
        padding: 5px 15px;
        font-size: 12px;
        width: 300px;
        margin: 0 auto;
        text-align: left;
    }

    .footer .social-icons{
        padding: 30px;
        text-align:left;
    }

    @media (max-width: 1200px) and (min-width: 992px){
        .footer .social-icons{
            padding-left: 100px;
        }
    }

    @media (max-width: 992px){
        .footer .social-icons{
            text-align:center;
        }
    }

    .footer .social-icons .social-icon{
        padding: 5px;
    }

    .footer .copyright{
        color:#90939A;
        font-size:12px;
        margin-bottom: -17px;
    }

    .row.page-menu {
        margin-top:18px;
    }

    .page-menu ul a{
        padding-left: 18px;
        padding-top: 17px;
    }

    .page-menu ul li{
        display: inline;
        margin-right: 28px;
    }

    .page-menu ul li a{
        font-size: 18px;
        color:rgb(4, 63, 141);
    }

    .page-menu ul li a.active {
        font-weight: bold;
        color: rgb(10, 45, 89);
    }

    .page-menu ul li a:focus, .page-menu ul li a:hover {
        text-decoration:none;
    }

    .landing-hero{
        background-color:#F0F0F0;
        padding:0;
        position:relative;
    }

    .landing-hero .subhead{
        position:absolute;
        top:190px;
        left:70px;
        width: 285px;
        z-index: 2;
    }

    .landing-hero .subhead h2, .landing-hero .subhead h3{
        padding-top:5px;
        padding-bottom:0;
        margin:0;
        color:#FFF;
        font-size:18px;
        font-weight:normal;
    }

    .landing-hero .subhead h2{
        font-size:26px;
        font-weight:bold;
    }

    .landing-hero .row {
        background: #fff;
        padding: 0;
        margin: 0;
    }

    .landing-hero .row.breadcrumb-container{
        padding:15px 20px 15px 0;
    }

    .landing-hero .row.breadcrumb-container a{
        font-size:18px;
        color: rgb(4, 68, 129);
        text-decoration:none;
    }

    .landing-hero .row.breadcrumb-container span{
        font-size:16px;
    }

    .landing-hero .hero-image-container{

        width:100%;
        overflow:hidden;
    }


    .row ul{
        padding: 0;
    }

    .row li {
        padding: 5px 0;
    }

    .row li a{
        padding: 0;
        font-size: 18px;
    }

    .landing-hero h2{
        color: #333333;
        font-size: 24px;
        font-weight: bold;
        line-height: 100%;
        margin: 0 0 1.5rem 0;
    }

    .landing-hero .col-sm-7{
        width:61%;
        padding:0;
    }

    .landing-hero .col-sm-5{
        width:39%;
        padding:0;
    }

    .landing-hero .col-sm-12 {
        padding:0;
    }

    .landing-hero .col-sm-5 img{
        margin-top: 10px;
    }

    .landing-hero .system-requirements{
        padding:10px 30px;
        font-size:12px;
    }

    .landing-hero .system-requirements p{
        margin-bottom:0;
    }

    .landing-hero .hero-hover {
        border-color: transparent transparent #496f89 transparent;
        border-width: 0px 225px 360px 0;
        border-style: solid;
        height: 0;
        width: 550px;
        opacity: 0.5;
        position: absolute;
        top: 55px;
        z-index: 1;
    }

    .landing-hero.product-guide-hero .hero-hover{
        width: 400px;
    }

    .tiles{
        padding-left:15px;
    }

    .tiles h2{
        padding-top:19px;
        font-size: 32px;
        text-align: center;
        font-weight:bold;
        margin-bottom:0;
    }

    .tiles h3{
        font-size:18px;
        text-align: center;
        margin-top:5px;
    }

    .tiles h4{
        font-size:18px;
    }

    .tiles .tiles-select-primary{
        margin-left:10px;
        margin-top:30px;
        margin-bottom:20px;
    }

    .tiles .tiles-container{
        padding-top: 8px;
        margin:0 auto;
        width:910px;
    }

    @media (max-width: 992px) {
        .tiles .tiles-container {
            width: 610px;
        }
    }

    @media (max-width: 768px) {
        .tiles .tiles-container {
            width: 910px;
        }
    }

    .tiles .tiles-container .tile{
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        width: 280px;
        position:relative;
        overflow:hidden;
        display: inline-block;
        height: 450px;
    }

    .tiles .tiles-container .tile .tile-img-container-no-hover{
        position:relative;
        z-index:1000;
    }

    .category-tiles.tiles .tiles-container .tile .tile-img-container-no-hover{
        position:relative;
        height:280px;
    }

    .category-tiles.tiles .tiles-container .tile{
        margin-left: 38px;
        margin-right:38px;
        width:220px;
        height: 400px;
    }

    .tiles .tiles-container .tile .tile-img-container{
        position:relative;
        z-index:1000;
    }

    .category-tiles.tiles .tiles-container .tile .tile-img-container{
        position:relative;
        height:220px;
    }

    .category-tiles .tile .tile-img-container:hover, .category-tiles .tile.selected .tile-img-container{
        background-color:#ffc938;
        cursor:pointer;
    }

    .tiles .tile img{
        margin: 0 auto;
    }

    .category-tiles.tiles .tile img{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .tiles .tile .tile-hover{
        width: 560px;
        height: 280px;
        position:absolute;
        opacity: .99;
        top:0;
        left:-310px;
        background-image: url("images/tile_hover.png");
        transition: all 0.4s;
    }

    .category-tiles.tiles .tile .tile-hover{
        width: 220px;
        height: 220px;
        position:absolute;
        top:0;
        left:0;
        background-image: url("images/category-hover.png");
    }

    .category-tiles.tiles .tile:hover .tile-hover{
        left:0;
        top:0;
    }

    .tiles .tile:hover .tile-hover{
        position:absolute;
        top:0;
        left:-130px;
        transition: all 0.4s;
    }

    .tiles .tile .title{
        bottom: 10px;
        position: absolute;
        color: #fff;
        left: 20px;
        text-align: left;
        font-size: 20px;
        width: 150px;
        line-height:24px;
    }

    .category-tiles.tiles .tile .title{
        position: absolute;
        color: #fff;
        text-align: left;
        font-size: 18px;
        width: 150px;
        font-weight:bold;
        line-height:normal;
    }

    .check-icon{
        background-image: url(images/check-icon.png);
        background-repeat: no-repeat;
        width: 23px;
        height: 23px;
        display: inline-block
    }

    .category-tiles.tiles .tile .flex-container.selected{
        color:rgb(0, 123, 79);
        font-size:13px;
        justify-content:center;
        margin-left:-22px;
    }

    .category-tiles.tiles .tile .flex-container span{
        margin-left: 5px;
    }

    .tiles .tile p{
        font-size: 13px;
        text-align: left;
        padding-top: 10px;
        line-height: 16px;
    }

    .tiles .build-own p{
        font-size:18px;
        text-align:center;
        margin-top:40%;
    }

    .tiles .build-own strong{
        display:block;
        margin-top:10px;
    }

    .tiles .build-own a{
        color:#FFFFFF;
        margin-left : 20px;
    }

    .tile.build-own {
        min-width:450px;
    }

    .landing-updates{
        text-align:center;
        padding-bottom: 40px;
        padding-top:25px;
        background-color:#F0F0F0;
    }

    .landing-updates .updates-title{
        text-align:left;
    }

    .landing-updates .updates-title h2{
        font-size:32px;
        margin-right:10px;
        font-weight:bold;
        text-align:left;
        display:inline-block;
    }

    .landing-updates .updates-title h3{
        font-size: 18px;
        text-align:left;
        display:inline-block;
    }

    .landing-updates p{
        font-size: 16px;
        line-height: 19px;
        text-align:left;
    }

    .landing-updates .button-container{
        text-align:left;
        margin-top: 66px;
    }

    @media (max-width:992px){
        .landing-updates img{
            margin-left:-25px;
        }
    }

    .page .catalog-page{
        width:90%;
    }

    .catalog-page{
        position:relative;
    }

    .catalog-page .header{
        margin-left: 18px;
    }

    .catalog-page .header h2{
        font-size: 24px;
        margin-bottom:0;
    }

    .catalog-page .header p{
        margin: 30px 2px;
        font-size: 12px;
    }

    .catalog-page .categories-container{
        max-width:1140px;
        margin-top: -20px;
    }

    .catalog-page .box-container{
        text-align:center;
        width: 390px;
        margin-bottom: 20px;
        margin-left: 35px;
        display:inline-block;
        margin-top:40px;
    }

    .catalog-page .box-container.box-small{
        width:330px;
        position:relative;
    }

    .catalog-page .box-container.box-small h3.category-title{
        font-weight: 500;
        font-size: 18px;
        color: #666666;
        margin-top:0;
        margin-bottom: 10px;
        margin-left: 0;
        text-transform:uppercase;
        text-align: left;
    }

    .catalog-page .box-container .price-tag{
        display:block;
        font-weight:bold;
        font-size:18px;
        padding: 10px;
        height:60px;
    }

    .catalog-page .box-container .brady-btn{
        padding-left: 25px;
        padding-right:25px;
    }

    .catalog-page .box-container .update{
        margin-bottom: 25px;
    }

    .catalog-page .box-container .selected {
        color:rgb(0, 123, 79);
        font-size:13px;
        justify-content:center;
        margin-top: 15px;
    }

    .catalog-page .box.workstation-box{
        min-height:320px;
        height:340px;
        border-radius: 5px;
    }

    .catalog-page .box.workstation-suite .workstation-title h3{
        margin-left: 20px;
    }

    .catalog-page .box.workstation-suite img{
        margin-left: 10px;
    }

    .catalog-page .box{
        width: 390px;
        min-height:455px;
        border: 1px solid rgba(153, 153, 153, 1);
        padding:10px;
        display:inline-block;
        background-color:#ffffff;
        text-align:left;
        position:relative;
    }

    .catalog-page .box.box-small{
        width:330px;
    }

    .catalog-page .box.box-small img{
        max-width: 90px;
        max-height: 90px;
    }

    .catalog-page .box.box-small .learn-more-container{
        position:absolute;
        float:left;
        bottom: 20px;
        left: 25px;
    }

    .catalog-page .box.box-small .learn-more-container .brady-link{
        margin-right:0;
    }

    .catalog-page .box-small .flex-container{
        white-space:normal;
    }

    .catalog-page .box .title-container{
        padding-left: 10px;
        max-width:233px;
        white-space:pre-line;
    }

    .catalog-page .box-suite .title-container{
        min-height:127px;
    }

    .box .included-apps p{
        max-width:100px;
    }

    .catalog-page .box img {
        margin-top:-6px;
        margin-left:-6px;
    }

    .catalog-page .box h3{
        font-size: 18px;
        margin-top:0;
        margin-bottom:3px;
        color: #333333;
    }

    .catalog-page .box-small .box-title {
        max-width: 0;
    }

    .version-title {
        display: block;
        color: #999999;
        font-weight: 700;
        font-size: 16px;
    }

    .catalog-page .box .version-title{
        display:block;
        color:#999999;
        font-weight: 700;
        font-size:16px;
        margin-top:-15px;
    }

    .catalog-page .box p{
        font-size:13px;
    }

    .catalog-page .box p.box-description{
        margin-top:10px;
        padding:0 10px 0 2px;
        font-size:13px;
        line-height:16px;
    }

    .catalog-page .box p.box-description:first-of-type{
        min-height:48px;
    }

    .catalog-page .box.box-small p.box-description {
        min-height: 90px;
        height:70px;
    }

    .catalog-page .box .box-version{
        padding:5px 11px 5px 2px;
        position:absolute;
        bottom:75px;
        left: 25px;
    }

    .catalog-page .box .box-version .col-sm-3{
        width:21%;
    }

    .catalog-page .box .included-apps{
        min-height:192px;
        padding: 0 10px;
    }

    .catalog-page .box.workstation-box .included-apps{
        min-height:54px;
    }

    .catalog-page .box .included-apps .flex-container{
        margin-top: 0;
        padding:5px 15px;
        min-height:44px;
    }

    .catalog-page .box .included-apps p{
        white-space: pre-line;
        padding-left: 5px;
        padding-top: 2px;
        word-break: break-word;
        line-height: 16px;
    }

    .catalog-page .box .included-apps .col-sm-6{
        padding: 0 5px;
    }

    .catalog-page .box .learn-more-container{
        position:absolute;
        bottom:15px;
        right:10px;
    }

    .catalog-page .box .free-trial-container{
        background-image:url("images/free-trial-background.png");
        width:80px;
        height:80px;
        top:0;
        right:0;
        position:absolute;
        font-size:10px;
        font-weight:500;
    }

    .catalog-page .box .free-trial-container span{
        white-space:pre-line;
        margin-top:10px;
        margin-right:0;
        width:38px;
        display:block;
    }

    .catalog-page #apps .box .free-trial{
        margin-left:0px;
    }

    .catalog-page.tab-container{
        margin-top:20px;
        margin-left: -30px;
        border-bottom: 1px solid #C0C4C7;
    }

    .tab-container .nav{
        padding-left:80px;
        background-color: #333333;
        height:48px;
        padding-top:5px;
    }

    .tab-container .nav>li{
        border:none;
        margin-bottom:0;
        margin-top:0;
    }

    .tab-container .nav>li>a, .tab-container .nav>li.active>a{
        background-color:#333333;
        border:none;
        color:#FFFFFF;
    }

    .tab-container .nav li.active>a{
        color:#FFCC00;
    }

    .tab-container .tab-pane{
        padding-bottom: 30px;
        background-color:#FFFFFF;
    }

    .product-guide-link{
        margin-left: 55px;
    }

    .tab-container .product-guide-container{
        margin-top: 50px;
        margin-bottom: 30px;
    }

    #apps .product-guide-container{
        margin-bottom:0;
    }

    .catalog-page .sort-select{
        font-size:16px;
        padding-top:10px;
        padding-bottom:10px;
        padding-right:25px;
        margin-left:5px;
        margin-right: 20px;
    }

    .catalog-page .sort-label{
        font-size:16px;
        font-weight:400;
    }

    .catalog-page #suites .box .free-trial{
        margin-top:-15px;
    }

    .catalog-product-title {
        margin-top: 25px;
        margin-bottom: 5px;
        color: #043F8D;
        font-weight: bold;
    }

    .sticky-builder-container {
        padding: 0;
        margin: 0;
        width: 280px;
        position: absolute;
        right: 15px;
        top: 0;
        z-index: 1000;
        transition: top 20ms none;
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .download-sticky-builder .sticky-header{
        background-color:#333333;
        color:#FFCC00;
        text-align:center;
        vertical-align:middle;
    }

    .download-sticky-builder .sticky-header h3{
        font-size:18px;
        margin: 0;
        padding: 14px 0;
    }

    .download-sticky-builder .sticky-button {
        text-align:center;
        vertical-align:middle;
        padding-bottom: 14px;
    }

    .download-sticky-builder .sticky-button a {
        display:inline-block;
        width: 240px;
        height: 55px;
    }

    .download-sticky-builder .sticky-body{
        border: 1px solid rgba(192, 196, 199, 1);
        background-color:rgba(226, 233, 243, 1);
    }

    .download-sticky-builder .sticky-body .sticky-empty{
        font-weight: 500;
        font-style: italic;
        font-size: 12px;
        color: #666666;
        text-align:center;
        margin-top:400px;
        margin-bottom:100px;
    }

    .download-sticky-builder .sticky-body .sticky-loading {
        text-align: center;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .download-sticky-builder .sticky-body .sticky-loading .sticky-loader-spinner {
        border: 5px solid #004890;
        border-top: 5px solid #e2e9f3;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        -webkit-animation: load8 1.1s infinite linear;
        animation: load8 1.1s infinite linear;
    }

    .download-sticky-builder .sticky-body table{
        font-size:12px;
        margin-left:auto;
        margin-right:auto;
        width:95%;
    }

    .download-sticky-builder .sticky-body table>thead th{
        padding: 10px 5px;
        border-bottom: 1px solid #b9bec1;
        color: #666666;
        font-weight:normal;
    }

    .download-sticky-builder .sticky-body tbody td, .download-sticky-builder .sticky-body tfoot th{
        padding: 20px 5px;
    }

    .download-sticky-builder .sticky-body thead th:nth-child(2), .summary .download-builder tbody td:nth-child(2), .download-sticky-builder .sticky-body tbody td:nth-child(2){
        text-align:right;
    }

    .download-sticky-builder .sticky-body thead th:nth-child(3){
        border:none;
        width:40px;
    }

    .download-sticky-builder .sticky-body tbody td:nth-child(3){
        border:none;
        margin:0 auto;
    }

    #table-sticky > tbody> tr > td:nth-child(1) {
        max-width: 130px;
        overflow-x: hidden;
        text-overflow: ellipsis;
    }

    .download-sticky-builder .sticky-body tbody tr:last-child td{
        padding-bottom:50px;
    }

    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
        border:none;
    }

    .download-sticky-builder .sticky-body .delete-item-icon{
        height:15px;
        background-image:url("images/remove-item-icon.png");
        background-repeat:no-repeat;
        background-position:-4px -16px;
        display:block;
        cursor: pointer;
    }

    .download-sticky-builder .sticky-body tfoot{
        padding-top: 50px;
    }

    .download-sticky-builder .sticky-body tfoot tr th{
        font-size:12px;
        font-weight:500;
        border-top: 1px solid #b9bec1;
        padding-bottom:0;
        color: #666666;
    }

    .download-sticky-builder .sticky-body tfoot tr th span{
        color: #333333;
    }

    .download-sticky-builder .sticky-body tfoot tr th:nth-child(2){
        width:100px;
        text-align:right
    }

    .download-sticky-builder .sticky-body tfoot tr th:nth-child(3){
        border:none;
    }

    .download-sticky-builder .sticky-body tr.suite-app td{
        padding-top:6px;
        padding-bottom:6px;

    }

    .download-sticky-builder .sticky-body tr.suite-app td:nth-child(1){
        padding-left:30px;
        font-size:11px;
        color:#666666;
    }

    #page{
        position:relative;
    }

    @media screen and (max-width:768px){
        .col-sm-6 {
            width: 50%;
            float: left;
        }
    }


    @media screen and (min-width:769px) and (max-width:992px){

    }

    @media screen and (min-width:992px) and (max-width:1200px){

    }

    .breadcrumb-container{
        padding-top:15px;
        padding-left:20px;
        font-size:13px;
    }

    .breadcrumb-container a{
        text-decoration:underline;
    }

    .product-guide .subhead{
        margin-left: 160px;
    }

    .product-guide .single-recommendation .subhead{
        text-align:center;
        margin-left:0;
        margin-bottom:60px;
        font-size:18px;
    }

    .product-guide .head{
        padding-top: 19px;
        font-size: 32px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .product-guide hr{
        border-top-color:#c9c9c9;
        margin-left:20px;
        margin-right:20px;
        margin-top:50px;
    }

    .product-guide-yes-no-container {
        text-align: center;
        padding-top: 10px;
    }

    .product-guide-yes-no-container .brady-btn{
        height: 36px;
        background-color: rgba(0, 102, 204, 1);
        box-sizing: border-box;
        border-width: 3px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 1);
        padding: 5px 34px;
        text-transform:uppercase;
    }

    .product-guide-yes-no-container .brady-btn:hover{
        border-color: #083b81;
        text-decoration:none;
        color:#ffffff;
    }

    .product-guide .buttons-container{
        text-align: center;
        background-color: #F0F0F0;
        padding:30px 0;
        display:table;
        width:100%;
    }

    .buttons-container .build-own-container{
        padding-top:10px;
        display:inline-block;
        vertical-align:middle;
    }

    .buttons-container .build-own-container p{
        padding: 0 60px;
        line-height:0;
    }

    .buttons-container .build-own-container a{
        color:#000;
        line-height:0;
    }


    .suite-detail{

    }

    .suite-info{
        background-color: transparent;
        min-height: 450px;
    }

    .suite-info .flex-container{
        margin-top:0;
    }

    .suite-detail .suite-info .title{
        padding-left:20px;
    }

    .suite-detail .suite-carousel, .suite-detail .suite-includes, .suite-detail .buttons-container{
        padding: 0 15px;
    }

    .suite-detail .title-container{
        white-space:normal;
    }

    .suite-detail .title h2{
        font-weight:bold;
        padding-right: 120px;
        font-size:18px;
    }

    .suite-detail .title .version{
        color:#0000FF;
        cursor:pointer;
    }

    .suite-detail .title .version-no-link{
        color:#000000;
    }

    .suite-detail .title .updated-date{
        color:#868686;
    }

    .suite-detail .title .size{
        color:#999999;
    }

    .suite-detail .price-tag{
        font-weight:bold;
        margin-left: 120px;
        margin-top: 30px;
        display: block;
        font-size:18px;
    }

    .suite-detail .suite-description{
        margin-top: 20px;
        padding: 0 20px;
        font-size:14px;
        font-weight: 500;
    }

    .suite-detail ul.suite-description{
        padding: 0 60px;
        font-weight: 500;
    }

    .suite-detail .license-disclaimer {
        font-weight: normal;
        margin-left: 20px;
    }

    #scroll-top-link:hover{
        cursor:pointer;
    }

    .thumbnails-container{
        margin-right:15px;
        cursor:pointer;
        height: 400px;
        overflow-y: auto;
    }

    .carousel-thumbnail img{
        width:48px;
        height:48px;
        border: 1px solid #797979;
        margin-bottom: 10px;
    }

    .carousel-image{
        width:400px;
        height:400px;
        border: 1px solid #797979;
        display:flex;
        align-items:center;
        justify-content:center;
    }

    .carousel-image img{
        width: 94%;
        height: 80%;
        align-self:center;
    }

    .suite-carousel .flex-container{
        align-items:stretch;
        justify-content:center;
    }

    .suite-carousel{
        padding-left: 100px;
    }

    .suite-includes{
        margin-top:20px;
    }

    .suite-includes .row{
        margin-bottom:20px;
    }

    .suite-includes h4{
        font-style:italic;
        font-weight:bold;
    }

    .suite-includes h2, .suite-includes .flex-container h3{
        font-weight:bold;
        font-size:16px;
        margin:0;
    }

    .suite-includes .flex-container .title{
        margin-left:10px;
        width:70%;
        white-space:normal;
    }

    .suite-includes .flex-container p{
        font-size:10px;
        width:90%;
        margin:0;
        white-space:normal;
        margin-top:5px;
    }

    .suite-detail .buttons-container{
        margin: 15px 0;
    }

    .suite-detail .buttons-container .brady-btn{
        width:auto;
        display:inline-block;
        text-align:center;
    }

    .suite-detail .release-notes{
        background-color:#FFFF;
        padding:20px;
    }

    .suite-detail .release-notes .release-head{
        text-transform:uppercase;
        font-weight:bold;
    }

    .suite-detail .release-notes span{
        font-size:14px;
        display:block;
    }

    .suite-detail .release-notes ul{
        margin-top:10px;
        padding-left: 15px;
    }

    .suite-detail .release-notes ul li{
        font-size:14px;
        font-weight: 500;
    }

    .suite-detail .back-top{
        font-size:13px;
        text-decoration:underline;
        text-transform:uppercase;
        margin-top:5px;
        margin-right: 40px;
        margin-left:20px;
        color:#044481;
    }

    .license{
        padding-top:30px;
        padding-bottom:20px;
        background-color:#FFF;
    }

    .suite-detail .license{
        background-color:transparent;
        padding-bottom:0;
    }

    .license p{
        font-size:13px;
    }

    .suite-detail .license p{
        font-size:12px;
    }

    .suite-detail .license a{
        color:#044481;
        text-decoration:underline;
    }

    .catalog-page.license p{
        margin-left:75px;
    }

    .suite-detail .img-container{
        min-width:100px;
        min-height:100px;
    }

    .summary .col-sm-5, .summary .col-sm-7{
        margin-top:40px;
        margin-bottom: 40px;
    }

    .summary .col-sm-7{
        padding-left: 100px;
    }

    .summary h2{
        margin-top:0;
        font-size:26px;
        font-weight:bold;
        text-transform:uppercase;
    }

    .summary .license{
        margin-top: -50px;
        font-size:12px;
        margin-bottom: 100px;
    }

    .summary .license a, .license a{
        color:#0033FF;
        font-size: 12px;
    }

    .summary .download-builder-container{
        width: 100%;
    }

    .summary .download-builder{
        width: 320px;
        margin:0;
        font-size:12px;
        margin-bottom:50px;
    }

    .summary .download-builder td, .summary .download-builder th {
        font-size:12px;
    }

    .summary .download-builder thead{
        color: #999999;
        text-transform: uppercase;
    }

    .summary .download-builder thead td{
        padding: 10px 0;
    }

    .summary .download-builder tbody td{
        padding: 20px 0;
    }

    .summary .download-builder-container tbody > tr > td:nth-child(2){
        font-weight:bold;
        vertical-align:middle;
    }

    .summary .download-builder thead td:nth-child(1), .summary .download-builder tbody td:nth-child(1){
        text-align:left;
        width: 60px;
    }

    .summary .download-builder thead td:nth-child(3), .summary .download-builder tbody td:nth-child(3){
        text-align:right;
        vertical-align:middle;
        width: 65px;
    }

    .summary .download-builder thead td:nth-child(4){
        border:none;
        width:40px;
    }

    .summary .download-builder tbody td:nth-child(4) {
        border: none;
        margin: 0 auto;
        vertical-align: middle;
    }

    .summary .download-builder .delete-item-icon{
        height:15px;
        background-image:url("images/remove-item-icon.png");
        background-repeat:no-repeat;
        background-position:-4px -16px;
        display:block;
        cursor: pointer;
    }

    .summary .download-builder tfoot tr th{
        text-align:right;
        padding:0;
        font-size:12px;
        font-weight:500;
        border-top: 1px solid #b9bec1;
        padding-top:15px;
    }

    .summary .download-builder tfoot tr th:nth-child(2){
        color:#999999;
    }

    .summary .download-builder tfoot tr th:nth-child(4){
        border:none;
    }

    .summary .download-builder tr.suite-app td{
        padding-top:6px;
        padding-bottom:6px;

    }

    .summary .download-builder tr.suite-app td:nth-child(2){
        padding-left:30px;
        color:#666666;
        font-weight:normal;
    }

    .summary p.complete-form{
        font-size:13px;
        margin-bottom:20px;
    }

    .summary .form-container{
        width:100%;
        margin-bottom:50px;
    }

    .summary .form label{
        text-align:left;
        font-weight:500;
        font-size:14px;
    }

    .summary .form input, .summary .form select{
        height:48px;
        border-radius:0;
    }

    .summary .form input[type=checkbox] {
        height:auto;
        border-radius:0;
    }

    .summary .buttons-container{
        width:100%;
    }

    .summary .buttons-container .form-group{
        text-align:center;
    }
    .summary button.two-line-button{
        padding-top:0;
        padding-bottom:0;
        margin-top:0;
    }

    .summary p.system-requirements{
        font-size:12px;
        margin-bottom: 50px;
        display:block;
    }

    .summary .workstation-download{
        line-height: 20px;
        padding-top: 3px;
        padding-bottom: 2px;
    }

    .summary .brady-btn.workstation-download{
        width: 205px;
    }

    .summary .brady-btn.workstation-download:disabled {
        background: lightgray;
    }

    .summary .brady-btn.workstation-download:hover:disabled {
        border-color: white;
    }

    .summary .buttons-container .row .col-sm-3{
        padding: 10px 10px;
    }

    .summary .buttons-container .row .col-sm-3:first-child{
        text-align:left;
    }

    .summary .buttons-container .row .col-sm-3:last-child{
        text-align:right;
    }

    @media (max-width: 768px) {
        .summary .buttons-container .row .col-sm-3 {
            text-align:center !important;
        }
    }

    .thank-you-page a {
        text-decoration:underline;
    }

    .thank-you-page p{
        font-size:14px;
    }

    .thank-you-page .confirmation-header{
        margin: 30px 20px;
    }

    .thank-you-page .confirmation-header h2{
        font-size:32px;
        font-weight:bold;
    }

    .thank-you-page .confirmation-header .flex-container{
        margin-top:20px;
        margin-bottom:20px;
    }

    .thank-you-page .confirmation-header .flex-container img{
        width: 30px;
    }

    .thank-you-page .confirmation-header .flex-container>p{
        margin:0;
        padding-left:15px;
    }

    .thank-you-page .next-step{
        background-color: #F0F0F0;
    }

    .thank-you-page .next-step h2{
        font-size:32px;
        font-weight: bold;
        margin-top:0;
    }

    .thank-you-page .next-step>p{
        padding:10px 0;
    }

    .thank-you-page .bottom-container{
        background-color:#F0F0F0;
        padding: 30px 20px;
    }

    .thank-you-page .assets-list {
        background-color: #FFFFFF;
        border-color: #666666;
        border-width: 1px;
        border-style: solid;
        margin: 15px 10px;
        border-radius: 15px;
    }

    .thank-you-page .assets-list .included-list {
        display: flex;
        vertical-align: middle;
        align-items:stretch;
    }

    .thank-you-page .assets-list .included-list .asset-details {
        width: 300px;
        font-weight: bold;
        flex: 1;
    }

    .thank-you-page .assets-list .included-list .asset-details .flex-container{
        margin-top: 0px;
        white-space: normal;
    }

    .thank-you-page .assets-list .included-list .asset-details .product-icon-image {
        margin: 10px 15px;
    }

    .thank-you-page .assets-list .included-list .asset-details .app-info {
        margin: 10px;
    }

    .thank-you-page .assets-list .included-list p {
        margin: 0px;
        text-wrap: normal;
    }

    .thank-you-page .assets-list .included-list .asset-instructions {
        flex: 1;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

    .thank-you-page .assets-list .asset-instructions p {
        font-size: 15px;
    }

    .thank-you-page .assets-instructions .inline-retry-text p {
        margin-bottom: 7px;
    }

    .thank-you-page #separator-line {
        border-top: 1px solid #666666;
        margin: 0px;
    }

    .product-guide .plus-sign{
        color:#1F4671;
        font-size:72px;
        font-weight:700;
        margin-left:15px;
    }

    .product-guide .recommend-row{
        position:relative;
        padding: 0 55px;
        display:flex;
        align-items:baseline;
    }

    .product-guide .recommend-row .col-sm-5 {
        width:390px;
        padding:0;
    }

    .product-guide .catalog-page .box-container{
        margin-right:0;
        padding-right:0;
    }

    .product-guide .recommend-row .col-sm-1 {
        width:35px;
        padding:0;
        align-self:center;
        margin-left:10px;
        margin-right:10px;
        margin-top: 110px;
    }

    .product-guide .recommend-row .col-sm-3 {
        width:250px;
        padding:0;
    }

    .product-guide>h2{
        font-size:28px;
        padding-left:20px;
    }

    .product-guide>h3{
        font-size:20px;
        padding-left:20px;
    }

    .product-guide-container .workstation-box .free-trial{
        margin-top:0px;
        margin-left:10px;
    }

    .product-guide-container .box-suite .free-trial{
        margin-top:-40px;
    }

    .product-guide .recommend-row .box-suite .free-trial{
        margin-top:-20px;
    }

    .ui-dialog {
        border: 3px;
        z-index: 2000;
        background: #F9F8F4;
    }

    .ui-front {
        z-index: 2000;
    }

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
        border: 0;
        background: #F9F8F4;
    }

    .ui-dialog-titlebar {
        display: none;
    }

    .ui-widget-content.ui-dialog {
        border: 4px solid;
        background-color: white;
    }

     .techSupport {
        cursor: pointer;
        display: inline-flex;
    }

    .techSupportDialogStyle     {
    }

    .techSupportDialog table {
        float: left;
        padding: 5px;
    }

    .techSupportDialog, th, td {
        border: 0px;
        color: #646473;
        /*text inside the workstation help table*/
        font-size: 15px;
        margin: 8px;
        padding: 8px;
    }

    .techSupportDialogStyle img {
        float: right;
        height: 30px;
        width: 30px;
        margin: -25px -15px 0 0;
        padding: 0 0 0 0;
        cursor: pointer;
        z-index: 10;
    }

    .techSupportDialogStyle h2 {
        text-align: center;
        width: 100%;
        color: #646473;
    }

    .techSupportDialogStyle tr.bold {
        font-weight: bold;
    }

    .dropDown {
        margin: 0 auto;
        vertical-align: bottom;
        display: inline-block;
    }

    .dropDown select {
        display: inline-block;
        height: 35px;
        width: 125px;
        background: #f2f2f2;
        border: 1px solid;
        border-color: white #f7f7f7 #f5f5f5;

        border-radius: 3px;
        padding: 5px;
    }

     .dropDown select::-ms-expand {
        border: 0;
    }

    .dropDown .ui-select select {
        border: 0;
    }

    .dropDown select.img {
        border: 0;
    }

    .ui-dialog.summary-dialog {
        border: 1px;
    }

img.loading {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p.loading {
    color: #333333;
    text-align: center;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.loader,
.loader:after {
  border-radius: 50%;
}
.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.33em solid #868686;
  border-right: 0.33em solid #868686;
  border-bottom: 0.33em solid #868686;
  border-left: 0.33em solid rgba(0, 0, 0, 0.349019607843137);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

ul.unstyle-bundle-links
{
    margin-top: -20px;
    list-style: none;
}

.bundle-links {
    padding: 0 80px;
    font-size:12px;
}

.tooltip-container {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    width: 400px;
    z-index: 1000;
}

.tooltip-content {
    position: relative;
}

.close-row {
    height: 25px;
    width: 100%;
    text-align: right;
}

.text-row {
    margin-top: 10px;
}

.close-btn {
    position: absolute;
    top: -3px;
    right: 3px;
    font-size: 18px;
    cursor: pointer;
    color: black;
}