﻿@charset "utf-8";
/* CSS Document */


body {
	background:#85bc48;
	font: normal 13px Arial, Helvetica, sans-serif;
	outline:none;
}
h1, h2, h3 { line-height:normal; padding:0; margin:0 0 10px 0; color:#383b34; font-weight:normal; }
h1 { font-size:24px; }
a { color:#008751}
a:focus {
	outline:none;
	text-decoration:none;
}
.color-white {
	color:#fff;
}
.padlr15 {
	padding:0 15px;
}
.val-pad {
	padding-top:4px;
}
.green-txt {
	color:#008751
}
.color-gray { color:#999; }
.bold {
	font-weight:bold;
}
.header {
	display:block;
	background:#fff;
	padding:10px 0;
}
.header a.logo {
	display:block;
}
.header-right { margin-top:1%;}
.header-right a { padding:0 0 0 10px;}
.header-right .date-txt { color:#999; margin-top:10px;}

/* Button */
.btn {
	padding:6px 25px;
	font-size:16px;
	font-weight:bold;
	color:#616065;
}
.btn.logout, a.btn.logout, .btn-primary, a.btn-primary, .btn.small-btn, a.btn.small-btn {
	background: #1dad73; /* Old browsers */
	background: -moz-linear-gradient(top, #1dad73 0%, #0e955f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1dad73), color-stop(100%, #0e955f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1dad73 0%, #0e955f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1dad73 0%, #0e955f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1dad73 0%, #0e955f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1dad73 0%, #0e955f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dad73', endColorstr='#0e955f', GradientType=0 ); /* IE6-9 */
	border:1px solid #3a3d3c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	color:#fff !important;
	text-decoration:none;
	font-size:14px;
	padding:2px 12px;
	text-shadow:none;
}
.btn:focus.logout, .btn-primary:focus, .btn.small-btn:focus {
	background: #1dad73; /* Old browsers */
	background: -moz-linear-gradient(top, #1dad73 0%, #0e955f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1dad73), color-stop(100%, #0e955f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1dad73 0%, #0e955f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1dad73 0%, #0e955f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1dad73 0%, #0e955f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1dad73 0%, #0e955f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dad73', endColorstr='#0e955f', GradientType=0 ); /* IE6-9 */
	outline:none;
}
.btn:hover.logout, .btn-primary:hover, .btn-primary:focus, a:hover.btn.small-btn {
	background: #0e955f; /* Old browsers */
	background: -moz-linear-gradient(top, #0e955f 0%, #1dad73 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0e955f), color-stop(100%, #1dad73)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0e955f 0%, #1dad73 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0e955f 0%, #1dad73 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0e955f 0%, #1dad73 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0e955f 0%, #1dad73 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e955f', endColorstr='#1dad73', GradientType=0 ); /* IE6-9 */
border-color:white;

}
.btn:active.logout, .btn-primary:active, .btn.small-btn:active, a:active.btn.small-btn {
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
}
.btn-primary, a.btn-primary {
	padding:6px 25px;
	font-size:16px;
}

.login-container {
	width:70%;
	margin:15% 15%;
}
.login-container .login-header {
	background:#f6f6f6;
	border-radius:5px 5px 0 0;
	padding:25px 30px 15px 30px;
	border-bottom:1px solid #ececec;
	font-size:24px;
	color:#23251e;
	line-height:35px;
}
.login-container .login-container-form {
	padding:30px;
	font-size:15px;
	color:#008751;
	background-color:#fff;
	border-radius:0 0 5px 5px;
	padding:25px 30px 15px 30px;
}
.login-container .login-container-form label {
    font-size:15px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.login-container .login-container-form input[type="text"], .login-container .login-container-form input[type="password"] {
	min-height:35px;
	border-radius:7px;
	padding-top:0px; padding-bottom:0px;
}
.mdata-form input[type="password"] {
width: 90%;
}
.login-container .login-container-form select {
	width:93%;
}
.login-container .login-container-form .form-horizontal .control-label {
	width:150px;
	text-align:left;
}
.login-container .login-container-form .form-horizontal .controls {
	margin-left:160px;
}
.form-horizontal .control-group.margin-none {
	margin-bottom:0;
}
.login-container .login-container-form .ja-number {
	width:70%;
}
.btn-margin {
	margin-left:10px;
}
.btn-margin-right {
	margin-right:10px;
}
.login-container .login-container-form .dropdown-menu > li > a:hover, .login-container .login-container-form .dropdown-menu > li > a:focus, .login-container .login-container-form .dropdown-submenu:hover > a, .login-container .login-container-form .dropdown-submenu:focus > a {
	color: #ffffff;
	text-decoration: none;
	background-color: #85bc48;
	background-image: -moz-linear-gradient(top, #85bc48, #7cb43d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#85bc48), to(#7cb43d));
	background-image: -webkit-linear-gradient(top, #85bc48, #7cb43d);
	background-image: -o-linear-gradient(top, #85bc48, #7cb43d);
	background-image: linear-gradient(to bottom, #85bc48, #7cb43d);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85bc48', endColorstr='#7cb43d', GradientType=0);
}
.login-container .login-container-form .dropdown-menu > .active > a, .login-container .login-container-form .dropdown-menu > .active > a:hover, .login-container .login-container-form .dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #85bc48;
	background-image: -moz-linear-gradient(top, #85bc48, #7cb43d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#85bc48), to(#7cb43d));
	background-image: -webkit-linear-gradient(top, #85bc48, #7cb43d);
	background-image: -o-linear-gradient(top, #85bc48, #7cb43d);
	background-image: linear-gradient(to bottom, #85bc48, #7cb43d);
	background-repeat: repeat-x;
	outline: 0;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85bc48', endColorstr='#7cb43d', GradientType=0);
}
.login-sponsor {
	width:105px;
}
.login-sponsor img {
	max-width:100%;
	vertical-align:middle;
}


::-ms-clear {
display: none;
}
.login-right-sicon {
	float:right;
	height:45px;
}
.login-right-sicon img {
	height:100%;
}
.clear {
	clear:both;
	line-height:0;
}

.d-none {
	display:none;
}

.pt5 {
	padding-top:5px;
}
.pt10 {
	padding-top:10px;
}
.margin-t10 {
	margin-top:10px;
}
.margin-t15 {
	margin-top:15px;
}
.margin-b10 {
	margin-bottom:10px;
}
.margin-b20 {
	margin-bottom:20px;
}
.margin-l10 {
	margin-left:10px;
}
.margin-l25 {
	margin-left:25px;
}

.global-margin {
	margin:2%;
}
.global-padding {
	margin:2%;
}
.width-full { width:98%; }
.mdata-form {}
.mdata-form input[type="text"] { width:90%; }
.mdata-form select { width:90%; }
.mdata-form .cust-label { display:inline-block; margin-right:15px; }
.mdata-form .cust-label input[type="radio"] { margin:0px; }
.mdata-form .form-lbl-line-height { line-height:30px;}
.mdata-form .bootstrap-select > .btn { width:94.5%; }
.mdata-form .bootstrap-filestyle input[type="text"] { width:63%; }
.mdata-form textarea { width:90%; resize:none; height:75px; }
.mdata-form h3 { font-size:14px; font-weight:bold; margin-top:15px;}
.mdata-form input[type="text"].number-small-txt { width:50px;}
.mdata-form input[type="text"].number-more-small-txt { width:40px;}
.mdata-form input[type="text"].number-txt { width:70px;}
.mdata-form input[type="text"].med-txt { width:110px;}
.mdata-form input[type="text"].lar-txt, .mdata-form select.lar-txt { width:180px;}
.collapse { /*overflow:visible;*/ }
.bdr-btm-bdata { border-bottom:2px solid #eaeaea; height:2px; margin:20px 0 25px 0; }
.item-bdr-btm { border-bottom:1px solid #eaeaea; padding-bottom:5px; margin-bottom:15px;}
.bdr-btm-popup { border-bottom:2px solid #eaeaea; height:2px; margin:0px 0 15px 0; }
.bdr-right-vertical{border-right:1px solid #eaeaea;}
.scroll-box{ height:125px; overflow-x:hidden;overflow-y:auto;}
.table-form input[type="text"]{ margin-bottom:0px}
.hint-text{ color:#909090}
.container {
	padding-bottom:50px;
}
.container.pad-none {
	padding-bottom:0;
}

.container-white-shadow { background:#fff; padding:2%;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
margin-top:2%;
-webkit-box-shadow:  0px 0px 10px 2px #689a30;
box-shadow:  0px 0px 10px 2px #689a30;

}
.container-white-shadow.pad-none { padding:0; }
.btn.disabled {
	font-size:13px;
	font-weight:bold;
	padding:6px 20px;
	color:#a7a7a7;
	line-height:16px;
	background: #464646; /* Old browsers */
	background: -moz-linear-gradient(top, #464646 0%, #464646 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #464646), color-stop(100%, #464646)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #464646 0%, #464646 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #464646 0%, #464646 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #464646 0%, #464646 100%); /* IE10+ */
	background: linear-gradient(to bottom, #464646 0%, #464646 100%); /* W3C */
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.06);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.06);
	text-shadow:none;
	border:1px solid #3a3d3c;
}
.floatl {
	float:left;
}
.floatr {
	float:right;
}

.modal-popup {
	margin:10px;
}
.popup-heading {
	color:#008751;
	font-size:15px;
	font-weight:bold;
	margin:0 0 15px 0;
}
.modal-popup p {
	font-size:13px;
	color:#383b34;
	margin:0 0 20px 0;
}
.popup-btn-close {
	margin:0 auto;
	text-align:center;
}
.main-nav { background:#383b34; }
.main-nav .nav, .main-sub-nav .nav { margin:0; padding-top:5px;}
.main-nav .nav-tabs,
.main-sub-nav .nav-tabs { border:none; }
.main-nav .nav-tabs > .active > a, .main-nav .nav-tabs > .active > a:hover, .main-nav .nav-tabs > .active > a:focus, .main-sub-nav .nav-tabs > .active > a, .main-sub-nav .nav-tabs > .active > a:hover, .main-sub-nav .nav-tabs > .active > a:focus {
	background:#638d36;
	border:none;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	}
.main-nav .nav-tabs > li > a,
.main-sub-nav .nav-tabs > li > a { border:none; color:#fff; padding:8px 19px; }
.main-nav .nav-tabs > li,
.main-sub-nav .nav-tabs > li {
    margin-bottom: 0px;
}	

.main-nav .nav > li.ms-over > a{background: #638D36;}

.main-nav .nav > li > a:hover,
.main-nav .nav > li > a:focus,
.main-sub-nav .nav > li > a:hover,
.main-sub-nav .nav > li > a:focus {
  text-decoration: none;
  background: #638D36;
}



.main-sub-nav { background:#638d36; }
.main-sub-nav .nav-tabs > .active > a, .main-sub-nav .nav-tabs > .active > a:hover, .main-sub-nav .nav-tabs > .active > a:focus {
	background:#83b947;
}
.main-sub-nav .nav-tabs > li > a { border:none; color:#fff; padding:8px 4px; }
.main-sub-nav .nav > li > a:hover,
.main-sub-nav .nav > li > a:focus {
  text-decoration: none;
  background: #75ac39;
}
.filter-out { background:#ecf8df; padding:10px; margin:2% 0;border-radius: 5px;}
.filter-out form { margin-bottom:0; }
.filter-out input,.filter-out select { width:95%; }
.filter-out select { width:95%; }
.filter-out input.from-width { width:39%;}
.filter-btn-out { margin-top:22px;}
table th { background:#eaeaea;}
.new-icon, a.new-icon { background:url(../img/actions_icons.png) left top no-repeat; width:17px; height:17px; display:inline-block; text-decoration:none; margin-right:10px;}

.copy-icon, a.copy-icon { background:url(../img/copy_icon.png) left top no-repeat; width:17px; height:17px; display:inline-block; text-decoration:none; margin-right:5px;}

.edit-icon, a.edit-icon { background:url(../img/actions_icons.png) -29px top no-repeat; width:22px; height:17px; display:inline-block; text-decoration:none; margin-right:10px;}

.delete-icon, a.delete-icon { background:url(../img/actions_icons.png) -70px top no-repeat; width:17px; height:17px; display:inline-block; text-decoration:none;}

.create-new-out label { display:inline-block; width:160px;}
.create-new-out input,.create-new-out textarea { width:40%;}
.create-new-out textarea { height:57px;}
.create-new-out select { width:30%}
.create-new-out input.ed-debt { width:20%;}
#createNewModal .modal-body { max-height:430px;}

/*table .arrow-top::after {
border-color: #000000 rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 4px 4px;
    margin-top: 7px;
	 visibility: visible;	
	}
table .arrow-bottom {
	border-color: #000000 rgba(0, 0, 0, 0);
    border-style: solid solid none;
    border-width: 4px 4px medium;
    box-shadow: none;
	display:inline-block;
	margin-top: 7px;
	}*/

/* -- Footer CSS -- */
footer.page-footer {
	width:100%;
	position:fixed;
	z-index:1001;
	bottom:0;
	height:20px;
	background:#425e24;
	-webkit-box-shadow: 0px -5px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px -5px 0px 0px rgba(0, 0, 0, 0.1);
	color:#9dc078;
	padding:10px 0;
}
footer.page-footer a { color:#fff; padding:0 5px;}
footer.page-footer a:hover { text-decoration:underline; }

.footer-button {
	margin-top:5px;
	text-align:right;
}
.btn.btn-footer {
	padding:4px 20px;
}

/* -- Anuj CSS -- */
label.btn{font-weight:normal; font-size:14px; padding:5px 10px;}
.bootstrap-filestyle .input-large{margin-bottom:0px;}
.marg0{margin:0 0 0 0 !important;}
.pad-t20{padding-top:20px;}

.bus-xtr-container{border:1px solid #e5e5e6; border-radius:4px; padding:10px 15px; margin-bottom:20px;}
a.txtlink:link, a.txtlink:visited, a.txtlink:active, a.txtlink:hover{color: #008751; font-size:13px;}
a.txtlink-big:link, a.txtlink-big:visited, a.txtlink-big:active, a.txtlink-big:hover{color: #008751; font-size:14px; line-height:36px;}
a.txtlink-med:link, a.txtlink-med:visited, a.txtlink-med:active, a.txtlink-med:hover{color: #008751; font-size:13px; line-height:32px;}

.popup-table th{text-align:left; background:#dddddd; padding:5px 10px;}
.popup-table td{padding:5px 10px; border-bottom:1px solid #dddddd;}
.popup-table td:first{text-align:center;}
.popup-table tr:last-child td{border-bottom:0;}


.icon{ width:15px; height:20px; display:inline-block; text-decoration:none; margin-right:10px;}
.arrow-down{background:url(../Images/ArrowDown.png) left top no-repeat;}
.arrow-up{background:url(../Images/ArrowUp.png) left top no-repeat;}
.delete{background:url(../Images/delete_icon.png) 0 4px no-repeat;}

.mdata-form .browse input[type="text"] { width:50%; }

.text-sup{vertical-align:super; font-size:10px;margin-top:-3px;}
.mdata-form .ver-lar-txt{width:230px !important;}

/*---Modal-box-latest Start---*/
.modal-middle-box{width:850px; left:50%; top:5% !important; margin-left:-425px;}
.pad-none p{ margin-top:0px !important}
/*---Modal-box-latest End---*/

.second-tabs {
	border:none;
	margin:0;
}
.second-tabs > li {
	margin-left: 1% !important;
	min-height:8px !important;
}
.second-tabs > li span {
	min-height:8px !important;
}
.second-tabs > li span.checked-icon{margin-left:5px;}
.tab-content {
	border:1px solid #dfdfdf;
	border-radius:5px;
	padding:2%;
}
.second-tabs > li > a {
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top, #f3f3f3 0%, #e4e4e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #e4e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #e4e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3f3f3 0%, #e4e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3f3f3 0%, #e4e4e4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f3f3f3 0%, #e4e4e4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e4e4e4', GradientType=0 ); /* IE6-9 */
	border-color: #dfdfdf #dfdfdf #dfdfdf;
	color:#555;
	font-size:14px;
}
.second-tabs > .active > a, .second-tabs > .active > a:hover, .second-tabs > .active > a:focus {
	background:#fff;
}
.second-tabs > li > a:hover, .second-tabs > li > a:focus {
	border-color: #dfdfdf #dfdfdf #dfdfdf;
	color:#555;
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(top, #e4e4e4 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4e4e4 0%, #f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4e4e4 0%, #f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4e4e4 0%, #f3f3f3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e4e4e4 0%, #f3f3f3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#f3f3f3', GradientType=0 ); /* IE6-9 */
}

.load-icon{width:32px; height:32px; margin:50px auto; padding:0; }

/* -- Anuj CSS -- */
/* -- Footer CSS -- */

.plus-sign { font-size:25px; vertical-align:middle }
.padl5 {padding-left:5px; }
.padl10 {padding-left:10px; }
.padl20 {padding-left:20px; }
.padr20 {padding-right:20px; }
.padr10 {padding-right:10px; }
.padr5 {padding-right:5px; }
.padt5 {padding-top:5px; }

#myGrid { width:100%; height:417px;}
.slick-header-columns, .slick-headerrow-columns { background: #eaeaea; font-weight:bold; }
.slick-header-column.ui-state-default { background:#eaeaea; padding:8px; }
.slick-cell{ padding:8px 8px; box-sizing:inherit;}
.slick-row::after { clear:both; }
.slick-row.even{background: #F9F9F9; }
/*.slick-headerrow-columns div:last-child { border-bottom:0px; height:25px;}*/


.slick-headerrow-column input {
  margin: 0;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slick-header.ui-state-default, .slick-headerrow.ui-state-default { background:#eaeaea; }
.slick-sort-indicator { float:none;}
.green-back-out { padding:5px 10px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; background:#ecf8df; display:inline-block; margin-bottom:15px; font-size:16px;}

.accordion-heading {
    background: #EAEAEA;
    border-bottom: 0 none;
    color: #383b34;
    font-weight: bold;
	font-size:15px;
}

.accordion-heading a {color: #383b34; }
.accordion-heading a:hover { text-decoration:none; }
.accordion-heading .collapse a { background:url(../img/acc_arrow_down.png) right center no-repeat;}
.accordion-heading .collapsed.in a { background:url(../img/acc_arrow_up.png) right center no-repeat;}

.accordion-group { margin-bottom:10px; }




 @media (min-width: 1200px) {

.login-container {
	width:50%;
	margin:100px 25% 0;
}

.main-nav .nav-tabs > li > a,
.main-sub-nav .nav-tabs > li > a { border:none; color:#fff; padding:8px 25px; }
.main-sub-nav .nav-tabs > li > a { border:none; color:#fff; padding:8px 15px; }

}
@media only screen and (min-width: 979px) and (max-width: 1024px) {

}
@media only screen and (min-width: 768px) and (max-width: 979px) {

}
 @media only screen and (max-width: 767px) {
}
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) { 

}
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */

}

 .mdata-form .nmbr-txt {
width: 20px !important;
}
.lifestyle label
{
  line-height:13px; margin-left:3px; float:left;
}

.display-label
{
display:inline-block;
}
 .fnt-nrml li{font-size:13px;}

.slick-headerrow-column .ui-autocomplete-input{ width: 100% !important; }

.ui-state-default:last-child,.slick-cell:last-child
{
    width: -moz-available;
}
.slick-column-name {
    font-weight: bold;
}
.slick-pager-settings .ui-state-default,.slick-pager-nav .ui-state-default {
    width: auto;
}

#masterModal {
    z-index: 100000;
}

.mdata-form input[type="text"].number-txtlarge { width: 85px;}

 .set-height {
    min-height: 35px !important; 
    border-radius: 7px !important; 
}

.disabled-btn
{
    font-size:16px !important;
    line-height:20px !important;
    padding:6px 25px !important;
}
.scoreRadio
{
    margin-top: -2px !important;
}
