﻿ body, form
{
    width: 100%; /*provides the correct work of a full-screen layout*/
    height: 100%; /*provides the correct work of a full-screen layout*/
    font-family: tahoma,arial,sans-serif;
    margin: 0;
    padding: 0;
}


a
{
    color: #060606;
    text-decoration: none;
}

    a:hover
    {
        text-decoration: underline;
    }

.footerHeading
{
    margin: 0;
    padding: 2px 2px 2px 2px;
    vertical-align: top;
    font-size: small;
    background: #F7BE81;
    height: 25px;
}

    .footerHeading .Left
    {
        float: left;
    }

    .footerHeading .Right
    {
        float: right;
    }

#frmMaster
{
    width: 100%;
    height: 95%;
    margin: 0px;
    top: 30px;
    position: relative;
    overflow: hidden;
}



.Heading
{
    font-family: Calibri;
    font-size: 14pt;
    font-weight: bolder;
    color: blue;
}

.inputfield
{
    border: 1px solid #a6a696;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #d0d0d0;
    height: 20px;
    width: 135px;
    float: left;
}

.Multinputfield
{
    border: 1px solid #a6a696;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #d0d0d0;
    height: 35px;
    width: 125px;
    float: left;
}


.SknTable
{
    border-right: #650bb7 1pt solid;
    border-top: #650bb7 1pt solid;
    border-left: #650bb7 1pt solid;
    color: #000000;
    border-bottom: #650bb7 1pt solid;
    font-family: Verdana;
    border-collapse: collapse;
    background-color: #ffffff;
    border-color: lightblue;
}

.button_sm
{
    width: 100%;
    background-color: #CEE7F2;
    color: #2C749E;
}

.radiobutton
{
    font-family: Calibri;
    font-size: medium;
    color: gray;
}

.popupheading
{
    font-family: Calibri;
    font-size: 100%;
    color: gray;
    font-weight: bolder;
}
/*Added by Vishwash*/

div#objId
{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
    z-index: -1;
}
/* left column */
#left-column
{
    float: left;
    padding: 0;
    margin: 0;
    font-size: 12px;
    width: 200px;
}
    /* left column styles */
    #left-column a
    {
        color: #3E3E3E;
    }

    #left-column h3
    {
        font-size: 11px;
        margin: 0;
        /*color:#fff;*/
        /*background:url(../img/bg-left-header.gif) no-repeat left top;*/
        background-color: #b8c8df;
        height: 25px;
        line-height: 23px;
        padding: 0 0 0 9px;
    }

ul.nav
{
    margin: 0 0 11px 0;
    border-bottom: 2px solid #FF9600;
    background: #ECEFE7;
    list-style: none;
    padding: 0 2px;
}

    ul.nav li
    {
        padding: 4px 4px 6px 5px;
        height: 17px;
        background: url(../img/bg-dotted.gif) repeat-x bottom;
    }

ul.doc
{
    margin: 0 0 11px 0;
    border-bottom: 2px solid #FF9600;
    background: #ECEFE7;
    list-style: none;
    padding: 0 2px;
}

    ul.doc li
    {
        padding: 4px 4px 6px 5px;
        background: url(../img/bg-dotted.gif) repeat-x bottom;
    }

ul.nav a
{
    font-family: sans-serif;
    padding: 0 0 0 12px;
    background: url(../img/arrow.gif) no-repeat 0 4px;
}

ul.nav li .active
{
    background-color: #FAAC58;
    font-weight: bold;
    font-size: 15px;
}

ul.nav li:hover
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    background-color: #ffe09d;
}

ul.nav li.last
{
    background: none;
}

.Cpation
{
    font-family: Calibri;
    font-size: 100%;
    font-weight: bolder;
}

.Heading
{
    font-family: Calibri;
    font-size: 14pt;
    font-weight: bolder;
    color: blue;
}


.inputfield
{
    border: 1px solid #a6a696;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #d0d0d0;
    height: 20px;
    width: 135px;
    float: left;
}

.Multinputfield
{
    border: 1px solid #a6a696;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #d0d0d0;
    height: 35px;
    width: 125px;
    float: left;
}

.DropDownlistCaption
{
    border: 1px solid #a6a696;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #d0d0d0;
    height: 25px;
    width: 275px;
    float: left;
}

.SknTable
{
    border: #650bb7 1pt solid;
    color: #000000;
    font-family: Verdana;
    border-collapse: collapse;
    background-color: #ffffff;
    border-color: lightblue;
}

.black_overlay
{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.4;
    opacity: .40;
    filter: alpha(opacity=40);
}

.white_content
{
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 45%;
    height: 50%;
    padding: 16px;
    border: 5px solid orange;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.white_content1
{
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 45%;
    height: 40%;
    padding: 16px;
    border: 5px solid orange;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}


.StepTitle
{
    display: block;
    position: relative;
    margin: 0;
    border: 1px solid #E0E0E0;
    padding: 5px;
    font: bold 16px Verdana, Arial, Helvetica, sans-serif;
    color: #5A5655;
    background-color: #E0E0E0;
    clear: both;
    text-align: left;
    z-index: 88;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.SubCpation
{
    font-family: Calibri;
    font-size: 100%;
    /*font-weight: bolder;*/
}

.fixed-height
{
    max-height: 200px;
    overflow: auto;
}

.main-table
{
    width: 100%;
    float: left;
    background-color: #F0F0F0;
    text-align: left;
    border: 0px solid #7bc1f7;
}

    .main-table td, th
    {
        font-size: 12px;
        font-family: Verdana;
    }

.caption-td
{
    width: 30%;
    background-color: #D8D8D8;
}

.caption-td2
{
    width: 25%;
    background-color: #D8D8D8;
}

.content-td2
{
    width: 25%;
}

.content-td
{
    width: 60%;
}

.span_star
{
    color: red;
    font-weight: bold;
    width: 3px;
}

.tdheading2
{
    background-color: #F7BE81;
    font-weight: bold;
    height: 20px;
    border: 1px solid #fff;
}
.tdheading {
    background-image: url('../img/PortletCaption-st2.gif');
    background-repeat: repeat-x;    
    border: 1px solid #95b7f3;
    font-weight: bold;
    color: #000;
}

.tdheadingPopUp
{
    background-color: #F7BE81;
    font-weight: bold;
    height: 20px;
    border: 1px solid #fff;
    color: maroon;
}

.DropDownlistCaption
{
    border: 1px solid #a6a696;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #d0d0d0;
    height: 25px;
    width: 284px;
    float: left;
}


.DropDownlistCaption2
{
    border: 1px solid #a6a696;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #d0d0d0;
    height: 25px;
    width: 98%;
    float: left;
}

.textbox2
{
    border: 1px solid #c4c4c4;
    height: 16px;
    width: 98%;
    font-size: 13px;
    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: #000;
}

.textbox
{
    border: 1px solid #c4c4c4;
    height: 16px;
    width: 275px;
    font-size: 13px;
    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: #000;
}



.error
{
    font-size: small;
    color: red;
    font-family: Arial;
    border-width: 1px;
    border-color: red;
}

.textbox: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;
}

.inputfieldDeclaration
{
    border: 1px solid #a6a696;
    background-color: #ffe0c0;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #d0d0d0;
    height: 100%;
    width: 100%;
}


/*image uploader related images*/

#imagePreview
{
    width: 180px;
    height: 180px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
}

div.change_button
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: none;
    background-color: black;
    font-family: 'tahoma';
    font-size: 11px;
    text-decoration: underline;
    color: white;
    width: 125px;
}

div.change_button_text
{
    padding: 10px;
}

#spinner
{
    position: absolute;
}
