@font-face {
    font-family: 'cui-font-sans1';
    src: url('css/fonts/NotoSans-Regular.ttf') format('truetype');
}

@font-face {
    font-weight: bold;
    font-family: 'cui-font-sans1';
    src: url('css/fonts/NotoSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'cui-font-serif1';
    src: url('css/fonts/NotoSerif-Regular.ttf') format('truetype');
}

html {
    margin: 0;
    padding: 0px;
}

body {
    font-family: 'cui-font-sans1', 'Noto Sans', Ubuntu, Tahoma, Arial, Helvetica, Verdana;
    margin: 0px;
    padding: 0px;
}

.bgbehindout {
    text-align: left;
    background-color: #FFF;
    background-image: url(imgs/bgmain1.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.mainbottomTop {
}

.mainbottomTopBorder {
}

.mainbottomTopStamp {
    background-image: url(imgs/stamp1.png);
    background-repeat: no-repeat;
    background-position: top center;
    height: 96px;
    position: relative;
    top: -20px;
}

.mainbottomInfo {
    text-align: center;
    font-size: 12px;
}

.mainbottomInfo,
.mainbottomTop {
    background-color: #ECE7D9;
}

body,
td,
input,
textarea,
select {
    font-family: 'cui-font-sans1', 'Noto Sans', Ubuntu, Tahoma, Arial, Helvetica, Verdana;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

h2 {
    font-size: 25px;
    color: #BA4F12;
    padding: 0;
    margin: 40px 0;
}

input,
textarea,
form {
    margin: 0px;
    padding: 0px;
}

input,
textarea {
    margin: 0px;
}

input,
textarea,
.yesnobox {
    border: 1px solid #7A6354;
    background-color: #ececdd;
    /*  -moz-border-radius: 4px;
    border-radius: 4px;*/
}

input[type="button"],
input[type="submit"] {
    /*background-color: #7A6354;*/
    background-color: #577297;
    color: #FFF;
    cursor: pointer;
    padding: 2px 15px;
    border: 2px solid #375277;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* input,
textarea,
select,
.inputbox,
.uireadonly,
.yesnobox,
.agreement {
	margin-left: 5px;
	margin-bottom: 5px;
} */

input,
textarea,
.inputbox,
.uireadonly,
.yesnobox {
    padding: 3px;
}

.photo {
    border: 2px solid #7A6354;
}

hr {
    display: inline-block;
    height: 1px;
    background: transparent;
    width: 100%;
    border: none;
    border-top: solid 1px #aaa;
}

form {
    margin: 0;
    padding: 0;
}

a,
a:visited {
    color: #577297;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
    color: #800;
}

img {
    border: 0px;
}

a:hover img {
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #0B1761;
    margin: 0px;
    padding: 0px;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333;
    margin: 0px;
    padding: 0px;
}

.shadow-light {
    height: 1px;
    background-image: url(imgs/shadow.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.maintitlebox {
    text-align: center;
    margin-top: 35px;

}

.maintitlebox-inner {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    padding-left: 50px;
}

.maintitle {
    font-family: 'cui-font-serif1', 'Times New Roman', serif;
    padding-top: 35px;
    font-size: 30px;
}

.subtitle {
    margin-top: 30px;
    font-family: 'cui-font-serif1', 'Times New Roman', serif;
    font-size: 17px;
}

/*----------------------------------*/
#nav1 {
}

#nav1 .shortHeaderCont {
    padding-top: 30px;
    height: 50px;
}

#nav1 .shortHeader {
    display: none;
    text-align: center;
    background-color: #FFF;
    background-image: url(imgs/bgmain1.png);
    background-position: 50% -60px;
    background-repeat: no-repeat;
    font-size: 20px;
    color: #000;
    height: 50px;
    padding-left: 60px;
}

#nav1 .shortHeaderTitle {
    font-family: 'cui-font-serif1', 'Times New Roman', serif;
    font-size: 18px;
    white-space: nowrap;
    padding-top: 3px;
}

#nav1 .shortHeaderSubtitle {
    font-family: 'cui-font-serif1', 'Times New Roman', serif;
    font-size: 13px;
    white-space: nowrap;
}

.maintitle,
.subtitle,
#nav1 .shortHeaderTitle,
#nav1 .shortHeaderSubtitle {
    color: #44472C;
}

.headershadow {
    background-image: url(imgs/headershadow.png);
    background-position: top center;
    background-repeat: repeat-x;
    height: 14px;
}

.bottomshadow {
    background-image: url(imgs/bottomshadow.png);
    background-position: top center;
    background-repeat: repeat-x;
    height: 8px;
}

.nav1 {
    margin: 0;
    padding: 0;
}

.nav1 li {
    list-style: none;
    display: inline;
}

.nav1 li a {
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
    cursor: pointer;
    float: left;
    display: block;
    text-align: center;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #000;
}

.nav1 li a.sel {
    background-repeat: repeat-x;
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #000;
}

/*----------------------------------*/
.navAdmin {
    margin: 0;
    padding: 0;
    background: #EEE;
}

.navAdmin li {
    list-style: none;
}

.navAdmin li a {
    white-space: nowrap;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 9px;
    color: #000;
}

.navAdmin li .sel {
    color: #000;
    text-decoration: underline;
}

/*----------------------------------*/
.maincont-outer {
}

.maincont-inner {
}

.gsrch {
    color: #FFF;
}

.wait {
    background-image: url(imgs/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    left: 20px;
}

.title {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 6px;
    color: #2d548f;
    clear: both;
}

.dis {
    color: #CCC;
}

.sm {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;

}

.imgborder {
    border: 2px solid #A79F8C;
}

.errmessage {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #F00;
}

.yearBox,
.yearBoxSel {
    color: #BBB;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    float: left;
    position: relative;
    cursor: pointer;
}

.yearBox {
    background-color: #CCC;
    border: 1px solid #EEE;
}

.yearBox:hover {
    background-color: #AAA;
    border: 1px solid #CCC;
    color: #777;
}

.yearBoxSel {
    background-color: #BA72B6;
    border: 1px solid #D9B0D7;
}

.date {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.btn1,
.btnSend,
.btnSend:visited {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    border: 2px solid #3D5E6D;
    background-color: #6997AD;
    cursor: pointer;
    height: 21px;
    line-height: 21px;
    margin: 0px;
    padding: 3px;
    display: inline-block;
}

.btnSmall {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
    border: 2px solid #3D5E6D;
    background-color: #6997AD;
    cursor: pointer;
    height: 21px;
    line-height: 13px;
    margin: 0px;
    padding: 3px;
}

.btn1:hover,
.btnSend:hover {
    background-color: #3D5E6D;
    text-decoration: none;
    color: #FFFFFF;
}

.btnSend {
    vertical-align: bottom;
}

a.lng,
a.lngsel {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background-image: url(imgs/arrow-r.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 6px;
    padding-left: 9px;
}

.cke_show_borders {
    background-image: none;
    /*to remove background in ckeditor*/
}

.uiform input[type="text"],
.uiform input[type="password"],
.uiform textarea {
    width: 400px;
}

.uiform td {
    vertical-align: top;
}

.uiform td.label {
    border-top: 1px solid #D9C295;
    width: 400px;
}

.submitBig {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

.msgError,
.msgSuccess {
    background-color: #FFF;
    padding: 10px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.msgError {
    color: #FFF;
    background-color: #C00;
}

.msgSuccess {
    color: #000;
    background-color: #D7D79F;
}

.uiformdesc {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 3px solid #D9C295;
}

.uireadonly {
    background-color: #ECE7D9;
    border: 1px solid #D9C295;
    min-height: 30px;
    box-sizing: border-box;
}

.hidden {
    display: none;
}

.decision {
    margin-top: 20px;
    padding: 10px;
    background-image: url("imgs/bgdecision.png");
    border: 2px solid #000;
    text-align: justify;
    overflow: hidden;
    min-height: 200px;
    margin-bottom: 40px;
}

.faq .box {
    border: 1px solid #CCC;
    padding: 10px;
    margin-bottom: 10px;
}

.faq .question a {
    text-decoration: none;
}

.faq .answerOuter {
    overflow: hidden;
    display: none;
}

.faq .answerInner {
    padding-top: 15px;
    width: 623px;
    text-align: justify;
}

.agreement {
    border: 3px solid #D9C295;
    padding: 20px;
    height: 320px;
    overflow: auto;
}

.labelsmall {
    color: #2281CF;
    font-size: 14px;
    font-weight: bold;
    /*  display: inline;*/
    padding-right: 4px;
    /*  font-family: Arial,Helvetica,Verdana;*/
}
.cuiLabelGrey {
    color: #A79F8C;
    font-size: 12px;
    font-weight: bold;
    padding-right: 4px;
}

.btnFinal {
    height: 40px;
    background-color: #C00 !important;
    border-color: #000 !important;
    margin: 30px 0;
}

.btnRed {
    height: 30px;
    background-color: #C00 !important;
    border-color: #000 !important;
}

.cuiRecommendation {
    font-size: 11pt;
    color: green;
}

.cuiNotes {
    color: #777;
    font-weight: bold;
    font-size: 13px;
}

table.cuiTblTdVerticalAllignTop td {
    vertical-align: top;
}

table.gdpr {
    border: 1px solid #CCC;
    width: 100%;
}

table.gdpr thead td {
    background-color: #EEE;
    font-weight: bold;
}

table.gdpr td {
    border: 1px solid #CCC;
    padding: 5px;
    vertical-align: top;
}

.cui-redbox {
    /*	border:2px solid red;*/
    background: rgb(255, 238, 238);
    padding: 20px;
    margin-bottom: 20px;
}

.cui-greenbox {
    border: 2px solid #B8B88F;
    background: #E8E8BF;
    padding: 20px;
    margin-bottom: 20px;
}

.cui-infobox {
    border: 1px solid #B8B88F;
    background: #EEE;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.cui-btn {
    background: #C8C89F;
    padding: 2px 5px;
    border-radius: 4px;
    border: 1px solid #616155;
    cursor: pointer;
}

.cui-btnbig {
    background: #E8E8BF;
    padding: 10px 20px;
    margin-bottom: 20px;
    border: 2px solid #C8C89F;
    cursor: pointer;
    border-radius: 4px;
}

.cui-btnbig.selected {
    border-bottom: 4px solid #BA4F12;
}

.cuiBold {
    font-weight: bold;
}

.cui-form {
    border: 2px solid #666;
    background: #F3F3F3;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.cui-form td {
    vertical-align: top;
}

.cui-titlea {
    border-bottom: 3px solid #D9C295;
    margin-bottom: 10px;
}

.cui-mt20 {
    margin-top: 20px;
}

.cui-mt40 {
    margin-top: 40px;
}

.cui-bgshade {
    background: #E8E8BF;
    padding: 2px 7px;
}

.cui-char-counter {
    color: #777;
    font-size: 12px;
    vertical-align: baseline;
    display: inline-block;
    line-height: 13px;
}

.cui-nav2menu {
    width: 100%;
}

.cui-nav2menu a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.cui-nav2menu td > a.active {
    border-bottom: 3px solid #BA4F12;
}

.cuiBoxBordered {
    border: 1px solid #7A6354;
    box-sizing: border-box;
}

.cui-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    -o-text-overflow: ellipsis;
    width: 100%;
}

.cui-popover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('imgs/spinner.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 999999;
    visibility: hidden;
}

.cui-box-info {
    background: #ececdd;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.cui-noborder {
    border: none;
}

.cui-btn2,
.cui-btn2-disabled {
    white-space: nowrap;
    background: #E8E8BF;
    padding: 0 4px;
    border-radius: 4px;
    user-select: none;
    cursor: pointer;
}

.cui-btn2:hover {
    background: #88C7CD;
}

.cui-btn2 {
    cursor: pointer;
}

.cui-btn2-disabled {
    opacity: 0.2;
}

.cui-btn2-disabled:hover {
    background: inherit;
}

.cui-text-sm {
    font-size: 13px;
}

.cuiFormTable {
    padding: 20px;
    border: 2px solid #CCC;
}

.cuiWorkTitle {
    background: #CCC;
}

.cuiWorkTitle td {
    padding: 0 5px;
}

.cuiWorkTitle thead td {
    font-weight: bold;
}

.cuiWorkTitle td {
    font-size: 14px;
    background: #FFF;
    color: #333;
}

.cuiWorkTitle ul {
    margin: 0;
    padding-left: 20px;
}

.cuiWorkTitle li {
}

.cuiRecommendationUploadButton {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 2px solid #880000;
}

