﻿

.requiredField
{
    color: red;
}


label {
    padding-left: 5px;
    padding-right: 15px;
}

a {
    color: #1172d0;
}


/*Datagrid header---------------------------------------------------------------------------------------*/


.mydatagrid {
    width: auto;
    border: solid 2px black;
    min-width: 80%;
}

.dgheader {
    background-color: #000;
    font-family: Arial;
    color: White;
    border: none 0px transparent;
    height: 25px;
    text-align: left;
    font-size: 16px;
}

.rows {
    background-color: #fff;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    min-height: 25px;
    text-align: left;
    border: none 0px transparent;
}

.rowsAlt {
    background-color: #f3ffa3;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    min-height: 25px;
    text-align: left;
    border: none 0px transparent;
}

.rows:hover {
    background-color: #5baeff;
    font-family: Arial;
    color: #fff;
    text-align: left;
}

.rowsAlt:hover {
    background-color: #5baeff;
    font-family: Arial;
    color: #fff;
    text-align: left;
}

.selectedrow {
    background-color: #ff8000;
    font-family: Arial;
    color: #fff;
    font-weight: bold;
    text-align: left;
}



    .mydatagrid a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/ {
        background-color: #000;
        color: #fff;
    }


.pager {
    background-color: #646464;
    font-family: Arial;
    color: White;
    height: 30px;
    text-align: left;
}

.mydatagrid td {
    padding: 5px;
}

.mydatagrid th {
    padding: 5px;
}


.mpBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.formHeading {
    font-weight: bolder;
    color: firebrick;
}


.modalBackground {
    background-color: Black;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.modalPopup {
    background-color: #FFFFFF;
    width: 400px;
}

    .modalPopup .mpheader {
        background-color: #2FBDF1;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

    .modalPopup .mpbody {
        min-height: 50px;
        line-height: 25px;
        text-align: center;
        color: black;
    }

    .modalPopup .mpfooter {
        padding: 3px;
    }

    .modalPopup .yes, .modalPopup .no {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
    }

    .modalPopup .yes {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }

    .modalPopup .no {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }


.modal-dialog {
    margin-top: 60px !important;
}


.modalBackground {
    background-color: #666666;
    filter: alpha(opacity=50);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.modalPopup {
    background-color: #fff;
    border-width: 0px;
    border-style: solid;
    border-color: #000;
    padding: 0px;
    width: 300px;
    text-align: center;
    border-radius: 6px 6px 6px 6px;
}

.modalPopupHeader {
    background-color: #0066CC; /*00CC00;*/
    color: #FFF;
    font-weight: bold;
    padding: 3px;
    font-size: 1.4em;
    border-radius: 6px 6px 0px 0px;
    text-shadow: 1px 1px #3399FF;
    background-image: url(/images/sunlight.png);
    font-size: 1.0em;
}

.modalPopupInnerDiv {
    padding: 5px;
    font-size: 0.9em;
}

    .modalPopupInnerDiv b {
        color: Red;
    }

.modalPopup2 {
    background-color: #FFFFFF;
    /*width: 750px;*/
    border: 3px solid #0DA9D0;
    padding: 10px;
    max-width: 90%;
    max-height: 90%;
    overflow: scroll;
}




.row{
    padding: 5px;
}