
@font-face {
font-family: "Belwe";
src: url("css/Belwe-Bold.ttf");
}
.container-bg{
	background-color: #11666b;
}
.legend-text{
	color: #c5b582;
	font-size: 25px;
	font-weight: 600;
	font-family: sans-serif;
}
.lable-text{
	color: #c5b582;
	font-size: 16px;
	font-weight: 600;
	font-family: sans-serif;
}
.table-head{
	background: #023756;
	color: #ffffff;
	font-size: 13px;
}
.table-body{
	background: #0f666d;
	color: #000000;
	font-size: 12px;
}
.btn-text{
	color: #023756;
}
.head-title{
	font-family:Belwe;
}

.h1-s{
	font-family:Lato, "Lato Semibold";
}

.user{
	content: 'fa fa-user-o';
	font-family: FontAwesome;
}

.width-md{
	width:50%;
	}
.width-lg{
	width:80%;
	}

.lg{
	width:90%;
	}
.login{
	margin-left:20%;
	margin-top: 10%;
	margin-right: 20%;
	}
.background-img{
	background: url(../img/enterprise-social-network.jpg) no-repeat center center fixed;

	/*background-color:#f49242;*/

	}
.box{
	float: left;
	width: 45%;
	padding: 10px;
	background:#CC6600;
	margin:20px;
	text-align:center;
	display:block;
}
.form-design{
	margin:20px;
	padding:20px;
	border:#333333 solid 1px;
	width:100%;
}
.heading{
	font-family:Arial, "Helvetica", sans-serif;
	font-size:24px;
	text-align:center;
	margin-bottom:20px;
	text-decoration:underline;
}
#pro_type{
	width:30%;
}
.wrap{
	display:inline;
}
.block1{
	width:20%;
	float:left;
	padding-bottom:20px;
}
.block2{
	padding-bottom:20px; width:70%; float:left;
}
.label{
	display:block; text-align:right; padding:5px; font-family:Arial, 'Helvetica', sans-serif; font-size:18px; font-weight:400; color:#000000;
}
.button{
	width:100px;
	height:40px;
	background-color:#146b9e;
	color:#ffffff;
	border:#cccccc solid 1px;
	border-radius:5px;
}
.button:hover{
	background-color:#212121;
	color:#ffffff;
}
.link a{
	color:#FF0000;
	font-size:14px;
	text-decoration:none;
	font-weight:600;
}
.link {
	color:#FF0000;
	font-size:14px;
	text-decoration:none;
	font-weight:600;
}

.table-bordered {
  border: 1px solid #666666 !important;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td
{
  border: 1px solid #666666 !important;
  height: 5px;
}
.print{
	border:#000000 1px solid;
}
  .font{
  	font-size:12px;
  }
.form-control2{display:block;width:60%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.table-td{
	width:500px;
	height:250px;
}
.td-style{
	border-bottom:solid #333333 1px;
	padding-left:10px;
	padding-bottom:2px;
}
.td-style2{
	padding-bottom:5px;
	padding-left:10px;

}
.td-design{
	border:#333333 solid 1px;
	border-radius:5px;
	width:220px;
        padding-left: 5px;
}
	.edit{
	display:block;
	}
.table-head2{
	background-color:#333333;
	color:#CCCCCC;
	font-size:14px;
}

#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:50px;
   width:100%;
   background:#333333;
   text-align:center;
   color:#FFFFFF;
   padding:10px;
}
	.btn-primary {
    color: #fff;
    background-color: #0495c9;
    border-color: #357ebd; /*set the color you want here*/
	}
	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
		color: #fff;
		background-color: #00CC00;
		border-color: #285e8e; /*set the color you want here*/
	}
@media print {
 @page{
  margin:0.9mm;
  size: 8.5in 11in;
 }
  .print{
	border:#000000 2px solid;
  }
  .no-print{
	display:none;
}
  body * {
    visibility: hidden;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute;
	top: 3px;
	left: 3px;
  }

  body{
  	font-size:6px;
  }
  h2{
	 font-size:14px;
	font-weight:600;
	  }
  h3, h4{
  	font-size:12px;
	font-weight:500;
  }

  h5{
  	font-size:10px;
  }
  .font{
  	font-size:10px;
  }
  .table-bordered {
  border: 2px solid #666666 !important;

	}
	.table-bordered > thead > tr > th,
	.table-bordered > tbody > tr > th,
	.table-bordered > tfoot > tr > th,
	.table-bordered > thead > tr > td,
	.table-bordered > tbody > tr > td,
	.table-bordered > tfoot > tr > td
	{
	  border: 2px solid #666666 !important;
	}
	.edit{
	display:none;
	}
	.table-head2{
	background-color:#333333;
	color:#CCCCCC;
	font-size:10px;
	}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {
	.container{
	width:80%;
	background:#CCCCCC;
	}
}
