@charset "iso-8859-1";
/* ES for abstracts CSS */

a {
    color: #075E9E;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:focus {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

.hidden {
    display: none;
}

html.fullHeight {
    height: 100%;
}

body {
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    color: #000;
    margin: 0;
    height: 100%;
    background: #ececec;
}

div.clearAll {
    clear: both;
    font-size: 0;
    line-height: 0%;
    height: 0;
    display: block;
}

div.left {
    float: left;
}

div.right {
    float: right;
}

.std {
    font-family: Arial, Tahoma, Verdana;
    color: #000;
    font-weight: normal
}

.small {
    font-size: 11px;
}

.italic {
    font-style: italic;
    color: #5f5f5f;
}

div.headDivFirst {
    background: #014283;
    padding-left: 15%;
    padding-right: 15%;
    border-bottom: 1px solid #015BB5;
}

div.headDivFirst .logo img {
    max-height: 100%;
    width: auto;
}

div.headDivSecond {
    padding-left: 15%;
    padding-right: 15%;
    background: #00386F;
}

div.headDivSecondMob {
    padding-bottom: 15px;
}

div.headDivFirstMob {
    background: #014283;
    border-bottom: 1px solid #015BB5;
}

.bg-brand {
    /*background: url(../../g/medBack.jpg) no-repeat top center #01488e;
    background-size: cover;*/
    width: 100%;
    /*height: 100%;*/
    height: auto;
    min-height: 15vh;
    position: relative;
}

div.termediaLogo {
    position: absolute;
    bottom: 5em;
    right: 0;
    width: 60px;
    margin-right: 20px;
}

div.termediaLogo img {
    border: 3px solid #fff;
}

div.copyrightIntroMain {
    position: absolute;
    bottom: 3em;
    right: 0;
    font-size: 0.95em;
    color: #fff;
    margin-right: 20px;
}

div.copyrightIntroMain a {
    color: #fff;
}

.eventName {
    background: url(/g/logo3.png) no-repeat top center;
    background-size: contain;
    height: 115px;
    width: 250px;
    position: absolute;
    top: 40%;
    left: 20%;
}

div.introMore {
    position: absolute;
    bottom: 0.2em;
    text-align: center;
    width: calc(100% - 20px);
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}

@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

div.introMore a {
    display: block;
}

div.introMore div.icon {
    font-size: 1.2em;
    display: inline-block;
    background: #690b59;
    border-radius: 50%;
    border: 3px #fff solid;
    color: #fff;
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
}

.icon-more::before {
    content: "\2193";
}

.topMenu {
    position: fixed;
    box-shadow: 0 4px 2px -2px #ddd;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}

nav.navbar-event .navbar-brand {
    padding: 0;
}

@media (min-width: 1000px) {
    nav.navbar-event .navbar-brand {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,0.9);
}

nav.navbar-event a {
    color: #000;
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0,0,0,0.9);
}

div.eventIcon img, .navbar-brand.eventIcon img {
    max-width: 46px;
}

nav.navbar-event li {
    text-align: center;
}

nav.navbar-event .navbar-nav li {
    /*font-family: 'TBold', Arial, Helvetica, sans-serif;*/
    color: #000;
}

.logged {
    display: flex;
    text-align: center;
    border-bottom: 1px solid #73DAFD;
    color: #fff;
    padding: 10px 0;
}

.logged .headYourAccountMob {
    flex: 33px;
}

.logged .headYourAccountMob a{
    color: #EEF7FF;
    text-shadow: -1px -1px 1px #000;
}

a.nav-link {
    font-size: .85rem;
    font-weight: bold;
    color: #000 !important;
}

.actionLink {
    background: #fff;
    border: 1px solid #01488e !important;
    color: #01488e !important;
    margin-left: 0.5rem;
    border-radius: 10px 10px 10px 0;
}

.nav-link.selected {
    background: #01488e;
    color: #fff !important;
    border-radius: 10px 10px 10px 0;
}

.actionLink:hover, .actionLink:focus {
    background: #01488e;
    color: #FFFFFF !important;
    text-decoration: none;
}

.programNameMob {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 0;
    color: #EEF7FF;
    background: #002355;
    border-bottom: 1px solid #015BB5;
    text-shadow: -1px -1px 1px #000;
}

div.mainContent {
    background: #fff;
    /*padding-top: 23px;*/
    /*padding-bottom: 25px;*/
}

div.mainDiv {
    /*width: 65vw;*/
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

div.mainAbsImages {
    width: 100%;
    overflow: hidden;
}

.partnerLogos {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
}

.partnerLogos > div {
    padding: 0 !important;
    margin: 0 !important;
}

.partnerLogos img {
    max-width: 100%;
    height: auto;
}

td.partnerLogo {
    width: 140px;
    padding-left: 30px;
    text-align: center;
    font-size: 11px;
    color: #444;
    font-weight: bold;
}

td.partnerLogo div {
    padding-top: 8px;
}

div.partnerLogo {
    text-align: center;
    color: #333;
    font-size: 13px;
    font-style: italic;
}

td.logo {
    width: 158px;
}

.programName {
    color: #EEF7FF;
    font-size: 24px;
    text-align: left;
    text-shadow: -1px -1px 1px #000;
}

.headLogout .logout {
    color: #73DAFD;
    font-size: 11px;
    font-weight: bold;
}
.logout{
    margin-left: 5px;
    margin-bottom: 2px;
    padding: 0;
    /*max-width: 20px;
    max-height: 20px;*/
}

.headYourAccount {
    float: right;
    font-size: 11px;
    font-weight: bold;
    color: #E4EBF2;
    padding: 0 0 0 20px;
}

div.headYourAccount a {
    color: #EEF7FF;
    text-shadow: -1px -1px 1px #000;
}

ul.folds {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.folds li {
    float: left;
    margin-right: 5px;
}

ul.folds li a {
    display: block;
    color: #73DAFD;
    border-bottom: 4px solid #00386F;
    font-size: 13px;
    padding: 12px 12px 6px 12px;
    font-weight: bold;
}

ul.folds li a.selected {
    color: #fff;
    border-bottom: 4px solid #73DAFD;
}

ul.folds li a:hover {
    background: #0B5696;
    border-bottom: 4px solid #0B5696;
    text-decoration: none;
}

ul.folds li a.selected:hover {
    background: #00386F;
    border-bottom: 4px solid #73DAFD;
}

div.headDivSecondMob ul.folds {
    text-align: center;
}

div.headDivSecondMob ul.folds li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #73DAFD;
}

.leftBox {
    /*vertical-align: top;*/
    /*width: 340px;*/
    margin-bottom: 5vh;
}

td.centerOR {
    padding: 75px 30px 0 30px;
    width: 57px;
    text-align: center;
    font-size: 22px;
    color: #010B14;
}
centerOR {
    padding: 75px 30px 0 30px;
    width: 57px;
    text-align: center;
    font-size: 22px;
    color: #010B14;
}
div.centerOR {
    background: #D4F1FB;
    border-radius: 15px;
    -moz-border-radius: 15px;
    /*padding: 5px 0 5px 0;*/
    text-shadow: 1px 1px 1px #fff;
}

td.rightBox {
    vertical-align: top;
}

div.boxTitle, div.boxTitleR, div.boxTitleE {
    font-size: 23px;
    color: #444;
    padding-bottom: 3px;
    border-bottom: 1px solid #e0e0e0;
}

div.boxTitleR {
    text-align: right;
}

div.boxTitleE {
    padding: 0 0 3px 323px;
}

div.listing {
    padding: 12px 0 10px 0;
    line-height: 20px;
}

div.listItem {
    padding: 0 0 3px 9px;
    color: #444;
    background: url('/g/l/common/dot.gif') top left no-repeat;
    background-position: 0 6px;
}

div.loginBox {
    padding: 5px 0 7px 0;
}

div.loginBoxE {
    padding: 14px 0 7px 320px;
}

div.loginLabel {
    text-align: center;
    font-size: 12px;
    text-transform: lowercase;
}

div.loginInputL {
    background-color: white;
    border: 1px solid #cacaca;
    box-shadow: 0px 0px 8px -4px #000000;
    /*background: url('/g/l/common/inputL.gif') top left no-repeat;*/
    /*height: 29px;*/
    /*width: 276px;*/
}

div.loginInputR {
    overflow: hidden;
    /*background: url('/g/l/common/inputR.gif') top right no-repeat;*/
    height: 29px;
    padding: 6px 0 0 7px;
}

input.loginInput {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}

div.loginBut, div.registerButton {
    text-align: center;
    margin: 10px 0;
}

div.loginBut a, div.registerButton a, div.coursePagination .action, div.courseHeader .blueButR2, #domainsForm a.regButton, .mainContentForm .logButton {
    border-radius: 20px;
    border: 1px solid #0B5AA2;
    background-color: #0B5AA2;
    color: #FFFFFF;
    font-size: 8px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    width: auto;
    text-align: center;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

div.coursePagination .action {
    line-height: 16px;
}

div.loginBut a:hover, div.registerButton a:hover, div.coursePagination .action:hover, div.courseHeader .blueButR2:hover, #domainsForm a.regButton:hover, .mainContentForm .logButton:hover {
    color: #333333;
    border: 1px solid #0B5AA2;
    background-color: transparent;
}

div.coursePagination {
    padding-top: 25px;
}

div.loginButE {
    padding: 0 0 18px 323px;
}

div.loginStatusE {
    padding: 0 40px 0 40px;
}

div.forgotPwd {
    padding: 20px 0 0 4px;
}

div.forgotPwdC {
    padding: 15px 0;
    text-align: center;
}

div.forgotPwdC {
    font-size: 13px;
}

div.forgotPwdE {
    padding: 20px 0 0 4px;
}

div.forgotPwd a, div.forgotPwdE a {
    font-size: 11px;
    font-weight: bold;
}

div.confirmAgain {
    padding: 5px 0 0 4px;
}

div.confirmAgain a {
    font-size: 11px;
}

td.boxBottom {
    vertical-align: bottom;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

div.boxHint {
    color: #656565;
    font-size: 11px;
    padding-top: 30px;
    text-align: center;
}

.navbar-header {
    text-align: center;
    display: block;
    width: 100%;
}

.navbar-header button.navbar-toggle {
    background: url(/g/menu.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
}

/*footer*/
footer.mainFooter {
    width: 100%;
    /*text-shadow: 1px 1px 1px #cbcbcb;*/
    /*background-color: #ececec;*/
    box-shadow: inset 0 20px 20px -20px rgba(191, 191, 191, 0.8);
    /*border-top: 1px solid #cbcbcb;*/
    /*background: url('/g/footBG.gif') repeat-x top #ececec;*/
    /*display: flex;*/
    /*flex-direction: row;*/
    position: relative;
}

.footerAdBar {
    padding:20px; border-bottom:1px solid #d6d6d6;
}

.footerAdBar table {
    margin: auto;
}

#scrollToTopBtn {
    background-color: #0d6efd;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 18px;
    line-height: 48px;
    width: 48px;
    right: 1%;
    transform: translate(-50%, -50%);
    animation: jump 1.5s infinite;
    position: fixed;
    bottom: 20px;
    z-index: 99;
    display: none;
}

@keyframes jump {
    0% { transform: translate(-50%, -50%) scale(1.25, 0.75); }
    50% { transform: translate(-50%, -150%) scale(1, 1); }
    55% { transform: translate(-50%, -150%) rotate(15deg); }
    60% { transform: translate(-50%, -150%) rotate(-15deg); }
    65% { transform: translate(-50%, -150%) rotate(15deg); }
    70% { transform: translate(-50%, -150%) rotate(-15deg); }
    100% { transform: translate(-50%, -50%) scale(1.25, 0.75); }
}

div.footLeft {
    padding: 15px 0 25px 15px;
    font-size: 11px;
    color: #606060;
}

div.footRight {
    float: right;
    padding: 15px 15px 25px 0;
    font-size: 11px;
    color: #606060;
}

div.footerFeedback {
    float: right;
    padding: 3px 7px 0 100px;
}

/***************************************/
/****API FORM STYLES********************/

div.apiFormPadding {
    padding: 0;
    font-size: 11px;
}

div.apiFormPadding {
    font-size: 13px;
}

div.pageSubTitle {
    font-weight: bold;
    border-bottom: 2px solid;
    padding: 15px 0 5px 0;
    width: 50%;
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
    color: #0B5AA2;
}

div.apiFormPadding td.formLabel, div.apiFormPadding td.formLabelError {
    font-weight: normal;
    padding: 8px 0 0 10px;
}

div.apiFormPadding td.formField {
    vertical-align: top;
    padding: 3px;
    border-top: 1px solid #e5e5e5;
}

div.apiFormPadding td.formLabel, div.apiFormPadding td.formLabelError {
    font-weight: normal;
    padding: 8px 0 0 10px;
    width: 30%;
}

div.apiFormPadding td.formField {
    vertical-align: top;
    padding: 3px;
    border-top: 1px solid #e5e5e5;
}

div.apiFormPadding .statusBottom {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 15px;
    display: block;
}

div.apiFormPadding .statusBottom .statusR {
    display: block;
    background: none;
}

div.apiFormPadding .statusBottom .statusR .statusError {
    display: block;
    background: none;
    box-shadow: none;
    height: auto;
    width: auto;
    font-family: unset;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    max-height: 100%;
    margin: 0;
    color: unset;
    font-size: unset;
}

div.apiFormPadding .statusBottom .statusR .statusError .statusTitle {
    float: none;
    color: unset;
    font-size: unset;
    font-weight: unset;
}

div.apiFormPadding form .registerBut input, div.apiFormPadding input.button, .registerButNoBorder input.button, .registerBut input.button {
    border-radius: 20px;
    border: 1px solid #0B5AA2;
    background: #0B5AA2;
    color: #FFFFFF;
    font-size: 8px;
    font-weight: bold;
    padding: 5px 10px;
    width: auto;
    text-align: center;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    box-shadow: none;
    margin: auto;
}

div.apiFormPadding form .registerBut input:hover, div.apiFormPadding input.button:hover, .registerButNoBorder input.button:hover, .registerBut input.button:hover {
    background: #FFFFFF;
    color: #0B5AA2;
}

@media screen and (min-width: 768px) {
    div.apiFormPadding form .registerBut input, div.apiFormPadding input.button, .registerButNoBorder input.button, .registerBut input.button {
        font-size: 11px;
    }
    div.apiFormPadding td.formLabel, div.apiFormPadding td.formLabelError {
        width: 27%;
    }
}

@media screen and (min-width: 992px) {
    div.apiFormPadding td.formLabel, div.apiFormPadding td.formLabelError {
        width: 24%;
    }
}

@media screen and (min-width: 1200px) {
    div.apiFormPadding td.formLabel, div.apiFormPadding td.formLabelError {
        width: 21%;
    }
}

div.apiFormPadding input.stdI, div.apiFormPadding textarea.stdT {
    width: 45%;
}

div.apiFormPadding table {
    width: 100%;
    border-collapse: collapse;
}

td.registerChooseType {
    border-top: 1px solid #e5e5e5;
    vertical-align: top;
    background: url(/g/loginSec.gif) repeat-y top left;
    padding: 6px;
    text-align: left;
    display: block;
    font-size: 14px;
}

td.registerChooseType input {
    vertical-align: middle;
    padding-top: 7px;
    width: 25px;
}

div.registerAgree {
    padding: 10px 0 15px 0;
}

div.asteriskInfo {
    padding-bottom: 20px;
}

div.registerBut {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}

div.registerButNoBorder {
    padding-top: 15px;
}
/*
input.stdField {
    width: 250px;
}

textarea.stdField {
    width: 250px;
}

select.stdField {
    width: 258px;
}
*/
div.accEditInfo {
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
}

td.formSection {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

div.fsecHeaderBG {
    border-left: 4px solid #014283;
}

div.fsecHeader {
    color: #111;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 10px 4px 7px;
}

td.newsCheckboxL {
    text-align: right;
}

td.newsCheckboxF {
    font-size: 11px;
    color: #444;
}

div.remindInfo {
    padding: 15px 0 15px 0;
    font-size: 13px;
    color: #3a3a3a;
}

img.verificationImg {
    border: 1px solid #E1E4EE;
}

div.verificationImg {
    padding-top: 3px;
}

div.remindBut {
    border-top: 1px solid #e5e5e5;
    padding-top: 12px;
}

/********* END OF API FORM STYLES ********/
/*****************************************/

/* menu */
td.menu {
    width: 200px;
    vertical-align: top;
    background: #fff;
    padding: 22px 0 0 0;
}

td.menu div.menuPos {
    border-bottom: 1px solid #eaeaea;
    padding-right: 4px;
}

td.menu div.menuPos a {
    display: block;
    padding: 5px 0 5px 12px;
    background: url('/g/l/common/arrow.gif') no-repeat top right;
    font-weight: bold;
}

td.menu div.menuPos a:hover {
    background: url('/g/l/common/arrowHover.gif') no-repeat top right;
    text-decoration: none;
    color: #0682E7;
}

td.menu div.menuPos a.current {
    background: url('/g/l/common/arrowCur.gif') no-repeat top right;
    color: #333;
}

td.menu div.menuPos a.current:hover {
    background: url('/g/l/common/arrowCur.gif') no-repeat top right;
}

td.content {
    background: #fff;
    vertical-align: top;
    padding: 2px 6px 0 26px;
}

.progressBar{
    /*padding: 10px;
    padding-left: 10vw;*/

}
/* progress bar */
div.progressBar {
    padding-top: 0px;
}

div.pBar {
    border: 1px solid #fff;
    background: url('/g/progress/barBG.gif') repeat-x top #ACB1B5;
    height: 12px;
    display: block;
}

div.pBarRight {
    background: url('/g/progress/right.gif') repeat-y right;
}

div.pBarV {
    background: url('/g/progress/barBGV.gif') repeat-x top #ACB1B5;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    height: 8px;
    padding: 2px 0 0 0;
    text-align: center;
    border: 1px solid #6F7376;
}

div.pBarLabel {
    font-weight: bold;
    font-size: 11px;
    color: #333;
}

div.progressLabel {
    padding-top: 11px;
}

div.progressPercent {
    float: right;
    font-weight: normal;
    font-size: 16px;
    color: #777;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}

.bd-callout-info {
    border-left-color: #5bc0de;
}

.headerSep {
    display: block;
    width: 2%;
    text-align: center;
    height: 2px;
    margin: auto;
    background: #5bc0de;
}

/* courses */
#coursesLoginList {
    padding: 10px 12px 10px 12px;
    background: #fcfcfc;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    border-top: 10px solid #0B5AA2;
    width: 100%;
    margin: auto;
}

#coursesSecondList {
    width: 99%;
    margin:auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    border-radius: 10px;
    padding: 1.5rem;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 200% 200%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

table.tableRes table.radio-toolbar {

}

.radio-toolbar {
    margin: 10px;
}

.radio-toolbar input[type="radio"], .radio-toolbar input[type="checkbox"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
}

.radio-toolbar label:hover {
    background-color: #dfd;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #bfb;
    border-color: #4c4;
}

.radio-toolbar input[type="checkbox"]:focus + label {
    border: 2px dashed #444;
}

.radio-toolbar input[type="checkbox"]:checked + label {
    background-color: #fb5f11;
    border-color: #ff774e;
    color: #fff;
}

@media screen and (min-width: 768px) {
    #coursesLoginList {
        width: 80%;
    }
    div.loginBut a, div.registerButton a, div.coursePagination .action, div.courseHeader .blueButR2, #domainsForm a.regButton, .mainContentForm .logButton {
        font-size: 10px;
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
    }
    div.coursePagination .action {
        line-height: 32px;
    }
}

@media screen and (min-width: 992px) {
    #coursesLoginList {
        width: 65%;
    }
}

#coursesLoginList .header {
    text-transform: uppercase;
    padding: 5px 55px;
    margin: 10px;
    color: #0B5AA2;
    font-weight: bold;
    font-size: 20px;
    background: url(/g/courseList.png) no-repeat left;
    background-size: contain;
}

#coursesLoginList .header .separator {
    display: block;
    height: 2px;
    background: #00386F;
    margin-top: 5px;
    width: 75%;
    border: 1px solid #0B5AA2;
}

#coursesLoginList .courseList {
    padding: 10px;
    margin: 10px;
    display: grid;
    grid-gap: 10px;
}

#coursesLoginList div.courseTitle {
    font-size: 16px;
    color: #0B5AA2;
    font-weight: 700;
}

#coursesLoginList div.courseTitle span {
    display: block;
    height: 2px;
    background: #00386F;
    margin-top: 5px;
    width: 10%;
    border: 1px solid #0B5AA2;
}

#coursesLoginList .courseList div.courseHeader {
    padding: 10px;
    padding-right: 0;
    display: grid;
    grid-template-columns: 10fr 1fr;
    font-size: 13px;
    grid-gap: 10px;
    border: 1px solid transparent;
    cursor: pointer;
}

#coursesLoginList .courseList div.courseHeader:hover {
    border: 1px solid #0B5AA2;
    border-radius: 10px;
}

#coursesLoginList .courseList div.courseHeader:hover a {
    text-decoration: none;
}

#coursesLoginList .courseList div.courseHeader a, #coursesLoginList div.courseTitle a {
    font-size: 13px;
    cursor: pointer;
    color: #3a3a3a;
}

#coursesLoginList .courseList div.courseHeader i {
    align-self: center;
    font-size: 15px;
    color: #0B5AA2;
    font-weight: bold;
    animation: icon 1.5s infinite forwards;
}

#coursesLoginList .courseList div.courseHeader i.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: normal;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#coursesLoginList .courseList div.courseHeader i.fa.right:before {
    content: "\2192";
}

#coursePage div.courseTitle {
    font-size: 23px;
    color: #272727;
    padding-bottom: 5px;
}

#courseSecPage .courseSecTitle {
    padding-bottom: 0.95rem;
    border-bottom: 1px solid;
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    #coursePage div.courseTitle{
        padding-left: 50px;
        background: url(/g/quizTer.png) no-repeat left;
        background-size: 40px 40px;
    }
}

#coursePage div.courseProgress {
    float: right;
    width: 30%;
}

#coursePage div.progressBar {
    padding-bottom: 8px;
}

#courseDashboard div.courseHeader {

}

#courseDashboard div.courseTitle {
    font-size: 17px;
    padding-bottom: 1px;
}

.courseMainTitle {
    width: 100% !important;
    display: block;
    padding-left: 0 !important;
}

.card-text {
    font-size: 13px;
}

.btnMainList {
    background: #01488e;
    color: #fff !important;
    border-radius: 10px 10px 10px 0;
    font-size: 0.85rem;
    letter-spacing: 0.1rem;

    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

.courseMainTitle span {
    color: #FFF;
    background: #690B59;
    background-color: rgb(105, 11, 89);
    padding: 0.2rem 1rem 0.3rem 1rem;
    display: inline-block;
    box-shadow: 2px 2px 4px rgba(140,140,140, 0.8);
    border-radius: 8px 8px 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

#courseDashboard div.courseProgress {
    float: left;
    width: 40%;
    clear: both;
}

#courseDashboard div.progressPercent {
    font-size: 13px;
    color: #111;
}

#courseDashboard div.progressLabel {
    padding-top: 2px;
}

#courseDashboard div.progressBar {
    padding-top: 5px;
}

#courseDashboard .courseContinue{
    float: right;
    width: 60%;
    text-align: right;
    padding: 10px 0;
}

#coursesList {
    padding-top: 20px;
}

#coursesList div.courseHeader {
    padding-bottom: 10px;
}

#coursesList div.courseTitle {
    font-size: 18px;
    padding-bottom: 2px;
}

#coursesList div.courseProgress {
    float: left;
    width: 50%;
}

#coursesList div.progressPercent {
    font-size: 13px;
    color: #555;
    font-weight: bold;
}

#coursesList div.progressLabel {
    padding-top: 2px;
}

div.progressRes {
    display: block;
    width: 85%;
}

#coursesList div.courseContinue {
    float: right;
    width: 50%;
    padding: 10px 0;
    text-align: right;
}

div.courseDate {
    font-size: 11px;
    padding-top: 2px;
    color: #333;
    padding-bottom: 10px;
}

div.courseDesc {
    padding-top: 10px;
    color: #656565;
}

div.courseResultOuter {
    /*    width: 360px;
        float: right;*/
    padding: 15px 0;
}

div.courseResult {
    background: url('/g/l/resultBG.gif') repeat-x top #f4f4f4;
    /*border: 1px solid #e5e5e5;*/
    border-radius: 7px;
    -moz-border-radius: 7px;
    text-shadow: 1px 1px 1px #fff;
}

div.courseResultTitle {
    font-size: 11px;
    font-weight: bold;
    color: #555;
    padding-bottom: 5px;
}

td.courseResultFirstTd {
    width: 33%;
    padding: 8px 10px 6px 10px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
}

td.courseResultTd {
    width: 33%;
    padding: 8px 10px 6px 10px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
    border-left: 1px solid #fff;
}

td.courseResultLastTd {
    width: 34%;
    padding: 8px 10px 6px 10px;
    text-align: center;
    vertical-align: top;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #e5e5e5;
}

div.courseResultScore {
    font-size: 18px;
    padding-top: 4px;
}

span.courseResultSpan {
    color: #888;
    padding: 0px 2px 0px 2px;
}

span.courseResultCount {
    color: #888;
}

td.noCourseResultTd {
    font-size: 12px;
    font-style: italic;
    vertical-align: middle;
    color: #777;
}

td.courseResultBottomTd {
    font-size: 13px;
    background: #eaeaea;
    padding: 8px 10px 6px 10px;
    text-align: center;
    border-top: 1px solid #fff;
    vertical-align: top;
}

td.courseResultBottomTd span {
    padding: 0px 10px 0px 10px;
    color: #777;
}

a.resultLink {
    font-weight: bold;
    color: #01488e;
}

div.courseStepLabel {
    text-align: center;
    font-size: 19px;
    padding: 15px 0 15px 0;
}

div.courseStepContent {
    width: 80%;
    margin: auto;
}

div.courseStepContent table tr {
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
}

div.courseStepContentH {
    padding: 0 10px 0 10px;
}

div.courseStepDesc {
    line-height: 19px;
}

div.courseStepDesc img {
    max-width: 100%;
}

div.courseQuestion {
    padding-bottom: 10px;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

td.courseInput {
    vertical-align: middle;
    padding-top: 7px;
    width: 25px;
}

td.courseAnswer {
    vertical-align: top;
    padding-top: 9px;
    font-size: 15px;
}

td.courseAnswer label {
    font-weight: 400;
    margin-bottom: 0;
}

td.courseAnswerAnswered {
    vertical-align: top;
    padding-top: 5px;
    font-size: 13px;
}

.courseAnswerAnswered {
    justify-content: center;
    align-items: center;
    display: flex;
}

div.courseAnswer, div.courseAnswerError, div.courseAnswerSuccess {
    padding: 4px 9px 4px 9px;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

div.courseAnswerError {
    background: #FFE3E3;
    color: #E50707;
    padding: 7px 9px 7px 9px;
}

div.courseAnswerSuccess {
    background: #E3FFC5;
    color: #387900;
    padding: 7px 9px 7px 9px;
}

div.courseAnswerInfo {
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 5px;
}

div.courseLogin {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    position: relative;
    flex-wrap: nowrap;
    /*padding-top: 50px;*/
}

div.courseLogin .courseAccount {
    width: 45%;
    border-top: 10px solid #0B5AA2;
    border-right: 1px solid;
    padding: 10px 20px;
}

div.courseLogin .courseAccount .listing {
    text-align: center;
    font-size: 13px;
}

div.courseLogin .courseLog {
    width: 35%;
    border-top: 10px solid #0B5AA2;
    border-right: 1px solid;
    padding: 10px 20px;
}

div.courseLogin .courseAccount .header, div.courseLogin .courseLog .header{
    text-align: center;
    padding: 15px;
    font-size: 21px;
    font-weight: bold;
}

.breadcrumbsData {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 0;
}

.breadcrumbsData .menuPos {
    padding: 0 15px;
}

.breadcrumbsData .menuPos a {
    font-size: 13px;
    cursor: pointer;
    color: #3a3a3a;
}

div.summaryDiv {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

.stepNoLabel {
    width: 10%;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #555;
    padding-top: 2px;
    text-shadow: 1px 1px 1px #fff;
}

.stepsCourse {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.stepNoDiv {
    background: #f8f8f8;
    margin-bottom: 15px;
    margin-top: 8px;
    border-radius: 7px;
    padding: 7px 0px 7px 0px;
}

.stepNo {
    font-size: 17px;
    color: #555;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: 0 2px 4px 2px;
    display: inline-block;
    text-align: center;
}

.stepNoCurrent {
    background: #00386f;
    color: #fff;
    text-shadow: 0px 0px 0px #fff;
}

.stepNoLink {
    background: #E0ECF4;
    color: #333;
}

.stepNo a {
    text-decoration: none;
}

div.programIntro {
    line-height: 18px;
    padding: 15px 30px 10px 36px;
    text-align: center;
}

div.programModules {
    padding: 0px 40px 0px 36px;
}

div.pageTitle {
    font-size: 23px;
    color: #272727;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #e0e0e0;
}

div.pageTitleBC {
    font-size: 23px;
    color: #272727;
    text-align: center;
    text-shadow: 1px 1px 1px #ccc;
}

/* USED IN API TPL */

div.bcL {
    background: url('/g/l/common/bcL.gif') bottom left no-repeat #fff;
}

div.bcR {
    background-image: url(/g/registration.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    font-size: 11px;
    color: #444;
    padding: 5px 12px 5px 12px
}

div.bcR span {
    padding: 0 7px 0 7px;
}

td.dashboardLeft {
    width: 50%;
    vertical-align: top;
}

td.dashboardRight {
    width: 50%;
    vertical-align: top;
}

div.dashboardSection {
    padding-top: 10px;
}

div.knowledgeTitle, div.coursesTitle {
    font-size: 20px;
    color: #333;
    padding: 0 0 0 40px;
}

div.knowledgeTitle {
    background: url('/g/knowledge.png') no-repeat top left;
}

div.coursesTitle {
    background: url('/g/courseList.png') no-repeat top left;
    background-size: contain;
}

div.pageTitleIcon {
    position: absolute;
    z-index: 100;
    margin-left: -37px;
}

div.kSection {
    padding-bottom: 6px;
    /*border-bottom: 1px solid #e5e5e5;*/
    margin-bottom: 6px;
}

div.kPos {
    font-size: 13px;
    font-weight: bold;
}

div.kSubpos {
    padding-left: 20px;
    padding-top: 5px;
    background: url('/g/kPageDot.gif') no-repeat top left;
    background-position: 11px 11px;
}

td.kMenu {
    vertical-align: top;
    width: 230px;
    padding: 47px 30px 0 0;
}

td.kContent {
    vertical-align: top;
    padding: 11px 0 0 0;
}

div.kPageTitle {
    font-size: 20px;
    color: #272727;
    padding: 0 0 12px 0;
    border: none;
}

div.kPageAbstract {
    line-height: 17px;
    font-size: 11px;
    font-weight: bold;
    color: #222;
    padding-bottom: 8px;
    padding-top: 4px;
}

div.kPageContent {
    line-height: 19px;
}

div.kPageSource {
    padding-bottom: 15px;
    color: #777;
    font-size: 11px;
}

div.kPageCur, div.kPageCurMain {
    position: absolute;
    z-index: 100;
    margin-left: -17px;
    margin-top: 7px;
}

div.kPageCurMain {
    margin-top: 4px;
}


div.mainViewContent {
    background: #FAFAFA;
    margin: 0 -12px 0px -12px;
}

div.mainViewContentT {
    background: url('/g/l/common/view/topBG.gif') repeat-x top;
}

div.mainViewContentB {
    background: url('/g/l/common/view/bottomBG.gif') repeat-x bottom;
    padding: 12px 12px 14px 12px;
}

div.mainViewContentInner {
    padding: 0 95px 0 95px;
}

div.mainContentForm {
    background: #fff;
    padding: 23px 40px 10px 40px;
}

div.mainViewTxt {
    padding: 0px 0px 10px 0px;
    color: #555;
    font-weight: normal;
    font-size: 12px;
}

ul.foldsView {
    margin: 0 0 0 -15px;
    padding: 0;
    list-style: none;
}

ul.foldsView li {
    float: left;
}

ul.foldsView li a {
    display: block;
    height: 22px;
    padding: 6px 18px 0px 16px;
}

ul.foldsView li a strong {
    font-weight: bold;
}

ul.foldsView li a.selected {
    background: url('/g/l/common/view/butLC.png') top left no-repeat;
    text-decoration: none;
    padding: 0 0 0 9px;
    height: 28px;
    color: #313131;
}

ul.foldsView li a.selected strong {
    display: block;
    font-weight: bold;
    height: 22px;
    background: url('/g/l/common/view/butRC.png') top right no-repeat;
    padding: 6px 18px 0 7px;
}

div.viewLine {
    padding: 7px 0 10px 0;
}

div.mainViewHistory2 {
    background: url('/g/l/common/view/historyLine.gif') bottom left no-repeat;
    padding-top: 20px;
    padding-bottom: 1px;
}

div.mainViewHistoryPos {
    padding: 8px 95px 7px 95px;
    background: url('/g/l/common/view/historyLine.gif') top left no-repeat;
}

div.mainViewHistoryPosCur {
    padding: 1px 0 0 0;
    background: url('/g/l/common/view/historyLine.gif') top left no-repeat;
}

div.mainViewHistoryPosCur2 {
    padding: 7px 95px 7px 75px;
    background: url('/g/l/common/view/historyCBG.gif') top left repeat-y;
}

div.mainViewHistoryPosCur3 {
    padding: 0 0 0 20px;
    background: url('/g/l/common/view/historyC.png') left center no-repeat;
}

div.historyItem1 {
    float: left;
    color: #333;
    width: 70px;
}

div.historyItem2 {
    float: left;
    width: 90px;
}

div.historyItem2 a {
    text-decoration: none;
    color: #aaa;
}

div.historyItem3 {
    float: left;
    width: 300px;
}

div.historyItem4 {
    float: left;
    width: 240px;
}

div.historyBold {
    font-weight: bold;
}

div.historyBlack a {
    text-decoration: none;
    color: #333;
}

div.deleteTitle {
    padding: 10px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

div.plainText {
    line-height: 19px;
    padding-top: 10px;
}

a.dNameCur {
    background: url('/g/l/common/arrowCur.gif') no-repeat top left;
    color: #222;
    display: block;
    font-weight: bold;
    font-size: 11px;
    padding: 2px 0 6px 25px;
    margin-top: 4px;
    border-bottom: 1px solid #e2e2e2;
}

a.dNameCur:hover {
    text-decoration: none;
}

div.botL {
    background: url('/g/l/common/mainBL.png') bottom left no-repeat;
    padding: 0 0 0 6px;
}

div.botR {
    background: url('/g/l/common/mainBR.png') bottom right no-repeat;
    padding: 0 6px 0 0;
}

div.bot {
    background: #fff;
}

/*buttons*/
a.blueBut {
    float: left;
    /*margin-right: 20px;*/
    min-width: 7vw;
    display: block;
    /*background: url('/g/l/common/but/blueL.gif?v=2') top left no-repeat;*/
    /*background-size : cover;*/
    background: rgb(19,107,181);
    background: linear-gradient(180deg, rgba(19,107,181,1) 0%, rgba(0,49,149,1) 100%);
    border: 1px solid #003396;
    box-shadow: inset 1px 1px 1px #5790c9;
    border-radius: 15px;
    padding-bottom: 5px;
    color: #fff;
    margin-bottom: 10px;
}

a.blueBut strong {
    display: block;


    /*background: url('/g/l/common/but/blueR.gif?v=2') top right no-repeat;*/
    font-size: 11px;
    color: #fff;
    padding: 4px 14px 0 14px;
    height: 19px;
}

a.blueBut2 {
    border-radius: 15px;
    padding-bottom: 5px;

    float: left;
    margin-right: 20px;
    display: block;
    background: url('/g/l/common/but/blueL2.gif?v=2') top left no-repeat;
    color: #fff;
    padding-left: 12px;
}

a.blueBut2 strong {
    border-radius: 15px;
    padding-bottom: 5px;

    display: block;
    background: url('/g/l/common/but/blueR2.gif?v=2') top right no-repeat;
    font-size: 11px;
    color: #fff;
    padding: 4px 14px 0 2px;
    height: 19px;
}

a.blueButR {
    border-radius: 15px;
    padding-bottom: 5px;

    float: right;
    display: block;
    background: url('/g/l/common/but/blueL.gif?v=2') top left no-repeat;
    color: #fff;
}

a.blueButR strong {
    border-radius: 15px;
    padding-bottom: 5px;

    display: block;
    background: url('/g/l/common/but/blueR.gif?v=2') top right no-repeat;
    font-size: 11px;
    color: #fff;
    padding: 4px 14px 0 14px;
    height: 19px;
}

a.greyBut {
    border-radius: 15px;
    padding-bottom: 5px;
    float: left;
    display: block;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);
    box-shadow: inset 1px 1px 1px #f4f4f4;
    border: 1px solid #c9c9c9;
    /*background: url('/g/l/common/but/greyL.gif') top left no-repeat;*/
    color: #000;
}

a.greyBut strong {
    border-radius: 15px;
    padding-bottom: 5px;

    display: block;
    /*background: url('/g/l/common/but/greyR.gif') top right no-repeat;*/
    font-size: 11px;
    text-shadow: 1px 1px 1px #fcfcfc;
    color: #151515;
    padding: 4px 14px 0 14px;
    font-style: normal;
    height: 19px;
}

a.greyBut:hover {
    text-decoration: none;
}

a.greyBut2 {
    border-radius: 15px;
    padding-bottom: 5px;

    float: left;
    display: block;
    background: url('/g/l/common/but/greyL2.gif') top left no-repeat;
    color: #000;
    padding-left: 12px;
}

a.greyBut2 strong {
    border-radius: 15px;
    padding-bottom: 5px;

    display: block;
    background: url('/g/l/common/but/greyR2.gif') top right no-repeat;
    font-size: 11px;
    text-shadow: 1px 1px 1px #fcfcfc;
    color: #151515;
    padding: 4px 14px 0 2px;
    font-style: normal;
    height: 19px;
}

a.greyBut2:hover {
    text-decoration: none;
}

div.articleButtons {
    width: 535px;
}

/*form*/
form {
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

input, textarea, select {
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    color: #000;
}

input.stdI, select.stdS, textarea.stdT {
    border: 1px solid #9DA4B0;
    background: url('/g/l/common/form/input.gif') no-repeat top left;
}

input.stdI, textarea.stdT {
    padding: 4px 3px 3px 3px;
}

select.stdS {
    padding: 3px 2px 2px 2px;
}

input.stdI:focus, textarea.stdT:focus, select.stdS:focus {
    border: 1px solid #1F74CE;
}

input.stdSI, select.stdSS, textarea.stdST {
    border: 1px solid #9DA4B0;
    background: url('/g/l/common/form/input.gif') no-repeat top left;
}

input.stdSI, textarea.stdST {
    padding: 2px 3px 1px 3px;
}

select.stdSS {
    padding: 1px 1px 0px 2px;
}

input.stdSI:focus, textarea.stdST:focus, select.stdSS:focus {
    border: 1px solid #1F74CE;
}

input.field, textarea.field {
    width: 330px;
}

select.field {
    width: 338px;
}

textarea.fieldPad {
}

div.fieldTools {
    padding: 4px;
    width: 319px;
}

div.fieldTools a {
    font-weight: bold;
}

input.fieldS, textarea.fieldS {
    width: 279px;
}

select.fieldS {
    width: 287px;
}

input.fieldS2, textarea.fieldS2 {
    width: 198px;
}

select.fieldS2 {
    width: 206px;
}

input.fieldHalf, textarea.fieldHalf {
    width: 128px;
}

input.fieldHalf2, textarea.fieldHalf2 {
    width: 110px;
}

input.fieldSmall, textarea.fieldSmall {
    width: 180px;
}

input.fieldSmall2, textarea.fieldSmall2 {
    width: 170px;
}

input.fieldTiny, textarea.fieldTiny {
    width: 60px;
}

input.fieldNormal, textarea.fieldNormal {
    width: 263px;
}

input.fieldBig, textarea.fieldBig {
    width: 450px;
}

textarea.fieldInstitution {
    width: 414px;
    height: 50px;
}

input.fieldDate {
    width: 99px;
    margin-right: 11px;
}

a.clearDate, a.clearDate2 {
    float: right;
    display: block;
    margin-left: 9px;
    padding-top: 8px;
}

a.clearDate2 {
    padding-top: 6px;
}

select.tableChooseCount {
    font-size: 11px;
    padding: 0;
    width: 50px;
}

.boldBlueText {
    color: #518100;
    font-weight: bold;
}

div.aFormLabel {
    font-weight: bold;
    color: #222;
    font-size: 11px;
    padding-bottom: 4px;
}

td.aFormField, td.aFormFieldLast, td.aFormFieldFiles {
    padding: 0 19px 16px 0;
    vertical-align: top;
}

td.aFormFieldAuthor {
    padding: 0 15px 16px 0;
    vertical-align: bottom;
}

td.aFormFieldLast {
    padding: 0 0 16px 0;
}

td.aFormFieldFiles {
    padding: 0 70px 15px 0;
    width: 180px;
}

a.aFormSearchAuthor {
    font-size: 11px;
    font-weight: bold;
    background: url('/g/l/common/action/show.gif') top left no-repeat;
    background-position: 0 1px;
    padding: 0 0 0 17px;
    display: block;
}

td.formLabel, td.formLabelLast, td.formLabelError {
    font-weight: bold;
    color: #333;
    vertical-align: top;
    padding: 11px 5px 5px 2px;
    width: 181px;
    border: 1px solid #e0e0e0;
    border-width: 1px 0 0 0;
    font-size:13px;
}

td.formLabelError {
    color: #ff0000;
}

td.formLabelLast {
    border-width: 1px 0 1px 0;
}

td.formLabelSmall, td.formLabelLastSmall {
    font-weight: bold;
    font-size: 11px;
    color: #333;
    vertical-align: top;
    padding: 11px 5px 5px 2px;
    width: 115px;
    border: 1px solid #e0e0e0;
    border-width: 1px 0 0 0;
}

td.formLabelLastSmall {
    border-width: 1px 0 1px 0;
}

div.formLabel {
    font-weight: bold;
    color: #333;
    padding: 0 0 16px 2px;
}

td.formWordCounts, td.formWordCountsLast {
    vertical-align: bottom;
    padding: 0 0 9px 1px;
}

td.formWordCountsLast {
    border-bottom: 1px solid #e0e0e0;
}


div.ajaxFormLabel {
    font-weight: bold;
    color: #333;
    vertical-align: top;
    padding: 7px 5px 3px 2px;
    font-size: 11px;
}


td.formField, td.formFieldLast {
    vertical-align: top;
    padding: 7px 2px 7px 6px;
    border: 1px solid #e0e0e0;
    border-width: 1px 0 0 0;
}

td.formFieldLast {
    border-width: 1px 0 1px 0;
}

td.leftFormField, td.rightFormField, td.leftFormFieldQueue, td.rightFormFieldQueue, td.leftFormFieldLast, td.rightFormFieldLast, td.leftFormRowLast {
    vertical-align: top;
    padding: 6px 15px 7px 2px;
    border: 1px solid #e0e0e0;
    border-width: 1px 1px 0 0;
}

td.rightFormField {
    border-width: 1px 0 0 0;
    padding: 6px 2px 7px 15px;
}

td.leftFormFieldLast {
    border-width: 1px 1px 1px 0;
}

td.rightFormFieldLast {
    border-width: 1px 0 1px 0;
    padding: 6px 2px 7px 15px;
}

td.leftFormRowLast {
    border-width: 0 0 1px 0;
}

td.leftFormFieldQueue {
    border-width: 1px 0 0px 0px;
    padding: 4px 16px 6px 5px;
    vertical-align: bottom;
}

td.rightFormFieldQueue {
    border-width: 1px 0px 0px 0;
    padding: 4px 7px 6px 0px;
    vertical-align: bottom;
}

td.topAllQueue {
    padding: 2px 16px 4px 5px;
    vertical-align: bottom;
}

span.topQueue {
    font-size: 14px;
}

div.possibleProblems {
    padding-bottom: 1px;
    color: #777;
    font-weight: bold;
    font-size: 11px;
}

td.queueRadio {
    padding: 3px 4px 3px 0;
}

td.queueName {
    font-size: 12px;
    padding-top: 3px;
}

td.checkboxFilter {
    padding-right: 36px
}

div.hintBox {
    font-size: 11px;
    color: #4f4f4f;
    padding: 2px 0 0 1px;
}

div.errorBox {
    color: #E51313;
    padding: 3px 0 0 1px;
    font-size: 11px;
    font-weight: bold;
}

div.errorBoxNoPad {
    color: #E51313;
    padding: 3px 0 0 0;
    font-size: 11px;
    font-weight: bold;
}

td.formSectionLabel {
    padding: 25px 0 2px 0;
    font-size: 15px;
    font-weight: bold;
    color: #444;
    border: 1px solid #e0e0e0;
    border-width: 1px 0 0 0;
}

input.button {
    /*background: url('/g/l/common/but/submitBut.gif') repeat-x;*/
    background: rgb(19,107,181);
    background: linear-gradient(180deg, rgba(19,107,181,1) 0%, rgba(0,49,149,1) 100%);
    border: 1px solid #003396;
    box-shadow: inset 1px 1px 1px #5790c9;
    padding: 2px 10px 3px 10px;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    margin: 2px;
}

/*status frames*/
div.statusBottom, div.statusBottomNoBot, div.statusBottomNoMargin, div.statusBottomNoTop, div.statusBottomLoginMargin {
    /*background: url('/g/l/common/form/frameDot.gif') repeat-x bottom #f0f0f0;*/
    margin: 10px 0 10px 0;
}

div.statusBottomNoBot {
    margin-bottom: 0px;
}

div.statusBottomNoMargin {
    margin: 0px;
}

div.statusBottomNoTop {
    margin-top: 0px;
}

div.statusBottomLoginMargin {
    margin: 3px 0 6px 0;
}

div.statusLeft {
    /*border: 1px solid red;*/
}

div.statusRight {
    /*background: url('/g/l/common/form/frameDot.gif') repeat-y right;*/
}

div.statusBL {
    /*background: url('/g/l/common/form/frameBL.gif') no-repeat bottom left;*/
}

div.statusBR {
    /*background: url('/g/l/common/form/frameBR.gif') no-repeat bottom right;*/
}

div.status {

    /*background: url('/g/l/common/form/frameTop.gif') repeat-x top left;*/
}

div.statusR {    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

    /*background: url('/g/l/common/form/frameRight.gif') no-repeat top right;*/
}

div.statusSuccess {

    margin:3px  5px;
    border-radius: 50%;
    background: rgb(145,188,58);
    background: linear-gradient(180deg, rgba(145,188,58,1) 0%, rgba(77,141,7,1) 100%);
    color: white;
    max-width: 25px;
    max-height: 25px;
    min-width: 25px;
    min-height: 25px;
    font-size: 2em;
    text-shadow: 1px 0px 1px #6C6C6C, 0px 1px 1px #6C6C6C, -1px 0px 1px #6C6C6C, 0px -1px 1px #6C6C6C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Times New Roman", Times, serif;
    box-shadow: inset 3px 2px 5px 4px rgba(255,255,255,0.2);

    /*background: url('/g/l/common/form/success.gif') no-repeat top left;*/
    /*padding: 11px 10px 10px 45px;*/

}

div.statusError {
    margin:3px  5px;
    border-radius: 50%;
    background: rgb(216,30,30);
    background: linear-gradient(180deg, rgba(216,30,30,1) 0%, rgba(168,1,1,1) 100%);
    color: white;
    max-width: 25px;
    max-height: 25px;
    min-width: 25px;
    min-height: 25px;
    font-size: 2em;
    /*font-weight: bold;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 0.1em;*/
    font-family: "Times New Roman", Times, serif;
    box-shadow: inset 3px 2px 5px 4px rgba(255,255,255,0.2);


    /*background: url('/g/l/common/form/error.gif') no-repeat top left;*/
    /*padding: 11px 10px 10px 45px;*/



}

div.statusInfo {
    margin:3px  5px;
    border-radius: 50%;
    background: rgb(37,143,224);
    background: linear-gradient(180deg, rgba(37,143,224,1) 0%, rgba(15,69,154,1) 100%);
    color: white;
    max-width: 25px;
    max-height: 25px;
    min-width: 25px;
    min-height: 25px;
    font-size: 1.5em;
    text-shadow: 1px 0px 1px #6C6C6C, 0px 1px 1px #6C6C6C, -1px 0px 1px #6C6C6C, 0px -1px 1px #6C6C6C;

    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 0.1em;*/
    font-family: "Times New Roman", Times, serif;
    box-shadow: inset 3px 2px 5px 4px rgba(255,255,255,0.2);

    /*background: url('/g/l/common/form/info.gif') no-repeat top left;*/
    /*padding: 11px 10px 10px 45px;*/
}

div.statusTitle {
    float: left;
    font-weight: bold;
    color: #444;
    font-size: 12px;
}

div.statusContent {
    color: #292929;
    padding-top: 4px;
}

div.statusSmallSuccess, div.statusSmallSuccessNoPad {
    margin-top: 11px;
    background: url('/g/l/common/form/success.gif') no-repeat top left;
    padding: 2px 0 2px 25px;
    color: #00FF05;
    font-size: 11px;
    font-weight: bold;
}

div.statusSmallSuccessNoPad {
    margin-top: 0;
}

div.statusSmallError, div.statusSmallErrorNoPad {
    margin-top: 11px;
    background: url('/g/l/common/form/errorSmall.gif') no-repeat top left;
    padding: 2px 0 2px 25px;
    color: #E60005;
    font-size: 11px;
    font-weight: bold;
}

div.statusSmallErrorNoPad {
    margin-top: 0;
}

div.statusSmallInfo, div.statusSmallInfoNoPad {
    margin-top: 11px;
    background: url('/g/l/common/form/infoSmall.gif') no-repeat top left;
    padding: 2px 0 2px 25px;
    color: #999;
    font-size: 11px;
    font-weight: bold;
}

div.statusSmallInfoNoPad {
    margin-top: 0;
}

div.statusSmallInfo2, div.statusSmallInfoNoPad2 {
    margin-top: 11px;
    padding: 2px 6px 5px 25px;
    float: right;
    color: #888;
    font-size: 11px;
    font-weight: bold;
}

div.statusSmallInfoNoPad2 {
    margin-top: 0;
}

div.revisionInfo {
    padding: 13px 12px 0 12px;
    background: #fff;
    color: #555;
}

/** ajax status */
div.ajaxStatusInfoDiv {
    padding-right: 7px;
    background: #E5F0FA;
    width: 450px;
}

td.ajaxStatusInfoIcon {
    vertical-align: top;
    background: #E5F0FA;
    padding: 9px;
}

div.ajaxStatusQuestionDiv {
    padding-right: 7px;
    background: #E5F0FA;
    width: 450px;
}

td.ajaxStatusQuestionIcon {
    vertical-align: top;
    background: #E5F0FA;
    padding: 9px;
}

td.ajaxStatusContent {
    vertical-align: top;
    background: #FFFFFF;
    padding: 16px 20px 15px 15px;
    color: #333;
    font-weight: bold;
}

/*table*/
div.tBorderT {
    background: url('/g/l/common/table/top.gif') repeat-x top;
}

div.tBorderB {
    background: url('/g/l/common/table/bottom.gif') repeat-x bottom;
}

div.tBorderL {
    background: url('/g/l/common/table/left.gif') repeat-y left;
}

div.tBorderR {
    background: url('/g/l/common/table/right.gif') repeat-y right;
}

div.tBorderTL {
    background: url('/g/l/common/table/tl.gif') no-repeat top left;
}

div.tBorderTR {
    background: url('/g/l/common/table/tr.gif') no-repeat top right;
}

div.tBorderBR {
    background: url('/g/l/common/table/br.gif') no-repeat bottom right;
}

div.tBorderBL {
    background: url('/g/l/common/table/bl.gif') no-repeat bottom left;
    padding: 4px;
}

table.indexingTable {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

td.indexingCell {
    padding: 6px 6px 6px 12px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #eaeaea;
    vertical-align: top;
}

td.indexingCell strong {
    font-weight: bold;
    color: #2f2f2f;
}

td.indexingCellNoRight {
    border-right: 0px;
}

tr.indexingCells:hover {
    background: #f8f8f8;
}

tr.indexingCellsRed {
    background: #FFF8F8;
}

tr.indexingCellsRed:hover {
    background: #FFF0F0;
}


table.topAndBottom {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

table.mainTable {
    border: 1px solid #cdcdcd;
}

td.cellLabel {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    padding: 5px 6px 5px 6px;
    border: 1px solid #cdcdcd;
    border-width: 0 1px 1px 0;
    background: url('/g/l/common/table/labelBG.gif') repeat-x bottom;
}

td.cell {
    padding: 6px 6px 6px 6px;
    border-bottom: 1px solid #cdcdcd;
    border-right: 1px solid #eaeaea;
    vertical-align: top;
}

td.cell strong {
    font-weight: bold;
    color: #2f2f2f;
}

td.cellLRow {
    border-width: 0;
    border-right: 1px solid #eaeaea;
}

td.cellLCol {
    border-width: 0 0 1px 0;
}

td.cellLLast {
    border-width: 0;
}

tr.cells:hover {
    background: #f4f4f4;
}

td.cellLineHigher {
    line-height: 18px;
}


tr.current {
    background: #f9f9f9;
}

div.tFoot {
    background: #fff url('/g/l/common/table/foot.gif') repeat-x top;
    border: 1px solid #cdcdcd;
    border-width: 0 1px 1px 1px;
    padding: 12px 7px 9px 7px;
}

div.tCount {
    color: #444;
    font-size: 11px;
}

div.tCount b {
    font-size: 15px;
    padding-left: 6px;
}

div.tableChooseCount {
    float: right;
    color: #444;
    font-size: 11px;
    padding-top: 40px;
}

/* paging */
div.pagingDiv {
    padding: 5px 0 5px 0;
    margin: 20px 0 0 0;
}

div.pagingDiv a {
    color: #0069BE;
    padding: 3px 8px 3px 8px;
    font-weight: bold;
    font-size: 11px;
    border: 1px solid #d9d9d9;
    background: url('/g/l/common/table/pagingLink.gif') repeat-x bottom left;
}

div.pagingDiv a:hover {
    text-decoration: none;
    border: 1px solid #9AA2AC;
}

div.pagingDiv b {
    padding: 3px 8px 3px 8px;
    font-size: 11px;
    background: url('/g/l/common/table/paging.gif') repeat-x bottom left;
    color: #fff;
    border: 1px solid #fff;
}

span.pagingLabel {
    color: #444;
    font-size: 11px;
}


/* steps */
td.steps {
    width: 220px;
    vertical-align: top;
    background: #fff;
    padding: 15px 35px 0 0;
}

div.step {
    border-bottom: 1px solid #efefef;
    padding: 4px 0 4px 7px;
}

div.numberC {
    float: left;
    background: url('/g/l/common/steps/stepC.gif') no-repeat top left;
    height: 21px;
    padding: 6px 0 0 0;
    width: 27px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

div.number {
    float: left;
    background: url('/g/l/common/steps/step.gif') no-repeat top left;
    height: 21px;
    padding: 6px 0 0 0;
    width: 27px;
    font-size: 14px;
    font-weight: bold;
    color: #222;
    text-align: center;
}

div.stepNameC a {
    float: left;
    display: block;
    padding: 7px 10px 0 8px;
    font-weight: bold;
    color: #000;
    width: 140px;
}

div.stepName a {
    float: left;
    display: block;
    padding: 7px 10px 0 8px;
    font-weight: bold;
    width: 140px;
    color: #939393;
}

div.stepEmpty {
    float: left;
    display: block;
    background: url('/g/l/common/steps/empty.gif') no-repeat bottom left;
    width: 24px;
    height: 25px;
}

div.stepTicked {
    float: left;
    display: block;
    background: url('/g/l/common/steps/ticked.gif') no-repeat bottom left;
    width: 24px;
    height: 25px;
}

/*dashboard*/
td.dash, td.dashL {
    width: 33%;
    background: url('/g/l/common/dash/bg.gif') repeat-x bottom #fff;
    border: 1px solid #e2e2e2;
    border-width: 0 1px 1px 0;
    padding: 17px 15px 17px 15px;
    vertical-align: top;
}

td.dashL {
    width: 34%;
    border-width: 0 0 1px 0;
}

td.dash:hover, td.dashL:hover {
    background: url('/g/l/common/dash/bgC.gif') repeat-x bottom #fff;
}

td.dashU, td.dashUL {
    width: 25%;
    background: url('/g/l/common/dash/bg.gif') repeat-x bottom #fff;
    border: 1px solid #e2e2e2;
    border-width: 0 1px 1px 0;
    padding: 17px 15px 17px 15px;
    vertical-align: top;
}

td.dashUL {
    width: 25%;
    border-width: 0 0 1px 0;
}

td.dashU:hover, td.dashUL:hover {
    background: url('/g/l/common/dash/bgC.gif') repeat-x bottom #fff;
}


div.queue, div.queueLink {
    padding: 2px 0 2px 10px;
}

div.queueLink {
    background: url('/g/l/common/dash/arrow.gif') no-repeat top left;
    background-position: 0 7px;
}

div.dashBreak {
    margin: 6px 0 6px 8px;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    background: url('/g/l/common/dash/break.gif') no-repeat top left;
}

div.dashButPad {
    padding: 0 0 6px 7px;
}

a.greyButAdd {
    float: left;
    display: block;
    background: url('/g/l/common/but/greyLAdd.gif') top left no-repeat;
    color: #000;
}

a.greyButAdd strong {
    display: block;
    background: url('/g/l/common/but/greyR.gif') top right no-repeat;
    font-size: 12px;
    text-shadow: 1px 1px 1px #fcfcfc;
    color: #151515;
    padding: 4px 14px 0 29px;
    height: 19px;
}

a.greyButAdd:hover {
    text-decoration: none;
}

a.greyButEdit {
    float: right;
    display: block;
    background: url('/g/l/common/but/greyLEdit.gif') top left no-repeat;
    color: #000;
}

a.greyButEdit strong {
    display: block;
    background: url('/g/l/common/but/greyR.gif') top right no-repeat;
    font-size: 12px;
    text-shadow: 1px 1px 1px #fcfcfc;
    color: #151515;
    padding: 4px 14px 0 29px;
    height: 19px;
}

a.greyButEdit:hover {
    text-decoration: none;
}

a.blueButRight {
    float: left;
    display: block;
    background: url('/g/l/common/but/blueL.gif?v=2') top left no-repeat;
    color: #fff;
}

a.blueButRight strong {
    display: block;
    background: url('/g/l/common/but/blueRArrow.gif?v=2') top right no-repeat;
    font-size: 11px;
    color: #fff;
    padding: 4px 22px 0 14px;
    height: 19px;
}

a.blueButRight:hover {
    text-decoration: none;
}

a.blueButLeft {
    float: left;
    margin-right: 20px;
    display: block;
    background: url('/g/l/common/but/blueLArrow.gif?v=2') top left no-repeat;
    color: #fff;
}

a.blueButLeft strong {
    display: block;
    background: url('/g/l/common/but/blueR.gif?v=2') top right no-repeat;
    font-size: 11px;
    color: #fff;
    padding: 4px 14px 0 22px;
    height: 19px;
}

a.blueButLeft:hover {
    text-decoration: none;
}


/*view*/
td.stepFieldLabel {
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    width: 119px;
    border-top: 1px solid #d2d2d2;
    padding: 10px 40px 10px 0;
}

td.stepFieldValue {
    vertical-align: top;
    border-top: 1px solid #d2d2d2;
    padding: 10px 0 40px 0;
}

div.sfLabel, div.sfLabelNoPad {
    font-size: 14px;
    padding: 13px 0 5px 0;
}

div.sfLabelNoPad {
    padding: 0 0 5px 0;
}

div.editBut {
    float: right;
    padding: 0 0 5px 25px;
}

div.stepViewNo {
    padding-top: 3px;
    font-size: 29px;
    letter-spacing: -3px;
    color: #e5e5e5;
}

div.mainView {
    padding: 38px 95px 0 95px;
}

div.historyLabel {
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.stepNoBorder {
    border-top: 0;
}

/* td.width */
td.w20 {
    width: 20px;
}

td.w25 {
    width: 25px;
}

td.w30 {
    width: 30px;
}

td.w40 {
    width: 40px;
}

td.w50 {
    width: 50px;
}

td.w60 {
    width: 60px;
}

td.w70 {
    width: 70px;
}

td.w75 {
    width: 75px;
}

td.w80 {
    width: 80px;
}

td.w100 {
    width: 100px;
}

td.w110 {
    width: 110px;
}

td.w120 {
    width: 120px;
}

td.w130 {
    width: 130px;
}

td.w140 {
    width: 140px;
}

td.w150 {
    width: 150px;
}

td.w160 {
    width: 160px;
}

td.w180 {
    width: 180px;
}

td.w200 {
    width: 200px;
}

td.w220 {
    width: 220px;
}

td.w240 {
    width: 240px;
}

td.w300 {
    width: 300px;
}

td.w350 {
    width: 350px;
}

td.w400 {
    width: 400px;
}

.jsStatus {
    font-size: 11px;
    color: #555;
    background-color: #fff;
    border: solid #fff 1px;
}

.jsStatusRed {
    font-size: 11px;
    color: #E60005;
    background-color: #fff;
    border: solid #fff 1px;
}

.keywordsIndexedStatus {
    font-size: 11px;
    color: #555;
    background-color: #fff;
}

td.keywordsIndexedLabel {
    padding: 0px 0px 3px 3px;
}

td.keywordsIndexedValue {
    padding: 0px 0px 3px 7px;
}


div.keywordsIndexedContainer2 {
    padding: 10px;
    border: 1px solid #1F74CE;
    background: url('/g/l/common/form/input.gif') no-repeat top left;
}

.keywordItem {
    font-size: 12px;
    font-weight: normal;
    color: #111111;
    text-shadow: 1px 1px 1px #ffffff;
    border: 1px solid #e5e5e5;
    background: #f6f6f6;
    padding: 2px 7px 2px 5px;
    margin: 0px 6px 6px 0px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.redStatus {
    color: #E60005;
}

/*jquery styles overwritten*/
.ui-widget {
    font-family: Arial, sans-serif;
    font-size: 1em;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
    cursor: pointer;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 6px;
    line-height: 1.3;
    zoom: 1;
    border-bottom: 1px solid #adc8e4;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: none;
    background: #f6f8fa;
    color: #333;
}

.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: 0px;
    color: #333;
}

.ui-widget-content {
    border: 1px solid #adc8e4;
    border-width: 1px 1px 1px 1px;
    background: #ffffff;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.ui-autocomplete-loading {
    background: white url('/css/flick/images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

* html .ui-autocomplete {
    height: 250px;
}

.ui-autocomplete-select {
    background: white url('/g/l/common/select.gif') right center no-repeat;
}

span.phraseSel {
    font-weight: bold;
    background: #FFFB8D;
    border: 1px solid #FFFB8D;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.addKeywordSelectItem {
    border: 0px solid #adc8e4;
    text-shadow: 1px 1px 1px #ffffff;
    color: #0682E7;
    font-weight: normal;
    font-size: 11px;
    background: url('/g/l/addKeyword.gif') repeat-x bottom #f6f8fa;
    padding: 7px 6px 6px 6px;
}

/*#EDF2F5*/


div.msAction {
    padding: 0 2px 0 2px;
}

div.msAction2 {
    padding: 4px 0 0 0;
}

div.msActionBreak {
    border-bottom: 1px solid #e3e3e3;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 3px 0 4px 0;
}

div.msAction a {
    display: block;
    padding: 1px 10px 1px 24px;
    font-size: 11px;
}

div.msAction2 a {
    display: block;
    padding: 1px 10px 1px 25px;
    font-size: 11px;
}

a.msActionEdit {
    background: url('/g/l/common/action/edit.gif') top left no-repeat;
    background-position: 3px 1px;
}

a.msActionDelete {
    background: url('/g/l/common/action/delete.gif') top left no-repeat;
    background-position: 5px 4px;
}

a.msActionSubmit {
    background: url('/g/l/common/action/submit.gif') top left no-repeat;
    background-position: 0 0;
}

a.msActionSend {
    background: url('/g/l/common/action/send.gif') top left no-repeat;
    background-position: 0 2px;
}

a.msActionSend13 {
    background: url('/g/l/common/action/send.gif') top left no-repeat;
    background-position: 0 3px;
}

a.msActionMakeDecision {
    background: url('/g/l/common/action/makeDecision.gif') top left no-repeat;
    background-position: 4px 2px;
}

a.msActionPaid {
    background: url('/g/l/common/action/paid.gif') top left no-repeat;
    background-position: 3px 0;
}

a.msActionAdd {
    background: url('/g/l/common/action/add.gif') top left no-repeat;
    background-position: 4px 3px;
}

a.msActionView {
    background: url('/g/l/common/action/show.gif') top left no-repeat;
    background-position: 3px 2px;
}

a.msActionShow {
    background: url('/g/l/common/action/show.gif') top left no-repeat;
    background-position: 3px 2px;
}

a.msActionPrint {
    background: url('/g/l/common/action/print.gif') top left no-repeat;
    background-position: 0 1px;
}

a.msActionDownload {
    background: url('/g/l/common/action/download.gif') top left no-repeat;
    background-position: 3px 2px;
}

a.msActionProfile {
    background: url('/g/l/common/action/profile.gif') top left no-repeat;
    background-position: 0 1px;
}

a.msActionProof {
    background: url('/g/l/common/action/proof.gif') top left no-repeat;
    background-position: 2px 1px;
}

a.msActionAgreement {
    background: url('/g/l/common/action/agreement.gif') top left no-repeat;
    background-position: 2px 1px;
}

a.msActionAccept {
    background: url('/g/l/common/action/accept.gif') top left no-repeat;
    background-position: 2px 0;
}

a.msActionReject {
    background: url('/g/l/common/action/reject.gif') top left no-repeat;
    background-position: 3px 2px;
}

a.msActionExpand {
    background: url('/g/l/common/action/expand.gif') top left no-repeat;
    background-position: 4px 3px;
}

a.msActionCollapse {
    background: url('/g/l/common/action/collapse.gif') top left no-repeat;
    background-position: 5px 4px;
}

a.msActionEmail {
    background: url('/g/l/icons/email.gif') top left no-repeat;
    background-position: 0px 2px;
}

a.changeRoleLink {
    font-size: 11px;
}

a.msActionSpecAdd {
    display: block;
    padding: 1px 10px 1px 24px;
    font-size: 11px;
    font-weight: bold;
    background: url('/g/l/common/action/add.gif') top left no-repeat;
    background-position: 4px 3px;
}

/*mails history link (not in div.msAction)*/
a.msActionMH {
    display: block;
    padding: 4px 10px 1px 21px;
    background: url('/g/l/icons/email.gif') top left no-repeat;
    background-position: 0 5px;
    font-size: 11px;
}

a.msActionMH2 {
    display: block;
    padding: 0 10px 0 22px;
    background: url('/g/l/icons/email.gif') top left no-repeat;
    background-position: 0 1px;
    font-size: 11px;
    font-weight: bold;
}

a.msActionMH3 {
    display: block;
    padding: 0 10px 0 22px;
    background: url('/g/l/icons/email.gif') top left no-repeat;
    background-position: 0 2px;
    font-size: 11px;
}

div.mhTitle {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    color: #333;
}

span.mhDate {
    font-size: 11px;
    color: #656565;
    padding-right: 9px;
}

div.mhNo {
    padding: 0 0 0 10px;
    font-style: italic;
    color: #747474;
}

a.msActionNote {
    background: url('/g/l/common/action/edit.gif') top left no-repeat;
    background-position: 3px 1px;
}


div.tAction {
    padding: 15px 2px 0 2px;
    float: left;
}

div.tAction a {
    display: block;
    padding: 1px 10px 1px 24px;
    font-size: 13px;
}

div.tAction2 {
    padding: 15px 2px 0 2px;
    float: left;
}

div.tAction2 a {
    padding: 1px 10px 1px 0;
    font-size: 13px;
}

div.tSpace {
    font-size: 13px;
    color: #cfcfcf;
    padding: 15px 15px 0 15px;
    float: left;
}

span.signature {
    font-size: 11px;
    font-weight: bold;
}

span.articleType {
    font-size: 11px;
    color: #666;
}

div.sAction {
    padding: 0px 2px 0 2px;
    float: left;
}

div.sAction a {
    display: block;
    padding: 1px 10px 1px 24px;
    font-size: 13px;
}

/* statements */
div.statementText {
    line-height: 19px;
}

/*register page*/
div.rpInfo {
    padding-bottom: 14px;
}

div.rpInfo2 {
    padding-bottom: 20px;
}

div.rpNote {
    padding-top: 25px;
}

td.rpNote {
    font-size: 11px;
    color: #676767;
    width: 260px;
    vertical-align: top;
    line-height: 15px;
}

div.domainBreak {
    line-height: 1px;
    height: 1px;
    font-size: 1px;
    margin: 3px 0 4px 0;
    border-bottom: 1px solid #eaeaea;
}

td.registeredInfo {
    padding-right: 10px;
    font-weight: bold;
}

div.registeredRemind {
    padding: 30px 0 14px 0;
    line-height: 16px;
}

/*author*/
span.msStatusDone {
    color: #518100;
    font-weight: bold;
}

span.msStatusRejected {
    color: #E51313;
}

span.msStatus {
    color: #777;
}

div.stepForm {
    padding: 20px 0 25px 0;
}

div.registerForm {
    padding: 15px 0 15px 0;
}

div.simpleForm {
    padding: 15px 0 15px 0;
}

div.authorForm {
    padding: 21px 0 30px 0;
}

div.filesForm {
    padding: 18px 0 25px 0;
}

div.top15 {
    padding-top: 15px;
}

td.lineBut {
    padding: 0 15px 0 0;
}

/*reviews*/
div.rArticleNote {
    padding: 8px 9px 8px 9px;
    background: url('/g/l/common/dash/bg.gif') repeat-x bottom #fff;
    border: 1px solid #cbcbcb;
}

div.rArticleReviewers {
    padding: 8px 9px 8px 9px;
    background: url('/g/l/common/dash/bgReviewers.gif') repeat-x bottom #fdfdfd;
    border: 1px solid #cbcbcb;
}

div.rArticleReviewers2 {
    padding: 8px 9px 8px 9px;
    background: url('/g/l/common/dash/bgReviewers.gif') repeat-x top #f4f4f4;
    border: 1px solid #cbcbcb;
}

div.rArticleType {
    padding-top: 2px;
    font-style: italic;
}

div.rArticleNo {
    font-weight: bold;
    color: #a4a4a4;
    font-size: 15px;
    padding-bottom: 2px;
}

div.rArticleTitle {
    color: #222;
    font-size: 18px;
    padding-bottom: 7px;
}

div.rSection {
    font-weight: bold;
    color: #222;
    line-height: 16px;
    padding-bottom: 6px;
}

div.rDesc {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 8px;
    margin-bottom: 25px;
}

div.rAnswers, div.rAnswersLast {
    padding: 3px 0 8px 0;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 7px;
}

div.rAnswersLast {
    padding: 3px 0 0 0;
    border-width: 0;
}

div.rError {
    color: #E60005;
    padding-bottom: 3px;
    font-size: 11px
}

td.chooseR {
    vertical-align: top;
    padding: 6px 14px 6px 6px;
    line-height: 20px;
}

td.choosedR {
    vertical-align: top;
    padding: 6px 14px 6px 0;
    border-top: 1px solid #cacaca;
    line-height: 20px;
}

td.choosedRActions {
    vertical-align: top;
    width: 140px;
    padding: 6px 0 6px 0;
    border-top: 1px solid #cacaca;
}

div.choosedRCount {
    padding: 5px 0 5px 0;
    border: 1px solid #cacaca;
    border-width: 1px 0 1px 0;
}

div.choosedRLabel {
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #444;
}

div.choosedRNo {
    font-style: italic;
    color: #656565;
}

a.choosedRSend {
    padding: 11px 10px 2px 26px;
    display: block;
    float: left;
    background: url('/g/l/common/action/send.gif') top left no-repeat;
    background-position: 0 13px;
    font-size: 14px;
    font-weight: bold;
}

a.choosedRRemove {
    padding: 11px 10px 2px 16px;
    display: block;
    float: right;
    background: url('/g/l/common/action/delete.gif') top left no-repeat;
    background-position: 0 15px;
    font-size: 14px;
}

a.choosedRBack {
    padding: 11px 5px 2px 20px;
    display: block;
    float: right;
    background: url('/g/l/common/action/back.gif') top left no-repeat;
    background-position: 0 13px;
    font-size: 14px;
}

div.choosedRComment {
    padding: 12px 0 4px 0;
}

div.currentRManage {
    float: right;
    padding-top: 3px;
}

div.currentRManage a {
    font-size: 11px;
    font-weight: bold;
}

div.choosedRAssignInfo {
    border-top: 1px solid #e0e0e0;
    font-size: 11px;
    color: #777;
    margin-top: 25px;
    padding-top: 3px;
}

a.choosedRAssignPrevious {
    padding: 4px 10px 2px 19px;
    display: block;
    float: left;
    background: url('/g/l/common/action/edit.gif') top left no-repeat;
    background-position: 0 4px;
    font-size: 11px;
}

div.rFormLabel {
    font-weight: bold;
    color: #333;
    padding: 25px 0 8px 2px;
}

div.rFormError {
    padding-bottom: 8px;
}

td.rFromAddBut {
    padding-top: 10px;
}


td.rViewLabel {
    width: 160px;
    font-weight: bold;
    padding: 0 10px 6px 0;
    vertical-align: top;
}

td.rViewValue {
    padding: 0 10px 6px 0;
    vertical-align: top;
}

div.rViewHead {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

div.rAttachment {
    padding-bottom: 5px;
}


div.correspondingInfo {
    font-size: 11px;
    color: #4f4f4f;
}

span.greenBold {
    color: #518100;
    font-weight: bold;
}

span.green {
    color: #518100;
}

span.redBold {
    color: #E51313;
    font-weight: bold;
}

span.red {
    color: #E51313;
}

span.greyBold {
    color: #656565;
    font-weight: bold;
}

span.grey {
    color: #656565;
}

span.lightGrey {
    color: #888888;
}

span.darkRed {
    color: #B80707;
}

span.blackBold {
    color: #252525;
    font-weight: bold;
}

span.black {
    color: #252525;
}


.Error {
    color: #E60005;
}

td.Error {
    color: #E60005;
}

div.Error {
    color: #E60005;
}

/*EDITOR*/
/*over lists*/
td.searchFilters {
    vertical-align: top;
}

td.searchButtons {
    padding: 9px 0 26px 0;
}

td.manuscriptsLegend {
    vertical-align: top;
    padding-left: 10px;
}

div.formNoDomainsDivId {
    font-style: italic;
    color: #656565;
    padding: 2px 0 0 25px;
}

div.formDomainsDivId {
    color: #222;
    padding: 2px 0 0 25px;
}

/*users list*/
div.tickField {
    text-align: center;
    padding: 3px 0 3px 0;
    border: 1px solid #ccc;
}

div.editorGroupChange {
    padding: 0px 0 0px 0;
    color: #686868;
}

td.usLeftFormField, td.usRightFormField, td.usLeftFormFieldLast, td.usRightFormFieldLast {
    vertical-align: top;
    padding: 6px 15px 7px 2px;
    border: 1px solid #e0e0e0;
    border-width: 0px 1px 0 0;
}

td.usRightFormField {
    border-width: 0px 0 0 0;
    padding: 6px 2px 7px 15px;
}

td.usLeftFormFieldLast {
    border-width: 1px 1px 0px 0;
}

td.usRightFormFieldLast {
    border-width: 1px 0 0px 0;
    padding: 6px 2px 7px 15px;
}

td.usLine {
    border: 1px solid #e0e0e0;
    border-width: 1px 0 0px 0;
    padding: 11px 2px 0px 15px;
}

/* info pages*/
div.infoPageHeading {
    font-size: 11px;
    font-weight: bold;
}

.fileSize {
    font-size: 11px;
    color: #aaaaaa;
}

.pdfFileSize {
    font-size: 11px;
    color: #666;
}

/* password */
div.absHelp {
    width: 195px;
    position: absolute;
    z-index: 100;
    display: none;
    font-size: 11px;
    color: #676767;
    padding-top: 30px;
}

td.passwordHint {
    padding-left: 10px;
    vertical-align: top;
    padding-top: 6px;
}

#passwordTab ul {
    border: 0;
    margin: 4px 0 0 0;
    padding: 0;
    list-style-type: none;
    height: 5px
}

#passwordTab ul li {
    display: block;
    float: left;
    height: 5px;
    font-size: 0.1em;
}

#iWeak, #iMedium, #iStrong {
    width: 26px;
    background-color: #F1F1F1;
    display: block;
    margin-right: 4px;
}

#iWeak, #iMedium, #iStrong {
    border: solid 1px #bbbbbb;
}

#passwordStatusId {
    font-size: 12px;
    color: #515151;
}

.passwordLink {
    font-size: 11px;
}

.passwordData {
    padding-left: 35px;
    background: url(/g/password2.png) no-repeat left top;
    background-size: contain;
}

.courseData {
    padding-left: 35px;
    background: url(/g/courseList.png) no-repeat left top;
    background-size: contain
}

.userData {
    padding-left: 35px;
    background: url(/g/user_data.png) no-repeat left top;
    background-size: contain;
}

div.specTabTitle {
    font-size: 18px;
    padding-bottom: 4px;
}

div.specTabSubtitle {
    font-size: 15px;
    color: #888;
    padding-bottom: 8px;
}

div.specTab {
    border: 1px solid #e2e2e2;
}

td.specLabelO, td.specLabelE {
    width: 135px;
    font-size: 11px;
    font-weight: bold;
    font-family: arial;
    background: #efefef;
    vertical-align: top;
    padding: 6px 11px 6px 11px;
}

td.specValueO, td.specValueE {
    font-size: 11px;
    font-family: arial;
    background: #efefef;
    vertical-align: top;
    padding: 6px 11px 6px 11px;
}

td.specLabelE {
    background: #fafafa;
}

td.specValueE {
    background: #fafafa;
}

.reviewResultOnList {
    font-size: 11px;
    color: #666;
    padding-top: 2px;
}

.doneOnList {
    font-weight: bold;
    color: #222;
}

div.veButtons a {
    color: #555;
    float: left;
    display: block;
    vertical-align: top;
    text-align: center;
    margin: 2px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border: 1px solid #e7e7e7;
    font-size: 30px;
}

div.veButtons a:hover {
    text-decoration: none;
    color: #fff;
    border: 1px solid #1369C6;
    background: #338BD8;
}

/*confirms*/
div.confirmBox {
    padding: 12px 20px 8px 15px;
}

div.confirmBoxBut {
    padding-top: 18px;
    padding-bottom: 4px;
}

div.paid {
    color: #518100;
    font-style: italic;
}

div.printButton {
    padding: 0px;
    float: left;
}

div.printButton a {
    display: block;
    padding: 1px 10px 1px 24px;
    font-size: 13px;
}

td.sortTd {
    text-align: right;
    padding: 6px 0 4px 20px;
}

span.editorGroupName {
    font-size: 10px;
}

div.articleOwner {
    font-size: 11px;
    color: #666;
    padding-top: 5px;
}

div.citationKeywords {
    font-size: 11px;
    color: #555;
    padding-top: 3px;
}

div.citationDoi {
    font-size: 11px;
    color: #555;
    padding-top: 6px;
}


div.viewStep {
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #ccc;
}

div.paymentIco {
    background: url('/g/l/common/action/paid.gif') top left no-repeat;
    background-position: 2px 3px;
}

div.manuscriptTitle {
    font-size: 21px;
    color: #272727;
    padding: 10px 0 3px 0;
}

div.manuscriptSignature {
    font-weight: bold;
    color: #a4a4a4;
    font-size: 15px;
    padding-top: 7px;
}

div.manuscriptTitle18 {
    font-size: 18px;
    color: #272727;
    padding: 0px 0 0px 0;
}

/** payment report */
.paymentsTable {
    padding: 15px 20px 25px 20px;
}

.paymentsTable td.th {
    padding: 2px 2px 2px 2px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

.paymentsTable td {
    padding: 3px 2px 3px 2px;
    border-bottom: 1px solid #eee;
}

.paymentsTable td.currency {
    padding: 3px 2px 3px 6px;
    border-bottom: 1px solid #eee;
}

/** payment */
div.payFrameT {
    background: url('/g/l/common/pay/t.gif') repeat-x top #fff;
}

div.payFrameR {
    background: url('/g/l/common/pay/r.gif') repeat-y right;
}

div.payFrameB {
    background: url('/g/l/common/pay/b.gif') repeat-x bottom;
}

div.payFrameL {
    background: url('/g/l/common/pay/l.gif') repeat-y left;
}

div.payFrameTL {
    background: url('/g/l/common/pay/tl.gif') no-repeat top left;
}

div.payFrameTR {
    background: url('/g/l/common/pay/tr.gif') no-repeat top right;
}

div.payFrameBR {
    background: url('/g/l/common/pay/br.gif') no-repeat bottom right;
}

div.payFrameBL {
    background: url('/g/l/common/pay/bl.gif') no-repeat bottom left;
    padding: 15px 22px 18px 22px;
}

td.payLabel {
    font-size: 11px;
    color: #888;
    padding-bottom: 3px;
    vertical-align: bottom;
    border-bottom: 1px solid #e2e2e2;
}

td.payCost {
    color: #222;
    font-size: 19px;
    padding-bottom: 2px;
    vertical-align: bottom;
    border-bottom: 1px solid #e2e2e2;
    text-align: right;
}

td.payCart {
    padding: 10px 8px 0 0;
}

td.payLink {
    padding: 11px 9px 0 0;
}

td.payLink a {
    font-size: 14px;
    font-weight: bold;
}

td.payVendorLabel {
    font-size: 11px;
    color: #888;
    padding: 7px 0 0 21px;
}

td.payVendor {
    color: #222;
    font-size: 19px;
    text-align: right;
    padding: 9px 21px 0 0;
}

div.paymentDetails {
    padding-top: 2px;
    font-size: 11px;
}

div.paymentReminders {
    font-size: 11px;
    color: #999;
    padding-top: 4px;
}

div.paymentReminders span {
    color: #555;
}

a.invoiceDownload {
    background: url('/g/l/common/action/pdf.gif') top left no-repeat;
    background-position: 1px 4px;
    padding: 6px 0px 6px 26px;
    font-size: 11px;
}

a.invoiceEdit {
    background: url('/g/l/common/action/edit.gif') top left no-repeat;
    background-position: 4px 6px;
    padding: 6px 0px 0px 26px;
    font-size: 11px;
}

a.invoiceAdd {
    background: url('/g/l/common/action/add.gif') top left no-repeat;
    background-position: 6px 7px;
    padding: 6px 0px 0px 26px;
    font-size: 11px;
}

td.paymentInfoTd {
    padding: 6px 0px 6px 0px;
    border-bottom: 1px solid #eeeeee;
}

div.agreement {
    background: url('/g/l/common/action/agreement.gif') top left no-repeat;
    background-position: 3px 5px;
    padding: 6px 0px 0px 26px;
    font-size: 11px;
}


/** proof */
div.proofFormDiv {
    padding: 0px 0px 15px 0;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
}

span.proofLabel {
    padding-left: 10px;
}

div.proofTxt {
    padding: 0px 0px 17px 0px;
    color: #555;
    font-weight: normal;
    font-size: 12px;
}

div.proofFormLabelPad {
    padding-bottom: 4px;
}

div.proofsDiv {
    padding-top: 0px;
    padding-bottom: 1px;
}

div.proofNoBottom {
    border-bottom: 0px solid #e7e7e7 !important;
}

div.proofPos {
    padding: 8px 0px 8px 0px;
    border-bottom: 1px solid #e7e7e7;
}

div.proofPosCur {
    padding: 0px 0 0 0;
    border-bottom: 0px solid #e7e7e7;
    margin: 0 -15px 0 -15px;
    background: url('/g/l/common/view/mainViewListLeftBG.gif') top left repeat-y #fff;
}

div.proofPosCur2 {
    padding: 8px 15px 8px 15px;
    background: url('/g/l/common/view/mainViewListRightBG.gif') top right repeat-y;
}

div.proofItem1 {
    float: left;
    width: 240px;
}

div.proofItem2 {
    float: left;
}


a.historyFold {
    background: url('/g/l/common/table/sortTopC.png') top left no-repeat;
    background-position: 0px 2px;
    padding: 0px 0px 0px 20px;
    font-size: 11px;
}

a.historyUnfold {
    background: url('/g/l/common/table/sortBotC.png') top left no-repeat;
    background-position: 0px 2px;
    padding: 0px 0px 0px 20px;
    font-size: 11px;
}

/** special actions */
div.specAction {
    padding-left: 18px;
    float: left;
}

a.specAction {
    display: block;
    float: right;
    background: url('/g/l/common/action/specBG.gif') no-repeat top left;
    text-decoration: none;
}

a.specAction:focus {
    text-decoration: none;
    background-position: 0 -100px;
}

a.specAction:active {
    text-decoration: none;
    background-position: 0 -100px;
}

a.specAction:hover {
    text-decoration: none;
    background-position: 0 -100px;
}

a.specAction strong {
    display: block;
    height: 22px;
    padding: 7px 0 0 36px;
    font-weight: normal;
}

a.specAction strong.makeDecision {
    background: url('/g/l/common/action/makeDecision.gif') no-repeat top left;
    background-position: 10px 9px;
}

a.specAction strong.showReviews {
    background: url('/g/l/common/action/show.gif') no-repeat top left;
    background-position: 10px 9px;
}

a.specAction strong.print {
    background: url('/g/l/common/action/print.gif') no-repeat top left;
    background-position: 7px 7px;
}

a.specAction strong.edit {
    background: url('/g/l/common/action/edit.gif') no-repeat top left;
    background-position: 9px 9px;
}

a.specAction strong.add {
    background: url('/g/l/common/action/add.gif') no-repeat top left;
    background-position: 10px 10px;
}

a.specAction strong.send {
    background: url('/g/l/common/action/send.gif') no-repeat top left;
    background-position: 5px 9px;
}

a.specAction strong.goto {
    background: url('/g/l/common/action/forward.gif') no-repeat top left;
    background-position: 10px 9px;
}

a.specAction strong.view {
    background: url('/g/l/common/action/show.gif') no-repeat top left;
    background-position: 10px 9px;
}

a.specAction strong.download {
    background: url('/g/l/common/action/download.gif') top left no-repeat;
    background-position: 10px 9px;
}

a.specAction strong.list {
    background: url('/g/l/common/action/list.gif') no-repeat top left;
    background-position: 7px 7px;
}

/** user info div */
div.uTitle {
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 3px;
}

div.uContent {
    padding-bottom: 8px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 8px;
}

/** ajax */
div.ajaxTitle {
    font-size: 14px;
    color: #AAA;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
}


/** editor tasks*/
div.taskFormDescriptionTitle {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 1px solid #e6e6e6;
}

div.taskFormDescriptionText {
    color: #656565;
    font-size: 11px;
    font-weight: normal;
    padding-top: 4px;
}

.optionLabel {
    color: #333;
    font-size: 12px;
    font-weight: normal;
}

.optionLabel:hover {
    color: #000;
}

.optionLabelSelected {
    color: #333;
    font-size: 12px;
    font-weight: bold;
}

.optionLabelPreview {
    color: #333;
    font-size: 12px;
    font-weight: bold;
}

td.taskDate {
    font-size: 11px;
    color: #656565;
    padding: 1px 9px 0px 11px;
    background: url('/g/l/common/dash/arrow.gif') no-repeat top left;
    background-position: 0 10px;
}

span.showList {
    display: block;
    padding: 1px 10px 0 22px;
    background: url('/g/l/common/action/list.gif') top left no-repeat;
    background-position: 0 0px;
    font-size: 11px;
    font-weight: normal;
}

div.taskOnList {
    font-size: 11px;
    color: #252525;
    padding: 1px 9px 3px 11px;
    background: url('/g/l/common/dash/arrow.gif') no-repeat top left;
    background-position: 0 5px;
}

div.taskOnView {
    font-size: 11px;
    color: #252525;
    padding: 1px 9px 8px 11px;
    background: url('/g/l/common/dash/arrow.gif') no-repeat top left;
    background-position: 0 5px;
}


/** article questions */
td.articleQuestionLabel {
    color: #333;
    font-weight: bold;
}

td.articleQuestionLabelPreview {
    padding: 3px 0px 0px 0px;
}

div.articleQuestionTip {
    color: #656565;
    font-weight: normal;
    font-size: 11px;
    padding-top: 4px;
}

div.articleQuestion, div.articleQuestionPreview {
    padding-bottom: 1px;
    margin-bottom: 11px;
    border-bottom: 1px solid #efefef;
}

div.articleQuestionPreview {
    padding-bottom: 11px;
}

div.articleQuestionAddText, div.articleQuestionAddTextLeft {
    float: left;
    text-shadow: 1px 1px 1px #fff;
    padding: 10px 11px 11px 11px;
    margin-left: 0px;
    margin-bottom: 10px;
    color: #555;
    font-weight: normal;
    background: #f5f5f5;
    border: 0px solid #eaeaea;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

div.articleQuestionAddTextLeft {
    margin-left: 20px;
}

div.articleQuestionAddTextPreview, div.articleQuestionAddTextPreviewLeft {
    padding: 8px 0px 0px 0px;
    margin-left: 0px;
}

div.articleQuestionAddTextPreviewLeft {
    margin-left: 20px;
}

div.articleQuestionInner {
    padding: 3px 0px 0px 0px;
}

div.articleQuestionInnerLeft {
    padding: 3px 0px 0px 20px;
}

div.articleQuestionAnswerArrow {
    background: url('/g/l/common/articleQuestionArrow.gif') no-repeat bottom center;
}

div.articleQuestionAnswer {
    padding: 3px 0px 10px 0px;
}

.articleOptionLabel {
    color: #333;
    font-size: 11px;
    font-weight: normal;
}

.articleOptionLabel:hover {
    color: #000;
}

/** cart */
a.cartAction strong {
    display: block;
    height: 22px;
    font-size: 13px;
    padding: 4px 0 0 32px;
    font-weight: normal;
    background: url('/g/l/common/pay/cart.png') no-repeat top left;
    background-position: 0px 0px;
}

a.removeAEAction strong {
    display: block;
    font-size: 11px;
    padding: 3px 2px 0 16px;
    font-weight: normal;
    background: url('/g/l/common/action/delete.gif') no-repeat top left;
    background-position: 3px 6px;
}

div.removeAEDiv {
    padding: 2px 0px 0px 0px;
}

div.aeReminders {
    font-size: 11px;
    color: #999;
    padding-top: 3px;
}

div.aeReminders span {
    color: #555;
}

a.showProfileAction strong {
    font-size: 11px;
    padding: 1px 2px 0 22px;
    font-weight: normal;
    background: url('/g/l/common/action/profile.gif') top left no-repeat;
    background-position: 0 1px;
}

div.settingsSubtitle {
    font-size: 14px;
    color: #AAA;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 0px solid #ccc;
}

span.arrow {
    font-size: 11px;
    color: #252525;
    padding: 1px 5px 3px 15px;
    background: url('/g/l/common/dotGrey.gif') no-repeat top left;
    background-position: 5px 5px;
}

/** numbers manager */
div.yearNM {
    float: left;
    width: 260px;
    border: 1px solid #ffffff;
    padding: 15px 15px 15px 15px;
    vertical-align: top;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

div.yearNM:hover {
    background: url('/g/l/common/dash/bgC.gif') repeat-x bottom #fff;
    border: 1px solid #e8e8e8;
}

a.numberLinkNM {
}

a.numberLinkNM:focus {
    text-decoration: none;
}

a.numberLinkNM:hover {
    text-decoration: none;
}

a.numberEditNM {
    display: block;
    float: right;
    background: url('/g/l/common/action/edit.gif') top left no-repeat;
    background-position: 0px 1px;
    padding: 0px 0px 0px 17px;
    font-size: 11px;
}

a.numberDeleteNM {
    display: block;
    float: right;
    background: url('/g/l/common/action/delete.gif') top left no-repeat;
    background-position: 0px 3px;
    padding: 0px 0px 0px 13px;
    font-size: 11px;
    margin-left: 15px;
}

div.numberDivNM {
    padding: 2px 0px 3px 0px;
    border: 0px;
}

div.numberDivNM:hover {
    padding: 2px 0px 2px 0px;
    border-bottom: 1px solid #e7e7e7;
}

div.yearNMAjax {
    width: 174px;
    border: 1px solid #e2e2e2;
    border-width: 0 0px 0px 0;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
}

div.numberPlace {
    width: 50px;
    height: 50px;
    padding: 15px 19px 3px 3px;
    margin-bottom: 5px;
    font-size: 29px;
    letter-spacing: -2px;
    color: #d5d5d5;
    text-align: center;
}

div.numberPlaceHover {
    color: #111;
    font-weight: normal;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sortable li {
    cursor: move;
    margin: 0 0px 5px 0px;
    padding: 8px;
    height: 50px;
    border: 1px solid #efefef;
    background: url('/g/l/common/gradients/priorityBG.gif') repeat-x bottom #fbfbfb;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

.placeholder {
    border: 1px dashed #FBEE5D !important;
    background: #FEFFD2 !important;
}

/** additional data*/
a.editAD {
    display: block;
    float: right;
    background: url('/g/l/common/action/edit.gif') top left no-repeat;
    background-position: 0px 1px;
    padding: 0px 0px 0px 17px;
    font-size: 11px;
}

a.addAD {
    display: block;
    float: right;
    background: url('/g/l/common/action/add.gif') top left no-repeat;
    background-position: 0px 2px;
    padding: 0px 0px 0px 17px;
    font-size: 11px;
}

div.dataAD {
    padding: 5px 10px 5px 10px;
}

div.dataAD:hover {
    background: #fefefe;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

span.numberNav {
    color: #252525;
    padding: 0px;
}

div.numberNav {
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    font-size: 15px;
    color: #999;
    padding: 7px 0px 7px 0px;
    background: #fbfbfb;
    border: 1px solid #efefef;
    border-radius: 15px;
    -moz-border-radius: 15px;
    margin-bottom: 12px;
}

div.numberNav span {
    color: #111;
    padding: 0px;
}

/** indexing */
div.yearIndexing {
    padding: 15px 30px 15px 15px;
    vertical-align: top;
}

td.indexingTotal {
    font-size: 29px;
    color: #b5b5b5;
    padding: 0px 30px 0px 19px;
    text-align: center;
}

td.indexingTotal0 {
    font-size: 29px;
    color: #e5e5e5;
    padding: 0px 30px 0px 19px;
    text-align: center;
}

div.indexingArticlesCount {
    font-size: 11px;
    color: #888;
}

div.indexingArticlesCount0 {
    font-size: 11px;
    color: #aaa;
}

td.indexingSubtotal {
    padding: 5px 10px 3px 9px;
    font-size: 11px;
    color: #222;
}

td.indexingSubtotalValue {
    padding: 5px 9px 3px 9px;
    font-size: 11px;
    color: #222;
    font-weight: bold;
}

td.indexingSubtotalBorder {
    border-bottom: 1px solid #efefef;
}

td.vAlignMiddle {
    vertical-align: middle;
}

a.indexingSend {
    display: block;
    float: right;
    background: url('/g/l/common/action/indexing.gif') top left no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 0px 33px;
    font-size: 11px;
    font-weight: bold;
}

span.indexingNumber {
    font-size: 11px;
    color: #252525;
    padding: 1px 5px 3px 23px;
    background: url('/g/l/common/dotGrey.gif') no-repeat top left;
    background-position: 12px 5px;
}

td.indexingDetailsL {
    font-size: 11px;
    color: #656565;
    padding: 2px 0px 2px 0px;
}

td.indexingDetailsV {
    font-size: 11px;
    color: #252525;
    padding: 2px 5px 2px 16px;
}

td.indexingDetailsBorder {
    border-bottom: 1px solid #efefef;
}

.whiteShadow {
    text-shadow: 1px 1px 1px #ffffff;
}

/** frame */
div.optFrTL {
    background: url('/g/l/t/tl.png') no-repeat top left;
    height: 5px;
    padding-left: 5px;
}

div.optFrTR {
    background: url('/g/l/t/tr.png') no-repeat top right;
    height: 5px;
    padding-right: 5px;
}

div.optFrTop {
    background: url('/g/l/t/dot.png');
    height: 5px;
    line-height: 1px;
    font-size: 1px;
}

div.optFrBL {
    background: url('/g/l/t/bl.png') no-repeat bottom left;
    height: 5px;
    padding-left: 5px;
}

div.optFrBR {
    background: url('/g/l/t/br.png') no-repeat bottom right;
    height: 5px;
    padding-right: 5px;
}

div.optFrBot {
    background: url('/g/l/t/dot.png');
    height: 5px;
    line-height: 1px;
    font-size: 1px;
}

div.optFr {
    background: url('/g/l/t/dot.png');
    padding: 2px 7px 2px 7px;
}

div.headerAbstractsDeadline {
    padding: 8px 15px 0 0;
    color: #111;
    text-shadow: 1px 1px 1px #f8f8f8;
    float: right;
}

div.headerAbstractsDeadline b {
    font-size: 13px;
}



