h2 img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 5px;
    float: left;
}



.form_div {
    margin: 0 auto;
    overflow: hidden;
}

.tab_head {
    position: relative;
    top: 4.5px;
    width: 278px;
    background-color: #fff;
}


.Tab_td {
    border-left: 5px solid #e7e7e8;
    border-top: 5px solid #e7e7e8;
    padding: 7px 15px;
    width: 220px;
    /*text-transform:uppercase;*/
    color: #231f20;
    font-weight: bold;
    font-size: 15px;
}

.tab_img {
    background-image: url(../Images/tab_divider.png);
    background-repeat: no-repeat;
    background-position: left 0;
    width: 40px;
    background-color: #fff;
}

.details_tbl {
    border: 5px solid #e7e7e8;
    background-color: #fafafb;
    padding:  12px 10px 12px 10px;
}

.details_tbl h3 {
    padding: 0px 0px 05px 0px;
    border-bottom: 1px solid #ccc;
    margin: 15px 0px;
}

    .details_tbl td input[type="text"], input[type="password"] {
        /*text-transform:uppercase;*/
        color: #6e6e70;
        padding-left: 8px;
        border: 1px solid #d2d3d5;
        height: 31px;
        width: 95%;
        font-size: 15px;
        outline: none;
    }

    .details_tbl td select {
        color: #6e6e70;
        padding-left: 8px;
        border: 1px solid #d2d3d5;
        height: 31px;
        width: 95%;
        font-size: 15px;
        outline: none;
    }

    .details_tbl td textarea {
        color: #6e6e70;
        padding-left: 8px;
        height: 100px;
        width: 100%;
        font-size: 15px;
        outline: none;
    }

#pwd_tbl {
    text-transform: uppercase;
    color: #231f20;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 0 0 0;
    border-top: 1px solid #bfb7ad;
    margin-top: 15px;
}

.submit_btn {
    float: left;
    
}

    .submit_btn, input[type="button"], input[type="submit"] {
        background-color: #da272f;
        border: none;
        color: #fff;
        text-transform: uppercase;
        padding: 0px 25px;
        height: 35px;
        font-size: 14px;
        letter-spacing: 1px;
        cursor:pointer;
    }

        .submit_btn, input[type="button"]:hover {
            background-color: #43474c;
            border: none;
            color: #fff;
            /*text-transform:uppercase;*/
            padding: 8px 25px;
            font-size: 14px;
            letter-spacing: 1px;
        }

.register_btn {
    float: left;
    margin: 30px 0px 0px -20px;
}

    .register_btn input[type="button"], input[type="submit"] {
        background-color: #da272f;
        border: none;
        color: #fff;
        text-transform: uppercase;
        padding: 8px 25px;
        font-size: 14px;
        letter-spacing: 1px;
        cursor:pointer;
        margin: 0px 10px 0 0;
    }

        .register_btn input[type="button"]:hover, input[type="submit"]:hover {
            background-color: #43474c;
            border: none;
            color: #fff;
            text-transform: uppercase;
            padding: 8px 25px;
            font-size: 14px;
            letter-spacing: 1px;
        }

.cancelbtn {
    background-color: #43474c!important;
    border: none;
    color: #fff !important;
    text-transform: uppercase;
    padding: 9px 25px;
    font-size: 14px;
    height: 35px;
    letter-spacing: 1px;
    cursor: pointer;
    /*margin-left: 10px;*/
    float: left;
}

    .cancelbtn:hover {
        background-color: #da272f !important;
    }


.createbutton {
    float: right;
    background-color: #da272f !important;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 25px;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 0px;
}

    .createbutton:hover {
        background-color: #43474c!important;
    }


/*-------------------------------Case Pages---------------------------------*/
.form_Tbl {
    width: 100%!important;
    border: none!important;
    padding: 0px!important;
    margin: 0px!important;
    grid-row-gap:inherit;
}
.Case_tabs {
    width: auto;
    overflow: hidden;
}

.add_tabs {
    width: auto;
    overflow: hidden;
    padding-bottom:5px;
}

    .add_tabs span {
        width: auto;
        padding: 06px 10px;
        float: left;
        color: #000;
        font-weight: bold;
        border: 1px solid #787a7e;
        margin-bottom: 2px;
        margin-right: 10px;
    }

        .add_tabs span img {
            float: left;
            width: auto;
            height: 16px;
            padding-right: 05px;
            margin-top: 2px;
        }

        .add_tabs span a {
            color: #030e13;
            text-decoration: none;
        }


.Case_head {
    position: relative;
    top: 00px;
    width: auto;
    background-color: transparent;
    float: left;
    z-index: 9999;
}

.Case_td {
    border-top: 5px solid #e7e7e8;
    padding: 6px 15px 6px 15px;
    width: auto;
    text-transform: uppercase;
    color: #9d9da1;
    font-weight: bold;
    font-size: 15px;
    background-color: #fff;
    line-height: 21px;
}

    .Case_td a {
        color: #9d9da1;
        text-decoration: none;
    }

.Case_img {
    background-image: url(../Images/tab_divider.png);
    background-repeat: no-repeat;
    background-position: left 0;
    width: 45px;
    /*background-color: #fff;*/
}

.Casehead_nrml {
    position: relative;
    top: 0px;
    width: auto;
    background-color: transparent;
    float: left;
    border-left: 5px solid #e7e7e8;
}

div.Case_tabs a:nth-child(2) {
    right: 20px;
    position: relative;
    z-index: 4;
}

.Case_tabs a:nth-child(3) {
    right: 40px;
    position: relative;
    z-index: 3;
}

.Casehead_nrml table td {
    /*background-color:#fff*/
}

.dxgvTable {
    margin-top: 10px;
}

.dxgvControl {
    width: 100%;
}
/*-------------------------------Case Pages---------------------------------*/
.gridcontent {
    width: 100%;
    margin: 0px;
    padding: 03px;
    border: 5px Solid #e7e7e8!important;
    position: relative;
    top: 0px;
    z-index: 1;
}
/*------------------------------Home Page styles-------------------------*/
.searchhome_div {
    height: 50px;
    width: auto;
    float: right;
    margin-top: 32px;
    overflow: hidden;
}

    .searchhome_div input {
        width: 200px;
        margin: 0px;
        height: 50px;
        border: none;
        float: right;
        padding: 0 15px;
        outline: none;
        box-sizing: border-box;
        font-size: 12px;
        background-color: #E85157;
        color: #fff;       
        position:relative;
        transform: translate(200px,0);
        top: 0px;
        -webkit-transition: all 0.5s ease-in-out;         
        z-index: 100;
    }

        .searchhome_div input:hover {
            outline: none;
            border: none;
        }

        .searchhome_div input:active {
            outline: none;
            border: none;
        }

    .searchhome_div:hover input {
        display: block;
        outline:none;
        transform: translate(0px,0);
        -webkit-transform: translate(0px,0);
        
    }

    .searchhome_div a {
        background-image: url(../images/search_btn.jpg);
        background-repeat: no-repeat;
        height: 50px;
        width: 47px;
        float: right;
        display: inline-block;
        overflow: hidden;    
        z-index: 9999;
        position: relative;
}

.welcome_page {
    background: #804d99;
    max-width: 500px;
    margin: 30px 0px 0px 30px;
    display: inline-block;
    padding: 20px;
    float: left;
    color: #086192 !important;
}

.welcome_header {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    margin: 0px;
    padding-bottom: 20px;
}

.welcome_page label {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
}

.welcome_page div {
    margin: 20px 0;
    padding: 25px 0;
    border-top: 1px solid #f7a711;
    border-bottom: 1px solid #f7a711;
}

    .welcome_page div h4 {
        text-transform: uppercase;
        color: #fff;
        margin: 0 0 20px 0;
        padding: 0;
        font-size: 15px;
        font-weight: normal;
    }

    .welcome_page div p {
        color: #cba143;
        font-size: 13px;
        margin-bottom: 0;
    }

.welcome_page h4 {
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
}

.welcome_img img {
    width: 100%;
    margin-right: 5px;
}

.profile_dtls {
    background-color: transparent;
    width: 750px;
    min-height: 434px;
    margin: 30px;
    display: inline-block;
    padding: 0px;
    float: left;
}

.profile_div {
    background-color: transparent;
    margin: 0px;
    padding: 20px 20px 20px 20px;
}

.buttons_div {
    clear: both;
    margin: 0px;
    padding: 20px 20px 20px 20px;
    text-align: left;
    background-color: rgba(37, 48, 61, 0.8);
    overflow: hidden;
}

    .buttons_div a {
        text-transform: uppercase;
        background-color: #fff;
        padding: 4px 5px;
        border: none;
        width: 140px;
        cursor: pointer;
        color: #231f20;
        float: left;
        text-align: center;
        /* margin:10px 0px 0px 0px; */
    }

    .buttons_div .team {
        float: right;
    }

.profile_div img {
    width: 80px;
    height: 80px;
    float: left;
    padding: 0 0px 5px 0;
    margin-right: 10px;
}

.profile_header {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 15px;
}

.profile_div h6 {
    color: #fff;
    font-weight: bolder;
    font-size: 36px;
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width:auto;
}



.user_tabs {
    margin: 0px;
    float: left;
    width: 100%;
}

.prdct_nav {
    padding: 0px 20px 0px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    overflow: hidden;
    margin: 0px;
    width: 340px;
    background-color: #804d99;
    float: left;
    margin-right: 20px;
}

    .prdct_nav strong {
        padding: 20px 0px 20px 0px;
        overflow: hidden;
        margin: 0px 0px 0px 0px;
        border-top: 1px solid #f7a711;
        /* border-bottom: 1px solid #d4d8d8; */
        float: left;
        width: 100%;
        color: #fff;
        font-weight: normal;
    }

        .prdct_nav strong img {
            width: 48px;
            height: 48px;
            float: left;
        }

        .prdct_nav strong a {
            background: url('../Images/right_arrow.png') no-repeat center center;
            width: 20px;
            height: 48px;
            margin-right: 10px;
            float: left;
            padding: 0px 25px 0px 0px;
        }

            .prdct_nav strong a:hover {
                background: url('../Images/right_arrow.png') #a3a3a3 no-repeat center center;
                width: 20px;
                height: 48px;
                margin-right: 10px;
                float: left;
                padding: 0px 25px 0px 0px;
            }

.parent_Node {
    height: 89px;
    overflow: hidden;
    width: 340px;
    float: left;
    margin-right: 20px;
}

.prdct_hover {
    width: 100%;
    background-color: #804d99;
    background-size: 100% 120px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    overflow: hidden;
    margin: -15px 0 0 0;
    position: absolute;
    padding: 0px 10px;
    width: 340px;
    float: left;
    margin-right: 20px;
}

    .prdct_hover strong {
        padding: 15px 0px 15px 0px;
        overflow: hidden;
        margin: 0px;
        float: left;
        width: 100%;
        color: #fff;
        font-weight: 600;
    }

        .prdct_hover strong img {
            width: 90px;
            height: 90px;
            float: left;
            margin: 0px 10px;
        }

        .prdct_hover strong a {
            width: 65%;
            height:17px;
            margin: 0px;
            float: left;
            font-size: 14px;
            padding: 0px;
        }

            .prdct_hover strong a label {
                float: right;
                width: 25%;
            }

            .prdct_hover strong a:nth-child(2) {
                color: #ffffff;
            }

            .prdct_hover strong a:nth-child(3) {
                color: #dd2a27;
            }

            .prdct_hover strong a:nth-child(4) {
                color: #27ba99;
            }

.profile_inside {
    background-color: rgba(37, 48, 61, 0.8);
    width: 100%;
    max-width: 340px;
    margin: 30px 0px 0px 0px;
    display: inline-block;
    padding: 0px;
    position: fixed;
    top: 240px;
}

.caption {
    width: 100%;
    margin: 0px;
    text-align: right;
    float: left;
    background-color: #f2f2f2;
    padding: 20px 80px 10px 20px;
}

    .caption p {
        color: #804d99;
        font-weight: bold;
    }
/*------------------------------Home Page styles-------------------------*/

/*------------------------------File Uploader----------------------------*/
.field {
    padding: 0;
    margin-bottom: 38px;
    margin-right:50px;
}

/* 

	As this stylesheet is lazy loaded these styles only apply if JavaScript is enabled

*/
.file-upload {
    overflow: hidden;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    /*text-align: center;*/
    /* Cosmetics */
    color: #000;
    /*border: 1px solid #d2d3d5;
    background: #FFFFFF;
     Nice if your browser can do it */
    /*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;*/
    /* text-shadow: #000 1px 1px 4px; */
}

    .file-upload:hover {
        /*background: #fff;*/
    }

    .file-upload.focus {
        outline: none;
    }


    .file-upload input {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        font-size: 70px;
        /* Loses tab index in webkit if width is set to 0 */
        opacity: 0;
        filter: alpha(opacity=0);
        cursor:pointer;
        visibility:hidden;
    }

    .file-upload strong {
        font: normal 16px "Segoe UI",Arial, "Helvetica Neue", Helvetica, Sans-serif;
        color: #a9a9a9;
        padding-left: 10px;
    }

    .file-upload span {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        /* Adjust button text vertical alignment */
        padding-top: .30em;
    }

/* Adjust the button size */
.file-upload {
    height: 31px;
}

    .file-upload,
    .file-upload span {
       width: 40px;
       height: 40px;
    }


    .file-upload span {
    /*width: 293px;
    background-image: url(../images/Upload.png);
    background-repeat: no-repeat;
    background-position: center right 8px;*/
    cursor:pointer;
}

.file-upload-status {
    vertical-align: middle;
    padding: 4px 11px 4px 8px;
    font-size: 16px;
    color: #6e6e70;
    background: #f8f8f8;
    width: 260px;
    border-right: #ccc solid 1px;
    position: absolute;
    margin-left: 1px;
    margin-top: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*------------------------------File Uploader----------------------------*/


.case_select {
    position: relative;
    top: 0px;
    width: auto;
    background-color: transparent;
    float: left;
    z-index: 5;
    border-left: 5px solid #43474c;
}

    .case_select .Case_td {
        border-top: 5px solid #43474c;
        padding: 6px 16px 6px 25px;
        width: auto;
        text-transform: uppercase;
        color: #fec52e;
        font-weight: bold;
        font-size: 15px;
        background-color: #43474c;
        line-height: 21px;
    }

    .case_select .Case_img {
        background-image: url(../Images/tab_divider_select.png);
        background-repeat: no-repeat;
        background-position: left 0;
        width: 45px;
        /*background-color: #fff;*/
    }
.display-labelbody {
    width:100%;
    padding:4px 0px;
    margin:0px;
    overflow: hidden;
}
.display-label {
    width:18%;
    float:left;
    padding:2px 0px;
    height: 31px;
}
.display-field {
    width: 55%;
    border: 1px solid #d2d3d5;
    padding:3px 5px 0px 5px ;
    float: left;
    height: 31px;
}

.case_div {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
}

.past_activity {
    color:#a6a6b5;
    font-weight:normal;
    margin-top: 15px;
    font-size:15px;
}
.activitiesRefresh {
    float:right;
    clear:left;
}

.textarea_div {
    width: 100%; 
    float:left; 
    border:1px solid #ccc;
    min-height:344px;
    padding:10px;
}

.grid_div {
    width:100%; 
}

/*-------------------------------------------------------------------------------------*/
#GridView_DXCBtn_NR_-1_4{
    /*float:left!important;
    text-decoration:none!important;
    color:#fff!important;
    background-color:#da272f!important;
    padding:5px 10px!important;*/
    background-color: #da272f !important;
    border: none;
    color: #fff !important;
    text-transform: uppercase;
    padding: 8px 25px !important;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration:none !important;
    float:left;
}

#GridView_DXCBtn_NR_-1_4:hover {
    background-color: #43474c!important;
    border: none;
    color: #fff!important;
    padding: 8px 25px;
    font-size: 14px;
    letter-spacing: 1px;
}

#GridView_DXCBtn_NR_-1_5 {
    background-color: #43474c!important;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 25px !important;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-left: 10px;
    text-decoration:none !important;
    float:left;
}

#GridView_DXCBtn_NR_-1_5:hover {
        background-color: #da272f !important;
    }
/*--------------------------------------------------------------------------------------*/



.viewCaseTable {
    border: 5px solid #e7e7e8;
    border-collapse: collapse;
    background-color: #fafafb;
    padding: 12px 5px;
}

#viewCaseTable th {
    font-weight: bold;    
    vertical-align:text-top;
    text-align:left;  
    
}
/*
#viewCaseTable td, #viewCaseTable th {
    border-bottom: 1px solid #ffffff;
}
*/
#viewCaseTable tr:first-child td, #viewCaseTable tr:first-child th {
  border-top: none;
}

#viewCaseTable tr:last-child td, #viewCaseTable tr:last-child th, #viewCaseTable .lastRow {
  border-bottom: none;
}

#viewCaseTable .spacerRow {
    border: none;
    font-size: 8px;
}

#viewCaseTable td input[type="text"], input[type="password"] {
    color: #6e6e70;
    padding-left: 8px;
    border: 1px solid #d2d3d5;
    height: 31px;
    width: 296px;
    font-size: 15px;
    outline: none;
}
.required::-webkit-input-placeholder:before {
    content: " *";
    color: red;
}

.required:-moz-placeholder:before {
    content: " *";
    color: red;
}

.required:-ms-input-placeholder:before {
    content: " *";
    color: red;
}
.requiredLabel:before {
    content: "*   ";
    font-weight: bold;
    color: red;
}

.asterick{
    font-weight: bold;
    color: red;
}

/*.field-validation-error {
    color: #ff0000;
}
*/
/*.field-validation-valid {
    display: none;
}*/

/*
*/
.input-validation-error {
    border: 1px solid #ff0000 !important;
}
.requiredInput:after {
    content: " *";
    font-weight: bold;
    color:red;    
}

#viewCaseTable td textarea {
    color: #6e6e70;
    padding-left: 8px;
    border: 1px solid #d2d3d5;
    height: 100px;
    width: 100%;
    font-size: 15px;
    outline: none;
}

.textbox_div input[type="text"] {
    color: #6e6e70;
    padding-left: 8px;
    border: 1px solid #d2d3d5;
    height: 31px;
    width: 175px !important;
    font-size: 15px;
    outline: none;
    float: left;
}

.textbox_div textarea {
    width:81% !important;
}

#CaseTitle {
    width:58% !important;
}

.custom { 
    /*background-color: #da272f;*/
    border: none;
    text-transform: uppercase;
    padding: 0px 25px;
    height: 35px;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
}


.uploadFile {
        font-size: 14px;
    cursor: pointer;
}


    .custom td {
        text-align: center;
    }  