/*
This file contains CSS for the sgc-select class
*/
/* 
    Created on : Feb 21, 2021, 1:25:32 PM
    Author     : mlinton
*/

.sgc-select-search-button {
    display: inline-block;
    float: right;
    background: #4E9CAF;
    padding: 5px 16px 5px 16px;
    text-align: center;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.sgc-select-search-button:focus,
.sgc-select-search-button:hover
{
    background: #203f46;
}
.sgc-select-search-button.disabled {
    cursor: wait;
    opacity: 0.5;
}
.sgc-select-search-box {
    width: 72%;
}

.sgc-select-item-select {
    margin-top: 1em;
}
.sgc-select-items {
    width: 46%;
    margin-right: 1em;
}
.sgc-select-items-header {
    font-weight: bold;
    font-size: 1.5em;
    border-bottom: solid 2px #000;
    padding-bottom: 0.4em;
    margin-bottom: 0.6em;
}
ul.sgc-select-item {
    list-style-type: none;
    margin-left: 0.5em
}
li.sgc-select-item {
    list-style-type: none;
    margin-bottom: 4px;
    border-bottom: 1px solid #eee;
}
li.sgc-select-item a {
    font-weight: bold;
}

.sgc-select-page-nav {
    display: inline-block;
    margin-left: 1.5em;
    margin-right: 1.5em;
}