html * {
	/*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */
@font-face {font-family:'Rupee';src: url('../fonts/Rupee_Foradian.ttf');}
body,html {font-family: Arial, Helvetica, sans-serif;font-size: 11px;margin: 0px;padding: 0px;color: #ddd;}
a {color: #df6;text-decoration: none;}
a:hover{color:#fff}
#grailsLogo {padding: 20px;}
a{cursor:pointer;}
p {margin: 5px 0px;}
h1 {font-weight: normal;font-size: 16px;margin: .8em 0 .3em 0;}
ul {padding-left: 15px;}
textarea {width: 250px;height: 150px;vertical-align: top;font: 11px arial, helvetica, sans-serif;}
/*input:focus,select:focus,textarea:focus {border: 1px solid #b2d1ff;}*/
.body {float: left;margin: 0 15px 10px 15px;}
input,select,textarea,input[readonly]{box-sizing:content-box;-ms-box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;border:solid 1px rgba(255,255,255,0.2);border-radius:2px;background:rgba(255,255,255,0.2);padding:2px;color:#fff;box-shadow:0 0 1px #000}
select option{background:rgba(255,255,255,0.2);}
select option:hover {background-color:#333;}
h1,h2,h3,h4,ul,ol{margin:0}
.spinner {padding: 5px;position: absolute;right: 0;}
.nav{float:left;margin:10px;}
.nav ul {margin:0;overflow: hidden;padding-left: 0;}
.nav li {display: block;float: left;list-style-type: none;margin-right: 0.5em;padding: 5px;}
/* TABLES */
table {width: 100%}
td,th {padding:4px 6px;text-align: left;}
th {font-size: 11px;padding:1px 6px;}
th a:link,th a:visited,th a:hover {color: #333;display: block;font-size: 10px;text-decoration: none;width: 100%;}
th.asc a,th.desc a {background-position: right;background-repeat: no-repeat;}
th.asc a {background-image: url(../images/skin/sorted_asc.gif);}
th.desc a {background-image: url(../images/skin/sorted_desc.gif);}
.odd {background:#3c3c3c;}
.even{background:#444;}
.tar{text-align:right}

/* LIST */
.list table {border-collapse: collapse;}
.list th,.list td {border-left: 1px solid #ddd;}
.list th:hover,.list tr:hover {background: #b2d1ff;}

.paginateButtons {color: #666;font-size: 10px;overflow: hidden;padding: 10px 0;}
.paginateButtons a {background-color:#111;border: 1px solid #000;color: #666;margin: 0 5px 0 1px;padding: 2px 6px;}
.paginateButtons span {padding: 2px 6px;margin: 0 5px 0 1px;}
.paginateButtons span.currentStep{background-color:#444;border:1px solid #555;color:#fff;}
.paginateButtons span.currentStep,.paginateButtons a:hover,.paginateButtons a:focus{box-shadow:1px 1px 2px #000}
.profileDetails {padding-left: 10px;padding-right: 10px;width: 500px;}
.loginContainer,.loginasCont {width:320px;height:170px;background:rgba(0,0,0,0.2);margin: 0 auto;padding:10px 30px 45px;border-radius:7px;;border:1px solid rgba(255, 255, 255, 0.1);box-shadow:0px 0px 3px #000;position:relative}
.loginError{position:absolute;left:5px;width:100%;text-align:center;top:10px}
.loginFormBox label {display: block;padding:10px 0 4px 0;color:#ccc;font-size:1.2em}
.loginFormBox .field_text{margin-bottom:10px}
.loginFormBox .field_text .textbox {padding:2%;width:96%;display:block}
.loginButtonBar {margin-top:25px;}.loginButtonBar .button{float:none}
.forgotpass {margin-left: 10px;}
.optimization {text-align:center;margin-top:20px;color: #aaa;}

.button {color: #fff;border:1px solid rgba(255,255,255,0.3);cursor: pointer;border-radius: 3px;padding: 5px 20px;font-size:1em;text-shadow:0 1px 0 #000;box-shadow:none;position:relative}
.button,.linkBtn {
	background: -webkit-gradient(linear, left top, left botom, from(#582), to(#260));
	background: -webkit-linear-gradient(top, #582, #260);
	background: -moz-linear-gradient(top, #582, #260);
}
.button:hover,.button1:hover,.linkBtn:hover{
	background: -webkit-gradient(linear, left top, left botom, from(#260), to(#582));
	background: -webkit-linear-gradient(top, #260, #582);
	background: -moz-linear-gradient(top, #260, #582);
}
.button:before {content: "";width: 100%;height: 14px;display: block;position: absolute;border-radius: 4px 4px 0 0;left:0;top:0px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 8%, rgba(255,255,255,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(8%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0.1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0.1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0.1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0.1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0.1) 100%);
}
.linkBtn{border:solid 1px #222;padding:2px 5px;border-radius:3px;cursor:pointer;color:#ddd;}

a.button{display:inline-block}
.button[disabled] {background: url(../images/buttonBgOff.png) repeat-x;color: #ccc;border: solid 1px #333;cursor: default;}
.button1 {color: #fff;border:1px solid #555;cursor: pointer;border-radius: 3px;padding: 5px 20px;font-size:1em;
	background: -webkit-gradient(linear, left top, left botom, from(#888), to(#666));
	background: -webkit-linear-gradient(top, #888, #666);
	background: -moz-linear-gradient(top, #888, #666);
}

.fl {float: left;}
.fr {float: right;}
.alr{text-align:right}
.alc{text-align:center}
.footer {position: fixed;bottom: 0px;height: 18px;color: #fff;padding: 5px 0px;width: 100%;}
.footerContent {padding: 0 20px;}
.footer a {color: #fff;}
img {border: 0px;}
.clearfix:after,.listing li a:after,.footer:after,.mainMenu:after,{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.indexBg {margin: 0px;padding: 0px;}
.clearfix,.listing li a,.mainMenu,.subTab {display: inline-block;}
html[xmlns] .clearfix,html[xmlns] .footer,html[xmlns] .listing li a,html[xmlns] .mainMenu,html[xmlns] .subTab{display: block;}
* html .clearfix,* html .footer,* html .listing li a, , * html .mainMenu,* html .subTab{height: 1%;}
/* End hide from IE-mac */
.logo {width:90px;height:43px;position:fixed;top:0;z-index:110;background:url(../images/billstation_logo.png) center center no-repeat #000;}.logo img{display:none}
.userLinks {position:absolute;padding:4px 10px;z-index:1;right:0;top:0}
.menuBar{left:0;top:0;position:fixed;z-index:100;width:100%;background-color:#333;border-bottom:2px solid #161616;}
/*ul.topnav {list-style: none;padding: 0 20px;margin: 0;float: left;}
ul.topnav li {float: left;margin-right:5px;position: relative;}
ul.topnav li:last-child {padding:0}
ul.topnav li a {padding:28px 10px 8px;color: #333;display: block;text-decoration: none;float: left;}
ul.topnav li a:hover,ul.topnav li a.hover,ul.topnav li a.active {
	background: -webkit-gradient(linear, left top, left botom, from(#fd0), to(#fa0));
	background: -webkit-linear-gradient(top, #fd0, #fa0);
	background: -moz-linear-gradient(top, #fd0, #fa0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd00', endColorstr='#ffaa00', GradientType=0);
}
ul.topnav li.parent:hover>a,ul.topnav li.parent>a.hover{
	background:url(../images/triangle-down.gif) center bottom no-repeat, -webkit-gradient(linear, left top, left botom, from(#fd0), to(#fa0));
	background:url(../images/triangle-down.gif) center bottom no-repeat, -webkit-linear-gradient(top, #fd0, #fa0);
	background:url(../images/triangle-down.gif) center bottom no-repeat, -moz-linear-gradient(top, #fd0, #fa0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd00', endColorstr='#ffaa00', GradientType=0);
}*/
ul.topnav li ul.subnav {list-style:none;position:fixed;left:0;background:#333;margin:0;padding:0;display:none;float:left;z-index:101;border-radius:0 0 5px 5px;}
ul.topnav li ul.subnav li {margin: 0;padding: 0;border-top: 1px solid #393939;border-bottom: 1px solid #292929;clear:both;}
ul.topnav li ul.subnav li:first-child{border-top:1px solid #161616}
ul.topnav li ul.subnav li:last-child{border-bottom:solid 2px #000;border-radius:0 0 5px 5px}
html ul.topnav li ul.subnav li a {display:block;width: 130px;padding:6px 15px;color:#999;text-shadow:1px 1px 1px #000;}
html ul.topnav li ul.subnav li a:hover {background-color:#222;color:#fff}
.userInfo {float: left;line-height: 18px;margin-bottom:3px;}
.userInfo .uname{display:inline-block;white-space:nowrap;max-width:180px;overflow:hidden;text-overflow:ellipsis;}
.userRole {color: #333}
.signout {background: url(../images/logout.png) no-repeat 5px 5px rgba(0,0,0,0.8);}
.leftHeader {text-align: right;padding-right: 10px;font-size: 16px;padding-bottom: 8px;margin:60px 1px 0 0;}
.leftNav {position:absolute;width:140px;top:0;height:100%;background-color:#222;left:0}
.leftNavUl {margin:10px 0 0;padding: 0px;list-style:none;}
.leftNavUl li {margin: 1px 0;padding: 0px;text-align: right;font-size: 11px;}
.leftNavUl li a {color: #fff;display: block;padding: 8px 10px;text-decoration: none;}
.title {font-size:1.6em;padding:5px 0;border-bottom: solid 1px rgba(255,255,255,0.1);overflow:hidden;}
.title .button{font-size:12px}
.formDiv {padding: 10px 0;}
.formDiv td {padding: 3px 10px;vertical-align: top;}
.formDiv td td {padding: 0px 0px;}
.formDiv .field_text .textbox,.formDiv .field_select select,.formDiv .field_text textarea{width: 98%;padding: 5px 1%;}
.formDiv .field_select select{padding:4px 1%}
.formDiv .field_text .addressTA{height:67px}
.formDiv .label {font-weight: bold;}
.buttonBar {padding: 10px;border-top: solid 2px rgba(255,255,255,0.2);text-align: right;margin:10px 10px 0;}
.fixedBottom {position: fixed;bottom: 18px;right: 0px;background-color: rgba(0, 0, 0, 0.7);width: 100%;}
.fixedBottom .buttonBar {padding: 7px 30px 5px 230px;margin: 0;height: 30px}
.gridContainer {padding: 10px 5px;}
.gridHeader {padding: 8px 10px;font-weight: bold;background:rgba(255,255,255,0.1)}
.create,.delete,.promote, .edit, .landscape, .portrait {background: url(../images/plus.png) no-repeat 3px 5px rgba(0,0,0,0.7);border:none;margin: 0px;padding: 5px 5px 5px 20px;color:#fff;cursor: pointer;font-size: 11px;}a.create{display:inline-block}
/*.create:hover,.delete:hover,.create:hover,.promote:hover ,.landscape:hover, .portrait:hover {border-bottom: solid 2px #FC6;padding-bottom: 5px;}*/
.create{background-position:8px 8px;margin-top:2px;padding:4px 5px 4px 20px;color:#999;box-shadow:none}
.promote {background: url(../images/promote.png) no-repeat 0 7px;padding-left:17px}
.delete {background: url(../images/delete.png) no-repeat 3px 5px;}
.edit{background: url(../images/edit-icon.png) no-repeat 3px 5px;}
.portrait{background: url(../images/portrait.png) no-repeat 3px 5px;}
.landscape{background: url(../images/landscape.png) no-repeat 3px 5px;}

.gridToolBar {padding:5px;background:rgba(255,255,255,0.2);overflow:hidden;border:1px solid rgba(255,255,255,0);}
.gridToolBar .search,.gridToolBar h3{margin-top:4px}
.gridToolBar .separator {border-right: solid 1px #ccc;margin-right: 5px;}
.search {padding: 3px 5px;font-size: 11px;width: 150px;float: left;}
.searchButton {margin-top: 2px;margin-left: 2px;float: left;}

/* Style for overlay and box */
.overlay,.certificateOverlay {background: transparent url(../images/overlay.png) repeat top left;position: fixed;top: 0px;bottom: 0px;left: 0px;right: 0px;z-index: 1000;}
.certificateOverlay{overflow-y:auto}.certificateOverlay .buttonsCont{background:rgba(255,255,255,0.9);margin:3px;padding:7px;}
a.boxclose {float: right;width: 26px;height: 26px;background: transparent url(../images/cancel.png) repeat top left;margin-top: -30px;margin-right: 30px;cursor: pointer;border: solid 1px red;}
.selectMultiple {background: #fff;padding: 10px;margin-right: 10px;border: solid 1px #abc}
.selectMultiple td {padding: 5px 0px;border-bottom: solid 1px #ccc;}
.selMulInner {height: 80px;overflow-y: auto;margin-top: 10px;}
.searchContainer {padding: 10px 20px;padding-top: 10px;}
.searchContainer .textbox {padding-left: 20px;padding-top: 10px;float: left;}
.advSearch {color: #333;float: left;padding: 5px 10px;margin-left: 5px;margin-top: 2px;font-weight: bold;text-decoration: none;}
.advSearch:hover,.advSearch1 {background: #333;color: #fff;padding-bottom: 7px;}
.advSearchCont {border: solid 2px #333;padding: 10px;background: #fff;border-top: 0px;background: url(../images/advBg.png) 0 bottom;}
.searchLabel {font-size:11px;font-weight: bold;padding: 5px 10px;float: left;}
.label1 {font-size: 20px;}
.profileImage {float: left;width: auto}
.profileImage img {float: left;width: 100%}

.mt10 {margin-top: 10px;}.mt20{margin-top:20px}
.m10{margin:10px}.m20{margin:20px}
.extraActionsCont {margin: 0 20px;padding: 5px 10px;background-color: #f3f3f3;border: solid 1px #ccc;border-top: none}
.extraActionsCont .checkAll {margin-left: 13px}
.divider {color: #666666;font-size: 12px;line-height: 14px;padding: 0 8px;}
.rightPanel .profileButtons {background: none;}
.profileButtons {padding-left: 10px;padding-top: 10px;background: url(../images/separator.png) 0 center no-repeat;}
.profileButtons .details {background: url(../images/details.png) no-repeat 0 8px;border: 0px;padding-left: 20px;font-size: 11px;padding: 5px 5px 5px 20px;}
.profileButtons .update {background: url(../images/edit.png) no-repeat 0 5px;border: 0px;font-size: 11px;padding: 5px 5px 5px 20px;}
.profileButtons .delete {background: url(../images/delete.png) no-repeat 3px 5px;margin: 0px;padding: 5px 5px 5px 20px;border: solid 0px #ccc;cursor: pointer;font-size: 11px;}
/*.details:hover,.update:hover,.create:hover,.delete:hover {border-bottom: solid 2px #FC6;padding-bottom: 3px;}*/
.filterItem {padding:5px 10px;}
.filterItem1 {padding: 0 10px;float: right}
.filterItem label {color: #fff;display: block;}
.filterItem1 label {color: #fff;display: block;cursor: pointer;}
.searchResOn {background: #fff;position: relative;z-index: 100;}
.rightPanel {padding: 10px;z-index: 99;}
.rightPanel td {vertical-align: top;}
.rightPanel .label {font-size: 12px;font-weight: bold;display: block;padding-top: 5px;}
.extraActionsCont {margin: 0 20px;padding: 5px 10px;background-color: #f3f3f3;border: solid 1px #ccc;border-top: none}
.extraActionsCont .checkAll {margin-left: 13px}


.miniDetails {background: #FFe;border:solid 1px #e9e9e9;padding: 10px;overflow:hidden}

.pos_rel {position: relative;}
.changePhoto {position: absolute;bottom: 0px;width: 100%;background: #000;text-align: right;}
.changePhoto a {color: #fff;padding: 5px 20px;display: block;text-align: right;}
.profileTable h3 {margin:20px 0 0;border-bottom: solid 1px rgba(255,255,255,0.2);padding-bottom: 3px;}
.latestMarks {background: #FFC;border: 1px dashed #F90;padding: 10px;margin-top: 10px;}
.red {color: red;}
.redBold {color: red; font-weight:bold;}
.green {color:0e0;}
.blue {color: blue;}
.content {border: solid 1px #ffc037}
.subTab {margin:10px 0}
.subTab>ul {list-style: none;padding: 0;border-bottom: solid 2px #666;height: 24px;margin: 0px 0 0}
.subTab>ul>li{float: left;margin-left: 2px;}
.subTab>ul>li>a {display:block;color:#999;background-color:#222;font-size:11px;padding:5px 10px;text-decoration: none;border-radius:3px 3px 0 0;outline:none}
.subTab>ul>li>a.on{background-color:#666;color:#fff;text-shadow:1px 1px 2px #000}

.plr10 {padding: 0 10px;}
.pl10 {padding-left: 10px;}
.highlight {color: #afa}
.clear {clear: both}
.pagination {margin-bottom: 10px;float: right;}
.pagination a {text-decoration: none;color: #666;float: left;border: solid 1px #ccc;line-height: 25px;padding: 0 10px;margin: 0 5px;background: #fff;}
.pagination a:hover {background: url(../images/buttonBg.png) repeat-x;color: #fff;}
.pagination a.on,.pagination .active {background: url(../images/buttonBg.png) repeat-x;color: #fff;}
.pagination .inactive {color: #ccc;}
.pagination .inactive:hover {background: #fff;color: #ccc;}
.companyInfoWid {padding: 10px;border: solid 1px rgba(255,255,255,0.1);font-size: 11px;border-radius: 4px;margin-top:30px;background:rgba(255,255,255,0.1)}
.companyInfoWid .title_sub{font-size:1.4em;padding:0}
.homeTable td {margin: 10px;padding: 10px;vertical-align: top;}
.iconLinks {padding:0 0 5px 20px;overflow:hidden}
.iconLinks a {float: left;text-align: center;padding: 10px;margin:20px 20px 0 1px;color: #999;border: solid 1px rgba(255,255,255,0.2);border-radius: 4px;min-width:100px;
	background: -webkit-gradient(linear, left top, left botom, from(#444), to(#222));
	background: -webkit-linear-gradient(top, #444, #222);
	background: -moz-linear-gradient(top,  #444, #222);
}
.iconLinks a:hover{box-shadow:1px 1px 1px rgba(0,0,0,0.9);margin:19px 20px 1px 0px;background:#222}
.attendanceTable .iconLinks a{width:100px;height:70px}
.attendanceTable .iconLinks img{margin:5px}

.companyName {font-size: 16px;color:#fff;font-weight:bold}
#footer {font-size: 11px;position: fixed;bottom: 0px;display: block;background:#222;color: #999;width: 100%;z-index:111;box-shadow:0 0 3px #000;}
.footerInner {padding: 3px 10px;text-align:right;}
.mt5 {margin-top: 5px;}
.numberBox {width: 50px;text-align: center;}
img.center {display: block;margin:0 auto;text-align:center}
#busyIndicator{position:fixed;left:45%; top:40%;margin-top:"-500px !important"}

/* ====== Styles overrides ====== */
#ui-datepicker-div {margin: auto;}
.ui-timepicker-div dd {margin: 4px 0 4px 40px;}
#ui-datepicker-div td:hover,#ui-datepicker-div tr:hover
{background: transparent;}

/* same effects for browsers that support HTML5 client-side validation (these have to be specified separately or IE will ignore the entire rule) */
input:invalid, select:invalid, textarea:invalid {background: #fff3f3;border-color: #ffaaaa;color: #cc0000;}
input:invalid:focus, select:invalid:focus, textarea:invalid:focus {-moz-box-shadow: 0 0 0.5em #ffaaaa;-webkit-box-shadow: 0 0 0.5em #ffaaaa;}

/* EMBEDDED PROPERTIES */
fieldset.embedded {background-color: transparent;border: 1px solid #CCCCCC;padding-left: 0;padding-right: 0;-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;}
fieldset.embedded legend {margin: 0 1em;}
label {display: inline-block;margin: 0 0.25em 0 0;}

.gridContainer .gridHeader_sel{padding:6px 20px}
.gridHeader_sel select{font-size:.9em}
.gridFooter,.clr,.homeTable{clear:both}
#attHList{font-size:.9em;width:100%;border:solid 1px #ddd;background-color:#f6f6f6;}
#attHList option{padding:2px 4px}
.attActions{margin:10px 0;overflow:hidden;}
#attCal{width:68%;float:left;margin-right:2%}
#attEve{width:25%;float:right;display:none}
#attCal .ui-datepicker-multi .ui-datepicker-group{width:180px;height:190px;margin-left:4px}
#attCal .ui-datepicker-multi .ui-datepicker-group table{width:100%}
#attCal .ui-datepicker th,.ui-widget .ui-datepicker th{padding:0}
#attCal .ui-widget-content{background:none;border:none;padding:0}
#attCal .ui-widget-header{background:#ddd;color:#000;border:none;border-radius:0;padding:0}
#attCal td.working{opacity:1}
#attCal td.holiday .ui-state-default{background:#ffa;color:red}
/*#attCal td.sunday .ui-state-default,#attCal td.saterday .ui-state-default{color:red}*/
.title_sub{font-size:1.4em;margin:5px 0}.title .title_sub{font-size:11px;font-weight:bold}
/*#selectBody .formDiv{margin:10px}*/
#selectBody .title_sub{margin-left:15px}



#oldAdmission,#uploadStudent{}
#searchDiv,#uploadStudentDiv,.tabAttached{background-color:rgba(255,255,255,0.2);border:solid 1px #555;margin:0 10px 10px;padding:10px;overflow:hidden}
.tabAttached .buttonBar{border:none;margin:0}
.promotedClass,.mimicField{background-color:#f9f9f9;border:solid 1px #e9e9e9;padding:6px;border-radius:2px}
.searchRes .profileName,.searchRes .profileImage{cursor:pointer}
.examDetCont{margin-left:20px;padding-left:20px;border-left:solid 1px #fe6}
#reportCardArea{padding:10px}
.sms,.editProfile,.downloadPDF, .downloadPDFLs,.downloadExcel, .deleteProfile, .activateProfile, .deActivateProfile, .resetProfile,.uploadExcel,.downloadExcel{background:url(../images/edit-icon.png) no-repeat;cursor:pointer;padding:2px 2px 2px 18px;}
.deleteProfile{background:url("../images/delete.png") no-repeat;margin-top:10px}
.deActivateProfile{background:url("../images/deActivate.png") no-repeat;margin-top:10px}
.activateProfile{background:url("../images/activate.png") no-repeat;margin-top:10px}
.resetProfile{background:url("../images/reset.png") no-repeat;margin-top:10px}
.shopReturnSales{background:rgba(0,0,0,0.8);color:#999;padding:5px 5px 5px 5px;border-radius:3px;display:inline-block}
.downloadPDF{background:url("../images/download.png") no-repeat 6px 5px rgba(0,0,0,0.8);color:#999;padding:4px 10px 5px 24px;border-radius:3px;display:inline-block}
.downloadPDFLs{background:url("../images/skin/pdf-ls.png") no-repeat;margin-top:10px}
.downloadExcel{background:url("../images/skin/excel.png") no-repeat;margin-top:10px;color:#999;padding:4px 10px 5px 24px;border-radius:3px;display:inline-block}
.sms{background:url("../images/sms.png") no-repeat 6px 5px rgba(0,0,0,0.8);color:#999;padding:4px 10px 5px 24px;border-radius:3px;display:inline-block}
.uploadExcel{background:url("../images/excel.png") left center no-repeat;margin-top:10px}
.downloadExcel{background:url("../images/downloadExcel.png") 5px center no-repeat;margin-top:0px; background-color: black}
.title .downloadPDF, .title .downloadPDFLs{font-size:11px;padding-left:20px;margin:0}
#profileDetailsDiv{margin-top:10px}
#profileDetailsDiv .editProfile,#profileDetailsDiv .downloadExcel .downloadPDF,.deleteProfile,.resetProfile,#profileDetailsDiv .deActivateProfile{display:block;}
.profileTable label{margin-top:8px}
.profileTable textarea{height:auto;}
.formDiv .profileTable td{padding:2px 5px}
.promoteIcon,.detailsIcon{background:url(../images/promote.png) no-repeat;width:16px;height:16px;margin-left:5px;float:left}
.detailsIcon{background:url(../images/details.png) 0 4px no-repeat;margin:0 5px 0 0}
.calendarLink img{display:block;margin:5px auto}
.profileTable fieldset,.installments{border:solid 1px #ccc;border-radius:3px;margin:0;padding:5px;}
.profileTable legend,.installments legend{font-weight:bold}

.admissionDiv,.performanceDataCont,#sessionStdCont, #holidayAndEvents,.tabCont{margin:10px 0}
.admissionDiv th,.performanceDataCont th, #holidayAndEvents th, #sessionStdCont th,#examReport th,.simpleTbl th{background:#494949;color:#ccc;padding:5px}
.examScore .pc,.examScore .result,.subjScore .resultPass,.subjScore .resultFailed{font-weight:bold}
.examScore .pc{padding:0 6px;font-size:1.2em}
.resultPass{color:green}
.resultFailed{color:red}
#sessionStdCont .std,#sessionStdCont .sec{display:block}

.studInfo{width:78%;padding-bottom:20px}
.studInfo td{padding:0;vertical-align:top}
.studInfo .infoBox td{padding:5px 0}
.studInfo .infoBox td:first-child{width:45%}
.infoBox .colon{width:5px;padding:5px 0}
.studInfo .infoBox .subInfo{padding-left:5px}
.infoBox{padding:5px 15px;margin:0 10px 10px 0;background-color:rgba(255,255,255,0.15);border-radius:5px;border-bottom:solid 2px #000;}
.infoBox .subInfoHead{border-bottom:solid 1px rgba(255,255,255,0.1);padding:5px 0;text-transform:uppercase;letter-spacing:1px;}
.infoBox .addStudData{background:url(../images/add_data.gif) no-repeat;float:left;width:34px;height:14px;}
.infoBox .addStudData:hover{background-position:0 bottom}

.leftNavUl li>a{color:#999;
	background: -webkit-gradient(linear, left top, right top, from(#333), to(#444));
	background: -webkit-linear-gradient(left,  #333,  #444);
	background: -moz-linear-gradient(left,  #333,  #444);
}
.leftNavUl li a:hover,.leftNavUl li a.active{color:#fff;
	background: -webkit-gradient(linear, left top, right top, from(#333), to(#666));
	background: -webkit-linear-gradient(left,  #333,  #666);
	background: -moz-linear-gradient(left,  #333,  #666);
}
.lnSecond>li>ul{display:none}
.lnSecond>li.on>ul{display:block}
.lnSecond,.lnSecond ul{list-style:none;padding:0}
.lnSecond>li>span{color:#fff;display:block;font-size:1.2em;padding:8px 16%;background:#272727 url(../images/plus-minus.png) 96% 8px no-repeat;cursor:pointer}
.lnSecond>li.hover>span,.lnSecond>li.on>span{background-position:96% -17px;background-color:transparent;}

.chartCont{overflow:hidden;margin-bottom:20px}
.chartCont h2{clear:both;border-top:solid 1px #999;background-color:#f6f6f6;padding:5px 0;text-align:center}
.chartCont h2>span{font-size:.8em}


#rollAssignment{max-height:445px}
#rollAssignment #sortable { list-style-type: none; margin: 0; padding: 0; }
#rollAssignment #sortable li {background-color:#f9f9f9;border:solid 1px #ccc;cursor:move;margin: 3px 3px 3px 0; padding: 1px; float: left; width: 182px; height:65px;text-align: center; }
#rollAssignment #sortable .active{
	background: -webkit-gradient(linear, left top, left botom, from(#fff), to(#fe9));
	background: -webkit-linear-gradient(top, #fff, #fe9);
	background: -moz-linear-gradient(top,  #fff,  #fe9);
}
#rollAssignment #sortable li strong{font-size:1.4em;}
#rollAssignment #sortable li span{display:block}

#staffList{margin-top:10px}
.profileDetCont{border-bottom:solid 1px #ccc;padding:10px;overflow:hidden}
.profileDetCont .profileImg, .profileDetInactiveCont .profileImg{float:left;width:100px;height:100px;}
.profileDetCont .profileDetails,.profileDetInactiveCont .profileDetails{float:left}
#studentList .profileDetCont,#studentList .profileDetInactiveCont , #staffList .profileDetCont,#staffList .profileDetInactiveCont{float:left;width:410px;border:none;margin:5px 2px;padding:5px;min-height:135px;border:1px solid rgba(255,255,255,0.1);background-color:rgba(255,255,255,0.1)}
#studentList .profileDetails, #staffList .profileDetails{width:auto;}

.staffCont{width:70%;margin:auto}
.staffLeft,.staffRight {float: left;width: 48%;margin: 1%;overflow: hidden}
.staffList{max-height:300px;border:solid 1px rgba(255,255,255,0.2);padding:2px;overflow-y:auto;margin:10px 0}
.staffLeft .button,.staffRight .button {display: inline-block}
.staffLeft .staffList li{background:url(../images/tick_s.png) 5px 6px no-repeat rgba(255,255,255,0.2);padding:5px 5px 5px 20px;margin:2px;cursor:pointer}
.staffLeft .staffList li.on{background-position:5px -13px;}
.staffRight .staffList li{background-color:rgba(255,255,255,0.2);padding:5px;display:block;margin:2px}

.filterBox {width:60%}.filterBox>div.fl{width:50%}
.filterBox ul,.staffList{list-style:none;padding:0;}.filterBox ul li{float:left;margin-right:15px;padding:5px 0}
.filterBox a{background:url(../images/tick_s.png) left 1px no-repeat;padding-left:15px;display:block;}
.filterBox a.active{background-position:left -18px;color:#f60;}
.filterBox ul{margin:0}
.filterBox strong.fl{margin:5px 10px 0 0}


.filterFields fieldset{margin:10px 0 0;padding:5px;border:solid 1px #555;border-radius:5px}



.monthName {font-size:15px;color:gray;font-weight:bold;text-align:center;border-bottom:solid 1px #ccc; background-color:#ffe}

.loginasCont{margin:auto;width:800px;box-shadow:0 0 10px #000;border-radius:15px;padding:20px;position:relative;height:auto}
.loginasCont td{padding:0}
.loginasCont .top{overflow:hidden;}
.loginLogo{margin:auto;background:url(../images/billstation_loginlogo.png) top center no-repeat transparent;width:380px;height:185px}
.loginasCont .signout{color:#999;display:block;padding:6px 10px 6px 24px;border-radius:10px;position:absolute;right:4px;top:4px}
.loginasCont .signout:hover{color:#fff}
.loginasCont .separator{background:url(../images/separator1.png) center center no-repeat;min-height:210px;width:10px}
.loginasCont .lCont{vertical-align:top;}
.loginasCont .lCont h2{font-weight:normal;font-size:1.7em;margin-top:0px}
.loginasCont .lCont h3{color:#fff;text-transform:uppercase;font-size:1.3em;line-height:1.6em}
.selectRole,.selectType{background:url(../images/triangle.png) right center no-repeat;font-size:1.2em;padding-right:20px}
.selectRole{position:absolute;top:53%;right:60%;}
.roles,.loginAsList{list-style:none;padding:0}
.roles li,.loginAsList li{margin:10px;}
.roles li span:first-child,.roles li strong,.loginAsList li span:first-child,.loginAsList li strong{float:left;background-color:rgba(255,255,255,0.2);border-radius:10px}
.roles li span:first-child,.loginAsList li span:first-child{height:50px;width:25%;margin:7px 4% 0 0;}
.roles li span:nth-child(2),.loginAsList li span:nth-child(2){height:64px;width:64px;position:absolute;left:14px}
.roles li strong,.loginAsList li strong{font-size:1.4em;padding:0 5%;width:61%;line-height:64px}
.roles li a,.loginAsList li{cursor:pointer;display:block;height:64px;color:#333;text-transform:uppercase;position:relative}
.roles li a:hover span:first-child,.roles li a:hover strong,.loginAsList li:hover span:first-child,.loginAsList li:hover strong{background-color:rgba(255,255,255,0.5);}
.administrativeRole span:nth-child(2){background:url(../images/administrator.png) 6% center no-repeat;}
.humanResourceRole span:nth-child(2){background:url(../images/human_resource.png) 6% center no-repeat;}
.fseRole span:nth-child(2){background:url(../images/fse.png) 6% center no-repeat;}
.foeRole span:nth-child(2){background:url(../images/foe.png) 6% center no-repeat;}
.fceRole span:nth-child(2){background:url(../images/fce.png) 6% center no-repeat;}
.smRole span:nth-child(2){background:url(../images/stock_manager.png) 6% center no-repeat;}
.amRole span:nth-child(2){background:url(../images/account_manager.png) 6% center no-repeat;}
.managementRole span:nth-child(2){background:url(../images/management.png) 6% center no-repeat;}
.shopSupervisorRole span:nth-child(2){background:url(../images/cash_register.png) 5% center no-repeat;}
.smsSupervisorRole span:nth-child(2){background:url(../images/sms_supervisor.png) 5% center no-repeat;}
.loginAsList li span:first-child{width:42%}.loginAsList li strong{width:44%}
.fieldsCont,.loginTypes{display:none}
.fieldsCont h2{text-transform:uppercase;font-weight:normal;}
.fieldsCont .cancel{float:right;cursor:pointer}
.ui-widget-content #message a{color:#0066FF}
.studDashboard{padding:10px 10px 0px;overflow:hidden}
.charts{overflow:hidden}

.listCont,.roleAsgnTab .listCont{margin:10px;overflow:auto;width:45%}
.listCont ul{min-height:200px;padding:0;margin:10px 0;list-style:none}
.listCont li,.roleAsgnTab .listCont ul li{padding:5px;background-color:rgba(255,255,255,0.1);margin:3px 0}
.listCont li div{font-size:.8em;padding:3px 0 0 15px;}
.listCont .updateClass{background:#fff url(../images/att_edit.gif) center center no-repeat;font-size:.8em;margin-left:5px;cursor:pointer;padding:1px 12px;border:solid 1px #ddf;border-radius:3px}
.listCont .btn{background-position:0 3px}
.listCont .rList .btn{background-position:0 -15px}
.listCont .lCont,.listCont .rCont{float:left;width:200px}
.roleAsgnTab .listCont>div{width:48%;margin-right:2%}
.roleAsgnTab .listCont ul{min-height:300px;margin:10px 0;}
.roleAsgnTab .listCont ul li{background:url(../images/add-sub.png) 5px 6px no-repeat rgba(255,255,255,0.1);cursor:pointer;padding:5px 22px;margin:3px 0}
.roleAsgnTab .listCont .rList li{background-position:5px -82px}


#boxTop{top:0;left:0;height:43px;position:fixed;z-index:1002;background-color:#000;}
#boxTop .logo{display:none}
#boxTop .close{width:20px;height:20px;float:right;margin:10px 10px 0 0;background-color:rgba(255,255,255,0.3);border-radius:3px}
#boxTop .close:before{content:'x';font-size:1.2em;color:#f30;margin:1px 6px;font-weight:bold;display:block;text-shadow:0 0 2px #000}
.box {position: fixed;top: 0;left: 0;z-index: 1003;width: 0;overflow: auto;height: 500px;background:#222;}
.box .title{padding:10px 0;margin:0 10px;position:fixed;top:0;border:none}
.box .infoBox{margin:10px 10px 0;font-size:1.2em}
.box .infoBox table{width:auto;}
.box .infoBox.nano table{width:100%;}
.box h2{margin:0;font-size:1.4em}
.box .buttonBar{border-top:1px solid rgba(255,255,255,0.1);padding:10px 0}
.downloadPDFLS{background:url("../images/skin/pdf-ls.png") no-repeat; display:block;}

.received{font-size:1.2em}
.duplicate{font-weight:bold;font-size:1em;color:#999;position:absolute;right:5px}
#transAmtCont .amt>span,#transAmtCont .adjustAmt>span,#transAmtCont .adjustBalance>span{padding-left:10px;text-transform:uppercase;font-size:.8em}

.noPadTbl td{padding:2px}

.subTab1{margin-top:10px;position:relative;z-index:10}
.subTab1 ul{list-style:none;padding-left:0}
.subTab1 li{float:left;margin:0;}
.subTab1 li>a:focus{outline:none;}
.subTab1 li>a{display:block;border:solid 1px #111;border-radius:1px 1px 0 0;border-bottom:0;padding:5px 10px;color:#ccc;
	background: -webkit-gradient(linear, left top, left botom, from(#333), to(#222));
	background: -webkit-linear-gradient(top, #333, #222);
	background: -moz-linear-gradient(top, #333, #222);
}
.subTab1 li>a.on{margin-bottom:-1px;padding-bottom:6px;background:#444;color:#fff;border-color:#555}
.subTab1 li>a.focus{background:#444;border:1px dotted #999;padding-top:4px}
.subTabCont{background-color:#444;clear:both;border:solid 1px #555;margin:0;padding:10px;position:relative;min-height:135px;}
.subTabCont fieldset{border:solid 1px #ccc;padding:5px;}
.subTabCont fieldset>legend{padding:0 10px;background-color:#fff;border:solid 1px #ccc}


.login span:nth-child(2){background:url(../images/staff_login.png) center center no-repeat;}
.logout span:nth-child(2){background:url(../images/staff_logout.png) center center no-repeat;}


.btnsCont .parentLinks{width:112px;margin-left:10px}
.btnsCont .parentLinks li{margin:5px 0;}
input.dtScroller{width:100px}
.ui-timepicker-div dl dd{margin:0 10px 10px 65px}
.ui-timepicker-div dl dt{height:25px;margin-bottom:-25px}


.rcSection{position:fixed;right:10px;top:8px;z-index:101}
#orderFormHistory{margin:0 10px}
.subtabCont{margin:0 10px}

.bodyBg,.leftBgAvail{background-color:#161616}.shopMain.leftBgAvail .contentArea,.shopMain.leftBgAvail #mainBody{margin-left:140px;}.companyMain.leftBgAvail .contentArea,.companyMain.leftBgAvail #mainBody{margin-left:150px;margin-right:10px}
.bodyBg.staffMain .homeTable{margin-top:35px}
.companyMain.leftBgAvail .breadCrumb{position:absolute;left:150px;top:48px;z-index:50}
.contWrapper{padding:0 10px}.contWrapper .simpleTbl{background-color:rgba(255,255,255,0.2)}
#subContentArea{margin:10px 10px 0 150px}
#mainBody{margin:55px 10px 0}
#mainBody .subTab{margin:10px 0 0}
#mainBody .listCont{overflow:hidden;padding:10px}
#mainBody .buttonBar{margin:10px 10px 0;padding:10px 0}
/*.shopMain .leftCol:first-child,.shopMain .rightCol:nth-child(2){margin-top:0px}*/
.shopMain .leftHeader{margin-top:27px}
.contentArea{margin:45px 0 0;overflow-y:auto}.companyMain .contentArea{margin:69px 0 0}.companyMain .contentArea.fse{margin:50px 0 0}
.staffMain .contentArea,.staffMain #leaves{padding:0 10px}
.loginfo{float:left;color:#999}
.subMenuInner{font-size:1.1em;font-family:"calibri";background-color:#333;border-bottom:2px solid #161616;position:fixed;top:0;width:100%;z-index:99}
ul.topnav,.subMenuInner>ul{list-style:none;overflow:hidden;padding:0;padding-left:90px;float:left}
ul.topnav>li,.subMenuInner>ul>li{float:left;border-right:1px solid #444}
ul.topnav>li>a,.subMenuInner>ul>li>a{padding:0 14px;display:block;line-height:43px;color:#999;border-right:1px solid #222;text-shadow:1px 1px 1px #000;}
ul.topnav>li>a:hover,.subMenuInner>ul>li>a:hover{color:#fff;}
ul.topnav>li>a.active,.subMenuInner>ul>li>a.on{background-color:#161616;color:#fff;border-right-color:#000}
ul.topnav.altOn>li>a>span,.subMenuInner.altOn>ul>li>a>span,.rcSection.altOn>a>span,.advance.altOn>span{color:#df6;text-decoration:underline}
.lnkM{line-height:16px;float:left;padding:4px 10px 5px 24px;margin:2px 10px 0;border-radius:3px;color:#999}
.companyMain .subMenuInner{top:45px;background-color:#161616;border-bottom:0;box-shadow:0 1px 5px rgba(0,0,0,0.6)}
.companyMain .subMenuInner>ul>li{border:none}
.companyMain .subMenuInner>ul>li>a{border:none;line-height:24px}
.companyMain .subMenuInner.fse{position:fixed;top:0;padding:12px 0 6px}
.settings{background: url(../images/settings.png) no-repeat center center rgba(0,0,0,0.8);padding:5px 15px;margin-right:0;position:relative;}
.settings>span{display:none;position:absolute;left:1px;top:-4px}
.settings.on,#tblList>li>a.on{box-shadow:0 0 5px #9df;}
.altOn .settings>span{display:block}
#tblList>li>a:focus{box-shadow:0 0 5px #ff9;outline:none}
.salseTtl{padding:0 0 5px;margin:0;width:45%;float:left}
.shopCont .title{margin:0;padding-top:0}
.shopCont .tabAttached{margin:10px 0}
.simpleTbl{border:solid 1px #333;border-top:0;background-color:rgba(255,255,255,0.15);border-radius:0 0 3px 3px;border-bottom:2px solid #000}
.shopCont .subTab{margin:10px}#subContentArea .subTab{margin:10px 0}
.shopCont .infoBox{padding:5px 10px;min-height:195px}
#searchItemCont,#searchStockItemCont,#searchExItemCont{width:40%;clear:both;margin:15px 0 0 1%}
#searchItemCont #searchKey,#searchStockItemCont #searchKey,#searchExItemCont #searchKey{margin-top:2px;padding:2px;font-size:1em;width:90%;float:left;height:16px}
#searchItemCont .tabAttached,#searchStockItemCont .tabAttached,#searchExItemCont .tabAttached{margin:10px 0}
#searchItemCont .gridHeader,#selectedItemsCont .gridHeader,#paymentCont .gridHeader,#rightList .gridHeader,#searchStockItemCont .gridHeader,#selectedStockItemsCont .gridHeader,#searchExItemCont .gridHeader,#selectedExItemsCont{padding:8px;border-radius:3px 3px 0 0}
#searchItemCont .infoBox,#selectedItemsCont .infoBox,#paymentCont .infoBox,#searchStockItemCont .infoBox,#selectedStockItemsCont .infoBox,#searchExItemCont .infoBox,#selectedExItemsCont .infoBox{border-radius:0 0 5px 5px;margin:0;padding:0;font-size:1em}
#searchItemCont th,#selectedItemsCont th,#searchStockItemCont th,#selectedStockItemsCont th,#searchExItemCont th,#selectedExItemsCont th{background:none;font-weight:normal;border-bottom:solid 1px #555;padding-top:4px;padding-bottom:4px}
#searchItemCont .itemImageTd,#selectedItemsCont .itemImageTd,#searchStockItemCont .itemImageTd,#selectedStockItemsCont .itemImageTd{width:50px}
#searchExItemCont .itemImageTd,#selectedExItemsCont .itemImageTd{width:60px}
#searchItemCont .add,#searchStockItemCont .add,#searchExItemCont .add{display:block;color:#fff;height:40px;line-height:40px;margin:5px;text-align:center;border-radius:5px;background:rgba(0,0,0,0.3);border:solid 1px rgba(255,255,255,0.15);box-shadow:0 0 3px rgba(255,255,255,0.1)}
#searchStockItemCont .add,#searchExItemCont .add{background:rgba(30,30,30,0.5);}
#searchStockItemCont .add:focus,#searchExItemCont .add:focus{box-shadow:0 0 3px rgba(255,255,255,0.3)}
.headerTblCont{
	background: -webkit-gradient(linear, left top, left botom, from(#555), to(#444));
	background: -webkit-linear-gradient(top, #555, #444);
	background: -moz-linear-gradient(top, #555, #444);}
#searchItemCont td.itemAddTd,#searchItemCont th.itemAddTd,#searchStockItemCont th.itemAddTd,#selectedStockItemsCont th.itemAddTd,#searchExItemCont .itemAddTd,#selectedExItemsCont th.itemAddTd{padding:0 3px 0 0;width:50px;}
/*#searchItemCont #salesItemListTbl .add{height:40px;line-height:40px;margin:5px;text-align:center;border-radius:5px;background-color:rgba(0,0,0,0.3);border:solid 1px rgba(255,255,255,0.15);box-shadow:0 0 3px rgba(255,255,255,0.1)}*/
#searchItemCont #salesItemListTbl .add:focus{outline:none}
/*#searchItemCont #salesItemListTbl .prAdd{height:22px;}*/
#selectedItemsCont,#selectedStockItemsCont,#selectedExItemsCont{position:relative}
#selectedItemsCont .infoBox{}
#selectedItemsCont .infoBox table,#selectedStockItemsCont .infoBox table,#selectedExItemsCont infoBox table{table-layout:fixed}
#selectedItemsCont span.itemCode,#selectedStockItemsCont span.itemCode,#selectedExItemsCont span.itemCode{padding-right:5px;display:none}
#selectedItemsCont,#selectedStockItemsCont,#selectedExItemsCont{width:56%;position:fixed;right:10px;top:60px}
#selectedExItemsCont{width:54%}
#searchStockItemCont{width:37%}
#selectedStockItemsCont{width:60%}
.companyMain #selectedItemsCont,.companyMain #selectedStockItemsCont,.companyMain #selectedExItemsCont{top:84px}
.companyMain .fse #selectedItemsCont{top:65px}
#selectedItemsCont .infoBox table,#selItems,#selectedStockItemsCont .infoBox table,#selStockItems,#selExItems,#selectedExItemsCont .infoBox table{margin:0 0.5%;width:99%}
#selectedStockItemsCont .infoBox #selStockItems{width:99%}
#selectedStockItemsCont .infoBox #headerTbl{width:98.5%}
#selectedItemsCont input.number,#searchItemCont .itemPriceTd input.number,.oSpec input,#selectedStockItemsCont input.number,#searchStockItemCont .itemPriceTd input.number,#searchExItemCont .itemPriceTd input.number,#selectedExItemsCont input.number{width:96%;border-radius:2px;font-size:1em;text-align:right;padding:1px;margin:0}
#selectedItemsCont .totalCont input.number,#selectedStockItemsCont .totalCont input.number,#selectedExItemsCont .totalCont input.number{width:44px;font-size:0.9em;}
#selectedItemsCont td,#selectedItemsCont th,#selectedStockItemsCont td,#selectedStockItemsCont th,#selectedExItemsCont th,#selectedExItemsCont td{padding:4px 2px;text-align:right}
#selectedItemsCont td.checkbox,#selectedItemsCont th.checkbox,#selectedStockItemsCont td.checkbox,#selectedStockItemsCont th.checkbox,#selectedExItemsCont th.checkbox,#selectedExItemsCont td.checkbox{width:15px}
#selectedItemsCont td.sl,#selectedItemsCont th.sl,#searchItemCont .sl,#selectedStockItemsCont td.sl,#selectedStockItemsCont th.sl,#searchStockItemCont .sl,#searchExItemCont .sl,#selectedExItemsCont .sl{width:15px}
#selectedItemsCont td.itemInfo,#selectedItemsCont th.itemInfo,#selectedItemsCont td.accName,#selectedItemsCont th.accName,#selectedStockItemsCont td.itemInfo,#selectedStockItemsCont th.itemInfo,#selectedStockItemsCont td.accName,#selectedStockItemsCont th.accName,#selectedExItemsCont th.itemInfo,#selectedExItemsCont td.itemInfo,#selectedExItemCont th.accName,#selectedExItemCont td.accName{text-align:left}
#selectedItemsCont td.accName,#selectedItemsCont th.accName,#selectedStockItemsCont td.accName,#selectedStockItemsCont th.accName,#selectedExItemsCont th.accName,#selectedExItemsCont td.accName{width:170px}
#selectedItemsCont td.itemQuantity,#selectedItemsCont th.itemQuantity,#selectedStockItemsCont td.itemQuantity,#selectedStockItemsCont th.itemQuantity,#selectedExItemsCont th.itemQuantity,#selectedExItemsCont td.itemQuantity{width:40px}
#selectedStockItemsCont .itemFree{width:30px;}
#selectedItemsCont td.discountPC,#selectedItemsCont th.discountPC,#selectedStockItemsCont td.discountPC,#selectedStockItemsCont th.discountPC,#selectedExItemsCont th.discountPC,#selectedExItemsCont td.discountPC{width:35px}
#selectedItemsCont td.itemPrice,#selectedItemsCont td.totalPrice,#selectedItemsCont th.itemPrice,#selectedItemsCont th.totalPrice,#searchItemCont .itemPriceTd,#searchItemCont .itemAvailTd{width:70px}
#selectedItemsCont td.itemMrp,#selectedItemsCont td.itemMrp{width:60px;}#selectedItemsCont td #itemMrp{padding-top:7px}
#selectedItemsCont th.discount,#selectedStockItemsCont th.discountPC,#selectedStockItemsCont th.discount,#selectedStockItemsCont th.cgst,#selectedStockItemsCont th.sgst,#selectedStockItemsCont th.igst{font-size:0.8em}
#selectedItemsCont th.discount, #selectedItemsCont td.discount{width:50px}
#selectedItemsCont th.cgst, #selectedItemsCont td.cgst,#selectedItemsCont th.sgst, #selectedItemsCont td.sgst,#selectedItemsCont th.igst, #selectedItemsCont td.igst{width:35px}
#selectedExItemsCont th.cgst, #selectedExItemsCont td.cgst,#selectedExItemsCont th.sgst, #selectedExItemsCont td.sgst,#selectedExItemsCont th.igst, #selectedExItemsCont td.igst{width:35px}
#selectedStockItemsCont th.cgst, #selectedStockItemsCont td.cgst,#selectedStockItemsCont th.sgst, #selectedStockItemsCont td.sgst,#selectedStockItemsCont th.igst, #selectedStockItemsCont td.igst{width:37px}
#selectedItemsCont td.cgst input, #selectedItemsCont td.sgst input, #selectedItemsCont td.igst input{width:95%}
#selectedStockItemsCont .itemPrice,#selectedStockItemsCont .discount,#selectedStockItemsCont .totalPrice,#searchStockItemCont .itemPriceTd,#searchStockItemCont .itemAvailTd,#selectedStockItemsCont .itemMRP{width:70px}
#selectedExItemsCont .itemPrice,#selectedExItemsCont .discount,#selectedExItemsCont .totalPrice,#selectedExItemsCont .itemPriceTd,#searchExItemCont .itemPriceTd,#selectedExItemsCont .itemAvailTd,#searchExItemCont .itemAvailTd{width:70px}
#selectedItemsCont td.remove,#selectedItemsCont th.remove,#selectedStockItemsCont td.remove,#selectedStockItemsCont th.remove,#selectedExItemsCont th.remove,#selectedExItemsCont td.remove{width:15px;padding-top:5px}
#selectedItemsCont td.itemPrice,#selectedItemsCont td.totalPrice,#selectedStockItemsCont td.itemPrice,#selectedStockItemsCont td.totalPrice,#selectedExItemsCont td.itemPrice,#selectedExItemsCont td.totalPrice{line-height:15px}
#selectedItemsCont .totalCont td,#selectedStockItemsCont .totalCont td,#selectedExItemsCont .totalCont td{padding:2px 4px}
#selectedItemsCont tfoot>tr:last-child>td,#selectedItemsCont .bdrBtm td,#selectedStockItemsCont tfoot>tr:last-child>td,#selectedStockItemsCont .bdrBtm td,#selectedExItemsCont tfoot>tr:last-child>td,#selectedExItemsCont .bdrBtm td{border-bottom:solid 1px #ddd;padding-bottom:5px}
#selectedItemsCont .bdrTop td,#selectedStockItemsCont .bdrTop td,#selectedExItemsCont .bdrTop td{border-top:solid 1px #555;}
#selectedItemsCont tfoot>tr.grand>td,#selectedStockItemsCont tfoot>tr.grand>td,#selectedExItemsCont tfoot>tr.grand>td{border-top:solid 1px #555}
#selectedItemsCont a.removeAll,#selectedStockItemsCont a.removeAll,#selectedExItemsCont a.removeAll{background:#a00;color:#fff;float:right;padding:2px 5px;font-weight:normal;font-size:0.8em;text-transform:uppercase;border-radius:2px}
#selectedItemsCont a.disabled,#selectedStockItemsCont a.disabled,#selectedExItemsCont a.disabled{background-color:#666;cursor:default;color:#999}
#selectedItemsCont a.remove,#selectedStockItemsCont a.remove,#selectedExItemsCont a.remove{background:#a00;float:right;font-weight:bold;font-size:0.7em;font-family:verdana;text-transform:uppercase;line-height:14px;width:14px;color:#fff;text-align:center;border-radius:2px}
#selectedItemsCont .signature,#selectedStockItemsCont .signature,#selectedExItemsCont .signature{padding:5px 5px 10px}
#selectedItemsCont .buttons,#selectedStockItemsCont .buttons,#selectedExItemsCont .buttons{background-color:rgba(255,255,255,0.1);text-align:right;padding:4px}
#selectedItemsCont .moreInfo,#selectedStockItemsCont .moreInfo,#selectedExItemsCont .moreInfo{background-color:#000;position:relative;width:100%;height:50px}
#selectedItemsCont .moreInfo textarea,#selectedStockItemsCont .moreInfo textarea,#selectedExItemsCont .moreInfo textarea{position:absolute;top:10%;left:2%;width:95%;border:solid 1px #ccc;border-radius:3px;padding:0;height:70%;resize:none}
#selectedItemsCont .ncsb,#selectedStockItemsCont .ncsb,#selectedExItemsCont .ncsb{float:left;width:80%}
#selectedStockItemsCont .ncsb{width:77%}
#selectedItemsCont .paymentTbl #amt,#selectedStockItemsCont .paymentTbl #amt,#selectedExItemsCont .paymentTbl #amt{width:120px;font-size:1.8em;}
#selectedItemsCont .paymentTbl td:first-child,#selectedStockItemsCont .paymentTbl td:first-child,#selectedExItemsCont .paymentTbl td:first-child{text-align:right;width:40%}
#selectedItemsCont .paymentTbl td,#selectedStockItemsCont .paymentTbl td,#selectedExItemsCont .paymentTbl td{text-align:left}
#searchStockItemCont .itemMrpTd{width:70px}
#selItems td,#selStockItems td,#selExItems td{vertical-align:top}
#selItems,#selStockItems,#selExItems{overflow:hidden;border-bottom:solid 1px #555;}
#custInfo{float:left;width:85%}
#custInfo.hasPO{width:80%}
#custInfo fieldset,#accountInfo fieldset{border:solid 1px #555;border-radius:3px;margin:2px 5px;padding:5px;overflow:hidden}
#custInfo input,#accountInfo input{font-size:1em;margin-bottom:5px}
#custInfo .custNameCont{width:64%;float:left;}
#accountInfo .custNameCont{width:56%;float:left;}
#custInfo input.custName,#accountInfo input.custName{width:100%;}
#custInfo input.custPhone{width:15%;float:right}
#accountInfo input.custPhone{width:17%;float:right}
#custInfo input.custAddress,#accountInfo input.custAddress{clear:both;width:99%}
#custInfo label>input,#accountInfo label>input{float:left;margin:0 5px 0 0}
#custInfo label.newCust,#custInfo label.oldCust{width:8%;margin:2px 1% 0 0;float:left}
#accountInfo label.newCust,#accountInfo label.oldCust{width:9%;margin:2px 2% 0 0;float:left;text-align:left}
.custNameCont .searchcontainer,.custNameCont .searchcontainer ul,.custNameCont .searchcontainer .yui-ac-content{width:100%;}
.custNameCont .searchcontainer li.yui-ac-highlight{background-color:#fffcee}
a.collapsed,a.exco{background-color:#222;color:#fff;font-size:10px;height:12px;line-height:2px;width:12px;text-align:center;display:inline-block;vertical-align:middle;border-radius:2px;margin-left:4px;font-weight:normal}
a.collapsed{font-size:12px;line-height:12px;}
a.exco:hover,a.exco:focus,.moreInfoBtn:hover,.moreInfoBtn:focus{background-color:#000;outline:none}
#dateTime{float:right;padding:2px 5px;background-color:#666;margin:8px 5px 0;width:auto}
.detailsTr .moreInfo,.detailsTr .historyCont{display:none;padding:10px;background-color:#000}
.detailsTr td{background-color:#000;color:#999;padding:0}
.detailsTr .moreInfo th,.historyCont th{background:#000;padding:0 2px 2px;border-bottom:solid 1px #555;text-align:right}
.detailsTr .moreInfo td,.historyCont td{padding:0 2px 2px;text-align:right}
.detailsTr .moreInfo td.tal,.detailsTr .moreInfo th.tal,.historyCont th.tal,.historyCont td.tal{text-align:left}
.totalCont{overflow:hidden}
#paymentConfirmation{text-align:center}
#paymentConfirmation #paymentAmount{font-size:2em;margin:10px auto;width:160px;text-align:center}
#paymentConfirmation span#paymentAmount{padding:5px 0;background-color:#444;display:block;border:solid 1px #666;border-radius:3px;color:#888}
.ptCont .modes label{margin-right:15px}.ptCont .modes label:last-child{margin-right:0}
.ptCont .modes label>input{margin:0}
.ptCont .modeFields input{font-size:1em;margin:5px 2px;width:190px}
.ptCont .noteField input{width:390px;margin-top:5px;}
.ptCont .purchaseOrderNoField input{width:390px;margin-top:5px;}
ul.ui-autocomplete{background:#f6f6f6;}
ul.ui-autocomplete{max-height:250px;overflow:auto}
.ui-autocomplete a.ui-state-hover{background:#fffcee;}
.ui-autocomplete li span{display:block;line-height:14px;color:#ccc;}
.ui-autocomplete li.autoItem span{display:inline}
.ui-autocomplete li.autoItem span.highlight{color:#afa;}
.ui-autocomplete li span.cname{text-transform:uppercase;color:#afa;}
.ui-autocomplete li{border-top:solid 1px #222;border-bottom:solid 1px #333;padding-bottom:2px;}
.ui-autocomplete li:first-child{border-top:none}.ui-autocomplete li:last-child{border-bottom:none}
.moreInfoBtn{background-color:#161616;color:#fff;display:inline-block;padding:1px 0;width:45px;text-align:center}
.moreInfoBtn.on{background-color:#000}
.accountsList{max-height:300px}
.accountsList a{color:#333}

@-moz-document url-prefix() {
    #selectedItemsCont td.itemPrice,#selectedItemsCont td.totalPrice{line-height:16px}
	#selectedItemsCont td.remove,#selectedItemsCont th.remove,#searchedItems .itemAddTd{padding-top:5px}
}
.itemInfoTbl td{vertical-align:top;background-color:#000}
.itemInfoTbl .itemDetails{background-color:#222;text-align:left}
.itemInfoTbl .itemDetails .content{padding:5px}
.moreInfo .fieldsTbl input[type="text"],.moreInfo .fieldsTbl input[type="number"],.transferCont .fieldsTbl input[type="text"],.transferCont .fieldsTbl input[type="number"]{width:98%;font-size:.9em;padding:1%}
.moreInfo .fieldsTbl td{padding:2px 4px;text-align:left}
.actions{vertical-align:bottom;padding-bottom:0;width:60px;}
.actions a{float:left;width:24px;height:24px;margin-bottom:-1px;}
.actions a.active{background-color:#000}
.actions .update{background:url(../images/update.png) center center no-repeat;}
.actions .history{background:url(../images/history.png) center center no-repeat;}
.actions .exchange{background:url(../images/exchange.png) center center no-repeat;float:none;display:inline-block;}
.actions .transfer{background-color:#000;width:auto;height:auto;padding:2px 5px;margin:2px 4px;border-radius:3px}
.actions .transfer.active{margin-bottom:-2px;border-radius:3px 3px 0 3px;padding-bottom:7px}
.shopCont .print{background:url(../images/print.png) center center no-repeat;display:block;padding:10px}
.historyCont{background-color:#000}
.historyCont th{background:#000}
.receiptItemListTr>td{padding:0}
#searchItemCont .receiptItemListTr th,#searchItemCont .detailsTr th,.receiptItemListTr td{padding:2;color:#999;vertical-align:top}
#searchItemCont .moreInfo{background-color:#000;}
#searchItemCont #receiptListTbl th,#searchItemCont .detailsTr th{border-color:#333;}
#paymentCont{width:45%;float:left;margin:15px 0 0 10px}
#paymentCont .infoBox{padding-top:20px}
#paymentCont .paymentTbl td:first-child{text-align:right;width:30%}
#rightList{float:right;width:52%;margin:15px 10px 0 0}
#salesReturn #selectedItemsCont,#purchaseReturn #selectedItemsCont,#placeOrder #selectedItemsCont{margin-top:35px}
#dueCustomer{min-height:200px;background-color:#444;border-bottom:2px solid #000;border-radius:0 0 5px 5px}
#dueCustomer .simpleTbl{border:0;background-color:#494949}

#salesChartCont canvas,#transChartCont canvas{border-radius:0}
#salesChartCont .canvCont,#transChartCont .canvCont{overflow:hidden}/*{border:solid 1px #444;border-bottom-color:#333}*/
.twoCols{overflow:hidden}
.twoCols .leftCol,.twoCols .rightCol{width:48%;margin-top:30px}
.twoCols .leftCol{float:left;margin-left:1%}
.twoCols .rightCol{float:right;margin-right:1%}
.twoCols .subTab1{margin:0}
.canvCont h4{padding:8px;background:rgba(255,255,255,0.1);border-radius:2px 2px 0 0}
.canvCont h4 span,.canvCont h4 a{font-weight:normal;margin:0 3px;background-color:#111;border-radius:3px;padding:4px 8px}
.canvCont h4 span{background-color:#222}
.canvCont h4 .datePicker{font-size:0.9em;width:60px;margin-top:-3px}
.canvCont canvas{background-color:rgba(255,255,255,0.3)}
.chartLegend{padding:5px 10px;background:rgba(255,255,255,0.3);border-radius: 0 0 5px 5px;text-align:right}
.chartLegend>span{position:relative;font-size:3px;top:-2px;padding:0 8px;margin:0 5px 0 15px;}
.shopCont .subTabCont th{background:transparent;border-bottom:solid 1px #222}

.nano {position :relative;height:100%;overflow:hidden;}
.nano .content {position: absolute;overflow: scroll;overflow-x:hidden;top:0;right:0;bottom:0;left:0;border:none}
.nano .content:focus {outline:thin dotted;}
.nano .content::-webkit-scrollbar {visibility: hidden;}
.has-scrollbar .content::-webkit-scrollbar {visibility: visible;}
.nano > .pane {background : rgba(80,80,80,.25);position:absolute;width:7px;right: 0;top: 0;bottom: 0;
  visibility: hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity: .01; 
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  border-radius         : 5px;
}
.nano > .pane > .slider {background: rgba(0,0,0,.5);position: relative;margin: 0 1px;border-radius: 3px;}
.moreInfo .nano > .pane > .slider{background:rgba(255,255,255,.5);}
.nano:hover > .pane, .pane.active, .pane.flashed {visibility : visible\9; /* Target only IE7 and IE8 with this hack */opacity    : 0.99;}

.ui-dialog .nano > .pane {background : rgba(80,80,80,1);opacity: .01;}
.ui-dialog .nano > .pane > .slider {background: rgba(255,255,255,.5);}
.ui-dialog .nano:hover > .pane, .ui-dialog .pane.active, .ui-dialog .pane.flashed {visibility : visible\9; /* Target only IE7 and IE8 with this hack */opacity    : 0.99;}

#priceRange{background:rgba(0,0,0,0.1);height:4px;margin-top:3px;border:none;box-shadow:0 0 3px rgba(255,255,255,0.2)}
#priceRange .ui-slider-handle{background:rgba(0,0,0,0.8);border:none;border-radius:2px;width:5px;height:10px;margin-left:-2px;top:-3px;cursor:pointer}
#priceRange .ui-slider-handle.ui-state-focus{background:rgba(155,255,0,0.8)}
#priceRange .ui-slider-range{background:rgba(0,0,0,0.2);}
#loading{background:url(../images/spinner.gif) center center no-repeat rgba(255,255,255,0.8);position:absolute;z-index:1003}
#printerSelect .wait{background:url(../images/spinner.gif) center center no-repeat;padding:12px;}

.addExpBox{display:none;padding:10px;width:330px;position:absolute;right:10px;border-radius:0 0 5px 5px;background:rgba(0,0,0,0.9);margin-top:-14px}
.addExpBox input{font-size:1em}
.addExp{float:right;background-color:#111;color:#999;display:inline-block;padding:4px 8px 5px;text-align:center;border-radius:3px}
#direct,#indirect{padding:0 10px}
.addExpCont{float:right;margin-left:10px}
.infoBox th{background:none;border-bottom:solid 1px rgba(255,255,255,0.1)}
.infoBox .fieldTd input{font-size:1em;width:100%}
.bkbtn{float:right;padding:2px 5px;color:#999;border-radius:2px;min-width:40px;text-align:center;background:rgba(0,0,0,0.8)}
.bkbtn:hover{background:#000}
.subInfoHead .editProfile,.subInfoHead .saveProfile,.subInfoHead .cancelEdit{text-transform:none;padding:2px 2px 2px 18px;cursor:pointer;margin-left:4px}
.saveProfile{background:url(../images/tick_save.png) 0 0 no-repeat}
.cancelEdit{background:url(../images/cancel_16x16.png) 0 0 no-repeat;}


body .ui-datepicker select.ui-datepicker-month, body .ui-datepicker select.ui-datepicker-year{width:auto}
body .ui-widget-content{background:rgba(40,40,40,0.9);border:1px solid rgba(200,200,200,0.3);color:#ccc;box-shadow:0 0 3px #000}
body .ui-widget-content.ui-dialog-content{box-shadow:none}
body .ui-dialog-buttonpane{border-color:#3c3c3c;box-shadow:0 0 2px #000;position:relative;}
body .ui-widget-header{background:rgba(0,0,0,0.4);border:none;}
body .ui-state-default, body .ui-widget-content .ui-state-default, body .ui-widget-header .ui-state-default{background:rgba(255,255,255,0.1);border:1px solid rgba(200,200,200,0.2);color:#fff}
body .ui-state-highlight, body .ui-widget-content .ui-state-highlight, body .ui-widget-header .ui-state-highlight{background:rgba(0,0,0,0.4);border:1px solid rgba(200,255,0,0.4);color:#fff}
body .ui-state-highlight a,body .ui-widget-content .ui-state-highlight a,body .ui-widget-header .ui-state-highlight a{color:#fff}
body .ui-state-hover, body .ui-widget-content .ui-state-hover, body .ui-widget-header .ui-state-hover, body .ui-state-focus, body .ui-widget-content .ui-state-focus, body .ui-widget-header .ui-state-focus,body .ui-widget-content a.ui-state-hover {background:#000;border-color:#000}
body .ui-state-hover .ui-icon, body .ui-state-focus .ui-icon {background-image: url(ui-lightness/images/ui-icons_ffffff_256x240.png); }
body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:none;text-align:center}
body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset.altOn .ui-button-text>span{color:#df6;text-decoration:underline}
body .ui-datepicker td.ui-datepicker-current-day a{border:1px solid rgba(200, 255, 0, 0.4)}

.ui-dialog-buttonpane a.ui-button{margin:8px 5px 0 0;padding:5px 10px;position:absolute;top:0px}

.ledgerDetCont select{margin:0;width:100%}
.watermark{position:absolute;height:100%;opacity:0.1;z-index:1;display:none}

.editImg{
background: -webkit-radial-gradient(circle, rgba(255,255,255,0.5) 10%, rgba(0,0,0,0.1), rgba(0, 0, 0, 0));
background: -o-radial-gradient(circle, rgba(255,255,255,0.5) 10%, rgba(0,0,0,0.1), rgba(0, 0, 0, 0));
background: -moz-radial-gradient(circle, rgba(255,255,255,0.5) 10%, rgba(0,0,0,0.1), rgba(0, 0, 0, 0));
background: radial-gradient(circle, rgba(255,255,255,0.5) 10%, rgba(0,0,0,0.1), rgba(0, 0, 0, 0));
}
.deleteImg{
background: -webkit-radial-gradient(circle, rgba(255,55,0,0.5) 20%, rgba(255,255,0,0.05), rgba(0, 0, 0, 0));
background: -o-radial-gradient(circle, rgba(255,55,0,0.5) 20%, rgba(255,255,0,0.05), rgba(0, 0, 0, 0));
background: -moz-radial-gradient(circle, rgba(255,55,0,0.5) 20%, rgba(255,255,0,0.05), rgba(0, 0, 0, 0));
background: radial-gradient(circle, rgba(255,55,0,0.5) 20%, rgba(255,255,0,0.05), rgba(0, 0, 0, 0));
}


.tablesCont .leftNav{width:90px;z-index:10}
#tblList{list-style:none;padding:5px 0}
#tblList>li{padding:10px 10px 0;text-align:center}
#tblList>li>a{display:block;text-align:center;font-size:1.2em;height:40px;line-height:38px;background-color:rgba(0,0,0,0.3);color:#666;border-radius:3px;border:1px solid rgba(0,0,0,0.2);position:relative;}
#tblList>li>a:hover,#tblList>li>a.on,#tblList>li>a.occupied{background-color:rgba(0,0,0,0.8);color:#fff;}
#tblList>li>.occupied{box-shadow:0 0 3px #480;border-color:rgba(255,255,255,0.2)}
#tblList>li>.occupied>span:first-child{display:block;position:absolute;background:#111;border-radius:12px;left:-8px;top:-8px;width:18px;line-height:18px;}
#tblList>li>.occupied>span{display:none}
#tblList>li.touched>a{background-color:rgba(0,0,0,0.8);color:#fff;box-shadow:0 0 3px #480;}
.ordersCont{padding-left:90px}
.ordersCont #selectedItemsCont{width:54%}
.occupied .iCount,.occupied .tPrice{font-size:0.8em;line-height:14px}
.occupied .iCount{margin-top:4px}

.focused{background-color:rgba(0,0,0,0.8)}
.focused td{border:1px solid rgba(255,255,255, 0.6);border-width:1px 0;}
.focused td:first-child{border-width:1px 0 1px 1px}
.focused td:last-child{border-width:1px 1px 1px 0}

.searchSubmit{background:url(../images/searchbg.png) no-repeat center center rgba(255,255,255,0.2);cursor:pointer;height:16px;width:16px;float:left;margin-top:2px}
.shortcutkeys{display:inline-block;padding:1px 3px 0;background-color:#000;box-shadow:0 0 3px #9cf;font-size:0.8em;}
#skBox{position:fixed;background-color:rgba(0,0,0,0.95);top:0;right:0;bottom:0;left:0;z-index:1010}
#skBox h2{text-align:center;padding-top:20px;text-transform:uppercase;font-weight:normal;font-size:1.6em}
#skBox span.esc{position:absolute;right:8px;top:5px}
#kListCont{width:85%;overflow:hidden}
.kList{width:48%;list-style:none;padding:10px 0;margin:0 1%;background-color:rgba(255,255,255,0.1);border-radius:5px;color:#999;float:left}
.kList li{margin:5px 15px}
.kList li>span.skc{min-width:35px;display:inline-block;padding:5px;text-align:center;margin-right:5px;color:#fff;background-color:rgba(0,0,0,0.5);border-radius:3px}
.kList li.head{padding:10px 0 3px;}

.starCont{width:18px}
.starred{background:url(../images/star.png) no-repeat -1px center;display:inline-block;width:18px;height:14px}
.starred.yes{background-position:-21px center}
.starCont .tip{width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:6px solid rgba(0,0,0,0.9);position:absolute;margin:-1px 0 0 2px}
.starNote{background-color:rgba(0,0,0,0.9);padding:10px;position:absolute;border-radius:3px;margin-top:5px}
.starNote input.starNoteTxt{display:block;margin:5px 0;width:200px;font-size:0.9em}
.starNote input[type="button"]{margin-right:5px;font-size:0.9em;cursor:pointer}

#lastTransAmt,#outOfStock{position:absolute;padding:5px 10px;background-color:rgba(0,0,0,0.8);font-size:1.6em;border-radius:3px}
.nanoCont{margin:0 10px 10px;}


/* CREATE/EDIT FORMS AND SHOW PAGES */
fieldset,.property-list {margin: 0.6em 1.25em 0 1.25em;padding: 0.3em 1.8em 1.25em;position: relative;zoom: 1;border: none;}
.property-list .fieldcontain {list-style: none;overflow: hidden;zoom: 1;}
.fieldcontain {margin-top: 1em;}
.fieldcontain label,.fieldcontain .property-label {color:#666666;text-align:right;width:23%;}
.fieldcontain .property-label {float: left;}
.fieldcontain .property-value {display: block;margin-left: 27%;}
.scaffold-list h1 {border: none;}

.eventCont .content{border:solid 1px rgba(255,255,255,0.1);width:40%;margin:20px auto;box-shadow:0 0 5px #000;border-radius:5px;background:rgba(0,0,0,0.2)}
.eventCont .content input[type=text]{width:50%;font-size:1em}
.eventCont .content #description{width:50%;height:40px}
fieldset.buttons{text-align:center}
fieldset.buttons input{font-size:1em}
.eventCont .content h1 {border-bottom: 1px solid #333;margin: 0.8em 1em 0.3em;padding:0 0 5px;}
.eventCont .title{margin:5px 10px}
.eventCont .nav{margin:0 5px 5px}
.eventCont .nav li{float:none}
.eventCont .nav li a{display:block;color:#999}
.eventCont .nav li a.calendar{padding:5px 8px;background-color:#000}
.eventCont .nav li a:hover{color:#fff}

.orderFormActionsTd a, .orderDeliveryActionsTd a, .orderActionsTd a,a.addForm{display:inline-block;background-color:#000;padding:1px 5px;margin:3px 0 0 2px;box-shadow:0 0 2px rgba(255,255,255,0.3);border-radius:3px;}
.salesReceived,.salesEdit, .salesCancel{display:inline-block;background-color:#000;padding:1px 5px;margin:3px 0 0 2px;box-shadow:0 0 2px rgba(255,255,255,0.3);border-radius:3px;}
a.addForm{float:right;font-weight:normal;font-size:.85em;padding:2px 5px;margin-top:0px}

.parentLinks{background:url(../images/triangle-right.gif) no-repeat 95% center;text-indent:10px;color:#ccc;cursor:pointer;position:relative;width:110px;padding:4px 0}
.parentLinks ul{display:none;list-style:none;background-color:#111;border-bottom:solid 1px #000;border-radius:0 0 5px 5px;position:absolute;padding:1px 1%;margin:0;width:98%}
.parentLinks ul li{color:#06f;cursor:pointer;padding:4px 2px;text-indent:4px}
.parentLinks ul li:hover{background-color:#000;}
.parentLinks:hover{background:#111 url(../images/triangle-down.gif) no-repeat 95% 10px;text-indent:10px;color:#fff}
.parentLinks:hover ul{display:block;}

.superCont{padding:10px}
#attendanceDataSheet tr td,#attendanceDataSheet tr th{opacity:.1;width:23px;text-align:center;padding:2px 0}
#attendanceDataSheet tr td{padding:5px 0}
#attendanceDataSheet.visAll tr td,#attendanceDataSheet.visAll tr th,#attendanceDataSheet tr td.enrlNo,#attendanceDataSheet tr th.enrlNo,#attendanceDataSheet tr td.rollNo,#attendanceDataSheet tr th.rollNo,#attendanceDataSheet tr td.studNm,#attendanceDataSheet tr th.studNm,#attendanceDataSheet tr td.activeCol,#attendanceDataSheet tr th.activeCol{opacity:1}
#attendanceDataSheet tr .enrlNo,#attendanceDataSheet tr .rollNo,#attendanceDataSheet tr .studNm{text-align:left;padding:5px}
#attendanceDataSheet tr th.enrlNo,#attendanceDataSheet tr th.rollNo,#attendanceDataSheet tr th.studNm{padding:2px 5px}
#attendanceDataSheet tr .enrlNo{width:100px;}
#attendanceDataSheet tr .rollNo{width:40px;}
#attendanceDataSheet tr .studNm{width:170px;}
#attendanceDataSheet tr td.attSun,#legendsCont .attSun{background-color: #f3f3f3;color: #f00}
#attendanceDataSheet tr td.attHol,#legendsCont .attHol{background-color: #f3f3f3;color: #999}
#attendanceDataSheet tr td.attAbs,#legendsCont .attAbs{background-color: #ff9;color:#000}
#attendanceDataSheet tr td.attLea,#legendsCont .attLea{background-color: #9ff;color:#000}
#attendanceDataSheet tr td.attRos,#legendsCont .attRos{background-color: #d1f542;color:#000}

#attendanceDataSheet .tblHead,#attendanceDataSheet .tblBody{border:solid 1px #111;}
#attendanceDataSheet .tblHead{border-width:0 1px;padding-right:17px;border-top:solid 1px #111}
#attendanceDataSheet .tblHead table,#attendanceDataSheet .tblBody table{background-color:#111;width:auto;table-layout:fixed}
#attendanceDataSheet .tblHead th{background-color:#000}
#attendanceDataSheet .tblBody{overflow-y:scroll;overflow-x:auto; max-height:350px;}
#attendanceDataSheet.visAll th.attSaved{cursor:pointer}
#attendanceDataSheet th.attSaved,#legendsCont .attSaved{background:#c5ed9c url(../images/att_saved_bg.gif) repeat-x;}
#attendanceDataSheet th.attNow{background:#c5ed9c url(../images/att_now_bg.gif) repeat-x;}

#attBtnsCont{height:15px;background-color:#fff;border:solid 1px #f90;padding:4px;position:absolute;display:none;margin-top:-1px}
#attBtnsCont .whiteBorder{position:absolute;top:-1px;background:#fff;width:23px;height:1px}
#legendsCont{position:absolute;background-color:#fff;border:solid 1px #ccc;right:0px;top:3px;overflow:hidden}
#legendsCont .ttl{text-align:center;padding:2px 5px 4px;background-color:#eee;cursor:pointer}
#legendsCont ul{list-style:none;padding:5px 0;font-size:.8em;display:none;width:160px;}
#legendsCont li{padding:4px 10px;line-height:18px}
#legendsCont li>span{border:solid 1px #eee;padding:2px;float:left;width:14px;height:14px;line-height:14px;margin-right:10px;text-align:center}
#cancelEntryBtn,#saveEntryBtn,#markPBtn{cursor:pointer;float:left}
#cancelEntryBtn,#markPBtn{background:url(../images/att_cancel.png) no-repeat;width:45px;height:16px;margin-right:10px;}
#saveEntryBtn{background:url(../images/att_save.png) no-repeat;width:35px;height:16px}
#markPBtn{background:url(../images/att_markp.png) no-repeat;}
#attEditBtnsCont a{background:#fff url(../images/att_edit.gif) no-repeat center center;display:block;width:20px;height:14px;position:absolute;margin:2px 0 0 2px;cursor:pointer}
.attGridToolBar{padding:5px}
.attGridToolBar .export{float:left;width:45px;margin-right:80px}
.attMonthCont{text-align:center}#selectBody .attMonthCont .title_sub,.attMonthCont .title_sub{margin:0;font-size:1.2em;color:#fff;line-height:14px}
.attMonthCont a{background:url(../images/att_nextprev.gif) no-repeat;float:right;width:16px;height:16px;}
#attPrevMonth{float:left}#attPrevMonth:hover{background-position:left -26px}#attPrevMonth.disabled{background-position:left -52px}
#attNextMonth{background-position:-26px top}#attNextMonth:hover{background-position:-26px -26px}#attNextMonth.disabled{background-position:-26px -52px}
a.disabled{cursor:default;}
#sessionStdCont, #holidayAndEvents .gridHeader,#standardContainer .gridHeader{padding:3px 10px}
#attPCBar{width:100px;border:solid 1px #666;height:12px;border-radius:3px;}
#attPCBar span{float:left;height:12px;}
.attPCBarVal{margin-left:10px}
.attPCBarVal span{padding:5px}
.attPrsPC{background-color:#6c3}.attAbsPC{background-color:#f30}.attLeaPC{background-color:#0af;}
.attPrsPCTxt{color:#6c3}.attAbsPCTxt{color:#f30}.attLeaPCTxt{color:#0af;}
.studImage{width:150px;height:150px;border:solid 1px #ccc;margin-right:20px}
 #oftempInfo{padding:4px 4px 0}

.clearDt{position:absolute;padding:0 3px 1px;font-size:10px;line-height:11px;height:11px;background:#000;border-radius:2px}
.showUpTd{padding:0}
.showUp{background:url(../images/expcol.png) 0 12px no-repeat;display:block;height:40px;line-height:40px;width:20px}
.showUp:focus{outline:none}
.showUp.on{background-position:0 -34px}
.exchangeItemWith hr{border-color:#666}
#exchangeItemWith table{border:solid 1px #666}
#exchangeItemWith thead>tr>th{border-bottom:1px solid #666}
#exchangeItemWith th,#exchangeItemWith td{background-color:rgba(0,0,0,0.2);text-align:right}
#exchangeItemWith tr>th:nth-child(2),#exchangeItemWith tr>td:nth-child(2){text-align:left}


input:focus,select:focus,textarea:focus{
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { border-color:rgba(0,200,255,1);box-shadow:0 0 10px rgba(100,240,255,1); }
    50% { border-color:rgba(0,200,255,0);box-shadow:0 0 10px rgba(100,240,255,0); }
    100% { border-color:rgba(0,200,255,1);box-shadow:0 0 10px rgba(100,240,255,1); }
}

@-webkit-keyframes blinker {  
    0% { border-color:rgba(0,200,255,1);box-shadow:0 0 10px rgba(100,240,255,1); }
    50% { border-color:rgba(0,200,255,0);box-shadow:0 0 10px rgba(100,240,255,0); }
    100% { border-color:rgba(0,200,255,1);box-shadow:0 0 10px rgba(100,240,255,1); }
}

@keyframes blinker {  
    0% { border-color:rgba(0,200,255,1);box-shadow:0 0 10px rgba(100,240,255,1); }
    50% { border-color:rgba(0,200,255,0);box-shadow:0 0 10px rgba(100,240,255,0); }
    100% { border-color:rgba(0,200,255,1);box-shadow:0 0 10px rgba(100,240,255,1); }
}


/* from almaer.com/scrollbar/debug.html */

/* Turn on a 13x13 scrollbar */
::-webkit-scrollbar {width: 5px;height: 13px;}
::-webkit-scrollbar-button:vertical {background-color: gray;border: 1px dashed gray;}
/* Turn on single button up on top, and down on bottom */
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {display: block;}
/* Turn off the down area up on top, and up area on bottom */
::-webkit-scrollbar-button:vertical:start:increment,::-webkit-scrollbar-button:vertical:end:decrement {display: none;}
/* Place The scroll down button at the bottom */
::-webkit-scrollbar-button:vertical:increment {background-color:#F0F0F0;border: 1px #F0F0F0;height: 0px;}
/* Place The scroll up button at the up */
::-webkit-scrollbar-button:vertical:decrement {background-color: #F0F0F0;border: 1px  #F0F0F0;height: 0px;}
::-webkit-scrollbar-track:vertical {background-color: gray;border: 1px  gray;}
/* Top area above thumb and below up button */
::-webkit-scrollbar-track-piece:vertical:start {border: 1px solid #F0F0F0;}
/* Bottom area below thumb and down button */
::-webkit-scrollbar-track-piece:vertical:end {border: 1px  gray	;}
/* Track below and above */
::-webkit-scrollbar-track-piece {background-color: #F0F0F0;}
/* The thumb itself */
::-webkit-scrollbar-thumb:vertical {height: 50px;background-color: #bbb;}
/* Corner */
::-webkit-scrollbar-corner:vertical {background-color: black;}
/* Resizer */
::-webkit-scrollbar-resizer:vertical {background-color: gray;}

select{
}
select option{
    background: black;
}
.pending{background-color:#DEC426; color:black}
.expiring td{color:#f40;}

.redBorder{border: 2px solid red;border-color: red;}
.maroon{color:#0000FF}
.green{color:green;font-weight:bold}
.taxFree{background-color:#fe3;color:#000;display:inline-block;padding:1px 2px 0 0;font-size:0.75em}
.taxFree strong{font-size:1.4em;line-height:6px;float:left;margin:2px 2px 0}
.purchaseOrderNoField{margin:5px 5px 0 0;width:18%;float:right;text-align:right;}
.purchaseOrderNoField input{font-size:1em;width:90%}


.ledgerListForSMS{margin:0;padding:0;list-style-position:inside;list-style:none;
	-webkit-column-count: 4;-moz-column-count: 4;column-count: 4;
	-webkit-column-gap: 2px;-moz-column-gap: 2px;column-gap: 2px;
}
.ledgerListForSMS li{margin:0 0 2px;padding:5px;background-color:#333;cursor:pointer;}
.ledgerListForSMS li>label{display:inline-block;vertical-align:top;width:91%;cursor:pointer;}
.ledgerListForSMS li>label input{margin:0}
.ledgerListForSMS li:before {content:"\25CF";margin-right: 6px;color:#666}
.ledgerListForSMS li.selected:before {content: "\2713";color: #0f0;margin-right:4px;font-weight:bold;}
.ledgerListForSMS li.selected{background-color:#442;}
#loadTemp{background:url(../images/add.png) center center no-repeat;width:18px;height:18px;position:absolute;right:2px;top:1px}
#smsTxt{width:98%}
#smsTemp{display:none;position:absolute;height:100%;width:100%;background-color:rgba(255,255,255,0.2);top:0;left:0;overflow:auto}
#smsTemp ol{padding:0 0 0 25px;margin:0}
#smsTemp ol li{margin:2px;position:relative;padding:5px;}
#smsTemp ol li:hover{margin:2px;}
#smsTemp ol li .load{display:none;background:url(../images/addq.png) no-repeat center center rgba(0,0,0,0.2);width:100%;height:100%;left:-25px;top:0;position:absolute;padding:0 12px 0 13px}
#smsTemp ol li:hover .load{display:block}
.searchSMSTemp{padding:2px;background-color:#000;text-align:center;border:1px solid #666;}
.searchSMSTemp>input{font-size:1em;width:90%}
.totalR{text-align:center;background-color:#442;padding:4px;margin-bottom:10px;text-transform:uppercase;}

.forStaff{display:inline-block;font-size:0.8em}
.payrollStructure{margin-top:10px}
.payrollStructure fieldset{margin:10px 0 10px;border:solid 1px #ccc;padding:10px;}
.payrollStructure fieldset legend{text-transform:uppercase;font-weight:bold;padding:0 5px;}
.payrollStructure fieldset select,.payrollStructure fieldset input[type=text]{font-size:1em;padding:2px}
.payrollStructure #staffPayrollMaster select,.payrollStructure #staffPayrollMaster input[type=text]{width:150px;}
.payrollStructure #staffSalaryPayTransaction select,.payrollStructure #staffSalaryPayTransaction input[type=text]{width:80px;}
.payrollStructure .staffInfo{text-transform:uppercase;font-size:1.1em;padding:0 5px 2px;color:#c60;}
.payrollStructure .staffInfo .designation{text-transform:none;color:#999;font-weight:normal;}
.payrollStructure .chkList{padding-top:0}
.payrollStructure .chkList a{border:solid 1px #444;padding:4px;display:inline-block;margin:0 0 2px 5px;color:#999}
.payrollStructure .chkList a.checked{background-color:#230}.payrollStructure .chkList a.checked.fixed{background-color:#320}
.payrollStructure .chkList a.fixed{border-color:#850}
.payrollStructure .chkList a:before{background:url('../images/chkbox.png') no-repeat 0px -66px;padding:6px 6px 7px 7px;float:left;content:" ";margin:2px 5px 0 0}
.payrollStructure .chkList a:hover:before{background-position:-33px -66px}
.payrollStructure .chkList a.checked:before{background-position:0 0}
.payrollStructure .chkList a.checked:hover:before{background-position:-33px 0px}
.payrollStructure .chkList a input{width:40px;margin-left:5px;color:#fff}
.payrollStructure .chkList h3{font-weight:normal;padding:10px 6px 5px}

#staffSalaryHistory .simpleTbl{margin-top:23px}
#staffSalaryHistory .simpleTbl thead th{white-space:nowrap;font-weight:normal;}
#staffSalaryHistory .actions{padding:0;width:auto;text-align:center;}
#staffSalaryHistory .actions a{display:inline-block;width:16px;height:16px;margin:2px;float:none}
#staffSalaryHistory .actions a.paySlip{background:url('../images/print.png') no-repeat center center transparent}
#staffSalaryHistory .actions a.cancel{background:url('../images/cancel_16x16.png') no-repeat center center transparent}

.payrollBtns{text-align: right; padding: 5px 8px}
.payrollBtns .linkBtn{padding: 4px 14px; color: #fff; background: #4a0; border: none}
.payrollBtns .linkBtn.disabled{background:#ccc;color:#aaa}

.popupBox{position:fixed;left:0;top:0;background-color:rgba(0,0,0,0.9);width:100%;height:100%;z-index:100;display:none}
.popupCont{width:60%;height:auto;margin:50px auto 0;padding:20px;border-radius:5px;border:solid 3px #333;background-color:#222;position:relative;box-sizing:border-box}
.popupClose{padding:8px 6px;line-height:1px;color:#fff;background-color:#e00;border-radius:3px;position:absolute;right:0;top:0;z-index:10}

#staffSalaryHistory .actions .deductions{width:auto;height:12px;color: #fff; background: #09f; border: none;margin:2px;padding:2px 6px;border-radius:3px;}
#staffSalaryHistory .actions .deductions:before{content:'?';float:left}

.nameListCont{background-color:#474747;padding:10px;margin:0 10px 10px;width:65%;float:left}
.nameList{-moz-column-width:250px;-webkit-column-width:250px;column-width:250px;margin-top:10px;background-color:#6d6d6d}
.nameList li{padding:5px 5px 5px 3px;margin:2px}
.nameList .remove{background:url(../images/delete.png) left center no-repeat;cursor:pointer;padding:0 12px}
#smsTxtCont{width:28%;position:absolute;right:20px;padding:5px;margin:0}
#smsTxtCont textarea{width:93%;height:100px;resize:none;padding-right:5%}
#smsTxtCont td:first-child{vertical-align:top;text-align:right;}
.smsCount{margin:5px 10px}
#smsBalance{}
#smsAcc{width:39%;float:right;margin-top:5px;}
#smsAcc .frameCont{border:solid 1px #ddd;background-color:#f9f9f9;height:350px;display:none;}
#smsAcc h3{background-color:#ddd;border-radius:5px;padding:5px 10px;}
#smsAcc h3.expanded{border-radius:5px 5px 0 0;}
#smsAcc h3>.exco{margin:1px 0}
#remChar{font-style:italic;color:#666}
.birthdayList .sms{float:right;margin-top:0;font-weight:normal}
.message {
	background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
	border: 1px solid #b2d1ff;
	color: #006dba;
	margin: 10px 0 5px 0;
	padding: 5px 5px 5px 30px
}
.dashBox{box-sizing:border-box;float:left;width:99%;margin:2%;}
.quickLinks,.configLinks{display:table;border-spacing:10px;text-transform:uppercase;table-layout:fixed;width:100%;}
.quickLinks .row,.configLinks .row{display:table-row}
.quickLinks h2.row,.configLinks h2.row{font-weight:normal;white-space:nowrap}
.quickLinks a,.configLinks a{background-color:#494949;text-align:center;padding:0 5px;display:table-cell;width:20%;height:50px;color:white;vertical-align:middle;position:relative}
.quickLinks a:before,.configLinks a:before{content:'';border-left:10px solid transparent;border-top:10px solid #f3f6ff;position:absolute;right:0;top:0}
.quickLinks a:hover,.configLinks a:hover{color:#06f}
.quickLinks a:hover::before,.configLinks a:hover::before{border-top:10px solid #9cf}
.quickLinks1{text-transform:uppercase;margin-bottom:20px}
.quickLinks1::after{content:".";clear:both;color:#eee;font-size:0.1px;display:block}
.quickLinks1 h2{margin-left:5px}
.quickLinks1 a{height:50px;position:relative;width:calc(20% - 10px);margin:10px 5px;text-align:center;background-color:#fff;float:left;cursor:pointer;color:#333;}
.quickLinks1 a:before{content:'';border-left:10px solid transparent;border-top:10px solid #f3f6ff;position:absolute;right:0;top:0}
.quickLinks1 a:hover::before{border-top:10px solid #9cf}
.quickLinks1 a span{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:95%}
.quickLinks1 a:hover{color:#06f}