.container-fluid {
    width: 100%;
    padding-right: 0px; 
    padding-left: 0px; 
    margin-right: auto;
    margin-left: auto;
}
.card-footer {
	background-color:#fff;
}
.titlemenu a {
    width: auto;
    float: right;
    font-size: 13px;
    border: 1px solid #d0d1d4;
    background-color: #e0e7e8;
    padding: 6px 11px;
    margin-right: 7px;
    margin-top: 7px;
    color: #000;
    border-radius: 4px;
}


.titlemenu a:hover {
	border: 1px solid #2b3d51;
    background-color: #2b3d51;
	color: #fff;
}

.titlemenu{
	width:auto;
	float:right;
	padding-right:25px;
}



.titlemenu i{
	margin-right:5px;
}


.prod_serach {
    width: 100%;
    float: left;
    padding: 7px 10px;
    margin-top: 11px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    outline: 0;
}

.btaction {
   /* background-color: #4f5e6f;
    border: 1px solid #e1e1e2;
	*/
    border-radius: 5px;
    color: #000;
    padding: 7px 10px;
}


.btaction:hover {
  /*  background-color: #67778a;
  */
	color: #000;
 
}


.dynamictable{width:100%;
float:left;
margin-top:50px;
padding:0 12px;
}




.participantRow{width:100%;

}


.subtotaldiv{width:47%;
float:right;
}


.col_total{width:100%;
float:left;
border:0px;
outline:0;
}

form{width:100%;
}

page[size="A4"] {
/*    width: 21cm;
*/    height: 29.7cm;
}

page {
    background: white;
    display: block;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0.5cm;
    padding-top: 35px;
    box-shadow: 0 0 0.3cm rgb(0 0 0 / 15%);
}

page h3{text-align:center;}

page h6{text-align:right;}





.project-tab {
	width:100%;
	float:left;
	padding-left: 12px;
    padding-right: 12px;
}
.project-tab #tabs{
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    background-color: #0000000f;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 1px solid !important;
    font-size: 16px;
    font-weight: bold;

}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.part{width:100%;
float:left;
}


.part h3 {
    width: 100%;
    padding-left: 12px;
    font-size: 20px;
    color: #16a9e2;
}

.invo img {
    width: 67%;
    height: auto;
}

/*
top message-box
*/
.top-msg {
  width: 100%;
  position: fixed;
  background-color: rgba(42,45,50,0.6);
  color: rgba(250,251,255,0.95);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  top:0px;
  z-index:9999;
}
.top-msg-close {
  float: left;
  box-sizing: border-box;
  padding-top: 17px;
  padding-right: 30px;
  width: 45px;
}

.top-msg-inner a {
  text-decoration: none;
  color: RGBA(0, 0, 0, 0.6);
  font-weight: bold;
}

.top-msg-inner a:hover {
  color: RGBA(0, 0, 0, 0.5);
}

.top-msg-inner {
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
  width: calc(100% - 110px);
  padding-top:10px;
}
.top-msg-ico {
  float: left;
  width: 65px;
  height: 55px;
  background-color: #fff;
  background-color: rgba(0,0,0,0.7);
  text-align: center;
  font-size: 45px;
}
.error{
	background-color:#f44336;
}
.success{
	background-color:#22b75e;
}
#top-msg-content{
	color: #fff;
}


/*
custom
*/
.table td,
 {
    padding-top:3px;
	padding-bottom:3px;
}
.nav-tabs { border-bottom: 2px solid #DDD; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { 
	border: none; 
	
	/*
	color: #ffffff;
	background: #294769; 
	*/
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none;  color: #294769 !important; background: #fff; }
.nav-tabs > li > a::after { content: ""; background: #294769; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: ##294769 none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0;padding-top: 0px; }
.tab-content{padding:20px;padding-bottom: 0px}

.card {
    background: #FFF none repeat scroll 0% 0%;
    /*box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);*/
    margin-bottom: 0px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.padding10{
	padding-top:10px;
}
.paddingbtm{
	padding-bottom:5px;
}
.shadowBox{
	background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
	padding: 10px;
}
.state-icon {
    left: -5px;
}
.list-group-item-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}

/* DEMO ONLY - REMOVES UNWANTED MARGIN */
.well .list-group {
    margin-bottom: 0px;
}
.list-group-item{
	padding-top: 4px;
    padding-bottom: 4px;
	border: 0px solid rgba(0, 0, 0, .125);
}
.hidden{
	display:none;
}
.modal_full{
	width:100%;
	max-width:inherit;
	margin-top: 0px;
}

.mtop{
	max-width:inherit;
	margin-top: 0px;
}
.clearsearch{
	background-color: #ff5d48;
	border-color: #ff5d48;
}
.listItems{
	height: 118px;
	overflow: auto;
	text-align:justify;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
label {
    display: inline-block;
    padding-left: 0px;
    margin-bottom: initial;
	font-weight: inherit;
}
.form-group {
    margin-bottom: 5px;
}
.formrow{
	padding-top: 5px;
}
.form-control:focus {
  border-color: #1e7ede;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
.form-check-input:focus {
  border-color: #1e7ede;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
.lbl{
	padding-right:1px;
	padding-left: 7px;
}

.small, small {
    font-size: 72%;
}

.plusbtn_small{
	padding-bottom: 2px;
    padding-top: 4px;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #294769;
    border-color: #294769;
	cursor:pointer;
}
#product_error_message{
	position:fixed;
	right: 20%;
	color:red;
}
.bless{
	border: none;
    padding: 0px;
    border-bottom: solid 1px;
    border-bottom-color: #eae6e0;
    border-radius: inherit;
}
.help-block{
	color:red;
	font-size: 12px;
}
/*
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
*/

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    /* display: none; */
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border-color: #ccc;
    border-color: rgba(0,0,0,.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.dropdown-menu a {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: 400;
    line-height: 18px;
    color: #555;
    white-space: nowrap;
}

.token {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #3598ee;
    background-color: #3598ee;
    color: #fff;
    white-space: nowrap;
    margin: -1px 5px 5px 0;
    height: 22px;
    vertical-align: top;
	margin-top: 5px;
    cursor: default;
}
 .token .token-label {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 4px;
    vertical-align: top;
}
.token a{
	float: right;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.innerpopup{
	border: solid 2px;
    border-color: #1bb99a;
}

.nav-tabs > li  { text-align:center;}
.thumb{
	width:100px;
}
.hide_tax{
	display:none;
}
.shadowBox {
	padding: inherit;
    padding-left: 10px;
    padding-right: 10px;
}
.card {
   box-shadow: 0 0 35px 0 rgb(73 80 87 / 15%);
}
.nav-tabs > li > a {
    border: none;
    color:inherit;
	background: inherit;
}
.nav-pills>li>a.active, .nav-tabs>li>a.active {
    border: none;
  	border-bottom: solid 1px;
	border-bottom-color: #294769;
}
.table-bordered thead tr td{
	background-color: #ebedef;
    font-weight: bold;
}
.mr0{
	background-color: #b9381b;
}
.mr2{
	background-color: #1b3ab9;
}
.mr3{
	background-color: #03A9F4;
}
.mr4{
	background-color: #ff0000;
}
.mr5{
	background-color: #9c27b0;
}
.typeahead{
	width:98%
}
#modal_title{
	padding-left:13px;
}
.mb-3 .control-label:after { 
   content:"*";
   color:red;
}

#modalform .required:after {
  content: " *";
    color: red;
    font-weight: 100;
}
.profile_tiny{
	width: 25px;
	height: 25px;
    border-radius: 50%;
}
.profile_thumb {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.width80{
	width: 80px;
}
b{
	font-weight: bold;
}

@media print {
	body {
		font-size:30px;
	}
	.header-title{
		font-size:30px;
	}
	.table-bordered td, .table-bordered th {
		border: 1px solid #041c34;
	}
}