@charset "UTF-8";

/* CSS Document */


/* Animate */

.card-link h2,
.card-link:after {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.navbar-content {
    background: #333;
}

.navbar-brand {
    background: #61882f;
}

#content-container::before {
    background-color: #333;
    display: none;
}

.page-header,
#page-head,
#page-head h1,
#page-head h2,
#page-head h3,
#page-head h4,
#page-head h5,
#page-head h6,
#page-head .text-main,
#page-head .breadcrumb li,
#page-head .breadcrumb li a,
#page-head .breadcrumb .active {
    color: #222;
}

#page-head h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
}

#page-head .breadcrumb>li+li::before {
    border-color: #999;
}

#mainnav-menu .active:not(.active-sub)>a {
    color: #61882f;
    font-weight: bold;
}

.navbar-top-links>li>a:hover {
    background: rgba(255, 255, 255, .15) !important;
}

.panel-primary .panel-heading,
.panel-primary .panel-footer,
.panel-primary.panel-colorful {
    background-color: #61882f;
    border-color: #61882f;
    color: #fff;
}

.search {
    padding: 5px 15px 0 15px;
    overflow: hidden;
}

.vto-keywords {
    background: none;
    padding: 0 25px 10px 25px;
}

.vto-keywords h4 {
    font-size: 14px;
    padding: 10px;
    margin: 10px 0;
    background: rgba(255, 255, 255, .5);
}

.vto-keywords h4 span {
    font-style: italic;
    float: right;
    opacity: .5;
}

.vto-keywords h4 span i {
    margin-left: 5px;
}

.vto-keywords a:hover span {
    opacity: 1;
}

.vto-keywords ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.vto-keywords ul a {
    padding: 5px;
    color: #444;
    opacity: .8;
    display: block;
    background: rgba(255, 255, 255, .8);
    margin: 5px;
}

.vto-keywords ul a:hover {
    text-decoration: underline;
    opacity: 1;
}


/* Custom Dashboard */

#dashboard {
    padding: 20px 10px;
    background: #ecf0f5;
    position: relative;
}

#dashboard .card-link {
    display: block;
    margin: 0 0 25px 0;
}

#dashboard h2 {
    font-size: 18px;
    color: #fff;
    background: #333;
    padding: 7px 10px;
    font-weight: 400;
    letter-spacing: -.5px;
    margin: 0 0 15px 0;
}

#dashboard .card-link:hover h2 {
    background: #61882f;
}

#dashboard .card-link.inactive {
    opacity: .5;
}

#dashboard .card-link.inactive:after {
    position: absolute;
    left: 10px;
    top: 0;
    right: 10px;
    text-align: center;
    content: "Currently Unavailable";
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    background: #000;
    color: #fff;
    opacity: 0;
}

#dashboard .card-link.inactive:hover {
    cursor: not-allowed;
}

#dashboard .card-link.inactive:hover:after {
    opacity: 1;
}

#dashboard .col-alpha {
    width: 78%;
    float: left;
}

#dashboard .col-beta {
    width: 21%;
    float: right;
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding: 0 20px;
    color: rgba(0, 0, 0, .7);
}

#dashboard .col-beta h4 {
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 18px;
    margin: 0 0 15px 0;
}

#dashboard .col-beta p {
    margin: 0 0 20px 0;
}

#dashboard .col-beta p+h4 {
    margin-top: 30px;
}

#dashboard .col-beta .table {}


/*
a.panel {display: block;}
a.panel:hover h4 {color: #61882f;}
a.panel:hover img {transform: scale(1.15,1.15);}

.link-inactive {background: #fff; position: relative;}
.link-inactive img {opacity: .5;}
.link-inactive:after {position: absolute; left: 0; top: 0; right: 0; text-align: center; content: "Currently Unavailable"; display: block; padding: 5px 10px; text-transform: uppercase; font-weight: bold; background: #000; color: #fff; opacity: .5;}
.link-inactive:hover {cursor: not-allowed;}
.link-inactive:hover:after {opacity: 1; background: #cc4141;}
a.link-inactive.panel:hover h4 {color: #ccc;}
*/

.img-user {
    margin-top: 100%;
}

a.card-link.disabled {
    pointer-events: none;
}

.card-link.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

ul.multiselect-container.dropdown-menu {
    overflow: auto;
    height: 220px;
}

.addr-margin {
	font-weight: bolder;
	margin-top: 10px;
}

.next-line-message {
	margin: 0px 0 2px 16px;
}

.self-describe-text-box {
	display:none;
}

.multiselect-container.dropdown-menu {
    max-height: 190px;
    overflow: auto;
}

.margin-large-lft{
    margin-top: -8px;
    margin-left: 20px;
}

.errorlink a{
    color: white !important;
    text-decoration: underline;
}

.text-white{
    color: white !important;
    font-weight: bold;
    text-decoration: underline;
}