﻿.WaterMarkCss {
    font-size: 11px;
    font-family: Arial;
    color: #D8D8D8;
    /*padding-left:2px;*/
    width: 150px;
    border-width: thin;
    border-color: black;
    height: 20px;
}

.ApplicationtextboxWaterMark {
    border: 1px solid #c4c4c4;
    height: 15px;
    width: 200px;
    font-size: 10px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
    color: gray;
    font-family: Arial;
}

.TextBoxNormal {
    width: 150px;
    border-width: thin;
    border-color: black;
    height: 15px;
}

.TextBoxMedium {
    width: 150px;
    /*border-width:thin;*/
    /*border-color:black;*/
    height: 15px;
}

.Applicationtextbox {
    border: 1px solid #c4c4c4;
    height: 15px;
    width: 200px;
    font-size: 10px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
    color: #1C1C1C;
    font-family: Arial;
}

    .Applicationtextbox:focus {
        outline: none;
        border: 1px solid #7bc1f7;
        box-shadow: 0px 0px 8px #7bc1f7;
        -moz-box-shadow: 0px 0px 8px #7bc1f7;
        -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    }

.Applicationtextboxmedium {
    border: 1px solid #c4c4c4;
    height: 15px;
    width: 150px;
    font-size: 10px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
     color: #1C1C1C;
    font-family: Arial;

}

    .Applicationtextboxmedium:focus {
        outline: none;
        border: 1px solid #7bc1f7;
        box-shadow: 0px 0px 8px #7bc1f7;
        -moz-box-shadow: 0px 0px 8px #7bc1f7;
        -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    }



.AppButton {
    /*-moz-box-shadow: inset 0px 1px 0px 0px #7a8eb9;
    -webkit-box-shadow: inset 0px 1px 0px 0px #7a8eb9;
    box-shadow: inset 0px 1px 0px 0px #7a8eb9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #637aad), color-stop(1, #5972a7));
    background: -moz-linear-gradient(top, #637aad 5%, #5972a7 100%);
    background: -webkit-linear-gradient(top, #637aad 5%, #5972a7 100%);
    background: -o-linear-gradient(top, #637aad 5%, #5972a7 100%);
    background: -ms-linear-gradient(top, #637aad 5%, #5972a7 100%);
    background: linear-gradient(to bottom, #637aad 5%, #5972a7 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#637aad', endColorstr='#5972a7',GradientType=0);*/
    background-color: #49a5bf;
    border: 1px solid #314179;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 10px;
    text-decoration: none;
    height: 28px;
}

    .AppButton:hover {
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5972a7), color-stop(1, #637aad));
        background: -moz-linear-gradient(top, #5972a7 5%, #637aad 100%);
        background: -webkit-linear-gradient(top, #5972a7 5%, #637aad 100%);
        background: -o-linear-gradient(top, #5972a7 5%, #637aad 100%);
        background: -ms-linear-gradient(top, #5972a7 5%, #637aad 100%);
        background: linear-gradient(to bottom, #5972a7 5%, #637aad 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5972a7', endColorstr='#637aad',GradientType=0);*/
        background-color: #49a5bf;
    }

    .AppButton:active {
        position: relative;
        top: 1px;
    }

.AppBtnChnage:hover {
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5872a7), color-stop(1, #637aad));
    background: -moz-linear-gradient(top, #5872a7 5%, #637aad 100%);
    background: -webkit-linear-gradient(top, #5872a7 5%, #637aad 100%);
    background: -o-linear-gradient(top, #5872a7 5%, #637aad 100%);
    background: -ms-linear-gradient(top, #5872a7 5%, #637aad 100%);
    background: linear-gradient(to bottom, #5872a7 5%, #637aad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5872a7', endColorstr='#637aad',GradientType=0);*/
    background-color: #49a5bf;
}

.AppBtnChnage:active {
    position: relative;
    top: 1px;
}

a.ApplInkButton {
    color: #990000;
    text-decoration: none;
    font-size: 11px;
    font-family: Arial;
}

    a.ApplInkButton:visited {
        color: #990000;
        text-decoration: underline;
        font-size: 11px;
        font-family: Arial;
    }

    a.ApplInkButton:hover {
        color: #990000;
        text-decoration: underline;
        font-size: 11px;
        font-family: Arial;
    }

a.ApplInkButtonWhite {
    color: whitesmoke;
    text-decoration: underline;
    font-size: 10px;
    font-family: Arial;
}

    a.ApplInkButtonWhite:visited {
        color: whitesmoke;
        text-decoration: underline;
        font-size: 10px;
        font-family: Arial;
    }

    a.ApplInkButtonWhite:hover {
        color: whitesmoke;
        text-decoration: underline;
        font-size: 10px;
        font-family: Arial;
    }

/* Master Page Menu Bar Styles */

.MenuBar {
    /*height: 25px;*/
    padding: 0px;
    border: 0;
    background-color: #527A7A;
}

    .MenuBar td {
        border: 0px;
        padding: 0px;
        top: 0px;
        left: 0px;
        height: 25px;
    }

.MenuBarTable {
    border-collapse: collapse;
    width: 100%;
}

.MenuBarRow {
    display: inline;
}

.MenuBarLink {
    cursor: hand;
    height: 20px;
    padding: 0 0 0 0;
    border: 0;
}

.MenuBarAppName {
    height: 20px;
    padding: 0 0 0 0;
    border: 0;
}

.MenuBarImage {
    padding: 0 0 0 0;
    border: 0;
    height: 20px;
}

/* Master Page Style Sheet */
.UserIdentityCell {
    vertical-align: top;
    text-align: right;
    width: 95%;
}

.MasterBody {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.MaxWidth {
    width: 100%;
    border-collapse: collapse;
    height: 100%;
}

.HandCursor {
    cursor: hand;
}


.MenuDefaultMenuItemStyle {
    background-color: #D5DCE1;
    color: #234875;
    padding: 2px;
    width: 100%;
}

.MenuDefaultSelectedStyle {
    background-color: #3C5778;
    color: #FFFFFF;
    padding: 2px;
    width: 100%;
}

.MenuDefaultHoverStyle {
    background-color: #666666;
    color: #FFFFFF;
    padding: 2px;
    width: 100%;
}

.menu {
    font-family: Verdana;
    z-index: 10000;
    text-align: center;
    color: Black;
    border: 0px;
}

    .menu tr {
        height: 22px;
    }

.MenuDynamicStyle {
    min-width: 200px;
    width: auto;
}

.menu tr td a:hover {
    color: #000;
}

#contentNew {
    padding: 0px;
    padding-bottom: 20px; /* Height of the footer element */
}

#footerNew {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #E6E6FA;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size: 11px;
    color: #A9A9A9;
    vertical-align: middle;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#header {
    padding: 0px;
    background: #D5DCE1;
}

div#headervisual-zone {
    height: 144px;
    position: absolute;
    top: 0;
    left: 0;
    width: 638px;
    z-index: 100;
    background: #999 no-repeat;
    background-color: #889ea7;
    bottom: 0;
}

.tdheadervisual-zone {
    height: 144px;
    position: absolute;
    top: 0;
    left: 0;
    width: 638px;
    z-index: 100;
    /*background: #999 no-repeat;*/
    background-color: #889ea7;
    bottom: 0;
}
/* Table css*/

.tblcss {
    margin-top: 20px;
    width: 85%;
    border: solid;
    border-width: 1px;
    border-color: #85ADAD;
    font-size: 10px;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}

.tblChannelFinance {
    margin-top: 20px;
    width: 30%;
    border: solid;
    border-width: 1px;
    border-color: #85ADAD;
    font-size: 10px;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}

.UTRTable {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px black;
    border-collapse: collapse;
}

    .UTRTable td {
        padding-left: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 3px;
        border: solid 1px #c1c1c1;
        /*color: #717171;*/
        color: black;
        font-size: 10px;
        font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    }

    .UTRTable .Myth {
        /*padding: 4px 2px;*/
        color: #fff;
        background-image: url(grd_head_blue.jpg);
        background-repeat: repeat-x;
        background-position: top;
        border-left: solid 1px #007fff;
        font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
        font-size: 11px;
        text-align: center;
        background-color: #49a5bf;
        min-height: 20px;
    }

    .UTRTable .alt {
        background: #fcfcfc url(grd_alt.png) repeat-x top;
    }


.tbl1css {
    margin-top: 20px;
    width: 85%;
    border: solid;
    border-width: 1px;
    border-color: #85ADAD;
    font-size: 10px;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}



/*/* Master Page Menu Bar Styles */
/* Table Header */
.trheader {
    height: 25px;
    background-color: #49a5bf;
    font-size: 12px;
    font-weight: bolder;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    padding-left: 5px;
    color: #ffffff;
    border-left:1px solid #585858;
    border-top:1px solid #585858;
    border-right:1px solid #585858;
}

.grdFooter {
    text-align: right;
}

.myListBox {
    border-style: none;
    border-width: 0px;
    border: none;
    font-size: 11px;
    font-family: Arial;
    color: #1C1C1C;
    padding: 4px 4px 4px 2px;
    width: 100%;
}

.ApplicationLabels {
    font-size: 10px;
    color: #1C1C1C;
    font-family: Arial;
}
.ApplicationLabelsBold {
    font-size: 11px;
    color: #ffffff;
    font-weight:bold;
    font-family: Arial;
}
.ApplicationLabelsBold1 {
    font-size: 11px;
    color: black;
    font-weight:bold;
    font-family: Arial;
}

.ApplicationErrorLabels {
    font-size: 10px;
    color: #DF0101;
    font-family: Arial;
    font-weight: 200;
}

.ApplicationSuccessLabels {
    font-size: 10px;
    color: #088A29;
    font-family: Arial;
    font-weight: 600;
}

.label {
    font-family: Arial, Helvetica, sans-serif,;
    font-size: 10px;
    font-weight: bold;
    color: #5D5D5D;
    text-decoration: none;
    /*text-align: left;*/
}

.labelNormal {
    font-family: Arial, Helvetica, sans-serif,;
    font-size: 11px;
    font-weight: 300;
    color: #5D5D5D;
    text-decoration: none;
    text-align: left;
}

.DataCenter {
    font-family: Arial, Helvetica, sans-serif,;
    font-size: 11px;
    text-align: center;
}

.DataRight {
    font-family: Arial, Helvetica, sans-serif,;
    font-size: 11px;
    text-align: right;
    padding-right: 5px;
}
.DataLeft {
    font-family: Arial, Helvetica, sans-serif,;
    font-size: 11px;
    text-align: left;
    padding-left: 2px;  
  
}


.hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: medium;
}
/*/* Page style */
/* Sarmistha */
/*.GridPager a, .GridPager span
    {
        height: 17px;
        width: 15px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        color:white;
       
    }
    .GridPager a
    {
        background-color: #527A7A;
        color: white;
        border: 1px solid #527A7A;
    }
    .GridPager span
    {
        background-color: #527A7A;
        color: white;
        border: 1px solid #527A7A;
    }*/


.GridPager {
    background: #CCCCCC;
    height: 20px;
}

    .GridPager table {
        margin: 6px 0;
    }

    .GridPager td {
        border-width: 0;
        padding: 0 4px;
        font-weight: bold;
        color: #000000;
        line-height: 12px;
    }

    .GridPager a {
        color: #990000;
        text-decoration: none;
    }

    .GridPager span {
        background-color: #527A7A;
        color: white;
        border: 1px solid #527A7A;
    }

.HideColumn {
    padding: 0;
    margin: 0;
    width: 0;
    border: none;
}

.Modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 0, 137, 0.40);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.CustomFileUpload {
    background-color: #abcdef;
    color: black;
    border: 1px solid #333333;
    font: Arial 10px;
    padding: 1px 4px;
    font-family: Arial;
}

.Loadin {
    position: relative;
    top: 50%;
    right: 50%;
}
.dropdownlist{
    width:auto;
}


.DropDownList, .DropDownListS1, .DropDownListM1, .DropDownListL1 , .DropDownListM2
{
	background-color:#FFFFFF;
	color:#333333;
	
	font-family:Arial, Sans-Serif;
	font-size:11px;
	line-height:20px;
	font-weight:normal;
}

/*.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px,Arial;
}*/