﻿
.intablemargin{
    margin-left: -38px
}
.midtitle{
background: #1e4c72 none repeat scroll 0 0;
    color: white;
    font-weight: lighter;
    margin-top: 0;
    padding: 6px;
}
.txtNormal {
    width: 100px;
    border: solid 1px #DBDBDB;
}
.txtNormalRight {
    width: 100px;
    border: solid 1px #DBDBDB;
    text-align:right;
}
.txt150px {
    width: 150px;
    border: solid 1px #DBDBDB;
}
.txt150pxRight {
   width: 150px;
    border: solid 1px #DBDBDB;
    text-align:right;
}

.txtMedium {
    width: 245px;
    border: solid 1px #DBDBDB;
}
.prcdcntainer{
    margin-top:20px;
    margin-left: 204px;
}
.txtMediumcalender {
    width: 250px;
    border: solid 1px #DBDBDB;
    margin-left:-9px
}
.txtMediumUpper {
    width: 250px;
    border: solid 1px #DBDBDB;
    text-transform:uppercase;
}
.txtMediumRight {
    width: 250px;
    border: solid 1px #DBDBDB;
    text-align:right;
}

.txtLarge {
    width: 350px;
    border: solid 1px #DBDBDB;
}
.txtLargeRight {
    width: 350px;
    border: solid 1px #DBDBDB;
    text-align:right;
}

.txtSmall {
    width: 50px;
    border: solid 1px #DBDBDB;
}
.txtSmallRight {
    width: 50px;
    border: solid 1px #DBDBDB;
    text-align:right;
}

.tdSmall {
    width: 1%;
}

.tdPadding {
    padding-bottom: 5px;
    padding-left: 5px;
    width:150px;
}
.tdPaddingright {
    padding-bottom: 5px;
    padding-left: 5px;
    width:150px;
}
.tdPaddingrightcalen {
    padding-bottom: 5px;
    padding-left: 5px;
    width:150px;
}
.tdMedium {
    width: 15%;
}

.tdLarge {
    width: 95%;
}

.ddlSmall {
    width: 82px;
}
.ddlNormal {
    min-width: 110px;
}
.ddlNormal155 {
    width: 155px;
}

.ddlNormal165
{
        width: 165px;
}

.ddlMedium {
    min-width: 260px;
}

.ddlLarge {
    min-width: 360px;
}
.ddlNormal182 {
    width: 182px;
}

h2 {
    margin-top: 5px;
    padding: 0;
    margin: 0;
    color: #333;
    font-variant: small-caps;
    background-color: #FFF;
    height: 32px;
}

#divFormContainer {
    margin: 0 auto;
}

    #divFormContainer textarea {
        border: 1px solid #000;
    }

#btnFormActions {
    margin: 0 auto;
    padding: 15px;
}

.validationMsgForms {
    color: Red;
    margin: 0 auto;
}

.btnStyle {
    background: #152f49 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff !important;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin: 0 0 11px 7px;
    padding: 0 10px;
    text-transform: uppercase;
    border:#152f49 1px solid
}
.btnStyle:hover,.btnStyle:active,.btnStyle.active,.btnStyle.disabled,.btnStyle[disabled]{color:#ffffff;background-color:#4072a6;*background-color:#df8505; border:#4072A6 1px solid;}



.btnStyleMedium {
    color: #ffffff;
    font-size: 12px;
    background-image: -ms-linear-gradient(top, #005387 0%, #005387 100%); /* Mozilla Firefox */
    background: #005387; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005387', endColorstr='#005387'); /* for IE */
    background: -webkit-gradient(linear, left top, right bottom, from(#005387), to(#005387)); /* for webkit browsers */
    background-color: #005387;
    z-index: 1;
    margin-left: 3px;
    font-variant: small-caps;
    width: 150px;
    border: 1px solid #ffffff;
}

.btnStyleLarge {
    color: #ffffff;
    font-size: 12px;
    background-image: -ms-linear-gradient(top, #005387 0%, #005387 100%); /* Mozilla Firefox */
    background: #005387; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005387', endColorstr='#005387'); /* for IE */
    background: -webkit-gradient(linear, left top, right bottom, from(#005387), to(#005387)); /* for webkit browsers */
    background-color: #005387;
    z-index: 1;
    margin-left: 3px;
    font-variant: small-caps;
    width: 200px;
    border: 1px solid #ffffff;
}

.datalist {
    font-size: 11px;
    border-style: solid solid hidden solid;
    border-width: thin;
    border-color: #0000FF;
    padding: 2px;
    background-color: #FFFFFF;
    color: #ebebeb;
    text-align: left;
    vertical-align: top;
    margin: 2px;
    width: 100%;
}

.datalistItemStyle {
    padding: 5px;
    color: #000;
    vertical-align: top;
    text-align: center;
    font-variant: small-caps;
    border: 1px solid #0000F2;
}

.gridItemStyle {
    background-color: #C4C4FF;
    color: #000;
    text-align: left;
    margin: 2px;
    vertical-align: top;
}

.gridHeaderStyle {
    background-color: #005387;
    color: #ffffff;
    text-align: left;
    vertical-align: middle;
}

.gridAlterNateItemStyle {
    background-color: #fff;
    color: #000;
    text-align: left;
    margin: 2px;
}

.MsgValidation {
    color: #FF3300;
    font-size: 12px;
    font-weight: bold;
}
.span{font-family:segoe ui; font-size:17px; background-color:#C6D3FF;}


.tableStyle {
    vertical-align: top;
    text-align: left;
    width: 100%;
}

.gridCenter {
    width: 100%;
}

.ReportTable {
    border: 1px solid #666666;
    width: 98%;
    vertical-align: top;
    text-align: left;
}

.ReportRightBorder {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #666666;
}

.ReportBgColor {
    background-color: #EBEBEB;
}

.ddlMid {
    width: 180px;
}

.dataGrid {
    display: block;
    position: relative;
    clear: both;
    margin: 0 auto;
}

.dataGrid .btn-warning { background: #152f49 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff !important;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin: 0 0 8px 6px;
    padding: 0 10px;
    text-transform: uppercase;}
.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:#ffffff;background-color:#4072a6;*background-color:#df8505;}
.content table.dataTable tr.odd { background-color: #CCDFFF;}
.content table.dataTable tr.odd td.sorting_1 {background-color: #CCDFFF;}

.MessageBox {
    width: 400px !important;
    height: auto;
}
/**************************************************************

    Reports Styles

***************************************************************/

.rptboxhead {
    padding-left: 2px;
    background: #005387;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.rptbox {
    border: 1px solid;
}

/***************************************************************
Mappings
***************************************************************/
.divMaptDetail {
    border: none;
    height: 250px;
    overflow: auto;
}


/***************************************************************
Bill Generation Report
***************************************************************/
.rptBill {
    border: 1px solid;
    width: 90%;
}

    .rptBill .rpttbl {
        border: none;
        width: 100%;
    }

    .rptBill .tdhead {
        font-weight: bold;
    }

    .rptBill .tdcenter {
        font-weight: bold;
        text-align: center;
    }

    .rptBill .rptsumtbl {
        background-attachment: scroll;
        background-clip: border-box;
        background-color: lightblue;
        background-image: none;
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto auto;
        font-weight: bold;
        text-align: center;
    }

    .rptBill .tdright {
        font-weight: bold;
        text-align: right;
    }

.viewLink {
    text-transform: capitalize;
    font-weight: bolder;
    background: #005387;
    padding: 0in 5.4pt 0in 5.4pt;
    text-decoration: none;
    color: #ffffff;
    line-height: inherit;
    height: 31px;
}

.spacer {
    width: 1px;
    background: #ffffff;
}
/***************************************************************
Progress Bar - Henna Kapoor 02-06-2013
***************************************************************/
text {
    border-radius: 2px;
    border: .1px solid #000;
}

.pbContent {
    list-style-type: none;
    overflow: auto;
}

    .pbContent li {
        float: left;
        width: 48%;
        padding: 1%;
    }


/***************************
Read Only Text Box

***************************/
input[readonly="readonly"][type="text"] {
    /*background-color:#005387;*/
    background-color: #DBDBDB;
    color: #000;
    border-radius: 3px 4px;
    height: 20px;
    border: solid 1px #DBDBDB;
    -webkit-border-radius: 3px 4px;
    -moz-border-radius: 3px 4px;
}

textarea input[readonly="readonly"]{
    /*background-color:#005387;*/
    background-color: #DBDBDB !important;
    color: #000 !important;
    border-radius: 3px 4px !important;
    height: 20px !important;
    border: solid 1px #DBDBDB !important;
    -webkit-border-radius: 3px 4px !important;
    -moz-border-radius: 3px 4px !important;
    overflow:hidden;
}

input[type="text"] {
    background-color: #fff;
    color: #000;
    border-radius: 3px 4px;
    height: 20px;
    border: solid 1px #DBDBDB;
    -webkit-border-radius: 3px 4px;
    -moz-border-radius: 3px 4px;
}

textarea {
    background-color: #fff;
    color: #000;
    border-radius: 3px 4px;
    height: 20px;
    border: solid 1px #DBDBDB;
    -webkit-border-radius: 3px 4px;
    -moz-border-radius: 3px 4px;
}

input.file {
    background-color: #fff;
    color: #000;
    border-radius: 3px 4px;
    height: 20px;
    border: solid 1px #DBDBDB;
    padding: 2px;
    -webkit-border-radius: 3px 4px;
    -moz-border-radius: 3px 4px;
}
/*Accordion*/
.h2Accordian {
    background-color: #aaaaaa;
    color: #005387;
    font-variant: small-caps;
    padding: 6px 6px 6px 6px;
    font-size: 13px;
    font-weight: bold;
}
.titletxt::before {
    background: #ccc none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 19px;
    width: 100%;
}

.titletxt {
    background: #fff none repeat scroll 0 0;
    font-size: 21px;
    line-height: 1;
    margin: 0 1%;
    padding: 9px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}


.titletxt > span {
    background: #fff none repeat scroll 0 0;
    padding: 0 12px;
    position: relative;
}


/*End*/
