/* Bootstrap css */
@import "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css";

/* Google Material icons */
@import "https://fonts.googleapis.com/icon?family=Material+Icons";


body{
	font-size:18px;
	color:#555555;
	font-family: 'Raleway', sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-weight: 500;
	background-color: #e9e9e9;
}
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}
img{
	max-width: 100%;
	image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}
ul{
	margin: 0;
}

h1, h2, h3, h4, h5, h6{
	color: #333333;
	font-weight: 700;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 20px;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/* ---------------------------------------------------
    SPACING
----------------------------------------------------- */

.mb-30{
	margin-bottom: 30px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-15{
	margin-bottom: 20px;
}
.mb-10{
	margin-bottom: 10px;
}
.mr-20{
	margin-right: 20px;
}
.mb-sm-10, .mb-sm-15, .mb-md-10, .mb-md-15{
	margin-bottom: 0;
}

/* ---------------------------------------------------
    SPACING END
----------------------------------------------------- */


/* ---------------------------------------------------
    COLORS
----------------------------------------------------- */

.primary-bg{
	background-color: #055593;
}
.primary-type, .primary-type:hover{
	color: #055593;
}
.primary-border{
	border-color: #055593;
}
.bg-white{
	background-color: #fff;
}
/* .white-background{
    background-color: #ffffff;
} */
.type-white{
	color: #fff;
}
.type-red, .type-red:hover{
	color: #e21b1b;
}


/* ---------------------------------------------------
    COLORS END
----------------------------------------------------- */


/* ---------------------------------------------------
    TYPE FACE
----------------------------------------------------- */
.font-14{
	font-size: 14px;
}
.font-16{
	font-size: 16px;
}
.r-500{
	font-weight: 500;
}
.r-600{
	font-weight: 600;
}
.r-700{
	font-weight: 700;
}
.r-800{
	font-weight: 800;
}
.lato{
	font-family: 'Lato', sans-serif;
}

/* ---------------------------------------------------
    TYPE FACE END
----------------------------------------------------- */


.img-wrap{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.overlay{
	position: relative;
}
.overlay::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .70);
}
.login-main{
	background-color: #ffffff;
	padding: 50px;
	width: 100%;
	max-width: 720px;
	position: relative;
	z-index: 10;
}
.login-main .btnn{
	height: 55px;
	padding: 10px;
	line-height: normal;
	font-size: 18px;
	text-transform: uppercase;
	width: 100%;
}
.height-full{
	min-height: 100vh;
}
.input-field{
	width: 100%;
	height: 55px;
	background-color: #e5e5e5;
	padding: 10px 15px;
	border: none;
	border-radius: 5px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #555555;
}
.input-field.lato{
	font-family: 'Lato', sans-serif;
}
.input-field.light-field{
	background-color: #f7f7f7;
	border: 1px solid #c3c3c3;
}
.input-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  color: #555555;
}
.input-field::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #555555;
}
.input-field:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
  color: #555555;
}
.input-field:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #555555;
}
.input-field:focus{
	outline: 0;
}
select.input-field{
	position: relative;
	appearance:none;
	-webkit-appearance:none;
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
	background-image: url('../images/select-arrow.png');
}
a:hover{
    text-decoration: none;
}
.btnn {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    border: none;
    height: 48px;
    line-height: 50px;
    font-family: 'Raleway', sans-serif;
}
.btnn:focus{
	outline: 0;
	border: none;
}
.btnn:hover{
	color: #fff;
}
.btnn-full{
	width: 100%;
	display: block;
}
.btnn-caps{
	text-transform: uppercase;
}

.header{
	background-color: #ffffff;
	box-shadow: 0 0px 3px #989898;
}

.head-right{
	padding-right: 24px;
}

.wrap-outside{
	padding: 30px;
	min-height: calc(100vh - 125px);
}
.wrap-box{
	padding: 20px;
	background-color: #ffffff;
	box-shadow: 0 1px 2px #c3c3c3;
	transition: .6s all;
	text-decoration: none;
	color: #555555;
}
.wrap-box:hover{
	box-shadow: 0 0 15px #999999;
	transition: .6s all;
	text-decoration: none;
	color: #555555;
}


.head-menu li{
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	float: left;
	display: block;
    margin-left: 8px;
}
.head-menu li a{
	width: 48px;
	height: 48px;
}
.head-right{
	font-size: 16px;
}


.menu-toggle{
	border-right: 1px solid #ccc;
	padding: 20px 22px;
	width: 70px;
	margin-right: 20px;
}
.menu-toggle span{
	display: block;
	height: 2px;
	background-color: #6e6e6e;
	margin: 5px 0;
}
.box-icon{
	border-radius: 100%;
	width: 90px;
	height: 90px;
	margin-right: 20px;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
}
.box-right p{
	margin: 0;
}
.footer{
	background-color: #ffffff;
	padding: 18px;
	text-align: center;
	color: #666666;
	font-size: 16px;
}


/* ---------------------------------------------------
    DASHBOARD
----------------------------------------------------- */

.search-form .input-field{
	background-color: #fff;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	height: 48px;
	font-size: 16px;
	width: 320px;
}
.search-form .btnn{
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.card-wrap{
	background-color: #fff;
	box-shadow: 0 1px 2px #c3c3c3;
	-webkit-box-shadow: 0 1px 2px #c3c3c3;
	-o-box-shadow: 0 1px 2px #c3c3c3;
	-ms-box-shadow: 0 1px 2px #c3c3c3;
	padding: 30px;
}
.price-btn{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	border-radius: 100px;
	border-width: 2px;
	border-style: solid;
	padding: 10px 20px;
	display: inline-block;
}
.db-head{
	margin-bottom: 15px;
}
.db-head i {
    font-size: 26px;
}
.db-table i {
    font-size: 23px;
}
.box-right {
    text-align: right;
}
.db-table{
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}
.db-table a{
	color: #555;
}
.db-table td{
	border-top: 1px solid #e8e8e8;
	padding: 15px 0;
}
.db-table th{
	padding: 15px 0;
}
.db-main {
    height: 400px;
    overflow-y: scroll;
    padding-right: 10px;
}

.db-main::-webkit-scrollbar {
    width: 6px;
}
 
.db-main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
}
 
.db-main::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  outline: 1px solid slategrey;
}
.db-btm tr:nth-last-child(1) td{
	padding-bottom: 0;
}
.db-wrap h4{
	font-size: 22px;
}
.right-toggle {
    padding: 5px 8px;
    position: absolute;
    right: 12px;
    top: 10px;
    border-radius: 4px;
}
.right-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    margin: 5px 0;
}
.bxs-wrap{
	flex-wrap: wrap;
}
.wrap-box {
    width: calc(25% - 30px);
    margin: 0 15px 30px;
}

/* ---------------------------------------------------
    INITIAL STRATEGY
----------------------------------------------------- */

.stats-bx{
	text-align: center;
}
.stats-bx span{
	font-weight: 800;
	font-size: 25px;
	display: block;
	margin-bottom: 10px;
}
.stats-wrp{}
.stats-wrp .col-md-3:not(:last-child) .stats-bx{
	border-right: 1px solid #ddd;
}
.strat-row .price-btn{
	margin-left: 10px;
	min-width: 200px;
	text-align: center;
}
.strat-row span {
    font-size: 15px;
}
.stretagy-wrap .wrap-box{
	width: calc(33.33% - 30px);
}


/* ---------------------------------------------------
    Reports
----------------------------------------------------- */

.page-title{
	font-size: 25px;
	margin: 0;
}
.title-date span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.title-right select.input-field{
	height: 48px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	background-image: url('../images/arrow-down-single.png');
	width: 100px;
}
.show-records span {
    white-space: nowrap;
    margin-right: 10px;
}
.mr-15{
	margin-right: 15px;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 20px;
}
.action-btn .dropdown-toggle::after{
	right: 15px;
}
.action-btn .dropdown-toggle{
    width: 120px;
    text-align: left;
    position: relative;
}
.action-btn .dropdown-menu{
	left: auto !important;
	right: 0;
	transform: translate3d(0, 48px, 0px) !important;
}
.table-wrap{
	background-color: #fff;
	overflow-x: auto;
	box-shadow: 0 1px 2px #bbbbbb;
	-webkit-box-shadow: 0 1px 2px #bbbbbb;
	-o-box-shadow: 0 1px 2px #bbbbbb;
	-ms-box-shadow: 0 1px 2px #bbbbbb;
}
.table-main{
	width: 100%;
	font-size: 16px;
}
.table-main tbody tr:nth-child(even) {
    background-color: yellow;
}


.table-main th, table.dataTable thead th, table.dataTable thead td{
	background-color: #4b4b4b;
	padding: 15px;
	color: #fff;
	font-weight: 500;
}
.table-main td, table.dataTable tbody th, table.dataTable tbody td, table.dataTable tfoot th, table.dataTable tfoot td{
	font-family: 'Lato', sans-serif;
	padding: 15px;
}
.dataTables_info {
    font-family: 'Lato', sans-serif;
    padding: 15px;
}
.table-main tr:nth-child(2n) td{
	background-color: aliceblue;
}
.tfoot{
	color: #fff;
}
.tfoot a{
	color: #fff;
}
.edit-date{
	width: 32px;
	height: 32px;
	border-radius: 100px;
}
.table-action i {
    font-size: 20px;
}

/*-- Data Table Style --*/

.table-wrap .dataTables_length{
	padding: 15px;
	font-family: 'Lato', sans-serif;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	line-height: normal;
	padding: 5px 10px;
}
.dataTables_wrapper .dataTables_paginate{
	padding: 10px 15px;
	font-family: 'Lato', sans-serif;
}
.table-wrap .dataTables_length label{
	margin: 0;
}
.table-wrap .dataTables_length select{
	height: 35px;
	margin: 0 5px;
}
.table-wrap .dataTables_filter{
	padding: 10px 15px;
	font-family: 'Lato', sans-serif;
}
.table-wrap .dataTables_filter label{
	margin: 0;
}
.table-wrap .dataTables_filter input{
	height: 45px;
	border: 1px solid #c3c3c3;
	background-color: #f7f7f7;
	padding: 10px;
	border-radius: 5px;
}
table.dataTable thead .sorting_asc{
	background-image: url(../images/sort_asc.png);
}
table.dataTable thead .sorting {
    background-image: url(../images/sort_both.png);
}
table.dataTable thead .sorting_desc {
    background-image: url(../images/sort_desc.png);
}

/*-- Data Table Style --*/

/* ---------------------------------------------------
    Contracts
----------------------------------------------------- */

.table-contracts th input {
    width: 100%;
    height: 28px;
    padding: 2px 5px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    border: none;
}
.table-action img{
	margin-right: 10px;
}
.table-action a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/* ---------------------------------------------------
    Contract Selection
----------------------------------------------------- */

.c-mgmt label{
	color: #222;
	font-weight: 600;
}
.c-mgmt h3{
	font-size: 25px;
}
.c-mgmt .input-field{
	font-size: 16px;
}
.gj-picker-bootstrap{
	font-family: 'Lato', sans-serif;
}
.gj-picker table {
    font-size: 16px;
}
.date-pickr input {
    border-radius: 5px !important;
}
.date-pickr input:focus{
	outline: 0;
	box-shadow: none;
}
.date-pickr span.input-group-append {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    z-index: 999;
}
.date-pickr span.input-group-append button i {
    position: static !important;
    display: block;
}
.date-pickr span.input-group-append button {
    background: transparent;
    border: none !important;
    padding: 0;
    width: auto !important;
    height: auto !important;
    color: #999999 !important;
}
.date-pickr span.input-group-append button:focus, .date-pickr span.input-group-append button:active {
    box-shadow: none !important;
    border: none;
    background-color: transparent;
    outline: 0;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle{
	box-shadow: none !important;
    border: none;
    background-color: transparent;
    outline: 0;
    color: #999999;
}
.add-vendor{
	position: relative;
}
a[data-toggle="collapse"] {
    position: relative;
}
.add-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.table-border{
	border: 1px solid #c7c7c7;
}
.crt-box img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.ct-type select{
	width: 100%;
	max-width: 500px;
	margin-right: 10px;
}
.ct-type input{
	height: auto;
}
.mb-sm-2{
	margin-bottom: 10px;
}


/* ---------------------------------------------------
    EDIT POP UP
----------------------------------------------------- */

.edit-btn{
	background-color: transparent;
	border: none;
	width: auto;
	height: auto;
}
.edit-btn:focus{
	outline: 0;
}
.custom-modal .modal-content {
    border-radius: 0;
    border: 1px solid #fff;
    margin-top: 10%;
}
.custom-modal .modal-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.custom-modal .modal-header {
    padding: 12px 15px;
    border-radius: 0;
}
.custom-modal button.close {
    color: #fff;
    box-shadow: none;
    border: none;
    text-shadow: none;
    font-weight: 200;
    font-size: 42px;
    padding: 0;
    margin: 0;
    line-height: normal;
    position: absolute;
    right: 0;
    top: 0;
    height: 52px;
    width: 50px;
}
.table-action button {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

/* ---------------------------------------------------
    FIND IT
----------------------------------------------------- */

.search-form2 .input-field {
    background-color: #e9e9e9;
}
.search-form2 .btnn {
    width: 110px;
    text-align: center;
    height: 55px;
}
.search-form2 .input-field {
    background-color: #e9e9e9;
    width: calc(100% - 110px);
    height: 55px;
}
.find-wrap h3{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}
.circle-icon{
	width: 50px;
	height: 50px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
}
.upld-file h3{
	margin: 0 15px;
	font-size: 20px;
}
.upld-file span{
	cursor: pointer;
}
.action-icon {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    margin-right: 3px;
    vertical-align: middle;
}
.action-icon img{
	max-width: 18px;
	max-height: 18px;
}
.bg-red {
    background-color: #c50e0e;
}
button.upn-file {
    background-color: transparent;
    border: none;
}
button.upn-file:focus{
	outline: 0;
	border: none;
}
.upld-file-pop input[type="file"]{
	margin-bottom: 10px;
}

/* ---------------------------------------------------
    Commodity Savings
----------------------------------------------------- */

.comd-left .wrap-box {
    width: 100%;
    height: 450px;
}
.comd-right .wrap-box {
    width: calc(33.33% - 30px);
}
.indicator{
	width: 12px;
	height: 12px;
	border-radius: 100px;
	display: inline-block;
}
.indi-red{
	background-color: #ff0000;
}
.indi-green{
	background-color: #008000;
}

.indi-yellow{
	background-color: #ffbf00;
}
.heatmap iframe{
	display: block;
	width: 100%;
	height: 60vh;
}
.vndr-label{
	min-width: 300px;
}
.table-fixed td{
	font-size: 15px;
}
.table-fixed tbody {
    display:block;
    height:350px;
    overflow:auto;
    padding-right: 10px;
}
.table-fixed thead, .table-fixed tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
.db-fixed .db-main {
    height: auto;
    overflow: initial;
    padding: 0;
}
.table-fixed tbody::-webkit-scrollbar {
    width: 6px;
}
 
.table-fixed tbody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
}
 
.table-fixed tbody::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  outline: 1px solid slategrey;
}

/* ---------------------------------------------------
    STATEMENT THEME STYLE HERE
----------------------------------------------------- */
.theme-statement .primary-bg{
	background-color: #f56e4e;
}
.theme-statement .primary-type, .theme-statement .primary-type:hover{
	color: #f56e4e;
}
.theme-statement .primary-border{
	border-color: #f56e4e;
}
/* ---------------------------------------------------
    STATEMENT THEME STYLE HERE
----------------------------------------------------- */

.date-field {
    background: #fff;
    cursor: pointer;
    padding: 10px 25px;
    width: 100%;
    font-family: lato;
    font-size: 16px;
    height: 48px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


/* old css start */
[data-theme=dark] body {
    background-color: #212735;
}
[data-theme=dark] .primary-text {
    color: #fff;
}
[data-theme=dark] .primary-bg {
    background-color: #2a2f42;
}
[data-theme=dark] .secondary-text{
    color: #858faa;
}
[data-theme=dark] .blue-text{
    color: #fff;
}
[data-theme=dark] .btn-info.primary-bg:hover, [data-theme=dark] .btn-info.primary-bg:focus, [data-theme=dark] .btn-info.primary-bg:active {
    background-color: #2a2f42 !important;
}
[data-theme=dark] #sidebarCollapse span{
    background-color: #fff;
}

[data-theme=dark] tbody tr:nth-child(even) {
    background-color: #32384e;
}
[data-theme=dark] table thead tr:first-child {
    background-color: #32384e;
}
[data-theme=dark] .white-shadow {
    box-shadow: 5px 0 5px #2a2f42;
}
[data-theme=dark] .search-form .input-field::placeholder {
    color: #858faa;
}
[data-theme=dark] .date-pickr span.input-group-append button{
     color: #858faa;
}

.primary-text{
    color: #000;
}
.secondary-text {
    color: #101010;
}
/* .blue-text{
    color: #055593;
} */

.btn-info.primary-bg:hover, .btn-info.primary-bg:focus, .btn-info.primary-bg:active{
    background-color: #fff !important;
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
}
.title h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
}
.Commodity-box tbody {
margin-top: 15px;
}
.Commodity-box tbody tr {
border-top: 1px solid #d8d8d8!important;
}
.agreement-outer .title {
    margin: 0px;
}
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}


/*sidebar css start*/
#sidebar {
    min-width: 280px;
    max-width: 280px;
    transition: all 0.3s;
    z-index: 999;
    position: relative;
}
#sidebar.active {
    margin-left: -280px;
}
.menu-head {
    padding: 8px 25px;
    border-bottom: 1px solid #d8d8d8;
}
.menu-head img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
#sidebar ul.components {
    padding: 20px;
    list-style: none;
    margin: 0px;
}
#sidebar ul li a {
    padding: 10px 0;
    display: block;
    text-decoration: none;
	font-size: 16px;
	color:#101010;
}
a[data-toggle="collapse"] {
    position: relative;
}
#sidebar ul li a img {
    vertical-align: middle;
    margin-right: 12px;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 20px;
}

#sidebar ul ul {
    padding: 0;
}
#sidebar ul ul a.active-menu {
    background: #055593;
    color: #fff;
}
#sidebar ul ul a {
    background: #f5f5f5;
    padding: 7px 10px;
}   
.header {
    box-shadow: 0 0px 3px #989898;
}
#sidebarCollapse {
    border: none;
    padding: 0;
    border-right: 1px solid #ccc;
    margin-right: 20px;
    border-radius: 0;
    width: 70px;
    height: 60px;
}
#sidebarCollapse:focus{box-shadow: none;}
.right-toggle {
    padding: 5px 8px;
    position: absolute;
    right: 12px;
    top: 10px;
    border-radius: 4px;
}
#sidebarCollapse span {
    background-color: #7c7c7c;
    width: 25px;
    height: 2px;
    display: block;
    margin: 6px auto;
}
.head-right {
    font-size: 16px;
    padding-right: 24px;
}
.head-right p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}



.primary-border {
    border-color: #055593;
}
.head-menu li a {
    width: 48px;
    height: 48px;
}
.head-menu {
    margin: 0;
    padding: 0px;
}
.head-menu li{
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	float: left;
	display: block;
    margin-left: 8px;
}

.column-devide .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 20%;
    max-width: 20%;
}

.search-form .input-field {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    height: 48px;
    font-size: 15px;
    width: 320px;
    border: 0px;
}
.search-form .input-field::placeholder{
    color:#101010;
}


.date-pickr span.input-group-append {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    z-index: 999;
}
.date-pickr span.input-group-append button {
    background: transparent;
    border: none !important;
    padding: 0;
    width: auto !important;
    height: auto !important;
    color: #101010;
}
.date-pickr span.input-group-append button i {
    position: static !important;
    display: block;
}

.date-pickr span.input-group-append button:focus, .date-pickr span.input-group-append button:active {
    box-shadow: none !important;
    border: none;
    background-color: transparent;
    outline: 0;
}

.blue-btn {
    background-color: #0a50a6;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 14px 22px;
    margin-right: 10px;
    cursor: pointer;
}
.blue-btn:last-child{
    margin-right: 0px;
}
.search-form .btnn {

    color: #fff;
    border: 0px;
    padding: 0 20px;
    border-radius: 0 4px 4px 0px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.top-title {
    justify-content: start!important;
}
.top-title .primary-text {
    margin-left: 20px;
}
.calender {
    text-align: right;
    padding-right: 30px;
}
.calender span {
    font-size: 16px;
    font-weight: 500;
}
.calender span a{
    font-size: 16px;
    font-weight: 500;
}
.calender span a:hover{
text-decoration: none;
}
.agreement-outer {
    margin-bottom: 15px;
}

.agreement-outer .row {
    align-items: center;
}
.card-box {
    padding: 20px;
    height: 100%;
    border-radius: 4px;
}
.card-box .title h6 span {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.card-box .title h6 span.blue-box{
    background-color: #055593;
}
.card-box .title h6 span.orange-box{
    background-color: #d46e1a;
}
.card-box .title h6 {
    margin: 0px;
    display: flex;
    align-items: center;
}
select.form-select{
    width: 100%;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    border-color: #ced4da;
    margin-bottom: 5px;
    background: #f3f3f3;
}

:focus-visible{
    outline:none;
}
.map-wrap img {
    width: 100%;
}
.Commodity-box th {
    font-weight:600;
}
.current-strategy-box th {
    font-weight: 600;
}
.strategy-table th {
	font-weight: 600;

}

table{
	margin: 0px;
}
table th{
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    border: 0px !important;
}
table td {
    font-weight: 400;
    font-size: 13px;
    border:0px !important;
}	
.table-height{
    max-height: 600px;
    overflow: auto;
}
.table-height::-webkit-scrollbar {
  width: 8px;
}
.table-height::-webkit-scrollbar-track {
    background: #e9e9e9;
    border-radius: 5px; 
}
 .table-height::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 5px;
}
.table-height::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.table-striped-design>tbody>tr:nth-of-type(even)>* {
	background:#e7e6e8;
}
table.table.table-striped-design tr th:first-child {
	background: #ffffff!important;
	width: 20%;
	text-align: left
}
.table-responsive.table-height.current-strategy-box {
	text-align: center;
}
table.table.table-striped-design tr:last-child {
	margin-top: 20px;
}

.c-late{
    background-color: #e82d2d;
}
.c-early{
    background-color: #e9ac06;
}
.c-ontime{
    background-color: #0a50a6;
}
.m-t{
    margin-top: 30px;
}
.early {
    background-color: #e9ac06;
}
.on-time {
    background-color: #23a50a;
}
.late {
    background-color: #e82d2d;
}
.data-box {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
}
.data-box table td span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    padding: 8px 14px;
}
.data-box table tbody {
  display: block;
  max-height:294px;
  overflow-y: auto;
}

.data-box table thead, .data-box table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.data-box table tbody::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.data-box table tbody::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.data-box table tbody::-webkit-scrollbar-thumb {
  background: #abacaf;border-radius: 10px;
}

/* Handle on hover */
.data-box table tbody::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.card-outer {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.card-title h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0px;
}
.card-title p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}
.card-title {
    margin-bottom: 0px;
    text-align: right;
}
.card-title h3 img {
    margin-left: 15px;
    margin-top: -7px;
}
.img-circle {
    width: 65px;
    height: 65px;
  
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.img-circle img {
    display: block;
}
.payemnt-timing span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.payemnt-timing .percentage {
    border-radius: 4px;
    text-align: center;
    line-height: 16px;
    padding: 6px 9px;
    margin-right: 5px;
}
.payemnt-timing {
    display: flex;
}
.themeSwitcherBtn {
    width: 48px;
    height: 48px;
    border: 0px;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
}
.mb-5, .my-5 {
    margin-bottom: 2.1rem!important;
}
.white-shadow{
    box-shadow: 5px 0 10px #d6d6d6;
}
.icon-outer span {
    font-size: 18px;
    font-weight: 600;
    color: #0a50a6;
    line-height: 0px;
    margin-left: 15px;
}


.edit.edit {
    color: #214a86;
    margin-right: 50px;
}
input.btnn:hoverinput.btnn:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}
a.delete {
    color: #d61a1a;
}
.btn-primary:focus {
    box-shadow:none;
}
button:focus {
    outline: none;
}
.modal-dialog {
    max-width: 700px;
}
.icon-outer span:first-child {
    margin-left: 0px;
}
.icon-outer span img{
    vertical-align: top;    
    margin-left: 5px;
}

/* old css end */
/* ---------------------------------------------------
    Responsive
----------------------------------------------------- */
@media (min-width: 1200px){
	.container {
	    max-width: 1500px;
	}
}

@media (min-width: 768px){
    .right-toggle {
        display: none;
    }
    
}

@media all and (min-width: 767px){
	.right-toggle{
		display: none;
	}
}


@media (max-width: 1700px){
    .card-box {
        justify-content: center;
        flex-wrap: wrap;
        /* flex-direction: column-reverse; */
    }
    .card-title {
        text-align: center;
    }
    .payemnt-timing {
        justify-content: center;
    }
    .img-circle {
        margin-bottom: 10px;
    }
    .blue-btn {
        margin-bottom: 10px;
    }
    .agreement-outer .row {
        align-items: flex-start;
    }
    .data-box table td {
        font-size: 14px;
    }
}
@media all and (max-width: 1450px){
	.strat-row .price-btn{
		min-width: 152px;
	}
	.wrap-box{
		font-size: 16px;
	}
	.box-icon{
		width: 70px;
		height: 70px;
		margin-right: 10px;
	}
	.box-icon img {
	    max-width: 40px;
	}
	.price-btn{
		padding: 7px 15px;
	}
	.db-table td{
		font-size: 15px;
	}
	.db-main{
		height: 335px;
	}
}
@media (max-width: 1399px){
    .column-devide .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mt-md {
        margin-top: 30px;
    }
    .agreement-outer {
        margin-bottom: 0px;
    }
    .column-devide .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media all and (max-width: 1200px){
	.stats-bx span{
		font-size: 20px;
		margin-bottom: 0;
	}
	.page-title{
		font-size: 22px;
	}
	.add-crt{
		flex-wrap: wrap;
	}
	.add-crt .crt-box{
		width: 50%;
		margin: 10px 0;
	}
	.add-btn img {
	    max-height: 40px;
	}
	.c-mgmt .table-wrap{
		margin-top: 20px;
	}
	.c-mgmt h3{
		font-size: 22px;
	}
	.mb-md-10{
		margin-bottom: 10px;
	}
	.mb-md-15{
		margin-bottom: 15px;
	}
	.wrap-box{
		width: calc(33.33% - 30px);
	}
	.stretagy-wrap .wrap-box{
		width: calc(50% - 30px);
	}
}
@media (max-width: 1024px){

    .column-devide .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

}

@media all and (max-width: 992px){
	.head-menu li a{
		width: 42px;
		height: 42px;
	}
	#sidebar ul li a img{
		display: none;
	}
	#sidebar ul li a{
		font-size: 14px;
	}
	#sidebar{
		min-width: 220px;
		max-width: 220px;
	}
	#sidebar.active{
		margin-left: -220px;
	}
	.title-wrap {
	    display: block !important;
	}
	.title-right {
	    margin-top: 15px;
	}
	.wrap-box{
		width: calc(50% - 30px);
    }
    
}
@media (max-width: 991px){
    
    .head-menu li a {
        width: 42px;
        height: 42px;
    }
    #sidebar {
        min-width: 220px;
        max-width: 220px;
    }
    #sidebar ul li a {
        font-size: 14px;
    }
    #sidebar ul li a img {
        display: none;
    }
    #sidebar.active {
        margin-left: -220px;
    }
    .column-devide .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-devide .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .card-box {
        justify-content: space-between;
}

}
@media all and (max-width: 767px){
	body{
		font-size: 16px;
	}
	.login-main{
		max-width: 100%;
		padding: 25px;
	}
	.login-wrap{
		padding: 20px;
	}
	.input-field{
		height: 50px;
		font-size: 16px;
	}
	.btnn-input{
		height: 50px;
		font-size: 16px;
	}
	.head-middle, .head-right p{
		display: none;
	}
	.header{
		flex-wrap: wrap;
		position: relative;
    }
    .head-menu li {
        margin: 0 5px;
    }
	.head-right{
	    border-top: 1px solid #d8d8d8;
	    width: 100%;
	    display: none;
	    padding: 10px;
	    justify-content: center;
		-webkit-justify-content: center;
		-o-justify-content: center;
		-ms-justify-content: center;
	}
	.head-left{
		width: 100%;
	}
	#sidebarCollapse{
		height: 55px;
		width: 55px;
		margin-right: 10px;
	}
	.menu-head{
		padding: 6px 25px 5px;
	}
	.head-menu li{
		margin: 0 5px;
	}
	.head-menu {
	    width: 100%;
	    justify-content: center;
	}
	.wrap-outside{
		padding: 20px;
	}
	.wrap-box{
		margin-bottom: 20px;
	}
	.box-icon{
		width: 75px;
		height: 75px;
	}
	.box-icon img {
	    max-width: 35px;
	    max-height: 40px;
	}
	.db-wrap h4{
		font-size: 20px;
	}
	.db-main{
		height: 250px;
	}
	.mb-30{
		margin-bottom: 20px;
	}
	.title-left div {
	    margin-bottom: 10px;
	    margin-right: 0;
	}
	.price-btn{
		font-size: 14px;
	    padding: 7px 15px;
	}
	.stats-wrp .col-md-3:not(:last-child) .stats-bx{
		border-right: none;
		border-bottom: 1px solid #ddd;
	}
	.stats-wrp .stats-bx{
		padding: 10px;
	}
	.strat-row .price-btn {
	    min-width: 1px;
	    font-size: 13px;
	}
	.title-left {
	    display: block !important;
	}
	.table-main{
		font-size: 14px;
	}
	.table-main td, .table-main th{
		padding: 10px;
	}
	.mb-sm-10{
		margin-bottom: 10px;
	}
	.mb-sm-15{
		margin-bottom: 15px;
	}
	.card-wrap{
		padding: 20px;
	}
	.footer{
		font-size: 15px;
		padding: 14px;
	}
	.add-crt .crt-box{
		width: 100%;
	}
	.crt-box img{
		margin-right: 10px;
	}
	.search-form2 .btnn{
		width: 90px;
	}
	.search-form2 .input-field{
		width: calc(100% - 90px);
	}
	.title-right div + div {
	    margin-top: 10px;
	}
	.table-contracts th input{
		width: 120px;
	}
	.wrap-box, .stretagy-wrap .wrap-box{
		width: 100%;
	}
	.table-fixed tbody{
		height: 250px;
    }
    .calender-wrapper{
        flex-wrap: wrap;
    }
    .calender {
        text-align: left;
        padding-right: 0px;
        width: 100%;
        margin-top: 15px;
    }
    .search-form {
        width: 100%;
        margin-top: 5px;
    }
    .card-outer {
        margin-top: 0;
    }
    .head-middle, .head-right p {
        display: none;
    }
    .header {
        flex-wrap: wrap;
        position: relative;
    }
    #sidebarCollapse {
        height: 55px;
        width: 55px;
        margin-right: 10px;
    }
    .head-right {
        border-top: 1px solid #d8d8d8;
        width: 100%;
        display: none;
        padding: 10px;
        justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
    }
  
    .head-menu {
        width: 100%;
        justify-content: center;
    }
    .head-menu li {
        margin: 0 5px;
    }
    #sidebar {
        margin-left: 0;
    }
   
    .blue-btn {
        width: 100%;
    }
    .column-devide .col-lg-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .title {
        flex-wrap: wrap;
    }
    .title h2 {
        width: 100%;
        margin-bottom: 10px;
    }
    .card-box {
        padding: 15px;
    }
    .saving-table table, tr, td, select {
        white-space: nowrap;
        min-width: 180px;
        width: 100%;
	}
	.Commodity-box table tr td{
		white-space:wrap;
	} 
}

@media (max-width: 479px){
    .search-form {
        flex-wrap: nowrap;
    }
 
    .search-form .btnn {
        width: 100%;
        max-width: 100px;
        /* margin: 10px auto 0 auto; */
        border-radius: 4px;
    }
    .column-devide .col-lg-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .search-form .input-field {
         width: 100%!important;
    }
}


@media (max-width: 390px){


.search-form.head-search-form.d-flex.date-pickr {
    display: flex!important;
}
.search-form.head-search-form .input-field {
  
    font-size: 15px;
}
.search-form .btnn {
    max-width: 60px!important;
    padding: 0!important;
}
 .date-pickr span.input-group-append {
    
    width: 40px!important;
}
}
@media all and (max-width: 375px){
	.db-table td{
		font-size: 14px;
	}
	.box-icon{
		width: 60px;
		height: 60px;
	}
	.box-icon img{
		max-width: 30px;
		max-height: 35px;
	}
	.strat-row .price-btn{
		padding: 5px 10px;
	}
	.find-wrap .search-form2{
		display: block !important;
	}
	.search-form2 .input-field{
		width: 100%;
		border-radius: 0;
	}
	.search-form2 .btnn{
		width: 100px;
		border-radius: 0;
		height: 50px;
	}
	.search-form {
	    display: block !important;
	}
	.search-form .input-field{
		width: 100%;
		border-radius: 0;
	}
	.search-form .btnn{
		border-radius: 0;
	}
}

@media (max-width: 320px){
    .search-form .btnn {
        max-width: 80px;
    }
    .date-pickr span.input-group-append {

        width: 30px;
    
    }
    .search-form .input-field {

        font-size: 12px;
    }
}



/*--------quick filter---------*/
select::-ms-expand {
    display: none;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.ac_list th.sorting_desc::after {
    display: none;
}

table.ac_list th {
    background: #2e3a4a;
}

    table.ac_list th.sorting_asc, table.ac_list th.sorting_desc {
        background: #091e3b;
        color: #ffe32b;
    }

.t-fields {
    background: #005687;
}

    .t-fields input {
        width: 90%;
        border-radius: 4px;
        height: 30px;
        border: none;
    }

        .t-fields input[type="button"] {
            width: 30px;
            background-color: #F7761F;
            height: 30px;
            background-image: url(../images/tick-btn.png);
            background-position: center center;
            background-repeat: no-repeat;
            cursor: pointer;
        }
/* .t-fields td:nth-last-child(1) input{width:76%; margin-right:2%;}
.t-fields td:nth-last-child(1) input[type="button"]{width:17.5%; vertical-align: top;} */
.year {
    width: 85px;
    margin-right: 10px;
}

/* Style for the tooltip container */
.custom-tooltip {
    position: relative;
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

/* Tooltip text */
.custom-tooltip .tooltip-text {
    visibility: hidden;
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: 10px;
    border-radius: 8px;
    font-size: 1rem;
    position: absolute;
    top: -120%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
    white-space: pre-wrap; /* Allow wrapping at natural break points */
    word-wrap: break-word; /* Ensure long words are broken */
    margin-left: 100px; /* Left margin to shift the tooltip */
    width: 200px; /* Set a fixed width for the tooltip */
    max-width: 100%; /* Allow the width to grow dynamically */
}

/* Show the tooltip on hover */
.custom-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* Prevent tooltip from overflowing on both sides of the screen */
.custom-tooltip .tooltip-text {
    max-width: 100vw; /* Tooltip will not exceed viewport width */
}

/*--------quick filter---------*/
