﻿body {
    font: 12px verdana;
}

TextArea {
    resize: none;
}


/* For required fied astresic sign*/
.reqField {
    color: Red;
}

.valSuccess {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 3px solid #4f8a10;
    padding: 5px 5px;
    text-align: left;
    font-weight: bold;
    line-height: 1.3;
}

    .valSuccess ul {
        padding-left: 15px;
    }

        .valSuccess ul li {
            padding-top: 2px;
        }


.valFailure {
    color: #bf1616;
    background-color: #FFBABA;
    border: 3px solid #bf1616;
    padding: 5px 5px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0;
    line-height: 1.3;
}

    .valFailure ul {
        padding-left: 15px;
    }

        .valFailure ul li {
            padding-top: 2px;
        }


/* //=-========= Update Progress ============== */
.overlay {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.overlayContent {
    z-index: 99;
    margin: 250px auto;
    background-color: black;
    width: 120px;
}

    .overlayContent h2 {
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }


/* ajax modal dialog styles */
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modalBox {
    background-image: url(../Resources/Images/table-bg.gif);
    border-width: 5px;
    border-style: solid;
    border-color: #3184D7;
    padding: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.modalBoxCaption {
    background-color: #8EB5F6;
    color: #000000;
    font-family: Verdana,Trebuchet MS, georgia;
    font-size: 12px;
    font-weight: bold;
    color: White;
    line-height: 120%;
    font-weight: bold;
    border-bottom: 1px solid #6CC5CB;
    text-align: left;
    padding: 8px;
    height: 15px;
}

/* tweb modal dialog styles */
.modalPanelTitle td {
    padding: 3px;
    font-weight: bold;
    font-size: 0.9em;
    background-image: url(images/window_titlebg.gif);
    cursor: pointer;
    color: black;
    font-family: Verdana;
    width: 100%;
    height: 30px;
    background-color: #6f90dc;
}

.modalPanel {
    z-index: 500;
    width: 500px;
    border: solid 1px #275473;
    position: absolute;
    border-collapse: collapse;
    background-color: #f0faff;
}

    .modalPanel td {
        vertical-align: top;
    }

.titleIcon {
    padding-right: 20px;
}


.modalBox #popuPHeaderLeft {
    float: left;
    font-weight: bold;
    line-height: 1.6em;
    padding-left: 5px;
    text-align: left;
}

.modalBox #popUpContent {
    background-color: White;
    clear: both;
}

.modalBox #popuPHeaderRight {
    float: right;
    text-align: right;
    padding: 3px;
}

.modalBox .popuPHeaderLeft {
    float: left;
    font-weight: bold;
    line-height: 1.6em;
    padding-left: 5px;
    text-align: left;
}

.modalBox .popUpContent {
    background-color: White;
    clear: both;
}

.modalBox .popuPHeaderRight {
    float: right;
    text-align: right;
    padding: 3px;
}



/* CSS done by Neha */

.stdform1 table#stdform1tbl {
    margin-top: 25px;
}

    .stdform1 table#stdform1tbl tr {
        height: 50px;
    }

    .stdform1 table#stdform1tbl td {
        width: 400px;
    }

    .stdform1 table#stdform1tbl label {
        float: left;
        width: 120px;
        text-align: right;
        padding: 5px 20px 0 0;
        display: block;
    }

/*=========== Pager CSS ANuj ============*/
#ContentPlaceHolder1_lvDataPager {
    border: 0;
    margin-top: 10px;
    padding: 0 10px 10px 10px;
    font-size: 11px;
    list-style: none;
    float: left;
}

    #ContentPlaceHolder1_lvDataPager a {
        border: solid 1px #9aafe5;
        margin-right: 2px;
    }

    #ContentPlaceHolder1_lvDataPager .command {
        font-weight: bold;
        display: block;
        float: left;
        margin-right: 2px;
        padding: 4px 14px;
    }

    #ContentPlaceHolder1_lvDataPager .current {
        background: #2e6ab1;
        color: #FFFFFF;
        font-weight: bold;
        display: block;
        float: left;
        padding: 3px 14px;
        margin-right: 2px;
    }

    #ContentPlaceHolder1_lvDataPager a:link,
    #ContentPlaceHolder1_lvDataPager a:visited {
        color: #0e509e;
        display: block;
        float: left;
        padding: 4px 14px;
        text-decoration: none;
    }

    #ContentPlaceHolder1_lvDataPager a:hover {
        border: solid 1px #0e509e;
        background-color: #E7E7E7;
    }

    #ContentPlaceHolder1_lvDataPager .aspNetDisabled {
        border: solid 1px #0e509e;
        margin-right: 2px;
        float: left;
        color: #0e509e;
        display: block;
        float: left;
        padding: 4px 14px;
        text-decoration: none;
    }

    #ContentPlaceHolder1_lvDataPager span {
        border: solid 1px #0e509e;
        margin-right: 2px;
        float: left;
        color: #0e509e;
        display: block;
        float: left;
        padding: 4px 14px;
        text-decoration: none;
        background-color: #E7E7E7;
    }
/*=========== Pager CSS Ends ============*/

/*=========== Pager CSS ANuj ============*/
.myPager {
    border: 0;
    margin-top: 10px;
    padding: 0 10px 10px 10px;
    font-size: 11px;
    list-style: none;
    float: left;
}

    .myPager a {
        border: solid 1px #9aafe5;
        margin-right: 2px;
    }

    .myPager .command {
        font-weight: bold;
        display: block;
        float: left;
        margin-right: 2px;
        padding: 4px 14px;
    }

    .myPager .current {
        background: #2e6ab1;
        color: #FFFFFF;
        font-weight: bold;
        display: block;
        float: left;
        padding: 3px 14px;
        margin-right: 2px;
    }

    .myPager a:link,
    .myPager a:visited {
        color: #0e509e;
        display: block;
        float: left;
        padding: 4px 14px;
        text-decoration: none;
    }

    .myPager a:hover {
        border: solid 1px #0e509e;
        background-color: #E7E7E7;
    }

    .myPager .aspNetDisabled {
        border: solid 1px #0e509e;
        margin-right: 2px;
        float: left;
        color: #0e509e;
        display: block;
        float: left;
        padding: 4px 14px;
        text-decoration: none;
    }

    .myPager span {
        border: solid 1px #0e509e;
        margin-right: 2px;
        float: left;
        color: #0e509e;
        display: block;
        float: left;
        padding: 4px 14px;
        text-decoration: none;
        background-color: #E7E7E7;
    }
/*=========== Pager CSS Ends ============*/

/*AutoComplete flyout */

.autocomplete_completionListElement {
    margin: 0px!important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

#ContentPlaceHolder1_AutoCompleteExtender_completionListElem {
    height: 200px;
    overflow: auto;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}

/*Cascading DropDown*/


/* Four column table */

.fourColTable:first-child {
    width: 100%;
    line-height: 4;
}


/* custom css */

.createBar { border-bottom: solid 1px #ddd; padding: 12px; }
.createBar p { float: left; margin-top: 8px;}
.createBar .txtBox { height: 35px; width: 350px; border:solid 1px #c5c5c5; border-radius: 3px; margin-left: 15px; padding-left: 10px; }
.btnControle { height: 34px; color: #fff; border: none; border-radius: 3px; padding: 0 15px 0 30px; margin-left: 5px; }
.btnControle.red { background: #e35e51 url(../../img/folderIcon.png) no-repeat 10px center; }
.btnControle.blue { background: #3b6998 url(../../img/arrowTop.png) no-repeat 10px center;  }
.contentArea { padding-top: 15px;}
.colBox { background: url(../../img/boxBg.png) #efefef repeat-x; border: solid 1px #bcbbbb; min-height: 78px; border-radius: 3px; padding: 25px 15px 15px; margin-bottom: 15px;  }
.colBox span { margin-right: 10px }
.colBox p { float: left; width: 80%; }
.colBox .actions { display: inline-block; width: 20px; height: 20px; float: right; cursor: pointer; }
.colBox .actions.delete { background: url(../../img/edit.png) no-repeat; }
.colBox .actions.edit { background: url(../../img/delete.png) no-repeat; }
.contentArea .row { margin: 0px; }