﻿.colinput {
    padding: 5px !important;
}

.collbl {
    padding: 10px 10px 0px 0px !important;
}

.spanwhite {
    color: white;
}

.my-btn {
    font-family: Verdana;
    font-size: medium;
    font-weight: bold;
    /*margin-left:-10px;*/
    border: none;
    /*background-color:transparent;*/
}
/*.modalBackground
{
    background-color: black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}*/

.modalBackground {
    background-color: black !important;
    filter: alpha(opacity=90) !important;
    opacity: 0.8 !important;
    width: 100% !important;
    height: 100% !important;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #5c8338;
    width: 90%;
    height: 90%;
    border-radius: 10px;
    overflow: scroll;
}

.modalPopupMsg {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    width: 40%;
    height: 20%;
    border-radius: 10px;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

.alignright {
    text-align: right;
}

.Span {
    font-size: small;
    font-family: Verdana;
    font-weight: bold;
}

.mand {
    font-family: Verdana;
    color: red;
    font-weight: bold;
}

.Grid td {
    padding: 2px;
    border: solid 0px #c1c1c1;
}

.Grid th {
    padding: 4px 2px;
    color: #fff;
    background-color: #5c8338;
    border-left: solid 1px #525252;
    font-size: 0.9em;
    font-family:Verdana;
}

.Grid .alt {
    background-color: #fcfcfc;
}

.Grid td {
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
}


.GridHome td {
    /*padding: 2px;
    border: solid 0px #c1c1c1;*/
}

.GridHome th {
    /*padding: 4px 2px;
    color: #fff;
    background-color: #5c8338;
    border-left: solid 1px #525252;
    font-size: 0.9em;
    font-family:Verdana;*/
}

.GridHome .alt {
    /*background-color: #fcfcfc;*/
}

.GridHome td {
    font-family: 'Microsoft Sans Serif';
    font-size: smaller;
    /*font-weight: bold;*/    
}



.Pager {
    background-color: #4a73b6 !important;
    padding: 2px;
    margin: 2% auto;
}

    .Pager a {
        margin: auto 1%;
        border-radius: 50%;
        background-color: #444;
        padding: 5px 10px 5px 10px;
        color: #fff;
        text-decoration: none;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
    }

        .Pager a:hover {
            background-color: #1e8d12;
            color: #fff;
        }

    .Pager span {
        background-color: #ae2676;
        color: #fff;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
        border-radius: 50%;
        padding: 5px 10px 5px 10px;
    }

.spltext {
    font-family:Verdana;
    font-size:large;
    color:blue;
    font-weight:bold;
    text-align:right;
}
