﻿/*Covers the Body tag wich is present in Master Page */
html, body {
    margin: 0px;
    font-family: verdana;
    font-size: 8pt;
    background-color: #FCF8F8;
    padding: 0;
    height: 100%;
}

/*Style for Menu Bar present in the Master page*/
.toolbar {
    padding: 0px;
    background-color: #e3cfd8;
    height: 25px;
    width: 100%;
    background-image: url(../images/background_nav2.png);
    border-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

/* Styles for the Asp Menu Control*/
.StaticMenuStyle {
    font-family: Verdana,Trebuchet MS;
    font-size: 11px;
    font-weight: bold;
    color: #63003c;
    position: relative;
    width: 95px;
    height: 30px;
    text-align: Center;
    padding: 5px;
}

.DynamicMenuStyle {
    display: block;
    color: #63003c;
    font-family: Verdana,Trebuchet MS;
    font-size: 10px;
    text-decoration: none;
    background-color: #fcf8f8;
    text-align: left;
    height: 25px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    padding: 3px;
    overflow: hidden;
}

/*Header Table Style for the master page*/
.HeaderTable {
    background-color: #660033;
    border-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 73px;
    width: 100%;
}

.Staticmenu {
    color: #63003c;
    background-image: url(../images/background_nav1.jpg);
    background-repeat: repeat-x;
}

.Staticmenu1 {
    background-color: #fcf8f8;
    background-image: url(../images/background_nav1.jpg);
    color: #63003c;
}

.headerStyle1 {
    background-image: url(../images/Cont_TopBg3.GIF);
    background-repeat: repeat-x;
    padding-right: 1px;
    padding-left: 10px;
    font-size: 7pt;
    padding-bottom: 1px;
    color: #70103b;
    padding-top: 1px;
    font-family: verdana;
    height: 35px;
    text-align: left;
    margin-left: 10px;
}
/*Page Header Back ground*/
.iPrice_Top_bg {
    width: 100%;
    font-weight: bold;
    color: #7F0037;
    background-image: url(../images/Cont_TopBg3.GIF);
}
/*Header for the grid view*/
.HeaderGrid {
    font-weight: bold;
    color: #7F0037;
    background-image: url(../images/Cont_TopBg3.GIF);
}

/* TEXT FIELDS*/
.TxtField_30 {
    width: 30px;
    height: 18px;
    font-family: verdana;
    font-size: 8pt;
    border: #90A9C5 1px solid;
    text-transform: uppercase;
}

.TxtField_50_amt {
    width: 62px;
    height: 18px;
    font-family: verdana;
    font-size: 8pt;
    border: #90A9C5 1px solid;
    text-align: right;
}

.TxtField_150 {
    width: 150px;
    height: 18px;
    font-family: verdana;
    font-size: 8pt;
    border: #90A9C5 1px solid;
}

.TxtField_50 {
    width: 62px;
    height: 18px;
    font-family: verdana;
    font-size: 8pt;
    border: #90A9C5 1px solid;
}
/*Textbox present in the GridView*/
.TxtField_100 {
    width: 120px;
    height: 18px;
    font-family: verdana;
    font-size: 8pt;
    border: #90A9C5 1px solid;
}

.TxtField_300 {
    width: 143px;
    height: 18px;
    font-family: verdana;
    font-size: 8pt;
    border: #90A9C5 1px solid;
}

.ddLField_95 {
    width: 95px;
    height: 18px;
    font-family: verdana;
    font-size: 8pt;
    border: #90A9C5 1px solid;
}

.TxtField_74 {
    width: 74px;
    height: 18px;
    font-family: verdana;
    font-size: 8pt;
    border: #90A9C5 1px solid;
}

.TxtField_175 {
    width: 175px;
    height: 20px;
    font-family: verdana;
    font-size: 8pt;
    border: #90A9C5 1px solid;
}

.TxtField_225 {
    width: 225px;
    font-family: verdana;
    font-size: 8pt;
    border: #90A9C5 1px solid;
}

.TxtField_80 {
    width: 100px;
    height: 18px;
    font-family: verdana;
    font-size: 8pt;
    border: #90A9C5 1px solid;
}


/* Page Header label*/
.fntLarge {
    font-size: 18px;
    color: #70103b;
    font-family: Arial, Helvetica, sans-serif;
}

/*Button Styles for application*/
/*try to use Asp Button instead of Image Button*/
.buttonNext {
    background-image: url(../images/FI0012.gif);
    background-repeat: no-repeat;
    border-right: #a0a0a0 0px solid;
    padding-right: 0px;
    border-top: #a0a0a0 0px solid;
    padding-left: 0px;
    font-size: 11px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: #a0a0a0 0px solid;
    color: #63003c;
    padding-top: 0px;
    font-weight: bold;
    border-bottom: #a0a0a0 0px solid;
    font-family: Verdana,Trebuchet MS,Arial;
    height: 28px;
    background-color: #ffffff;
    width: 101px;
}

.buttonSmall {
    background-image: url(../images/SmallButton.png);
    background-repeat: no-repeat;
    border-right: #a0a0a0 0px solid;
    padding-right: 0px;
    border-top: #a0a0a0 0px solid;
    padding-left: 0px;
    font-size: 11px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: #a0a0a0 0px solid;
    color: #63003c;
    padding-top: 0px;
    font-weight: bold;
    border-bottom: #a0a0a0 0px solid;
    font-family: Verdana,Trebuchet MS,Arial;
    height: 28px;
    background-color: #ffffff;
    width: 80px;
}

.buttonPrint {
    background-image: url(../images/PrintButton.png);
    background-repeat: no-repeat;
    border-right: #a0a0a0 0px solid;
    padding-right: 0px;
    border-top: #a0a0a0 0px solid;
    padding-left: 0px;
    font-size: 11px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: #a0a0a0 0px solid;
    color: #63003c;
    padding-top: 0px;
    font-weight: bold;
    border-bottom: #a0a0a0 0px solid;
    font-family: Verdana,Trebuchet MS,Arial;
    height: 26px;
    background-color: #ffffff;
    width: 80px;
}
/*for labels in the screen*/
.Sublabels {
    font-family: Verdana;
    font-size: 8pt;
    color: black;
    font-weight: bold;
}

/*center block creation for the CustomerrorMessage*/
.centerblock {
    position: absolute;
    left: 17%;
    top: 20%;
}

.formArea {
    background-color: #EFEFEF;
    width: 100%;
    height: 100%;
}

.formAreanoWidth {
    background-color: #EFEFEF;
}

.formRow {
    background-color: White;
}

.loginFormArea {
    border-bottom: solid 1px #EFEFEF;
    border-top: solid 1px #EFEFEF;
    border-left: solid 1px #EFEFEF;
    border-right: solid 1px #EFEFEF;
    background-color: White;
    width: 100%;
    height: 100%;
}
/*Grid View header style*/
.headerStyle {
    background-image: url(../images/Cont_TopBg3.GIF);
    background-repeat: repeat-x;
    padding-right: 1px;
    padding-left: 1px;
    font-size: 7pt;
    padding-bottom: 1px;
    color: #70103b;
    padding-top: 1px;
    font-family: verdana;
    height: 35px;
    text-align: center;
}

    .headerStyle a {
        color: #70103b;
    }
/*Row Style*/
.rowStyle {
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    background-color: White;
    border-color: #e0dfe3;
    height: 23px;
    text-align: left;
    text-indent: 5px;
}

.pagerStyle {
    text-align: center;
    color: Black;
}

/*Grid Header Label*/
.gridHeaderlabel {
    width: 100%;
    font-weight: bold;
    color: #7F0037;
}
/*Child Grid*/
.childGrid {
    width: 96%;
    margin-left: 27px;
    margin-bottom: 10px;
}
/*Disp.lay Labels in the screen*/
.label {
    color: #63003c;
}

.buttonLargeNext {
    background-image: url(../images/Large_Button.png);
    background-repeat: no-repeat;
    border-right: #a0a0a0 0px solid;
    padding-right: 0px;
    border-top: #a0a0a0 0px solid;
    padding-left: 0px;
    font-size: 11px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: #a0a0a0 0px solid;
    color: #63003c;
    padding-top: 0px;
    font-weight: bold;
    border-bottom: #a0a0a0 0px solid;
    font-family: Verdana,Trebuchet MS,Arial;
    height: 28px;
    background-color: #ffffff;
    width: 146px;
}

.buttonExtraLargeNextViewChkIn {
    background-image: url(../images/ExtraLargeNext.png);
    background-repeat: no-repeat;
    border-right: #a0a0a0 0px solid;
    padding-right: 0px;
    border-top: #a0a0a0 0px solid;
    padding-left: 0px;
    font-size: 11px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: #a0a0a0 0px solid;
    color: #63003c;
    padding-top: 0px;
    font-weight: bold;
    border-bottom: #a0a0a0 0px solid;
    font-family: Verdana,Trebuchet MS,Arial;
    height: 28px;
    background-color: #ffffff;
    width: 230px;
}

.buttonExtraLargeNext {
    background-image: url(../images/Extra Large Next.png);
    background-repeat: no-repeat;
    border-right: #a0a0a0 0px solid;
    padding-right: 0px;
    border-top: #a0a0a0 0px solid;
    padding-left: 0px;
    font-size: 11px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: #a0a0a0 0px solid;
    color: #63003c;
    padding-top: 0px;
    font-weight: bold;
    border-bottom: #a0a0a0 0px solid;
    font-family: Verdana,Trebuchet MS,Arial;
    height: 28px;
    background-color: #ffffff;
    width: 230px;
}

.MyCalendar .ajax__calendar_container {
    background-color: #fcf8f8;
    border-bottom: solid 1px #999999;
    border-top: solid 1px #999999;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    color: #660033;
    z-index: 1;
}

.MyCalendar .ajax__calendar_active {
    border: 1px solid #999999;
}

.MyCalendar .ajax__calendar_hover {
    background-color: #999999;
}

.modal {
    background-color: Gray;
    filter: alpha(opacity=40);
    opacity: 0.7;
}

.modalBackground {
    background-color: #FCF8F8;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: #70103b;
    font-size: 12px;
    padding: 3px;
    width: 350px;
    height: 200px;
    text-align: center;
    vertical-align: middle;
}
/*Activity Indicator Start*/
.PrProgress {
    display: block;
    position: absolute;
    padding: 2px 3px;
}

.PrContainer {
    border: solid 1px #808080;
    border-width: 1px 0px;
}

.PrHeader {
    background: url(../images/background_nav1.jpg) repeat-x 0px 0px;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    color: #63003c;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;
    white-space: nowrap;
    font-family: arial,helvetica,clean,sans-serif;
}

.PrBody {
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
}

.PrIFrame {
}
/*Activity Indicator End*/

/*Print Voucher Style*/
.PrintBackGround {
    background-image: url(../images/Voucher.jpg);
    background-repeat: no-repeat;
    height: 828pt;
    width: 612pt;
}

.PrintLabel {
    font-family: arial,helvetica,sans-serif;
    font-size: 10px;
}

.PrintTable {
    font-size: 9px;
    font-family: Arial;
    border-bottom: solid 1px #9CC6DE;
    border-left: solid 1px #9CC6DE;
    border-right: solid 1px #9CC6DE;
}

.modalprintPopup {
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: #70103b;
    padding: 3px;
    width: 600px;
    height: 500px;
}

/*Mandatory label Field*/
.MandatoryLabel {
    color: Red;
}

/* Printer Friendly Fonts got from Client*/
.PrntClmHdr {
    font-family: Odile PS Bold Tabular;
    font-size: 10px;
}

.styleborderfnt {
    font-size: 10px;
    font-family: Odile PS Bold Tabular;
    border-bottom: solid 1px #9CC6DE;
    border-left: solid 1px #9CC6DE;
    border-right: solid 1px #9CC6DE;
}

.modalPopupError {
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: #70103b;
    padding: 3px;
    width: 450px;
    height: 200px;
}
/*Error Style for the GridView*/
.ErrStyle {
    background-image: url(../images/Cont_TopBg3.GIF);
    background-repeat: repeat-x;
    padding-right: 1px;
    padding-left: 1px;
    font-size: 7pt;
    padding-bottom: 1px;
    color: #70103b;
    padding-top: 1px;
    font-family: verdana;
    height: 35px;
    text-align: left;
    font-weight: bold;
}

/*Print Styles*/
.PrintData {
    display: none;
}

.HiddenColumn {
    display: none;
}

.modalPopupViewAtt {
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: #70103b;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    overflow: auto;
}

.notesLabel {
    color: Maroon;
}

.fntMedium {
    font-size: 13px;
    color: #70103b;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.colorRed {
    color: red;
}

.colorGreen {
    color: Green;
}

.colorBlue {
    color: Blue;
}

.footerStyle {
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    background-color: White;
    border-color: #e0dfe3;
    height: 23px;
    text-align: left;
    text-indent: 5px;
    font-weight: bold;
}

.textoverflow {
    width: 95px;
    height: 18px;
    font-family: verdana;
    font-size: 8pt;
    text-overflow: ellipsis;
    border: #e0dfe3 0px;
}

.gvHeader {
    width: 78px;
    TEXT-ALIGN: -webkit-center;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.divcenter {
    margin: 0px 15px 0px 15px;
}




.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}
/* GRID */

/* CONTAINER */
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* ROW */
.row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
    padding: 6px;
}

.top5 {
    margin-top: 5px;
}

.top7 {
    margin-top: 7px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top17 {
    margin-top: 17px;
}

.top30 {
    margin-top: 30px;
}

.col-xs-12 {
    grid-column: span 12;
}

.col-xs-11 {
    grid-column: span 11;
}

.col-xs-10 {
    grid-column: span 10;
}

.col-xs-9 {
    grid-column: span 9;
}

.col-xs-8 {
    grid-column: span 8;
}

.col-xs-7 {
    grid-column: span 7;
}

.col-xs-6 {
    grid-column: span 6;
}

.col-xs-5 {
    grid-column: span 5;
}

.col-xs-4 {
    grid-column: span 4;
}

.col-xs-3 {
    grid-column: span 3;
}

.col-xs-2 {
    grid-column: span 2;
}

.col-xs-1 {
    grid-column: span 1;
}

.boxborder {
    border: 2px solid #7F0037;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.heading {
    width: 100%;
    font-weight: bold;
    color: #7F0037;
}

.headingalert h1 {
    text-align: center;
    color: #70103b;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    word-spacing: 1px;
    letter-spacing: 2px;
}
.headingalert h1:after, .headingalert h1:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 45px;
        height: 4px;
        content: "";
        right: 45px;
        margin: auto;
        background-color: #ccc;
}
.headingalert h1:before {
        background-color: #70103b;
        left: 45px;
        width: 90px;
}
p.leftpad {
    padding-left: 25px;
}
.clsnotes {
    display: block;
    font-size: 8px;
}