/*
Theme Name: DOE-child
Description: Department of Energy Philippines
Author: Mybusybee Inc.
Author URI: https://www.mybusybee.net/
Template:     DOE
Text Domain:  DOE-child
*/

@import url("../DOE/style.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
	@import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css");
	@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css");

/* MyBusyBee Codes
-------------------------------------------------------------- */
.show {
    background: #f1f1f1b0 !important;
}
.fade.in {
    background: #e9f4ff75 !important;
}
@font-face {
    font-family: 'MetropolisRegular';
    src: url('fonts/MetropolisRegular.eot');
    src: url('fonts/MetropolisRegular.eot') format('embedded-opentype'),
         url('fonts/MetropolisRegular.woff2') format('woff2'),
         url('fonts/MetropolisRegular.ttf') format('truetype'),
		         url('fonts/MetropolisRegular.svg#MetropolisRegular') format('svg');
}

@font-face {
    font-family: 'MetropolisExtraBold';
    src: url('fonts/MetropolisExtraBold.eot');
    src: url('fonts/MetropolisExtraBold.eot') format('embedded-opentype'),
         url('fonts/MetropolisExtraBold.woff2') format('woff2'),
         url('fonts/MetropolisExtraBold.woff') format('woff'),
         url('fonts/MetropolisExtraBold.ttf') format('truetype'),
         url('fonts/MetropolisExtraBold.svg#MetropolisExtraBold') format('svg');
}

@font-face {
    font-family: 'BARABARAFINALRegular';
    src: url('fonts/BARABARAFINALRegular.eot');
    src: url('fonts/BARABARAFINALRegular.eot') format('embedded-opentype'),
         url('fonts/BARABARAFINALRegular.woff2') format('woff2'),
         url('fonts/BARABARAFINALRegular.woff') format('woff'),
         url('fonts/BARABARAFINALRegular.ttf') format('truetype'),
         url('fonts/BARABARAFINALRegular.svg#BARABARAFINALRegular') format('svg');
}

body {
font-family: 'Poppins', sans-serif !important;
line-height: 1.5 !important;
font-size: 15px !important;
color: #444 !important;
text-align: left;
height:100%;
	word-break: keep-all!important;
    -webkit-hyphens: none!important;
    -ms-hyphens: none!important;
    hyphens: none!important;
}

.fl { float: left; }
.fr { float: right; }
.clear { clear:both; visibility:hidden; height:0;}
div,h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0;}

h1,h2,h3,h4,h5,h6 {
font-family: 'Poppins', sans-serif;
color: #434343;
	font-weight: 500;
}

h1 {
font-family: 'Poppins', sans-serif;
	font-size: 60px;
	color: #363636;
}


*:focus {
outline: 0 !important;
outline: none !important;
}

/* ---------- Hidden ---------- */
.frontEndHidden, .fronthidden {
    display: none;
}


/* ---------- Alignment ---------- */

.align-center {
text-align: center;
}

.align-left {
text-align: left;
}

.align-right {
text-align: right;
}

/* ---------- Container ---------- */

.one_half {
float: left;
margin-right: 4%;
width: 48%;
}

.one_third {
float: left;
margin-right: 4%;
width: 30.66%;
}

.one_fourth {
float: left;
margin-right: 4%;
width: 22%;
}

.one_fifth {
float: left;
width: 19.84%;
margin-right: 0.2%;
}

.one_sixth {
float: left;
width: 16.5%;
margin-right: 0.2%;
}

.two_third {
float: left;
margin-right: 4%;
width: 65.32%;
}

.three_fourth {
float: left;
width: 74%;
margin-right: 4%;
}

.last {
margin-right: 0;
}

::-webkit-input-placeholder {
font-style: italic;
color: #666666;
}

:-moz-placeholder { 
font-style: italic;
color: #666666;
}

::-moz-placeholder { 
font-style: italic;
color: #666666;
}

:-ms-input-placeholder {  
font-style: italic;
color: #666666;
}

/*---------- Modal ----------*/

.modal-open .modal {
    overflow-x: hidden!important;
    overflow-y: hidden!important;
}

/* ---------- Codes ---------- */

.site {
        border: none;
    max-width: 100%;
    background-color: transparent;
}

.content-area {
	width: 100%;
}

.site-content {
	width: 70%;
	margin: 0 auto;
}

body.page-template-registration {
	background: #edeff4;
}

.login-wrapper {
	  /* The image used */
  background-image: url("/wp-content/uploads/2022/05/57_full-1.png");

  /* Full height */
  height: 100vh;
width: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	display: table;
    position: relative;
    overflow: hidden;
}

.overlay {
    /*display: table-cell;*/
    vertical-align: middle;
    z-index: 8;
    position: relative;
    transition: .3s;
	padding: 60px 0;
}

.form-box {
    width: 500px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #000;
    background: #fff;
    border-radius: 10px;
	text-align: center;
	position: relative;
}

.form-box .title {
    font-size: 25px;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    margin: 30px 0 30px 0;
}

a.green-btn {
	display: block;
	font-size: 15px;
	font-weight: 400px;
	background: #4AAF05;
	border-radius: 5px;
	color: #fff;
margin-bottom: 20px;
    padding: 13px 0;
	  opacity: 1;
  transition: 0.3s;
}

a.blue-btn {
	display: block;
	font-size: 15px;
	font-weight: 400px;
		background: #3699FE;
	border-radius: 5px;
	color: #fff;
margin-bottom: 20px;
    padding: 13px 0;
		  opacity: 1;
  transition: 0.3s;
}

a.orange-btn {
	display: block;
	font-size: 15px;
	font-weight: 400px;
		background: #FFA800;
	border-radius: 5px;
	color: #fff;
margin-bottom: 20px;
    padding: 13px 0;
		  opacity: 1;
  transition: 0.3s;
}

a.orange-btn:hover, a.blue-btn:hover, a.green-btn:hover {
	text-decoration: none;
	opacity: 0.6;
}

.page-template-registration .site-content {
	padding: 80px 0;
}

.reg-box, .acf-field-6299cb9d867ac {
	background: #fff;
	border-radius: 12px;
	padding: 20px !important;
	margin-bottom: 40px !important;
	clear: both;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.acf-field .acf-label label {
    font-weight: normal !important;
}

.acf-fields > .acf-field {
    border-top: none !important;
}

.acf-field[data-width] + .acf-field[data-width] {
    border-left: none !important;
}

.acf-fields.-border {
    border: none !important;
}

.acf-field-6320695c2cfa0 .acf-label label, 
.acf-field-632063885bd59 .acf-label label, 
.acf-field-631fd3391f9f9 .acf-label label, 
.acf-field-63206b09a45e5 .acf-label label {
    margin: 0 !important;
}

.acf-field-6320695c2cfa0 .acf-label, 
.acf-field-632063885bd59 .acf-label,
.acf-field-631fd3391f9f9 .acf-label,
.acf-field-63206b09a45e5 .acf-label {
    margin: 10px !important;
}

.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select {
padding: 5px 10px !important;
    font-size: 15px !important;
    line-height: 1 !important;
    border-radius: 5px !important;
    border: 0.5px solid #9c9c9c !important;
    background-color: #F5F5F5;
}

.site-main button, .site-main input[type="submit"], .site-main input[type="button"], .site-main input[type="reset"] {
    background: #3699FF !important;
    border: none !important;
    font-size: 15PX !important;
    border-radius: 5px !important;
    padding: 10px 30px !important;
    white-space: normal !important;
}

/*.media-modal-content button, 
.media-modal-content input[type="submit"], 
.media-modal-content input[type="button"], 
.media-modal-content input[type="reset"],
.media-modal-close  {
    background: 0 0 !important;
    border: 0 !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    padding: 8px 10px 9px !important;
}*/


.passModal button, 
.passModal input[type="submit"], 
.passModal input[type="button"], 
.passModal input[type="reset"] {
    background-color: 0 0 !important;
    border: 0 !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    padding: 8px 10px 9px !important;
}




/*.media-modal-content .media-menu-item {
    color: #1d2327;
}*/

.entry-header, .entry-content, .entry-summary, .entry-meta {
    max-width: 100%;
}

h1.entry-title {
	font-size: 36px;
	color: #434343 !important;
	font-weight: 500 !important;
	margin: 0;
}

.page-header {
	background-color: transparent;
	margin-bottom: 30px;
}

.logo-container {
float: left;
	width: auto;
	margin-right: 20px;
}

.agency-name {
    font-size: 48px;
    font-weight: 600;
    padding: 14px 0;	
}

form#loginform label {
display: none;
}

form#loginform {
	text-align: left;
}

form#loginform input[type=text], 
form#loginform  input[type=password] {
	padding: 12px !important;
    font-size: 15px !important;
    line-height: 1 !important;
    border-radius: 5px !important;
    border: 1px solid #C8D4E1 !important;
	width: 100%;
}

form#loginform a {
	color: #000;
}

form#loginform input[type=submit] {
	    display: block;
    width: 100%;
    padding: 9px !important;
    font-size: 15px !important;
}


.back-icon {
	text-align: left;
    position: absolute;
    top: 20px;
    left: 20px;
}

.thankyouBox {
background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 80px 40px;
    color: #000;
    width: 60%;
    margin: 0 auto;
}

.thankyouBox .title {
	font-weight: 400;
font-size: 24px;
}

.thankyouBox a.blue-btn  {
width: 390px;
    margin: 0 auto;	
}

.ty-message {
	    font-size: 36px;
    font-weight: 500;
    margin: 60px 0;
}

.dashboard-wrapper {
	  background-image: url('/wp-content/uploads/2022/05/Frame-83.png');
  background-repeat: no-repeat;
  background-attachment: initial;
  background-position: bottom; 
	background-color: #ccc;
	
	    height: 100vh;
    width: 100%;
    display: table;
    position: relative;
    overflow: hidden;
}

.dashboard-wrapper .site-content {
    width: 90%;
}

.dashboard-wrapper .title {
	font-size: 30px;
    color: #434343;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid;
    padding: 22px;
	    display: inline-block;
}

.dashboard-wrapper .agency-name {
    font-size: 36px;
    font-weight: 700;
    padding: 8px 0;
    line-height: 1;
    color: #3D3D3D;
}

.agency-location {
    font-size: 20px;
    color: #696969;
    font-weight: 500;
}

.dashboard-wrapper .one_half {
	width: 49%;
	margin-right: 2%;
}

.dashboard-wrapper .last {
	margin-right: 0;
}

.dashboard-item-bg {
	  background-image: url(/wp-content/uploads/2022/05/PngItem_36580-1-1.png), url(/wp-content/uploads/2022/05/PngItem_36580-1-2.png);
  background-position: left bottom, right top;
    background-repeat: no-repeat, no-repeat;
	color: #fff;
	border-radius: 5px;
	font-size: 24px;
	padding: 20px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	margin-bottom: 15px;
	height: 180px;
	position: relative;
	    transition: .3s!important;
	    display: inline-block;
	    margin: 0 0.5% 1% 0.5% ;
	       
}

a:hover .dashboard-item-bg.item1, a:hover .dashboard-item-bg.item8, a:hover .dashboard-item-bg.item9   {
background-color: #7193B1;

}

a:hover .dashboard-item-bg.item3, a:hover .dashboard-item-bg.item4, a:hover .dashboard-item-bg.item5, a:hover .dashboard-item-bg.item2, a:hover .dashboard-item-bg.item6, a:hover .dashboard-item-bg.item7 {
background-color: #B06B00;

}

a.not-underline:hover {
        text-decoration:none;
    }

.dashboard-item-bg .duration {
    opacity: 0;
        transition: .3s!important;
}

a:hover .dashboard-item-bg .duration {
    opacity: 1;
}

.dashboard-item-bg h1 {
/*	width: 80%; */
		font-size: 24px;
	color: #fff;
	margin-top: 15px;
	        display: inline-table;
}

/*.item1 {
width: 100%;
	background-color: #217FE0;
}

.item2 {
	width: 100%;
	background-color: #FDB23F;
}

.item3 {
    width: 49%;
    margin-right: 2%;
    background-color: #E98D00;
    float: left;
}

.item4 {
    width: 100%;
    background-color: #FDB23F;
    float: left;
}

.item5 {
    width: 49%;
    margin-right: 2%;
	background-color: #E98D00;
	float: left;	
}

.item6 {
	    width: 100%;
	background-color: #FDB23F;	
		float: left;
}

.item7 {
width: 100%;
	background-color: #E98D00;	
}

.item8 {
    width: 49%;
    margin-right: 2%;
    background-color: #557088;
    float: left;
}

.item9 {
	    width: 49%;
	    background-color: #557088;
	    float: left;
}*/

.item1 {
width: 48%;
	background-color: #217FE0;
}

.item2 {
width: 48%;
	background-color: #FDB23F;
}

.item3 {
width: 48%;
    background-color: #E98D00;

}

.item4 {
width: 48%;
    background-color: #FDB23F;

}

.item5 {
width: 48%;
	background-color: #E98D00;

}

.item6 {
width: 48%;
	background-color: #FDB23F;	

}

.item7 {
width: 48%;
	background-color: #E98D00;	
}

.item8 {
width: 23.5%;
    background-color: #557088;

}

.item9 {
width: 23.5%;
	    background-color: #557088;

}

.duration {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0 20px 20px 20px;
    left: 0;
    font-size: 18px;
    line-height: 1.2;
}

.status {
        font-size: 14px;
}

.account-icon {
	float: right;
    margin-left: 10px;
}

.account-box {
	line-height: 1;
	font-size: 24px;
	color: #000;
}

.account-box ul {
	    list-style-type: none;
    margin-top: 15px;
	    font-weight: 500;
}

.account-box ul li {
    display: inline-block;
    border-right: 1px solid #000;
    padding: 0 15px;
}

.account-box ul li:last-child {
	padding: 0 0 0 15px;
	border: none;
}

.account-box ul li a {
	color: #000;
}

.welcome-container {
	font-size: 24px;
	color: #434343;
}

.logout-container {
	font-size: 20px;
}

.logout-container a {
	color: #696969;
}

.site-content.internal-dashboard {
    width: 100%;
}

body.page-template-GCLAT-request-form  {
    background: #edeff4;
}

.content-wrapper {
    position: relative;
    float: right;
    width: calc(100% - 140px);
}

.full-wrapper {
	  position:relative;
  float:left;
  margin:0;
  padding:0;
  width:100%;
}

.sidebar-wrapper {
/*background: #0E43AD;
    width: 140px;
    color: #fff;
    z-index: 6;
    position: relative;
    float: left; */
	    position:relative;
    float: left;
    width: 140px;
    height: 100%;
    background: #0e43ad;
position: absolute;
}

.header-wrapper {
    background: #fff; 

}

.header-container {
 padding: 16px 0;
    width: 95%;
    margin: 0 auto;	 
}

.footer-wrapper {
background: #e7e7e7;
width: 100%;
/*    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;*/

}

.footer-container {
text-align: right;
	color: #ACACAC;
	    padding: 23px 0;
    font-size: 15px;
	width: 90%;
	margin: 0 auto; 
}

ul.sidebar-menu {
	list-style-type: none;
	margin: 0;
    padding: 20px;
}

ul.sidebar-menu li {
background: #748EC1;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
	font-size: 15px;
	position: relative;
	}

ul.sidebar-menu li.non-box {
    background: none;
padding: 15px 0; 
    border-radius: 0;
}

ul.sidebar-menu li a {
	color: #fff;
}

ul.sidebar-menu li .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 12px 0;
    border-radius: 50%;
    background: #08D999;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
display: none;
}

.sidebar-logo {
	background: #fff;
    padding: 24px;
    text-align: center;
}

.main-container {
	width: 70%;
	margin: 0 auto;
	padding: 40px 0;
		min-height: 1000px;
	position: relative;
}

.full {
	width: 95% !important;
}

.internal-dashboard .content-wrapper {
background: #edeff4;
	}

ul.header-icons {
		list-style-type: none;
	margin: 0;
	padding: 13px 0;
}

ul.header-icons li {
display: inline-block;	
	padding-left: 15px;
}

ul.header-icons li.account-icon {
	float: none;
}

.page-template-GCLAT-request-form input[type=checkbox] {
float: right;
    margin-left: 15px !important;
    position: relative;
    top: -3px;
    height: 30px;
    width: 30px;
    background-color: #eee;
    margin-right: 0 !important;
}

.page-template-GCLAT-request-form ul.acf-radio-list, .page-template-GCLAT-request-form ul.acf-checkbox-list {
	    padding: 8px 0;
}

.page-template-GCLAT-request-form ul.acf-radio-list li, .page-template-GCLAT-request-form ul.acf-checkbox-list li {
    font-size: 15px !important;
}

.acf-true-false label {
    padding: 7px 0;
}

.page-template-GCLAT-request-form .reg-box {
	font-size: 15px;
}

.page-template-GCLAT-request-form .acf-field .acf-label label, .page-template-GCLAT-request-form label {
	font-weight: 700 !important;
}

.number-spc {
margin-right: 1% !important;	
}

.acf-field-629093d51f8e1 .acf-input .acf-label {
display: none !important;
}

.acf-field-629093d51f8e1 .acf-input .acf-field-text  {
	padding-top: 0 !important;
	    padding-left: 0 !important;
	padding-bottom: 0 !important;
}

.acf-field-629093d51f8e1 .acf-input .acf-field-text input[type=text] {
padding: 2px !important;
    text-align: center !important;
    height: 45px !important;
}

.acf-actions a.acf-button.button.button-primary {
background: #3699ff !important;
    color: #fff !important;
    padding: 8px 15px !important;
    font-size: 15px !important;
    border-radius: 4px !important;
}

.acf-button {
	margin-bottom: 15px !important;
}

.acf-actions {
text-align: left !important;
}

.acf-table {
    border: none !important;
}

.acf-table > thead > tr > th {
    border: none !important;
}

.acf-row-handle.remove a.acf-icon.-plus {
	display: none !important;
}

.acf-row-handle.remove a.acf-icon.-minus {
	display: block !important;
}


.acf-repeater .acf-row-handle {
/*display: none !important; */
}

/*.acf-table > tbody > tr > td {
    border: none !important;
}*/

.acf-table label {
    font-size: 15px !important;
    text-transform: capitalize !important;
}

.page-template-GCLAT-request-form a.blue-btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 14px 20px;
}

.thank-you-box {
	text-align: center;
	padding: 60px 0;
	background: #fff;
    border-radius: 12px;
    margin-bottom: 40px !important;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	font-size: 15px;
}

.thank-you-box strong {
	color: #254061;
	font-size: 17px;
}

.internal-dashboard header.entry-header {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0;
}

.internal-dashboard h1.entry-title {
font-size: 24px;
    font-weight: 600 !important;
}

.stat-box {
	background: #FFFFFF;
box-shadow: 0px 0px 30px rgba(56, 71, 109, 0.09);
border-radius: 12px;
	position: relative;
}

.stat-big-box {
height: 492px;
    margin-bottom: 4%;
	    background: #FF6A7A;
	z-index: 7;
}

.stat-graph1 {
	position: absolute;
    bottom: 235px;
	text-align: center;
	width: 100%;
}

.stat-big-box .stat-title {
	    font-size: 17px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
}

.stat1 {
    height: 235px;
    background: #FFFFFF;
    border-radius: 12px;
    z-index: 8;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.stat2, .stat3, .stat4, .stat5, .stat6, .stat7 {
		height: 235px;
	margin-bottom: 2%;
}

.stat4, .stat6 {
    width: 49%;
    margin-right: 2%;
    float: left;
}

.stat5, .stat7 {
    width: 49%;
    float: left;
}


.page-id-129 .main-container {
    width: 90%;
}

.page-id-129 .one_third {
    margin-right: 2%;
    width: 31.66%;
}

.page-id-129 .two_third {
    width: 66.32%;
}

.stat-graph {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.stat-graph img {
    width: 100%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.stat3 .stat-icon {
	background: #FFE2E5;
}

.stat-icon {
width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #E1F0FF;
    text-align: center;
    padding: 10px 0;
    line-height: 1;
    float: left;
    margin-right: 15px;
}

.stat-title {
	font-size: 20px;
    font-weight: 600;
    color: #464E5F;
    line-height: 1;
}

.stat-subtitle {
color: #B5B5C3;
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
}

.stat-total {
	    font-size: 24px;
    font-weight: 700;
    color: #464E5F;
    position: absolute;
    top: 20px;
    right: 20px;
}

.stat-title-box {
	position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
}

.gs-wrapper {
	width: 80%;
    margin: 0 auto;
    padding: 40px 0;
}

.gs-title {
	    font-size: 12px;
    color: #B5B5C3;
    font-weight: 500;
}

.gs-amount {
	font-weight: 600;
    font-size: 20px;
    color: #464E5F;
}

.bottom-spc {
	margin-bottom: 30px;
}

.search-container button {
    background: #EFEFEF !important;
    color: #c7c7c7;
    padding: 10px !important;
    line-height: 1;
    border-radius: 0 !important;
    float: left;
}

.search-container input[type=text] {
background: #EFEFEF;
    font-size: 14px;
    color: #C7C7C7;
    padding: 9PX;
    line-height: 1;
    border: 1px solid #EFEFEF;
    height: 40px;
}

.request-box {
	width: 30px;
	height: 30px;
	background: #FFFFFF;
border: 0.5px solid #434343;
border-radius: 5px;
}


/* ---------- Single Filled Request Form ---------- */

.single-service_request {
	font-weight: 400;
font-size: 15px;
}


.single-service_request .full, .single-service_request .header-container {
    width: 75% !important;
}

.single-service_request .header-wrapper {
background: #0E43AD;
	position: relative;
}

.single-service_request h1  {
font-family: 'Poppins';
font-weight: 700;
font-size: 30px;
color: #fff;
}

.req-purpose-box {
	background: #F5F5F5;
border: 0.5px solid #434343;
border-radius: 5px;
	padding: 20px;
}

.req-purpose-box strong {
	color: #0E43AD;
}

.por-col1 {
    float: left;
    width: 40%;
    margin-right: 2%;
    position: relative;
}



.por-col2 {
float: left;
    width: 24%;
    margin-right: 2%;
    position: relative;
}



.por-col3 {
float: left;
	width: 32%;
	position: relative;
}

.check-icon {
	    position: absolute;
    margin-left: 20px;
    top: -10px;
}

.srcn-box {
float: left;
    width: 6%;
    margin-right: 1%;
}

.srcn-box input[type=text] {
 background: #F5F5F5;
    border: 0.5px solid #434343;
    border-radius: 5px;
    padding: 13px 6px;
    text-align: center;
    height: 46px;
    line-height: 1;
    font-weight: 700;
    font-size: 20px;
    color: #0E43AD;
}

.single-service_request .number-spc {
    margin-right: 2% !important;
}

.single-service_request td, .single-service_request th {
	line-height: 1.3;
}

.srcn-field-box {
	margin-bottom: 20px;
}


.single-service_request .label {
    float: left;
    margin-right: 20px;
    width: 210px;
    padding: 7px 0px;
    color: inherit;
}

.filled-data {
float: left;
    width: calc(100% - 230px);
}

.single-service_request .filled-data input[type=text], .single-payment_tracker .filled-data input[type=text], .single-oop_requests .filled-data input[type=text] {
    background: #F5F5F5;
    border: 0.5px solid #434343;
    border-radius: 5px;
    width: 100%;
    padding: 6px 10px;
    font-weight: 700;
    font-size: 15px;
    color: #0E43AD;
	}

.field-box {
	margin-bottom: 15px;
	position: relative;
}

.single-service_request table {
border: 0.5px solid #434343;
border-radius: 5px;	
	    border-collapse: initial;
}

.single-service_request thead tr {
    background: transparent !important;
}

.single-service_request th {
color: #434343;
}

.single-service_request td {
	font-size: 15px;
}

.single-service_request tr:nth-child(even) {
    background: transparent !important;
}

.req-purpose-box .label {
margin-right: 0 !important;
    width: 158px !important;
    padding: 7px 0px;
} 

.req-purpose-box .field-box {
    margin-bottom: 30px;
}

.req-purpose-box .field-box:last-child {
    margin-bottom: 0;
}

.single-service_request .main-container h1 {
	color: #434343;
	font-weight: 700;
font-size: 20px;
	margin-bottom: 30px;
}

hr {
margin-top: 30px;
    margin-bottom: 30px;
    background: #000;
    height: 1px;
    border: none;
}

.single-service_request textarea {
	    background: #F5F5F5;
    border: 0.5px solid #434343;
    border-radius: 5px;
    width: 100%;
    padding: 6px 10px;
    font-weight: 700;
    font-size: 15px;
    color: #0E43AD;
    margin: 20px 0;
}

.acf-fields > .acf-field.approval-box {
	background: #F5F5F5;
border: 0.5px solid #434343 !important;
border-radius: 5px !important;
	border-top: 0.5px solid #434343 !important;
	margin-bottom: 20px;
}


.approval-box .acf-fields.-border {
background: transparent;	
}

.updated-notif {
	background: #f5f5f5;
    border-left: 3px solid #00963f;
    padding: 10px 15px;
    margin-bottom: 30px;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

input[type="checkbox"]:disabled + label::before {
    cursor: default;
    background-color: #fff;
    color: #000;
    border-color: #000;
}

.clear-left {
	
}

.clear-right {
	clear: right !important;
}

.clear-full {
	float: none !important;
}

.hasDatepicker {
	background: url(/wp-content/uploads/2022/06/Vector-19.png) no-repeat;
    background-position: right 20px bottom 45%;
}

.acf-ui-datepicker .ui-datepicker table {
    border: none !important;
}

.acf-ui-datepicker .ui-datepicker td, .acf-ui-datepicker .ui-datepicker th {
    font-size: 15px !important;
}

/*.acf-basic-uploader input[type=file]::-webkit-file-upload-button, .acf-image-uploader input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
	display: none;
}*/
/*.acf-image-uploader input[type=file]::after {
content: url(/wp-content/uploads/2022/06/upload-solid-1.png);
    display: inline-block;
    cursor: pointer;
    float: right;
    background: #CFCDCD;
    width: 43px;
    height: 45px;
    text-align: center;
    border-radius: 5px;
    padding: 12px 0;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;

}*/

/* Nimuel changes Default screen */

.payment-row {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 30px;
}
.action-box {
    display: flex;
    gap:5px;
}

.table-container .dataTables_filter input[type="search"]{
    background-color:  #ffffff !important;
    color: #000000;
    border: 1px solid #eee;
    height: 48px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    font-weight: 500;
}
.table-container .table {
   
    
}

.cetemi, .eptae, .eptlp, .igmep, #grftld {
    overflow-x:auto;
}





.acf-image-uploader {
    float: right;
    clear: right;
	width: 100%;
}

.acf-image-uploader label {
	width: 100%;
}

.acf-image-uploader input[type=file], input[type=file] {
padding: 6px 10px 5px 10px;
font-size: 15px !important;
line-height: 1 !important;
border-radius: 5px !important;
border: 0.5px solid #9c9c9c !important;
background-color: #F5F5F5;
position: relative;
width: 100%;
height: 35px !important;
	font-weight: normal !important;
}

label.acf-basic-uploader {
    width: 100%;
}

input#acf-field_6287698f82e8c-field_6311a99efa956 {
    border-radius: 5px !important;
    border: 0.5px solid #9c9c9c !important;
    background-color: #F5F5F5;
    width: 100%;
    font-weight: normal;
}

.approval-box .acf-label label {
	font-weight: bold !important;
}

.left-label .acf-label {
float: left !important;
    text-align: right !important;
    margin-right: 20px !important;
    padding: 8px 0;
    margin-bottom: 0 !important;
    line-height: 1;
}

.acf-input-prepend, .acf-input-append {
    padding: 11px 14px 12px!important;
    font-weight: 500;
}


/* ---------- Table ---------- */

th {
    font-weight: 700;
    text-transform: none;
    font-size: 16px;
    color: #797878;
	    padding: 10px;
	text-align: center;
}

td {
    padding: 10px;
    font-size: 15px;
color: #434343;
/*    font-weight: 700;*/
	text-align: center;
}

thead tr {
background: #e9e6e6 !important;	
}
thead tr th {
font-weight: 500;
}

tr:nth-child(odd) {background: #edeff4;}
tr:nth-child(even) {background: #e9e6e6;}


/* ---------- Client GCLAT Dashboard ---------- */

.page-template-GCLAT-client-dashboard .dashboard-item-bg h1 {
    width: 100%;
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}

.page-template-GCLAT-client-dashboard .dashboard-item-bg {
    padding: 80px;
    text-align: center;
    height: auto;
}

.gclat-wrapper {
	margin-top: 125px;
}


/* ---------- Client CETEMI Dashboard ---------- */
.cetemi-reg-box {
    padding: 15px 0!important;
}
.cetemi-reg-box .acf-fields {
    padding: 20px!important;
}

.cetemi-reg-box > .acf-label {
    background: #3699FF;
    padding: 15px 20px;
    margin-bottom: 0!important;
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cetemi-reg-box > .acf-label label {
    font-weight: 700!important;
    font-size: 15px;
    color: #fff;
}

.cetemi-reg-box .acf-fields .acf-field[data-type="message"] {
    padding: 15px 12px 0!important;
}
.cetemi-reg-box .acf-fields .acf-field[data-type="message"] .acf-label {
    margin: 0!important;
}
.cetemi-reg-box .acf-fields .acf-field.sep-label[data-type="message"] .acf-label label,
.table-label {
    margin: 0!important;
    font-weight: 700!important;
    font-size: 15px;
}

.cetemi-reg-box .acf-field-acfe-column .acf-input > .acf-fields {
    padding: 15px!important;
}

.cetemi-reg-box .acf-field-acfe-column .acf-input > .acf-fields .acf-field.acf-field-group {
    padding: 0!important;
    margin-bottom: 50px!important;
}

.cetemi-reg-box .acf-field-acfe-column .acf-input > .acf-fields .acf-field {
    padding: 15px 0!important;
}

.cetemi-reg-box .acf-field-acfe-column .acf-input > .acf-fields .acf-field.acf-field-group .acf-fields {
    padding: 0!important;
}

#step-2.cetemi-reg-box .important-info .acf-input {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #9d9da0;
    background: #f0f0fc;
    padding: 25px;
    border-radius: 10px;
}

#step-2.cetemi-reg-box .important-info .acf-input ol {
    padding: 0 0 0 25px;
}

#step-3.cetemi-reg-box .elements {
    margin-bottom: 35px;
}

#step-3.cetemi-reg-box .elements table {
    margin-top: 15px;
}

#step-3.cetemi-reg-box .elements table th {
    padding: 15px 10px;
    line-height: 1.5;
    color: inherit;
    font-weight: 500;
}

#step-3.cetemi-reg-box .elements table td {
    font-weight: 500;
}

#step-3.cetemi-reg-box .elements table thead tr,
#step-3.cetemi-reg-box .elements table tr:nth-child(odd) {
    background: #fff!important;
}

#step-3.cetemi-reg-box .elements table tr:nth-child(even) {
    background: #f0f0fc;
}


.hr-end {
    width: 100%;
    height: 16px;
    border-bottom: 1px solid black;
    text-align: center;
    margin-bottom: 25px;
}

.hr-end span {
    font-size: 20px;
    background-color: #fff;
    padding: 0 10px;
}

.client-conforme {
	margin: 40px 0;
}

/* SINGLE CETEMI */
.single-cete_service_request .req-purpose-box input,
.single-cete_service_request .req-purpose-box textarea {
    background: #F5F5F5;
    border: 0.5px solid #434343;
    border-radius: 5px;
    padding: 6px 10px;
    font-size: 17px;
    width: calc(100% - 170px);
    color: #141412;
    font-weight: inherit;
}


/* ---------- LATL Dashboard ---------- */
.page-template-LATL-client-dashboard .requestbox {
    width: 100%;
    background-color: #4B77A5;
}

.page-template-LATL-client-dashboard .statusbox {
    width: 100%;
    background-color: #557088;
}

.page-template-LATL-client-dashboard .dashboard-item-bg {
text-align: center;
    height: auto;
    padding: 91px;
}

.page-template-LATL-client-dashboard .dashboard-item-bg h1 {
    width: 100%;
}

/*.acf-repeater .acf-row-handle {
display: none !important; 
}*/
	
.acf-gallery .acf-gallery-toolbar {
    text-align: center !important;
}

.acf-hl > li {
float: none !important;
}
	
	/*.main-container .acf-repeater.-block>table>tbody>tr>td, .acf-repeater.-row>table>tbody>tr>td {
		border: none !important;
	}*/
	
	.acf-field-62da72881ad51 .acf-th, .acf-field-62da7b4842df7 .acf-th {
		display: none !important;
	}

	
	.acf-field-62da72881ad51, .acf-field-62da7b4842df7 {
		margin-bottom: 30px !important;
	}
	
	.acf-field-62da7ea428435, .acf-field-62da83ebfcac1 {
		padding: 0 12px !important;
	}
	
	.acf-field-62da7ea428435 table, .acf-field-62da83ebfcac1 table {
		margin-bottom: 0 !important;
	}
	
	.acf-field-62da7ea428435 table td + td, .acf-field-62da83ebfcac1 table td + td { border-left:2px solid #fff; }
	
	.acf-field-62da7ea428435 table td, .acf-field-62da83ebfcac1 table td {
		background: #434343;
		color: #A4A4A4 !important;
		    padding: 14px;
		line-height: 1;
	}

.main-container table td select {
	    color: #444 !important;
}
	
	.acf-gallery-main li.acf-fr {
		display: none !important;
	}
	
	td.acf-field-62da7b6142df8 {
		width: 20.6667% !important;
	}
	
	.subtotal {
		width: 50% !important;
    float: right !important;
    position: relative !important;
    margin-top: -88px !important;
	}
	
	/*.acf-gallery {
		height: 200px !important
	}*/
	
	.acf-form-submit {
		text-align: center;
	}
	
	.page-template-CETEMI-request-form .reg-box  .acf-label label,
	.page-template-EPTAE-request-form .reg-box .acf-label label,
	.page-template-EPTLP-request-form .reg-box .acf-label label,
.page-template-GCLAT-oil-gas-request-form .reg-box .acf-label label,
.page-template-GCLAT-geothermal-coal-request-form .reg-box .acf-label label,
.page-template-GCAT-processed-fuels-request-form .reg-box .acf-label label,
.page-template-GCAT-geology-request-form .reg-box .acf-label label {
		color: #434343 !important;
        font-weight: 700 !important;
		font-size: 15px !important;
	}
	
	.acf-fields > .acf-field.total {
		    border-top: 1px solid #9c9c9c !important;
    margin-top: 30px !important;
    padding-top: 30px !important;
	}
	
	#inPassword {
	    padding: 10px !important;
        font-size: 15px !important;
        line-height: 1 !important;
        border-radius: 5px !important;
        border: 0.5px solid #9c9c9c !important;
        background-color: #F5F5F5;
        width: 100%;
	}
	
	button.passModal {
		    background: #3699FF !important;
    border: none !important;
    font-size: 15PX !important;
    border-radius: 5px !important;
    padding: 10px 30px !important;
		color: #fff !important;
	}

.acf-field.acf-field-62db5fd2c1d2d .acf-label {
margin: 0 !important;
}

.acf-fields > .acf-field.acf-field-62db5fd2c1d2d {
padding: 0 12px !important;
}

.acf-field.acf-field-62db5fd2c1d2d .acf-label label {
font-weight: 700 !important;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #9c9c9c;
}

.acf-field-62d9fd104dd8d.clear-full {
    float: left !important;
}

.acf-field-62d9fd104dd8d.clear-right {
    clear: none !important;
}

.acf-field-62d9fd104dd8d.left-label .acf-label {
float: none !important;
    text-align: left !important;
    padding: 0;
    margin: 0 0 10px 0 !important;
    display: block;
}

.acf-field.acf-field-62d9fd104dd8d .acf-label label {
    display: block;
margin: 0 0 3px 0;
    padding: 0;
}

.acf-field.acf-field-62d9fd104dd8d .acf-image-uploader input[type=file],
.acf-field.acf-field-6311a99efa956 .acf-image-uploader input[type=file] {
	font-weight: normal !important;
}

.acf-field-62da88430446d.subtotal {
    margin-top: -57px !important;
}

/*.page-template-GCLAT-oil-gas-request-form .test-set,
.page-template-GCLAT-geothermal-coal-request-form .test-set {
		background: #eee;
border-radius: 5px;
	}*/

.page-template-GCLAT-geothermal-coal-request-form .acf-actions a.acf-button.button.button-primary,
.page-template-GCLAT-oil-gas-request-form .acf-actions a.acf-button.button.button-primary,
.page-template-GCAT-processed-fuels-request-form .acf-actions a.acf-button.button.button-primary,
.page-template-GCAT-geology-request-form .acf-actions a.acf-button.button.button-primary {
    display: inline-block;
    margin-bottom: 0 !important;
}

table.gclat-table-title {
	margin-bottom: 0 !important;
}

table.gclat-table-title td {
	background: #434343;
    color: #A4A4A4 !important;
    padding: 14px;
    line-height: 1;
	    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.acf-field-631fd3391f9f9, .acf-field-631fd730a93dc, .acf-field-6320695c2cfa0, .acf-field-632063885bd59, .acf-field-63206b09a45e5, .acf-field-63206b09a475d, .acf-field-632063885becf, .acf-field-6320695c2d157 {
	padding: 0 !important;
}

	.reqbox {
		width: 25% !important;
	}

.discount-note {
	    background: #d8ebd6;
    padding: 10px;
    border: 1px solid #63915f;
}

	.header-wrapper .logo-container img {
    height: 50px;
}

.header-wrapper .agency-name {
font-size: 20px;
    padding: 2px 0;
    line-height: 1.3;
}

.header-wrapper .agency-location {
    font-size: 15px;
    color: #696969;
    font-weight: 500;
}

a.download-btn {
	background: #3699FF !important;
    border: none !important;
    font-size: 15PX !important;
    border-radius: 5px !important;
    padding: 10px 30px !important;
    color: #fff;
	display: inline-block;
}

a.service-back-btn {
	    line-height: 1;
    color: #ffffff;
    position: absolute;
    left: 3%;
    top: 30%;
    padding: 5px 10px;
}

.single-payment_tracker select#acf-field_62e3611e1a073 option[value=pending],
.single-payment_tracker select#acf-field_62e3611e1a073 option[value=paid_beepay], 
.single-payment_tracker select#acf-field_62e3611e1a073 option[value=paid_doeotc],
.single-payment_tracker select#acf-field_62e3611e1a073 option[value=paid_bank] {
    display: none !important;
}

/*.payment-action-box input[type=file] {
padding: 14px 10px !important;
    font-size: 15px !important;
    line-height: 1 !important;
    border-radius: 5px !important;
    border: 0.5px solid #9c9c9c !important;
    background-color: #F5F5F5;
    width: 100%;
    font-weight: normal;
}*/

.total-box {
	margin-bottom: 20px; 
}

a.approve-btn {
color: white !important;
    border: none !important;
    font-size: 13PX !important;
    border-radius: 3px !important;
    padding: 7px 10px !important;
    display: inline-block !important;
    line-height: 1 !important;
    margin-top: 5px !important;
	    background: #4CAF50 !important;
}

.acf-field.currencybox .acf-input-prepend, .acf-field.currencybox  input[type=text] {
border: none !important;
	padding: 5px 3px !important;
    font-size: 15px !important;
line-height: 1.4 !important;
}

.acf-field-6320695caf9c4, .acf-field-6320695c20900, .acf-field-6320695c2d1d3, .acf-field-6320695c20982, .acf-field-6322a51d8bfb9, .acf-field-62da7df270b36, .acf-field-62da7dfe70b37, .acf-field-63479ac672930, .acf-field-629edfd009b6b, .acf-field-63206388499eb, .acf-field-63206388cae63, .acf-field-632063885bf3a, .acf-field-6320638849a57, .acf-field-6322a5341218a, .acf-field-631f0ead12417, .acf-field-631f070fb1d86, .acf-field-631f0721b1d87, .acf-field-6322a54e2ceec, .acf-field-631f0731b1d88, .acf-field-63206b0998c72, .acf-field-63206b09da836, .acf-field-63206b09a47c8, .acf-field-6322a502a8e68, .acf-field-63206b0998cde, .acf-field-633bcbaeb2833, .acf-field-633bcb0da2fcd {
pointer-events: none; 
}

.acf-field-633bcb0da2fcd .acf-label label {
	font-weight: 600 !important;
}

		.chairperson .acf-field-633bcbaeb2833 {
			display: none;
		}

button#feedbackformsubmission, button#feedbackformtestresult {
display: none !important;
}

.timer {
	    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    background: #4484ce;
    padding: 10px 15px;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

li.system-notif {
position: relative;
}

.system-badge {
    position: absolute;
    top: -13px;
    right: -10px;
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 1;
	    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #f00;
	display: inline-block;
    min-width: 10px;
}

.admin_forms_test_result .acf-field .acf-label label {
    font-weight: 600 !important;
}

.admin_forms_test_result  .acf-fields > .acf-field {
padding: 0 !important;
}

.admin_forms_test_result .acf-form {
	margin-top: 30px;
}

span.required {
	color: red;
}

.admin_forms_test_result input[type=file] {
    display: block;
    padding: 9px 10px !important;
    font-size: 15px !important;
    line-height: 1 !important;
    border-radius: 5px !important;
    border: 0.5px solid #9c9c9c !important;
    background-color: #F5F5F5;
	    font-weight: normal;
}
.modal-content input {
width: 100%;
    border: 1px solid #b1b1b1;
}
.acf-icon.-minus:before {
	content: 'X' !important;     
	line-height: 1.3 !important;
	font-family: cursive !important;
	font-weight: 900 !important;
	padding-left: 1px !important;
}
a.acf-icon.-minus.small.acf-js-tooltip {
	top: 0;
}
a .acf-icon .-pencil .dark {
    display: none;
}

a .acf-icon .-cancel .dark:before, a.acf-icon.dark.-cancel:hover {
    text-decoration:none !important;
}

            .qr-btn {
            	border-top: 1px solid #ddd;
            	padding-top: 30px;
            	margin-top: 30px;
            }
            .qr-btn a {
            	display: block;
            	width: 100%;
            	padding: 9px !important;
            	font-size: 15px !important;
            	background: #4AAF05 !important;
            	border: none !important;
            	border-radius: 5px !important;
            	color: #fff;
            }
            

    	            #user_login {
    	                border: 1px solid #C8D4E1 !important;
                        border-radius: 5px !important;
                        width: 100% !important;
                        padding: 12px !important;
                        line-height: 1 !important;
    	            }
    	            button.get_new_password {
                        width: 100%;
                        color: white;
                        margin-top: 20px;
                    }
                    
                    .service-title {
        color: #434349;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.responsive-sidebar {
    display: none;
}

.non-resp-sidebar {
    display: block;
}

.page-id-3 h1 {
    color: #557088;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;  
}

.page-id-3 h1.entry-title {
color: #217FE0 !important;
    font-size: 30px;
    font-weight: 700 !important;
    margin: 0 !important;
}

.admin_container .filled-data {
	width: 100% !important;
	
}

.single-service_request .admin_container .label {
	width: 100% !important;	
}

ul.account-menu {
display: none;
    position: absolute;
    background-color: #3699ff;
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 200px;
    right: 2.5%;
}
	
	ul.account-menu li {
		    display: block !important;
		padding: 0;
	}

ul.account-menu li a {
    text-decoration: none !important;
    display: block !important;
    padding: 10px 20px;
    text-align: left;
	    color: #fff;
	}
	
	ul.account-menu li a:hover {background-color: #72b8ff;}

li.account-icon:hover ul.account-menu {display: block;}





.dropdown-menu {

    min-width: 350px !important;
    left: -100px !important;
    margin-top: 25px !important;
}

.dropdown-item-edited:hover {
    background-color: #2E2EFF; 
    color:#ffffff;
}

.dropdown-item-edited {
    display: block;
    width: 100%;
    padding: 1.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;

    background-color: transparent;
    border: 0;
    text-decoration:none !important;
    border-bottom: 1px solid #e7e9ed;
}

    .page-id-2553 .full {
    width: 70% !important;
}

       .postid-29030 .payment-details-box {
            background: #fff;
            padding: 40px;
            font-size: 15px;
            margin-top: 20px;
        }
        .postid-29030 .label {
            float: left;
            margin-right: 20px;
            width: 280px;
            padding: 12px 0px;
            color: inherit;
            text-align: left;
            font-size: inherit;
        }
       .postid-29030 .filled-data {
            float: left;
            width: calc(100% - 300px);
        }
       .postid-29030 .payment-action-box {
            background: #eee;
            padding: 20px;
            margin-bottom: 20px;
        }
        .postid-29030 .titlebar-container {
            background: #0e43ad;
            color: #fff;
            padding: 15px 20px;
            font-weight: bold;
        }
       .postid-29030  a.payment-btn {
            background: #3699FF !important;
            border: none !important;
            font-size: 15PX !important;
            border-radius: 5px !important;
            padding: 10px 30px !important;
            display: inline-block;
            color: #fff;
            margin-top: 10px;
        }

       .postid-29030  button.passModal {
            font-size: 15px !important;
        }

/* ---------- Responsive ---------- */

@media only screen and (max-width: 1366px) {
   .payment-summary {
margin: 0 1% 2% 1% !important;
    padding: 20px 30px !important;
}

.payment-icon {
/*    width: 88px !important;*/
}

.payment-count {
    font-size: 25px !important;
    line-height: 1 !important;
}

.payment-label {
    font-size: 15px !important;
        float: unset !important;
/*    width: calc(100% - 108px) !important;*/
} 

/* Nimuel changes 1366 */
    .dashboard-wrapper .title {
	font-size: 25px;
    }

    .dashboard-wrapper .agency-name {
    font-size: 30px;
    }

    .agency-location {
    font-size: 18px;
    }
    
    .page-id-2553 .full {
    width: 90%!important;
}
}

@media only screen and (max-width: 1280px) {
  /* Nimuel changes 1024 */
    .dashboard-wrapper .title {
	font-size: 22px;
    }

    .dashboard-wrapper .agency-name {
    font-size: 27px;
    }

    .agency-location {
    font-size: 16px;
    }  
}




@media only screen and (max-width: 1023px) {
.form-box {
    width: 80%;
    padding: 40px 40px;
}

.form-box .title {
    font-size: 20px;
}

.dashboard-item-bg h1 {
        font-size: 20px;
}
.duration {
    font-size: 15px;
}

.site-content {
    width: 90%;
}

.reg-box, .acf-field-6299cb9d867ac {
   filter: none; 
}

.acf-repeater, .table-container {
        overflow-x: auto;
}

.table-container {
    margin-bottom: 20px;
}
 
.acf-repeater .acf-actions {
      margin-bottom: 20px !important;  
}



.single-service_request .full, .single-service_request .header-container {
        width: 95%!important;
}


.postid-29030 .payment-details-box {
    background: #fff;
    padding: 20px;
    font-size: 13px;
}

.single-payment_tracker .filled-data input[type=text] {
 font-size: 13px;   
}
.postid-29030 a.payment-btn {
    font-size: 13PX !important;
}
.postid-29030 .payment-action-box .acf-field select {
     font-size: 13PX !important;   
}

.postid-29030 .payment-action-box  .acf-fields>.acf-field {
    padding: 0;
    margin-bottom: 15px;
}

.postid-29030 .label {
        width: 175px;
}
.postid-29030 .filled-data {
    float: left;
    width: calc(100% - 195px);
}

.postid-29030 a.payment-btn {
    padding: 10px 15px !important;
}

.postid-29030 .acf-file-uploader .file-info p {
       font-size: 11px;
    line-height: 1.2; 
}

.postid-29030 button.passModal {
    font-size: 13px !important;
}

.postid-29030 .align-center {
    margin-top: 5px !important;
}
}

@media only screen and (max-width: 995px) {

.header-container .one_third {
    width: auto;
}

.main-container {
    width: 90%;
}

.header-container .two_third {
    float: right;
    width: auto;
}

.page-template-submit-payment .box {
    padding: 10px !important;
    font-size: 13px !important;
}


}

@media only screen and (max-width: 800px) {
    .postid-29030 .two_third, .postid-29030 .one_third {
        float: none;
        width: 100%;
    }
    
    .postid-29030 .label {
            float: none;
                padding: 0 0 12px 0;
                margin-right: 0;
                display: block;
    }
}


@media only screen and (max-width: 650px) {
    
    .form-box {
      font-size: 13px;   
          padding: 40px 20px;
    }
    
.form-box .title {
    font-size: 16px;
}

.login-logo {
    width: 130px;
}

form#loginform input[type=text], form#loginform input[type=password], form#loginform input[type=submit], .qr-btn a, #user_login, button.get_new_password {
font-size: 13px !important;
    padding: 7px !important;
}

.qr-btn {
    padding-top: 15px;
    margin-top: 15px;
}

#qrcode canvas {
    max-width: 100% !important;
}

a.blue-btn, a.orange-btn {
    padding: 7px 0;
font-size: 13px;
margin-bottom: 10px;
}

.logo-container img {
    width: 60px;
}

.dashboard-wrapper .agency-name {
    font-size: 18px;
}

.agency-location {
    font-size: 13px;
}

.dashboard-wrapper .title {
    font-size: 18px;
    padding: 10px 15px;
}

.welcome-container {
    font-size: 15px;
}

.logout-container {
    font-size: 13px;
}

.account-box li a {
       font-size: 13px; 
}

.account-icon {
    width: 30px;
}

.dashboard-item-bg h1 {
    width: 100%;
    font-size: 15px;
    color: #fff;
    margin-top: 0;
        display: inline-table;
}

.dashboard-item-bg {
    height: 165px;
}

.dashboard-item-bg {
    margin: 0 0.5% 10px 0.5%;
        text-align: center;
}

.dashboard-item-bg h1 {
    font-size: 16px;
    margin-top: 0;
}

.duration {
    font-size: 13px;
}

.status {
    font-size: 12px;
}

.account-box ul {
    margin-top: 0;
}

.announcementModal {
    max-width: 100% !important;
}

.modal-content {
    width: 90% !important;
    margin: 0 auto !important;
}

h1.modal-title  {
font-size: 15px !important;
}

.modal-body {
    font-size: 13px !important;
}

.site-main button, .site-main input[type="submit"], .site-main input[type="button"], .site-main input[type="reset"] {
padding: 7px 30px !important;
    font-size: 13PX !important;
}

.overlay {
    padding: 30px 0;
}

.back-icon img {
    width: 15px;
}

.page-template-registration .agency-name {
    font-size: 25px;
}

.page-template-registration .site-content {
    padding: 40px 0;
}

.page-template-registration .entry-header {
    margin-bottom: 15px;
}

.page-template-registration h1.entry-title {
    font-size: 18px !important;
}

.service-title {
    font-size: 18px !important;
    margin-bottom: 15px;
}
    
.page-template-registration .page-header {
    margin: 20px 0 20px;
margin-bottom: 20px;
}

.page-template-registration .acf-field[data-width] {
    float: none;
    clear: none;
    width: 100% !important;
    min-height: 1px !important;
}

.page-template-registration .reg-box, .page-template-registration .acf-field-6299cb9d867ac {
    border-radius: 5px;
    padding: 10px !important;
    margin-bottom: 20px !important;
}

.page-template-registration .acf-fields > .acf-field {
    padding: 7px;
    font-size: 15px;
    
}

.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select, .acf-basic-uploader input[type=file] {
       font-size: 15px !important; 
}

.page-template-registration .acf-field .acf-label {
    margin: 0;
}

img.service-icon {
        height: 60px;
}

.page-template-LATL-client-dashboard .dashboard-item-bg {
        padding: 20px;
}

.payment-row {
    display: grid;
    grid-template-columns: 2fr;
    gap: 10px;
}

}


@media only screen and (max-width: 500px) {
    
.page-template-registration .agency-name {
    font-size: 18px;
}

.dashboard-item-bg h1 {
    font-size: 14px;
    line-height: 1.1;
}

.dashboard-item-bg {
    height: 185px;
}

.item8 {
    width: 48%;
}

.item9 {
    display: none;
}

.dashboard-item-bg {
    padding: 10px 15px;
    width: 100%!important;
    height: 100px;
}

.page-template-request-archive .sidebar-wrapper {
    display: none;
}

div#myDropdown {
    right: -250px;
}

.tc {
    max-width: 95%!important;
    width: 95%!important;
}

.modal-content {
    height: 300px;
}

.page-template-order-of-payment-php .full {
    width: 95%!important;
}
	
	ul.account-menu {
		font-size: 13px;
	}
	
	ul.account-menu li {
		padding: 0 !important;
	}

.account-box div ul,
.account-box div ul li {
    padding: 0!important;
}

.dashboard-item-bg .duration {
    opacity: 1;
    display: none;
}

.service-title  {
      font-size: 15px !important;  
}

.dashboard-wrapper .title {
    font-size: 15px;
    padding: 10px;
}

.dashboard-wrapper .one_half {
    width: 100%;
    margin-right: 0;
}

.dashboard-wrapper .one_half {

    margin-bottom: 15px;
}
	
	div#myDropdown {
   right: -225px !important;
}

.dropdown-content {
    font-size: 13px !important;
}

.dropdown-content a {
    padding: 10px !important;
    border-bottom: 1px solid #706d6d !important;

}
	
.dropdown-menu {
    min-width: 400px !important;
    left: -70px !important;
    margin-top: 16px !important;
}
	
	.dashboard-wrapper .one_half.account-box {
		text-align: right;
	}

.page-template-registration .acf-fields > .acf-field, .acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select, .acf-basic-uploader input[type=file] {
    font-size: 13px !important;
}

.badge {
width: 20px !important;
    height: 20px !important;
    padding: 7px 0 !important;
    right: 6px !important;
    top: -10px !important;
    font-size: 8px !important;
    line-height: 1 !important;
}

.system-badge {
        top: -10px !important;
    right: -10px !important;
        padding: 7px 0 !important;
            font-size: 8px !important;
    text-align: center !important;
        line-height: 1 !important;
}
.dropbtn {
        padding: 0 16px !important;
}



table.gclat-table-title td, .acf-field-62da7ea428435 table td, .acf-field-62da83ebfcac1 table td {
        padding: 10px;
}

.acf-actions a.acf-button.button.button-primary {
    font-size: 13px !important;
}

td, th {
        font-size: 13px;
}

.page-template-CETEMI-request-form .reg-box .acf-label label, .page-template-EPTAE-request-form .reg-box .acf-label label, .page-template-EPTLP-request-form .reg-box .acf-label label, .page-template-GCLAT-oil-gas-request-form .reg-box .acf-label label, .page-template-GCLAT-geothermal-coal-request-form .reg-box .acf-label label, .page-template-GCAT-processed-fuels-request-form .reg-box .acf-label label, .page-template-GCAT-geology-request-form .reg-box .acf-label label {
    font-size: 13px !important;
}
.acf-fields > .acf-field.total {
    margin-top: 10px !important;
    padding-top: 10px !important;
}

.reg-box, .acf-field-6299cb9d867ac {
        margin-bottom: 20px !important;
            border-radius: 5px;
}

.internal-dashboard h1.entry-title {
    font-size: 18px;
}

.main-container {
        padding: 20px 0;
        min-height: auto;
}

.internal-dashboard header.entry-header {
        padding: 20px 0 0 0;
}

.cetemi-reg-box {
    padding: 0 0!important;
}

.cetemi-reg-box .acf-fields {
    padding: 0 !important;
}

.responsive-sidebar {
    display: block;
}

.non-resp-sidebar {
    display: none;
}

.content-wrapper {
    float: none;
    width: 100%;
}

.sidebar-wrapper {
        float: none;
    width: 100%;
    position: relative;
}

.responsive-sidebar .sidebar-logo, .logo-container {
display: none;
}

ul.sidebar-menu li {
        float: left;
    width: 31.33%;
    margin: 1%;
    font-size: 13px;
    line-height: 1.2;
    height: 86px;
    padding: 10px;
}

ul.sidebar-menu {
    padding: 5px !important;
}

ul.sidebar-menu li img {
    height: 25px;
}

.header-container .one_third {
width: 100%;
margin: 0 0 15px 0; 
}

.header-container .two_third {
    width: 100%;
    float: none;
    margin: 0;
}

.header-container .account-icon {
    width: auto;
}

ul.header-icons {
    padding: 0;
    text-align: center;
}

ul.header-icons li {
    padding-left: 0;
    padding-right: 10px;
}

.footer-container {
        padding: 15px 0;
    font-size: 13px;
        text-align: center;
}
.header-wrapper .agency-name {
    text-align: center;
}

.acf-field-631f0f6f7c4d4 .acf-label, .acf-field-631f0f6f7c4d4 .acf-field-message {
    display: none;
}

.action-box .fas {
        margin: 1px 0.5px !important;
            padding: 5px 0 !important;
    width: 25px !important;
    font-size: 13px !important;
    margin-bottom: 3px !important;
}

.dataTables_wrapper, .putFilterHere {
    font-size: 13px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 1px 0 !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    line-height: 1.2 !important;
}

.single-service_request h1 {
        font-size: 18px !important;
}

a.service-back-btn {
        position: relative;
    left: initial;
    top: initial;
    padding: 0;
    margin-bottom: 15px;
    display: inline-block;
}

.timer {
        text-align: center !important;
            right: unset;
            font-size: 13px;
    width: 100%;
}

.single-service_request .main-container.full {
    padding-top: 60px;
}

a.download-btn, .site-main button, .site-main input[type="submit"], .site-main input[type="button"], .site-main input[type="reset"] {
    font-size: 13PX !important;
    padding: 7px 15px !important;
    margin: 3px;
    line-height: 1.5;
    display: block;
    text-align: center;
    width: 100%;
}

.single-service_request, .single-service_request .filled-data input[type=text], .single-payment_tracker .filled-data input[type=text], .single-oop_requests .filled-data input[type=text] {
    font-size: 13px;
}

.single-service_request .label {
      float: none !important;
    width: 100% !important;  
}

.filled-data {
    float: none !important;
    width: 100% !important;
}

.single-service_request h2, .single-service_request td {
    font-size: 13px !important;
}

.single-service_request a.addtl-btn {
    padding: 7px 15px !important;
        font-size: 13PX !important;
}
.single-service_request table {
    width: 1200px;
}
.total-label {
    float: left !important;
    width: 50% !important;
}
.total-amount {
    float: right !important;
    width: 50% !important;
    text-align: right !important;
}

.requestor_container .field-box {
    margin-bottom: 0;
}

.requestor_container .label {
    float: left !important;
    width: auto !important;
    padding: 3px 0 !important;
    margin: 0 !important;
    margin-right: 3px !important;
}
.requestor_container .one_half {
    float: none;
    width: 100%;
    margin: 0 !important;
}

.total-box {
        padding: 6px 10px !important;
}

form.acf-form {
    font-size: 13px !important;
}

form.acf-form table {
    width: 1200px !important;
}

.dropdown-menu {
    font-size: 13px;
}

table.acf-table thead {
    display: none;
}

.hasDatepicker {
background-size: 16px;
}
    
   
.acf-fields>.acf-field {
    padding: 5px 12px !important;

}



.acf-fields .acf-repeater .acf-field {
       padding: 15px 12px !important; 

}
/*
.acf-fields .acf-repeater .acf-field.reqbox {
        width: 25% !important;
}*/

/*.acf-field[data-width] {
    float: none !important;
    clear: none !important;
    width: 100% !important;
}*/

.acf-field .acf-label {
    margin: 0 !important;
}

.acf-gallery {
    height: 200px !important;
}

.acf-gallery .acf-gallery-toolbar img {
    height: 30px !important;
}

.payment-summary {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
    padding: 20px !important;
}   

.payment-count {
    font-size: 20px !important;
} 

.payment-label {
    font-size: 13px !important;
    font-weight: 700 !important;
    float: left !important;
    text-align: left !important;
}

.payment-icon img {
    height: 50px !important;
}

th, td {
    font-size: 13px !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px !important;
}

.two_third, .one_third {
width: 100% !important;
float: none !important;
margin: 0 0 15px 0 !important;
}

.last {
margin: 0 !important;
}

.payment-details-box {
    padding: 20px !important;
    font-size: 13px !important;
}

.titlebar-container {
    padding: 10px !important;
    margin-bottom: 15px !important;
}

.single-oop_requests a.payment-btn, .single-payment_tracker a.payment-btn {
    font-size: 13PX !important;
    padding: 7px 15px !important;
}

.single-oop_requests button.passModal, .single-payment_tracker button.passModal {
    font-size: 13px !important;
}

.modal-content button, .modal-content input[type="submit"], .modal-content input[type="button"], .modal-content input[type="reset"] {
   font-size: 13px !important; 
       padding: 7px 15px !important;
}

.single-service_request  .admin_container .one_half, .single-service_request .admin_container .one_third {
    float: none !important;
    margin-right: 0 !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 15px !important;
}

.single-service_request .admin_container h2 {
    margin-bottom: 20px !important;
}

.single-service_request .admin_container .label {
    margin-right: 0 !important;
padding: 0 !important;
}

.page-template-submit-payment .full {
    width: 95% !important;
}

.page-template-submit-payment .payment-method label {
font-size: 13px !important;
}



}