
#blackout {
    min-height: 100%;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}


.pclose {
    background-image: url(images/clear-button.png);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 3000;
}

a.pclose {
    background-image: url(/GlobalContent/Images/v4/icon_delete.gif);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 3000;
}

.popupcont {
    zoom: 1;
    background-color: #fff;
    padding: 10px;
    margin: 0 auto;
    position: absolute;
    top: 50px;
    text-align: left;
    z-index: 3000;
    overflow: auto;
}

div#deliverable_divAddnote.popupcont {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 9%;
}

/* Spinner to show when loading page inside iFrame */
.loadmask {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0.5; /*opacity: .50;     filter: alpha(opacity=50);*/
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}

.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0; /*border:1px solid #6593cf;*/ /*background: #c3daf9;*/
    filter: alpha(opacity=50);
    padding: 2px;
}

    .loadmask-msg div {
        padding: 30px 10px 5px 80px; /*background: #fbfbfb url('images/loading.gif') no-repeat 5px 5px;*/
        background: url('/GlobalContent/Images/v4/spinner2.gif') no-repeat 5px 5px;
        line-height: 16px; /*border: 1px solid #a3bad9;*/ /*color: #222;*/
        height: 65px;
        font: normal 11px tahoma, arial, helvetica, sans-serif;
        cursor: wait;
        color: #000000;
    }

.masked {
    overflow: hidden !important;
}

.masked-relative {
    position: relative !important;
}

.masked-hidden {
    visibility: hidden !important;
}

.submit {
    -moz-box-shadow: inset 0px 1px 0px 0px #c2c2c2 !important;
    -webkit-box-shadow: inset 0px 1px 0px 0px #c2c2c2 !important;
    box-shadow: inset 0px 1px 0px 0px #c2c2c2 !important;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a3a1a3), color-stop(1, #4d4d4d) ) !important;
    background: -moz-linear-gradient( center top, #a3a1a3 5%, #4d4d4d 100% ) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3a1a3', endColorstr='#4d4d4d') !important;
    background-color: #a3a1a3 !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #4d4d4d !important;
    display: inline-block;
    color: #ffffff !important;
    font-family: arial;
    font-size: 12px !important;
    font-weight: bold;
    padding: 5px 30px !important;
    text-decoration: none;
    text-shadow: 0px -1px 0px #000000;
    width: auto !important;
    height: auto !important;
    float: right;
}

#tablePassword .submit {
    float: left;
    *padding: 5px 5px !important;
}

.popup input.cancel-action {
    padding: 10px 20px !important;
}

.popup .right {
    width: auto !important;
}

#divUsernameGenerator {
    top: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    left: 0 !important;
}

    #divUsernameGenerator .dialog-box {
        display: table;
        margin: 0 auto !important;
        margin-top: 100px !important;
    }

table#dlResults,
#dlResults td {
    border: 0px !important
}

#dlResults td {
    padding: 15px !important;
    font-size: 125% !important;
    font-weight: normal !important;
    background-image: none !important;
    margin: 0 !important;
    background-color: #fff !important;
}

#dlResults tr:nth-child(odd) td {
    background-color: #f0f0f0 !important;
}

#dlResults tr:first-child td {
    background-color: #fff !important;
    background-image: url(/GlobalContent/Images/v4/stripes5.png) !important;
}

#dlResults a {
    background-image: url(/GlobalContent/Images/v4/add.png) !important;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 0 0 0 25px
}

#dlResults tr:last-child td span {
    background-color: #ccc;
    float: left;
    display: table-cell;
    padding: 3px 6px;
    font-size: 14px;
    margin-right: 5px;
    color: #fff
}

#dlResults tr:last-child td a {
    background: none;
    background-color: #999;
    float: left;
    display: table-cell;
    padding: 3px 6px;
    font-size: 14px;
    margin-right: 5px;
    text-decoration: none !important;
    color: #fff
}

.add-sponsor-popup table {
    background-color: #fff !important;
    border: 0px !important
}

.popupcont input#Search_Last,
.popupcont input#Search_First,
.popupcont input#txtFirstName,
.popupcont input#txtLastName,
.popupcont input#txtEmail,
.popupcont input#txtPhone {
    padding: 11px !important;
    /*background-color: #FFFFFF !important;*/
    border: 0px !important;
    float: left;
}

.add-sponsor-popup input#Search_Submit {
    float: left
}

#Label3 {
    font-size: 20px !important;
    font-weight: normal !important;
}

#browse {
    color: #ccc
}

#browseletters a {
    font-size: 13px !important
}

.pdt20b10 {
    padding: 20px 0 10px 0
}

#Label1,
#Label2 {
    float: left;
    padding-right: 10px;
    line-height: 3;
}

#browse {
    text-align: center !important;
    float: left;
    width: 100%;
    color: #999
}

table {
    border-spacing: 0px;
}

    table[style="BORDER-RIGHT: #330099 1px solid; BORDER-TOP: #330099 1px solid; BORDER-LEFT: #330099 1px solid; BORDER-BOTTOM: #330099 1px solid; BACKGROUND-COLOR: #f0f0f0"] {
        border: 0px !important;
    }

        table[style="BORDER-RIGHT: #330099 1px solid; BORDER-TOP: #330099 1px solid; BORDER-LEFT: #330099 1px solid; BORDER-BOTTOM: #330099 1px solid; BACKGROUND-COLOR: #f0f0f0"] td {
            padding: 5px;
        }

        table[style="BORDER-RIGHT: #330099 1px solid; BORDER-TOP: #330099 1px solid; BORDER-LEFT: #330099 1px solid; BORDER-BOTTOM: #330099 1px solid; BACKGROUND-COLOR: #f0f0f0"] table td {
            padding: 20px
        }

        table[style="BORDER-RIGHT: #330099 1px solid; BORDER-TOP: #330099 1px solid; BORDER-LEFT: #330099 1px solid; BORDER-BOTTOM: #330099 1px solid; BACKGROUND-COLOR: #f0f0f0"] tr:nth-child(4) {
            display: none !important
        }

#add-goal-add-action-popup {
    width: 100%;
    margin: 20px;
}

    #add-goal-add-action-popup td:first-child {
        background-color: #fff !important;
        border: 0px !important;
        text-align: left !important;
    }

    #add-goal-add-action-popup td {
        padding: 5px 0;
        font-size: 13px !important;
    }

    #add-goal-add-action-popup #standards td {
        padding: 5px 0px
    }

    #add-goal-add-action-popup #BottomStandards td {
        padding: 0px
    }

    #add-goal-add-action-popup td:first-child p {
        text-align: left !important;
    }

    #add-goal-add-action-popup select {
        background-color: #ececec !important;
        padding: 10px 20px 10px 10px !important;
        border: 0px !important;
        height: auto !important;
        -webkit-appearance: none;
        background-image: url(sort-arrows.png) !important;
        background-size: 10px;
        background-position: right 5px center;
        background-repeat: no-repeat
    }

    #add-goal-add-action-popup input[type="text"] {
        background-color: #ececec !important;
        padding: 10px !important;
        border: 0px !important;
        height: auto !important;
    }

    #add-goal-add-action-popup input.countbox {
        background-color: #fff !important;
        padding: 2px !important;
        border: 0px !important;
        height: auto !important;
    }


#ActionTitle {
    font-size: 20px !important;
    font-weight: normal !Important;
}


#add-goal-add-action-popup textarea {
    background-color: #ececec !important;
    padding: 10px !important;
    border: 0px !important;
    height: 100px !important;
}

#add-goal-add-action-popup hr {
    display: none !important;
}

.buttoncandidate.keyword-search, .buttoncandidate.keyword-search:hover {
    background-image: url(/GlobalContent/Images/v4/searcher.png) !important;
    background-size: 10px;
    padding: 9px 10px !important;
    height: auto !important;
    background-position: center !important
}

#add-goal-add-action-popup {
    width: 100%;
    margin: 20px
}

    #add-goal-add-action-popup table {
        width: auto !important
    }

    #add-goal-add-action-popup b {
        font-weight: normal !Important;
    }

    #add-goal-add-action-popup td:first-child {
        background-color: #fff !important;
        border: 0px !important;
        text-align: left !important;
    }

    #add-goal-add-action-popup td {
        padding: 5px 0px
    }

        #add-goal-add-action-popup td[width="25%"] {
            width: 140px !important
        }


    #add-goal-add-action-popup #standards td {
        padding: 5px 0px
    }

    #add-goal-add-action-popup #BottomStandards td {
        padding: 0px
    }

    #add-goal-add-action-popup td:first-child p {
        text-align: left !important;
    }

    #add-goal-add-action-popup select {
        background-color: #ececec !important;
        padding: 10px 20px 10px 10px !important;
        border: 0px !important;
        height: auto !important;
        -webkit-appearance: none;
        background-image: url(sort-arrows.png) !important;
        background-size: 10px;
        background-position: right 5px center;
        background-repeat: no-repeat
    }

    #add-goal-add-action-popup input[type="text"] {
        background-color: #ececec !important;
        padding: 10px !important;
        border: 0px !important;
        height: auto !important;
    }

    #add-goal-add-action-popup input.char-avl {
        background-color: #fff !important;
        padding: 2px !important;
        border: 0px !important;
        height: auto !important;
    }


#GoalTitle {
    font-size: 20px !important;
    font-weight: normal !Important;
}


#add-goal-add-action-popup textarea {
    background-color: #ececec !important;
    padding: 10px !important;
    border: 0px !important;
    height: 100px !important;
}

#add-goal-add-action-popup hr {
    display: none !important;
}
