﻿/*
House any global "utility" css classes for decoration here (i.e. classes which are used regularly to apply consistent styles across pages) which focus on look and feel - i.e. font/font colors/weight, 
borders, background color, table decoration, etc. 
*/


/*#region validation classes*/

.field-validation-error {
  color: #e80c3b;
}

.field-validation-valid {
  display: none;
}

/*input.input-validation-error, select.input-validation-error, textarea.input-validation-error {
  border: 1px solid #e80c3b;
}*/

.input-validation-error {
  border: 1px solid #e80c3b;
}

.valid {
  border: 1px solid #3c763d;
}

/*Document Page control may be valid on front end but has sql validation error. Mimics validation error style*/
.invalid-after-save {
    border: 1px solid #e80c3b !important;
}

.invalid-after-save .k-upload {
  border: none !important;
}

.input-group.invalid-after-save {
border: none !important;
}
  .input-group.invalid-after-save .k-picker-wrap {
    border: 1px solid #e80c3b !important;
  }

.k-combobox .k-input {
  border: none !important;
  box-shadow: none !important;
}

.k-combobox:not(.invalid-after-save) .k-dropdown-wrap {
  border:1px solid !important;
}
  .invalid-after-save.k-combobox .k-dropdown-wrap {
    border: 1px solid #e80c3b !important;
  }


.k-dropdown-wrap.k-state-focused {
  border-color: #006DCC !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 111, 207, 0.6)
}

.k-dropdown-wrap {
height: 34px !important;
}

.k-combobox {
width:100% !important
}

.warning-after-save {
  border: 1px solid #CC8500 !important;
}

input[type="checkbox"].input-validation-error {
  border: 0 none;
}

.validation-summary-errors {
  color: #e80c3b;
  font-weight: bold;
  font-size: 1.1em;
}

.has-warning {
	background-color: #FFF3CD;
	border-color: #FFEEBA;
}

.warning-message {
	color: #856404;
}

/*styles read only input to look like a label*/
input.customField-lookupValue {
    background-color: transparent !important;
    border: 0;
    box-shadow: none;
    padding: 0px;
}

    input.customField-lookupValue:focus {
        outline-style: none;
        box-shadow: none;
        border-color: transparent;
    }


/*#endregion*/


.weighted-label {
    font-weight: 700;
}

.fade-text-out {
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

.internal-show-pass {
  float: right;
  margin-top: -25px;
  border: none;
  background-color: transparent;
}

/*.role-desc-close-icon {
  color: var(--text-heading);
  font-size: 25px;
  top: 16px;
  right: 16px;
}*/
.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon.role-desc-close-icon {
  color: var(--text-heading);
  font-size: large;
  top: 16px;
  right: 16px;
}