
.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.textfield {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 91%;
    color: #0000ff;
    text-decoration: none;
    text-align: left;
    background-color: #FFFFFF;
    border-color: #000000;
    border-style: none;

}

.searchfield {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 83%;
    color: #333333;
    text-decoration: none;
    background-color: #FFFFFF;

}

.searchbutton {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 83%;
    color: #333333;

}

#banner-container {
    position: relative;
}

#banner-header {
    position: relative;
}

.banner-header {
    position: relative;
    background-clip: content-box;
    width: 100%;
    height: 66px;
    margin-bottom: 2px;
}

.banner-header-title {
    position: absolute;
    bottom: 6px;
    margin-left: 10px;
    font-size: 250%;
    font-family: Arial, Helvetica, sans-serif;
}

.banner-header-title-color-white {
    color: white;
}

.banner-header-title-color-black {
    color: black;
}

@media screen and (max-width: 603px) {
    /* adjust height of banner for small devices  */
    .banner-header {
        margin-top: -7px;
    }
}

/* for main group page */
#columnRight {
    width: 30%;
    float: left;
    background: white;
    padding-bottom: 1em;
}

#columnLeft {
    display: none;
    float: left;
    width: 200px;
    background-color: transparent;
    padding-bottom: 1em;
    text-align: justify;
}

#columnMain {
    position: relative;
}

#columnMain.page-body-group {
    top: -69px;
}

.content-main {
}

.main-page-background {
    background-image: url("/images/Capture_HomePage2.png");
    background-attachment: fixed;
    width: 100%;
    height: 768px;
}

.two-column {
    float: left;
    width: 50%;
    min-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.middle-of-column {
    width: 100%;
    text-align: center;
}

.mobile-show {
    display: none;
}

@media screen and (max-width: 603px) {
    /* ? */
    .content-main {
    }

    .mobile-hide {
        display: none !important;
    }
    .mobile-show {
        display: inherit;
    }
}

.touch .mobile-hide-it {
    display: none;
}

#columnTop {
    top: 0;
    left: 0;
    background: white;
}

#columnContentMiddle {
    background: white;
    padding-left: 5px;
}

#columnContent {
    display: inline;
    width: 100%;
    float: left;
    background-color: transparent;
}

#columnBottom {
    clear: both;
    background: white;
}

/* home page  */
.home-column {
    float: left;
    width: 280px;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
}

@media screen and (max-width: 886px) {
    .home-column {
        width: 365px;
    }
}

@media screen and (max-width: 800px) {
    .home-column {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        width: 80%;
    }
}

@media screen and (max-width: 603px) {
    .home-column {
        width: 80%;
    }
}

@media screen and (max-width: 800px) {
    #columnContentMiddle {
        margin-left: 10px;
    }

    #columnLeft {
        display: none;
    }
}

@media screen and (max-width: 605px) {
    #columnContentMiddle {
        margin-left: 0px;
        width: 98%;
    }

    #columnLeft {
        display: none;
    }
}

#footer {
    position: absolute;
    width: 646px;
    height: 16px;
    right: 0;
    bottom: 0;
    left: 172px;
    font-size: 100%;
    font-weight: bold;
    background-color: #243E92;
    border-top: 0px solid #333;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    top: 721px;
}

#footer2 {
    position: absolute;
    width: 642px;
    height: 16px;
    right: 0;
    bottom: 0;
    left: 174px;
    font-size: 83%;
    background-color: #ffffff;
    border-top: 0px solid #333;
    text-align: center;
    top: 739px;
}

.mn-footer-fixed {
    bottom: 0;
    clear: both;
    display: block;
    margin: 15px auto 5px;
    opacity: 0.5;
    position: fixed;
    width: 100%;
    max-width: 960px;
    z-index: 99;
}

.mn-footer-fixed:hover {
    opacity: 0.9;
}

.mn-footer-relative {
    bottom: 0;
    clear: both;
    display: block;
    margin: 60px auto 2px;
    opacity: 1;
    position: relative;
    width: 100%;
    max-width: 960px;
    z-index: 99;
}

.footer-current-group-label {
    font-weight: 700;
}

.section-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-style: normal;
    color: #000000;
    border-bottom: 1px;
    border-bottom-style: solid;
}

.section-header-fancy {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-style: normal;
    color: #000000;
    /*background-image: url('../images/short_gray_gradient.jpg');*/
    background-color: #e5e7e9;
    background-repeat: repeat;
    border-bottom: 1px;
    border-bottom-style: solid;
}

.section-header-blue {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-style: normal;
    color: #0e48ce;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: lightgrey;
    margin-top: 68px;
    margin-right: 4px;
}

.section-header-blue-large {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-style: normal;
    color: #0e48ce;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #7baed4;
    height: 85px;
}

.section-header-blue-fancy {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-style: normal;
    color: #000099;
    background-image: url('../images/short_gray_gradient.jpg');
    background-repeat: repeat;
    border-bottom: 1px;
    border-bottom-style: solid;
}

#imageleft {
    float: left;
    border: 0px;
    margin-right: 25px;
    margin-bottom: 10px;
}

#imageleftActual {
    float: left;

    border: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/*  login page */
.login-container {
    max-width: 500px;
    margin: 40px auto;
}

.registration-container {
    max-width: 400px;
    margin: 40px auto;
}

.page-input input, .page-input select {
    width: 100%;
    max-width: 250px;
}

.registration- .page-input input, .registration-container .page-input select {
    width: 100%;
    max-width: 434px;
}

.long-input {
    width: 56%;
}

@media screen and (max-width: 842px) {
    .long-input {
        width: 96%;
    }
}

@media screen and (max-width: 768px) {
    input[type="text"], textarea, select {
        font-size: 123% !important;
    }

    .touch {
        font-size: 130%;
    }
}

@media screen and (max-width: 603px) {
    input[type="text"], input[type="password"],
    input[type="email"], textarea, select {
        font-size: 133% !important;
    }

    .touch {
        font-size: 133%;
    }

    .page-input input, .page-input select {
        width: 90%;
        max-width: 200px;
    }

    .registration-container .page-input input, .registration-container .page-input select {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .login-container {
        max-width: 340px;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 79%;
    }

    .registration-container {
        max-width: 340px;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 79%;
    }

    .registration-container .page-input input, .registration-container .page-input select,
    .login-container .page-input input, .login-container .page-input select {
        width: 96%;
        max-width: 478px;
    }

    .login-container input.btn {
        width: 100%;
    }

}

@media screen and (max-width: 380px) {
    .login-container {
        max-width: 280px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        width: 96%;
    }

    .registration-container {
        max-width: 280px;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 96%;
    }

    .registration-container .page-input input, .registration-container .page-input select,
    .login-container .page-input input, .login-container .page-input select {
        width: 96%;
        max-width: 478px;
    }

    .login-container input.btn {
        width: 100%;
    }

}

.media-links {
    display: flex;
    position: absolute;
    right: 4px;
    top: -47px;
    background-color: #f7f7f7;
    padding: 2px 8px;
    border: thick solid lightgrey;
    line-height: 1.3;
    font-size: 20px;
}

.media-links div {
    margin-right: 10px;
    margin-left: 10px;
    color: #333333;
}

.home-page-media-links {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: darkgray;
    border: solid thin lightgrey;
    padding: 5px;
}

.home-page-media-links div {
    margin-left: 15px;
}

.home-page-media-links a:hover {
    font-weight: bold;
    text-decoration: none;
}

.home-page-media-links div a span:hover {
    text-decoration: none;
}

.home-page-media-links a {
    color: #938b8b;
}

.media-links div a {
    color: #333333;
}

.login-layer {
    position: absolute;
    top: 27px;
    width: 100%;
    right: 4px;
}

.setup-link {
    position: absolute;
    top: -24px;
    right: 4px;
}

.login-link {
    position: absolute;
    right: 4px;
    top: 25px;
}

.login-welcome {
    position: absolute;
    color: #000099;
    margin-top: 1px;
    right: 4px;
}

#categoryrow {
    display: inline;
    width: 100%;
    top: auto;
}

#columnCategoryRight {
    display: inline;

    width: 240px;
    left: 258px;
    overflow: auto;
    background: white;
    padding-bottom: 1em;
    padding-left: 1em;
    top: 0px;

}

#columnCategoryLeft {
    display: inline;

    width: 250px;
    left: 1px;
    background: white;
    padding-bottom: 1em;
    text-align: justify;
    top: 0px;
}

#indexHeaderRight {
    position: absolute;
    width: 130px;
    top: 48px;
    left: 467px;
    margin: 0px 0px 0px 0px;
    overflow: auto;
    background: white;
    padding-bottom: 1em;
    padding-left: 1em;
    height: 384px;
    border-style: solid;
    border-left-width: thick;
    /*	border-left-color: #FFFF00;    Yellow */
    border-left-color: #C4D3FE; /* Lite Blue */
    border-right-width: thick;
    /* 	border-right-color: #FFFF00;   Yellow */
    border-right-color: #C4D3FE; /* Lite Blue */
    border-top-width: 0px;
    border-bottom-width: 0px;

}

#indexHeaderLeft {
    position: absolute;
    width: 386px;
    top: 4px;
    left: 33px;
    float: left;
    background: white;
    padding-bottom: 1em;
    padding-right: 1em;
    text-align: justify;
    height: 49px;
}

#itemListRight {
    position: absolute;
    width: 400px;
    font-size: 83%;
    top: -2px;
    left: 240px;
    overflow: visible;
    background-color: transparent;
    padding-bottom: 1em;
    padding-left: 1em;
    text-align: right;
    height: 15px;

}

#itemListLeft {
    position: absolute;

    font-size: 116%;
    top: 0px;
    left: 20px;
    float: left;
    background-color: transparent;
    padding-bottom: 1em;
    padding-right: 1em;
    text-align: left;
    height: 30px;
    width: 350px;
}

#itemListMain {
    position: absolute;
    top: 32px;
    left: 19px;
    width: 625px;
    height: 55px;
    z-index: 3;
}

p.firstline:first-line {
    font-weight: bold;
}

p.content {
    font: 12px Arial, Helvetica, sans-serif;
}

p.prodname {
 /*    font: normal "Arial, Helvetica, sans-serif"; */
    text-decoration: underline;
}

.list-of-users td {
    padding-right: 3px;
    padding-left: 3px;
}

.smalllink {
    font: bold 9px Arial, Helvetica, sans-serif;
}

.smalllink a {
    color: #494949;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    display: block;
    padding: 0px 0px 0px 0px;
    width: 145px;
    border-top: 0px solid #EEEEEE;
    border-right: 0px solid #666666;
    border-bottom: 0px solid #666666;
    border-left: 0px solid #EEEEEE;
    background-repeat: no-repeat;
    margin-bottom: 0px;
}

.smalllink a:hover, .smalllink a:active {

    color: #000000;
    background-repeat: no-repeat;
    text-decoration: underline;
}

.subindexbuttons a {
    color: #0000FF;
    text-decoration: none;
    text-align: left;
    font-size: 116%;
    padding: 0px 0px 0px 0px;
    list-style-position: outside;
    list-style-type: disc;
    border-top: 0px solid #EEEEEE;
    border-right: 0px solid #666666;
    border-bottom: 0px solid #666666;
    border-left: 0px solid #EEEEEE;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-repeat: no-repeat;

}

.subindexbuttons a:hover {

    background-repeat: no-repeat;
    text-decoration: underline;
}

.linkblue a {
    color: #0000FF;
    text-decoration: none;
    text-align: left;
    font-size: 100%;
    padding: 0px 0px 0px 0px;
    list-style-position: outside;
    list-style-type: disc;
    border-top: 0px solid #EEEEEE;
    border-right: 0px solid #666666;
    border-bottom: 0px solid #666666;
    border-left: 0px solid #EEEEEE;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-repeat: no-repeat;

}

.linkblue a:hover {

    background-repeat: no-repeat;
    text-decoration: underline;
}

.linkblue-basic a {
    color: #0000FF;
    text-decoration: none;
    font-size: 100%;
    padding: 0px 0px 0px 0px;
}

.linkblue-basic a:hover {
    text-decoration: underline;
}

.linkblack {
    font-size: 91%;
    width: 129px;
    padding: 0px 0px 0px 0px;
    border-top: 0px solid #EEEEEE;
    border-right: 0px solid #666666;
    border-bottom: 0px solid #666666;
    border-left: 0px solid #EEEEEE;
    margin-top: 0px;
    margin-bottom: 0px;
}

.linkblack a {
    color: #333333;
    background-color: #D2EBFF;

    text-decoration: none;
    text-align: center;

    background-repeat: no-repeat;

}

.linkblack a:hover {

    background-repeat: no-repeat;
    text-decoration: underline;
}

.linkblacklarger a {
    color: #333333;
    background-color: #D2EBFF;
    text-decoration: none;
    text-align: center;
    font-size: 116%;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    border-top: 0px solid #EEEEEE;
    border-right: 0px solid #666666;
    border-bottom: 0px solid #666666;
    border-left: 0px solid #EEEEEE;
    margin-top: 0px;
    margin-bottom: 0px;
    background-repeat: no-repeat;

}

.linkblacklarger a:hover {

    background-repeat: no-repeat;
    text-decoration: underline;
}

span.linkblacksp {
    color: #333333;
    text-decoration: none;
    text-align: left;
    font-size: 100%;
    padding: 0px 0px 0px 0px;
    list-style-position: outside;
    list-style-type: disc;
    border-top: 0px solid #EEEEEE;
    border-right: 0px solid #666666;
    border-bottom: 0px solid #666666;
    border-left: 0px solid #EEEEEE;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-repeat: no-repeat;

}

span.linkblacksp:hover {

    background-repeat: no-repeat;
    text-decoration: underline;
}

.linkblackinput input {
    color: #333333;
    text-decoration: none;
    text-align: left;
    font-size: 100%;
    padding: 0px 0px 0px 0px;
    list-style-position: outside;
    list-style-type: disc;
    border-top: 0px solid #EEEEEE;
    border-right: 0px solid #666666;
    border-bottom: 0px solid #666666;
    border-left: 0px solid #EEEEEE;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-repeat: no-repeat;

}

.linkblackinput input:hover {

    background-repeat: no-repeat;
    text-decoration: underline;
}

.textfieldsmall {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 83%;
    color: #333333;
    text-decoration: none;
    text-align: left;
    background-color: #FFFFFF;
    border-color: #000000;
    border-style: none;
}

.textfieldmedium {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #333333;
    text-decoration: none;
    text-align: left;
    background-color: #FFFFFF;
    border-color: #000000;
    border-style: none;
}

.textfieldmedium-blue {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: blue;
    text-decoration: none;
    text-align: left;
    background-color: #FFFFFF;
    border-color: #000000;
    border-style: none;
}

.margin-left-small {
    margin-left: 5px;
}

.margin-left-medium {
    margin-left: 10px;
}

.margin-left-large {
    margin-left: 20px;
}

.margin-right-small {
    margin-right: 5px;
}

.margin-right-medium {
    margin-right: 10px;
}

.margin-right-large {
    margin-right: 20px;
}

.left-side {
    float: left;
    display: inline;
}

.right-side {
    float: right;
}

.image-margin {
    margin: 4px 4px 4px 4px;
}

.image-place {
    margin-bottom: 2px;
    max-width: 270px;
    max-height: 203px;
}

.left-col {
    postion: relative;
    float: left;
    max-width: 325px;
    left: 20px;
}

.text-box-plain {
    position: absolute;
    top: 0px;
}

.first-letter:first-letter {
    font-size: 150%;
}

.text-underline {
    text-decoration: underline;
}
.text-bold {
    font-weight: 600;
}

/* text_nn - where nn = nn px; */
.text_09 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
}

.text_10 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 83%;
}

.text_11 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 91%;
}

.text_12 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

.text_13 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 108%;
}

.text_14 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 116%;
}

.text_15 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 125%;
}

.text_16 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 133%;
}

.textAlignLeft {
    text-align: left;
}

.textAlignRight {
    text-align: right;
}

.activeMenu {
    text-decoration: underline;
}

.show-it {
    display: inline;
}

.hide-it {
    display: none !important;
}

hr.divider-line {
    border-top: 1px solid lightgray;
    margin: 20px auto;
    width: 80%;
}

/* status message */
.error-msg-red, span.error-msg-red {
    color: red !important;
}

.static-error-msg-red {
    color: red !important;
    padding: 3px;
}

.touch .static-error-msg-red {
    position: absolute;
    top: -31px;
}

.success-msg {
    color: green !important;
}

.success-msg > i:before {
    margin-left: 5px;
    margin-right: 5px;
    content: "\f00c"; /* check mark */
}

.error-msg-red > i:before {
    margin-left: 5px;
    margin-right: 5px;
    content: "\f071"; /* exclamation mark */
}

.error-box {
    margin-left: auto; 
    margin-right: auto; 
    width: 275px; 
    border: solid thin blue; 
    text-align: center; 
    padding: 15px; 
    font-size: 14px;
    margin-top: 20px;
}

.text-gray {
    color: gray;
}

/* preview panel layers  */
.html-container {
    max-width: 100%;
    border-style: none;
    border-width: thin;
    height: 850px;
    background-color: #e7e7e7;
    z-index: 100;
    overflow-y: scroll;
    overflow-x: hidden;
}

.html-page {
    min-height: 825px;
    margin-top: 25px;
    margin-left: 50px;
    margin-right: 50px;
    background-color: #FFFFFF;
    z-index: 200;
}

.html-data {
    margin-top: 30px;
    margin-left: 50px;
    margin-right: 50px;
    background-color: #FFFFFF;
    z-index: 300;
}

#image_container {
    float: right;
    border-style: solid;
    border-width: thin;
    position: absolute;
    left: 384px;
    top: 75px;
}

.image-description {
    font-size: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 2px;
    text-align: center
}

.blacklink a:link {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.blacklink a:visited {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.blacklink a:hover {

    text-decoration: underline;
    font-weight: normal;
}

.text-link a {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

.text-link a:link {
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    display: block;
    padding: 0px 0px 0px 0px;
    border-top: 0px solid #EEEEEE;
    border-right: 0px solid #666666;
    border-bottom: 0px solid #666666;
    border-left: 0px solid #EEEEEE;
    background-repeat: no-repeat;
    margin-bottom: 0px;
}

.text-link a:hover, .text-link a:active {

    color: #000000;
    background-color: #D8D8D8;
    text-decoration: underline;
}

.text-link-bg a {
    font-family:Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #F5F5F5;
}

.text-link-bg a:link {
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    padding: 0px 0px 0px 0px;
    border-top: 0px solid #EEEEEE;
    border-right: 0px solid #666666;
    border-bottom: 0px solid #666666;
    border-left: 0px solid #EEEEEE;
    background-repeat: no-repeat;
    margin-bottom: 0px;
}

.text-link-bg a:hover, .text-link-bg a:active {
    color: #000000;
    background-color: #D8D8D8;
    text-decoration: underline;
}

.text-link-nobg a {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

.text-link-nobg a:link {
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    padding: 0px 0px 0px 0px;
    border-top: 0px solid #EEEEEE;
    border-right: 0px solid #666666;
    border-bottom: 0px solid #666666;
    border-left: 0px solid #EEEEEE;
    background-repeat: no-repeat;
    margin-bottom: 0px;
}

.text-link-nobg a:hover, .text-link-nobg a:active {
    color: #000000;
    background-color: #EFEFEF;
    text-decoration: none;
}

.text-link-bg-blue a {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #F2F7FF;
}

.text-link-bg-blue a:link {
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    display: block;
    padding: 0px 0px 0px 0px;
    border-top: 0px solid #EEEEEE;
    border-right: 0px solid #666666;
    border-bottom: 0px solid #666666;
    border-left: 0px solid #EEEEEE;
    background-repeat: no-repeat;
    margin-bottom: 0px;
}

.text-link-bg-blue a:hover, .text-link-bg-blue a:active {
    color: #000000;
    background-color: #E1ECFF;
    text-decoration: underline;
}

.text-link-bg-yellow a {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #F9EDBE;
}

.text-link-bg-yellow a:link {
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    display: block;
    padding: 0px 0px 0px 0px;
    border-top: 0px solid #EEEEEE;
    border-right: 0px solid #666666;
    border-bottom: 0px solid #666666;
    border-left: 0px solid #EEEEEE;
    background-repeat: no-repeat;
    margin-bottom: 0px;
}

.text-link-bg-yellow a:hover, .text-link-bg-yellow a:active {
    color: #000000;
    background-color: #F5DF8D;
    text-decoration: underline;
}

.text-bg-none {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 1px 5px 2px;
}

.text-bg-none:hover {
    text-decoration: underline;
    cursor: pointer;
}

.text-bg-no-hover {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #F5F5F5;
    text-decoration: none;
    text-align: left;
}

.text-bg {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #F5F5F5;
    text-decoration: none;
    text-align: left;
    padding: 1px 5px 2px;
}

.text-bg:hover {
    color: #000000;
    background-color: #D8D8D8;
    text-decoration: none;
    cursor: pointer;
}

.text-bg:active {
    text-decoration: none;
}

.text-bg-blue {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #E8EFFF;
    text-decoration: none;
    text-align: left;
}

.text-bg-blue a {
    color: #000000;
}

.text-bg-blue:hover {
    color: #000000;
    background-color: #DAEFFE;
    text-decoration: underline;
    cursor: pointer;
}

.text-bg-blue a:hover {
    color: #000000;
}

.text-bg-blue:active {
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: none;
}

.text-bg-yellow {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #F9EDBE;
    text-decoration: none;
    text-align: left;
}

.text-bg-yellow:hover {
    color: #000000;
    background-color: #F5DF8D;
    text-decoration: underline;
    cursor: pointer;
}

.linkblack-gray {
    font-size: 91%;
    padding: 0px 0px 0px 0px;
    border-top: 0px solid #EEEEEE;
    border-right: 0px solid #666666;
    border-bottom: 0px solid #666666;
    border-left: 0px solid #EEEEEE;
    margin-top: 0px;
    margin-bottom: 0px;
}

.linkblack-gray a {
    color: #333333;

    text-decoration: none;
    text-align: center;

    background-repeat: no-repeat;

}

.linkblack-gray a:hover {

    background-color: #F3F3F3;
    background-repeat: no-repeat;
    text-decoration: underline;
}

.mobile-text-link {
    color: #0080C0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #EBEDF1;
    font-weight: 600;
    text-decoration: none;
}

.mobile-text-link:focus {
    text-decoration: underline;
    background-color: #D8D8D8;
}

.mobile-text-link:link {
    color: #0080C0;
    background-color: #EBEDF1;
    text-decoration: none;
}

.text-link:visited {
    color: #0080C0;
    background-color: #EBEDF1;
    text-decoration: none;
}

.mobile-text-link:hover {
    text-decoration: underline;
    background-color: #D8D8D8;
}

.mobile-text-link:active {
    text-decoration: underline;
    background-color: #D8D8D8;
}

.text-button {
    width: 25px;
}

.tab-item {
}

label.label-top {
    display: block;
    font-size: 16px;
    font-weight: 100;
    text-decoration: underline;
    margin-top: 5px;
    margin-bottom: 1px;
    color: gray;

}

label.label-left {
    display: inline-block;
    font-weight: 100;
    text-decoration: underline;
    margin-right: 3px;
    color: gray;
}

/*  navigation buttons */
.navigation-section {
    display: inline-block;
    position: absolute;
    right: 1px;
    bottom: 0px;
}

.navigation-section-button-container {
    display: inline-block;
    margin-left: 10px;
}

.btn.navigation-section-button {
    text-align: center;
    height: 25px;
    padding: 4px 12px;
    opacity: 0.8;
}

#columnLeft .tree {
    height: 240px;
    margin-left: 0px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    overflow-y: scroll;
}

.tree ul {
    list-style-type: none;
}

.tree li {
    list-style-type: none;
}

.tree-label {
    display: inline-block;
}

.tree .fa-file-o:hover:before {
    content: '\f15b';
}

.tree .fa-folder-open-o:hover:before {
    content: '\f07c';
}

.tree .fa-trash-o:hover:before {
    content: '\f1f8';
}

.tree .fa-share-alt:hover:before {
    content: '\f1e1';
}

em-small {
    font-style: italic;
    font-size: 10px;
}

.image-width {
    width: 100%;
}

.image-preview {
    max-width: 100%;
}

.image-repeat {
    background-repeat: repeat-y;
}

.image-no-repeat {
    background-repeat: no-repeat;
}

td.border-bottom-style, th.border-bottom-style {
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #CCC;
}

#desc1_container {
    display: block;
}

#desc2_container {
    display: none;
}

#desc3_container {
    display: none;
}

.input-area {
}

.input-area-noborder {
    border-style: none;
}

.input-area-locked {
    background-color: #F5F5F5;
}

.input-area-unlocked {
    background-color: white;
}

.gradient-header-gray {
    background-image: url('../images/short_gray_gradient.jpg') !important;
    background-repeat: repeat !important;
}


/* main group page */

#description-container {
    position: relative;
    float: left;
    margin-top: 109px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

.description-header-container {
    display: flex;
    justify-content: space-between; 
    margin-bottom: 10p
}

.description-width { /* default width */
    width: 99%;
}

@media screen and (max-width: 603px) {
    .description-width {
        width: 100%;
    }
}

.description-text {
    margin-left: 20px;
}

.description-text-collapse {
    height: 222px;
}

.description-text-normal {
    min-height: 170px;
}

.description-more {
    display: block;
    position: absolute;
    right: 3px;
    bottom: 0px;
    z-index: 99;
}

#description-right {
    float: right;
    width: 27%;
    margin-top: 10px;
    margin-right: 5px;
}

.request-to-join {
    position: absolute;
    top: 7px;
    right: 7px;
}

.request-to-join-empty {
    position: relative;
}

.request-to-join:hover, .request-to-join-empty:hover {
    text-decoration: underline;
    cursor: pointer;
}

#imagetext {
    text-transform:  uppercase;
}

@media screen and (max-width: 603px) {
    #description-right {
        display: none;
    }
}

.input-width {
    width: 90%;
    margin-left: 3%;
}

.expand-box-image {
    /* width: 15px; */
}

@media screen and (max-width: 603px) {
    .expand-box-image {
       /*  width: 22px;  */
    }
}

/*  my list box */
.my-list-box {
    border-style: solid;
    border-width: thin;
    border-color: gray;
    height: 77%;
    overflow-y: hidden;
}

.my-list-box-slider {
    position: relative;
    top: 0px;
}

.my-list-box-line {
    display: block;
    position: relative;
    width: 100%;
    height: 20px;

}

.my-list-box-header {
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: gray;
}

.my-list-box-item {
    background-color: white;
    color: black;
    width: 100%;
}

.my-list-box-item:not(.my-list-box-item-selected):hover { /* :not not working*/
    background-color: LightGray;
}

.my-list-box-item span {
    cursor: pointer;
}

.my-list-box-button-container:hover {
    background-color: #F4F4F4;
    cursor: pointer;
}

.my-list-box-item-selected {
    background-color: #ffeda6;
}

.my-list-box-button-container {
    float: right;
}

.my-list-box-footer {
    margin-bottom: 5px;
}

.my-list-box-button {
    padding: 6px 9px;
    width: 42px;
}

.my-list-box-next {
    float: right;
}

.my-list-box-prev {
    float: left;
}

/* end my list box */

#calendar-colors {
    margin-left: 16px;
    display: block;
    margin-bottom: 22px;
    margin-top: -6px;
}

.event-color-boxes-container {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
}

.event-color-box {
    margin: 5px 10px 1px 3px;
    width: 130px;
    height: 80px;
}

@media screen and (max-width: 603px) {
    #calendar-colors {
        margin-bottom: 0;
    }

    .event-color-boxes-container {
        flex-direction: column;
    }

    .event-color-box-colors {
        margin-top: 30px !important;
    }

    .event-color-box {
        margin-top: 9px;
        margin-bottom: 9px;
    }
}

.event-list-line {
}

/* used on profile screen  */
span > br {
    display: none;
}

@media screen and (max-width: 650px) {
    span > br {
        display: block;
    }
}

#random-image {
    height: 34px;
}

#refresh-random-image {
    vertical-align: middle;
}

#refresh-random-image:hover {
    cursor: pointer;
}

/* hamburger buttton */
.ham-btn-container {
    border-style: solid;
    border-width: thin;
    border-radius: 4px;
    padding: 2px 4px;
}

.ham-btn div {
    position: absolute;
    left: 100%;
    top: 64%;
    padding-right: 8px;
    margin-top: -0.50em;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
}

.ham-btn span {
    display: block;
    width: 100%;
    height: 3px;
    margin: 4px 0;
    background: #666;
    z-index: 99;
}

.ham-btn:hover {
    background: #ccc;
}

/* ajax loading, spinner styles  */
#ajax-loading {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 99998;
}

#ajax-loading .spinner {
    position: fixed;
    z-index: 99999;
    max-width: 34px;
    top: 50%;
    left: 50%;
    transform: translate(-94%, -46%);
}

#ajax-loading .spinner-img {
    width: 60px;
    height: 60px;
}

.ua-safari #ajax-loading .spinner {
    position: fixed;
    z-index: 99999;
    max-width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-94%, -46%);
}

.component-setup {
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: lightGray;
}

.span-float {
    float: left;
    height: 23px;
}

.span-clear {
    clear: both;
}

.newly-registered-message {
    border: solid thin red;
    background-color: white;
    padding: 10px;
    margin-right: 4px;
}

/* span as button */
span.span-button {
    font-weight: bold;
}

/* generic border */
.box-border {
    border: solid thin lightGray;
}

/* close X */
.close-x {
    float: right;
    margin-top: -4px;
    color: #428bca;
}

.close-x:hover {
    opacity: 0.5;
    cursor: pointer;
}

/*expand-icon*/
.expand-icon {
    float: right;
    margin-top: -4px;
    color: #428bca;
}

.expand-icon:hover {
    opacity: 0.5;
    cursor: pointer;
}

.touch .expand-icon:hover {
    opacity: 1.0;
}

.touch .expand-icon:active {
    opacity: 1.0;
}

/*   Member lists */
#memberList, #unansweredInviteList, #unactivatedJoinRequestList {
    height: auto;
}

#unactivatedJoinRequestListGroup {
    position: relative;
    float: right;
    font-size: 14px;
    max-width: 365px;
    max-height: 94px;
    top: -33px;
}

#unactivatedJoinRequestListGroup .data-list {
    margin: 10px 5px 5px 5px;
}

#unactivatedJoinRequestListGroup .list-of-items-list {
    height: auto;
    max-height: 110px;
    overflow-y: scroll;
}

@media screen and (max-width: 603px) {
    #unactivatedJoinRequestListGroup {
        top: -42px;
        max-width: 315px;
    }

    #unactivatedJoinRequestListGroup .list-of-items-list {
        max-height: 70px;
    }

    #unactivatedJoinRequestListGroup .member-name {
        display: none;
    }
}

/*  doc page classes */
.doc-float-cell {
    width: 105px;
}

.fb-like-header {
    margin-top: 23px;
    margin-bottom: 3px;
}

/* a vertical line */
.vertical-line:after {
    content: " ";
    display: block;
    border-bottom: 1px solid lightgrey;
    margin-top: 6px;
    margin-bottom: 3px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

/* popup text box containers
    - added in php file as a placeholder for popupBoxClass.js component
 */

.group-page-popup-box {  /* main group page */
    position: absolute;
    top: 70px;
    left: 70px;
    width: 70%;
}

.grouplist-page-popup-box {  /* group list page */
    position: absolute;
    top: 70px;
    left: 70px;
    width: 70%;
}