﻿.ArrowTop
{
    display: none;
       right: 23.5%;
    top: 68px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e25d29;
}
@media only screen and (max-width: 768px) and (min-width: 50px)
{
	
	
    .ArrowTop
    {
        right: 59.5%;
        top: 74%;
    }
    #divVillagePortal
    {
        right: 14%;
        overflow: auto;
        height: 100%;
        top: 79%;
    }
    
    #divVillagePortal::-webkit-scrollbar
    {
        width: 5px;
    }

    #divVillagePortal::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    #divVillagePortal::-webkit-scrollbar-thumb
    {
        background-color: #e25d29;
        outline: 1px solid slategrey;
    }
}
.divVillagePortal_ad
{
    display: none;
    width: 270px;
    height: auto;
    position: absolute;
    right: 14%;
    top: 77px;
    background-color: White;
    border: 3px solid #C1C0C0;
    border-top: 5px solid #e25d29;
    border-radius: 10px;
}
.divVillagePortal_fd
{
    display: none;
    width: 270px;
    height: auto;
    position: absolute;
    right: 23%;
    top: 77px;
    background-color: White;
    border: 3px solid #C1C0C0;
    border-top: 5px solid #e25d29;
    border-radius: 10px;
}
.tb5
{
    border: 2px solid #807F7F;
    border-radius: 5px;
    height: 30px;
    width: 230px;
    outline: none;
    margin: 0px;
}
.myButton
{
    background-color: #E25D29;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 20px;
    border: 1px solid #FC9C84;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    padding: 3px 10px;
    text-decoration: none;
    outline: none;
    font-weight: bold;
}

.myButton:hover
{
    background-color: #5cbf2a;
    border: 1px solid #5cbf2a;
}
