﻿body 
{
}


td.textb > div { width: 100%; height: 100%; overflow:hidden; }
td.textb {font:normal 13px verdana,arial,tahoma; color:#fff; height:54px;} 
td.textb a:link {color:#000; text-decoration:none}
td.textb a:hover {color:#fff; text-decoration:none;}

/* newly added 3/3/2015 start */
/* .text {font: 11px/18px verdana, arial, helvetica; color:#000;} */
.text {font: 11px/18px verdana, arial, helvetica; color:#333;}
.text a:link {color:#3333ff;text-decoration:none;}
.text a:hover {text-decoration: underline;}
.textx a:link {color:#3333ff;text-decoration:none;}
/* newly added 3/3/2015 end */
.small {font: 9px/14px verdana, arial, helvetica; color:#000;}

.circle-text {
    display: table-cell;
    /* display: inline-block; */
    height: 50px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #F36F4C;
    /* color: #0E1D41; */
    color: white;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-weight: 700;
}

/* added on 3/3/2020 start */
.signin-button {
    display: table-cell;
    /* display: inline-block; */
    height: 50px;
	/*  modified width from 200 to 207 on 6/10/2020 */
    width: 208px;
	border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    background: #F36F4C;
    color: white;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-weight: 700;
}

.register-button {
    display: table-cell;
    /* display: inline-block; */
    height: 50px;
    width: 200px;
	border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    background: #002fa7;
    color: white;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-weight: 700;
}

.sign-in {
    color: white;
    font-size: 22px;
}
/* added on 3/3/2020 end */

.person {
    padding-top: 1.25rem;
}

.dropbtn {
    /*background-color: #3498DB;*/
    color: white;
    /*padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;*/
}

    /*.dropbtn:hover, .dropbtn:focus {
        background-color: #2980B9;
    }*/

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0px;
    background-color: #ffffff;
    min-width: 160px;
    font-size: 16px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px;
}

/*.dropdown-content label {
    cursor: default;
}*/

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background: #F36F4C;
        }
        

/*.dropdown a:hover {
    background-color: #ddd;
}*/

.show {
    display: block;
}

.pager {
    color: blue;
}
.pager a {
    text-decoration: none;
    color: blue;
}
.pager a {
    text-decoration: underline;
}


.header td {
    max-width: 100px;
    height: 40px;
    font-size: 11px;
    text-decoration: none;
    vertical-align: middle;
    /* word-wrap: break-word; */
    white-space: normal;
    padding-left: 5px;
}

    .header td a {
        font-size: 11px;
        /* word-wrap: break-word; */
        white-space: normal;
        text-decoration: none;
    }

        .header td a:hover {
            text-decoration: underline;
        }

.header_firstcell td {
    height: 40px;
    font-size: 11px;
    text-decoration: none;
    vertical-align: middle;
    padding-left: 3px;
}

    .header_firstcell td a {
        font-size: 11px;
        text-decoration: none;
    }

        .header_firstcell td a:hover {
            text-decoration: underline;
        }

.grid {
    /*max-width: 935px;
    min-width: 725px;*/
    width:100%;
}

table.grid {
    width: 100%;
}

.gridheader {
    /*background-color: #F36F4C;*/
    color: whitesmoke;
    /*padding-left: 5px;*/
    font-weight: 300;
    text-align: center;
    font-family: 'Arial';
    /*vertical-align: middle;*/
}

.gridheader a {
    color: whitesmoke;
}

.griditem td {
    max-width: 135px;
    max-height: 35px;
    font-size: 10px;
    vertical-align: top;
    word-wrap: break-word;
    white-space: normal;
    padding-left:7px;
    padding-right:3px;
    padding-top:1px;
    padding-bottom:1px;
}

    .griditem td a {
        font-size: 10px;
        text-decoration: none;
        color: blue;
    }

        .griditem td a:hover {
            text-decoration: underline;
        }

.filegrid {
    /*min-width: 475px;
    max-width: 600px;*/
    width: 100%;
}

table.filgrid {
    width: 75%;
}

.textgrid {
    font: 10px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
    /*color: #333;*/
}
.textgrid a:link {
    color: #3333ff;
    text-decoration: none;
}

.textgrid a:hover {
    text-decoration: underline;
}

.block {
    /*display: inline;*/
}

#overlay {
    background-color: #000;
    position: fixed;
    opacity: 0.7;
    display: none;
    z-index: 1001;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#overlay_inner {
    position: absolute;
    vertical-align: middle !important;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 100px;
    display: flex;
    background-color: #F36F4C;
    border: 1px solid whitesmoke;
    opacity: 2.0;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    padding-top: 10px;
    border-radius: 10px;
}

#overlay_img {
    float: left;
}

    #overlay_img img {
        width: 50px;
        height: 50px;
    }

#overlay_txt {
    /* width: 300px; */
    /* height: 150px; */
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.0;
    word-wrap: break-word;
    white-space: normal;
    color: whitesmoke;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#confirmOver {
    background-color: #000;
    position: fixed;
    opacity: 0.7;
    display: none;
    z-index: 1001;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#confirmInner {
    position: absolute;
    vertical-align: middle !important;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 350px;
    display: grid;
    background-color: #fff;
    color: #000;
    /*background-color: #F36F4C;*/
    border: 1px solid whitesmoke;
    opacity: 10.0;
    /*transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);*/
    padding-top: 10px;
    border-radius: 10px;
}

#confirmHeader {
    align-items:flex-end;
    z-index: 1;
}
#confirmBody {
    z-index: 2;
}
#confirmFooter {
    z-index: 3;
    display: inline-block;
}
    .iframe-container {
        /*float: right;*/
        overflow: hidden;
        padding-top: 56.25%;
        position: relative;
    }

    .iframe-container iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.excelbtn {
    max-height: 20px;
    max-width: 20px;
}
    .excelbtn:hover {
        cursor: pointer;
    }

.disabledLnk {
    cursor: not-allowed;
    opacity: 0.5;
    /*pointer-events: none;
    text-decoration: none;*/
}

    .disabledLnk > a {
        pointer-events: none;
        text-decoration: none;
    }

.disabledBtn {
    
}
/*@media only screen and (max-width:767px) {
    #contrbid_aspx {
        max-width: 750px;
    }
    .grid {
        max-width: 750px;
    }
}*/