
:root {
    --page-pad: 0px;
    --nav-offset: 56px; /* set this to your real navbar height */
    --footer-offset: 70px;
}

#page-container,
#mainBackground,
#content_holder {
    width: 100% !important;
    max-width: 100% !important;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f8f9fa;

    padding: var(--page-pad);
    padding-top: var(--nav-offset);
    padding-bottom: var(--footer-offset);
}

/* ≥576px */
@media (min-width: 576px) {
    :root {
        --page-pad: 16px;
        --nav-offset: 66px;
        --footer-offset: 70px;
    }
}

/* ≥768px */
@media (min-width: 768px) {
    :root {
        --page-pad: 20px;
        --nav-offset: 75px;
    }
}

/* ≥992px */
@media (min-width: 992px) {
    :root {
        --page-pad: 24px;
        --nav-offset: 70px;
    }
}


@media (max-width: 768px) {
    .report-card {
        flex: 1 1 100%;
    }
}

@media (max-width: 560px) {
    .ar-search-wrap .btn {
        width: 100%;
        padding: 10px 12px;
        font-size: 16px;
        letter-spacing: 0.5px;
    }
}

td {
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    font-family: Arial, verdana, tahoma, sans-serif;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.report-container {
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.report-container td {
    /*color: #ffffff;*/
}

.report-container ul {
    display: inline-block;
    text-align: left; /* maintain readable list formatting */
}

.report-header {
    width: 100%;
    margin-bottom: 15px;
}

.report-card {
    flex: 1 1 calc(50% - 20px);
    background-color: #E8F1F9;
    border: 1px solid #98B2C9;
    border-radius: 5px;
    padding: 15px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    min-width: 300px;
}

.report-card:hover {
    background-color: #ffffff;
}

.report-card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.report-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.report-icon {
    width: 60px;
    margin-right: 15px;
    flex-shrink: 0;
}

.report-icon img {
    max-width: 100%;
    height: auto;
}

.report-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #336699;
}

.report-description {
    margin-top: 10px;
}

h4 {
    color: #336699;
    margin-bottom: 10px;
}


/*end trev testing*/

.separator {
    color: #070707;
    font-weight: bold;
    margin: 0 5px;
}

.profileDiv {
    width: 90%;
    overflow: hidden;
}

#capture_profile label {
    margin-bottom: 0;
}

#capture_profile input {
    margin-bottom: 1%;
}

.jumbotron {
    background-color: #fff4eb;
}

.topbox-tble {
    border-collapse: separate;
}

.myCollapse {
    display: none;
}

.myCollapse.in {
    display: block;
}

.zeroPadding {
    padding: 0 !important;
}

img.stpbanner {
    border: 4px solid #1c686d;
}

.stpButton {
    text-align: center;
    font-size: larger;
}

.btn24 {
    margin-bottom: 0;
    margin-top: 3%;
}

.btn48 {
    margin-bottom: 0;
    margin-top: 3%;
}

.btn24:hover {
    background-color: #9A9CA0;
}

.btn48:hover {
    background-color: #4272a0;
}

#admin-bg {
    background-image: url('/images/admin-bg.jpg');
    margin-top: 20px;
}

.custom-select {
    width: auto;
}

.aff-tools-title {
    padding: 6px;
    text-align: left;
    font-family: "Lucida Grande", "Lucida Sans Unicode", lucida sans, helvetica, arial, verdana, sans-serif;
    background-color: #E0F7F8;
    border-bottom: 2px solid #fff;
}

.aff-tools-title a:link {
    padding: 6px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", lucida sans, helvetica, arial, verdana, sans-serif;
    text-decoration: none;
    color: #000;
}

.aff-tools-title a:visited {
    padding: 6px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", lucida sans, helvetica, arial, verdana, sans-serif;
    text-decoration: none;
    color: #000;
}

.aff-tools-title a:hover {
    padding: 6px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", lucida sans, helvetica, arial, verdana, sans-serif;
    text-decoration: none;
    color: #0000ff;
}

.small {
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    font-family: Arial, verdana, tahoma, sans-serif;
}

.photo-bg {
    margin: 10px;
}

.profileTxt {
    font-weight: normal;
    font-size: 14px;
    color: #043673;
    font-family: Arial, verdana, tahoma, sans-serif;
    /*margin: 20px;*/
    margin-top: 1.5%;
    background-color: #F6F6F6;
}

h1, h2, h3, h4 {
    text-align: center;
    color: #1c686d;
    /*font-size: 5vw;*/
}

h1 {
    letter-spacing: -1px;
    /*text-transform: capitalize;*/
}

h3 {
    /*line-height: 27px;*/
    /*margin: 0;*/
    /*color: #000000;*/
}

.alert {

    padding: 10px;
    font-family: Arial, sans-serif;
    /*background-color: #F2FCFF;*/
    font-size: 12pt;
    /*color: #cc0000;*/
    text-align: center;
    margin: 10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a:link {
    font-weight: normal;
    font-size: 14px;
    /*color: #ffc107;*/
    font-family: Arial, verdana, tahoma, sans-serif;
    text-decoration: underline;
}

a:visited {
    font-weight: normal;
    font-size: 14px;
    /*color: #ffc107;*/
    font-family: Arial, verdana, tahoma, sans-serif;
    text-decoration: underline;
}

a:hover {
    font-weight: normal;
    font-size: 14px;
    /*color: #fff7da;*/
    font-family: Arial, verdana, tahoma, sans-serif;
    text-decoration: none;
}

.topbox {
    width: 160px;
    height: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: #B3B3B3 2px 2px 2px;
    -moz-box-shadow: #B3B3B3 2px 2px 2px;
    border: 2px solid #000;
}

.topbox-small {
    width: 90px;
    height: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: #B3B3B3 2px 2px 2px;
    -moz-box-shadow: #B3B3B3 2px 2px 2px;
    border: 2px solid #000;
}

a.topl {
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #0051A9;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

a.topl:visited {
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #0051A9;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

a.topl:hover {
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.overflow {
    text-align: left;
    width: 90%;
    border: none;
    margin: 20px;
    overflow: auto;
    height: 150px;
    scrollbar-face-color: #ccc;
    scrollbar-shadow-color: #fff;
    scrollbar-highlight-color: #fff;
    scrollbar-3dlight-color: #fff;
    scrollbar-darkshadow-color: #fff;
    scrollbar-track-color: #f7f7f7;
    scrollbar-arrow-color: #ffffff;
}

fieldset {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ccc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ccc;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    border-bottom-width: 4px;
    margin: 0 0 20px 0;
}

legend {
    width: 360px;
    padding: 3px 8px;
    border: 1px solid #ccc;
    background-color: #A9C5E7;
    margin: 0 0 10px 10px;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 17px;
}

img {
    border: none;
}

.textarea_bg {
    background: url('/images/input.jpg') no-repeat;
    width: 364px;
    margin-left: 50px;
    height: 53px;
    border: 0;
}

.searchgo {
    background: url('/images/search-go.jpg') no-repeat;
    width: 200px;
    height: 37px;
    border: 0;
}

.ebook-searchgo {
    background: url('/images/ebook-search-go.jpg') no-repeat;
    width: 200px;
    height: 37px;
    border: 0;
}

.keyword {
    background: url('/images/search-keyword.jpg') no-repeat;
    width: 340px;
    height: 35px;
    padding-left: 15px;
    *padding-top: 10px;
    border: 0;
    float: left;
}

.ebook-keyword {
    background: url('/images/ebook-keyword.jpg') no-repeat;
    width: 340px;
    height: 35px;
    padding-left: 15px;
    *padding-top: 10px;
    border: 0;
    float: left;
}

.titletraining {
    background: url('/images/search-title.jpg') no-repeat;
    width: 340px;
    height: 35px;
    padding-left: 15px;
    *padding-top: 10px;
    border: 0;
}

.ebook-titletraining {
    background: url('/images/ebook-title.jpg') no-repeat;
    width: 340px;
    height: 35px;
    padding-left: 15px;
    *padding-top: 10px;
    border: 0;
}

.input1 {
    font-family: tahoma, verdana, arial, sans-serif;
    font-size: 13px;
    color: #1D558E;
    padding-left: 15px;
    border: 0;
    background: none;
}

.videosearch {
    background: url('/images/video-search-bg.gif') no-repeat;
    width: 368px;
    height: 56px;
    padding: 6px 10px 2px 10px;
    border: 0;
}

.copyright {
    font-family: Arial, verdana, tahoma, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-transform: none;
    color: #ffffff;
}

hr {
    border: 1px dotted #B2AEAA;
    height: 1px;
}

.heading {
    font-family: Arial, verdana, tahoma, sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-transform: none;
    color: #3268B0;
}

.heading2 {
    font-family: Arial, verdana, tahoma, sans-serif;
    /*font-weight: bold;*/
    font-size: 16px;
    /*padding-bottom: 10px;*/
    text-transform: none;
    color: #393939;
}

.heading3 {
    font-family: Arial, verdana, tahoma, sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    text-transform: none;
    color: #3268B0;
}

.heading4 {
    font-family: Arial, verdana, tahoma, sans-serif;
    font-weight: bold;
    font-size: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: none;
    color: #2E447D;
}

.note {
    font-family: verdana, tahoma, Arial, sans-serif;
    margin-top: 10px;
    padding: 10px;
    text-transform: none;
    color: #2E447D;
    background-color: #FFFFF0;
    border: 1px dotted #000000;
}

.top_note {
    font-family: verdana, tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    text-transform: none;
    color: #2E447D;
    background-color: #FFFFF0;
    border: 2px dashed #FF6600;
}

.smallLink {
    font-family: verdana, serif;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}

.smallLink a {
    font-family: verdana, serif;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    line-height: 15px;
}

.smallLink a:visited {
    font-family: verdana, serif;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    line-height: 15px;
}

.smallLink a:hover {
    font-family: verdana, serif;
    font-size: 11px;
    color: #FDDC3A;
    text-decoration: none;
}

.rlink a:link {
    font-family: verdana, serif;
    font-size: 11px;
    color: #0000FF;
    text-decoration: underline;
    font-weight: bold;
}

.rlink a:visited {
    font-family: verdana, serif;
    font-size: 11px;
    color: #0000ff;
    text-decoration: underline;
    font-weight: bold;
}

.rlink a:hover {
    font-family: verdana, serif;
    font-size: 11px;
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
}

.selectbar {
    padding-left: 10px;
    margin-left: 7px;
    margin-top: 1px;
    font-size: 15px;
    color: #a5a5a5;
    background: #343a40;
    width: 168px;
    font-weight: bold;
    border-top: 1px solid #ffffff;
}

.bgoption {
    background-color: rgba(0, 0, 0, 0.27);
    font-weight: normal;
}

.txtbox {
    background: #F8F8F8;
    border: 1px solid #B3BBCF;
    height: 25px;
    padding: 5px;
    font-family: Arial, verdana, tahoma, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #3D5E8F;
}

.txtbox2 {
    background: #00BAFF;
    border: 0 solid #B3BBCF;
    height: 20px;
    padding: 2px;
    font-family: Arial, verdana, tahoma, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
}

.copy_button {
    background: #002F5E;
    border: 0 solid #B3BBCF;
    height: 20px;
    font-family: Arial, verdana, tahoma, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
}

#bottom {
    font-size: 11px;
    font-family: Arial, verdana, tahoma, sans-serif;
    color: #ffffff;
}

#bottom li {
    list-style: none;
    margin: 0;
    text-align: left;
}

#bottom li a {
    font-size: 11px;
    font-family: Arial, verdana, tahoma, sans-serif;
    color: #ffffff;
    text-decoration: underline;
}

#bottom li a:hover {
    border-color: #FE3;
    color: #FFF;
    text-decoration: none;
}

/*top navigation*/
#MainMenu {
    height: 34px;
    background: #FFF url('/images/nav_bg_new.jpg');
    border: 0;
    margin: 0;
}

#top {
    top: 0;
    height: 0;
    background: repeat-x top;
    margin: 0;
}

#top ul {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}

#top li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

#top a {
    background: url('/images/nav_over2_new.jpg') no-repeat right top;
    text-decoration: none;
    border: 0;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

#top a span {
    display: block;
    /*background:url('
/images /nav_left2.gif') no-repeat left top;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 34px;
    padding: 0 15px;
}

#top a:hover, #top li.item_active a {
    background-position: right bottom;
    border-color: #FF9300;
}

#top a:hover span, #top li.item_active a span {
    background-position: left bottom;
    color: #000000;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
}

/*top navigation End*/

#navlist {
    margin-left: 0;
    text-align: left;
    padding: 3px 0 3px 3px;
}

#navlist li {
    list-style: none;
    margin: 0;
    display: inline;
}

#navlist li a {
    padding: 5px 0.61em;
    font: bold 12px Arial, sans-serif;
    border-right: 1px solid #0CA0B4;
    border-bottom: none;
    background: #C6F0FA;
    text-decoration: none;
}

#navlist li a:link {
    color: #0559BC;
}

#navlist li a:visited {
    color: #0559BC;
}

#navlist li a:hover {
    color: #0559BC;
    background: #fff;
    border-color: #227;
}

.suckerdiv {
    border: 1px solid #000;
    background: #336666;
    width: 186px;
    margin: 0;
    padding: 0;
}

.suckerdiv ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 186px; /* Width of Menu Items */
}

.suckerdiv ul li {
    position: relative;
    background: #366;
    border-bottom: 1px solid #6CC;
}

/*Sub level menu items */
.suckerdiv ul li ul {
    background: #336666;
    border-bottom: 1px solid #66CCCC;
    position: absolute;
    width: 210px; /*sub menu width*/
    top: 0;
    visibility: hidden;
}

.suckerdiv ul li ul li ul {
    background: #336666;
    border-bottom: 1px solid #66CCCC;
    position: absolute;
    width: 210px; /*sub menu width*/
    top: 0;
    visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a {
    display: block;
    overflow: auto; /*force hasLayout in IE7 */
    font-family: "Lucida Grande", "Lucida Sans Unicode", lucida sans, helvetica, arial, verdana, sans-serif;
    font-size: 90%;
    color: #fff;
    text-decoration: none;
    padding: 4px 8px;
    border-bottom: 0;
}

.suckerdiv ul li a:visited {
    color: #fff;
    font-family: "Lucida Grande", "Lucida Sans Unicode", lucida sans, helvetica, arial, verdana, sans-serif;
    font-size: 90%;
    text-decoration: none;
}

.suckerdiv ul li a:hover {
    background: #66CCCC;
    color: black;
    font-family: "Lucida Grande", "Lucida Sans Unicode", lucida sans, helvetica, arial, verdana, sans-serif;
    font-size: 90%;
}

.suckerdiv .subfolderstyle {
    background: url('/images/arrow-list.gif') no-repeat center right;
}

.suckerdiv .subfolderstyle2 {
    background: #fff;
    border-bottom: 1px solid #fff;
}

#welcome-message {
    font-family: "Lucida Grande", "Lucida Sans Unicode", lucida sans, helvetica, arial, verdana, sans-serif;
    font-size: 130%;
    text-align: center;
    font-weight: bold;
}

.mainTop {
    text-align: center;
    color: #0070C0;
    padding: 10px 0 10px 0;
    border: 2px solid #83ABC6;
}

.mainTop a:link {
    font-family: arial, verdana, sans-serif;
    font-size: 100%;
    color: #0070C0;
    text-decoration: none;
    font-weight: bold;
}

.mainTop a:visited {
    font-family: arial, verdana, sans-serif;
    font-size: 100%;
    color: #0070C0;
    text-decoration: none;
    font-weight: bold;
}

.mainTop a:hover {
    font-family: arial, verdana, sans-serif;
    font-size: 100%;
    color: #0070C0;
    text-decoration: underline;
    font-weight: bold;
}

.mainTop img {
    position: relative;
    top: 5px;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li {
    float: left;
    height: 1%;
}

* html .suckerdiv ul li a {
    height: 1%;
}

/* End */

/* Keep existing look but make buttons usable */
.ar-search-wrap .btn {
    display: inline-block;
    padding: 6px 12px; /* bigger hit area */
    line-height: 1.2;
    border: 1px solid #070707; /* consistent border */
    background-color: #8aa9c3;
    cursor: pointer;
    box-sizing: border-box;
}

.ar-search-wrap .btn:hover {
    filter: brightness(1.05);
}

.ar-search-wrap .btn:focus {
    outline: 2px solid rgba(24, 66, 107, .35);
    outline-offset: 2px;
}

.ar-field input.istyle,
.ar-field select.istyle {
    width: 100%;
    box-sizing: border-box;
}

.istyle {
    font: 13px verdana, arial, tahoma, sans-serif;
    border: 1px solid #9BB2C9;
    color: #18426B;
    margin: 0;
    background: #E8F1F9;
    padding: 1px 2px 2px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.styled {
    font-size: 13px;
    font-family: verdana, arial, tahoma, sans-serif;
    border: 1px solid #9BB2C9;
    color: #18426B;
    MARGIN: 0;
    background: #E8F1F9;
    PADDING-BOTTOM: 2px;
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 2px;
    PADDING-TOP: 1px;
}

.istyle_select {
    font-size: 13px;
    font-family: verdana, arial, tahoma, sans-serif;
    border: 1px solid #9BB2C9;
    color: #18426B;
    MARGIN: 0;
    background: #E8F1F9;
    PADDING-BOTTOM: 2px;
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 2px;
    PADDING-TOP: 3px;
}

.istyle1 {
    font-size: 20px;
    font-family: verdana, arial, tahoma, sans-serif;
    border-bottom: #b7b7b7 1px solid;
    border-left: #b7b7b7 1px solid;
    border-right: #b7b7b7 1px solid;
    border-top: #b7b7b7 1px solid;
    color: gray;
    margin: 0;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px
}

.whiteheading {
    font-size: 16px;
    font-family: Trebuchet MS, verdana, arial, tahoma, sans-serif;
    padding-left: 30px;
    font-weight: bold;
    color: white;
}

.blackheading {
    font-size: 18px;
    font-family: Trebuchet MS, verdana, arial, tahoma, sans-serif;
    padding-left: 5px;
    font-weight: bold;
    color: black;
}

.autolink {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 218px;
}

.autolink li a {
    color: #000;
    margin-left: 10px;
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 5px 5px 5px 15px;
    text-decoration: none;
    background: url('/images/errow2.gif');
    background-repeat: no-repeat;
    font-weight: normal;
    background-position: -0.01px;
}

.autolink li a:visited {
    color: #000;
    display: block;
    margin-left: 10px;
    width: 100%;
    font-size: 12px;
    padding: 5px 5px 5px 15px;
    text-decoration: none;
    background: url('/images/errow2.gif');
    background-repeat: no-repeat;
    background-position: -0.01px;
    font-weight: normal;
}

.autolink li a:hover, .autolink li a:active {
    color: #990000;
    font-weight: normal;
    text-decoration: underline;
    font-size: 12px;
}

.listing {
    list-style-type: none;
    margin: 10px 5px 5px 20px;
    padding: 0;
    width: 210px;
}

.listing li a {
    color: #000;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 0 20px;
    text-decoration: none;
    background: url('/images/errow2.gif');
    background-repeat: no-repeat;
    font-weight: normal;
    padding-top: 3px;
    background-position: -0.01em;
    height: 21px;
}

.listing li a:visited {
    color: #000;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 0 20px;
    text-decoration: none;
    background: url('/images/errow2.gif');
    background-repeat: no-repeat;
    font-weight: normal;
    padding-top: 3px;
    background-position: -0.01em;
    height: 21px;
}

.listing li a:hover, .listing li a:active {
    color: #990000;
    font-weight: normal;
    text-decoration: underline;
    font-size: 14px;
}

.submitstyle1 {
    FONT-SIZE: 16px;
    FONT-FAMILY: verdana, arial, tahoma, sans-serif;
    FONT-WEIGHT: bold;
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #ffffff 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #ffffff 1px solid;
    COLOR: #000000;
    MARGIN: 0;
    PADDING-BOTTOM: 2px;
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 2px;
    PADDING-TOP: 2px
}

.btn {
    border: outset 1px #070707;
    letter-spacing: 1px;
    /*font-size: 12px;*/
    padding: 1px 2px;
    background-color: #8aa9c3;
}

.btn1 {
    cursor: pointer;
    border: outset 1px #FFFFFF;
    color: #ffffff;
    /*height: 28px;*/
    letter-spacing: 1px;
    font-family: arial, tahoma, sans-serif;
    /*font-size: 12px;*/
    font-weight: bold;
    /*background-color: darkred;*/
    background: url('/images/button_bg1.jpg') repeat-x left top;
}

a.btnLink {
    text-decoration: none;
    cursor: pointer;
    border: outset 1px #FFFFFF;
    color: #ffffff;
    height: 31px;
    letter-spacing: 1px;
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 4px;
    margin-left: 1px;
    background: url('/images/nav_bg.jpg') repeat-x left top;
}

a:visited.btnLink {
    text-decoration: none;
    cursor: pointer;
    border: outset 1px #FFFFFF;
    color: #ffffff;
    height: 31px;
    letter-spacing: 1px;
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 4px;
    margin-left: 1px;
    background: url('/images/nav_bg.jpg') repeat-x left top;
}

a:hover.btnLink {
    text-decoration: none;
    cursor: pointer;
    border: outset 1px #FFFFFF;
    color: #ffffff;
    height: 31px;
    letter-spacing: 1px;
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 4px;
    margin-left: 1px;
    background: url('/images/button_bg.jpg') repeat-x left top;
}

.admin-top {
    float: left;
}

.admin-top a:link {
    font-family: tahoma, arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #cc0000;
    padding: 4px 0 4px 10px;
    margin: 0;
    display: block;
    text-decoration: none;
    border-left: 2px solid #cc0000;
}

.admin-top a:visited {
    font-family: tahoma, arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #cc0000;
    padding: 4px 0 4px 10px;
    margin: 0;
    display: block;
    text-decoration: none;
    border-left: 2px solid #cc0000;
}

.admin-top a:hover {
    font-family: tahoma, arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #cc0000;
    padding: 4px 0 4px 10px;
    margin: 0;
    display: block;
    text-decoration: none;
    border-left: 2px solid #ffffff;
}

.calendarImg {
    background: url('/images/calendar.gif') no-repeat right center;
    text-decoration: none;
    height: 15px;
    border: 0;
    padding: 0;
    width: 16px;
}

.go {
    background: url('/images/go.jpg') no-repeat right center;
    text-decoration: none;
    border: 0;
    padding: 0;
    width: 39px;
    height: 21px;
    color: #ffffff;
}

.sendnow {
    background: url('/images/sendnow.jpg') no-repeat right center;
    text-decoration: none;
    border: 0;
    padding: 0;
    width: 92px;
    height: 22px;
    color: #ffffff;
}

#calendarDiv {
    position: absolute;
    width: 205px;
    border: 1px solid #FF9D18;
    padding: 1px;
    background-color: #FFF;
    font-family: arial, serif;
    font-size: 10px;
    padding-bottom: 28px;
    visibility: hidden;
}

#calendarDiv span, #calendarDiv img {
    float: left;
}

#calendarDiv .selectBox, #calendarDiv .selectBoxOver {

    line-height: 12px;
    padding: 1px;
    cursor: pointer;
    padding-left: 2px;
}

#calendarDiv .selectBoxTime, #calendarDiv .selectBoxTimeOver {
    line-height: 12px;
    padding: 1px;
    cursor: pointer;
    padding-left: 2px;
}

#calendarDiv td {
    padding: 3px;
    margin: 0;
    font-size: 10px;
}

#calendarDiv .selectBox {
    border: 1px solid #ffffff;
    color: #fff;
    position: relative;
}

#calendarDiv .selectBoxOver {
    border: 1px solid #FFF;
    background-color: #008AB3;
    color: #FFF;
    position: relative;
}

#calendarDiv .selectBoxTime {
    border: 1px solid #B2B2B2;
    color: #FF9D18;
    position: relative;
    background-position: top right;
}

#calendarDiv .selectBoxTimeOver {
    border: 1px solid #FF9D18;
    color: #000;
    position: relative;
}

#calendarDiv .topBar {
    height: 16px;
    padding: 2px;
    background-color: #FF9D18;

}

#calendarDiv .activeDay { /* Active day in the calendar */
    color: #F84515;
}

#calendarDiv .todaysDate {
    height: 27px;
    line-height: 17px;
    padding: 2px;
    background-color: #DFDFDF;
    border-top: 1px solid #B2B2B2;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 201px;
}

#calendarDiv .todaysDate div {
    float: left;
}

#calendarDiv .timeBar {
    height: 17px;
    line-height: 17px;
    background-color: #DFDFDF;
    width: 72px;
    color: #FFF;
    position: absolute;
    right: 0;
}

#calendarDiv .timeBar div {
    float: left;
    width: 40px;
    margin-right: 1px;
}

#calendarDiv .monthYearPicker {
    background-color: #DFDFDF;
    border: 1px solid #AAAAAA;
    position: absolute;
    color: #000;
    left: 0;
    padding-right: 12px;
    top: 15px;
    z-index: 1000;
    display: none;

}

#calendarDiv #monthSelect {
    width: 60px;
}

#calendarDiv .monthYearPicker div {
    float: none;
    clear: both;
    padding: 1px;
    margin: 1px;
    cursor: pointer;
}

#calendarDiv .monthYearActive {
    background-color: #B0B0B0;
    padding-right: 12px;
    color: #444444;
}

#calendarDiv td {
    text-align: right;
    cursor: pointer;
}

#calendarDiv .topBar img {
    cursor: pointer;
}

#calendarDiv .topBar div {
    float: left;
    margin-right: 1px;
}

/* System Messages */
#system-message {
    margin-bottom: 10px;
    padding: 0;
}

#system-message dt {
    font-weight: bold;
}

#system-message dd {
    margin: 0;
    font-weight: bold;
    border: 0 solid #efefef;
}

#system-message dd ul {
    color: #0055BB;
    margin-bottom: 10px;
    list-style: none;
    padding: 10px;
    border-top: 3px solid #84A7DB;
    border-bottom: 3px solid #84A7DB;
    padding-left: 45px;
}

/* System Standard Messages */
#system-message dt.message {
    display: none;
}

#system-message dd.message {
}

/* System Error Messages */
#system-message dt.error {
    display: none;
}

#system-message dd.error ul {
    color: #c00;
    background-color: #E6C0C0;
    border-top: 3px solid #DE7A7B;
    border-bottom: 3px solid #DE7A7B;
}

/* System Notice Messages */
#system-message dt.notice {
    display: none;
}

#system-message dd.notice ul {
    color: #c00;
    background: #EFE7B8;
    border-top: 1px solid #F0DC7E;
    border-bottom: 3px solid #F0DC7E;
}

/* Debug */
#system-debug {
    color: #ccc;
    background-color: #fff;
    padding: 10px;
    margin: 10px;
}

#system-debug div {
    font-size: 11px;
}

#system-message dd.message ul {
    margin-top: 5px;
    background: #C3D2E5 url('/images/notice-info.png') no-repeat fixed 4px center;
}

/* System Error Messages */
#system-message dd.error ul {
    color: #c00;
    background: #E6C0C0 url('/images/notice-alert.png') 4px top no-repeat;
    width: 600px;
}

#system-message dd.notice ul {
    color: #c00;
    background: #EFE7B8 url('/images/notice-note.png') 4px top no-repeat;
    border: 3px solid #F0DC7E;
    border-bottom: 3px solid #F0DC7E;
}

/* tool tips */
SPAN.show-tooltip-text {
    BACKGROUND-IMAGE: url('/images/tool_bg.gif');
    height: 124px;
    width: 166px;
    POSITION: absolute;
    PADDING-BOTTOM: 6px;
    PADDING-LEFT: 12px;
    PADDING-RIGHT: 12px;
    DISPLAY: none;
    BACKGROUND-REPEAT: repeat-x;
    COLOR: white;
    FONT-SIZE: 0.9em;
    PADDING-TOP: 10px
}

button {
    color: white;
    background-color: #0b7ec4;
    border: 0 none;
    cursor: pointer;
    font-weight: bold;
    padding: 0 5px 0 5px;
    text-align: center;
    /*height: 30px;*/
    line-height: 30px;
    width: auto;
}

button span {
    display: block;
    padding: 0 0 0 15px;
    position: relative;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
}

button.rounded:hover {
    background-position: 100% -30px;
}

button.rounded:hover span {
    background-position: 0 -30px;
}

.image_gender_selected {
    border: 4px solid #7A90BF;
}

.image_gender_no_select {
    border: 1px solid #7D7D7D;
    padding: 3px 3px 3px 3px;
}

.image_Cell_selected {
    border: 4px solid #7A90BF;
}

.image_Cell_no_select {
    border: 1px solid #7D7D7D;
    padding: 3px 3px 3px 3px;
}

a.box {
    display: block;
    width: 100%;
    padding: 6px;
    background-color: #E9F4FB;
    border: 1px solid #0070C0;
    text-decoration: none;
}

a.box:visited {
    display: block;
    padding: 6px;
    width: 100%;
    background-color: #E9F4FB;
    border: 1px solid #0070C0;
    text-decoration: none;
}

a.box:hover {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #0070C0;
    text-decoration: none;
}

.White-heading {
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    font-family: Arial, verdana, tahoma, sans-serif;
}

.edit a:link {
    font-weight: bold;
    color: #ffffff;
    background-color: #808080;
    text-decoration: none;
    padding-left: 10px;
    font-size: 12px;
    padding-right: 10px;
    float: left;
    font-family: Trebuchet MS, serif;
}

.edit a:visited {
    font-weight: bold;
    color: #ffffff;
    background-color: #808080;
    text-decoration: none;
    padding-left: 10px;
    font-size: 12px;
    padding-right: 10px;
    float: left;
    font-family: Trebuchet MS, serif;
}

.edit a:hover {
    font-weight: bold;
    color: #ffffff;
    background-color: #808080;
    text-decoration: none;
    padding-left: 10px;
    font-size: 12px;
    padding-right: 10px;
    float: left;
    font-family: Trebuchet MS, serif;
}

.edit a:active {
    font-weight: bold;
    color: #ffffff;
    background-color: #808080;
    text-decoration: none;
    padding-left: 10px;
    font-size: 12px;
    padding-right: 10px;
    float: left;
    font-family: Trebuchet MS, serif;
}

.delete a:link {
    font-weight: bold;
    color: #ffffff;
    float: left;
    font-size: 12px;
    background-color: #030C2B;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Trebuchet MS, serif;
    width: 42px;
}

.delete a:visited {
    font-weight: bold;
    color: #ffffff;
    float: left;
    font-size: 12px;
    background-color: #030C2B;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Trebuchet MS, serif;
}

.delete a:hover {
    font-weight: bold;
    color: #ffffff;
    float: left;
    font-size: 12px;
    background-color: #030C2B;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Trebuchet MS, serif;
}

.delete a:active {
    font-weight: bold;
    color: #ffffff;
    float: left;
    font-size: 12px;
    background-color: #030C2B;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Trebuchet MS, serif;
}

.addvar a:link {
    font-weight: bold;
    color: #ffffff;
    float: right;
    font-size: 12px;
    background-color: #030C2B;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Trebuchet MS, serif;
}

.addvar a:visited {
    font-weight: bold;
    color: #ffffff;
    float: right;
    font-size: 12px;
    background-color: #030C2B;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Trebuchet MS, serif;
}

.addvar a:active {
    font-weight: bold;
    color: #ffffff;
    float: right;
    font-size: 12px;
    background-color: #030C2B;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Trebuchet MS, serif;
}

.addvar a:hover {
    font-weight: bold;
    color: #ffffff;
    float: right;
    font-size: 12px;
    background-color: #FF9900;
    text-decoration: underline;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Trebuchet MS, serif;
}

.addvar1 a:link {
    font-weight: bold;
    color: #ffffff;
    float: right;
    font-size: 12px;
    background-color: #CC0000;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Trebuchet MS, serif;
}

.addvar1 a:visited {
    font-weight: bold;
    color: #ffffff;
    float: right;
    font-size: 12px;
    background-color: #CC0000;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Trebuchet MS, serif;
}

.addvar1 a:active {
    font-weight: bold;
    color: #ffffff;
    float: right;
    font-size: 12px;
    background-color: #CC0000;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Trebuchet MS, serif;
}

.addvar1 a:hover {
    font-weight: bold;
    color: #ffffff;
    float: right;
    font-size: 12px;
    background-color: #FF9900;
    text-decoration: underline;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Trebuchet MS, serif;
}

list A:link {
    text-decoration: none;
    font-size: 11px;
    color: #0000ff;
}

list A:visited {
    text-decoration: none;
    font-size: 11px;
    color: #0000ff;
}

list A:active {
    text-decoration: none;
    font-size: 11px;
    color: #0000ff;
}

list A:hover {
    text-decoration: underline;
    color: red;
    font-size: 11px;
}

.box, .box b.tc, .box b.bc {
    background-color: transparent;
}

.box b.tc, .box b.bc, .box b.tc b.L1, .box b.tc b.L2, .box b.tc b.L3, .box b.bc b.L1, .box b.bc b.L2, .box b.bc b.L3 {
    font-size: 0;
    padding: 0;
    display: block;
}

.box b.tc b.L1, .box b.tc b.L2, .box b.bc b.L1, .box b.bc b.L2 {
    height: 1px;
    line-height: 1px;
    overflow: hidden;
}

.box b.tc b.L1, .box b.bc b.L1 {
    margin: 0 4px;
}

.box b.tc b.L2, .box b.bc b.L2 {
    margin: 0 2px;
    border-width: 0 2px;
    border-style: solid;
}

.box b.tc b.L3, .box b.bc b.L3 {
    margin: 0 1px;
    border-width: 0 1px;
    border-style: solid;
    height: 2px;
    overflow: hidden;
}

.box .content {
    border-right: 1px solid;
    border-left: 1px solid;
    margin: 0;
    overflow: hidden;
}

.box .content {
    border-left-color: #aaa;
    border-right-color: #aaa;
}

.box b.tc b.L1 {
    background-color: #aaa;
}

.box b.tc b.L2, .box b.tc b.L3 {
    border-color: #aaa;
}

.box b.bc b.L1 {
    background-color: #aaa;
}

.box b.bc b.L2, .box b.bc b.L3 {
    border-color: #aaa;
}

.box .content {
    background: #eee;
}

.box b b.L2, .box b b.L3 {
    background-color: #eee;
}

.box {
    margin: 5px;
}

.box .content {
    padding: 5px;
    height: 150px;
}

/* 4/17/2013 */

.paginate {
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px;
    margin: 3px;
}

.paginate a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #0B6387;
    text-decoration: none;
    color: #666;
}

.paginate a:hover, .paginate a:active {
    border: 1px solid #999;
    color: #000;
}

.paginate span.current {
    margin: 2px;
    padding: 2px 5px 2px 5px;
    border: 1px solid #0B6387;

    font-weight: bold;
    background-color: #0B6387;
    color: #FFF;
}

.paginate span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    color: #DDD;
}

/* Added on 11/4/2013 */

.video-image {
    border: 1px dotted #b5b5b5;
    padding: 4px;

}

.btn12 {

    font-family: Verdana, Geneva, sans-serif;
    font-size: 17px;
    color: #000000;
    padding: 5px 10px 5px 10px;
    border: solid 0 #CCC;

    background: #EBEBEB;
    text-shadow: 0 1px 0 #000;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    box-shadow: 0 1px 3px #111;
    -moz-box-shadow: 3px 3px 1px #999;
    -webkit-box-shadow: 3px 3px 1px #999;

    cursor: pointer;

}

.btn12:hover {
    background: #1C686D;
    font-size: 17px;
    color: #ffffff;
    border: solid 0 #000000;
}

.textbox12 {
    border: 1px solid #c4c4c4;
    height: 35px;
    font-size: 13px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 8px #d9d9d9;
    -moz-box-shadow: 0 0 8px #d9d9d9;
    -webkit-box-shadow: 0 0 8px #d9d9d9;
}

.textbox12:focus {
    outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0 0 8px #7bc1f7;
    -moz-box-shadow: 0 0 8px #7bc1f7;
    -webkit-box-shadow: 0 0 8px #7bc1f7;
}

.boxround {
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #7bc1f7;
}

.boxround2 {
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 3px solid #F2F2F2;
}

/* Control edit profile */
/* Wrapper for entire page section */
.page-wrapper {
    width: 100%;
    box-sizing: border-box;
}

/* Flex container for main and sidebar */
.content-wrapper {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

/* Main content area (was td width="80%") */
.main-content {
    flex: 0 0 80%;
    padding: 10px;
    box-sizing: border-box;
}

/* Sidebar styling (was td width="185px", bgcolor, border-left, padding) */
.sidebar {
    flex: 0 0 185px;
    background-color: #ffffff;
    border-left: 2px solid #cc0000;
    padding: 10px;
    box-sizing: border-box;
}

/* Replacement CSS for obsolete attributes */
.table-full {
    width: 100%; /* replaces width="100%" */
    border-collapse: collapse; /* replaces cellspacing="0" */
    border: none; /* replaces border="0" */
}

.table-center {
    margin-left: auto; /* replaces align="center" */
    margin-right: auto;
}

.td-valign-top {
    vertical-align: top; /* replaces valign="top" */
}

.td-padding-10 {
    padding: 10px; /* replaces cellpadding="10" or inline pad */
}

.td-bg-white {
    background-color: #ffffff; /* replaces bgcolor="#ffffff" */
}


/*CodePlayer Start*/



* {
    /*font-family: "HelveticaNeue-Light", "Helvetica Neue Light",*/
    /*"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
    margin: 0;
    padding: 0;
}


#codeplayer_container {
    height: 100%;
    margin-top: 7%;
}

#titlebar {
    width: 100%;
    background-color: #EEEEEE;
    border-bottom: 1px solid grey;
    height: 40px;
}

#title {
    padding: 5px 0 0 20px;
    font-weight: bold;
    float: left;
}

#menu {
    margin: 0 auto;
    width: 240px;
    padding: 5px;
}

#menu ul {
    border: 1px solid grey;
    border-radius: 5px;
    height: 30px;
}

#menu li {
    float: left;
    list-style: none;
    border-right: 1px solid grey;
    height: 20px;
    padding: 5px 10px;
}

#menu li:hover {
    background-color: grey;
}

.break {
    clear: both;
}

.codecontainer {
    /*width: 50%;*/
    /*float: left;*/
    /*position: relative;*/
}

.code {
    width: 100%;
    height: 100%;
    border-left: 1px solid grey;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

#cssContainer, #jsContainer {
    /*display: none;*/
}

#htmlContainer {
    background-color: #afd9ee;
}

.containerTitle {
    position: absolute;
    right: 20px;
    top: 5px;
    background-color: #FFF;
    padding: 1px;
    border: 1px solid grey;
    border-radius: 4px;
}

.selected {
    background-color: grey !important;
}

#runButton {
    float: right;
    margin: 5px 20px 0 0;
}

#run {
    font-size: 130%;
    border-radius: 10px;
    padding: 0 10px;
}

#resultFrame {
    width: 100%;
    height: 100%;
    border: 0;
    border-left: 1px solid grey;
}

.resultContainer {
    height: 100%;
}

textarea {
    border: none;
    resize: none;
    font-family: monotype;
    font-size: 100%;
}

.blinking {
    animation: blinkingText 1.2s infinite;
}

.discordlink {
    color: black;
}

@keyframes blinkingText {
    0% {
        color: #000;
    }
    49% {
        color: #000;
    }
    60% {
        color: transparent;
    }
    99% {
        color: transparent;
    }
    100% {
        color: #000;
    }
}

.w3-myfont {
    font-family: "Comic Sans MS", cursive, sans-serif;
}

table.t1 {
    margin: 1em auto;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
}

.t1 th, .t1 td {
    padding: 4px 8px;
}

.t1 thead th {
    background: #4f81bd;
    text-transform: lowercase;
    text-align: left;
    font-size: 15px;
    color: #fff;
}

.t1 tr {
    border-right: 1px solid #95b3d7;
}

.t1 tbody tr {
    border-bottom: 1px solid #95b3d7;
}

.t1 tbody tr:nth-child(odd) {
    background: #dbe5f0;
}

.t1 tbody th, .t1 tbody tr:nth-child(even) td {
    border-right: 1px solid #95b3d7;
}

.t1 tfoot th {
    background: #4f81bd;
    text-align: left;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
}

.t1 tr *:nth-child(3), .t1 tr *:nth-child(4) {
    text-align: right;
}

/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The popup */
.popup .popuptext {
    visibility: hidden;
    width: 400px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 15%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top-color: #555;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*CodePlayer End*/
