﻿.body {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #fff;
    font-size: 14px;
}
/*******************************************************
Curvy Corners
*******************************************************/
.myBoxRound {
    padding: 8px;
    text-align: left;
    background-color: #fff;
    border-top: solid 1px #E9E9E9;
    border-bottom: solid 1px #E9E9E9;
    border-left: solid 1px #E9E9E9;
    border-right: solid 1px #E9E9E9;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}

.curvedHomeBox {
    color: #000;
    padding-top: 5px;
    padding-left: 10px;
    text-align: left;
    background: #fff url(Image/tab/tab_bg.jpg) repeat-x;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-bottomright: 12px;
    height: 28px;
}



/*******************************************************/
/* Tables for the Master Pages */
/*******************************************************/
table {
    border-spacing: 0 !important;
}

    table.tablePageFrame {
        padding: 0px;
        margin: 0px;
        border-top: solid 0px #D1D1D1;
        border-bottom: solid 1px #D1D1D1;
        border-left: solid 1px #D1D1D1;
        border-right: solid 1px #D1D1D1;
        width: 100%;
    }

    table.tableMain {
        border-top: solid 0px #84898C;
        border-bottom: solid 0px #84898C;
        border-left: solid 0px #84898C;
        border-right: solid 0px #84898C;
        background-color: #fff;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }

    table.tableDefault {
        padding: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    table.tblContent {
        border-top: solid 0px #D1D1D1;
        border-bottom: solid 0px #D1D1D1;
        border-left: solid 0px #D1D1D1;
        border-right: solid 0px #D1D1D1;
        /*min-height: 200px;*/
        padding: 0px;
        margin: 0px;
        margin-top: 0px;
        background-color: #ffffff;
        width: 100% !important;
    }

    table.tblInnerContent {
        border-top: solid 0px #D1D1D1;
        border-left: solid 0px #D1D1D1;
        border-right: solid 0px #D1D1D1;
        min-height: 100px;
        padding: 0px;
        margin: 0px;
        background-color: #ffffff;
        width: 100%;
    }
    /* Cells for the Master Pages */
    table.tblBanner {
        height: 129px;
        font-size: 50px;
        color: #ffffff;
        background-image: url(Image/banner/left_banner.jpg);
        background-repeat: no-repeat;
        background-position: left center;
    }


td.tdBannerRight {
    height: 129px;
    font-size: 50px;
    color: #ffffff;
    background-color: #ffffff;
    background-image: url(Image/banner/right_banner.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    width: 589px;
}

td.tdMenu {
    border-top: solid 0px #BB8D51;
    border-bottom: solid 0px #BB8D51;
    border-left: solid 0px #BB8D51;
    border-right: solid 0px #BB8D51;
    text-align: left;
    margin-left: 1em;
    background: transparent url(Image/menu/main_nav.jpg);
}

td.tdContent {
    border-top: solid 0px #84898C;
    border-bottom: solid 0px #84898C;
    border-left: solid 0px #84898C;
    border-right: solid 0px #84898C;
    height: auto;
    padding: 0px;
    margin: 0px;
}

td.tdDynamicReport {
    border-top: solid 0px #84898C;
    border-bottom: solid 0px #84898C;
    border-left: solid 0px #84898C;
    border-right: solid 0px #84898C;
    height: 350px;
    padding: 0px;
    margin: 0px;
}

.tdFooter {
    border-top: solid 0px #BB8D51;
    border-bottom: solid 0px #BB8D51;
    border-left: solid 0px #BB8D51;
    border-right: solid 0px #BB8D51;
    background: #E9E9E9 url(Image/footer.jpg);
    height: 25px;
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
}
/*.thSeparator
{
	border-top: solid 0px #BB8D51;
	border-bottom: solid 0px #BB8D51;
	border-left: solid 0px #BB8D51;
	border-right: solid 0px #BB8D51;
	background:#ffffff url(Image/thSeparator_bg.jpg);
	height: 30px;
	padding: 0px;
	margin:0px;
	color: #ffffff;
}*/

/*******************************************************/
td.td {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    /*font-size:11px;*/
    padding: 0px;
    margin: 0px;
}


td.td1 {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    /*/* font-size: 11px; */ */ color: #000000;
    font-variant: normal;
    font-weight: normal;
    background-color: #FFFFFF;
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: solid 0px #D1D1D1;
    border-bottom: solid 1px #D1D1D1;
    border-left: solid 0px #D1D1D1;
    border-right: solid 0px #D1D1D1;
}

td.td2 {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    /*/* font-size: 11px; */ */ color: #000000;
    font-variant: normal;
    font-weight: normal;
    background-color: #FFFFFF;
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-top: solid 0px #D1D1D1;
    border-bottom: solid 1px #D1D1D1;
    border-left: solid 0px #D1D1D1;
    border-right: solid 0px #D1D1D1;
}

td.tdBR {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    /*/* font-size: 11px; */ */ color: #000000;
    font-variant: normal;
    font-weight: normal;
    background-color: #FFFFFF;
    border-bottom: #F4F3ED 0px solid;
    vertical-align: top;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

td.tdButton {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    /*/* font-size: 11px; */ */ color: #000000;
    font-variant: normal;
    font-weight: normal;
    background-color: #FFFFFF;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}

/*.th
{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background:#f0f0f0 url(Image/header1.gif) top left;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	height:25px;
	letter-spacing: 0px;
	margin:0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
   
}*/

/*******************************************************/
/* ASP.Net Controls*/
/*******************************************************/
/* TextBox */

.tBox {
    border: 1px solid #D1D1D1;
    font-family: Verdana;
    /* font-size: 11px; */
    font-variant: normal;
    font-weight: normal;
    color: #000000;
    background-color: #FFFFFF;
    vertical-align: top;
    height: 30px;
}

    .tBox:disabled {
        background-color: #ddd;
    }

.tBoxRO {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    /* font-size: 11px; */
    font-variant: normal;
    font-weight: normal;
    height: 20px;
    color: #000000;
    background-color: #F4F3ED;
    border-right: #D1D1D1 1px solid;
    border-top: #D1D1D1 1px solid;
    border-left: #D1D1D1 1px solid;
    border-bottom: #D1D1D1 1px solid;
    vertical-align: top;
}

.tArea {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    /* font-size: 11px; */
    font-variant: normal;
    font-weight: normal;
    color: #000000;
    background-color: #FFFFFF;
    border-right: #D1D1D1 1px solid;
    border-top: #D1D1D1 1px solid;
    border-left: #D1D1D1 1px solid;
    border-bottom: #D1D1D1 1px solid;
    vertical-align: top;
}

.label {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    /* font-size: 11px; */
    font-variant: normal;
    font-weight: normal;
    height: 15px;
    color: #000000;
}

.dList {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    /* font-size: 11px; */
    font-variant: normal;
    font-weight: normal;
    color: #000000;
    background-color: #FFFFFF;
    border-right: #0000cc 1px solid;
    border-top: #0000cc 1px solid;
    border-left: #0000cc 1px solid;
    border-bottom: #0000cc 1px solid;
    vertical-align: top;
    height: 30px;
}

.button {
    background: linear-gradient(to bottom, #16803e, #00a33d);
    color: #FFF !important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    border: 1px solid #16803e;
    padding: 7px 15px;
    border-radius: 4px;
    cursor:pointer;
}

/*******************************************************/
/* Datagrid Styles ... Temporary .. until I sort out the grid view*/
/*******************************************************/
.grid-header {
    border-right: #ECE9D8 1px solid;
    border-top: #ECE9D8 1px solid;
    font-weight: bolder;
    font-size: 13px;
    padding-bottom: 2px;
    border-left: #ECE9D8 1px solid;
    color: #ffffff;
    padding-top: 2px;
    border-bottom: #ECE9D8 0px;
    font-family: tahoma, Arial, Verdana, sans-serif; /*background: white url('Image/GridHeaderBg.gif') repeat-x bottom;*/
    background: #3C94E6;
    text-align: left;
    font-variant: normal;
    font-weight: normal;
    min-height: 20px;
}

.grid-footer {
    border-right: #ECE9D8 1px solid;
    border-top: #ECE9D8 1px solid;
    font-variant: normal;
    font-weight: normal;
    /* font-size: 11px; */
    padding-bottom: 2px;
    border-left: #ECE9D8 1px solid;
    color: #000000;
    padding-top: 2px;
    border-bottom: #ECE9D8 0px;
    font-family: tahoma, Arial, Verdana, sans-serif;
    background-color: #D6B56B;
    text-align: left;
}

.grid-alt1 {
    border-right: #edecd1 1px solid;
    border-top: #edecd1 0px;
    /* font-size: 11px; */
    padding-bottom: 2px;
    border-left: #edecd1 1px solid;
    color: #000000;
    padding-top: 2px;
    border-bottom: #edecd1 0px;
    font-family: tahoma, Arial, Verdana, sans-serif;
    background-color: #E1E8EF;
    text-align: left;
    font-variant: normal;
    font-weight: normal;
}

.grid-alt2 {
    border-right: #edecd1 1px solid;
    border-top: #edecd1 0px;
    /* font-size: 11px; */
    padding-bottom: 2px;
    border-left: #edecd1 1px solid;
    color: #000000;
    padding-top: 2px;
    border-bottom: #edecd1 0px;
    font-family: tahoma, Arial, Verdana, sans-serif;
    background-color: #ffffff;
    text-align: left;
    font-variant: normal;
    font-weight: normal;
}

.editrowstyle {
    border-right: #edecd1 1px solid;
    padding-right: 6px;
    border-top: #edecd1 0px;
    padding-left: 6px;
    /* font-size: 11px; */
    padding-bottom: 2px;
    border-left: #edecd1 1px solid;
    color: #000000;
    padding-top: 2px;
    border-bottom: #edecd1 0px;
    font-family: tahoma, Arial, Verdana, sans-serif;
    background-color: red;
    background-color: #C3D0DD;
    text-align: left;
    font-variant: normal;
    font-weight: normal;
}

#UpdateProgress1, #UpdateProgress2 {
    width: 200px;
    background-color: #FFC080;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.disableDocument {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=40);
    cursor: wait;
}
/*******************************************************/
/* Home/start page styles*/
/*******************************************************/
td.thHome {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    color: #000000;
    padding: 11px 0px 12px 0px;
}

table.tblTabs {
    border-top: solid 0px #D1D1D1;
    border-bottom: solid 0px #D1D1D1;
    border-left: solid 0px #D1D1D1;
    border-right: solid 0px #D1D1D1;
    min-height: 200px;
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    background-color: #fff;
}

table.tblHome {
    padding: 0px;
    margin: 0px;
    z-index: 900px;
}

.ShowStageInfo {
    display: block;
}

.HideStageInfo {
    display: none;
}



/*Custom Css Start*/

.form-header {
    color: #087230;
    background: #efefef;
    padding: 10px 15px;
    font-size: 15px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px #a3a3a3;
    border-radius: 0;
    font-weight: 700;
}

.page-title {
    background: #f1f1f1;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: 0 4px 5px #ccc;
    color: #16803e;
}

.page-header {
    display: flex;
}

.tblContent .th, .tableDefault .th {
    background: #f1f1f1;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: 0 4px 5px #ccc;
    color: #16803e;
}

.page-header-right {
    min-width: calc(100% - 350px);
    margin-left: auto;
    background: url(Image/banner/right_banner.jpg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: -5px;
    background-size: contain;
    text-align: left;
    padding-top: 24px;
}

.login-info {
    color: #666;
}

.main-nav {
    background: #16803e;
    margin-top: 15px;
    padding: 0 20px;
    border-top-left-radius: 20px;
}

.data-table {
    padding: 5px 15px;
}

.tblInnerContent td {
    vertical-align: middle !important;
}

.data-field {
    display: flex;
    align-items: center;
}

    .data-field img {
        width: 24px;
        height: 24px;
        margin-left: 5px;
    }

.custom-select {
    position: relative;
}

.select-div {
    width: 180px;
    border: 1px solid #ccc;
    height: 30px;
    background: #FFF;
    padding: 5px;
    cursor: pointer;
}

.dList-custom {
    position: absolute;
}

.select-item-row {
    width: 100%;
    display: flex;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}

.item-remove {
    margin-left: auto;
    background: #ff0000;
    border: 0px;
    border-radius: 4px;
    color: #FFF;
    font-size: 10px !important;
    cursor: pointer;
}


.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.ui-widget-header {
    background: #000;
}

tr[style="display:block"] {
    display: table-row !important;
}

.content-header {
    background: #16803e;
    color: #FFF;
    padding: 10px;
    font-size:18px
}

.content-heading-title {
    background: #666;
    color: #FFF;
    padding: 10px;
    font-size:16px

}
.active-div .content-heading-title {
    background: #c08300;
    color: #FFF;
    padding: 10px;
}
.collaps-content{
    padding:20px !important;
}
.custom_btnLogOut {
    position: absolute;
    right: 10px;
    top: 61px;
    z-index:10;
    cursor:pointer;
    font-weight:300;
}

    .custom-header-title {
        display: flex;
        background: #f1f1f1;
        align-items: center;
        padding: 0 15px;
    }

    .custom-header-links {
        margin-left: auto;
    }
/*Custom Css End*/




