﻿
    /*ul {
        list-style: none;
        text-align: center;
    }*/

    .responsive1
    {
        display:block;
    }

    .ImageContainer
    {
        margin:0px auto;
    }

    .InnerImg
    {
       width:100%;
    }

    .mybtn
    {
        width:100%;
    }

    @media(min-width:800px)
    {
        .myheading
        {
            width:50%;
            font-size:35px;
        }
    }

    .alertbox
    {
        text-align:center;padding:15px;background-color:maroon;color:white;width:100%;margin:0px auto;
    }

    .ErrorText
    {
        text-align:left;font-size:20px;color: white;font-family:calibri;float:left;
    }

    @media(max-width:768px)
    {
        .ErrorText
        {
            font-size:15px;
        }
    }

    button[type="button"]
    {
            border-radius: 5px;
            background-color: white;
            outline: none;
            color: black;
            border: 1px solid rgba(0,0,0,0.5);
            padding: 12px;
            transition: 0.5s;
            font-size:14px;
            text-transform: uppercase;
    }

    button[type="button"]:hover
    {
            background-color: #00a95a;
            color: white;
            border: 1px solid #00a95a;
    }

    @media(max-width:799px)
    {
        .myheading
        {
            font-size:25px;
            width:100%;
        }
    }

    @media(min-width:600px)
    {
        .mybtn
        {
            width:30%;
        }
    }

    .myheading {
        background-color: #34c57e;
        color: white;
        margin: 0px auto;
        padding: 15px;
        border-radius: 10px;
        cursor: pointer;
        box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2), 0px 8px 10px -5px rgba(0,0,0,0.7);
    }

    .image-preview-input {
        position: relative;
        overflow: hidden;
        margin: 0px;
        color: #333;
        background-color: #fff;
    }

        .image-preview-input input[type=file] {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            padding: 0;
            font-size: 20px;
            cursor: pointer;
            opacity: 0;
            filter: alpha(opacity=0);
        }

    .image-preview-input-title {
        margin-left: 2px;
    }

    .popover {
        position: unset;
    }

    .btn.btn-default {
        border: 1px solid rgba(0,0,0,0.5);
        padding: 10px 30px;
    }

        .btn.btn-default:hover {
            background-color: rgb(52, 196, 126);
            color: white;
            border: 1px solid rgb(52, 196, 126);
        }
    
    .mybtnpreview {padding: 10px 30px;border:1px solid rgba(0,0,0,0.5);}

    @media(max-width:800px)
    {
        .responsive1
        {   
            display:none;
        }
    }

    .LabelHeading
    {
        font-weight:bold;
        padding-top:20px;
    }

    .responsive2
    {
        display:none;
    }

    @media(max-width:800px)
    {
        .responsive2
        {
            display:block;
        }
    }

    .ImgHeader
    {
        font-size: 25px;
        width: 100%;
        text-align: center;
    }

    #partnerlink
    {
        color:#0389f3;
        text-decoration:none;
    }

    #partnerlink:hover
    {
        text-decoration:underline;
    }

    a
    {
        color:white;
    }

    a:focus
    {
        color:white;
    }

    .Tab {
        display: inline-block;
        background-color: white;
        color: black;
        text-align: center;
        font-size: 17px;
        font-family: Verdana,Geneva,sans-serif;
        font-weight: bold;
        padding: 10px;
        margin-left: -3px;
        margin-right: -3px;
        position:relative;
        bottom:0px;
        width:170px;
        margin: 2px auto;
        box-shadow:0px 2px 5px 0px rgba(0,0,0,0.2);
    }

    img {
        margin: 20px auto;
    }

    .Tabhover:hover {
        background-color:#425965;
        cursor:pointer;
        color:white;
    }

    #mytable > tbody > tr > th, #mytable > tbody > tr > td {
        text-align: center;
        padding: 10px;
        font-family: 'Verdana, Geneva, Tahoma, sans-serif';
        font-size: 18px;
    }

    .TabActive {
        color: white;
        background-color:black;
        cursor:pointer;
    }

    #mytable {
        width: 80%;
        margin: 10px auto;
    }
