﻿
body {
    margin: 0;
    font-family: Arial;
    font-size: 14px;
}

.topnav {
    overflow: hidden;
    background-color: #333;
}

    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 10px 12px;
        text-decoration: none;
        font-size: 14px;
    }

.active {
    background-color: #4CAF50;
    color: white;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown .dropbtn {
        font-size: 14px;
        border: none;
        outline: none;
        color: white;
        padding: 10px 14px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        float: none;
        color: black;
        padding: 8px 10px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

        .topnav.responsive .dropdown {
            float: none;
        }

        .topnav.responsive .dropdown-content {
            position: relative;
        }

        .topnav.responsive .dropdown .dropbtn {
            display: block;
            width: 100%;
            text-align: left;
        }
}
/**********************/
input:not([type]), input[type="text"], input[type="password"] , input[type="textarea"]  {
    color: #000000;
    font-family: Arial, Verdana, Tahoma, Calibri;
    /*font-size: 13px;*/
    border: 1px solid #ddd;
    border-radius: 2px;
    text-align: left;
    line-height: 100%;
    padding: 4px 3px 4px 3px;
    width: 180px;
}

    input[type="text"]:focus, textarea:focus {
        background: #D9FFF5;
    }


/****************/
select:not([multiple]) {
    background-position: right 50%;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    padding: 3px;
    /*padding-right: 1.5em;*/
    border-radius: 2px;
}

/*select:focus {
    background-color: #696;
}*/
/**********/
/*input[type="button"], input[type="submit"] { 
    color:#050; 
    font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
    background-color:#fed; 
    border:1px solid; 
    border-color: #696 #363 #363 #696; 
}*/

input[type="button"], input[type="submit"] {
    border-left: 1px solid #696;
    border-right: 1px solid #363;
    border-top: 1px solid #696;
    border-bottom: 1px solid #363;
    color: white;
    font: bold 84% 'trebuchet ms',helvetica,sans-serif;
    background-color: #151dad;
    padding: 4px;
    margin: 4px 0;
    border-radius: 3px;
    cursor: pointer;
    width: 60px;
    }

/*width: 70px;
            background-color: #4CAF50;
            color: white;
            text-align: center;
            padding: 7px;
            margin: 8px 0;
            border: none;
            border-radius: 4px;
            cursor: pointer;*/



input[type=submit]:hover {
    background-color: #38813C;
}

input[type="submit"]:focus {
    background-color: #38813C;
}
/**********/
.gvstyleleft {
    padding-left: 5px;
    text-align: left;
}

.gvstylecenter {
    text-align: center;
}
/*************/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=40);
    opacity: 0.4;
    z-index: 10000;
}

.modalBackground1
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 12000 !important;
}
/*form show loader*/
#spinner {
    opacity: 0.5;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../Images/DImages/PW4.gif) 50% 50% no-repeat #edf8f7;
    background-size: 80px 80px;
}

#spinner2 {
    opacity: 0.5;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../Images/DImages/PW4.gif) 50% 50% no-repeat #edf8f7;
    background-size: 80px 80px;
}

.bordertopstyle {
   color:maroon;
}

#wrapper {
 
  text-align: center;
}
#yourdiv {
 
  display: inline-block;
}
