﻿.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
}

.accessibleHide {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.fa-star {
    color: #EDBA03;
}


.fa-circle {
    margin-right: 5px;
    color: #2b78e4;
}



.dont-break-out {
    width: 140px;
     white-space: nowrap;
     overflow:  hidden;
     text-overflow:  ellipsis;
}

th.sortasc a {
    display: block;
    padding: 0 4px 0 15px;
    background: url("DPRP_Images/asc.gif") no-repeat;
}

th.sortdesc a {
    display: block;
    padding: 0 4px 0 15px;
    background: url("DPRP_Images/asc.gif") no-repeat;
}

.allOrg-wrap p {
    line-height: 18px !important;
}


/*custom data loader when submitting*/
.modalSubmit {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.centerDiv {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 210px;
    background: white;
    font-size: 24px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px black;
}