﻿/*GridViewCSS*/

input[type=text]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}

.wordlist a {
    background: #afeeee;
    color: #000;
    display: block;
    font: normal 11px Arial Narrow, Helvetica, sans-serif;
    padding: 2px;
}

.wordlist a:hover {
    background: #008b8b;
    color: #fff;
    font: normal 11px Arial Narrow, Helvetica, sans-serif;
}

.wordlistactive {
    background: #008b8b!important;
    color: #ffffff!important;
    font: normal 11px Arial Narrow, Helvetica, sans-serif;
}

.wordlistactive a {
    color: #ffffff!important;
    font: normal 11px Arial Narrow, Helvetica, sans-serif;
    padding: 2px;
}

.text {
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    line-height: 20px;
}

.gridtext {
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    line-height: 20px;
    margin: auto!important;
    text-align: left!important;
    padding: auto!important;
}

.textvip {
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    line-height: 20px;
    margin: 20px 50px 0 100px !important;
    padding: 2px!important;
}

.textvipsmall {
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    line-height: 20px;
    margin: 20px 100px 0 320px !important;
    padding: 2px!important;
}

.ptitle {
    POSITION: relative;
    MARGIN-TOP: 20px;
    PADDING-LEFT: 20px;
    FONT-FAMILY: Calibri;
    HEIGHT: 33px;
    COLOR: #800000;
    FONT-SIZE: 24px;
    TOP: 0px;
    FONT-WEIGHT: bold;
}

.tablemargin {
    margin: auto!important;
}

.topheadingvip {
    background-color: #E4E3E3;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 1px 5px #666666;
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 10px -4px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    top: 0px;
    width: 976px;
    filter: progid: DXImageTransform.Microsoft.Shadow(color='#666666', Direction=145, Strength=3);
}

.tboxvip {
    background: url("/images/logininput.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #999999;
    font-size: 15px;
    height: 18px;
    margin: 0;
    padding: 2px 2px;
    font-family: verdana;
}

.datepicker {
    background: url("/images/logininput.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #999999;
    font-size: 15px;
    height: 18px;
    margin: 0;
    padding: 2px 2px;
    font-family: verdana;
}

.tboxmultiline {
    border: 1px solid #999999;
    font-size: 15px;
    height: 18px;
    margin: 0;
    padding: 2px 2px;
    font-family: verdana;
}

.tboxsimple {
    border: 1px solid #999999;
    font-size: 15px;
    height: 18px;
    margin: 0;
    padding: 2px 2px;
    font-family: verdana;
}

.dboxvip {
    background-image: url("/images/logininput.gif");
    border: 1px solid #999999;
    font-size: 15px;
    font-family: verdana;
    margin: 0;
}

.lboxvip {
    color: #000000;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}

.smalltext {
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    line-height: 16px;
    text-align: justify;
}

.boldtext {
    font-family: verdana;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    line-height: 20px;
    font-weight: bold;
}

.boldtextvip {
    font-family: verdana;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    line-height: 20px;
    font-weight: bold;
    padding: 5px!important;
}

.boldwhite {
    font: bold 10px/25px Verdana, Geneva, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 20px;
    font-weight: bold;
}

.buttonvipsel {
    border-collapse: inherit!important;
    cursor: pointer;
    /*forces the cursor to change to a hand when the button is hovered*/
    padding: 1px 10px;
    /*add some padding to the inside of the button*/
    background: #295680;
    /*the colour of the button*/
    border: 1px solid #33842a;
    /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    /*style the text*/
    color: #f3f3f3;
}

.buttonvip {
    border-collapse: inherit!important;
    cursor: pointer;
    /*forces the cursor to change to a hand when the button is hovered*/
    padding: 1px 10px;
    /*add some padding to the inside of the button*/
    background: #4B8DF9;
    /*the colour of the button*/
    border: 1px solid #33842a;
    /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    /*style the text*/
    color: #f3f3f3;
}

.buttonvip:hover {
    background-color: #3399FF;
    /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 1px rgba(0, 0, 0, .75);
}

.buttonvip:active {
    background-color: #399660;
    /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 1px rgba(0, 0, 0, .75);
}

.buttonsave {
    background-color: #4D90FE;
    background-image: -moz-linear-gradient(center top, #4D90FE, #4787ED);
    border: 1px solid #3079ED;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: inline-block;
    font: 81.25%/1 arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    padding: 0 8px;
    text-align: center;
}

.buttonsaves {
    background-color: #295680;
    border: 1px solid #3079ED;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: inline-block;
    font: 81.25%/1 arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    padding: 0 8px;
    text-align: center;
}

.mainheading {
    color: #555555;
    font-family: 'Open Sans', arial;
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 50px;
    margin-top: 27px;
    text-align: center;
}

.entrypage {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #E5E5E5;
    margin: 0;
    padding: 25px !important;
}

.boldgreen {
    font: bold 10px/25px Verdana, Geneva, sans-serif;
    color: #0B835C;
    text-decoration: none;
    line-height: 20px;
    font-weight: bold;
}

.ddl {
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    line-height: 20px;
    font-weight: bold;
    background-color: Gainsboro;
}

.txt {
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.lbold {
    font-family: verdana;
    font-size: 15px;
    color: #000000;
    text-decoration: underline;
    line-height: 30px;
    font-weight: bold;
}

.lboldnew {
    font-family: verdana;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    line-height: 30px;
    font-weight: bold;
}

.GridViewStyle {
    font-family: Arial, Sans-Serif;
    font-size: small;
    table-layout: auto;
    border-collapse: collapse;
    border: #1d1d1d 5px solid;
}


/*Header and Pager styles*/

.HeaderStyle,
.PagerStyle
/*Common Styles*/

{
    background-image: url(Images/HeaderGlassBlack.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-color: #1d1d1d;
}

.HeaderStyle th {
    padding: 5px;
    color: #ffffff;
}

.HeaderStyle a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    text-align: left;
    font-weight: normal;
}

.PagerStyle table {
    text-align: center;
    margin: auto;
}

.PagerStyle table td {
    border: 0px;
    padding: 5px;
}

.PagerStyle td {
    border-top: #1d1d1d 3px solid;
}

.PagerStyle a {
    color: #ffffff;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #777777;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #777777;
}

.PagerStyle span {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}


/*RowStyles*/

.RowStyle td,
.AltRowStyle td,
.SelectedRowStyle td,
.EditRowStyle td
/*Common Styles*/

{
    padding: 5px;
    border-right: solid 1px #1d1d1d;
}

.RowStyle td {
    background-color: #c9c9c9;
}

.AltRowStyle td {
    background-color: #f0f0f0;
}

.AltItemStyle td {
    background-color: #f0f0f0;
}

.SelectedRowStyle td {
    background-color: #ffff66;
}

.buttons {
    background-image: url(Images/HeaderGlassBlack.jpg);
    border: outset;
    border-width: 2px;
    font-weight: bold;
    font-family: Microsoft Sans Serif;
    color: White;
}

.accordionvr {
    border: 1px solid #343230;
    background-color: #21201f;
    padding: 10px;
}

.accordion-toggle {
    position: relative;
    /* required for effect */
    z-index: 10;
    /* required for effect */
    background: #3f3c38 url(../images/off.jpg) repeat-x;
    background-position: bottombottom;
    color: #fff;
    cursor: pointer;
    margin-bottom: 1px;
    padding: 9px 14px 6px 14px;
    border-top: 1px solid #5d5852;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: lighter;
}

.accordion-toggle:hover,
accordion-toggle-active {
    background-image: url(../images/on.jpg);
    background-color: #6d493a;
    border-top: 1px solid #a06b55;
}

.accordion-content {
    overflow: hidden;
    /* required for effect */
    background: #302e2c;
    color: #c4bab1;
    border-bottom: 1px solid #000;
}

accordion-content p {
    margin: 9px 24px 6px 24px;
}

.watermark {
    background: #FFAAFF;
}

.popupControl {
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.modalBackground {
    background-color: #01EAFF;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}

.modalPopupVip {
    background-image: url(Images/mback.jpg);
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}

.sampleStyleA {
    background-color: #FFF;
}

.sampleStyleB {
    background-color: #FFF;
    font-family: monospace;
    font-size: 10pt;
    font-weight: bold;
}

.sampleStyleC {
    background-color: #ddffdd;
    font-family: sans-serif;
    font-size: 10pt;
    font-style: italic;
}

.sampleStyleD {
    background-color: Blue;
    color: White;
    font-family: Arial;
    font-size: 10pt;
}

.grid {
    width: 100%;
    font: 12px Arial, Helvetica, sans-serif;
}

.grid td .listbox {
    background: #f0f0f0;
    font: 12px Arial, Helvetica, sans-serif;
    outline: none;
}

.grid td .textbox {
    background: #e7feed;
    font: 11px Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    outline: none;
}

.button {
    background: darkcyan;
    color: #fff;
    text-align: center;
    font: bold 13px Arial, Helvetica, sans-serif;
    outline: none;
    cursor: hand;
    Cursor: pointer;
    border: none;
    border: 1px solid #fff;
}

.buttonmodule {
    background: none repeat scroll 0 0 #5D7B9D;
    border: 2px solid #D0DEE5;
    color: #FFFFFF;
    cursor: pointer;
    font: 13px verdana, Helvetica, sans-serif;
    outline: medium none;
    text-align: center;
}

.grid td .dropdownlist {
    background: #f0f0f0;
    color: #2f2f2f;
    text-align: center;
    font: 11px Arial, Helvetica, sans-serif;
    outline: none;
    border: none;
    border: 1px solid #ccc;
}

.link_box {
    width: 15px;
    height: 15px;
    text-align: center;
    font: 11px Arial, Helvetica, sans-serif;
    background: #e8e8e8;
    color: #2f2f2f;
}

.PagerStyle table {
    text-align: center;
    margin: auto;
}

.PagerStyle table td {
    border: 0px;
    padding: 5px;
}

.PagerStyle td {
    border-top: #fff 3px solid;
}

.PagerStyle a {
    color: #000;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    background: lightcyan;
}

.PagerStyle span {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    background: PaleTurquoise;
    border: 1px solid #000;
}

.accordionHeaderVipan {
    BORDER-BOTTOM: #2f4f4f 1px solid;
    BORDER-LEFT: #2f4f4f 1px solid;
    PADDING-BOTTOM: 5px;
    BACKGROUND-COLOR: darkcyan;
    MARGIN-TOP: 5px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    FONT-FAMILY: Arial, Sans-Serif;
    COLOR: white;
    FONT-SIZE: 12px;
    BORDER-TOP: #2f4f4f 1px solid;
    CURSOR: pointer;
    FONT-WEIGHT: bold;
    BORDER-RIGHT: #2f4f4f 1px solid;
    PADDING-TOP: 5px
}

.accordionHeaderVipan A {
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: #ffffff;
    TEXT-DECORATION: none
}

.accordionHeaderVipan A:hover {
    BACKGROUND: none transparent scroll repeat 0% 0%;
    TEXT-DECORATION: underline
}

.accordionHeaderSelectedVipan {
    BORDER-BOTTOM: #2f4f4f 1px solid;
    BORDER-LEFT: #2f4f4f 1px solid;
    PADDING-BOTTOM: 5px;
    BACKGROUND-COLOR: darkcyan;
    MARGIN-TOP: 5px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    FONT-FAMILY: Arial, Sans-Serif;
    COLOR: white;
    FONT-SIZE: 12px;
    BORDER-TOP: #2f4f4f 1px solid;
    CURSOR: pointer;
    FONT-WEIGHT: bold;
    BORDER-RIGHT: #2f4f4f 1px solid;
    PADDING-TOP: 5px
}

.accordionHeaderSelectedVipan A {
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: #ffffff;
    TEXT-DECORATION: none
}

.accordionHeaderSelectedVipan A:hover {
    BACKGROUND: none transparent scroll repeat 0% 0%;
    TEXT-DECORATION: underline
}

.accordionContentVipan {
    BORDER-BOTTOM: #2f4f4f 1px dashed;
    BORDER-LEFT: #2f4f4f 1px dashed;
    PADDING-BOTTOM: 5px;
    BACKGROUND-COLOR: lightcyan;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: #2f4f4f 1px dashed;
    PADDING-TOP: 10px
}


/*Calendar css start*/

.cal-table {
    position: relative;
    margin: 10px 0 0 1px;
    border-collapse: separate;
    border-left: 1px solid #979797;
    border-right: 1px solid #979797;
    border-bottom: 1px solid #bbb;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
    font: 13px/23px Arial, Helvetica, sans-serif;
    background: #ffffff;
}

.cal-table tbody tr td {
    border: 1px solid #efefef!important;
}

.cal-caption tbody tr td {
    border: none!important;
}

.cal-table a {
    text-decoration: none;
}

.cal-caption {
    width: 100%;
    padding-bottom: 1px;
    line-height: 32px;
    color: white;
    text-align: center;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    background: #629c2e;
    border-radius: 3px 3px 0 0;
    background-image: -webkit-linear-gradient(top, #89c84d, #629c2e 75%, #548d20);
    background-image: -moz-linear-gradient(top, #89c84d, #629c2e 75%, #548d20);
    background-image: -o-linear-gradient(top, #89c84d, #629c2e 75%, #548d20);
    background-image: linear-gradient(to bottom, #89c84d, #629c2e 75%, #548d20);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.1), inset 0 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.1), inset 0 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.4);
}

.cal-captiona {
    color: white;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    padding: 0 10px;
}

.cal-captiona a {
    text-decoration: none !important;
    color: white !important;
}


/*Calendar css end*/

.cal {
    float: right;
    position: relative;
    width: 168px;
    margin-top: 0px;
    margin-bottom: 4px;
    padding: 4px;
    background: #e6e7e7;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
}

.cal p {
    color: #3C3D3D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.cal:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 4px;
    right: 4px;
    height: 6px;
    background: #d9d9d9;
    border: 1px solid #909090;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.fb {
    width: 167px;
    height: 137px;
    margin-top: 10px;
    float: right;
    background: url(images/facebook-con.jpg) no-repeat;
}

.fb p {
    margin-top: 50px;
    font-size: 14px;
    font-weight: bold;
    line-height: 12px;
    padding: 12px;
}

.bg1-header {
    background: none repeat scroll 0 0 #003366;
    border: 1px none #000000;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    margin: 0;
    padding: 0px 0px 3px 0px;
    width: 100%;
    overflow: hidden;
    line-height: 24px;
}

.list-control {
    font-size: 13px;
    color: #9cb4cc;
    border-right: 1px solid #fff;
    text-align: center;
    padding: 0px 30px;
}

.list-control a {
    text-decoration: none;
    font-size: 13px;
    color: #9cb4cc;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.list-control-active {
    color: #ffffff;
    border-right: 1px solid #fff;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 0px 23px;
}

.list-control-active a {
    text-decoration: none;
    color: #ffffff;
}

.pro-stragy2 {
    float: left;
    width: 100%;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #cc3300;
    margin: 10px 0px;
}

#fb-root {
    margin: 10px 0px 0px 0px
}

.admin_bg {
    background: #E8F5FC;
    min-height: 635px;
}

.admin_bg h2 {
    font-weight: bold;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: #065484;
    padding: 0px;
    margin: 10px 0px 10px 0px;
    text-align: center;
	 
 
}

.login_box {
    width: 330px;
    height: 265px;
    border: 1px solid #6edfff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BAE5FA), to(#FCFDFD));
    background-image: -webkit-linear-gradient(top, #BAE5FA, #FCFDFD);
    background-image: -moz-linear-gradient(top, #BAE5FA, #FCFDFD);
    background-image: -ms-linear-gradient(top, #BAE5FA, #FCFDFD);
    background-image: -o-linear-gradient(top, #BAE5FA, #FCFDFD);
    background-image: linear-gradient(top, #BAE5FA, #FCFDFD);
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#BAE5FA, endColorstr=#FCFDFD);
    color: #fff;
}

.login_wrap {
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.login_wrap p {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #065484;
    padding: 20px 0px 0px 10px;
    margin: 0px;
}

.text_login {
    text-align: left;
    border: 1px solid #6edfff;
    width: 230px;
    height: 16px;
    border-radius: 5px;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    margin: 10px 0px 0px 10px;
    padding: 5px;
}

.sbt_btn {
    text-align: center;
    padding: 7px 34px;
    border: 0px;
    margin: 0px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    line-height: 20px;
    margin: 25px 0px 0px 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fcdb95;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0082d1), to(#065789));
    background-image: -webkit-linear-gradient(top, #0082d1, #065789);
    background-image: -moz-linear-gradient(top, #0082d1, #065789);
    background-image: -ms-linear-gradient(top, #0082d1, #065789);
    background-image: -o-linear-gradient(top, #0082d1, #065789);
    background-image: linear-gradient(top, #0082d1, #065789);
    clear: both;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#0082d1, endColorstr=#065789);
}

.sbt_btn:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#065789), to(#0082d1));
    background-image: -webkit-linear-gradient(top, #065789, #0082d1);
    background-image: -moz-linear-gradient(top, #065789, #0082d1);
    background-image: -ms-linear-gradient(top, #065789, #0082d1);
    background-image: -o-linear-gradient(top, #065789, #0082d15);
    background-image: linear-gradient(top, #065789, #0082d1);
    clear: both;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#065789, endColorstr=#0082d1);
}

.tableDesign {
    color: #565655!important;
}

.tableDesign tbody tr th {
    background-color: #d1e0e5;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    padding: 12px;
}

.tableDesign tbody tr:nth-child(even) {
    background-color: #ffffff!important;
    border: 1px solid #ffffff;
    color: #363535!important;
    padding: 0px;
    vertical-align: middle;
}

.tableDesign tbody tr:nth-child(odd) {
    background-color: #e0e9ec!important;
    border: 1px solid #ffffff;
    color: #363535!important;
    padding: 0px;
    vertical-align: middle;
}

.tableDesign tbody tr td {
    border: 1px solid #ffffff;
    padding: 10px 0px;
}

.attendence-text {
    color: #0e557d;
    font: bold 16px/18px Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

.scroll-chekkk>div {
    height: auto !important;
    overflow: auto !important;
}