.yk_login_img{
	display: block;
	margin: auto;
	width: 300px; 
	padding-bottom: 20px;
}

.yk_login {
	margin-top: 100px;
}

.yk_btn-dataTables-custom-div {
	padding-bottom: 15px;	
}

.yk_datatables-action-btn {
	position: relative;
    transition: color 0.15s,background-color 0.15s,border-color 0.15s,box-shadow 0.15s;
    font-size: .8rem;
    display: inline-block;
    font-weight: 400;
    color: #495057;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s,background-color 0.15s,border-color 0.15s,box-shadow 0.15s;
    color: #3f6ad8;
    border-color: #3f6ad8;
}

.yk_hidden {
	display: none;
}

.yk_datatables-action-btn-disable{}

.yk_profile_image {
	width: 35px;
}

.yk_header_profile_image{
	padding-left: 20px;
}
	
.yk_dropdown-menu {
    width: 300px !important;
    height: auto !important;
}
    
/* Used for input validations */
.yk_small-label-warning {
	color:red !important;
	font-weight: 400;
}

.yk_logo_image{
	margin-left: -0.05rem !important;
}

.yk_input_file{
    height:110px;
    width:260px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 0px;
    z-index: 999;
    opacity: 0 !important;
}

.yk_thumbnail{
	padding: 0;
	width: 260px;
    height: 110px;
    border: 2px dashed #dee2e6;
}


.yk_thumbnail_image{
	width: 100%;
    height: 100%;
}

.yk_image_loader_label{
	font-weight: 700;
}

.yk_inlineElement{	
	vertical-align: middle;
	display: inline-block;
	padding-left: 5rem;
    margin-bottom: 0;
    cursor: pointer;
}

.yk_btn_inter_aling{
	margin-top: 29px;
}

.yk_btn_inter_aling_dp{
	margin-top: 35px;
}

.yk_aling_with_daterange {
	margin-top: 7px !important;
}

.yk_btn_inter_aling_dp_small{
	margin-top: 0px;
}

.yk_badge_datatable{
	font-size: 100% !important;
	font-weight: 100 !important;
}

.yk_multiselect {
	height: 302px !important;
}

.yk_multiselectMoveBtn {
	margin-right: 0px !important;
}

.yk_horizontalScroll {
	 overflow:scroll;
}

.yk_dateRangepicker{
	position: initial !important;
}

.yk_inter_align_bootstrap_switch{
	padding-top: 31px;
}

.yk_dataTables_internal_link{
	color: #fd7e14 !important;
    text-decoration: none;
    background-color: transparent;
}

.yk_align_custom_checkbox{
	padding-left: 2.0rem !important;
}



.yk_tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.yk_tooltip .yk_tooltiptext {
  visibility: hidden;
  width: auto;
  min-width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.yk_tooltip .yk_tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.yk_tooltip:hover .yk_tooltiptext {
  visibility: visible;
}

.yk_completed_highlight {
	background: #58FF33;
}

.yk_warning_highlight {
	background: #FFFF00;
}

.yk_hover_title:hover:after {
    position: absolute;
    content:attr(data-title);
}

.yk_lowStock {
	background-color: #FFFF00;
}

.yk_averageStock {
	background-color: #3cb313;
}

.yk_maxStock {
	background-color: #ba7000;
}

.yk_responsiveTable {
	overflow-x:auto;
}

.yk_invoiceDetailTable {
	font-size: .800rem!important;
}

.yk_toggleLinkBreakDown{
	cursor: pointer;
	text-decoration-line: underline;
	color: blue;
}

.yk_beakDownSmallData{
	font-style: italic;
    font-size: 12px;
    text-decoration-line: underline;
    color: blue;
}

.yk_actionTableLink{
	margin-right: 6px;
}

.preview-images-zone {
    width: 100%;
    /*border: 2px dashed #dee2e6;*/
    min-height: 180px;
    /* display: flex; */
    padding: 5px 5px 0px 5px;
    position: relative;
    overflow:auto;
}
.preview-images-zone > .preview-image:first-child {
    height: 500px;
    width: 500px;
    position: relative;
    margin-right: 5px;
}
.preview-images-zone > .preview-image {
    height: 500px;
    width: 500px;
    position: relative;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
}
.preview-images-zone > .preview-image > .image-zone {
    width: 100%;
    height: 100%;
}
.preview-images-zone > .preview-image > .image-zone > img {
    width: 100%;
    height: 100%;
    border: 2px dashed #dee2e6;
}
.preview-images-zone > .preview-image > .tools-edit-image {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}
.preview-images-zone > .preview-image > .image-cancel {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    display: none;
    z-index: 100;
}
.preview-image:hover > .image-zone {
    opacity: .6;
}
.preview-image:hover > .tools-edit-image,
.preview-image:hover > .image-cancel {
    display: block;
}
.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}

.container {
    padding-top: 50px;
}


td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}


table.purchaseOrdeTable tbody th, table.purchaseOrdeTable tbody td {
    padding: 2px 4px; /* e.g. change 8x to 4px here */
}

.yk_headerHighlight{
	background: #FEFA11;
}