@charset "utf-8";
/* CSS Document */

button.standardButton {
    padding: 5px 10px 4px 10px;
}
.standardButton {
    background-color:#064AB5;
    padding: 3px 10px 3px 10px;
    border: 1px solid #808080;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    min-width: 40px;
    display: inline-block;
    text-align: center;
    cursor:pointer;
}

.standardButton:hover {
	background-color:#333;
	color:#FFF;
}

a.standardButton, a.standardButton:active, a.standardButton:visited, a.standardButton:link {
    background-color:#064AB5;
    padding: 3px 10px 3px 10px;
    border: 1px solid #808080;
    color: #ffffff;
    text-decoration: none;
    /* border-radius: 4px; */
    /* font-size: 16px; */
    /* min-width: 40px; */
    display: inline-block;
    text-align: center;
}

a.standardButton:hover {
	background-color:#333;
	color:#FFF;
}


.inlineButton {
	background-color:#CCC;
	border:1px solid #333;
	color:#000;
	text-decoration:none;
	font-size:12px;
	cursor:pointer;
}


a.inlineButton, a.inlineButton:active, a.inlineButton:visited, a.inlineButton:link {
	background-color:#CCC;
	padding:3px;
	border:1px solid #333;
	color:#000;
	text-decoration:none;
	font-size:12px;
}

a.inlineButton:hover {
	background-color:#333;
	color:#FFF;
}

.Link_Disabled{
	cursor: not-allowed;
}

.button16font {
    font-size:16px;
    min-width:40px;
    display:inline-block;
}

a.topHeaderButton, a.topHeaderButton:active, a.topHeaderButton:visited, a.topHeaderButton:link {
    background-color:#064AB5;
    padding: 2px 10px 2px 10px;
    border: 1px solid #808080;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    min-width: 40px;
    display: inline-block;
    text-align: center;
}
a.topHeaderButton:hover {
	background-color:#333;
	color:#FFF;
}
.gg-trash {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align:middle;
    transform: scale(var(--ggs,1));
    width: 10px;
    height: 12px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px, inset -2px 0 0, inset 2px 0 0;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    margin-top: 4px;
    cursor:pointer;
}

    .gg-trash::after,
    .gg-trash::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
    }

    .gg-trash::after {
        background: currentColor;
        border-radius: 3px;
        width: 16px;
        height: 2px;
        top: -4px;
        left: -5px;
    }

    .gg-trash::before {
        width: 10px;
        height: 4px;
        border: 2px solid;
        border-bottom: transparent;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        top: -7px;
        left: -2px;
    }
.gg-add {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 2px solid;
    transform: scale(var(--ggs,1));
    border-radius: 22px;
    cursor: pointer;
}

    .gg-add::after,
    .gg-add::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 10px;
        height: 2px;
        background: currentColor;
        border-radius: 5px;
        top: 7px;
        left: 3px;
    }

    .gg-add::after {
        width: 2px;
        height: 10px;
        top: 3px;
        left: 7px;
    }
.gg-remove {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transform: scale(var(--ggs,1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 22px;
    cursor: pointer;
}

    .gg-remove::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 10px;
        height: 2px;
        background: currentColor;
        border-radius: 5px;
        top: 7px;
        left: 3px;
    } 