/* yantramanav-regular - latin */
@font-face {
  font-family: 'Yantramanav';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/yantramanav-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Yantramanav Regular'), local('Yantramanav-Regular'),
       url('../fonts/yantramanav-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/yantramanav-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/yantramanav-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/yantramanav-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/yantramanav-v6-latin-regular.svg#Yantramanav') format('svg'); /* Legacy iOS */
}

/* yantramanav-500 - latin */
@font-face {
  font-family: 'Yantramanav';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/yantramanav-v6-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Yantramanav Medium'), local('Yantramanav-Medium'),
       url('../fonts/yantramanav-v6-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/yantramanav-v6-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/yantramanav-v6-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/yantramanav-v6-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/yantramanav-v6-latin-500.svg#Yantramanav') format('svg'); /* Legacy iOS */
}

/* yantramanav-700 - latin */
@font-face {
  font-family: 'Yantramanav';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/yantramanav-v6-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Yantramanav Bold'), local('Yantramanav-Bold'),
       url('../fonts/yantramanav-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/yantramanav-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/yantramanav-v6-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/yantramanav-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/yantramanav-v6-latin-700.svg#Yantramanav') format('svg'); /* Legacy iOS */
}

/* yantramanav-900 - latin */
@font-face {
  font-family: 'Yantramanav';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/yantramanav-v6-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Yantramanav Black'), local('Yantramanav-Black'),
       url('../fonts/yantramanav-v6-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/yantramanav-v6-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/yantramanav-v6-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/yantramanav-v6-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/yantramanav-v6-latin-900.svg#Yantramanav') format('svg'); /* Legacy iOS */
}


a{cursor: pointer;}

.fin-container {
	background-color: #f1f1f1;
	color: #2E384D;
	font-family: 'Yantramanav';
	/*
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	-webkit-text-stroke: 0.45px;
	-webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
	text-shadow: #fff 0px 1px 1px;
	*/
	font-size:15px;
	margin: 0px;
	padding: 0px;
	padding-right:15px;
}

.fin-container h1,h2,h3,h4,h5,h6 {
	font-family: 'Yantramanav';
	margin: 0px;
	margin-bottom: 1rem;
}



.fin-container select {
	font-family: 'Yantramanav';
	font-size: .94rem;
	border: none;
	border-bottom: 1px solid rgba(227,227,227,40);
	border-radius: 0px;
	padding: .1rem .5rem;
	padding-right: 40px;
	min-width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff url('../img/caret-down.svg') no-repeat 90% 20%;
	background-size: contain;
	height: 29px;
}

.fin-container input[type="text"].datefilter {
	font-family: 'Yantramanav';
	font-size: .94rem;
	border: none;
	border-bottom: 1px solid rgba(227,227,227,40);
	border-radius: 0px;
	padding: .1rem .5rem;
	padding-right: 40px;
	min-width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff url('../img/calendar.svg') no-repeat 90% 50%;
	background-size: 16px 16px;
	height: 29px;
}

.fin-container a {
	color: #3329FE;
	text-decoration: none;
}

.fin-container a:hover,a:focus,a:visited {
	text-decoration: none;
}

.handle, .pointer {
	cursor: pointer;
}

/* FIN */
.fin-head {
	display: flex;
	padding: 1rem 0px;
}

.fin-head-left {
	flex: 0.5;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.fin-head-left > span {
	font-family: 'Yantramanav';
	margin: 0px;
	padding: 0px;
	padding-top: .18rem;
	font-size: 1.5em;
	font-weight: bold;
}

.fin-head-left > img {
	width: 16px;
	height: 16px;
	margin: 0px .6rem;
}

.fin-head-right {
	flex: 0.5;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

.fin-timeframe{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.fin-timeframe > form {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 260px;
}

.fin-timeframe > form#form-datefilter{
	width:300px;
}

.fin-timeframe .selmonth{
	width:124px;
}

.fin-content > div.p0{padding:0px;}

.fin-table {
	width: 100%;
}

.fin-table > thead th {
	background-color: #F7F8FC;
	text-align: left;
}

.fin-modal .fin-table > thead th {
	background-color: darkslateblue;
	color: white;
}

.fin-table > thead th.tar {
	text-align: right;
}

.fin-table > tbody > tr:nth-child(odd) {
	background-color: #ffffff;
	border-bottom: 1px solid #e0e0e0;
}

.fin-table > tbody > tr:nth-child(even) {
	background-color: #F7F8FC;
}

.fin-table td,.fin-table th {
	margin: 0px;
	padding: .3rem .5rem;
}

.fin-table th {
	font-family: 'Yantramanav';
	font-size: .86rem;
}

.fin-table td {
	font-size: .84rem;
}

.fin-table td img {
	max-height: 14px;
	margin-right: 6px;
}

.fin-table tbody td:first-child img{margin:0px;}



.fin-content > .fin-tabs-container {
	display: flex;
	flex-direction: row;
	padding: 0px;
	border-bottom: 1px solid rgba(227,227,227,40);
}

.fin-container .fin-button,.fin-modal .fin-button {
	font-family: 'Yantramanav';
	background-color: #00D03D;
	color: white;
	border-radius: 8px;
	font-size: .9rem;
	padding: .4rem .8rem;
	padding-top: .6rem;
	-webkit-text-stroke: 0px;
	text-shadow: none;
	font-weight: bold;
	line-height: 1rem;
	border: none;
	cursor: pointer;
}

.fin-container .fin-button.danger,.fin-modal .fin-button.danger {
	background-color: #FB2171;
	text-decoration: none;
}

.fin-container .fin-button.fin-button-xs{
	border-radius: 3px;
	font-size: .85rem;
	padding: .2rem .3rem;
	font-weight: normal;
	margin: .2rem;
}

.pageactions, .pagefilters{
	display: flex;
	align-content: space-between;
}

.pageactions > h3 {
	color: white;
	margin: .3rem .6rem;
}

.button-lg {
	font-size: 1.1rem;
	line-height: 1.2rem;
	padding: .6rem 1.6rem;
	padding-top: .8rem;
}

.button-go {
	background-color: #222;
	color:white;
	border-radius: 0px;
	border: none;
	padding: 1px 1.4rem 0px;
	font-family: 'Yantramanav';
	font-weight: bold;
	font-size: .88rem;
	border-bottom: 1px solid rgba(227,227,227,40);
	max-height: 30px;
}

.button-go.button-fin{
	background-color: #00D03D;
	color: white;
	padding: 6px 1.4rem 0px;
}

.fin-table > tfoot th{font-size:0.86rem;text-align: right;background-color: antiquewhite;}
.fin-table > tfoot th{text-align: left;}
.fin-table.fin-table-thin td, .fin-table.fin-table-thin th{padding: .6rem .6rem;}

.summary{
	background-color: white;
	border: 1px solid #e0e0e0;
	padding: 2px 4px;
}

.report-export {
	position: absolute;
	right: 30px;
}

/* COMPONENTS */
.minus{color:#FB2171;}
.plus{color:#10BA66;}
.icon {
	width: 24px;
	height: 24px;
}

.icon-xs {
	width: 11px;
	height: 11px;
}

.sf-number {
	font-family: 'Yantramanav';
	font-size: 1.35rem;
	font-weight: bold;
	text-align: right;
	padding-top: .2rem;
	padding-bottom: .6rem;
}


.listline {
	font-size: .85rem;
	border-bottom: 1px solid #ddd;
	margin-top: 8px;
}

.canvas {
	margin: 1rem 0px;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 1.4rem;
	max-width: 100%;
}

.card {
	margin: 1rem 0px;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 1.4rem;
	max-width: 100%;
}

.btn-mc, .btn-mc:hover, .btn-mc:active, .btn-mc:focus {
	background-color: #004996;
	color: white;
	border: none;
	outline:none;
}

.btn-logout, .btn-logout:hover, .btn-logout:active, .btn-logout:focus {
	background-color: #ddd;
	color: black;
	border: none;
	outline:none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #3329FE;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

#TB_window {
  background-color: #F7F8FC !important;
}
#TB_ajaxContent {
  overflow-x: hidden !important;
  padding: 0px !important;
}
.fin-modal {
  background-color: #F7F8FC;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  margin-left: 16px;
}

.fin-modal-content {
  margin: 1.4rem;
}

.fin-modal input[type="text"], .fin-modal input[type="number"] {
	border: 1px solid #ddd;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	padding: .3rem;
	font-size: 1rem;
	border-radius: 6px;
	width: 100%;
}

.fin-modal select {
	width: 100%;
}

.fin-modal .container-form > div > div {
	padding: .5rem 0px;
}

.editorhead {
	background-color: darkslateblue;
	color: white;
	display: flex;
	justify-content: space-between;
	padding: 6px 10px;
}

.placeholder {
  font-size: .75rem;
  color: #999;
  float: right;
}

.progress-bar {
	width: 90%;
	color: #000 !important;
	background-color: #ffffff !important;
	border-radius: 4px;
	display:flex;
}

.progress-bar-inner {
	color: #fff !important;
	padding: 0.01em 16px;
	border-radius: 4px;
	font-size: .74rem;
}

.invalid{border:1px solid red !important;}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* ORDERS */
.orders-container{display:flex;flex-direction: row;}
.orders-right{background-color: white;min-height: 400px;flex:1;}
.orders-left{width:320px;display:flex;justify-content: center;}
.orders-content{width:100%;}
.orders-menu{width:280px;background-color:#F7F8FC;padding:12px 18px;}
.orders-menu .om-heading{font-size:18px;font-weight: 600;margin-top:18px;}
.orders-menu .om-sub{padding:8px 0px 8px 18px;display:flex;}
.orders-menu .om-sub > select {width:100%;}
.orders-menu .om-sub .om-sub-left{width:96px;padding:6px 0px;}
.orders-menu .om-sub .om-sub-right{flex:1;max-width:100%;text-align:center;}
.orders-menu .om-sub .om-sub-right > *{width:200px;}

@media (max-width: 1400px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {

}

@media (max-width: 600px) {

}

@media (max-width: 350px) {

}
