/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 21, 2018, 12:30:32 PM
    Author     : danula/mahesh
*/
/*file uploader*/
.upload-statusbar {
  border: 1px solid #0ba1b5;
  margin-top: 10px;
  width: 420px;
  margin-right: 10px;
  margin: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 5px 5px 5px;
  display: none !important;
}
.upload-filename {
  width: 100%;
  height: auto;
  margin: 0 5px 5px 10px;
  color: #807579
}
.upload-progress {
  margin: 0 10px 5px 10px;
  position: relative;
  width: 250px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
  display: inline-block
}
.upload-bar {
  background-color: #0ba1b5;
  width: 0;
  height: 20px;
  border-radius: 3px;
  color:#FFFFFF;
}
.upload-percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%
}
.upload-red {
  -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
  -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
  box-shadow: inset 0 39px 0 -24px #e67a73;
  background-color: #e4685d;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 15px;
  text-decoration: none;
  text-shadow: 0 1px 0 #b23e35;
  cursor: pointer;
  vertical-align: top;
  margin-right:5px;
}
.upload-green {
  background-color: #77b55a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 15px;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 0 1px 0 #5b8a3c;
  vertical-align: top;
  margin-right:5px;
}
.upload {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
  cursor:pointer;
  line-height:20px;
  height:25px;
  margin:0 10px 10px 0;
  display: inline-block;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #888;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 2px 0 0 #e8e8e8;
  -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
  box-shadow: 0 2px 0 0 #e8e8e8;
  padding: 6px 10px 4px 10px;
  color: #fff;
  background: #2f8ab9;
  border: none;
  -moz-box-shadow: 0 2px 0 0 #13648d;
  -webkit-box-shadow: 0 2px 0 0 #13648d;
  box-shadow: 0 2px 0 0 #13648d;
  vertical-align:middle;
}
.upload:hover {
  background: #28759D;
  -moz-box-shadow: 0 2px 0 0 #15719f;
  -webkit-box-shadow: 0 2px 0 0 #15719f;
  box-shadow: 0 2px 0 0 #15719f;
}
.ajax-upload-dragdrop {
  border: 2px solid #aea6a6;
  width:350px;
  color: #DADCE3;
  text-align:left;
  vertical-align:middle;
  padding:10px 10px 0px 10px;
}
.upload_list{
margin-right: 5px;
background: none repeat scroll 0% 0% rgba(224, 177, 172, 1);
padding: 4px;
}
.remove_uploads{
padding-left: 5px;
padding-right: 5px;
}
/*end of file uploader*/
/*bootstrap model*/
/*.modal{
    display: block !important;  I added this to see the modal, you don't need this 
}*/

/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-content{
    height: 550px;
    overflow-y: auto;
}
/**/

.bg_color{
	/*background-color:#090935;*/
background: url("../images/background.jpg");
}
.panel-body{
    background-color: rgba(215, 219, 222, 0.91);
}
.mainTab {
	min-width:180px;
	line-height:80px;
	vertical-align:middle;
	margin: 10px;
	padding: 0;
	border: 1px solid rgba(96, 169, 244, 0.5);
	border-radius: 10px 10px 5px 5px;
	-moz-border-radius:8px;
	background: -moz-linear-gradient(-90deg, #30ade5, #11538F, #254485) rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.2), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -15px 30px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.2), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -15px 30px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.2), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -15px 30px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.2), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -15px 30px rgba(0, 0, 0, 0.3);
	display:-moz-box;
	-moz-box-orient:horizontal;
	-moz-box-pack:center;
	-moz-box-align:center;
	cursor:pointer;
	float:left;
	vertical-align: middle;
	text-align: center;
	color:#fff;
}
.moduleBg {
	background-color: rgb(14, 133, 230) !important;
}

.moduleBg:hover{
        background-color: rgb(56, 134, 240) !important;
    color: white !important;
    text-decoration: none;
}
.moduleBg:active{
    background-color: rgb(56, 134, 240) !important;
    color: white !important;
    text-decoration: none; 
}

.backButton {
	display:block;
	border: 1px solid rgb(13, 175, 7);
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding:8px;
	cursor: pointer;
	-moz-box-shadow: 3px 3px 3px #ccc;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	margin-top: 5px;
	background: #b4e391;
	background: -moz-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b4e391), color-stop(50%, #61c419), color-stop(100%, #b4e391));
	background: -webkit-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%);
	background: -o-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%);
	background: -ms-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%);
	background: linear-gradient(to bottom, #b4e391 0%, #61c419 50%, #b4e391 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391', GradientType=0 );
	width:100%;
}
.backButton:hover {
	text-decoration:none !important;
	color:white !important
}
.backButton:active{
    text-decoration:none !important;
	color:white !important
}
.finance{
width:227px !important;
}
.panel-body {
	background-color: rgba(215, 219, 222, 0.91) !important;
	border-radius:5px !important;
}
.panel-info > .panel-heading {
	color: black !important;
        font-size: 25px;
	background-color: #97B2C7 !important;
	border-color: #bce8f1 !important;
 
}

.addnewButton {
	background: -moz-linear-gradient(100% 100% 90deg, #fff, #eee)!important;
	border: 1px solid #ccc !important;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	padding: 10px !important;
	cursor: pointer !important;
	color: #000 !important;
	font-weight: normal !important;
	font-size: 13px !important;
	-moz-box-shadow: 3px 3px 3px #ccc !important;
	background: #f6f8f9 !important;
	background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9), color-stop(50%, #e5ebee), color-stop(51%, #d7dee3), color-stop(100%, #f5f7f9)) !important;
	background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%) !important;
	background: -o-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%) !important;
	background: -ms-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%) !important;
	background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=0 ) !important;
	width:100% !important;
}

.addnewButton:hover {
	color:black !important;
      text-decoration:none !important;
}
.addnewButton:active {
	color:black !important;
      text-decoration:none !important;
}


.ulHope {
	margin:0;
	padding:0;
	list-style-type: none;
}
.fa {
	font-size: 1.5em !important;
        margin-right:2% !important;
}

.inner_panel{
    margin-right: 15px !important;
    margin-top: 5px;
}
.control-label{
       margin-bottom: 0px !important;
           font-size: 13px !important;
               padding-right: 0px !important;
}
.boderless-left{
padding-left: 0 !important;
margin-left: 0 !important;
}
.boderless-right{
padding-right: 0 !important;
margin-right: 0 !important;
}

  .full button span {
    background-color: limegreen;
    border-radius: 32px;
    color: black;
  }
  .partially button span {
    background-color: orange;
    border-radius: 32px;
    color: black;
  }
  
/*
inventory styles inventory styles inventory styles
inventory styles inventory styles inventory styles
*/
/*@media print { 
    img {
         max-width : 300px;
         height : auto;
    }
}*/
@media screen {
  #printSection {
      display: none;
  }
.reports_hedder{
}
}

@media print {
  body * {
    visibility:hidden;
  }
  #printSection, #printSection * {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
    width: 100%;
  }
  .reports_hedder{
    display: block;
  }
  #printThis{
    font-size: 9px;
  }
  .print_tbl_th{
    font-size: 9px;
  }

  /*grn edit print*/
  .grn_edit_tbl{
    font-size: 12px;
  }
  .grn_edit_tbl_col_2{
    font-size: 14px;
  }

}
.invstatus_0 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2dede+0,f2dede+100&1+0,1+62,0.7+68,0+100 */
background: -moz-linear-gradient(left, rgba(242,222,222,1) 0%, rgba(242,222,222,1) 62%, rgba(242,222,222,0.7) 68%, rgba(242,222,222,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(242,222,222,1) 0%,rgba(242,222,222,1) 62%,rgba(242,222,222,0.7) 68%,rgba(242,222,222,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(242,222,222,1) 0%,rgba(242,222,222,1) 62%,rgba(242,222,222,0.7) 68%,rgba(242,222,222,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dede', endColorstr='#00f2dede',GradientType=1 ); /* IE6-9 */
}
.invstatus_1 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dff0d8+0,dff0d8+100&1+0,1+62,0.7+68,0+100 */
background: -moz-linear-gradient(left, rgba(223,240,216,1) 0%, rgba(223,240,216,1) 62%, rgba(223,240,216,0.7) 68%, rgba(223,240,216,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(223,240,216,1) 0%,rgba(223,240,216,1) 62%,rgba(223,240,216,0.7) 68%,rgba(223,240,216,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(223,240,216,1) 0%,rgba(223,240,216,1) 62%,rgba(223,240,216,0.7) 68%,rgba(223,240,216,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dff0d8', endColorstr='#00dff0d8',GradientType=1 ); /* IE6-9 */
}
.confirmed{
color:#1d7121;
font-weight: bold;
}
.pending{
color:#FFC300;   
font-weight: bold;
}
.pending2{
color:red;
font-weight: bold;
}
/*order view popup model*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /*padding-top: 100px;  Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
/*toggel btn toggel btn toggel btn*/
.switch {
position: relative;
display: inline-block;
width: 53px;
height: 18px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 18px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.right_align{
  text-align: right;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*finanace styles finanace styles finanace styles finanace styles*/
/*finanace styles finanace styles finanace styles finanace styles*/
/*finanace styles finanace styles finanace styles finanace styles*/

/*------------------- By Danula (October 18, 2018, 12:32:23 PM) ------------------*/
/*-- Home - Buttons --*/
#main_menu_icon1 {
	color: yellow
}
#main_menu_icon2 {
	color: chartreuse
}
#main_menu_icon3 {
	color: aqua
}
#main_menu_icon4 {
	color: orange
}
#main_menu_icon5 {
	color: #fd8ca0
}
#main_menu_icon6 {
	/*color: #eb79ff*/
	color:#d0d0d0;
}
#main_menu_icon7 {
	color:brown;
}
#main_menu_icon8 {
	color: #fff45f;
} 
#main_menu_icon9 {
	color: white;
} 
#main_menu_icon10 {
	color: #f4b9a3;
} 
#main_menu_icon11 {
	color: #2a2060;
}
#main_menu_icon12 {
	color: orange;
} 
#main_menu_icon13 {
	color: #ff9595;
}
#main_menu_icon14 {
	color: #2424c0;
}  
.mainTab {
	text-decoration: none !important;
}
/*-- Admin - Buttons --*/
#admin_icon1 {
	color: chartreuse
}
#admin_icon2 {
	color:#d0d0d0;
}
#admin_icon3 {
	color:aqua;
}
/*-- Report - Buttons --*/
#report_icon1 {
	color: #fff45f
}
#report_icon2 {
	color: #fd8ca0
}
#report_icon3 {
	color: chartreuse
}
#report_icon4 {
	color:orange;
}
/*------------------- By Danula (February 26, 2018, 11:50:04 AM) ------------------*/

body {
  /*font-family: 'Open Sans', sans-serif !important;*/
}
.form-control {
  border-radius: 0px !important;
  padding-left: 2% !important;
}
.edit_icon1 {
  color: #fff;
  background-color: #1e91cf;
  border-bottom: solid 2px #1d78aa !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}
/*td {
  text-transform: capitalize;
}*/
.edit_icon1:hover {
  color: white !important;
  background-color: #1e83ba !important;
}
.edit_icon1:focus {
  color: white !important;
}
.delete_icon1:hover {
  color: white !important;
  background-color: #d54938 !important;
}
.delete_icon1:focus {
  color: white !important;
}
.delete_icon1 {
  color: white;
  background-color: #e3503e;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  border-bottom: solid 2px #a54034 !important;
}
table {
  background-color: white !important;
}
.panel-body {
  background-color: rgb(255, 255, 255) !important;
}
.pagination {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-radius: 0px !important
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-radius: 0px !important
}
pagination > li > a, .pagination > li > span {
  border: 1px solid #bdb9b9 !important;
}
.control-label {
  /*color: black !important;*/
}
button:focus {
  outline: none !important;
}
.clean_button {
  border-radius: 2px !important;
  font-size: 1.1em !important;
  border: none !important;
  border-bottom: solid 2px #a47432 !important;
  background-color: #ec971f !important;
  width: 100%
}
.button_shades:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.button_shades:hover:after {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.submit_button {
  border: none !important;
  border-bottom: solid 2px #194a75 !important;
  border-radius: 2px !important;
  font-size: 1.1em !important;
  background-color: #286090 !important;
  width: 100%
}
.create_button_icon {
  color: white !important;
  margin-right: 1% !important;
  font-size: 1em !important
}
tr:hover {
  background-color: #0000001a !important;
}
.table {
  /*font-size: 1.1em !important*/
}
.table th {
  color: black !important;
}
#main_wrapper {
/*  margin-top: 25px;
  padding-left: 4%;
  padding-right: 4%*/
}
.panel-tittle {
  /*font-weight: 600 !important*/
}
.checkbox_type1 {
  line-height: 2.3 !important
}
.inventory_reports_icon1 { 
	color: #119c56; 
}
.inventory_reports_icon2 { 
	color: #cf3030; 
}
.inventory_reports_icon3 { 
	color: #d48901; 
}
.inventory_reports_icon4 { 
	color: purple; 
}
.inventory_reports_icon5 { 
	color: #484850; 
}
.inventory_reports_icon6 { 
	color: #076b75; 
}
.inventory_reports_icon7 { 
	color: hotpink; 
}
.inventory_reports_icon8 { 
	color: gray; 
}
.inventory_reports_icon9 { 
	color: #8a6d3b; 
}

/*---------------------------------------------------------------------------------*/

/*-- Body --*/
body {
	background: url(http://hopefinance.lookuplands.com/assets/images/main_bg.jpg) left top repeat-x fixed;
}
/*-- Submit Buttons --*/
.submit_btn_color {
	border:none !important;
	background:none !important;
	background: #9dd53a !important;
	background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 52%, #80c217 52%, #80c217 52%, #80c217 53%, #7cbc0a 100%) !important;
	background: -webkit-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 52%, #80c217 52%, #80c217 52%, #80c217 53%, #7cbc0a 100%) !important;
	background: linear-gradient(to bottom, #9dd53a 0%, #a1d54f 50%, #80c217 52%, #80c217 52%, #80c217 52%, #80c217 53%, #7cbc0a 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a', GradientType=0 ) !important;
}
/*-- Reset Buttons --*/
.reset_btn_color {
	border:none !important;
	background:none !important;
	background: #ffa84c !important;
	background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%) !important;
	background: -webkit-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%) !important;
	background: linear-gradient(to bottom, #ffa84c 0%, #ff7b0d 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d', GradientType=0 ) !important;
}

/*reports*/
.list-group-item:hover{
    background-color: #ccc;
}


/*admin auth*/
.auth_modules li{
    list-style-type: none;
}
/*salary*/
.salary_hedds{
padding-bottom: 5px;
border-bottom: 1px solid !important;
}

/*cheque model*/
#chequereceiptModal{
width: 50% !Important;
height: 500px;
margin-left: 30%;
line-height: 25px;
}

/*finance year*/
.financeYear_list_items{
font-size: 1em;
}

/*attendance sheet*/
table.newsheet
{
    /*width: 90%;*/
    margin-top: 10px;
    font-family: Arial, sans-serif;
}

table.newsheet th
{
    background-color: #25587e;
    color: white;
    padding: 5px;
}

table.newsheet td
{
    padding: 10px;
    margin: 0;
}

.rollno
{
    width: 10%;
    border: 1px solid gray;
    text-align: center;
    vertical-align: middle;
}

.userinfo
{
    width: 40%;
    border: 1px solid gray;
}

.att-record
{
    width: 5%;
    border: 1px solid gray;
    font-weight: bold;
}

span.present
{
    color: #fff;
  background-color:#666;
  padding:5px;
}

span.absent
{
  color: #fff;
  background-color:#ef0909;
  padding:5px;
}
span.leave
{
  color: #fff;
  background-color:#f3cbcb;
  padding:5px;  
}
span.halfday
{
    color: #fff;
  background-color:orange;
  padding:5px;
}


span.shortleave
{
    color: #fff;
  background-color:#F39; 
  padding:5px;
}


   .exl5 {
      
      position: absolute;
      left: 35%;
      top: 63%;
  }

    .exl4 {
      
      position: absolute;
      left: 35%;
      top: 35%;
  }

#stock_items_search_bar {
  margin-top: 20px
}


.buttonaudit {
    background-color: rgb(151, 178, 199); 
    border: none;
    color: white;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.buttonauditform {
    font-size: 14px;
    border-radius: 16px;
              padding: 6px 28px;
               box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.10);

}

.float_left_elements{ float: left;
margin-right: 1%; }

.float_right_elements{ float: right;
margin-right: 1%; }

.buttonaudit {border-radius: 6px;
              padding: 6px 28px;
            
              }

.buttonExcal {     
/*  background-color: green; */
 background: linear-gradient(to bottom, #b4e391 0%, #61c419 50%, #b4e391 100%);
    border: none;
    color: white;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 6px;
              padding: 6px 28px;

}


.buttonprint {     
/*  background-color: green; */
background: linear-gradient(to bottom, #efc9a0 0%, #d47519 50%, #eab96f 100%);
    border: none;
    color: white;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 6px;
              padding: 6px 28px;

}

tr:hover {
  background-color: #ffe680 !important;
  color: #000;
}

th{
  height: 35px;
  padding-left: 5px !important;
  padding-right: 8px !important;
}

.create_grn_th {
    font-size:0.9em !important;
}
.create_grn_table_small_input {
    width: 50px !important;
}
.create_grn_table_small_input2 {
    width: 40px !important;
}
.create_grn_table_small_input3 {
    width:70px !important;
}
.create_grn_table_small_input4 {
    width:95px !important;
}

#create_grn_table input, #create_grn_table select {
    font-size: 0.95em !important;
    font-weight: normal !important;
}
.create_grn_table_small_input5 {
    width:70px !important;
}

#reports_menu_current_stock_button {
	background-color:#337ab7;
    color:white;
}
#reports_menu_substore_transfer_summary_button {
	background-color:#d9534f;
    color:white;
}
#reports_menu_item_history_button {
	color:white;
	background-color:#ff9527;
}

.class_for_table_text2 {
	width:auto !important;
}
.bom_tables_wrapper {
	padding-left:2% !important;
}
.bom_tables_text_field {
	height:25px !important;
	margin-bottom:10px !important;
	margin-top: 10px !important;
    margin-left: 4%!important;
}
.bom_tables_text_labels {
	font-size:1em !important;
}
.bom_table11_tr th{
	padding-bottom: 9px !important;
    padding-top: 11px !important;
}