﻿/*css for desktop */
/*.thumbnail {
    position: relative;
}*/
@media (min-width: 1400px){
    .container {
        max-width: 1340px;
    }
}

body > .container {
    padding-bottom: 100px;
}

/*To show cursor on all links on Desktop*/
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    /*line-height: 20px;*/
}

a {
    color: #337ab7;
    cursor: pointer;
}
.image-class {
    height: 250px !important;
    width: 100%;
    object-fit: cover;
}

.price-note {
    width: 55%;
    font-size: 10px !important;
}

.image-caption {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    color: red !important;
    font-weight: bolder;
    font-size: 20px;
}

.faq li {
    padding: 20px 0 0 20px;
    list-style: none;
}
    .faq > li {
        font-weight: bold;
        font-size: 150%;
    }

    .faq li.question {
        font-weight: bold;
        font-size: 80%;
        cursor: pointer;
    }

    .faq li.answer {
        padding: 0 40px;
        font-weight: normal;
        font-size: 80%;
        display: none;
    }

.index {
    text-align: center;
}

    .index h3 {
        font-weight: bolder;
    }

    .index .block-height {
        height: 200px;
    }

    .index .user-type-button {
        display: inline;
        background-color: #295D96;
        color: white;
        font-weight: bold;
        font-size: 13px;
        height: 34px;
        padding: 6px 12px;
        line-height: 1.428571429;
        vertical-align: middle;
        border: 1px solid #cccccc;
        margin-top: 10px;
        width: 200px;
    }


.btn-transparent {
    color: #94AECA !important;
    border-color: #94AECA !important;
    width: 90px;
}


.note {
    margin-top: 6px;
    padding: 0 1px;
    font-size: 8px;
    line-height: 15px;
    color: #999;
}



.quick-view {
    background-color: #295D96;
    color: white;
    text-align: center;
    padding: 5px;
    width: 187px !important;
}

.itemZoom:hover:first-child div {
    visibility: visible !important;
}

.quick-view > a {
    color: white;
}

.quick-view-center {
    top: 120px;
    z-index: 10;
}

@media (min-width: 576px) {
    /* hack to center quick view modal */
    #quickViewModal .modal-dialog {
        max-width: 900px !important;
    }
}

/*PROUCT BLOCK - START*/
.product-detail {
    margin: 0 auto;
    /*background-color: #F8F8F8;*/
    width: 190px;
}

    .product-detail a {
        display: inline !important;
    }

    .product-detail .product-content {
        padding: 11px;
        margin-bottom: -6px;
        height: 300px;
        width: 185px;
    }

    .product-detail .product-img {
        width: 150px;
        margin-bottom: 17px;
        margin-left: 6px;
    }

    .product-detail .product-name-link {
        color: #295D96;
        font-weight: bold;
        font-size: 12px;
        line-height: 5px;
    }

    .product-detail .product-price {
        font-size: 12px;
        font-weight: bold;
    }

    .product-detail .quantity {
        width: 49% !important;
        font-style: italic;
        color: #94AECA !important;
        font-size: small;
        text-align: center;
        color: #94AECA !important;
    }

    .product-detail .add {
        width: 49% !important;
        background-color: #295D96;
        color: white;
        font-weight: bold;
        font-size: 13px;
    }

.row-top-margin {
    margin-top: 50px;
}

.row-top-margin-100 {
    margin-top: 100px;
}


/*PROUCT BLOCK - END*/


/*ADD PRODUCT -START*/
.add-product {
    padding: 15px;
    border: 1px solid;
    background-color: #F4F4F4;
    position: absolute;
    width: 900px;
}





    .add-product .header {
        font-weight: bold;
        font-size: 15px;
    }

    .add-product .details-table {
        font-size: 10px;
        margin-top: 10px;
    }

    .add-product .product-value {
        text-align: right;
    }

    .add-product .price {
        font-size: 12px;
        font-weight: bold;
    }


    .add-product .description {
        font-size: 11px;
        font-weight: bold;
    }


    .add-product .btn-secondary.active {
        background-color: #295D95 !important;
        color: white !important;
        /*width: 40px;*/
    }


    .add-product .btn-secondary {
        background-color: #CCCCCC !important;
        color: white !important;
        border-color: transparent !important;
        /*width: 40px;*/
    }


    .add-product .input-text {
        width: 103px;
    }

.product-value .textField {
    width: 145px;
    margin-right: -7px;
}

.d-inline {
    display: inline-flex !important;
}

.product-value .dollarBox {
    width: 100px;
    font-size: medium;
    font-weight: bold;
    margin-top: 5px;
    padding-right: 4px;
}
/*ADD PRODUCT - END*/


/*SEARCH PRODUCT - START*/

.search-products {
    border: 1px solid lightgray;
    line-height: 45px;
    margin-top: -15px;
    border-radius: 5px;
    z-index: 10;
    position: relative;
    background: #fff;
}

    .search-products .add-view {
        font-size: smaller;
        text-align: right;
    }

    .search-products .see-more-btn {
        width: inherit;
        margin-bottom: 10px;
    }

/*SEARCH PRODUCT - END*/
/*Product Quick Links -START*/
#productQuickLinks {
    position: absolute !important;
    top: 105px !important;
}
/*Product Quick Links -END*/


.privacy-policy {
    padding: 35px;
    border: 1px solid;
    background-color: #F4F4F4;
    position: absolute;
    width: 900px;
    margin-top: 20%;
}


table.table tr {
    /*height: 40px;*/
}

.remove-underline {
    text-decoration: none !important;
}



/*START Layout Page Institutional*/

.upperdiv {
    margin-top: 30px;
}


.menu-item > li > a {
    text-decoration: none;
}

.menu-item > li :hover {
    color: #1F4775;
}

.menu-item li {
    display: inline;
    text-align: center;
}

.menu-item a {
    display: inline-block;
    width: 25%;
    padding: .75rem 0;
    margin: 0;
    text-decoration: none;
    color: #93ADC9;
    font-weight: bold;
}

/*css for Institutional navigation Bar*/
.one:hover ~ .hrInsti {
    margin-left: 0% !important;
}

.two:hover ~ .hrInsti {
    margin-left: 25% !important;
}

.three:hover ~ .hrInsti {
    margin-left: 50% !important;
}

.hrInsti {
    height: .25rem;
    width: 25%;
    margin: 0;
    background: #1F4775;
    border: none;
    transition: .3s ease-in-out;
}

/*end of css for Institutional navigation Bar*/
.hrIndi {
    position: relative;
    top: 5vh;
    height: .25rem;
    width: 20%;
    margin: 0;
    background: #1F4775;
    border: none;
    transition: .3s ease-in-out;
}

.home:hover ~ .hrIndi {
    margin-left: 0% !important;
}

.gold:hover ~ .hrIndi {
    margin-left: 20% !important;
}

.silver:hover ~ .hrIndi {
    margin-left: 40% !important;
}

.platinum:hover ~ .hrIndi {
    margin-left: 60% !important;
}

.palladium:hover ~ .hrIndi {
    margin-left: 80% !important;
}

.hr {
    height: .25rem;
    width: 24%;
    margin: 0;
    background: transparent;
    border: none;
    transition: .3s ease-in-out;
}

hr {
    height: .25rem;
    width: 17%;
    margin: 0;
    background: #93ADC9;
    border: none;
    transition: .3s ease-in-out;
}

.menu-underline {
    height: .25rem;
    width: 17%;
    margin: 0;
    background: #1F4775;
    border: none;
    transition: .3s ease-in-out;
}

.hr1 {
    height: .25rem;
    width: 20%;
    margin: 0;
    background: transparent;
    border: none;
    transition: .3s ease-in-out;
}


.badge-notify {
    height: 18px;
    width: 18px;
    background-color: #0071BC;
    margin-top: -5px;
    font-size: 10px;
    padding: 4px 1px;
    margin-left: 3px;
}


.login-dp {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: rgba(255,255,255,.8);
}

    /*.login-dp .help-block {
                font-size: 12px;
            }*/

    /*.login-dp .bottom {
                background-color: rgba(255,255,255,.8);
                border-top: 1px solid #ddd;
                clear: both;
                padding: 14px;
            }*/

    /*.login-dp .social-buttons {
                margin: 12px 0;
            }

                .login-dp .social-buttons a {
                    width: 49%;
                }*/

    .login-dp .form-group {
        margin-bottom: 10px;
    }


.user-dropdown-options {
    padding: 10px;
    background-color: #EEEEEE; /*rgba(255,255,255,.8);*/
    line-height: 32px;
    min-width: 0px !important;
    border: 0px !important;
}

    .user-dropdown-options .logout-btn {
        width: 100%;
    }

/*.btn-fb {
            color: #fff;
            background-color: #3b5998;
        }

            .btn-fb:hover {
                color: #fff;
                background-color: #496ebc;
            }

        .btn-tw {
            color: #fff;
            background-color: #55acee;
        }

            .btn-tw:hover {
                color: #fff;
                background-color: #59b5fa;
            }*/


.glyphicon-font-24 {
    font-size: 24px !important;
}
/*END Layout Page Institutional*/

/*css for main page*/

.main-page-hero-image {
    background: url("../images/CoinsKeyboard-IRA.JPG") no-repeat center center;
    background-size: cover;
    height: 400px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 40px;
}

.main-page-iraButton {
    position: absolute;
    z-index: 10;
    top: 30vh;
    width: 100%;
}

.main-page-ira-button {
    display: inline;
    background-color: #295D96;
    color: white;
    font-weight: bold;
    font-size: 17px;
    height: 43px;
    padding: 9px 19px;
    line-height: 1.428571429;
    vertical-align: middle;
    border: 1px solid #cccccc;
    margin-top: -5px;
    border-color: transparent;
    border-radius: 4px;
}

.main-page-spanMessage {
    font-weight: bold;
    text-align: center;
    color: #333;
    z-index: 1;
    margin: 0 auto;
    font-size: 34px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-pack: center;
}

.main-page-signIn {
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 10;
    top: 2vh;
}

.main-page-signIn-DGLogo {
    float: left !important;
}

.main-page-signIn-block {
    z-index: 10;
    width: 297px;
    padding: 9px;
    background-color: white;
    border: 1px solid lightgray;
    float: right !important;
    display: none;
    clear: both;
}

    .main-page-signIn-block .signIn-buton {
        width: 100%;
    }

.mainPagelinkContainer {
    width: 96%;
    margin-left: 2%;
}

.displayInline {
    display: inline-flex;
}

.box {
    margin-top: 5px;
    padding: 19px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    margin-bottom: 5px;
}

.box-font {
    font-size: large;
    color: #999;
}

.selfContainer {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.note2 {
    line-height: 15px;
    color: #999;
    font-size: 11px;
    background-color: white;
    padding-top: 2px;
}

.circleOk {
    color: #5BCF8F !important;
    font-size: 0.8vw;
}

.circleRemove {
    color: red !important;
    font-size: 0.8vw;
}

.iraButton {
    min-width: 13vh;
    position: relative;
    left: 44vw;
    top: 18vh;
}

#btnIndividual {
    min-width: 30%;
}

#btnInstitutional {
    min-width: 30%;
}

.trade-ticket .header-text {
    font-size: 20px;
}

.trade-ticket .ira-detail-margin {
    margin-bottom: 12px;
}

.trade-ticket .label-text {
    margin-top: 6px;
    padding: 0 1px;
    font-size: 11px;
    line-height: 15px;
    color: black;
}

.trade-ticket .separator-margin {
    margin-top: 217px;
}

.trade-ticket .vertical-separator {
    padding-right: 20px;
    height: 265px;
    border-right: 1px solid #ccc;
}

.trade-ticket .empty-ticket-message, .no-products-message {
    text-align: center;
    margin-top: 60px;
    line-height: 35px;
}

.trade-ticket .video-link {
    font-size: 11px;
    font-weight: bold;
}

.trade-ticket .client-name {
    font-size: 18px;
    padding-bottom: 15px;
}

.trade-ticket .edit-client-bar {
    padding-top: 25px;
}

.trade-ticket .product-name {
    color: #295D96;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
}

.trade-ticket .grid-header {
    margin-top: 6px;
    font-size: 13px;
    color: #999;
    font-weight: lighter;
    text-transform: uppercase;
}

.glyphicon-search {
    color: #93adc9 !important;
}

.fa-search {
    color: #93adc9 !important;
}

.close {
    color: #93adc9 !important;
}
/*Vertically center align modal - start*/

.vertically-center-dilog .modal {
    text-align: center;
    padding: 0 !important;
}

    .vertically-center-dilog .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.vertically-center-dilog .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media (min-width: 576px) {
    body .modal-dialog .modal-content.tutorial-video-modal {
        top: 100px;
        width: 700px;
        left: -50px;
    }
}

.learn-more-video {
    text-align: center;
    margin: 30px 0 50px;
    font-size: 18px !important;
}

.modal-body form {
    width: 100%;
}

#TradeConfirmationModal .modal-dialog {
    max-width: 640px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[v-cloak] {
    display: none;
}

span.error-notice {
    font-size: 10px;
    color: red;
}

/*START FOR SPOT PRICE FOOTER*/
.pre-footer {
    min-height: 0px;
    display: block;
}
    .pre-footer.charts {
        min-height: 165px;
    }

.note2 p {
    margin-bottom: 3px;
}

#footerLinks {
    background-color: #F2F2F2;
    font-size: 18px;
}

    #footerLinks a {
        color: #AFABAB;
    }

.custodianInputLabel{
    text-align: center;
}

    .custodianInputLabel a {
        text-align: center;
        display: block;
        width: 100%;
        height: 130px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 130px;
    }

.editCustodianBar {
    border: 1px solid #000;
    border-top: 0 none;
    padding: 5px 10px;
}

.circle-buttons {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin-top: 10px;
    background-color: #363636;
    color: #688BB6;
    margin-right: 12px;
    border-color: transparent;
    font-family: Myriad Pro;
}

    .circle-buttons:hover,
    .circle-buttons:focus,
    .circle-buttons.active {
        outline: none;
        border: 1px solid white;
        color: white;
        font-weight: bold;
    }

.market-button {
    background-color: #363636;
    color: #688BB6;
    border-color: transparent;
    font-family: Calibri;
}

    .market-button:hover {
        border: 1px solid white;
        color: white;
        outline: none;
        font-weight: bold;
    }

.header .button-margin {
    margin-right: -633px;
}

.chart {
    margin-left: -11px;
    padding: 0;
}

.iFrameSize {
    width: 100%;
}

.redBottomTriangle {
    color: #CF4D4D;
}

.greenTopTriangle {
    color: #5BCF8F;
}

#spotPriceFooter,
footer .row.charts {
    background-color: #404040;
}

.spotPriceText {
    font-family: Myriad Pro;
    font-weight: bold;
    font-size: 17px;
    margin: 10px 20px 0px 0px;
    color: white;
    cursor: pointer;
}

.collapsedChart .spot-metal {
    height: 26px;
    color: white;
    background-color: #505050;
    font: 14px Myriad Pro;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    margin: 5px 0 0;
}
    .collapsedChart .spot-metal .metal, .collapsedChart .spot-metal .ask {
        font-weight: bold;
    }

@media (max-width: 767.98px) {
    footer {
        display: none;
    }

    #footerLinks {
        margin: 0;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .spotPriceText {
        margin: 10px 5px 0 0;
    }
    .collapsedChart .spot-metal {
        width: 145px;
        font-size: 10px;
        padding: 0;
    }

        .collapsedChart .spot-metal.silver {
            width: 117px;
        }       
        .collapsedChart .spot-metal.platinum {
            width: 145px;
        }    
        .collapsedChart .spot-metal.palladium {
            width: 167px;
        }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .collapsedChart .spot-metal {
        width: 185px;
        font-size: 12px;
        padding: 0;
    }
        .collapsedChart .spot-metal.palladium {
            width: 210px;
        }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1349.98px) {
    .collapsedChart .spot-metal {
        padding: 1px 0 0;
        font-size: 14px;
        width: 225px;
    }
        .collapsedChart .spot-metal.palladium {
            width: 244px;
        }
}


/* FullScreen view(large desktops, 1350 and up) */
@media (min-width: 1350px) {
    #spotPriceLoader.collapsedChart {
        min-width:1140px;
        width: 80%;
    }
    .collapsedChart .spot-metal {
        padding: 1px 0 0;
        margin: 5px 2px 0;
        font-size: 14px;
        width: 24.5%;
    }
        .collapsedChart .spot-metal.palladium {
            width: 24%;
        }
}
/*END FOR SPOT PRICE FOOTER*/
/*Marketing Page*/
.quickSearch {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.navigationBar {
    top: 0 !important;
    position: sticky !important;
    width: 100% !important;
    padding-top: 10px;
    z-index: 100;
    background: #f2f2f2;
}

.instituionalNavigationBar {
    /*position: fixed !important;*/
    width: 100% !important;
    padding: 0 15PX;
    /* padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
}

.upperHeaderBackground {
    max-height: 50px;
}

.headerFont {
    font-weight: 600 !important;
    color: #717171 !important;
}

.individualNavigationBar {
    position: fixed !important;
    width: 85% !important;
    padding-right: 30px !important;
    /* padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
}

.Private-navigationBar {
    position: fixed !important;
    width: 100% !important;
    padding-left: 5%;
    padding-right: 5%;
    right: 0;
    left: 0;
    min-height: 8vh !important;
}

.navigationBar-header {
    float: left !important;
}

.institutionalProductLinkColor {
    color: #2A5D95 !important;
    font-weight: 600;
    font-size: 16px;
}

    .institutionalProductLinkColor:hover {
        color: #1F4775 !important;
    }

    .institutionalProductLinkColor:focus {
        color: #1F4775 !important;
    }


.institutionalLinkColor {
    color: #5072C1 !important;
    /*font-weight:600;*/
}

.navigation > li > a {
    background-color: transparent !important;
}

.largeIcon {
    top: 3px !important;
    font-size: 16px !important;
}

.institutionaLogo {
    margin-top: 10px;
    /*width: 100% !important;*/
    cursor: pointer;
}


#iraDetail {
    width: 100%;
    min-height: 200px;
    /*margin-top: 22px;*/
    padding-top: 12px;
}

    #iraDetail .col-4 {
        width: 32%;
        height: 200px;
        margin-top: 10px;
        font-size: large;
        display: inline-block;
    }

    #iraDetail .col-sm-4 span {
        margin-top: 2px;
    }

    #iraDetail p {
        font-size: 15px;
        color: black;
    }

    #iraDetail ul {
        list-style-type: inherit !important;
    }


/*Hero Image*/
.heroImage {
    top: 0vh !important;
    position: relative !important;
}

    .heroImage img {
        width: 100% !important;
        height: 55vh !important;
    }
/*Hero Image end*/

.hover-slide {
    position: absolute;
    /*margin-left: 30%;*/
    z-index: 10;
    top: 35vh;
    width: 100%;
}


/*End of Marketing Page*/


/*START- style to zoom in little bit  image*/
.image {
    position: relative;
    width: 200px;
    height: 200px;
}

    .image img {
        width: 100%;
        vertical-align: top;
    }

    .image:after, .image:before {
        position: absolute;
        opacity: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .image:after {
        content: '\A';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .image:before {
        content: attr(data-content);
        width: inherit;
        color: #fff;
        z-index: 1;
        top: 0;
        padding: 4px 10px;
        text-align: center;
        background: #295D96;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        cursor: pointer;
    }

    .image:hover:after, .image:hover:before {
        opacity: 1;
    }

.itemZoom > div > div {
    position: relative;
    /*border: 1px solid #333;*/
    /*margin: 2%;*/
    overflow: hidden;
    width: 100%;
}

    .itemZoom > div > div > img {
        max-width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

.itemZoom:hover > div > div > img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*END- style to zoom in little bit image*/

.remove-padding {
    padding: 0px !important;
}

.set-quickview {
    visibility: hidden;
    cursor: pointer;
}

.set-color {
    color: #1F4775;
}




/*Start of Added to trade ticket Pop Up*/
.trade-Confirmation-Html {
    width: 670px !important;
    top: 100px !important;
}

.trade-Confirmation-Html .center-content {
    margin-left: 30px !important;
}


.contentStyle {
    top: 217px;
    width: 403px;
}

    .contentStyle .productDescriptionStyle {
        left: 13px;
        top: 10px;
    }

    .contentStyle .imageStyle {
        width: 130%;
        padding-top: 7px;
    }

    .contentStyle .buttonStyle {
        background-color: white;
        color: #295D96;
        border-color: #295D96;
    }
/*End of Added to trade ticket Pop Up*/

/* Feature product*/
.featured-product {
    position: absolute !important;
    top: 0;
    width: 190px !important;
    line-height: 15px;
    font-size: 10px;
    background-color: #BC9226;
    color: #fff;
    text-align: center;
}

    .featured-product .featured-text {
        letter-spacing: 0.8925em;
    }

.errorMessage {
    margin-bottom: -14px;
    color: red;
    font-size: small;
}


.watermark {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

    .watermark::after {
        content: "";
        background: url('../images/DGbug-20x10.svg');
        opacity: 0.4;
        top: 160px;
        left: 55%;
        bottom: 0;
        right: 0;
        position: absolute;
        background-repeat: no-repeat !important;
        width: 40% !important;
    }

.watermark-big {
    width: 100%;
    height: 100%;
    display: block;
    /*position: absolute;*/
}

    .watermark-big::after {
        content: "";
        background: url('../../../../../content/images/DGbug-20x10.svg');
        opacity: 0.4;
        top: 73%;
        left: 70%;
        bottom: 0;
        right: 0;
        position: absolute;
        background-repeat: no-repeat !important;
        width: 28% !important;
    }

/*footer To stick at bottom */
footer {
    position: fixed !important;
    width: 100%;
    bottom: 0 !important;
    background: white;
    z-index: 10;
}


.trade-log {
    margin-top: 25px;
}

    .trade-log .header {
        font-size: 20px;
    }

    .trade-log .title {
        font-size: 11px;
    }

    .trade-log .congrats-area {
        text-align: justify;
    }

    .trade-log .details-area {
        text-align: right;
    }

    .trade-log .dealer-premium {
        font-size: 12px;
        font-weight: bold;
    }

    .trade-log .from-to-section {
        height: 175px;
        background-color: #E6E6E6;
    }

    .trade-log .dealer-confirmation {
        width: 45%;
        float: left;
    }

    .trade-log .retailer-confirmation {
        width: 45%;
        float: right;
    }

    .trade-log .retailer-confirmation-buttons {
        text-align: right;
    }

#stepToIRAConnect {
    width: 750px;
    height: 290px;
}

/*#slideButton {
position: fixed;
bottom: -90px;
width: 720px;
}*/
.modal-content {
    background-color: #F4F4F4 !important;
}

/*Text slider*/
.slider {
    width: 90% !important;
    margin-top: 0px !important;
    height: 240px !important;
    margin-left: 5% !important;
}

.slick-slide {
    height: 250px !important;
    margin: 0px 20px !important;
}

    .slick-slide img {
        width: 100% !important;
    }

.slick-prev:before,
.slick-next:before {
    color: black !important;
}

.linkIraBox {
    border: 1px solid #CFD0CF;
    height: 100px;
    padding-top: 20px;
}

.tutorial-video-modal {
    top: 100px;
    width: 700px;
    left: -50px;
}

    .tutorial-video-modal .video-size {
        width: 669px;
    }

img.lazy {
    width: 100%;
    height: auto;
    background-image: url('../../../../../content/images/loader.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 18%;
    background-position: 50%;
}

.text-decoration-none {
    text-decoration: none !important;
}

/*CSS FOR USER PROFILE START*/

.user-profile .button-color {
    background-color: #2A5D95 !important;
}

.pos-fixed {
    position: fixed !important;
}

@media only screen and (max-width: 1280px) {
    .collapsedChart .dataDiv {
        height: 50px !important;
    }
}


/*CSS FOR USER PROFILE START*/
.popDown-Block {
    position: fixed;
    z-index: 10 !important;
    width: auto;
    background-color: white;
    border: 1px solid gray;
    /*float: right !important;*/
    float: none;
    display: none;
    border-radius: 0;
    font-weight: bold;
    /*right: 220px; changed this to percent as when screen size will change position will differ if we use px
right: 20%;*/
    white-space: nowrap;
    top: 50px;
    padding: 0px !important;
    overflow: hidden !important;
}

    .popDown-Block .list-group-item {
        color: #808080 !important;
        padding: 11px 15px !important;
    }

        .popDown-Block .list-group-item:first-child {
            border-top-left-radius: 0px !important;
            border-top-right-radius: 0px !important;
        }

#appsPopDown {
    margin-right: 17.5vw;
}

#liApps a, #liLoggedIn a, #liProducts a, #tradeLog a, #tradeTicket a {
    text-decoration: none !important;
}

#productPopDown {
    top: 85px;
    margin-left: 15px;
}

#liProducts {
    margin-top: 8px !important;
}


.filter-Options {
    margin-left: 10px;
    font-weight: normal;
}

/*CSS Trade History*/
#tradeHistoryTable td a {
    margin-right: 10px;
    font-size: 16px;
}
/*END Trade History*/

/*** Search Autocomplete *** */
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

/* END Search Autocomplete */