body {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #3b3b3b));
    background: -moz-linear-gradient(top, #000000 5%, #3b3b3b 100%);
    background: -webkit-linear-gradient(top, #000000 5%, #3b3b3b 100%);
    background: -o-linear-gradient(top, #000000 5%, #3b3b3b 100%);
    background: -ms-linear-gradient(top, #000000 5%, #3b3b3b 100%);
    background: linear-gradient(to bottom, #000000 5%, #3b3b3b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#3b3b3b', GradientType=0);
    background-color: #000000;
    background-attachment: fixed;
    font: normal 12px Arial, Tahoma, Helvetica, sans-serif;
    color: rgb(37, 37, 37);
}

#wrapper {
    margin: 0 auto;
    width: 880px;
    background: #ffffff;
}

#header {
    float: left;
    background: url(/images/v2/Popup-Header.jpg) #2a7bad scroll no-repeat 0px 0px;
    width: 880px;
    height: 103px;
}

#navigation {
    float: left;
    width: 880px;
    height: 3px;
    border-top: 1px solid #ffffff;
    background: #16415b;
}

#leftcolumn {
    float: left;
    width: 170px;
}

#rightcolumn {
    float: left;
    width: 710px;
}

#footer {
    clear: both;
    width: 880px;
    height: 30px;
    text-align: center;
}


/*****************************************************************/

p {
    margin: 10px 10px;
    font-size: 12px;
    line-height: 16px;
    color: #777777;
}

strong,
b {
    color: #555555;
}

a,
a:link {
    color: #2a7bad;
    text-decoration: none;
    outline: none;
}

a:active {
    color: #ffcc00;
    text-decoration: none;
}

a:focus {
    -moz-outline-style: none;
}

a:hover {
    color: #0099ff;
    text-decoration: none;
}

a:visited {
    color: #66cccc;
    text-decoration: none;
}


/***** TOP MENU *************************************************/

#menutop ul {
    margin: 30px 0px 0px 300px;
    list-style-type: none;
    width: auto;
    float: left;
}

#menutop ul li {
    display: block;
    float: left;
    margin: 0px 0px 1px 1px;
}

#menutop ul li a {
    display: block;
    float: left;
    padding: 12px 0px 0px 0px;
    height: 55px;
    width: 96px;
    background: url(../images/menu/menutop.png) scroll no-repeat top left;
    font: bold 14px Arial, Tahoma, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    color: #EAF3F8;
}

#menutop a:hover {
    background: url(../images/menu/menutop_hover.png) scroll no-repeat top left;
    color: #c2ff00;
}


/***** LEFT MENU *************************************************/

.menuleft {
    margin: 5px 0px 0px 5px;
    width: 158px;
    border: 1px solid #e0e0e0;
    background: url(none) #ffffff scroll no-repeat top left;
}

.menuleft .title {
    margin: 2px 0px 1px 2px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #3b3b3b));
    background: -moz-linear-gradient(top, #000000 5%, #3b3b3b 100%);
    background: -webkit-linear-gradient(top, #000000 5%, #3b3b3b 100%);
    background: -o-linear-gradient(top, #000000 5%, #3b3b3b 100%);
    background: -ms-linear-gradient(top, #000000 5%, #3b3b3b 100%);
    background: linear-gradient(to bottom, #000000 5%, #3b3b3b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#3b3b3b', GradientType=0);
    background-color: #000000;
    border: 1px solid #ffffff;
    width: 154px;
    height: 30px;
    font-weight: bold;
    text-indent: 10px;
    line-height: 30px;
    color: #FFFFFF;
}

.menuleft ul {
    margin: 0px 0px 1px 2px;
    padding: 0px;
    list-style-type: none;
    width: 154px;
}

.menuleft ul li {
    display: block;
    margin: 0px 0px 1px 0px;
}

.menuleft ul li a,
.menuleft ul li a:visited {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
    background-color: #f9f9f9;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    padding: 6px;
    /* height: 26px; */
    line-height: 1.3;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.menuleft ul li a:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #dadada));
    background: -moz-linear-gradient(top, #e5e5e5 5%, #dadada 100%);
    background: -webkit-linear-gradient(top, #e5e5e5 5%, #dadada 100%);
    background: -o-linear-gradient(top, #e5e5e5 5%, #dadada 100%);
    background: -ms-linear-gradient(top, #e5e5e5 5%, #dadada 100%);
    background: linear-gradient(to bottom, #e5e5e5 5%, #dadada 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#dadada', GradientType=0);
    background-color: #e5e5e5;
}


/***** LEFT MENU SUB *************************************************/

.menuleft ul ul {
    margin: 1px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
    width: 154px;
}

.menuleft ul ul li {
    display: block;
    margin: 0px 0px 1px 0px;
}

.menuleft ul ul li a {
    display: block;
    padding: 0px 6px 0px 16px;
    height: 26px;
    background: url(../images/menu/menuleft_sub.gif) #f2f3f4 repeat-x top left;
    line-height: 26px;
    text-decoration: none;
    color: #1b4f6f;
}

.menuleft ul ul li a:hover {
    background: url(../images/menu/menuleft_sub_hover.gif) #e0e0e0 repeat-x top left;
    color: #999999;
}

.menuleft ul ul li a.active {
    background: url(../images/menu/menuleft_sub_hover.gif) #e0e0e0 repeat-x top left;
    color: #999999;
}


/***** CENTER *************************************************/

.wrapper {
    margin: 5px 5px 5px 0px;
    border: 1px solid #e0e0e0;
    background: url(none) #ffffff scroll no-repeat top left;
    width: 703px;
}

.wrapper .title {
    width: auto;
    background: #02163d;
    background: -webkit-gradient(linear, left top, right top, from(#02163d), to(#0d2c68));
    background: linear-gradient(90deg, #02163d 0%, #0d2c68 100%);
    color: #fff;
    padding: 10px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

a:link,
a:visited,
a:hover {
    color: #000;
    font-weight: bold;
}

.wrapper h4,
.tableheader {
    width: auto;
    background-color: #202020;
    border-top: 1px solid #555555;
    border-bottom: 1px solid #555555;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 8px 10px;
    margin-top: 1px;
    margin-bottom: 10px;
}


/**********************************************************************************/

.clear {
    clear: both;
    background: none;
}

table.results {
    font-size: 12px;
}

tr.rowodd {
    padding: 4px;
    background: url(../images/bkg_tbl_row_dark.gif) #cfcfcf scroll repeat top left;
    font-weight: bold;
    color: #1b4f6f;
}

tr.roweven {
    padding: 4px;
    background: url(../images/bkg_tbl_row_lite.gif) #4e4e4e scroll repeat top left;
    font-weight: bold;
    color: #1b4f6f;
}

.accservices {
    font: normal 10px Arial, Tahoma, Helvetica, sans-serif;
    border: 1px thin #FFFFFF;
}

tr.rowgun {
    background: url(none) #373737 scroll repeat top left;
    font-weight: bold;
    color: #c2ff00;
}

#signupform tr {
    font-size: 12px;
}

.bannerHeader {
    font-size: 240%;
}

.bannerMessage {
    font-size: 160%;
}

.loadingBanner {
    width: 350px;
    margin: 40px 0px 0px 160px;
    background-image: url(/images/loadingMessageBackground.gif);
    border: 1px solid;
    color: #718BC0;
    font-weight: bold;
    padding: 5px;
}

.button {
    display: inline-block;
    zoom: 1;
    /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.button:hover {
    text-decoration: none;
}

.button:active {
    position: relative;
    top: 1px;
}


/* white */

.white {
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.white:hover {
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background: -moz-linear-gradient(top, #fff, #dcdcdc);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

.white:active {
    color: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
    background: -moz-linear-gradient(top, #ededed, #fff);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.white a,
.white a:visited {
    color: #606060;
}

.fixedbutton {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    min-height: 21px;
}

.minibreak {
    height: 3px;
}

.gradienttable {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #042c7c), color-stop(1, #053dad))!important;
    background: -moz-linear-gradient(top, #042c7c 5%, #053dad 100%)!important;
    background: -webkit-linear-gradient(top, #042c7c 5%, #053dad 100%)!important;
    background: -o-linear-gradient(top, #042c7c 5%, #053dad 100%)!important;
    background: -ms-linear-gradient(top, #042c7c 5%, #053dad 100%)!important;
    background: linear-gradient(to bottom, #042c7c 5%, #053dad 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#042c7c', endColorstr='#053dad', GradientType=0)!important;
    background-color: #042c7c!important;
    border: 1px solid #ffffff;
    height: 23px !important;
    line-height: 23px !important;
    font-size: 12px !important;
    color: #fff!important;
}


/* custom Buttons */

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 5px 30px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #f05c29;
    border-color: #f05c29;
}

.btn-secondary {
    color: #fff;
    background-color: #27aa23;
    ;
    border-color: #27aa23;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    ;
    border-color: #dc3545;
}

.btn-disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.form-control-custom-2 {
    display: inline-block;
    width: 46%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.input-label-col {
    display: flex;
    align-items: center;
}

.input-label {
    padding-right: 10px;
    font-size: 14px;
    font-weight: bold;
}

.width80 {
    width: 80%;
}

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

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

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

.m-1 {
    margin: 5px;
}

.m-2 {
    margin: 10px;
}

.m-3 {
    margin: 15px;
}

.my-1 {
    margin-top: 10px;
    margin-bottom: 10px;
}