@charset "utf-8";
/* CSS Document */
@font-face {
  font-family:"butler";
  font-style: normal;
  font-weight: 200;
  src: url("../font/Butler_Light.otf") format('truetype');
}
@font-face {
  font-family:"ErasMediumITC";
  font-style: normal;
  font-weight: 200;
  src:url("../font/ErasMediumITC.ttf") format('truetype');
}
@font-face {
  font-family:"Bronova-Regular";
  font-style: normal;
  font-weight: 400;
  src:url("../font/Bronova-Regular.otf") format('truetype');
}
@font-face {
  font-family: "RobotoCondensed-Light";
  font-style: normal;
  font-weight: 400;
  src:url("../font/RobotoCondensed-Light.ttf");
}


body {
	margin:0;
	padding:0;
	font-size:16px;
	color:#333;
	top:0;
	background:#e1efff;
	}

#style-4::-webkit-scrollbar-track
{
	position:absolute;
	background:#fff;
}

#style-4::-webkit-scrollbar
{
	width: 10px;
	background: #fff;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #0b24ac ;
	border: 2px solid #0b24ac ;
	width:10px;
}
.parties_view::-webkit-scrollbar-track
{
	position:absolute;
	background:#e8eaf1;
}

.parties_view::-webkit-scrollbar
{
	width: 7px;
	background: #cbcfe5;
}

.parties_view::-webkit-scrollbar-thumb
{
	background-color: #bdc3e2 ;
	border: 2px solid #cbcfe5 ;
	width:7px;
}
.agent_view::-webkit-scrollbar-track
{
	position:absolute;
	background:#e8eaf1;
}

.agent_view::-webkit-scrollbar
{
	width: 7px;
	background: #cbcfe5;
}

.agent_view::-webkit-scrollbar-thumb
{
	background-color: #bdc3e2 ;
	border: 2px solid #cbcfe5 ;
	width:7px;
}
	
a {
	text-decoration:none;
	}
ul,li,lo {
	list-style-type:none;
	}
.cle {
	clear:both;
	margin:0;
	padding:0;
	}
/*login start*/	
.login {
	width:100%;
	min-height:100vh;
	background:url(https://linknlive.com/app/images/gas_bg.jpg) no-repeat;
	background-size:cover;
	} 	
.marg_top {
	margin-top:1rem;
	margin-bottom:1rem;
	}
h2.heading_login {
 text-align: center;
    color: #fff;
    font-weight: 600;
    margin-top: 2rem;
    font-size: 25px;
    margin-bottom: 1rem; 
}	
.form-control-login {
    font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 1px;
  padding: 13px;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #f2f2f2;
  transition: all 0.3s;
}
.but-login {
    font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 13px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3s;
  cursor: pointer;
}
.but-login:hover,.but-login:active,.but-login:focus {
  background: #43A047;
}
.form-control-login:hover,.form-control-login:active, .form-control-login:focus {
  outline:none !important;
  border: 1px solid #1d64df;
}
.field-icon {
  float: right;
    right: 1rem;
    margin-top: 1rem;
    position: absolute;
    z-index: 2;
    font-size: 21px;
}
/*login end*/
.nopading {
	padding:0;
	}	
.topp {
	padding:0px 0 0 0;
}	
.topp ul {
	z-index:99;
	position:relative;
	margin:0;
	margin-left: 100px;
	}
.topp ul li {
	color:#fff;
	font-size: 17px;
	display: inline-block;
    float: left;
	margin-right:15px;
	}
.topp ul li i.fa {
	color:#fff;
	padding:8px;
	}
.boddo {
	border-bottom:1px solid #fff;
	padding:8px 0;
	}
.boddo1 {
    border-bottom: 1px solid #fff;
    padding: 8px 0;
	float:right;
}		
.cotation {
	float:right;
	padding: 3px 0 0 0;
	}	
.cotation a {
	color:#fff;
	background:#FF440B;
	padding: 8px 15px;
	text-decoration:none;
	}			
.logo_nav {
	max-width:1100px;
	height:85px;
	background:#000;
	margin:0 auto;
	}	
.absolute-div {
    width: 100%;
	z-index: 99;
    position: absolute;
	
}
.about_pic2 {
    float: left;
    margin:9px 15px 0px 10px;
    width: 100%;
    max-width: 18%;
}
.about_pic2 img {
    width: 100%;
    height: auto;
}
.welcomephoto h1 {
	margin:0;
	}
	
.logo {
	padding:0;
	margin:2rem 0 0 0;
	text-align:center;
	float:left;
	}
.logo img {
	z-index:99;
	display: -webkit-inline-box;
	height:75px;
	}	
.btni {
  flex: 1 1 auto;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  
 /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
 }

/* Demo Stuff End -> */
/* <- Magic Stuff Start */

.btni:hover {
  background-position: right center; /* change the direction of the change here */
}
.btn-4 {
  background-image: linear-gradient(to right, #e56245 0%, #ff4d26 51%, #e46245 100%);
}	
	
.navbar {margin-bottom:0px; padding:0;}	
.navibar {
    z-index:99; 
    background: #ffffff;
    height: 100vh;
    position: fixed;
    width: 16.67%;
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
    
}	

.list-unstyled {
	width:100%;
	padding:1rem 0;
	}
.list-unstyled li {
	border-bottom:1px solid #1d4a9b17;
	}
.list-unstyled li:last-child {
	border-bottom:none;
	}		
.list-unstyled li a {
	display:block !important;
	color:#000;
	padding:0.7rem 1rem;
	font-size:14px;
	}
	
.list-unstyled li a:hover, .list-unstyled li a:focus {
	color: #000000 !important;
    background: #c1d7ff;
	}	
.btn-toggle::after {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
  right: 1rem;
  position: absolute;
  padding-top:5px;
  color:#fff;
}
table.table-hover th {
    font-size:13px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.1em 0.5em !important;
}

input[type=radio]:checked ~ .check {
  border: 5px solid #1d64df;
}

input[type=radio]:checked ~ .check::before{
  background: #1d64df;
}

input[type=radio]:checked ~ label{
  color: #1d64df;
}
input[type=radio]{
  position: absolute;
  visibility: hidden;
}

label.chi{
  display: block;
  position: relative;
  font-weight: 600;
  color:#AAAAAA;
  font-size: 1.35em;
  padding: 5px 25px 25px 50px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
.login_logo {
    text-align: center;
}
.login_logo img {
    height: 100px;
    margin-top: 30px;
}

.dataTables_wrapper .dataTables_filter input {
   
    font-family: "Bronova-Regular" !important;
    padding: 9px 2px !important;
    font-size: 15px !important;
    line-height: 1.42857143 !important;
    color: #000 !important;
    background-color: rgba(255, 255, 255, 0) !important;
    background-image: none !important;
    border: 0 !important;
    border-bottom: 1px solid #80808040 !important;
    outline: 0 !important;
    transition: all 0.3s ease-in-out !important;
    margin-bottom: 0.3rem;
}
.dataTables_wrapper .dataTables_filter input[type=search]:focus {
	border-bottom:1px solid #1d64df !important;
	outline:none !important;
	}

.check{
  display: block;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  position: relative;
  margin-top: -30px;
  left: 20px;
  z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

hover .check {
  border: 5px solid #FFFFFF;
}

.check::before {
  display: block;
  position: relative;
	content: '';
  border-radius: 100%;
  height: 14px;
  width: 14px;
  top:1px;
	left:0px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
table tr .report-foot {
    background: #1d64df !important;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 8px !important;
}




.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85) !important;
  background: #c1d7ff;
}
.btn-toggle[aria-expanded="true"]::after {
  transform: rotate(90deg);
  padding-top:7px;
}	
.mainbodytop {
	background:#fff;
	z-index:10;
	padding:0.9rem 1rem 0.8rem 1rem;
	position: fixed;
    width: 84%;
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
	}	
.date {
	color:#000;
	font-size:14px;
	}	
.datetime {
	text-align: center;
    bottom: 0;
    position: absolute;
    width: 100%;
    padding: 3px 0;
    border-top: 1px solid #1d4a9b17;
	}	
.pageheading h2 {
	color:#000;
	font-size:19px;
	font-weight:500;
	margin:0;
	text-transform:uppercase;
	}		
.top_heading {
	background:#0044b9;
	}
.top_heading h2 {
	margin:0;
	padding:1rem 0 1.1rem 1.5rem;
	color:#ffdf01;
	font-size:21px;
	font-weight:600;
	}
.desg_1 {
	margin:0;
	}		
.desg_1 ul {
	margin:10px 0 10px 5%;
    width: 95%;
    padding: 0;
    border-left: 2px solid #c1d7ff;
	}
.desg_1 ul li {
	border-bottom:none;
	}		
.desg_1 ul li a {
	font-size:14px;
	color:#101010 !important;
	padding: 0.5rem 1rem;
	}
.desg_1 ul li a:hover {
	background: #e1efff;
	}
/*main body start*/		
.main_part {
	margin-bottom:4rem;
	padding:15px 2rem; 
	height:auto;
	margin-top: 4rem;
	}
.padch {
	padding:12px;
	}
.view_block {
	padding:25px 0 0 0;
	}	
.d_block {
	text-align:end;
	background:#fff;
	padding:25px 15px;
	border-radius:8px;
	box-shadow:0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
	transition:all 0.3s ease-in-out;
	}
.d_block:hover .about_pic {
	margin-top: -60px;
	}		
.d_block h3 {
	font-size:16px;
	text-transform:uppercase;
	margin: 0 0 10px 0;
	}
.d_block p {
	margin:0;
	}
.dash_activity {
	background:#fff;
	padding:17px;
	border-radius:10px;
	box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
	
	}
.acti_v  h3 {
	font-size:17px;
	margin-bottom:15px;
	margin-top:5px;
	}	
.acti_v a {
	background:#ffdf01;
	padding:7px 15px;
	color:#000;
	border-radius:5px;
	margin-bottom:7px;
	transition:all 0.3s;
	}
.acti_v a:hover {
	background:#eacc00;
	}		
.parties_view {
	max-height: 45vh;
    overflow-y: scroll;
	/*border:2px solid #c8d8f3;*/
	padding:0 10px;
	}
table.pay_search {
    width: 100%;
    background: #fff;
}	
.table100-head th {
    font-size: 13px;
    color: #000;
    padding: 11px 3px;
    text-align: center;
    position: sticky;
    top: 0;
}
table.pay_search tr th {
	font-size: 13px;
    color: #000;
    padding: 11px 3px;
    text-align: center;
    border-bottom: 1px solid #0000001a;
    position: sticky;
    top: 0;
	background:#fff;
	}
table.pay_search tr th.lightbg {
	background:#CADCF7;
	}
tr.table_body td {
    border-bottom: 1px solid #e3e3e369;
    color: #000;
    padding: 7px 3px;
    font-size: 15px;
    text-align: center;
}
tr.table_body:hover {
    background-color: #eaf5ff;
}
.about_pic {
    float: left;
    margin:0;
	padding:15px;
    width: 100%;
    max-width: 28%;
	margin-top:-44px;
	border-radius:5px;
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(255,152,0,.4);
	transition:all 0.3s ease-in-out;
}
.about_pic img {
    width: 100%;
    height: auto;
}	
.bgcol {
	background:#07307a;
	}
.b_right {
	
	}
.bgcol h3 {
	font-size:17px;
	text-transform:uppercase;
	}
.f_block {
	text-align:end;
	background:#FFFFFF;
	padding:15px 65px 20px 20px;
	border-radius:8px;
	border:1px solid #DDDDDD;
	position:relative;
	box-shadow:0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
	}
.f_block h3 {
	font-size:39px;
	margin:0;
	color:#198754;
	margin-bottom: 5px;
	}
.f_block h3 span {
	font-size:25px;
	}	
.f_block p {
	margin:0;
	color:#000;
	}
.e_block {
	text-align:end;
	background:#FFFFFF;
	padding:15px 65px 20px 20px;
	border-radius:8px;
	border:1px solid #DDDDDD;
	position:relative;
	box-shadow:0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
	}
.e_block h3 {
	font-size:39px;
	margin:0;
	color:#dc3545;
	margin-bottom: 5px;
	}
.e_block h3 span {
	font-size:25px;
	}	
.e_block p {
	margin:0;
	color:#000;
	}
.p_block {
	text-align:end;
	background:#FFFFFF;
	padding:15px 65px 20px 20px;
	border-radius:8px;
	border:1px solid #DDDDDD;
	position:relative;
	box-shadow:0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
	}
.p_block h3 {
	font-size:35px;
	margin:0;
	color:#0d6efd;
	margin-bottom: 5px;
	}
.p_block h3 i {
	font-size:31px;
	}	
.p_block p {
	margin:0;
	color:#000;
	}
.about_pic3 {
    float: left;
    margin:0;
	padding:15px;
    width: 100%;
    max-width: 25%;
	margin-top:-30px;
	border-radius:8px;
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(255,152,0,.4);
	transition:all 0.3s ease-in-out;
}
.about_pic3 img {
    width: 100%;
    height: auto;
}			
.cylinder_update {
	background: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
	}	
.update {
	position:absolute;
	right:0.5rem;
    top:0.7rem;
	}
.update a {
	color:#fff;
	border-radius:5px;
	padding:5px 10px;
	text-align:center;
	}
.modal-header {
	border-bottom:none;	
	}
.modal-footer {
	}
.agent_view	{
	max-height: 62vh;
    overflow-y: scroll;
    /*border: 2px solid #c8d8f3;*/
	padding: 0 10px;
	}
.padc {
	padding:15px;
	}
.onoff {
	position: absolute;
    background: #fff;
    z-index: 10;
    right: 3%;
    width: 20%;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	padding:10px;
	}															
/*main body end*/



.mbotu {
    margin-bottom: 15px;
}
.formname {
    color: #000;
    font-weight: 300;
    margin-bottom: 1px;
    font-family: "Bronova-Regular";
    font-size: 15px;
}
.form-control1 {
    display: block;
    width: 100%;
    font-family: "Bronova-Regular";
    padding: 9px 10px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
	border: 0;
  	border: 1px solid #80808040;
  	outline: 0;
	border-radius:4px;
    transition: all 0.3s ease-in-out;
}
.form-control2 {
    display: block;
    width: 100% !important;
    font-family: "Bronova-Regular";
    padding: 9px 2px !important;
    font-size: 15px !important;
    line-height: 1.42857143 !important;
    color: #000 !important;
    background-color: rgba(255, 255, 255, 0) !important;
    background-image: none !important;
	border: 0 !important;
  	border-bottom: 1px solid #80808040 !important;
  	outline: 0 !important;
    transition: all 0.3s ease-in-out !important;
}
.effect-1 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #4caf50; transition: 0.4s;}
.effect-1:focus ~ .focus-border{width: 100%; transition: 0.4s;}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#323e6294;
    opacity: 1; /* Firefox */
	font-family: "Bronova-Regular";
	font-size:14px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#323e6294;
	font-family: "Bronova-Regular";
	font-size:14px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:#323e6294;
	font-family: "Bronova-Regular";
	font-size:14px;
}
input[type=text]:focus,input[type=email]:focus, input[type=date]:focus, textarea:focus, select:focus {
  outline:none !important;
  border: 1px solid #1d64df;
}
input[type=search]:focus {
	border-bottom:1px solid #1d64df;
	outline:none !important;
	}
.search_box {
	padding:40px;
	}
.subm_but {
	text-align:center;
	margin-top:0rem;
	}
.quesendsss {
	width:100%;
    display: inline; 
  	padding: 9px 40px; 
	border:none;
 	position: relative; 
  	z-index: 2;
  	text-decoration: none;
	transition:all 0.3s ease-in-out;
	}
.quesendsss:hover { 
	}
.paper_body h3 {
	text-align:center;
	margin:0;
	position: relative;
    margin-top: -30px;           
	}	
.paper_body h3 span {
	background:#ff9d27;
	color:#fff;
	padding:15px 30px;
	border-radius:25rem;
	font-family:"butler";
	}
.devider {
	margin:15px 0;
	height:1px;
	background:#4444442b;
	}	
	
.footer_last {
    background: #1d64df;
    position: fixed;
    bottom: 0;
	z-index:10;
}
.foot_block {
	margin-top:50px;
	}	
h3.o_cont {
	color:#fff;
	font-family:"butler";
	font-size:38px;
	}
.foot {
	padding: 15px 0 15px 19%;
	}		
.foot p {
	color:#fff;
	font-size:16px;
	margin:0;
	}	
.foot p a {
	color:#ffc440;
	}	
.foot p span {
	color:#fff;
	}
.gpga {
    margin:1rem 0;
}	
.ful_width {
    width: 100% !important;
}
									
	