html{height:100%;font-family:sans-serif;line-height:1.15;}
body{min-height:100%;padding:0px 0px 50px 0px!important; margin:0; position:relative; font-size: 15px;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}
a:focus,
button:focus {outline: none !important;}
button::-moz-focus-inner {border: 0;}
:focus {	outline: none;}
input, select, textarea {outline:0;}
.bg5{background:#777;}
.bg6{background:#fff;}
.bg7{background:#f0f0f0;}
.mr-auto{margin: 0 auto;}
a{text-decoration:none;}
.cur-pointer{cursor:pointer;}
.bg-info{background-color: #17a2b8!important;}
.bg-white{background-color: #fff!important;}
.mr-r5{margin-right:5px!important;}
.mr-r10{margin-right:10px;}
.mr-r15{margin-right:15px;}
.mr-r30{margin-right:30px;}
.mr-l5{margin-left:5px;}
.mr-t5{margin-top:5px;}
.mr-t20{margin-top:20px;}
.mr-t10{margin-top:10px;}
.mr-t60{margin-top:60px;}
.mr-b10{margin-bottom:10px!important;}
.mr-b5{margin-bottom:5px!important;}
.mr-b0{margin-bottom:0px!important;}
.mr-b20{margin-bottom: 20px;}
.mr-b15{margin-bottom: 15px;}
.mr-l20{margin-left: 20px;}

.wdth-15{width:150px;}
.wdth-18{width:187px;}
.cr-red{color: #ff0000!important;}
.cr-blue{color: #0000ff!important;}
.cr-orange{color: #ff6600;}

.font-24{font-size:24px;}
.font-22{font-size:22px;}
.font-20{font-size:20px;}
.font-18{font-size:18px;}
.font-16{font-size:16px;}
.font-14{font-size:14px;}
.font-13{font-size:13px;}

.font-28{font-size:28px!important;}
.font-26{font-size:26px;}

.font-w5{font-weight:500;}
.font-w6{font-weight:600!important;}

.pd-10{padding:10px;}
.pd-0{padding:0px;}
.pd-r0{padding-right:0px;}
.pd-l30{padding-left:30px;}
.pd-b10{padding-bottom:10px!important;}
.d-inblock{display:inline-block}

.pos-relative{position:relative;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{color: inherit;font-family: inherit;font-weight: 500;}

.h1, h1 {
    font-size: 1.6rem;
}
.h2, h2 {
    font-size: 1.5rem;
}
.h3, h3 {
    font-size: 1.4rem;
}
.h4, h4{
    font-size: 1.1rem;
}
.h5, h5{
    font-size: 1.2rem;
}

.m-btn{ 
    padding: 5px 20px;
    font-size: 15px;
    transition: all 0.5s;
    font-weight: 400;
    border-radius: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn{padding: .375rem .5rem;margin-bottom: 5px;}

.btn-b3{
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 15px;
	text-transform:caplitalize;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
hr {
    border-top: 1px solid #e4e4e4;
}

/*color combinations*/
ul.themes li, ul.themes li a{display:inline-block;}
ul.themes{display:inline-block;margin-bottom:1px;}
.stdview{width: 13px;height: 15px;background: #fff;border: 1px solid #333;}/*position:relative;overflow: hidden;*/
/*.stdview:after{position: absolute; content: '';background: #f8802f;transform: rotate(40deg);right: 0px;width: 11px;height: 30px;}*/
.highstdview{width: 13px;height: 15px;background: #000;border: 1px solid #333;}/*position:relative;overflow: hidden;*/
/*.highstdview:after{position: absolute; content: '';background: #fff;transform: rotate(40deg);right: 0px;width: 11px;height: 30px;}*/
.blueview{width: 13px;height: 15px;background: #28335f;border: 1px solid #333;}/*position:relative;overflow: hidden;*/
/*.blueview:after{position: absolute; content: '';background: #ed3e3e;transform: rotate(40deg);right: 0px;width: 11px;height: 30px;}*/
.brownview{width: 13px;height: 15px;background: #764813;border: 1px solid #333;}
.blue2view{width: 13px;height: 15px;background: #0479ec;border: 1px solid #333;}

/*blink txt*/	
.blink_txt {
	color:#cf006d;
    -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% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
/*blink_txt end*/


/*blink label*/
.blink_label {
color:#333;
    -webkit-animation-name: blinker2;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 3;
   
    -moz-animation-name: blinker2;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: 3;
   
    animation-name: blinker2;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 3;
}

@-moz-keyframes blinker2 {  
    0% { opacity: 1.0; color:#ff0000;}
    50% { opacity: 0.0; color:#ff0000;}
    100% { opacity: 1.0; color:#ff0000;}
}

@-webkit-keyframes blinker2 {  
    0% { opacity: 1.0;color:#ff0000; }
    50% { opacity: 0.0; color:#ff0000;}
    100% { opacity: 1.0; color:#ff0000;}
}

@keyframes blinker2 {  
    0% { opacity: 1.0; color:#ff0000;}
    50% { opacity: 0.0; color:#ff0000;}
    100% { opacity: 1.0;color:#ff0000; }
}
/*blink_label end*/

.label-primary{
background-color:#ff6600;
}


/*checkbox*/
.check-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border: 1px solid #999;
}
/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-top {
    font-weight: 400;
    color: #727272;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    padding: 5px 0px;
}
.header-title {
text-align: center;
}
.header-title h1{
margin-bottom: 1px;
text-align: center;
display: inline-block;
text-transform: none;
font-size:1.2rem;
}
.header-title h1 span{
display: block;
line-height: 22px;
}
.header-title h1 span:nth-child(2){font-size: 1.05rem;}
.header-title h1 span:last-child{font-size:1rem;}

.header-title.wel h1{margin-top:0px;font-size:2rem;}
.header-title.wel h1 span:nth-child(2){font-size:1.7rem;}
.header-title.wel h1 span:last-child{font-size:1.6rem;}

.header-top .container-fluid{padding: 0px 80px;}
.header-top .st-logo{display: block;margin: 0 auto;}

.header-top .right-logo img{text-align: right;margin-top: 10px;}
.header-top .dr-img{width: auto;height: 119px;margin-bottom: -13px}

/*bootstrap*/
.form-control{border-radius: 0px;-webkit-box-shadow: 1px 2px 4px #d0d0d0;box-shadow: 1px 2px 4px #d0d0d0;}
.form-control:focus{box-shadow: 0 0 0 0.05rem rgb(202, 219, 202);}
.btn-primary.focus, .btn-primary:focus{box-shadow: none;}

.user-detailbox {
    background: #fcfcfc;
    padding: 0;
    margin-bottom: 30px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    border: 1px solid #ececea;
}

.user-detailbox h3 {
    border-radius: 4px 4px 0 0;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 1px solid #e9e6e0;
	line-height:22px;
}
.detailbox-content {
padding: 10px;
}


.footer-bottom {
    font-size: 0.875rem;
    padding: 5px 0px 4px 0px; 
    position: relative;
	color:#fff;
	font-weight:500;
}
.footer-bottom p{margin-bottom:0px;color:#fff;}
.footer-bottom a{color:#fff;}
.footer-bottom a:hover{text-decoration:underline;}


.table{margin-bottom:5px;}
.table.tb1 td, .table.tb1 th{text-align: left;padding: .3rem;}
.table.tb1 td:first-child{font-weight:500;}
.table td, .table th{padding: .3rem;}
.table th{font-weight: 600!important;}

.table.uppercase td:nth-child(2){text-transform: uppercase;}

.table .fa-print{color: #ff8e42;font-size: 22px;}

.table td .fl-member-pic img{width:25px;max-height: 25px;}

a.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: none;
    text-align: center;
    color: #333;
    font-family: 'FontAwesome';
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 50000;
    border-radius: 100%;
	text-decoration:none;
}
a.scroll-top:after {
    content: "\f102";
    display: inline;
    font-size: 20px;
}
footer{ 
  position:absolute; 
  bottom:-49px; 
  width:100%; 
  height:42px; 
}
footer.wel{height:37px;}
/*footer img.nic-logo{border:1px solid #2683c6;}*/

/*login*/
.b-header-ribbon{
    position: relative;
	background-color: #278a42;
	padding: 3px 0;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	width: calc(100% + 21px);
    margin: 0 0 0 -20px;
}
.b-header-ribbon .b-heading {
    margin: 0;
    padding: 0.2em 1em 0.4em;
    border-top: dashed 1px #fafafa;
    border-bottom: dashed 1px #fafafa;
    color: #fafafa;
	text-align: center;
	font-size:20px;
}

.b-header-ribbon .b-heading:before{
content:'';
position:absolute;
top:100%;
left:0px;
border-bottom: solid 15px transparent;
border-right: solid 20px #004C00;
}
.b-login-main-form{
padding:15px;
background: #fff;
box-shadow: 0px 0px 4px 1px #c3c3c2;
position:relative;
}

.b-login-main-form label{
    font-weight: 600;
}
	
.b-login-main-form input[type=text], .b-login-main-form input[type=password]{
background: #fff6f1;
}

.input-group-text{    
	border-radius: 0px;
    border: 1px solid #cadbca;
    background: #f0faf2;
    color: #114c00;
}
/*login end*/


@media only screen and (max-width: 991px) {
.header-top .container-fluid{padding: 0px 20px;}
.header-top .left-logo img{max-width: 60px;}
.h1, h1{
    font-size: 1.2rem;
}
.header-title.wel h1 {
    font-size: 1.5rem;
}
.header-title h1 span:nth-child(2){
font-size: 1.1rem;
}
.header-title.wel h1 span:nth-child(2){
font-size: 1.3rem;
}
.header-title.wel h1 span:last-child {
    font-size: 1.2rem;line-height: 12px;
}
}

@media only screen and (max-width: 767px) {
.navbar-toggle{top: -6px;right: 15px;}
.float-xs-right{float: left!important;}
.txt-sm-center{text-align: center;}
.col-form-label.txt-r{text-align: left;}
.h1, h1 {
    font-size: 1rem;
}
.header-title{ margin-top: 0px;}
.header-title h1 {
    font-size: 0.6rem;
}
.header-title h1 span:nth-child(2) {
    font-size: 0.6rem;
}
.header-title h1 span:last-child {
    font-size: 0.6rem;
}
.header-title h1 span {
    display: block;
    line-height: 13px;
}
.header-title.wel h1 {
    font-size: 1rem;
}
.header-title.wel h1 span:nth-child(2){
font-size: 1rem;
}
.header-title.wel h1 span:last-child {
    font-size: 1rem;line-height: 12px;
}
footer{height:inherit;}
.pad0-sm{padding:0px;}
}
@media only screen and (max-width: 575px) {
.header-top .left-logo img{max-width: 40px;}
}
@media only screen and (max-width: 375px) {
.header-title{margin-top: 0px;}
}

@media only screen and (max-width: 1199px){
.d-dr-none{
display:none;
}
}