.side_border {
	border-left:1px solid blue;
	border-right:1px solid blue;
	height: 15vh;
	margin:2vh auto;
}

.box {
	border:1px solid #7370e2;
}

.no-pad {
	padding: 0px;
}

.ico {
	font-size: 21px;
	float:left;
}

.main_div {
	margin: 0px;
	padding: 0px;
	height: 100vh;
	overflow-x:hidden;
	overflow-y: auto; 
}

.top_header {
	width:100%;
	 height: 9vh; 
	background: url('../img/basis.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.menu_bar {
	width:100%;
	height: 6vh;
	top:9vh;
	background-color:#3b9088;
	position:relative;
}


.menu_h4{
	font-size: 5vh;
	color: #fff;
	margin: 2vh auto;
	padding: auto;
}


.menu_h4:hover {
	color: yellow;
}

.main_body {
	width:100%;
	height: 91vh;
}

.main_body_open {
	width:100%;
	height: 91vh;
	background-color: yellow;
}

.navbar-nav>li>a {
	color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
}

.navbar {
    position: relative;
    min-height: 5vh;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.sub_btn {
	font-size: 3vh;
	padding: 1vh 10px;
	margin:auto 5px;
	color:#333;
	cursor:pointer;
}

.sub_btn:hover {
	color:#fff;
}

/*.left_div {
	width:30%;
	height: 85vh;
	top:15vh;
	left:0px;
	background-color:rgba(59,144,136,0.7);
	position: fixed;
}

.right_div {
	width:30%;
	height: 85vh;
	top:15vh;
	right:0px;
	background-color:rgba(59,144,136,0.7);
	position: fixed;
}*/

.side_menu {
	width:auto;
	/*height: 85vh;*/
	top:16vh;
	right:0px;
	padding-right: 0px;
	background-color:transparent;
	position: fixed;
}

.in-ln {  
 display: inline-block;  
 /*border-radius: 6px; */
/* margin: 10px 10px 10px 10px;  */
} 

.side-btn-row{
	width:50px;
}

.close1{
	color:white;
}

.close1:hover {
	color:red;
}

.toggle_div {
	width:400px;
	height: 85vh;
	/*padding-top: 1px;*/
	top:15vh;
	right:0px;
	background-color:rgba(255,255,255,0.05);
	/*position: fixed;*/
}

.sidebtn {
	font-size: 4vh;
	padding:0px;
	margin-right:1px;
	color:#3b9088;
	cursor:pointer;
	float:right;
	-webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.sidebtn:hover {
	color:#fff;
}

.count {
	height: auto;
	text-align: left;
	margin: 5px 5px 0px;
	padding: 3px;
	border-radius:2px;
	background: rgba(249,251,251,1);
	border: 1px solid #e6e6e6;
	width: 15%;
	display: inline-block;
}

.count1 {
	height: auto;
	text-align: left;
	margin: 5px 5px 0px;
	padding: 3px;
	border-radius:2px;
	background: rgba(249,251,251,1);
	border: 1px solid #e6e6e6;
	width: 35%;
	display: inline-block;
}


.m-count {
	padding:5px; 
	/*border:3px solid #ccc;*/
	/*border-bottom:0px solid #ccc;*/
	height:auto;
}*/

.fr {
	width:33%;
}

.countH {
	color:#fff;
	padding-bottom:0px; 
	margin:0px auto 3px; 
	font-size: 11px;
	text-align: center;
	color: #777373;
}

.countP {
	color:#fff;
	text-align: center;
	padding:20px auto 0px; 
	margin-bottom: 0px;
	font-size:26px !important;
	font-weight: 500em;
	color: #777373;
}

.div-box {

}

 #content {
  float: left;
  width: calc(100% - 210px);
  height: 100%;
  word-wrap: break-word;
  background: #FFFFFF;
  font-family: Raleway, sans-serif;
} 
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
/* .content {
  float: left;
  background: #E9EEF4;
  width: 100%;
  height: calc(100% - 64px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} */
.content-header {
  background: #fff;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.padn {
	padding: 5px;
}
.content-header h1 {
  margin: 0;
  font-weight: normal;
  padding-bottom: 5px;
}
.content-header p {
  margin: 0;
  padding-left: 2px;
}
.widget-box {
  background: #fff;
  border: 1px solid #E0E0E0;
  float: left;
  width: 100%;
  margin: auto;
}
.widget-header {
  background: #3b9088;
      padding: 0px;
    height: 30px;
}

.wid-1 {
	background: #f347d2;
}

.wid-2 {
	background: #ecbc24;  
}

.wid-3 {
	background: #7470e2;
}


.widget-header h2 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 11px 15px;
  color: #F9F9F9;
  display: inline-block;
}
.sample-widget {width: 100%;}
.widget-box .fa-cog {
  float: right;
  color: #fff;
  margin: auto;
  font-size: 20px;
}
.widget-content {
	-webkit-box-shadow: inset 4px -4px 56px -8px rgba(179,179,179,1);
-moz-box-shadow: inset 4px -4px 56px -8px rgba(179,179,179,1);
box-shadow: inset 4px -4px 56px -8px rgba(179,179,179,1);
}

h4.links {
	font-size: 15px;
	text-transform: uppercase;
	border: 1px dashed purple;
	text-align: center;
}

.hd1{ color:#f68;}
.hd2{ color:#399;}
.hd3{ color:#88f;}
.hd4{ color:#8372a5;}
.hd5{ color:blue;}


/* Chrome, Safari, Opera */
@-webkit-keyframes example {
    0%   {opacity: 1; filter: alpha(opacity=100);}
    25%  {opacity: 0.7; filter: alpha(opacity=70);}
    50%  {opacity: 0.5; filter: alpha(opacity=50);}
    75%  {opacity: 0.3; filter: alpha(opacity=30);}
    100% {opacity: 0.1; filter: alpha(opacity=10);}
}

/* Standard syntax */
@keyframes example {
    0%   {opacity: 1; filter: alpha(opacity=100);}
    25%  {opacity: 0.7; filter: alpha(opacity=70);}
    50%  {opacity: 0.5; filter: alpha(opacity=50);}
    75%  {opacity: 0.3; filter: alpha(opacity=30);}
    100% {opacity: 0.1; filter: alpha(opacity=10);}
}


.side_div {
	margin-top:2%;
}

.drp {
	-webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent!important;
	color:yellow!important;
}


.link_active>a {
	color: yellow !important;
}

.panel {
  margin-bottom: 20px;
  background-color: rgba(105,179,146,1)!important;
}

.panel-1 {
  margin-bottom: 10px;
  background-color: rgba(68,153,153,0.2)!important;
}

.panel-2 {
  margin-bottom: 10px;
  background-color: rgba(68,153,153,0.2)!important;
}

.panel-3 {
  margin-bottom: 10px;
  background-color: rgba(68,153,153,0.2)!important;
}

.nopad {
	padding:2px 0px !important;
}



@media print {
    #reporttabale {
		display:block !important;
		page-break-before:always !important;
		page-break-after: avoid !important;
	}

}

.thumbnail-ht {
	height: 90px!important;
	margin-bottom: 2px!important;
}

.pd {
	padding:2px 5px!important;
}

.item {
	padding: 0px 15px;
}


.wgd {
	color:#851eec;
}

.wgd1 {
	color:#1bc20d;
}

.wgd2 {
	color:#f37b03;
}

.t-head>th{
	font-size: 11px!important;
}

tr>.success {
	font-size: 11px!important;
}

@media print {
	.report-head1 {
    display: inline-block;
    font-size: 40px;
}

.report-head2 {
    display: inline-block;
    font-size: 40px!important;
}



}