﻿html, body {
    margin: 0;
    padding: 0;
    height: 99%;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-family: Candara;
    font-size: .90em;
    margin: 0px;
    padding: 0px;
}

.quesAndAnswer > div:first-child {
    float: left;
}

    .quesAndAnswer > div:first-child + div {
        float: right;
        text-align: left;
        width: 40%;
    }

.serviceRequest {
    width: 100%;
}

    .serviceRequest > tr:first-child {
        width: 25%;
    }

        .serviceRequest > tr:first-child + td {
            width: 26%;
        }

            .serviceRequest > tr:first-child + td + td {
                width: 23%;
            }

                .serviceRequest > tr:first-child + td + td + td {
                    width: 26%;
                }

#maincontainer {
    width: 95%; /*Width of main container*/
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background: #FFFFFF; /*margin: 0 auto; Center container on page*/
    margin: 0 auto -30px;
}

h1 b {
    font-variant: normal;
}

.header {
    width: 100%;
    min-height: 80px;
    height: 80px;
    text-align: center;
}

.menudiv {
    position: relative;
    width: 100%; /*    margin-top:32px;*/
    bottom: 0;
    height: 30px; /*Height of menu*/
    z-index: 50;
}

fieldset > div > div:first-child {
    float: left;
    width: 30%;
}

    fieldset > div > div:first-child + div {
        float: right;
        text-align: left;
        width: 70%;
    }

#breadcrumbs {
    height: 25px;
    padding: 0px;
    font-weight: bolder;
    padding-left: 25px;
    padding-top: 2px;
}


#topsection h1 {
    margin: 0;
    padding-top: 2px;
}


#contentwrapper {
    float: left;
    width: 79%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-top: 2px;
    margin-right: 1px;
}

#contentLoginwrapper {
    float: left;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-top: 2px;
}

#contentLogoutwrapper {
    float: left;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-top: 2px;
}

#contentcolumn {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding-left: 1%; /*   margin-right: 21%; /*Set right margin to RightColumnWidth*/
}

.Article {
    margin-bottom: 10px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

    .Article h2 {
        text-align: left;
    }

    .Article h3 {
        text-align: left;
        font-size: 1.5em;
        font-weight: bolder;
        padding-bottom: 0px;
        margin: -2px 0px px -8px;
    }

#rightcolumn {
    margin-top: 2px;
    float: right;
    width: 20%; /*Width of right column*/
    margin-left: -20%; /*Set left margin to -(RightColumnWidth) */
    padding-top: 5px;
    padding-top: 10px;
}

.innerdiv {
    /*Margins for inner DIV inside each column (to provide padding)*/
    border: thin solid #666666;
    margin: 10px;
    padding: 5px;
    padding-bottom: 10px;
}


    .innerdiv h3 {
        /*Margins for inner DIV inside each column (to provide padding)*/
        margin: -5px -5px 5px -5px;
        width: 100%;
        padding-right: 10px;
        vertical-align: top;
        height: 25px;
    }

#footer {
    position: relative;
    width: 95%;
    margin: 0 auto;
    clear: both;
    /*Added by Pulkit (12-09-2019): Commented code for height as multiliner text is aslo visible (BBandT)*/
    /*height: 24px;*/
    text-align: center;
    padding-top: 2px;
    text-transform: capitalize;
}

    #footer a {
        color: #FFFF80;
    }

b {
    font-size: 110%;
}

em {
    color: red;
}

.loginbox {
    /*Margins for inner DIV inside each column (to provide padding)*/
    position: relative;
    border: thin solid #666666;
    margin: 10px;
    padding: 5px;
    padding-bottom: 10px;
    width: 350px;
    text-align: center;
    height: 220px;
}

    .loginbox h3 {
        /*Margins for inner DIV inside each column (to provide padding)*/
        margin: -5px 0px 5px -5px;
        width: 100%;
        padding-top: 5px;
        padding-right: 10px !important;
        background-color: Black;
        color: White !important;
        height: 35px;
    }

    .loginbox div {
        /*Margins for inner DIV inside each column (to provide padding)*/
        width: 100%;
        float: left;
        margin-right: -10px;
        vertical-align: middle;
        margin-top: 15px;
    }

    .loginbox #lnkForgotPassword {
        width: 100%;
    }

    .loginbox label {
        float: left;
        width: 25%;
        margin-right: 8px;
        text-align: left;
        padding-left: 10px;
    }

    .loginbox input[type="text"], [type="password"] {
        padding-left: 0px;
        width: 170px;
        min-width: 140px;
    }



/***         HEADINGS             ***/

h1, h2, h3, h4, h5, h6 {
    font-variant: small-caps;
    text-transform: none;
    margin-bottom: 0px;
}

h1 {
    font-size: 2.0em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 700;
    height: 35px;
}

h2 {
    font-size: 1.5em;
    font-weight: bolder;
    padding-bottom: 0px;
    margin: -2px 0px px -8px;
    padding-left: 5px;
    color: #000000;
    margin-top: 0px;
    padding-top: 5px;
}

h3 {
    font-weight: bolder;
    font-size: 1.3em;
}

h4 {
    font-size: 1.1em;
    vertical-align: top;
    text-align: center;
}

h5, h6 {
    font-size: 1em;
}

.innerdiv ul {
    margin-left: 15px;
    padding-left: 0px;
}

.innerdiv li {
    margin-left: 0px;
    padding-left: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.text-label {
    color: #cdcdcd;
    font-weight: bold;
}

/*  global style sheet */

select {
    min-width: 173px;
    max-width: 200px;
    -ms-border-radius: 9px 9px 9px 9px;
    font-family: Segoe UI Semibold;
}

input[type="text"], [type="password"] {
    min-width: 170px;
}

#tblUserInformations td {
    min-width: 14% !important;
    max-width: 14% !important;
}

    #tblUserInformations td input[type="text"] {
        min-width: 135px !important;
        max-width: 135px !important;
        text-align: left;
    }

    #tblUserInformations td select {
        min-width: 130px !important;
        max-width: 130px !important;
        text-align: left;
    }

label {
    width: 35px;
}

input[type="submit"], input[type="button"], input[type="reset"] {
    min-width: 50px !important;
    border: 1px solid #b8b8b8;
    font-family: arial, helvetica, sans-serif;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: rgb(98,100,105);
    /*background-image: -ms-linear-gradient(top, #D4D4D4, #626469);
    background-image: linear-gradient(top, #D4D4D4, #626469);*/
    margin-top: 4px;
}

    input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
        border: 1px solid #a1a1a1;
        background-color: #000000;
        /*background-image: -ms-linear-gradient(top, #bbbbbb, #494b4f);
        background-image: linear-gradient(top, #bbbbbb, #494b4f);*/
    }

input[readonly="readonly"] {
    background: #ebebe4;
    color: #545454;
    border: 1px solid #AFAFAF;
    cursor: pointer;
}

select:disabled {
    background: #ebebe4;
    color: #545454;
}

select[multiple] > option[selected=selected] {
    background: #CCCCCC;
    color: #FFFFFF;
    border: 1px solid #AFAFAF;
    cursor: pointer;
}


hr {
    border: 0px;
    height: 2px;
    margin-bottom: 8px;
}

br {
    line-height: 20px;
}

fieldset {
    padding-bottom: 5px;
    padding-left: 10px;
    margin-top: 0px;
}

label {
    float: left;
    width: 25%;
    margin-right: 0.5em;
    padding-top: 0.2em;
    text-align: right;
    font-weight: bold;
}

.messageRed {
    color: #CC0000;
    font-weight: bold;
}

.errormessage {
    margin-top: 10px;
    position: inherit;
    _position: absolute; /* hack for internet explorer 6*/
    height: 40px;
    width: 95%;
    background: #FFC082;
    border: 2px solid #FF3300;
    padding: 12px;
    font-size: 13px;
    color: red;
}

.PPgrid {
    border: 1px solid #DFDFDF;
    background-color: #F9F9F9;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-spacing: 0;
    border-collapse: collapse;
    color: #333;
}

    .PPgrid td, .PPgrid th {
        border-top-color: white;
        border-bottom: 2px solid #DFDFDF;
        color: #555;
    }

.PPTable {
    align: center;
}

    .PPTable td {
        color: #555;
        padding: 4px 7px 2px;
        vertical-align: top;
        text-align: left;
    }

.PPgrid th {
    /*text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;*/
    padding: 7px 7px 8px;
    text-align: left;
    line-height: 1.3em;
    font-size: 14px;
    background-color: #666666;
    color: White;
}

.PPgrid td {
    font-size: 12px;
    padding: 4px 7px 2px;
    vertical-align: top;
    text-align: left;
}

.PPgrid tr {
    line-height: 1.1em;
}

    .PPgrid tr:hover {
        background-color: #FFA500;
    }

    .PPgrid tr a:hover {
    }

.PPgrid img {
    height: 15px;
    width: 15px;
}

.validationsummary {
    border: 1px solid #75FF75;
    margin: 2px;
    padding: 10px;
    min-height: 30px;
    background-color: #D2FFD2;
    text-align: left;
}

#MessageClose {
    font-size: 14px;
    line-height: 14px;
    right: 6px;
    top: 4px;
    float: right;
    position: relative;
    color: #000000;
    font-weight: bolder;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.hasPlaceholder {
    color: Gray;
}


/***************   Table contact us *************/
.tablecontact {
    width: 100%;
    text-align: left;
    line-height: 30px;
}

    .tablecontact input[type='text'], textarea {
        width: 250px;
    }

    .tablecontact img {
        width: 40px;
        height: 40px;
        vertical-align: middle;
    }

    .tablecontact div {
        float: left;
        width: 100%;
        clear: both;
        height: 50px;
    }
/*
.PPTable hr
{
   filter : alpha(opacity=50);
     

}*/

.PPTable input[type='text'] {
    width: 100px !important;
}

.tablecontact rightborder {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #FF9900;
    filter: alpha(opacity=60);
}

/* info and errors */

.message-info {
    border: solid 1px;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    border-color: #FF3300;
    clear: both;
    color: #000000;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
    background-color: #FE9B83;
}

.message-success {
    color: #468847;
    font-weight: bold;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

.validation-summary-success {
    font-weight: bold;
    padding-left: 45px;
    padding-top: 0px;
    color: #468847;
    border: 1px solid #339933;
    text-align: left;
    margin-top: 10px;
    min-height: 30px;
    background-color: #DFF0D8;
}

.failureText {
    font-weight: bold;
    color: #CC3300;
}

.successText {
    font-weight: bold;
    color: #009933;
}

.successMessage {
    border: 1px solid #75FF75;
    margin: 2px;
    padding: 10px;
    min-height: 30px;
    display: none;
    background-color: #D2FFD2;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    /*display: none;*/
    color: #468847;
    font-weight: bold;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

input[type='text'].input-validation-error, input[type='radio'].input-validation-error, input[type='checkbox'].input-validation-error, input[type='password'].input-validation-error, input[type='file'].input-validation-error, select.input-validation-error, textarea.input-validation-error {
    border: solid 1px #e80c4d;
}

.validation-summary-errors {
    font-weight: bold;
    padding-left: 11px;
    padding-top: 0px;
    color: #CC0000 /*#CC6548*/;
    background-color: #F2DEDE;
    border: 1px solid #DE7A7B;
    text-align: left;
    margin-top: 10px;
    min-height: 30px;
}

.broadcastMessage {
    margin: 10px;
    padding: 5px;
    padding-bottom: 10px;
    background-color: #F2DEDE;
}


    .broadcastMessage h3 {
        /*Margins for inner DIV inside each column (to provide padding)*/
        margin: -5px;
        width: 100%;
        padding-right: 10px;
        vertical-align: top;
        height: 25px;
        color: Black;
    }

.broadcast {
    /*Margins for inner DIV inside each column (to provide padding)*/
    border: 1px solid #CCCCCC;
    margin: 5px;
    padding: 5px;
}

    .broadcast h2 {
        /*Margins for inner DIV inside each column (to provide padding)*/
        margin: -5px -5px -5px -5px;
        width: 100%;
        padding-right: 5px;
        vertical-align: top;
        height: 25px;
        color: #000000;
        background-color: #E5E5E5;
    }

    .broadcast > div {
        width: 100%;
        padding: 15px 0px 10px 0px;
    }
/*
data-valmsg-summary
{
   
  }*/

.validation-summary-valid {
    display: none;
}

.hide {
    display: none;
}

.show {
    display: table-row;
}

.exportreport {
    font-weight: bold;
    padding-left: 45px;
    padding-top: 0px;
    text-align: right;
    margin-top: 0px;
    height: 22px;
}

.imagesize {
    vertical-align: middle;
    width: 32px;
    height: 32px;
}

.downloadLink {
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 0px !important;
    padding-right: -18px !important;
    border-style: none !important;
    background-color: transparent !important;
    background-image: url('../images/exportExcel17x17.jpg') !important;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.downloadPDF {
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 0px !important;
    padding-right: -18px !important;
    border-style: none !important;
    background-color: transparent !important;
    background-image: url('../images/pdfIcon17X17.jpg') !important;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.printReport {
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 0px !important;
    padding-right: -18px !important;
    border-style: none !important;
    background-color: transparent !important;
    background-image: url('../images/print17x17.jpg') !important;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.contactNo {
    height: 55px;
}

    .contactNo img {
        height: 40px;
        width: 40px;
        vertical-align: middle;
        background-repeat: no-repeat;
    }

.emailId {
    height: 55px;
}

    .emailId img {
        height: 40px;
        width: 40px;
        vertical-align: middle;
        background-repeat: no-repeat;
    }

.faxNo {
    height: 50px;
}

    .faxNo img {
        height: 40px;
        width: 40px;
        vertical-align: middle;
        background-repeat: no-repeat;
    }


/* Session timeout popup - Begin */
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

    .modalDialog:target {
        opacity: 1;
        pointer-events: auto;
    }

.modalDialogcontent {
    width: 300px;
    position: relative;
    margin: 0% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

    .close:hover {
        background: #00d9ff;
    }
/* Session timeout popup - End */

.ExtnWidth {
    width: 85px !important;
    min-width: 50px !important;
    max-width: 85px !important;
}

.PhoneWidth {
    width: 85px !important;
    min-width: 100px !important;
    max-width: 85px !important;
}

.MandatoryField {
    color: #CC0000;
}
