#ykApp
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	display: none;
}

.webutils-modal-dialog
{
	max-width: 50rem;
	min-width: 20rem;
    width: max-content;
}

.webutils-btn-primary, .webutils-btn-cancel
{
	background-image: linear-gradient(#0dccea, #0d70ea);
	border: 0px;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-family: Montserrat,sans-serif;
	font-size: .9em;
	text-align: center;
	padding: 5px 15px;
}

.webutils-btn-cancel
{
	background-image: linear-gradient(#c90fdd, #ea0d7d);
}

.webutils-btn-primary:hover, .webutils-btn-cancel:hover
{
	border: 2px solid black;
	padding: 3px 13px;
}

#webutilsInputDialog .form-group
{
	margin: 0.5rem;
	width: max-content;
}

#webutilsInputDialog .form-control
{
	margin-left: 1rem;
	margin-top: 5px;
	width: 20rem;
}

.webutils-prompt-error
{
	margin-left: 1rem;
	color: red;
}

.webutils-group
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.webutils-group .webutls-group-label
{
    font-weight: bold;
    background-image: linear-gradient(#c1edd0, #44cfcf);
    color: #411891;
    padding: 3px 15px;
    border-radius: 5px;
}

.webutils-error
{
	display: block;
	margin-top: .25rem;
	font-size: .875em;
	color: #dc3545;
}






/*
 ********************************************************************
*/

#webutilsPageLoading
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: white;
}

#webutilsPageLoading img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
}

.webutil-field-label
{
	margin-bottom: 0px !important;
	font-size: 0.75rem;
	font-weight: bold;
}

.webutil-field
{
	margin-bottom: 0.2rem !important;
	font-size: 1rem;
	padding: 0.2rem  !important;
}

.webutil-switch
{
	display: block !important;
	width: 3rem !important;
	height: 1.5rem !important;
}

.webutil-button
{
	font-size: 0.75rem !important;
	font-weight: bold !important;
	border-radius: 0.6rem !important;
}

.webutil-dropdown
{
	background: none;
	border: 1px solid #ced4da !important;
	padding: 0.35rem !important;
	font-size: 0.8rem !important;
}

a.dropdown-item
{
	font-size: 0.8rem !important;
}

.dropdown-menu input
{
	font-size: 0.8rem !important;
	padding: 0.4rem  !important;
	margin-bottom: 0.2rem !important;
} 

.webutils-img-button
{
	font-size: 1.2rem;
	padding: 0.3rem;
	border: solid 1px white;
	cursor: pointer;
}

.webutils-img-button-disabled
{
	font-size: 1.2rem;
	padding: 0.3rem;
	border: solid 1px white;
	color: rgb(175, 175, 175) !important;
}

.webutils-img-button:hover 
{
	border: solid 1px blue;	
}

.webutils-info-message
{
	margin-left: auto;
	margin-right: auto;
	padding: 0.6em;
	padding-right: 3em;
	padding-left: 2em;
	font: bold 12px "Times New Roman", Times, serif;
	background-color: yellow;
	color: black;
	border: solid 1px black;
	position: absolute;
	top: 0.1em;
	z-index: 1000;
	left: 50%;
	transform: translate(-50%, 0px);
	display: none;
	border-radius: 0.8em;
	max-width: 40em;
	position: fixed;
}

.webutils-info-close-button
{
	position: absolute; 
	right: 0.5em; 
	top: 0.2em;
	border: none;
	background: none;
	font-size: 1.5em;
	font-weight: bold;
}

button.webutils-info-close-button:hover
{
	background-color: red;
	border-radius: 1em;
	color: white;
}

.webutils-search-box
{
	width: 100%;
	padding: 0.6rem;
	background: #f2f2f2;
	border-radius: 1rem;
}

.webutils-search-results-container
{
	width: 100%;
	border: 1px solid #f2f2f2;
}

.webutils-search-results-container>.content
{
	width: 100%;
	max-height: 15rem;
	overflow: auto;
}

.webutils-search-results-container>.footer
{
	width: 100%;
	padding: 0.3rem;
	background: #f2f2f2;
	font-weight: bold;
	font-size: 0.7rem;
}

.webutils-search-results
{
	border: 1px solid #dddddd;
	width: 100%;
}

.webutils-search-results tr:hover
{
	background: rgb(173, 177, 233);
}

.webutils-search-results tr.selected
{
	color: white;
	background: rgb(103, 73, 180);
}

.webutils-search-results th
{
	border: 1px solid #dddddd;
	font-weight: bold;
	font-size: 0.8rem;
	background: #f2f2f2;
	text-align: center;
	padding: 0.3rem;
}

.webutils-search-results td
{
	border: 1px solid #dddddd;
	font-size: 0.8rem;
	padding: 0.3rem;
	cursor: pointer;
}

.webutils-modal-header
{
	background-image: linear-gradient(to right, indigo, violet);
	color: white;
	font-weight: bold;
	font-size: 0.9rem;
	max-height: 3rem;
	border: 1px solid white;
}

.modal-close-button
{
    position: relative;
    float: right;
    background: #b82020;
    color: white;
    font-size: 0.8rem;
    border-radius: 5px;
}

.field-icon {
    margin-left: -30px;
    cursor: pointer;
}

.verify-button {
	font-size: 0.8rem;
	font-weight: bold;
	cursor: pointer;
	color: blue;
	height: 100%;
}

.verified-button  {
	font-size: 0.8rem;
	font-weight: bold;
	background-color: #97cb90;
	color: #2d663f;
	cursor: default;
	height: 100%;
}

.yk-active-nav-link
{
    color: blue !important; 
    border-bottom: 2px solid blue;
    font-weight: bold;
    cursor: pointer;
    padding: 0.2rem;
}

.yk-nav-link
{
    color: rgb(128, 128, 128); 
    font-weight: bold;
    cursor: pointer;
    padding: 0.2rem;
}

.yk-navbar
{
	padding-bottom: 2px; 
	border: 2px ridge; 
	padding-top: 2px;
}

.yk-subnavbar
{
	border: 2px ridge; 
	
	border-top-width: 0px;
	padding-bottom: 1px; 
	padding-top: 1px;
	font-size: 0.8rem;
}

.yk-navbar-user
{
    margin-top: auto;
    margin-bottom: auto;
}

.yk-navbar-user>span
{
	font-weight: bold; 
	margin-right: 1rem; 
	font-size: 0.9rem;	
}

.yk-navbar-user>a
{
	font-weight: bold; 
	margin-left: 1rem; 
	font-size: 0.9rem;	
}

.yk-input-field
{
	border-radius: 5px !important;
}

.yk-remove-button
{
    background-color: red;
    color: white;
    text-align: center;
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    border-radius: 50%;
    line-height: 1rem;
    margin-right: 0.3rem;	
}

.yk-img-upload-btn
{
	padding: 2px;
	display: block;
	width: 100%;
	height: 1.5rem;
	background-color: rgb(220,220,220);
	font-size: 0.8rem;
	color: rgb(130,130,130);
	font-weight: bold;
	border-width: 0px;
}

.yuk-autocomplete
{
  position: relative;
  width: 100%;	
}

.yuk-autocomplete ul
{
  position: absolute;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1000;
  border-radius: 5px;
}

.yuk-autocomplete li
{
  padding: 8px;
  cursor: pointer;
}

.yuk-autocomplete li.highlighted
{
  background-color: #007bff;
  color: white;
}

.yuk-autocomplete span.match
{
	color: #FF9800;
	font-weight: bold;
}
