﻿.goldd
{
     margin: 0px !important;
    /*background-color: #fed438 !Important;*/
    color: #251f1f !important;
    -webkit-box-shadow: 1px 1px 0 0 #b48e02 ;
    -moz-box-shadow: 1px 1px 0 0 #b48e02 ;
    box-shadow: 1px 1px 0 0 #b48e02 ;
    text-shadow: 0 1px 2px rgba(224,193,179,.24) ;
    border-radius: 2px !important;
    -webkit-border-radius: 4px !Important;
    -moz-border-radius: 4px ;
    border: 2px dashed transparent ;
}

.gold_silver_costing {
    margin: 12px 0 !important;
    color: #fed438;
    /*border: 1px inset #b48e02;*/
    text-shadow: 0 1px 2px rgba(224,193,179,.24);   
    
   
    box-shadow: 0px 0px 1px 1px #b48e02;
    border-radius: 2px !important;
    -webkit-border-radius: 4px !Important;
    -moz-border-radius: 4px;
    border: 2px dashed transparent;
    width:100%;
}



@media (max-width: 550px)
{
    .div_spot
    {
        height:490px !Important;
        overflow:hidden; width:90%;
    }
    .res_mob_font_width tr td
    {
        font-size:14px !Important;
    }
}

@media (min-width: 551px)
{
    .div_spot
    {
        height:490px !Important;
        overflow:hidden; width:47%;
    }
}



       label {   
            color: black;
        }
        
        
        
        
        
        table#gvDataMobileTop tr td
        {
            padding: 0px 4px;
            /*background-color: Black;*/
        }
        table#gvDataGoldCoins tr td
        {
            padding: 0px 1px; /*    padding: 0px 0 0 5px;*/
            /*background-color: Black;*/
        }
        table#gvData tr td
        {
            padding: 0 4px;
            border-radius: 5px !Important;
            /*background-color: Black;*/
        }
        table#gvDataSilverCoins tr td
        {
            padding: 0px 4px;
            /*background-color: Black;*/
        }
        
        
        @media (max-width: 550px)
        {
            #Div_hide_show_1
            {
                display: initial !important;
            }
        
            #Div_hide_show_2
            {
                display: none !important;
            }
            
            .navbar .navbar-inner, .navbar .navbar-inverse .navbar-inner
            {
               padding: 7px 0 33px !Important;
            }
        }
        
        #Div_hide_show_1
        {
            display: none;
        }
        
        #Div_hide_show_2
        {
            display: initial;
        }
        .panel-body
        {
            padding: 0;
        }
        #hightt1
        {
            height: 570px;
        }
        #hightt3
        {
            height: 533px;
        }
        #hightt2
        {
            height: 410px;
        }
        #hightt4
        {
            height: 350px;
        }
        .panel:hover
        {
            animation-duration: 0s;
            animation-name: none;
            animation-timing-function: none;
        }
        * + table
        {
            margin-top: 5px;
        }
        #spanSpot, #spanSpot1
        {
            vertical-align: -4px;
        }
        
        
        #hov_call:hover
        {
            color: white;
            background-color: #464646 !important;
            border-color: #464646 !important;
        }
        
 /************ Navigation Bar *************/
 .navbar .nav>li {
    float: none !Important;
}

@media (max-width: 550px)
{
    .navbar .nav a {
       font-size: 13px !Important; 
    }
    
    .mobile_nav
    {
       display:inherit !Important;
    }
    .pc_nav
    {
         display:none !Important;
    }
    
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000000 !Important;
    background-color: #000 !Important;
    }
    .navbar .nav {
        width: 100% !Important;
        /* background-color: #000; */
    }
    .navbar-default .navbar-nav>li>a {
    color: #FFF !Important;
    width: 100%;
    }
    .navbar .nav>li {
        float: none !Important;
        width: 100%;
        background-color: #000;
        border-bottom: 1px #fff7d8 solid !Important;
    }
    .navbar .container, .subnavbar .container {
        /*padding: 0 1em 0 1em!important;*/
    }
    
}

@media (min-width: 551px)
{
   .pc_nav
    {
       display:inherit !Important;
    }
    .mobile_nav
    {
         display:none !Important;
    }
}