﻿body
{
    font-family: calibri;
    font-size: 14px;
    font-weight:bold;
    padding: 0px;
    margin: 0px;
    margin-top: 100px;
    background-color: #FCFCFC;
}
.loading {
    position: fixed;
    z-index: 999;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    text-align: center;
    vertical-align: -webkit-baseline-middle;
    padding-top: 100px;
}
.h3{margin: 0px 0px 5px 0px;text-align: left;}
#hdr {
    background-image: url('images/hdr.jpg');
    background-repeat: repeat-x;
    background-position: center center;
    color: #CCCCCC;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 45px;
    border-bottom: solid 3px #FF9900;
    border-bottom-color: #11141A;
    border-bottom-width: 1px;
    z-index: 10;
}
#hdr td
{
    height:45px;
}
.account
{
    background-position: right center;
    padding-right: 30px;
    background-image: url('images/earo1.png');
    background-repeat: no-repeat;
     padding:14px 20px;  color: #CCCCCC;
}
.account:hover .account_box
{
   display: block;
}
.account_box
{
    background-color: #FFFFFF;
    border-right: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    padding: 10px;
    width: 170px;
    margin-left: -70px;
    margin-top: 14px;
    -webkit-box-shadow: 0 0 10px 5px #666666;
    -moz-box-shadow: 0 0 10px 5px #666666;
    box-shadow: 0 0 10px 1px #666666;
    display: none;
    right:20px;
}

.account_box a
{
    padding: 5px 10px;
    color: #000000;
    text-align:left;
    border: none;
    text-decoration: none;
    display:block;
}
.account_box a:hover
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #C0C0C0;
    color: #000000;
}

input[type="submit"],input[type="text"], input[type="password"], input[type="file"],select,textarea
{
   -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;  
}

input[type="submit"]
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    padding: 1px 15px;
    height: 28px;
    text-decoration: none;
    background-color: #009900;
    cursor: pointer;
    border:none;
}
input[type="submit"]:hover
{
    color: #FFFFFF;
    background-color: #000000;
}
input[type="text"], input[type="password"], input[type="file"],input[type="date"],textarea,select
{
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
    margin:2px;
    direction: ltr;
    font-size:15px;
    background-position: center top;
    background-image: url('images/text_bg.gif');
    background-repeat: repeat-x;
}
input[type="text"], input[type="password"],textarea{padding: 5px;}
select,input[type="file"]{padding: 4px 5px;}
    input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, select:focus, textarea:hover {
        border: 1px solid #C0C0C0;
        -webkit-box-shadow: 0 0 12px 1px #009900;
        -moz-box-shadow: 0 0 12px 1px #009900;
        box-shadow: 0 0 12px 1px #009900;
        color: #333333;
    }
.message{background-color: #BFFFBF;border: 1px solid #00B900;font-weight: bold;text-align: left;padding: 7px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;margin:5px 0px;display:block;}
/***************************menu**************************************/
.menu
{
    background-position: center center;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
    background-image: url('images/list_hdr.jpg');
    background-repeat: repeat-x;
}
.menu ol,ul{margin:0px;padding:0px; list-style:none;}
.menu li{display:inline-block;}
.menu ol li a
{
 
    padding: 10px 20px;
    text-decoration: none;
    color: #333333;
    display: inline-block;
    /*-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;*/       
}
.menu ol li a:hover
{
    color: #FFFFFF;
    background-color: #333333;
}

.menu ol ul
{
    display: none;
    position: absolute;
    width: 200px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 11px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 11px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 11px -2px rgba(0,0,0,1);
}
.menu ol li:hover ul{display:block;}
.menu ol ul li
{
    display: block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}
.menu ol ul a
{
    display: block;
    padding: 5px 15px;
    color: #333333;
    background-position: left center;
    background-image: url('images/earo1.png');
    background-repeat: no-repeat;
}


/***************************menu end**************************************/

/********************************datalist**********************************/
.dl_header,.dl_detail
{
     color: #666666;
    width: 100%;
    border-collapse: collapse;
    background-color: #FFFFFF;
}
.dl_header
{
    width: 100%;
    color: #333333;
    font-weight: bold;
    text-align: left;
    border: 1px solid #E0E0E0;
    background-color: #F0F0F0;
}
.dl_header td{padding:5px 5px;}
.dl_detail td
{
    padding: 2px 5px;
    border-bottom: solid 1px #D8D8D8;
    border-right: solid 1px #D8D8D8;
    border-right-color: #B0B0B0;
    border-bottom-color: #B0B0B0;
}
.dl_detail
{
    border-right: solid 1px #B0B0B0;
    border-bottom: solid 1px #B0B0B0;
    border-left: solid 1px #B0B0B0;
}
.dl_detail tr:hover{background-color: #F5FAFC;}
.dl_footer
{
    padding: 5px;
    background-color: #F0F0F0;
}
.edit,.delete,.yes,.cancel,.details,.pay,.right,.reply,.view
{
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    margin-right: 2px;
    margin-left: 2px;
}
.edit:hover,.delete:hover,.yes:hover,.cancel:hover,.details:hover,.pay:hover,.right:hover,.reply:hover,.view:hover
{
    -webkit-box-shadow: 0 0 10px 5px #666666;
    -moz-box-shadow: 0 0 10px 5px #666666;
    box-shadow: 0 0 10px 1px #666666;
}
.edit{background-image: url('images/edit.png');}
.delete{background-image: url('images/close.png');}
.yes{background-image: url('images/check.png');}
.cancel{background-image: url('images/un_check.png');}
.details{background-image: url('images/all.png');}
.pay{background-image: url('images/pay.png');}
.right{background-image: url('images/right.png');}
.reply{background-image: url('images/reply.png');}
.view{background-image: url('images/view.png');}

.heightlight_col
{
    background-color: #FFFFCC;
}
/********************************datalist end**********************************/
.box
{
    border: 1px solid #E0E0E0;
    background-color: #FFFFFF;
     border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;
    width:100%;
}
.box .center_box
{
    padding:7px;
}
.box .bottom_box
{
    border-top: 1px solid #E0E0E0;
    margin: 7px 0px 0px 0px;
}
.box .control
{
    border-bottom: 1px solid #E0E0E0;
    margin: 0px;
}
.box .control,.box .bottom_box
{
        
    color: #333333;
    font-weight: bold;
    text-align: left;
    background-color: #F0F0F0;
    padding:3px 0px;
    display:table;
    width:100%;
    
}
.control
{
    background-image: url('images/list_hdr.jpg');
    background-repeat: repeat-x;
    background-position: center center;
}
    .control h3 {
        float: left;
        margin: 9px 0px 0px 5px;
        font-size: 17px;
        font-weight: 700;
    }
.control div{float:right;text-align:right;}
.control a:hover{background-color: #FFFFFF;color: #000000;}
.control .link_add_new, .link_enable, .link_disable, .link_delete, .link_all
{
    border: 1px solid #CCCCCC;
    background-position: 5px center;
    background-color: #E5E5E5;
    color: #333333;
    padding: 6px 10px 6px 30px;
    margin-right: 6px;
    text-decoration: none;
    display: inline-block;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;background-repeat: no-repeat;
}
.link_add_new{background-image: url('images/add_new.png');}
.link_enable{   background-image: url('images/check.png');}
.link_disable{   background-image: url('images/un_check.png');}
.link_delete{   background-image: url('images/close.png');}
.link_all{   background-image: url('images/all.png');}

/*******************login*************************************/
.login
{
    margin-top:10%;    
}
#login
{
    background-position: 220px 10px;
    background-color: #F3F3F3;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 20px 10px 10px 10px;
    background-image: url('images/key.png');
    background-repeat: no-repeat;
    width:465px;
    /* -webkit-box-shadow: 0 0 12px 1px #999999;
    -moz-box-shadow: 0 0 12px 1px #999999;
    box-shadow: 0 0 12px 1px #999999;*/
    z-index:999;
    direction: ltr;
}
#login div
{
    background-position: right center;
    margin: 20px 0px 10px 0px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: White;
    padding: 12px 130px 7px 7px;
    background-image: url('images/Keychain_Access_Icon.png');
    background-repeat: no-repeat;
    width: 327px;
}
#login h2,h3
{
margin:0px;
padding:0px;  
}
#login h2
{
    color: #009900;
}
#login h3{color: #333333;}

#login a
{
    color: #9AB91E;
    font-weight: bold;
    text-align:right;
}
#login a:hover
{
    text-decoration: none;
}

/*******************login end*************************************/

.heading,.heading1
{
    width: 99%;
    color: #000000;
    font-weight: bolder;
    text-align: left;
    border: 1px solid #E0E0E0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    margin: 0px 0px 7px 0px;
   
}
.heading
{
    background-color: #FFCC00;
     font-size: 15px;
}
.heading1
{
    font-size: 13px;
    background-color: #F0F0F0;
}
/*******************Print*************************************/
.print
{
    border: 1px solid #000000;
    padding: 10px;
    font-family: arial;
}
.print #header,.print h3
{
    margin:0px;
    padding:0px;
    text-align:center;
    margin:5px 0px;
}
.print #header{font-size:18px;}
.print div
{
    padding:5px 0px;
    width: 8.5in;
}
.top_border{border-top: solid 1px #000000;}
.bottom_border{border-bottom: solid 1px #000000;}
.left_border{border-left: solid 1px #000000;}
.right_border{border-right: solid 1px #000000;}

.top_bottom_border{border-top: solid 1px #000000;border-bottom: solid 1px #000000;}



@font-face {
    font-family: logofont;
    src: url(images/MG______.TTF);
    src: url(fonts/MG______.eot); 
}
.font{
    font-family: logofont;
}

/****Gridview**********************************************************/
.g_hdr
{
    text-align: left;
    padding: 3px;
    background-color: #F0F0F0;
    height: 30px;
    border:none;
    background-image: url('images/list_hdr.jpg');
    background-repeat: repeat-x;
    background-position: center center;
}
.row
{
padding:3px;    
}
.alt_row
{
    padding: 3px;
    background-color: #FAF9F8;
}

/*ajax calender*/
.ajax__calendar table {
    margin-left: 0px !important;
    width: 100% !important;
}
    .ajax__calendar table thead tr {
        background-color:cadetblue;
    }
    .ajax__calendar table td {
        border: 1px solid #e1dcdc !important;
    }
    .ajax__calendar table .ajax__calendar_day {
        padding: 1px !important;
        width: 100% !important;
    }
.ajax__calendar_container {
width:230px !important;
}
.ajax__calendar_days,.ajax__calendar_body {
    width: 100% !important;
}
.ajax__calendar table thead tr {
    background-color:#374f65 !important;
    color:white !important;
}
/*ajax calender*/



.wrap td,.wrap th {
    white-space: nowrap;
    text-align:center;
}

.mytable{
border-top: solid 1px #dbd8d8;
border-left: solid 1px #dbd8d8;
width:100%;

}

.mytable td{
border-bottom: solid 1px #dbd8d8;
border-right: solid 1px #dbd8d8;
font-size:15px;

}

    .mytable th {
        border-bottom: solid 1px #dbd8d8;
        border-right: solid 1px #dbd8d8;
        font-size:14px;
    }

    /************rep table start*********/
.rep_table {
    max-width: 100%;
    min-width: 100%;
    border-top: solid 1px #dbd8d8;
    border-right: solid 1px #dbd8d8;
}
        .rep_table tr {
            text-align: left;
            font-size: 15px;
        }
        .rep_table tr:hover {
            background-color: #dbd8d8;
        }
    .rep_table td {
        padding: 3px 5px !important;
        border-left : solid 1px #dbd8d8;
        border-bottom : solid 1px #dbd8d8;
        white-space:nowrap;
    }
    .rep_table th {
        padding: 5px !important;
        background-color: #dbd8d8;
        border: solid 1px #dbd8d8;
        text-align: left;
        font-size: 14px;
        white-space:nowrap;
    }

/**table Start*************************************/
.gridtable {
    max-width: 100%;
    min-width:100%;
}
.gridtable td
{
padding: 3px 5px !important;
border: solid 1px #E7E7E8;
white-space:nowrap;
}
    .gridtable .center {
        text-align: center;
    }
.gridtable th
{
padding: 5px !important;
background-color: #E7E7E8;
border: solid 1px #E7E7E8;
text-align: left;
font-size:14px;
color:#374f65;
white-space:nowrap;
}
.gridtable row
{
text-align: left;
border: solid 1px #E7E7E8;
font-size:15px;
}
.gridtable row:hover
{
background-color: #dbd8d8;
}
/**table end*************************************/
/**Gridview Start*************************************/
.mygrid .btn-sm,.rep_table .btn-sm,.gridtable .btn-sm{
    padding-top:0px !important;
    padding-bottom:0px !important;
}
.mygrid {
    max-width: 100%;
    min-width:100%;
}
.mygrid td
{
padding: 3px 5px !important;
border-right:solid 1px #b3b3b4;
}
.mygrid th
{
padding: 5px !important;
}
.header
{
background-color: #E7E7E8;
border: solid 1px #E7E7E8;
text-align: left;
font-size:14px;
color:#374f65;
}

.rows
{
text-align: left;
border: solid 1px #b3b3b4;
font-size:15px;
}
.rows:hover
{
background-color: #dbd8d8;
}
.selectedrow
{
background-color: #ff8000;
}

.pager
{
background-color: #dbd8d8;
border: solid 1px #E7E7E8;
}
.pager a
{
padding: 3px 5px;
color: black;
text-decoration: none;
font-weight: bold;
}
    .pager a:hover{
        background-color:#343a40;
    }
    .pager span {
        border: solid 1px #E7E7E8;
        padding: 3px 5px;
    }
.total_record {
    padding: 3px 5px;
    border:solid 1px #E7E7E8; 
}
/**Gridview end*************************************/
.scroll {
    overflow: scroll;
    max-height: 400px;
    width: 100%;    
}