/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 28, 2015, 11:48:14 PM
    Author     : arun
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,300,400);
/* Common Css Added By Premendra 7 June 2024 */
:root {
	--blue: #1e90ff;
	--white: #ffffff;
	--bggreen: #00c0ad;
	--black: #000;
	--darkblue: #233348;
	--lightgray: gray;
}

/* Sticky footer styles ------------------------- */
html {
	position: relative;
	min-height: 100%;
	body {
		margin-bottom: 60px;
		/* Make equal to footer height */
		footer {
			position: fixed;
			border: none;
			bottom: 0;
			left:0;
			width: 100%;
			height: 60px;
			background-color: var(--darkblue);
		}
	}
}
.dtr-modal-header {
	background-color: var(--bggreen);
	color: var(--black);
}
.commodity-title {
	font-size: 18px;
	font-weight: bold !important;
	display: inline-block;
}
#wrapper {
	min-width: 100%;
}
.select2 {
	width: 100% !important;
}
.submit_button {
	margin: 10px 0px;	
}
.LV_validation_message {
	color: red;
	margin: 0 0 0 5px;
}
.warehouse-form {
	margin: 5px;
	width: 100%;
	font-size: 11px;
}
.red {
	color: red;
}
div#service_type_container {
	display: none;
}
span.select2-container {
	margin-left: 5px;
}
span.select2-container .select2-selection {
	height: 35px;
}
span.select2-dropdown {
	margin-left: -5px;
}
.field-row {
	margin-bottom: 10px;
}
.divider {
	font-size: 20px;
	display: flex;
	align-items: center;
}
.divider::before,
.divider::after {
	flex: 1;
	content: '';
	padding: 3px;
	background-color: var(--bggreen);
	margin: 25px 5px;
}

.separator{
	background-color: var(--bggreen);
	padding:10px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.LV_validation_message {
	color: red;
	margin: 0 0 0 5px;
}
.warehouse-form {
	width: 100%;
	font-size: 11px;
}
.red {
	color: red;
}
.ucase {
	text-transform: capitalize;
}
input#truck_no {
	text-transform: uppercase;
}
.ui-datepicker {
	z-index: 99 !important
}
.form-content {
	margin: 10px;
}
.caret {
	font-size: 16px;
	color: #fff;
}
.dropdown-menu {
	left: 50% !important;
	right: auto !important;
	text-align: center !important;
	transform: translate(-50%, 0) !important;
}
.dropdown-menu-right{
	left: 79px !important;
	top:25px !important;
	right: auto !important;
	text-align: left !important;
	transform: translate(-50%, 0) !important;
	padding:0px !important;
	background-color: var(--black);	
}

.action{
	padding:5px 10px !important;
	background-color: var(--black);
	color:var(--white) !important;
	text-decoration: none;
}

.cham_Error{
    color:red;
    margin:0 0 0 5px;
}
#fade {
    display: none;
    position:absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}
#modal {
    display: none;
    position: fixed;
    top: 45%;
    left: 45%;
    width: 100px;
    height: 100px;
    padding:30px 15px 0px;
    border: 3px solid #ababab;
    box-shadow:1px 1px 10px #ababab;
    border-radius:20px;
    background-color: white;
    z-index: 1002;
    text-align:center;
    overflow: auto;
}

.dropdown-menu-right > li{
	padding:5px;
	border-bottom:1px dotted var(--lightgray);
	margin:0px !important;	
}

.dropdown-menu-right>li>a{
   padding-left: 0px !important;
   color:var(--white) !important;
}
.dropdown-menu-right > li:hover{
	background-color: #00c0ad;
}
.dropdown-menu-right > li >a:hover{
	background:none;
}

.custom-sidebar {
	height: 100%;
	position: fixed;
	width: 0%;
	top: 0;
	left: -250px;
	z-index: 1;
	background-color: var(--darkblue);
	color:var(--white);
	overflow-x: hidden;
	transition: 0.5s;
	padding: 20px;
}
.custom-sidebar a {
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
	text-align: right;
}
.custom-sidebar a:hover {
	color: #f1f1f1;
}
.openbtn {
	font-size: 20px;
	cursor: pointer;
	background-color: #111;
	color: white;
	padding: 10px 15px;
	border: none;
	top:40% !important;
	left:-85px !important;
	transform: rotate(90deg);
	position: fixed;	
}

.openbtn::after{
	content:'Search Form'
}

.panel-body{
	/* height: 210px; */
	overflow: auto;
}
.panel-button{
	padding:2px 5px !important;
}
.panel-title{
	font-size: 18px;
	font-weight: bold;
}
.capitalize{
	text-transform: capitalize;
	font-weight: bold;
	white-space: nowrap; 
	width: 50px; 
	overflow: hidden;
	text-overflow: ellipsis;
}

#dtr-content{
	margin-top:20px;
}

.empty-state {
	text-align: center;
	margin: 40px auto;
	background: #ffffff;
	box-shadow: 1px 2px 10px #e1e3ec;
	border-radius: 4px;
}  
.empty-state__content {
	  padding: 48px;
	  display: flex;
	  align-items: center;
	  flex-direction: column;
}
.empty-state__icon {
	width: 200px;
	height: 200px;
	display: flex;
	align-items: center;
	border-radius: 200px;
	justify-content: center;
	background-color: #f7fafc;
	box-shadow: 0px 2px 1px #e1e3ec;
}
.empty-state__message {
	color: #38a169;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 0.85rem;
}
.empty-state__help {
	color: #a2a5b9;
	font-size: 0.875rem;
}
.details_photo{
	width: 320px;
	height: 160px;
}
#detailsModal{
	height: 100vh;
	overflow: auto;
}
.modal-body{
	height: 70vh;
	overflow: auto;
}


/* scrollbar */
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
  }
  
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 10px;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(255, 255, 255, 0.3);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
background: rgba(255, 255, 255, 0.3);
}

#assignSubmit{
	padding:5px 30px !important;
}

.view_form_label{
	font-size: 14px;
	font-weight: 600;
    text-transform: capitalize;
}

.list-form-group{
	margin-bottom: 4px !important;
}

nav{
	margin: auto;
    left: 0;
    top: 0;
    text-align: center;
    margin-bottom: 50px !important;
}

.detail-modal-dialog{
	width: 70% !important;
}

@media only screen and (max-width: 768px) {
	/* for mobile phones */
	.detail-modal-dialog{
		width: 95% !important;
	}
	.details_photo{
		width: 320px;
		height: 120px;
	}
	#client_name {
		text-align: left;
	}
	.auth-role {
		display: block;
	}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	/* for desktop */
	#client_name {
		text-align: right;
	}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	/* for tablets */
	#client_name {
		text-align: right;
	}
}
@media only screen and (min-width: 360px) {
	.btn-login {
		width: 100px;
	}
}
/* End Common Css */
body {
	font-family: 'Open Sans', sans-serif !important;
	background: #213148 url("../../static/images/background.jpg");
	font-size: 13px !important;
	background-size: cover;
	height: auto !important;
}
.modal-footer {
	border-top: 0px;
}
#loginModal {
	/* background: #213148 url("background.jpg") center center no-repeat; */
	padding-bottom: 20px;;
}
.heac_logo {
	border: 1px solid black;
	background-color: #fff;
}
.modal-dialog {
	width: 600px !important;
}
@media only screen and (max-width: 600px) {
  .modal-dialog {
          width: 100% !important;
  }
}
.mapping-modal {
	width: 90% !important;
}
.btn-login {
	width: 140px;
	height: 40px;
	border-radius: 0px !important;
	background-color: rgb(77, 182, 172) !important;
	border: none !important;
	color:var(--white);
}
.btn-login-gr {
	background-color: rgb(198, 198, 198) !important;
	border-radius: 0px !important;
	border: none !important;
}
.btn-upload {
	width: 100px;
	height: 30px;
	border-radius: 0px !important;
	background-color: rgb(77, 182, 172);
	border: none !important;
}
.my-form-control {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0) inset;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid rgb(159, 159, 159);
	border-radius: 0px;
	padding: 0px !important;
}
.my-form-control:focus {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0) inset;
}
.input {
	color: rgb(85, 85, 85);
	font-size: 14px;
}
input.date-pick {
	background-image: url("../../static/images/icons/date_input.png") !important;
	background-position: right center !important;
	background-repeat: no-repeat !important;
}
p {
	/*color: rgb(159,159,159); */
	font-size: 12px;
}
.field-btm {
	clear: both
}
.select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url("../../static/images/Polygon.png") no-repeat scroll 96% center !important;
}
#proposal_name {
	height: 26px !important;
}
.tab-content ol {
	counter-reset: section;
	list-style-type: none;
}
.tab-content ol li {
	list-style-type: none;
}
.tab-content ol li ol {
	counter-reset: subsection;
}
.tab-content ol li:before {
	counter-increment: section;
	content: counter(section) ". ";
	/*content:"Section " counter(section) ". ";*/
}
.tab-content ol li ol li:before {
	counter-increment: subsection;
	content: counter(section) "." counter(subsection) " ";
}
.subblock {
	padding: 10px 0 0 10px;
}
.login-modal {
	margin: 130px auto !important;
}
#myModal5 .modal-dialog {
	margin: 130px auto !important;
	width: 700px !important;
}
table,
th,
td,
tr,
thead {
	border: 1px solid #ddd !important;
}
th {
	font-weight: 500 !important;
}
td {
	font-size: 12px !important;
}
.nav-tabs>li {
	/* background: #213148 url("../../images/heac/background.jpg") center center no-repeat; */
	font-weight: 600 !important;
}
.ui-widget {
	font-family: 'Open Sans', sans-serif !important;
}
.prop_select {
	width: 50% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.tab-content {
	margin: 30px 12px 10px 12px;
}
.td-back {
	background-color: #e7e7e7;
}
.approv,
.reject,
.updateValue {
	font-size: 18px;
	margin-right: 10px;
	margin-top: 10px;
	color: rgb(77, 182, 172);
}
.reject {
	color: #cf829f;
}
.col-md-11.reason {
	border: 1px solid #dbdbdb;
	margin: 12px;
	padding: 10px;
}
.col-md-3.editDiv {
	margin-left: 23px;
}
.updateValue {
	margin-right: 0px;
	margin-top: 25px;
}
.upload-btn {
	background-color: #cf829f !important;
}