/* alerts fade-out */
.alert:hover {
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.dts-background {
	background-image: url('../img/background.png');
}

.dts-background-logo {
	background-image: url('../img/background-text.png');
	background-repeat: no-repeat;
}

table.tablesorter thead {
    cursor: pointer;
}

.text-warning-dark{
	color:#FF5733!important
}
.text-success-dark{
	color:#507500!important
}
.text-blue-dark{
	color:#1f3c91!important
}
.text-red-dark {
 	color: #B94623!important
}
.text-orange-dark {
 	color: #DC7319!important
}
.text-yellow-dark {
 	color: #F5A014!important
}
.text-grey-dark {
 	color: #737373!important
}
.text-fern-dark {
 	color: #4B644B!important
}
.text-pine-dark {
 	color: #324128!important
}
.text-red-bright {
 	color: #DC7355!important
}
.text-orange-bright {
 	color: #EB9B5A!important
}
.text-yellow-bright {
 	color: #FABE64!important
}
.text-grey-bright {
 	color: #CDCDCD!important
}
.text-fern-bright {
 	color: #739673!important
}
.text-pine-bright {
 	color: #5F7D50!important
}

.text-bold-18 {
 	font-size: 18px!important;
 	font-weight: bold!important;
}

.border-yellow-dark-1 {
	border: 1px solid #f5a014!important;
}

.border-left-fern-dark {
	border-left: .25rem solid #4b644b!important;
}

.border-left-fern-bright {
	border-left: .25rem solid #739673!important;
}

.border-left-yellow-dark {
	border-left: .25rem solid #f5a014!important;
}

.bg-gradient-navbar {
    background-image: linear-gradient(90deg,#739673 0%,#739673 100%);
    background-size: cover;
}

.bg-gradient-login {
    background-image: linear-gradient(90deg,#CDCDCD 0%,#CDCDCD 100%);
    background-size: cover;
}

.dts-padding-10 {
    background-image: linear-gradient(90deg,#F5A014 0%,#F5A014 100%);
    background-size: cover;
}



    .ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.waiting * {
    cursor: progress;
}