﻿body
{
}



/*-----------------------------------------DYNAMIC MENU STYLE------------------------------------------*/

#menucolor
{
    background: #086994;
}
.tableStyle
{
    border: 1px solid Balck;
    border-radius: 4px;
}
.MenuBar
{
    padding: 0px 0px 0px 0px;
    width: auto;
    margin: 0px auto;
    border-radius: 4px;
}

.StaticMenuItem
{
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    list-style-type: none;
    float: left;
    color: white;
    background: green;
    border-radius: 4px;
}
.StaticMenuItemStyle
{
    font-family: calibri;
    font-size: 15px;
    padding: 0px 0px 0px 0px;
    float: left;
    border: none;
    margin: 0px 0px 0px 0px;
    color: white;
    text-decoration: none;
    margin: 0px 3px 0px 3px;
    font-weight: bold;
    display: block;
    width: auto;
    height: auto;
    text-align: left;
    padding: 3px 5px;
    background-color: #086994;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.StaticHoverStyle
{
    background-color: #FF9933;
    color: black;
}
.DynamicMenuItemStyle
{
    font-size: 12px;
    padding: 5px;
    color: white;
    text-decoration: none;
    display: block;
    font-weight: bold;
    height: auto;
    text-align: left;
    background-color: #CC6600;
    border-radius: 4px;
    border-style: solid;
    border-color: #000000;
    font: 15px calibri;
    margin: 1px;
    border-left: 0px solid #c1c1c1;
    border-right: 0px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    background-repeat: repeat-x;
}
.DynamicMenuItemStyle:hover
{
    background-color: #FF9933;
    color: black;
}

.DynamicHoverStyle
{
    background-color: #FF9933;
    color: black;
}

/*------------Table Style--------------------------- */
.maintablestyle
{
    width: 100%;
}

/*----------------------- TEXTBOX Style------------------------------*/

.textboxStyle
{
    font-family: Calibri;
    font-size: 14px;
    color: #333333;
    border: 1px solid #CBCBCB;
    padding-left: 3px;
    background-color: #FFFFFF;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*----------------------------Calender textbox Style------------------------------*/

.calendartextboxStyle
{
    font-family: Calibri;
    font-size: 14px;
    color: #333333;
    border: 1px solid #CBCBCB;
    margin-bottom: 0px;
    padding-left: 3px;
    background-color: #FFFFFF;
    height: 19px;
    width: 80px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/*--------------------------------- Lable Style-----------------------------*/

.labelStyle
{
    font-family: Calibri;
    font-weight: normal;
    font-size: bold;
    color: black;
}
/*------------------------------------dropdownlistStyle-----------------------------------*/

.dropdownlistStyle
{
    font-family: Calibri;
    font-size: 14px;
    color: #333333;
    border: 1px solid #CBCBCB;
    margin-bottom: 0px;
    padding-left: 3px;
    background-color: #FFFFFF;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 0px;
}

/*---------------------------------------------------Radio Buttonlist Style-------------------------------*/
.radiobuttonlistStyle
{
    font-family: Calibri;
    font-size: 14px;
    color: #333333;
}

/*------------------------------------LOGOUT button Style--------------------------------------------------*/
.logoutbuttonStyle
{
    margin-left: 600px;
    font-family: Calibri;
    text-decoration: none;
}

/*-------------------------------------------FOOTER Style-----------------------------------------*/
.footerStyle
{
    font-family: Calibri;
    font-size: 12px;
    background-color: #3399ff;
    color: White;
    height: 25px;
    text-align: center;
}

/*---------------------------------------------- linkbuttonStyle------------------------------------------*/
.linkbuttonStyle
{
    font-size: medium;
    font-family: Arial;
}
/*--------------------------------------------LISTBOX Style-----------------------------------------*/
.listboxstyle
{
    font-family: Calibri;
    font-size: 12px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px dashed #990000;
    color: #993300; /* color:#3D4C56;*/
}


/*--------------------------------------------------Page heading Style--------------------------------------------*/
.pageheadingStyle
{
    font-family: Calibri;
    font-size: 14px;
    color: #3D4C56;
    padding: 6px 0px 4px 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.pageheadingborderStyle
{
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: silver;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: silver;
    margin: 15px 0px 20px 0px;
    background-color: Silver;
}

/*--------------------------------------------------loginImageHdr Style------------------------------------------------------*/

.loginImageHdrStyle
{
    font-family: Times New Roman;
    font-size: 15px;
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    letter-spacing: 0.1em;
    background: #993300;
}

/*--------------------------------------------------Button Style------------------------------------------------------*/
.buttonStyle
{
     font-family: 'FontAwesome';
    color: red;
    position: relative;
    left: -11px;
    content: "\f007"; /*     font-family: Calibri;     font-size: 11px;     color: Black;     border: 1px solid #ED7D33;     padding-bottom: auto;     text-transform: uppercase;     -moz-border-radius: 4px;     border-radius: 4px; */
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #4cae4c;
    border-radius: 4px;
    color: #fff;
    background-color:  #086994;
    width: 70px;
    top: 0px;
    
    
}

.buttonStyle:hover
{
    /*color: #ffffff;     border: 1px solid #ED7D33;     background-image: url('../../Images/buttonoro.gif');     cursor: pointer;*/
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.buttonStyle:active, .buttonStyle.active, .open > .dropdown-toggle.buttonStyle
{
    background-image: none;
}

.buttonStyle.disabled, .buttonStyle[disabled], fieldset[disabled] .buttonStyle, .buttonStyle.disabled:hover, .buttonStyle[disabled]:hover, fieldset[disabled] .buttonStyle:hover, .buttonStyle.disabled:focus, .buttonStyle[disabled]:focus, fieldset[disabled] .buttonStyle:focus, .buttonStyle.disabled.focus, .buttonStyle[disabled].focus, fieldset[disabled] .buttonStyle.focus, .buttonStyle.disabled:active, .buttonStyle[disabled]:active, fieldset[disabled] .buttonStyle:active, .buttonStyle.disabled.active, .buttonStyle[disabled].active, fieldset[disabled] .buttonStyle.active
{
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge
{
    color: #5cb85c;
    background-color: #fff;
}

.NewBtnStyle
{
    background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../Images/icnew.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
}
.EditBtnStyle
{
    background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../Images/icedit.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
}
.DownLoadBtnStyle
{
    background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../Images/Download.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
    padding-left: 30px;
}

.DeleteBtnStyle
{
    background-color:#086994;
    border: #000000 solid 1px;
    background-image: url(../../Images/action_delete.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
}
.Transfer
{
    background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../Images/action_import.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
}
.SaveBtnStyle
{
    background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../Images/icsave.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
}
.UpLoadBtnStyle
{
    background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../images/Upload.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
}
.ClearBtnStyle
{
    background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../Images/icclear.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
}
.ExitBtnStyle
{
    background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../Images/icexit.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
}
.ShowBtnStyle
{
    background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../Images/iceye.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
}
.PrintBtnStyle
{
    background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../Images/icprint.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
}
.RejectBtnStyle
{
    background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../images/delete.gif);
    background-repeat: no-repeat;
    width:70px;
    height: 34px;
}
/*----------------------------------------------GridviewStyle View Style-------------------------------------------------------*/

/*.GridviewStyle
{
    margin-top: 20px;
    border: 3px solid black;
}

/*.GridviewStyle td
{
    color: #333333;
    font-size: 14px;
    font-family: Calibri;
    line-height: 150%;
    width: 100px;
    background-color:mintcream;
}
.GridviewStyle th
{
    background-color:grey;
    color: White;
    font-family: Times new roman;
    font-size: 14px;
    line-height: 150%;
    width: 100px;
    border-style:solid;
}

.header
{
    background-color: #646464;
    color: White;
    font-family: Times new roman;
    font-size: 14px;
    height: 25px;
    width: 100px;
    text-align: center;
    border: 3px solid black;
}

.rows
{
    background-color: #fff;
    font-family: Times new roman;
    color: #000;
    border: none 0px transparent;
}
.rows:hover
{
    background-color: #ff8000;
    font-family: Times new roman;
    color: #fff;
}

.selectedrow
{
    background-color: #ff8000;
    font-family: Times new roman;
    color: #fff;
    font-weight: bold;
}



.GridviewStyle1
{
    border: 1px double #993300;
}

.GridviewStyle1 td
{
    color: black;
    font-size: 14px;
    font-family: Calibri;
    line-height: 150%;
    width: 100px;
}
.GridviewStyle1 th
{
    background-color: #993300;
    color: White;
    font-family: Calibri;
    font-size: 14px;
    line-height: 150%;
    width: 100px;
}
*/
GridviewStyle.header
        {
            /* background-color: #336699;*/
            background-color: #3577A2;
            font-family: Times New Roman;
            color: White;
            border: 1px solid White;
            height: 25px;
            text-align: center;
            font-size: 16px;
        }
        GridviewStyle.rows
        {
            background-color: #fff;
            font-family: Arial;
            color: #000;
            min-height: 25px;
            text-align: left;
            font-size: 14px;
        }
        GridviewStyle.rows:hover
        {
            background-color: #99CCFF;
            font-family: Arial;
            color: darkblue;
            text-align: left;
        }
        GridviewStyle.pager
        {
            background-color: #336699;
            font-family: Arial;
            color: White;
            text-align: left;
            height: 30px;
        }
       GridviewStyle .selectedrow
        {
            background-color: #ff8000;
            font-family: Arial;
            color: #fff;
            text-align: left;
            font-weight: bold;
        }

/*--------------------------------------TABEL STYLE-------------------------------------*/

.maintbl
{
    width: 100%;
    height: 500px;
}

.fronttbl
{
    width: 5%;
}

.headertbl
{
    height: 48px;
    background-color: #FF9900;
    background-image: url('../../Images/bestabstr_eaxrap.jpg');
    width: 90%;
}
.menutbl
{
    height: 60px;
    vertical-align: top;
}
.footertbl
{
    background-color: #FF9900;
    height: 25px;
}





/*----------------------------------------------------POPUP Window Style------------------------------*/

.ui-dialog
{
    position: absolute;
    padding: .2em;
    width: 100px;
    overflow: hidden;
    height: 50px;
}
.ui-dialog .ui-dialog-titlebar
{
    position: relative;
    background-color: #993300;
    height: 25px;
    padding-left: 5px;
    padding-top: 5px;
}
.ui-dialog .ui-dialog-title
{
    margin: .1em 16px .1em 0;
    font-size: 18px;
    font-family: Cambria;
    font-weight: bolder;
    padding-bottom: 3px;
    padding-left: 27px;
    background-image: url('../../Images/Notify.png');
    background-repeat: no-repeat;
}
.ui-dialog .ui-dialog-titlebar-close
{
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding-left: 1px;
    height: 16px;
    background-image: url('../../Images/PopClose.png');
}
.ui-dialog .ui-dialog-titlebar-close span
{
    display: block;
    margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus
{
    padding: 0;
}
.ui-dialog .ui-dialog-content
{
    position: relative;
    border: 0;
    padding-top: 16px;
    font-size: 17px;
    height: 15px;
    font-family: Times New Roman;
    text-align: center;
    width: 100px;
    background: none;
}
.ui-dialog .ui-dialog-buttonpane
{
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .1em 1em .1em .1em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset
{
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button
{
    margin: .5em .4em .5em 0;
    cursor: pointer;
    font-size: 11px;
    background-color: #FF9966;
    height: 27px;
    width: 50px;
    text-align: center;
}
.ui-dialog .ui-resizable-se
{
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar
{
    cursor: move;
}

.fileUpload
{
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/*---Created by vijayaraman----------*/

.SaveBtnStyle
{
     background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../Images/icsave.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
}
.UpLoadBtnStyle
{
     background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../images/Upload.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
}
.ClearBtnStyle
{
     background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../Images/icclear.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
}
.ExitBtnStyle
{
    /*background-color: #ebebeb;*/
     background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../Images/icexit.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
}
.ShowBtnStyle
{
    /*background-color: #ebebeb;*/
    background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../Images/iceye.gif);
    background-repeat: no-repeat;
    width: 85px;
    height: 34px;
}
.PrintBtnStyle
{
     background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../Images/icprint.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
}


/*--------------------gridview--------------------*/


.Grid
{
    width: 80%;
   border: solid 1px black;  
    min-width: 80%;
    background-color:White;

}

.header
{
    background-color: #005384;
    font-family: Arial;
    color: White;
    border: none 0px transparent;
    height: 45px;
    text-align: center;
    font-size: 12px;
}


.rows
{
    font-family: Arial;
    font-size: 14px;
    color: #000;
    min-height: 25px;
    text-align: left;
    border: none 0px transparent;
}

/*.rows:hover
{
    background-color:#33CCCC;
    font-family: Arial;
    color: #fff;
    text-align: left;
}*/


Grid.selectedrow
{
    font-family: Arial;
    color: #fff;
    font-weight: bold;
    text-align: left;

}
Grid. a /** FOR THE PAGING ICONS  **/


{


    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;

}


.pager
{
    background-color: white;
    font-family: Arial;
    color: White;
    height: 30px;
    text-align: left;
    background: #005384;
    font-size:medium
    
}



/*-------Vijayaraman----------------*/

.GridviewScrollHeader TH, .GridviewScrollHeader TD 
{ 
	font-family: Arial;
    padding: 5px; 
    font-weight: bold; 
    white-space: nowrap; 
    border-right: 1px solid #AAAAAA; 
    border-bottom: 1px solid #AAAAAA; 
    /*background-color: #EFEFEF;*/ 
    background-color: #005384;
   color:White;
    text-align: left; 
    vertical-align: bottom; 
    
} 
.GridviewScrollItem TD 
{ 
	font-family: Arial;
    padding: 5px; 
    font-size:14px;
    white-space: nowrap; 
    border-right: 1px solid #AAAAAA; 
    border-bottom: 1px solid #AAAAAA; 
    /*background-color: #FFFFFF; */
    color:black;
} 
.GridviewScrollItem .Wrap 
{ 
    white-space: normal; 
} 
.GridviewScrollPager  
{ 
    border-top: 1px solid #AAAAAA; 
    background-color: #FFFFFF; 
} 
.GridviewScrollPager TD 
{ 
    padding-top: 3px; 
    font-size: 14px; 
    padding-left: 5px; 
    padding-right: 5px; 
    
} 
.GridviewScrollPager A 
{ 
    color: #666666; 
} 
.GridviewScrollPager SPAN 
{ 
    font-size: 16px; 
    font-weight: bold;
}