﻿
body {
    font-size: 20px;
    font-family: 'Arial';
    margin: 0;
    /* it's good practice to zero the margin and padding of the body element to account for different browser defaults */
    padding: 0;
    color: #191919;
    font-weight: 300;
}

h1, h2, h3, h4, h5 {
    font-family: 'Arial';
}

h2 {
    font-size:30px;
    font-weight:normal;
}

h3 {
    font-size:27px;
    font-weight:normal;
}

h4 {
    font-weight:normal;
}

a {
    color: blue;
    display: inline-block; 
    text-decoration: none;
   
}


/* Start New Pro CSS*/
#LoginPro {
    display:inline;
    float: right;
    font-size: 22px;
    margin-top: -30px;
    margin-right: 80px;
}
#LoginPro a:Link {color: #505050;}
#LoginPro a:visited {color: Black;}
#LoginPro a:hover {color: #505050;}
#LoginPro a:active {color: #505050;}

#Login {
    display:inline;
    float: right;
    font-size: 22px;
    margin-top: -30px;
    margin-right: 80px;
}
#Login a:Link {color: #505050;}
#Login a:visited {color: Black;}
#Login a:hover {color: #505050;}
#Login a:active {color: #505050;}

.LoginButton {
    background-color: #999999;
    border: 1px;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 12px; 
    cursor:pointer;
}

input:focus, textarea:focus {
     outline: none;
 }

.RegisterButton {
    background-color:#666666;
    border: 1px;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 12px; 
    cursor:pointer;
    margin-top:10px;
}
.text-warning {
    color: #c09853;
}

.text-danger {
    color: #b94a48;
}

.text-success {
    color: #468847;
}


.checkbox {
    display: block;
    min-height: 10px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-size: 16px;
    cursor: pointer;
}
input[type=checkbox]
{
    -webkit-appearance:checkbox;
    width:18px;
    height:18px;
}
#pnlAdd {
    float:left
}
.dbMan {
    margin-top: 10px;
}
#cancelButton {
    display: inline;
    margin-left: 10px;
}
.GridViewEditRow input[type=text] {
    width:100px;
}
.metal_prod2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    border: 2px solid white;   
    border-radius: 12px;       
    padding: 2%;     
}
.Reg_Form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    /*-webkit-justify-content: space-between;*/
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 2px solid #999;
    border-radius: 12px;
    padding: 2%;
}
/* End New Pro CSS*/

select, input, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    /*appearance: none;*/
    -webkit-border-radius: 0;
    border-radius: 0;
}

    select::-ms-expand {
        display: none;
    }

select {
    padding-right: 23px !important;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
    -webkit-background-size: 13px 13px;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 96% center;
}


a:not(.logo_link):after {
    background-color: #000;
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

a:hover:after,
a:focus:after {
    width: 100%;
}


.mobile-menu {
    display: none;
}

.container.header-container {
    padding: 35px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.button_wrapper {
    text-align: center;
    padding: 20px 0;
    -webkit-animation: MoveUpDown 1.5s linear infinite;
    animation: MoveUpDown 1.5s linear infinite;
    position: relative;
    width: calc(80% - 55px);
}

.scroll_top {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

    .scroll_top:focus {
        border: none;
        outline: 0;
    }

.header-top-navbar {
    float: right;
    width: 60%;
    position: relative;
    font-family: arial;
}

    .header-top-navbar li {
        list-style-type: none;
        display: inline-block;
        margin-right: 35px;
        vertical-align: middle;
    }

        .header-top-navbar li a {
            text-decoration: none;
            color: #505050;
            font-size: 30px;
        }

    .header-top-navbar > ul {
        padding-left: 0;
    }

    .header-top-navbar .drp-list-container {
        position: absolute;
        background-color: #fff;
        z-index: 1;
        -webkit-box-shadow: 0px 9px 37px 1px rgba(0, 0, 0, 0.29);
        box-shadow: 0px 9px 37px 1px rgba(0, 0, 0, 0.29);
        padding: 20px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        display: none;
    }

.drp-list-group,
.drp-group-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-top-navbar .drp-list li {
    display: block;
    margin: 0;
}

    .header-top-navbar .drp-list li a:hover {
        background-color: #ededed;
        font-weight: bold;
        padding: 10px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

.drp-list {
    padding: 0;
}

.header-top-navbar .drp-list a {
    font-size: 16px;
    margin: 0;
    padding: 10px;
}

.drp-list-group-two .link-other-section {
    font-size: 16px;
    display: block;
    text-align: center;
    color: #c4931b;
    padding: 25px 0;
}

    .drp-list-group-two .link-other-section:hover {
        background-color: #ededed;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .drp-list-group-two .link-other-section:after {
        background: none;
        content: "";
    }

.logo-container {
    width: 40%;
    float: left;
}

    .logo-container img {
        max-width: 100%;
    }

.header-top-navbar li a:hover .drp-list {
    display: block;
    position: absolute;
    background-color: red;
}

.header-page-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.content_column.text_pages_wrap.margin_right_header {
    margin-right: -webkit-calc( 40% - 192px );
    margin-right: calc( 40% - 192px );
}

.content_column.margin_right_header {
    margin-right: 25%;
}


.page_header {
    background-color: #999;
    padding: 10px 0;
    color: #fff;
    text-align: center;
}

    .page_header h1 {
        font-size: 41px;
        font-weight: normal;
        margin: 0 auto;
        text-align: center;
    }

    .page_header p {
        display: none;
    }

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
}

.main_page-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

.content_column {
    width: 75%;
}

    .content_column.text_pages_wrap {
        width: 60%;
        max-width: 768px;
    }

.advertisement_column {
    width: 20%;
    min-width: 180px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-left: 50px;
}

.advertisement {
    width: 160px;
    height: 600px;
}

.text_sections {
    margin-top: 80px;
    margin-bottom: 80px;
}

    .text_sections:first-of-type {
        margin-top: 20px;
    }


    .text_sections a:not(.logo_link):after {
        background-color: #191919;
        display: block;
        content: "";
        height: 2px;
        width: 0%;
        -webkit-transition: width .3s ease-in-out;
        -moz--transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out;
    }

    .text_sections a:hover:after,
    .text_sections a:focus:after {
        width: 100%;
    }

.responsive:hover { border-bottom: none; }

.article_text_sections {
    margin-top: 80px;
    margin-bottom: 80px;
    color: #414141;
    line-height: 1.3;
}

    .article_text_sections:first-of-type {
        margin-top: 20px;
    }


    .article_text_sections a {
        text-decoration: underline;
    }

    .article_text_sections a:not(.logo_link):after {
        display:none;
    }

    .article_text_sections a:hover:after,
    .article_text_sections a:focus:after {
        width: 100%;
    }
    .article_text_sections h2 {
        font-size: 35px;
        color: #191919;
    }

    .article_text_sections h3 {
        font-size: 27px;
        color: #191919;
    }

    .article_text_sections h4 {
        font-size: 24px;
        color: #191919;
    }

.responsive {
    max-width: 100%;
    height: auto;
}


.metal_prod {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;


    border: 2px solid #999;   /*Added This Item During Pro Upgrade !!!!!*/
    border-radius: 12px;        /*Added This Item During Pro Upgrade !!!!!*/
    padding: 2%;               /*Added This Item During Pro Upgrade !!!!!*/
}

.text_sections .metal_prod ul {
    text-align: left;
    list-style: none;
    padding-left: 0px;
}

.article_text_sections .metal_prod ul {
    text-align: left;
    list-style: none;
    padding-left: 0px;
}


.notification_container {
    text-align: center;
}

    .notification_container a {
        color: #daa41e;
    }

.scroll_top .arrow {
    fill: #999;
}


.page_footer {
    background-color: #999;
    padding: 40px 0;
}


.footer_wrap {
    width: calc(80% - 55px);
    margin: 0;
}

.footer_nav {
    margin-top: 20px;
    font-size: 26px;
}

    .footer_nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer_nav li {
        display: inline;
        padding: 0 20px;
    }

        .footer_nav li a {
            text-decoration: none;
            color: #fff;
            font-size: 30px;
        }

            .footer_nav li a:not(.logo_link):after {
                background-color: #ffffff;
                display: block;
                content: "";
                height: 2px;
                width: 0%;
                -webkit-transition: width .3s ease-in-out;
                -moz--transition: width .3s ease-in-out;
                -o-transition: width .3s ease-in-out;
                transition: width .3s ease-in-out;
            }

            .footer_nav li a:hover:after,
            .footer_nav li a:focus:after {
                width: 100%;
            }

.footer_notification {
    color: #fff;
    padding-left: 20px;
    margin-bottom: 50px;
    font-size: 16px;
    text-align: center;
    font-family: arial;
}

.copyright_footer {
    text-align: center;
    color: #fff;
    font-family: arial;
}

    .copyright_footer p {
        margin: 10px 0;
    }

    .copyright_footer a {
        text-decoration: none;
        color: #000;
    }

.faq_quest_wrap li {
    margin: 10px 0;
}

span.bold { 
     font-weight:bold; 
}

span.em {
    font-style: italic;
}

.coinfoindex_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .coinfoindex_container h2 {
        text-align: left;
    }

.column5 {
    width: 50%;
}

.row_article {
    padding: 10px 0;
}

.articles_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.column4 {
    width: 40%;
}

.column6 {
    width: 60%;
}

.our_partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    /*-ms-flex-pack: distribute;*/
    justify-content: space-around;
}

    .our_partners img {
        padding: 10px 20px;
    }

.coins_images {
    margin-bottom: 40px;
    text-align: center;
}

.description_coins {
    margin: 40px 0;
    margin: 0 auto;
    font-size: 16px;
    padding: 40px 0;
}

    .description_coins td:first-of-type {
        font-weight: bold;
    }

    .description_coins tr:last-of-type {
        margin-bottom: 50px;
    }


.coins_images {
    margin-bottom: 40px;
    text-align: center;
}

.description_coins {
    margin: 40px 0;
    margin: 0 auto;
    font-size: 16px;
    padding: 40px 0;
}

    .description_coins td:first-of-type {
        font-weight: bold;
    }

    .description_coins tr:last-of-type {
        margin-bottom: 50px;
    }

.article_table {
   
    border-spacing: 0;
    font-size: 16px;
    
}

    .article_table th {
        border: 1px solid #dddddd;
        padding: 10px 20px;
        width: 25%;
        text-align: left;
    }

    .article_table td {
        border: 1px solid #dddddd;
        width: 25%;
        padding: 10px 20px;
    }

        .article_table td:nth-last-child(-n+2) {
            text-align: center;
        }

    .article_table tr:first-of-type {
        background-color: #e5e5e5;
    }

    .article_table tr:nth-child(odd):not(:first-of-type ) {
        background-color: #f9f9f9;
    }


.coins_special_info {
    max-width: 600px;
    border-spacing: 0;
    font-size: 16px;
    margin: 0 auto;
}

    .coins_special_info th {
       
        padding: 10px 20px;
        width: 25%;
        text-align: left;
    }

    .coins_special_info td {

        width: 25%;
        padding: 10px 20px;
    }

        .coins_special_info td:nth-last-child(-n+2) {
            text-align: right;
        }

    .coins_special_info tr:first-of-type {
        background-color: #e5e5e5;
    }

    .coins_special_info tr:nth-child(odd):not(:first-of-type ) {
        background-color: #f9f1dd;
    }

.silvertheme .coins_special_info tr:nth-child(odd):not(:first-of-type ) {
    background-color: #e5e5e5;
}

.coins_table {
    max-width: 500px;
    border-spacing: 0;
    font-size: 19px;
}

    .coins_table th {
       
        padding: 10px 20px;
        width: 25%;
        text-align: center;
    }

    .coins_table td {

        width: 25%;
        padding: 10px 20px;
    }

        .coins_table td:nth-last-child(-n+2) {
            text-align: right;
        }

    .coins_table tr:first-of-type {
        background-color: #e5e5e5;
    }

    .coins_table tr:nth-child(odd):not(:first-of-type ) {
        background-color: #f9f1dd;
    }

    .coins_table tr:nth-child(odd):not(:first-of-type ) {
    background-color: #e5e5e5;
}


/*Ad Blocker Detected Classes*/

.blocked {
    display: none;
}

.adblock .blocked {
    display: block;
    font-size: 12pt;
    text-align: center;
}

.conversion_wrapper {
    margin: 10px 0;
    display: inline-block;
}

.conversion_numb_wrap,
.conversion_dropdown_wrap,
.conversion_calculate_wrap,
.dropdown_first_wrap {
    display: inline-block;
}

.conversion_inp_numb {
    text-align: center;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 16px;
    line-height: 34px;
    max-width: 175px;
}

.conversion_dropdown {
    font-size: 16px;
    border: 1px solid #000;
    padding: 10px 5px;
}

.conversion_calculate {
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgb(0, 0, 0);
    opacity: 0.702;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    border: 1px;
}

.conversion_calculate,
.conversion_dropdown,
.conversion_inp_numb {
    margin: 5px 10px;
}

.conversion_result {
    text-align: center;
    padding: 50px 0;
}

    .conversion_result:empty {
        display: none;
    }

.conversion_resultLabel {
    display: block;
    max-width: 311px;
    margin: 0 auto;
    background-color: rgba(218, 164, 30, 0.302);
    font-size: 30px;
    line-height: 34px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    padding: 0px 30px;
    color: #333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    .conversion_resultLabel:empty {
        display: none;
    }

.conversion_weightLabel {
    font-size: 24px;
    line-height: 34px;
    margin: 10px 0;
    display: block;
}

    .conversion_weightLabel:empty {
        display: none;
    }

.conversion_section h2 {
    font-size: 24px;
    font-weight: normal;
}

.conversion_section p {
    font-size: 16px;
}

.conversion_change_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.last_update {
    text-align: center;
    font-weight: normal;
}

.spot_prices_table {
    width: 567px;
    font-size: 16px;
    border-spacing: 0;
}

    .spot_prices_table tr:first-of-type {
        background-color: RGBA(218, 164, 30, 0.2);
    }

    .spot_prices_table tr th,
    .spot_prices_table tr td {
        width: 20%;
        padding: 5px 10px;
    }

    .spot_prices_table tr th {
        text-align: left;
    }

/*.control_panel {
    
    font-size: 16px;
    background-color: #000;
    color: #fff;
    max-width: 525px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    margin: 0 auto;
}*/
.control_panel {
    font-size: 14px;
    background-color: #000;
    color: #fff;
    max-width: 510px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    margin: 0 auto;
}


.leftside_control_panel.inline_blocks {
    -webkit-justify-content: space-around;
    /*-ms-flex-pack: distribute;*/
    justify-content: space-around;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

.control_panel a {
    color: #fff;
    margin: 0 5px;
}

.inline_blocks {
    display: inline-block;
}

.dropdown_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dropdown_item {
    margin: 5px 10px;
}

    .dropdown_item #BCSpan {
        display: block;
        text-align: center;
    }

    .dropdown_item input.conversion_dropdown {
        line-height: normal;
    }

.calc_sec_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.calc_main_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width:400px;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}


#text_sections_NoteLabel2 {
    margin-top: 20px;
    display: block;
}

.calc_info_item {
    font-size: 20px;
    margin: 5px 12px;
}

    .calc_info_item input:not([type='submit']) {
        width: 52px;
    }

    .calc_info_item p {
        margin: 10px 0;
    }

.calc_output {
    display: block;
    background-color: #ecd18e;
    padding: 5px 9px;
    font-weight: bold;
    border: 1px solid RGBA(218, 164, 30, 0.05)
}

    .calc_output.pl_value {
        min-width: 132px;
    }

.calc_prof {
    display: block;
    border: 1px solid #000;
    padding: 5px 9px;
}

    .calc_prof input {
        font-size: 20px;
        text-align: center;
    }

    .calc_prof span:first-of-type {
        border-right: 1px solid #000;
        padding: 5px 10px 5px 0;
    }

.coin_calc_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.coin_calc_item {
    margin: 5px 30px;
}

    .coin_calc_item p {
        margin: 10px 0;
    }

    .coin_calc_item .conversion_dropdown {
        margin-top: 0;
        width: 100%;
    }

.coin_calc_image_wrap {
    text-align: center;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

    .coin_calc_image_wrap .coin_label {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-left: 20px;
    }

       

.calc_round_input {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #000;
    text-align: center;
    font-size: 20px;
    margin: 0 15px;
}

.coins_summary_table {
    border: 1px solid #666;
}

    .coins_summary_table a {
        color: #d59803;
    }

.coins_summary_table-header th {
    background-color: #ecd18e;
}

coins_summary_table tr:last-of-type {
    background-color: RGBA(218, 164, 30, 0.2);
}

.coins_summary_table-row:last-of-type {
    border-spacing: 0;
}

    .coins_summary_table-row:last-of-type td {
        background-color: #ecd18e !important;
        color: #000 !important;
        border: 0;
    }

.coin_calc_table_row {
    margin-top: 60px;
    border: 2px solid #999;
    border-radius: 20px;
    padding-top: 20px;
}

.col.tblspan_1_of_2 .column5 {
    width: auto;
}

.col.tblspan_1_of_2 .conversion_change_wrap {
    justify-content: space-around;
}

.singcoins .calc_round_input,
.rollcoins .calc_round_input,
.gsingcoins .calc_round_input,
.grollcoins .calc_round_input {
    margin: 0 5px;
}

.coins_calc_singletable {
    width: 100%;
    max-width: 400px;
    border-spacing: 0;
}

    .coins_calc_singletable tr:nth-child(odd) {
        background-color: #ecd18e;
    }

    .coins_calc_singletable tr td:nth-child(2) {
        width: 60%;
    }

    .coins_calc_singletable tr td:nth-child(3) {
        width: 30%;
    }

.conversion_wrapper.weight_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.calc_item_weight {
    display: inline-block;
    text-align: center;
}



.table_karat_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
}

.karat_item span {
    min-width: 25px;
}

.table_container {
    margin-top: 60px;
    border: 2px solid #999;
    border-radius: 20px;
    padding-top: 20px;
}

.calc_border_wrap {
    border: 2px solid #999;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 20px;
}

.bullion_values_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bullion_item {
    padding: 0 10px;
    min-width: 150px;

}

    .bullion_item:nth-child(-n+5) {
        background-color: #ecd18e;
    }

.karat_tables h4 {
    display: inline-block;
}

.karat_tables .bullion_header {
    display: block;
    font-weight: normal;
    text-align: center;
}

.calc_calc_btn_wrap {
    display: inline-block;
}

.coins_summary_table th,
.coins_summary_table td {
    padding: 10px;
}


.conversion_line_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid_sum_table {
    margin-top: 20px;
}


#text_sections_kitco {
    text-align: center;
    min-height: 102px;
}

.table_wrap_calc_last_section {
    text-align: center;
}

.note_calc_container {
    margin: 0 auto;
    text-align: center;
}


.dropdown_wrapper .dropdown_item:last-of-type {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.dropdown_wrapper .dropdown_item .conversion_dropdown {
    display: block;
}

.select_coin_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.silvertheme .calc_output {
    background-color: #e7e7e7;
    font-weight: bold;
}

.silvertheme .coins_calc_singletable tr:nth-child(odd) {
    background-color: #e7e7e7;
}

.silvertheme .coins_summary_table-header th {
    background-color: #e7e7e7;
}

.silvertheme .coins_summary_table-row:last-of-type td {
    background-color: #e7e7e7 !important;
}

.silvertheme .bullion_item{
    font-weight:bold;
}

.silvertheme .bullion_item:nth-child(-n+5) {
    background-color: #e7e7e7;
}

.goldtheme .calc_border_wrap, .goldtheme .table_container, .goldtheme .coin_calc_table_row {
    border-color: #daa41e;
}


#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
	/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */


@media screen and (max-width: 1295px) {
    .logo-container {
        width: 40%;
    }

    .header-top-navbar {
        width: 75%;
    }

        .header-top-navbar > ul {
            padding-left: 0;
            float: right;
        }

        .header-top-navbar li a {
            font-size: 26px;
        }

    .logo-container img {
        padding: 10px;
    }
}



@media screen and (min-width: 1212px) {       
    .advertisement_column {       
        margin-left: 50px;
        padding: 50px 0;
    }

   .advertisement {
        margin: 0 auto;
    }

    .button_wrapper{
        width: 100%;
    }    

    .conversion_change_wrap .column5{
        text-align: center;
    }

   .exchup{
      text-align: center; 
   }  
   
   .footer_wrap{
       width:100%;
       margin:0 auto;
    } 
} 

@media screen and (max-width: 1150px){
    .metal_prod-col {
        padding: 0 20px;
        width: 40%;
    }

    .button_wrapper{
        width: 100%;
    }

    .conversion_change_wrap .column5{
        text-align: center;
    }

   .exchup{
      text-align: center; 
   } 

    .footer_wrap{
        width:100%;
        margin:0 auto;
    }
}

@media screen and (min-width: 1041px) and (max-width: 1211px){
    .conversion_calculate_wrap {
        display: block;
    }

    /*.conversion_calculate {
        display: block;
        margin: auto;
    }*/

    .span_1_of_3 .conversion_wrapper .conversion_calculate{
        margin: 5px;
        display: inline-block;
    }

    .coin_calc_table_row .conversion_calculate{
        display: inline-block;
        margin: 10px 0;
    }

    .bullion_item{
        min-width: 130px;
    }
    .conversion_change_wrap .column5{
        text-align: center;
    }

   .exchup{
      text-align: center; 
   } 

    .button_wrapper{
        width: 100%;
    }

    .footer_wrap{
        width:100%;
        margin:0 auto;
    }
}

@media screen and (max-width: 1040px) {
    .content_column {
        width: 100%;
    }

    .content_column.text_pages_wrap{
        width: 100%;
    }

    .advertisement_column {
        width: 100%;
        margin-left: 50px;
        padding: 50px 0;
    }

    .notification_container {
        margin-bottom: 20px;
    }

    .advertisement {
        margin: 0 auto;
    }
    .content_column.text_pages_wrap.margin_right_header {
        margin-right: 0;
    }

    .conversion_change_wrap .column5{
        text-align: center;
    }

   .exchup{
      text-align: center; 
   } 

    .content_column.margin_right_header {
        margin-right: 0;
    }

    .button_wrapper{
        width: 100%;
    }
    .page_footer {
        padding: 40px 0;
    }

    .footer_wrap{
        width:100%;
        margin:0 auto;
    }
}


@media screen and (min-width: 1041px ) and (max-width: 1112px){
    .big_select{
        justify-content: center;
    }

    .conversion_change_wrap .column5{
        text-align: center;
    }

   .exchup{
      text-align: center; 
   } 
}

@media screen and (max-width: 1024px) {
    .conversion_change_wrap .column5{
        text-align: center;
    }

   .exchup{
      text-align: center; 
   } 

    .metal_prod {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .site_map ul li a{
        display: block;
    }

    .text_sections {
        margin: 40px 0;
    }

    .coins_summary_table{
        table-layout: fixed;
        width: 100%;
    }

    .coins_summary_table th, .coins_summary_table td{
         word-wrap: break-word;
    }

    .spot_prices_table{
        width: 100%;
    }

    /*.control_panel{
        width: 100%;
        max-width: 100%;
    }*/

    .calc_sec_section{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

        .table_wrap_calc_last_section{
            text-align: center;
        }

    .table_wrap_calc_last_section .conversion_calculate {
        display: inline-block;
    }

    #text_sections_kitco {
        text-align: center;
    }

    .container{
        padding: 20px 30px;
    }

    .dropdown_wrapper{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .dropdown_wrapper.order_by_two{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    /*.dropdown_wrapper.order_by_two .dropdown_item{
        width: 40%;
        text-align: left;
    }
        .dropdown_wrapper.order_by_two .dropdown_item .conversion_dropdown{
            width:initial;
        }*/

    
    .page_header p{
        display: none;
    }
    .conversion_wrapper.weight_wrap{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

}


@media screen and (min-width: 922px) {
    .header-top-navbar li:hover .drp-list-container {
        display: block;
    }
}

@media screen and (max-width: 921px) {
    .active-mobile-menu {
        overflow: hidden;
    }

    .logo-container {
        width: 40%;
        float: left;
        padding: 10px;
    }

        .logo-container img {
            padding: 0;
        }

    .header-top-navbar > ul {
        margin: 0;
        float: none;
    }

    .container.header-container {
        overflow: hidden;
        padding: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-top-navbar {
        width: 65%;
    }

        .header-top-navbar.open {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            height: 100%;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }

            .header-top-navbar.open ul {
                max-height: -webkit-calc(100vh - 40px);
                max-height: calc(100vh - 40px);
                overflow: auto;
                margin: 0;
                padding: 0;
                width: 100%;
            }

    .mobile-menu {
        content: "";
        background-image: url(../images/icons/burger-menu.svg);
        display: block;
        width: 50px;
        height: 50px;
        background-color: #fff;
        position: static;
        left: 0;
        left: -75px;
        background-repeat: no-repeat;
        -webkit-background-size: 25px 25px;
        background-size: 25px 25px;
        background-position: center;
        border-left: 1px solid #daa41e;
        border-right: 1px solid #daa41e;
        border-top: none;
        border-bottom: none;
        cursor: pointer;
    }

        .mobile-menu:focus {
            outline: none;
        }

    .header-top-navbar.open .mobile-menu.button-inside {
        background-image: url(../images/icons/close-menu.svg);
        left: -45px;
        border: none;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        position: absolute;
    }

    .header-top-navbar .mobile-menu.button-inside {
        background-image: url(../images/icons/close-menu.svg);
    }

    .header-top-navbar {
        padding: 20px;
        background-color: #fff;
        z-index: 2;
        max-width: 80%;
        display: block;
        cursor: pointer;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        -webkit-backface-visibility: hidden;
        position: fixed;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
    }

        .header-top-navbar li {
            display: block;
            padding: 10px 0;
            margin-right: 0;
        }

    .drp-list-group,
    .drp-group-container {
        display: block;
    }

    .header-top-navbar .drp-list-container {
        -webkit-box-shadow: none;
        box-shadow: none;
        display: none;
        padding: 0;
    }

    .header-top-navbar .drp-list a {
        max-width: 100%;
    }

    .header-top-navbar .drp-list-container.activeMenuList {
        position: static;
        display: block;
    }

    body.mask:after {
        content: "";
        background-color: #000;
        opacity: 0.4;
        width: 100%;
        height: 100vh;
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
    }

    a:not(.logo_link):after {
        background-color: transparent;
    }

    .hasSubMenu.activeMenuItem > a::after,
    .hasSubMenu > a::after {
        content: "";
        background-image: url(../images/icons/arrow-down.svg);
        background-repeat: no-repeat;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-left: 5px;
    }

    .hasSubMenu.activeMenuItem > a::after {
        background-image: url('../images/icons/arrow-up.svg');
    }
}



@media screen and (max-width: 917px){
    .conversion_calculate_wrap.currency {
        display: block;
        margin: 0 auto;
    }

    .conversion_calculate {
        display: block;
        margin: 0 auto;
    }

    .span_1_of_3 .conversion_wrapper .conversion_calculate {
        margin: 5px;
        display: inline-block;
    }


    .conversion_change_wrap .conversion_calculate {
        display: inline-block;
        margin: 5px 10px;
    }

    .bullion_item {
        min-width: 130px;
    }

    .coin_calc_item{
        margin: 5px 0;
    }
        .calc_border_wrap{
        border: none;
    }

    .coin_calc_table_row{
        border: none;
    }
    .table_container{
        border: none;
    }
}


@media screen and (max-width: 885px){
    .coin_calc_table_row .conversion_change_wrap .column5{
        width: 100%;
        margin: 30px 0;
        text-align: center;
    }

    .conversion_change_wrap .coins_calc_singletable{
        margin: 0 auto;
    }
}


@media screen and (max-width: 855px) {
    .conversion_calculate_wrap{
        display: block;
    }
    
    .conversion_calculate {
        display: block;
        margin: auto;
    }

   
}

@media screen and (max-width: 803px){
    .conversion_wrapper.currency{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .big_select{
        justify-content: center;
        flex-direction: column;
    }

    .big_select .coin_calc_item{
        margin: auto;
    }
        .big_select .coin_calc_image_wrap span br {
            display: initial;
        }
        .big_select .coin_calc_image_wrap {
            width: 100%;
            flex-direction: column;
        }
            .big_select .coin_calc_image_wrap .coin_label{
                margin-left: 0;
            }
}


@media screen and (max-width: 809px){
    .bullion_item {
        width: 15%;
        min-width: unset;
    }
}

@media screen and (max-width: 800px){
    

    .karat_item{
        width: 40%;
    }
}

@media screen and (max-width: 768px){
    .span_1_of_3 .conversion_wrapper{
        display: block;
    }

    .calc_calc_btn_wrap{
        margin-top: 15px;
        display: block;
        text-align: center;
    }

    .coins_summary_table{
        font-size: 14px
    }

    .conversion_wrapper.weight_wrap{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
        .conversion_wrapper.weight_wrap .calc_round_input {
            margin: 0 10px;
        }
    .karat_tables .calc_round_input{
        margin: 0 10px;
    }

    .bullion_values_wrapper{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }


    .dropdown_item{
        text-align: center;
    }
    .conversion_dropdown{
        width: 100%;
        box-sizing: border-box;
    }
    .conversion_wrapper .conversion_dropdown{
        width: auto;
    }

    .select_coin_wrap, .coin_calc_image_wrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .coin_calc_image_wrap .coin_label{
        margin-left: 0;
    }

        .coin_calc_image_wrap span br {
            display: initial;
        }

}

@media screen and (max-width: 758px){
    
    .dropdown_wrapper.order_by_two .dropdown_item{
        width: 40%;
        text-align: left;
    }
        
}


@media screen and (max-width: 733px) {
    .conversion_numb_wrap, .conversion_dropdown_wrap {
        display: block;
        margin: auto;
    }

    .coin_calc_wrapper{
        width: initial;
    }
}

@media screen and (max-width: 705px) {
    .column5 {
        width: 100%;
        text-align: center;
    }

        .column5 .link_block {
            text-align: left;
        }
}

@media screen and (max-width: 640px) {


.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

    .articles_container {
        display: block;
    }

    .column6, .column4 {
        width: 100%;
    }
    
    .text_sections h2 {
        font-size: 24px;
    }

    .article_text_sections h2 {
        font-size: 24px;
    }

    .article_text_sections h3 {
        font-size: 21px;
    }

    .article_text_sections h4 {
        font-size: 20px;
    }

    .bullion_values_wrapper{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 50px;
    }

    .bullion_item {
        width: 40%;
    }
        .bullion_item:nth-child(-n+5) {
            background-color: inherit;
        }

        .bullion_item:nth-child(4n+1), .bullion_item:nth-child(4n+2) {
            background-color: #ecd18e;
        }

    .silvertheme .bullion_item:nth-child(-n+5) {
        background-color: inherit;
    }

    .silvertheme .bullion_item:nth-child(4n+1), .silvertheme .bullion_item:nth-child(4n+2) {
        background-color: #e7e7e7;
    }

    .dropdown_wrapper .dropdown_item {
        width: 100%;
        text-align: center;
        display: block;
    }

    .dropdown_wrapper.order_by_two .dropdown_item .conversion_dropdown .dropdown_wrapper .dropdown_item .conversion_dropdown {
        width: 100%;
    }

    .dropdown_wrapper.order_by_two .dropdown_item {
        width: 100%;
        text-align: center;
        display: block;
    }

    .dropdown_wrapper .dropdown_item:last-of-type{
        text-align: center;
    }

    #selectcoindropdown, .ddl2coin {
        width: 100%
    }

    .input_select_coin_wrap{
        width: 100%;
    }
}


@media screen and (max-width: 609px){
    .spot_prices_table{
        width: 100%;
        font-size: 14px;
        
    }

        .spot_prices_table tr th, .spot_prices_table tr td {
            padding: 4px;
        }

    #text_sections_kitco img{
        width: 100%;
    }

    .coins_summary_table{
        width: 100%;
        font-size: 16px;
    }

        .coins_summary_table th, .coins_summary_table td {
            padding: 4px;
        }

    .span_1_of_3 .conversion_wrapper .calc_round_input {
        margin: 0 10px;
    }

    .karat_tables .calc_round_input {
        margin: 10px 5px;
    }

    

    .page_header h1{
        font-size: 30px;
    }


}


@media screen and (max-width: 600px){
    #text_sections_kitco{
        min-height: 100px;
        display: flex;
        flex-wrap: wrap;
        align-items:flex-end;
    }
}



@media screen and (max-width: 580px){
    .coin_calc_wrapper{
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1;
    }
}

@media screen and (max-width: 550px) {

    .article_table {
        font-size: 14px;
    }

    .control_panel{
        font-size: 13px;
    }

    .article_table {
        font-size: 14px;
    }

    .control_panel{
        font-size: 13px;
    }

    
}

@media screen and (max-width: 534px){
    .karat_tables h4{
        display: block;
    }

    .karat_tables{
        text-align: center;
    }

    .conversion_dropdown_wrap {
        text-align: center;
    }
}

@media screen and (max-width: 520px){

.calc_info_item {
    font-size: 18px;
    margin: 5px 10px;
}

    .calc_output.pl_value {
        min-width: 118px;
    }

    .conversion_wrapper.currency {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin: 0 auto;
    }

    .conversion_line_wrapper .conversion_calculate{
        margin-top: 10px;
    }
    .conversion_calculate_wrap currency .conversion_calculate {
        margin-top: 10px;
    }
   
}

@media screen and (max-width: 500px) {
    body {
        font-size: 18px;
    }

    .container {
        padding: 12px;
    }


        .page_header h1 {
            font-size: 28px;
        }


    .text_sections.page_sections_border {
        border-bottom: none;

    }


    .text_sections .metal_prod ul {
        margin: 5px 0 10px;
    }

    .footer_nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer_nav li a {
        font-size: 20px;
    }

    .article_table {
        font-size: 12px;
    }

        .article_table th {
            padding: 10px 5px;
        }

        .article_table td {
            padding: 10px 5px;
        }

        .article_table tr td:nth-child(1),
        .article_table tr th:nth-child(1) {
            width: 19%;
        }

        .article_table tr td:nth-child(2),
        .article_table tr th:nth-child(2) {
            width: 20%;
        }

        .article_table tr td:nth-child(3),
        .article_table tr th:nth-child(3) {
            width: 30%;
        }

        .article_table td:nth-last-child(-n+2) {
            padding-right: 5px;
        }

        .article_table th:nth-last-child(-n+2) {
            text-align: right;
        }


    .coins_special_info {
        font-size: 12px;
    }

        .coins_special_info th {
            padding: 10px 5px;
        }

        .coins_special_info td {
            padding: 10px 5px;
        }

        .coins_special_info th:nth-last-child(-n+2) {
            text-align: right;
        }
 
    .coins_table {
        font-size: 15px;
    }
  
        .coins_table th {
            padding: 10px 5px;
        }

        .coins_table td {
            padding: 10px 5px;
        }

        .coins_table th:nth-last-child(-n+2) {
            text-align: right;
        }

    .footer_notification {
        padding-left: 0;
    }

        .footer_notification p {
            font-size: 14px;
        }

    .copyright_footer {
        font-size: 14px;
    }

    .karat_item{
        width: 100%;
        text-align: center;
    }

    .karat_item table{
        margin: 0 auto;
    }

    .dropdown_wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 450px) {

    #text_sections_kitco {
        min-height: 78px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }

    .karat_tables h4{
        display: block;
    }

    .metal_prod-col {
        width: 200px;
    }

    .span_1_of_3 .conversion_wrapper{
        text-align: center;
        max-width: 100%;
    }

    .coins_summary_table{
        font-size: 14px;
    }

        .coins_summary_table th, .coins_summary_table td {
            padding: 4px 1px;
        }

    .coins_summary_table{
        font-size: 11px;
    }

}

@media screen and (max-width: 438px) {
    .dropdown_first_wrap{
        display: block;
        text-align: right;
    }

    .conversion_wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }



    .conversion_dropdown, .conversion_inp_numb {
        margin: 5px 0;
    }

    .coin_calc_wrapper, .coin_calc_item {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 414px) {
    .logo-container {
        width: 80%;
    }
}


@media screen and (max-width: 350px){
    #text_sections_kitco {
        min-height: 60px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }
}

@media screen and (max-width: 346px){
    .calc_main_info{
        flex-direction: column;
    }
}

:focus {
    outline: none !important;
}
@media screen and (max-width: 321px) and (min-width: 200px) {
    #Login {
        font-size:16px
    }
}

/* Utility CSS */
.hidden {
    display: none !important;
}

.show {
    display: block !important;
}

/*#bannerLondonFix {
    background-color: #000000;
    color: white;
    height: 100px;
    width: 510px;
    font-size: 14px;
}*/
#bannerTable {
    border-color: black !important;
}
#bannerLondonFix {
    border-color: black !important;
}
    /* BannerSpot Price CSS */
    #bannerTable {
    background-color: #000000;
    color: white;
    border-color: black !important;
    height: 100px;
    width: 510px;
    font-size: 14px;
    text-align: center;
}
        #bannerTable td {
            padding: 5px !important;
           
        }


#header {
    text-align: center;
    color: white;
}
#linkweb a{
    text-align: left;
    color: white!important;
}
#textweb{
    text-align: center;
    color: #00e800;
}
#heading {
    text-align: center;
    color: #dbac1f;
}


/* BannerLondonFix CSS */

#bannerLondonFix {
    background-color: #000000;
    color: white;
    width: 380px;
    font-size: 12px;
    text-align: center;
    height: 100px;
    width: 510px;
    font-size: 14px;
    border-color:black!important;
}
#bannerLondonFix td {
        padding: 5px !important;
    }
#LFlinkweb a {
    text-align: left;
    color: white !important;
}

#LFtextweb {
    text-align: center;
    color: #f8c7f8;
}

#bannerLFheading {
    text-align: center;
    color: #dbac1f;
}


/* BannerSpot Price CSS Responsive */


@media screen and (min-width: 10px) and (max-width: 288px) {
    #bannerTable {
        background-color: #000000;
        color: white;
        width: 200px;
        font-size: 10px;
        /* margin-left: -16px;*/
    }

        #bannerTable td {
            padding: 2px !important;
        }

    .control_panel {
        font-size: 10px;
        width: 200px !important;
    }
    #bannerLondonFix {
        background-color: #000000;
        color: white;
        width: 200px;
        font-size: 8px;
        /* margin-left: -16px;*/
    }

        #bannerLondonFix td {
            padding: 2px !important;
        }
    #Charts td {
        float: none;
        display: block;
        border: none;
    }

    #goldChartDiv {
        width: 200px;
     
    }

    #leftChart {
        width: 200px;
        
    }

    #silverChartDiv {
        width: 200px;
       
    }

    #rightChart {
        width: 200px;
     
    }
   
}

@media screen and (min-width: 288px) and (max-width: 322px) {
    #bannerTable {
        background-color: #000000;
        color: white;
        width: 260px;
        font-size: 11px;
        /* margin-left: -13px;*/
    }

        #bannerTable td {
            padding: 2px !important;
        }

    .control_panel {
        font-size: 11px;
      
        width: 260px!important;
    }
    #bannerLondonFix {
        background-color: #000000;
        color: white;
        width: 260px;
        font-size: 11px;
        /* margin-left: -13px;*/
    }

        #bannerLondonFix td {
            padding: 2px !important;
        }
    #Charts td {
        float: none;
        display: block;
        border: none;
    }

    #goldChartDiv {
        width: 260px;
       
    }

    #leftChart {
        width: 260px;
       
    }

    #silverChartDiv {
        width: 260px;
       
    }

    #rightChart {
        width: 260px;
        
    }
}

@media screen and (min-width: 322px) and (max-width: 360px) {
    #bannerTable {
        background-color: #000000;
        color: white;
        width: 300px;
        font-size: 12px;
        /*  margin-left: -11px;*/
    }
    .control_panel {
        font-size: 11px;
        width: 300px;
    }
    #bannerLondonFix {
        background-color: #000000;
        color: white;
        width: 300px;
        font-size: 12px;
        /*  margin-left: -11px;*/
    }

    #Charts td {
        float: none;
        display: block;
        border: none;
    }

    #goldChartDiv {
        width: 300px;
       
    }

    #leftChart {
        width: 300px;
       
    }

    #silverChartDiv {
        width: 300px;
        
    }

    #rightChart {
        width: 300px;
       
    }
}

@media screen and (min-width: 361px) and (max-width: 399px) {
    #bannerTable {
        background-color: #000000;
        color: white;
        width: 340px;
        font-size: 12px;
        /*margin-left: -11px;*/
    }
    .control_panel {
        font-size: 13px;
        width: 340px;
    }
    #bannerLondonFix {
        background-color: #000000;
        color: white;
        width: 340px;
        font-size: 12px;
        /*margin-left: -11px;*/
    }
    #Charts td {
        float: none;
        display: block;
        border: none;
    }

    #goldChartDiv {
        width: 340px;
       
    }

    #leftChart {
        width: 340px;
        
    }

    #silverChartDiv {
        width: 340px;
        
    }

    #rightChart {
        width: 340px;
        
    }
}

@media screen and (min-width: 399px) and (max-width: 420px) {
    #bannerTable {
        background-color: #000000;
        color: white;
        width: 351px;
        font-size: 12px;
        /*  margin-left: -11px;*/
    }
    .control_panel {
    font-size:13px;
    width:351px;
    }
    #bannerLondonFix {
        background-color: #000000;
        color: white;
        width: 351px;
        font-size: 12px;
        /*  margin-left: -11px;*/
    }

    #Charts td {
        float: none;
        display: block;
        border: none;
    }

    #goldChartDiv {
        width: 351px;
    }

    #leftChart {
        width: 351px;
    }

    #silverChartDiv {
        width: 351px;
    }

    #rightChart {
        width: 351px;
    }
}

@media screen and (min-width: 420px) and (max-width: 500px) {
    #bannerTable {
        background-color: #000000;
        color: white;
        width: 385px;
        font-size: 12px;
       /* margin-left: -11px;*/
    }
    .control_panel {
        font-size: 11px;
        width: 382px !important;
        /* margin-left:-5px;*/
    }
    #bannerLondonFix {
        background-color: #000000;
        color: white;
        width: 385px;
        font-size: 12px;
        /* margin-left: -11px;*/
    }

    #Charts td {
        float: none;
        display: block;
        border: none;
    }

    #goldChartDiv {
        width: 385px;
       
    }

    #leftChart {
        width: 385px;
       
    }

    #silverChartDiv {
        width: 385px;
      
    }

    #rightChart {
        width: 385px;
       
    }
}

@media screen and (min-width: 500px) and (max-width: 550px) {
    #bannerTable {
        background-color: #000000;
        color: white;
        width: 450px;
        font-size: 12px;
        /* margin-left: -11px;*/
    }
    .control_panel {
        font-size: 12px;
        width: 450px!important;
        /* margin-left:-5px;*/
    }
    #bannerLondonFix {
        background-color: #000000;
        color: white;
        width: 450px;
        font-size: 12px;
        /* margin-left: -11px;*/
    }

    #Charts td {
        float: none;
        display: block;
        border: none;
    }

    #goldChartDiv {
        width: 450px;
       
    }

    #leftChart {
        width: 450px;
       
    }

    #silverChartDiv {
        width: 450px;
      
    }

    #rightChart {
        width: 450px;
     
    }
}

@media screen and (min-width: 550px) and (max-width: 625px) {
    #bannerTable {
        background-color: #000000;
        color: white;
        width: 480px;
        font-size: 12px;
        /* margin-left: -11px;*/
    }
    .control_panel {
        font-size: 13px;
        width:479px;
        /* margin-left:-5px;*/
    }
    #bannerLondonFix {
        background-color: #000000;
        color: white;
        width: 480px;
        font-size: 12px;
        /* margin-left: -11px;*/
    }


    #Charts td {
        float: none;
        display: block;
        border: none;
    }

    #goldChartDiv {
        width: 480px;
 
    }

    #leftChart {
        width: 480px;
      
    }

    #silverChartDiv {
        width: 480px;
  
    }

    #rightChart {
        width: 480px;
     
    }
}

/*Following area only form charts*/

@media screen and (min-width: 625px) and (max-width: 820px) {
    #Charts td {
        float: none;
 
        border: none;
    }

    #goldChartDiv {
        width: 280px;
       
    }

    #leftChart {
        width: 280px;
       
    }

    #silverChartDiv {
        width: 280px;
        
    }

    #rightChart {
        width: 280px;
       
    }
}

@media screen and (min-width: 820px) and (max-width: 1044px) {
    #Charts td {
        float: none;
        border: none;
    }

    #goldChartDiv {
        width: 350px;
       
    }

    #leftChart {
        width: 350px;
       
    }

    #silverChartDiv {
        width: 350px;
       
    }

    #rightChart {
        width: 350px;
       
    }
}


@media screen and (min-width: 1045px) and (max-width: 5000px) {
    #Charts td {
        float: none;
        border: none;
    }

    #goldChartDiv {
        width: 350px;
        margin-left: 80px
    }

    #leftChart {
        width: 350px;
        margin-left: -15px
    }

    #silverChartDiv {
        width: 350px;
        margin-left: -15px
    }

    #rightChart {
        width: 350px;
        margin-left: -15px
    }
}

/* BannerLondonFix Price CSS Responsive */

/*@media screen and (max-width: 285px) and (min-width: 200px) {
    #bannerLondonFix {
        background-color: #000000;
        color: white;
        width: 260px;
        font-size: 10px;

    }

        #bannerLondonFix td {
            padding: 2px !important;
        }

    .control_panel {
        font-size: 10px;
    }
}

@media screen and (max-width: 321px) and (min-width: 285px) {
    #bannerLondonFix {
        background-color: #000000;
        color: white;
        width: 300px;
        font-size: 11px;*/
       /* margin-left: -13px;*/
    /*}

        #bannerLondonFix td {
            padding: 2px !important;
        }

    .control_panel {
        font-size: 11px;
        width: 287px;
    }
}

@media screen and (max-width: 360px) and (min-width: 322px) {
    #bannerLondonFix {
        background-color: #000000;
        color: white;
        width: 337px;
        font-size: 12px;*/
       /* margin-left: -11px;*/
    /*}
}

@media screen and (max-width: 399px) and (min-width: 361px) {
    #bannerLondonFix {
        background-color: #000000;
        color: white;
        width: 351px;
        font-size: 12px;*/
       /* margin-left: -11px;*/
    /*}
}

@media screen and (max-width: 419px) and (min-width: 399px) {
    #bannerLondonFix {
        background-color: #000000;
        color: white;
        width: 351px;
        font-size: 12px;*/
        /* margin-left: -11px;*/
    /*}
}

@media screen and (min-width: 420px) and (max-width: 500px) {
    #bannerLondonFix {
        background-color: #000000;
        color: white;
        width: 385px;
        font-size: 12px;
        margin-left: -11px;
    }
}

@media screen and (min-width: 500px) and (max-width: 550px) {
    #bannerLondonFix {
        background-color: #000000;
        color: white;
        width: 480px;
        font-size: 12px;*/
       /* margin-left: -11px;*/
    /*}
}

@media screen and (min-width: 539px) and (max-width: 602px) {
    #bannerLondonFix {
        background-color: #000000;
        color: white;
        width: 480px;
        font-size: 12px;*/
        /* margin-left: -11px;*/
    /*}
    .control_panel {
        font-size: 13px;
        width: 479px;*/
        /* margin-left:-5px;*/
    /*}
}*/




/* Banner Charts CSS Responsive */
/*@media screen and (max-width: 285px) and (min-width: 200px) {
    #Charts td {
        float: none;
        display: block;
        border: none;
    }

    #goldChartDiv {
        width: 260px;
        margin-left: -15px
    }

    #leftChart {
        width: 260px;
        margin-left: -15px
    }

    #silverChartDiv {
        width: 260px;
        margin-left: -15px
    }

    #rightChart {
        width: 260px;
        margin-left: -15px
    }
}

@media screen and (max-width: 321px) and (min-width: 285px) {
    #Charts td {
        float: none;
        display: block;
        border: none;
    }

    #goldChartDiv {
        width: 300px;
        margin-left: -15px
    }

    #leftChart {
        width: 300px;
        margin-left: -15px
    }

    #silverChartDiv {
        width: 300px;
        margin-left: -15px
    }

    #rightChart {
        width: 300px;
        margin-left: -15px
    }
}

@media screen and (max-width: 360px) and (min-width: 322px) {
    #Charts td {
        float: none;
        display: block;
        border: none;
    }

    #goldChartDiv {
        width: 337px;
        margin-left: -15px
    }

    #leftChart {
        width: 337px;
        margin-left: -15px
    }

    #silverChartDiv {
        width: 337px;
        margin-left: -15px
    }

    #rightChart {
        width: 337px;
        margin-left: -15px
    }
}

@media screen and (max-width: 399px) and (min-width: 361px) {
    #Charts td {
        float: none;
        display: block;
        border: none;
    }

    #goldChartDiv {
        width: 351px;
        margin-left: -15px
    }

    #leftChart {
        width: 351px;
        margin-left: -15px
    }

    #silverChartDiv {
        width: 351px;
        margin-left: -15px
    }

    #rightChart {
        width: 351px;
        margin-left: -15px
    }
}

@media screen and (max-width: 419px) and (min-width: 399px) {
    #Charts td {
        float: none;
        display: block;
        border: none;
    }

    #goldChartDiv {
        width: 390px;
        margin-left: -15px
    }

    #leftChart {
        width: 390px;
        margin-left: -15px
    }

    #silverChartDiv {
        width: 390px;
        margin-left: -15px
    }

    #rightChart {
        width: 390px;
        margin-left: -15px
    }
}

@media screen and (min-width: 420px) and (max-width: 500px) {
    #Charts td {
        float: none;
        display: block;
        border: none;
    }

    #goldChartDiv {
        width: 385px;
        margin-left: -15px
    }

    #leftChart {
        width: 385px;
        margin-left: -15px
    }

    #silverChartDiv {
        width: 385px;
        margin-left: -15px
    }

    #rightChart {
        width: 385px;
        margin-left: -15px
    }
}


@media screen and (min-width: 500px) and (max-width: 580px) {
    #Charts td {
        float: none;
        display: block;
        border: none;
    }

    #goldChartDiv {
        width: 500px;
        margin-left: -15px
    }

    #leftChart {
        width: 500px;
        margin-left: -15px
    }

    #silverChartDiv {
        width: 500px;
        margin-left: -15px
    }

    #rightChart {
        width: 500px;
        margin-left: -15px
    }
}

@media screen and (min-width: 590px) and (max-width: 800px) {
    #Charts td {
        float: none;
        border: none;
    }

    #goldChartDiv {
        width: 350px;
        margin-left: -30px
    }

    #leftChart {
        width: 350px;
        margin-left: -15px
    }

    #silverChartDiv {
        width: 350px;
        margin-left: -15px
    }

    #rightChart {
        width: 350px;
        margin-left: -15px
    }
}*/





#leftChart {
    border:none!important;
}

#rightChart {
    border: none !important;
}

  /*Chart Page GOld*/

#dynamicGoldChart {
    max-width: 900px;
    height: 600px;
}
.highcharts-range-selector-buttons > text:first-child {
    color: white !important;
    margin-left: 20px !important;
    fill: white !important;
    display: inline;
}
#dynamicGoldChartMain {
    border: 1px solid #a4a4a4;
}

@media screen and (max-width: 600px) and (min-width: 100px) {
    .highcharts-plot-line-label {
        font-size: 11px!important;
    }
    }


/*Chart Page silver*/

#dynamicSilverChart {
    max-width: 900px;
    height: 600px;
}



#dynamicSilverChartMain {
    border: 1px solid #a4a4a4;
}

@media screen and (max-width: 600px) and (min-width: 100px) {
    .highcharts-plot-line-label {
        font-size: 11px !important;
    }
}

/*Chart Page Platinum*/

#dynamicPlatinumChart {
    max-width: 900px;
    height: 600px;
}



#dynamicPlatinumChartMain {
    border: 1px solid #a4a4a4;
}

@media screen and (max-width: 600px) and (min-width: 100px) {
    .highcharts-plot-line-label {
        font-size: 11px !important;
    }
}

#messageGrid {
margin-top:20px;
}


/*Border color for firefox  form price banner BUG input FF*/

#bannerTable {
    border-collapse: separate; /*changed from collapse*/
    border-spacing: 0;
    border: 1px solid;
    border-width: 0 0 1px 1px; /*draw bottom and left borders*/
    border-color:black;
}

    #bannerTable th
    {
        border: 1px solid;
        border-width: 1px 1px 0 0; /*draw top and right borders*/
        border-color: black;
    }

    #bannerTable td 
    {
        border: 1px solid;
        border-width: 1px 1px 0 0; /*draw top and right borders*/
        border-color: black;
    }

#bannerLondonFix {
    border-collapse: separate; /*changed from collapse*/
    border-spacing: 0;
    border: 1px solid;
    border-width: 0 0 1px 1px; /*draw bottom and left borders*/
    border-color: black;
}

    #bannerLondonFix th {
        border: 1px solid;
        border-width: 1px 1px 0 0; /*draw top and right borders*/
        border-color: black;
    }

    #bannerLondonFix td {
        border: 1px solid;
        border-width: 1px 1px 0 0; /*draw top and right borders*/
        border-color: black;
    }

.highcharts-axis-labels {
    font-size: 10px;
}

.highcharts-axis-title {
    font-weight: 800 !important;
    font-size: 14px !important;
}

#buttonPanel {
    margin-top: 5px;
}

  /* high chart datatable*/

.highcharts-table-caption {
    margin-bottom: 5px;
    font-family: sans-serif;
    font-size: 14pt;
}

.highcharts-data-table table {
    border-collapse: collapse;
    border-spacing: 0;
    background: white;
    min-width: 100%;
    margin-top: 10px;
}

.highcharts-data-table td,
.highcharts-data-table th {
    text-align: center;
    font-family: sans-serif;
    font-size: 10pt;
    border: 1px solid silver;
    padding: 0.5em;
}

.highcharts-data-table tr:nth-child(even),
.highcharts-data-table thead tr {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #eff;
}

/* Style of Manual Price Check Page RESPOSIVE*/

.tdgrid {
    font-size: 13px;
    color: #333333;
    font-weight: bold;
}
.box {
    /*border: 1px solid #AAAAAA;*/
    display: table-cell;
    padding: 3px 3px;
    height: 100%;
    min-width: 100%;

}


.boxlight {
    background-color: #EEEEEE;
}
.boxdark {
    background-color:#D3D3D3;
}

.box1 {
    width:150px;
}
.borderbox {
      border: 1px solid #AAAAAA;
}
.reg_val {
    display:block;
}
/* Style of Manual Price Check Page */
table.MPC_table_Style {
    background-color: #EEEEEE;
    width: 100%;
    text-align: Left;
}

    table.MPC_table_Style td, table.MPC_table_Style th {
        border: 1px solid #AAAAAA;
        padding: 3px 3px;
    }

    table.MPC_table_Style tbody td {
        font-size: 13px;
        color: #333333;
        font-weight:bold;
    }

    table.MPC_table_Style tr:nth-child(even) {
        background: #D3D3D3;
    }

    table.MPC_table_Style tfoot td {
        font-size: 14px;
    }

    table.MPC_table_Style tfoot .links {
        text-align: right;
    }

        table.MPC_table_Style tfoot .links a {
            display: inline-block;
            background: #1C6EA4;
            color: #FFFFFF;
            padding: 2px 8px;
            border-radius: 5px;
        }
.btn_pricecheck {
    margin-top: 10px;
    font-weight: 600;
}
input[readonly] {
    background-color: #a9a9a9;
}
/*.btn_pricecheck {
    margin-top: 10px;
    float:right; 
   margin-left:104px;
}*/
.secheader {
    text-align: left;
    font-size: 20px;
    font-weight:800;
}
.btn_pricepause {
    margin-top: 10px;
    border-color: red;
    float: right;
    font-weight: 600;
}
.btn_pricestart {
    margin-top: 10px;
    border-color: green;
    float: right;
    margin-right: 10px;
    font-weight: 600;
}
.td_metal {

width:205px;

}


/* Style of Star Note Data Page */

table.SND_table_Style {
    background-color: #EEEEEE;
    width: 100%;
    text-align: Left;
}

    table.SND_table_Style td, table.SND_table_Style th {
        border: 1px solid #AAAAAA;
        padding: 3px 3px;
    }

    table.SND_table_Style tbody td {
        font-size: 13px;
        color: #333333;
        font-weight: bold;
    }

    table.SND_table_Style tr:nth-child(even) {
        background: #D3D3D3;
    }

    table.SND_table_Style tfoot td {
        font-size: 14px;
    }

    table.SND_table_Style tfoot .links {
        text-align: right;
    }

        table.SND_table_Style tfoot .links a {
            display: inline-block;
            background: #1C6EA4;
            color: #FFFFFF;
            padding: 2px 8px;
            border-radius: 5px;
        }

.btn_SND {
    margin-top: 10px;
    font-weight: 600;
}

input[readonly] {
    background-color: #a9a9a9;
}

.secheaderSND {
    text-align: left;
    font-size: 20px;
    font-weight: 800;
}


.td_metal_SND {
  /*  width: 205px;*/
}
#gridNote {
margin-top:30px;
}
.txtGrid {
    width: 50px!important;
}
.reg_series_text{
    font-size:12px!important;
}
.textboxstar {
    padding: 7px;
    font-size: 16px;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid;
    border-radius: 11px;
    box-shadow: 0px 0px 1px rgba(66,66,66,.50);
    text-shadow: -50px 0px 0px rgba(66,66,66,.0);
}



/*CSS FOR meter SEETING*/

#canvas_raremeter {
    /*position:relative;
right:45px;*/
    position: relative;
    top: 20px;
    left: 20px;
    pointer-events: none;
}
#canvas_raremeter2 {
    /* position: relative;
    right: 45px;*/
    position: relative;
    top: 20px;
    left:20px;
    pointer-events:none;
}
#canvas_guage2 {
   /* position: relative;
    right: 45px;*/
   position:relative;
   bottom:30px;
}

#canvas_raremeter_us2 {
    /*position:relative;
right:45px;*/
    position: relative;
    top: 20px;
    left: 20px;
    pointer-events: none;
}

#canvas_raremeter2us2 {
    /* position: relative;
    right: 45px;*/
    position: relative;
    top: 20px;
    left: 20px;
    pointer-events: none;
}

#canvas_guage2us2 {
    /* position: relative;
    right: 45px;*/
    position: relative;
    bottom: 30px;
}
.lblheadings {

font-size:27px;
font-weight:normal;
}
.lbltp {
    font-size: 22px;
    font-weight: normal;
    display:flex;
    justify-content:center;
}
.lblrs {
    font-size: 22px;
    font-weight: normal;
    display: flex;
    justify-content: center;
}
.lblrt {
    font-size: 22px;
    font-weight: normal;
    display: flex;
    justify-content: center;
}
.lblrarmeter1 {
    font-size: 15px;
    font-weight: bold;
    position:relative;
    bottom:20px;
    right:15px;
}
.lbl_totalprintedNumber {
    font-size: 30px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}
.lbl_runSizeNumber {
    font-size: 30px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}
.lbl_currencytypeText {
    font-size: 30px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}
.lblrarmeter2 {
    font-size: 15px;
    font-weight: bold;
    position: relative;
    bottom: 20px;
    right: 15px;
}
.lblrarmeter3 {
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: 28px;
    z-index: 20;
}
.lblrarmeter4 {
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: 30px;
    z-index: 20;
}

/*test css table start*/

.star-note-table,
.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: lightgray;
}

    .star-note-table td,
    .star-note-table th,
    .table td,
    .table th {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #ebebeb;
    }

    .star-note-table thead th,
    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #ebebeb;
    }

    .star-note-table tbody + tbody,
    .table tbody + tbody {
        border-top: 2px solid #ebebeb;
    }

    .star-note-table .star-note-table,
    .star-note-table .table,
    .table .star-note-table,
    .table .table {
        background-color: #fff;
    }

    .star-note-table td,
    .star-note-table th,
    .table-sm td,
    .table-sm th {
        padding: 0.3rem;
    }

    .star-note-table,
    .star-note-table td,
    .star-note-table th,
    .table-bordered,
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ebebeb;
    }

        .star-note-table thead td,
        .star-note-table thead th,
        .table-bordered thead td,
        .table-bordered thead th {
            border-bottom-width: 2px;
        }

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-frn-color,
.table-frn-color > td,
.table-frn-color > th {
    background-color: #c4dacf;
}

.table-hover .table-frn-color:hover,
.table-hover .table-frn-color:hover > td,
.table-hover .table-frn-color:hover > th {
    background-color: #b4d0c2;
}

.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff;
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb;
}

.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.star-note-table .thead-dark th,
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.star-note-table .thead-light th,
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #ebebeb;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #32383e;
    }

    .table-dark.star-note-table,
    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: hsla(0, 0%, 100%, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: hsla(0, 0%, 100%, 0.075);
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm > .star-note-table,
        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .star-note-table,
        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .star-note-table,
        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .star-note-table,
        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .star-note-table,
    .table-responsive > .table-bordered {
        border: 0;
    }
}

.star-note-table {
    font-family: Ubuntu Mono, Menlo, Monaco, Consolas, Courier New, monospace;
}

@media (max-width: 575.98px) {
    .star-note-table__run-number-column {
        display: none;
    }
}

.star-note-table__run-size-column {
    text-align: right;
}

.star-note-table__run-type-column {
    text-align: center;
}

.star-note-table__range-wrap {
    padding-left: 20px;
}

.star-note-table__start-number {
    display: block;
}

@media (min-width: 768px) {
    .star-note-table__start-number {
        display: inline-block;
    }
}

.star-note-table__end-number {
    display: block;
}

@media (min-width: 768px) {
    .star-note-table__end-number {
        display: inline-block;
    }
}

.star-note-table__row--current {
    font-weight: 700;
}
.table_Starnote {

margin:10px;
}
.generalSectionInfo{
    margin:9px;

}
.gs_lbl{
}
.gs_val {
    font-weight:bold;

}
.gs_head {
    display: flex;
    font-weight:bold;
    padding-top:8px;
}
.highlightclass {
background-color:greenyellow;
}
#text_sections_errormsg {
display:flex;
justify-content:center;
}
.seccenter {
    position:relative;
    justify-content:center;

}
.serialNumbertext {
    margin-left:43px;
}
.arrowdiv {
display:inline;
position:relative;
bottom:2px;
}
.headingtable{
    font-size:23px;
    font-weight:bold;
    padding:26px;
}
.headingdiv {
    background-color: #daa41e;
}
.headingstyle {
    background-color: #daa41e;
    color:white;
}
.tap {
    display: none;
}

/* Cancel Sub pop up*/
.pnlBackGround {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}
#Header-sub {
    text-align: center ;
    font-weight: bold;
    margin-bottom:30px;
}
.Background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.Popup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 330px;
    height: 260px;
}

.lbl {
    font-size: 16px;
    font-weight: bold;
}
.btnUndo {
    margin-right: 15px;
    margin-left: 30px;
    box-shadow: 0px 0px 0px 0px #33ed00;
    background-color: #999999;
    border-radius: 4px;
    border: 2px solid black;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    padding: 8px 31px;

}
.btnCancel {
    margin-right: 10px;
    margin-left: 10px;
    box-shadow: 0px 0px 0px 0px #33ed00;
    background-color: #999999;
    border-radius: 4px;
    border: 2px solid black;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    padding: 8px 12px;
    text-decoration: none;

}


        
