.glyphicon {
    font-size: 24px;
}

.smp-content .glyphicon {
    font-size: 14px;
}


.text-green, a.text-green {
    color: #69c508!important;
}

a.text-green:hover{
    color: #49166d!important;
}

a:hover, a:focus {
    color: #49166d;
    text-decoration: underline;
}

.text-gray {
    color: #aaa;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

.home-menu {
    margin-bottom: 20px;
    font-family: sans-serif;
    height: 45px;
}

.home-menu .home-menu-title {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

.home-menu .home-menu-title .label {
    position: relative;
    top: -3px;
}

.home-menu .home-menu-sub {
    color: #a596ad;
    margin-top: 3px;
    font-size: 12px;
    font-weight: bold;
}

.home-announcement {
    font-family: sans-serif;
    line-height: 20px;
    font-size:14px;
}

.home-announcement strong {
    font-weight: bold;
}

.gly-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#segTitle {
    font-size:18px;
    position:relative;
    padding:0;
    margin:0;
    top:0px;
    color: #6c0;
    font-weight: normal;
}

.mainNav{
    margin-top: 10px;
}

h2 {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 5px;
    font-size: 1.5em;
    padding: 0px;
    font-weight: bold;
}

table.browseNav {
    border-collapse: inherit;
    margin-top:10px;
}

.detailNav td {
    padding: 20px;
}

.admin-menu {
    margin-bottom: 20px;
    font-family: sans-serif;
    height: 30px;
}

.admin-menu .admin-menu-title {
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

.site-header{
    z-index: 10;
}

.smp-content .table{
    font-size: 14px;
}

.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right!important;
}

.text-center {
    text-align: center!important;
}

.bg-purple {
    background-color: #49166D !important;
    border-color: #7c5796 !important;
}

.select2-container--krajee-bs3 .select2-dropdown {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-color: #7c5796;
    overflow-x: hidden;
    margin-top: -1px;
}

.select2-container--krajee-bs3.select2-container--open .select2-selection,
.select2-container--krajee-bs3 .select2-selection:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(124,87,150, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(124,87,150, 0.6);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-color: #7c5796;
}

.select2-container--krajee-bs3 .select2-results__option--highlighted[aria-selected] {
    background-color: #7c5796;
    border-color: #49166D;
    color: #fff;
}

.select2-container--krajee-bs3 .select2-results__option.select2-results__option--selected, .select2-container--krajee-bs3 .select2-results__option[aria-selected=true] {
    color: #fff;
    background-color: #49166D;
}

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
    color: #fff;
    background-color: #7c5796;
    border-color: #49166D;
}

.datepicker table tr td.active:active:hover, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active:active:focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active:active.focus, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.highlighted.active.focus {
    color: #fff;
    background-color: #49166D;
    border-color: #7c5796;
}

.form-control:focus {
    border-color: #7c5796;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(124,87,150, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(124,87,150, 0.6);
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #7c5796;
    border-color: #7c5796 !important;
}

.pagination > li > a, .pagination > li > span {
    color: #49166D;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #7c5796;
}

.box-header {
    color: #fff;
    display: block;
    padding: 10px;
    position: relative;
    background-color: #613889;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    font-weight: bold;
    font-size:14px;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-left: 1px solid #7c5796;
    border-right: 1px solid #7c5796;
    border-bottom: 1px solid #7c5796;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 0 4px 4px 2px rgba(51,51,51,0.2);
}

.form-group > .control-label {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: right;
}

.thead-dark {
    color: #fff;
    padding: 10px;
    position: relative;
    background-color: #7c5796;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    font-weight: bold;
    font-size:14px;
}

.padding-y-sm {
    padding-top: 5px;
    padding-bottom: 5px;
}