@charset "UTF-8";
/* CSS Document */

body, html {
    height: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    /* background-image:url(background.png); */
}

div#wrapper {
    text-align: center;
    width: 95%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -36px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-top: 10px;
}

div#header {
    height: 30px;
    width: 100%;
}

div#header img {
    border: 0px;
    float: left;
}

div#header span {
    float: left;
    margin-top: 72px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
}

div#navigation {
    /*background-image: url(menubar-bg.png); */
    border-radius: 7px;
    background-color: rgba(90, 76, 24, 0.76);
    height: 40px;
    width: 100%;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    position: relative;
    z-index: 1000;
}

#menu-searchbox {
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 7px;
}

ul.menubar {
    list-style: none;
    padding: 0px;
    white-space: nowrap;
    width: 100%;

}

ul.menubar a {
    text-decoration: none;
    color: #ffffff;
    display: block;
}

ul.menubar li img {
    border: none;
    padding-right: 5px;
    vertical-align: middle;
}

ul.menubar li {
    display: inline-block;
    /* background-image: url(menubar-split.png);*/
    background-repeat: no-repeat;
    background-position: right;
    height: 40px;
    line-height: 3em;
    padding-left: 10px;
    padding-right: 20px;
    border-radius: 7px;
}

ul.menubar li:hover {

    background-color: rgba(90, 76, 24, 0.83);
    /*  background-image: url(menubar-bg-over.png);
      background-repeat: repeat;
    */
    border-radius: 7px;
}

ul.menubar li:hover a {
    color: #ffffff;
}

ul.menubar li:hover ul.sub li a {
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
}

ul.menubar li ul.sub li:hover {
    /*background-color: #eeeeee;


     */
    background-color: #eeeeee;

}

ul.menubar li ul.sub li:hover a {
    /*background-color: #eeeeee;



  //  padding-left: 10px;
    padding-right: 10px;*/
    background-color: #eeeeee;
    color: #000000;

}

ul.menubar li:hover ul {
    visibility: visible;
    border-radius: 7px;
}

ul.menubar ul {
    padding: 0px;
    list-style: none;
    position: absolute;
    margin-top: -5px;
    margin-left: -5px;
    background-color: #ffffff;
    padding-left: 3px;
    padding-right: 3px;
    visibility: hidden;
    padding-top: 5px;
    border: 1px solid #CCC;
    border-radius: 7px;
}

ul.menubar ul.sub li {
    display: block;
    text-align: left;
    min-width: 150px;
    background-image: none;
    height: 40px;
    line-height: 2em;
    border-radius: 7px;
}

ul.menubar ul.sub li:hover {
    background-image: none;
    border-radius: 7px;
}

div#navigation input[type="text"] {
    float: right;
    height: 20px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #BBBBBB;
    background-color: #4e4e4e;
    margin-right: 10px;
    width: 200px;
    background-image: url(search-icon.png);
    background-position: right;
    background-repeat: no-repeat;
    margin-top: 12px;
    padding: 3px;
    border: 1px solid #000;
    border-radius: 7px;
    position: absolute;
    top: -50px;
}

div#footer-push {
    height: 40px;
}

div#footer {
    background-image: url(footer-bg.png);
    height: 36px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 3em;
    clear: both;
}

div#wrapper div#footer {
    position: relative;
    margin-top: 20px;
    height: 36px;
    top: 10px;
    clear: both;
}

div#footer a {
    text-decoration: none;
    color: #333;
}

div#footer .share {
    text-align: right;
    float: right;
    padding-right: 10px;
    height: 36px;
    width: 100px;
}

div#footer .share img {
    border: 0px;
    vertical-align: middle;
}

div.frame {
    background-color: #f6f6f6;
    border: 1px solid #c6c6c6;
    margin: auto;
    padding: 0px;
    border-radius: 7px;
}

div.frame div.header {
    /*background-image: url(boxtitlebg.png);*/

    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #00306f;
    padding: 0px;
    text-align: left;
    font-weight: normal;
    padding-top: 7px;
    text-indent: 10px;
    border-radius: 7px;
}

div.frame div.title {
    background-image: url(bullet.png);
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 5px;
    border-radius: 7px;
}

div.frame div.body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    padding: 10px;
}

div.frame div.body a {
    color: #004ab9;
    font-weight: bold;
    text-decoration: none;
}

div.frame div.body a:hover {
    color: #00306f;
}

div.loginform {
    position: absolute;
    height: 260px;
    margin-top: -130px;
    top: 50%;
    width: 400px;
    left: 50%;
    margin-left: -200px;
}

div.notification {
    background-color: #d8e5ee;
    border: 1px solid #bcc5ca;
    margin: auto;
    padding: 2px;
    border-radius: 8px;
}

div.notification div.header {
    border-radius: 8px;
    background-image: url(notificationbg.png);
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    padding: 0px;
    text-align: left;
    font-weight: normal;
    padding-top: 7px;
    text-indent: 10px;

    border-radius: 7px;
}

div.notification div.title {
    background-image: url(bullet.png);
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 5px;
}

div.notification div.body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    padding: 10px;
    text-align: left;
}

div.notification a {
    color: #004ab9;
    font-weight: bold;
    text-decoration: none;
}

div.notification a:hover {
    color: #00306f;
}

table.forms {
    background-color: #e7e7e7;
    border-radius: 7px;
    margin: auto;
    padding: 4px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
}

table.border {
    border-radius: 7px;
    padding: 0px;
    border: 1px solid #999;
}

table.forms tr.odd {

    height: 70px;
    padding: 20px;
    background-color: #f5f5f5;
}

table.forms tr.even {
    height: 70px;
    padding: 20px;
    background-color: #fbfafd;
}

table.forms tr.highlight {

    padding: 20px;
    background-color: #04aafe;
}

table.forms th {
    font-weight: normal;
    text-align: right;
    padding: 5px;
    width: 50%;
}

table.forms td {
    text-align: left;
    padding-top: 8px;
    padding: 8px;
    margin: 0px;

}

table.forms td.center {
    padding: 2px;
    padding-top: 8px;
    text-align: center;
}

table.forms td.left {
    padding: 10px;
    padding-top: 8px;
    text-align: left;
    width: 300px;
}

table.forms td.right {
    padding: 2px;
    padding-top: 8px;
    text-align: right;
}

table.data td.left {
    padding-top: 8px;
    padding: 2px;
    text-align: left;
}

table.forms th.title {
    background-image: url(boxtitlebg.png);
    height: 27px;
    color: #FFF;
    padding: 0px;
    text-align: center;
    font-weight: bold;
    width: 100%;
}

table.forms th.subtitle {
    width: inherit;
    text-align: center;
    background-color: #43409C;
    color: #FFF;
}

table.forms td.footer {
    text-align: center;
}

table.forms input[type="submit"], table.forms input[type="button"], div#licenseinfo input[type="button"] {
    height: 37px;
    border: 1px solid #004ab9;
    border-radius: 7px;
    /*  background-image: url(button-bg.png);*/
    min-width: 100px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #004ab9;
    padding-left: 10px;
    padding-right: 10px;
}

table.forms button[type="submit"] {
    height: 37px;
    border: 1px solid #004ab9;
    border-radius: 7px;
    /*  background-image: url(button-bg.png);*/
    min-width: 100px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #004ab9;
    padding-left: 10px;
    padding-right: 10px;
}

table.forms input[type="text"], input[type="password"] {
    width: 80%;

    height: 20px;
    border: 1px solid #004ab9;
    border-radius: 7px;
    /*  background-image: url(button-bg.png);*/
    min-width: 100px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #004ab9;
    padding-left: 10px;
    padding-right: 10px;

}

input[type="submit"] {
    height: 37px;
    border: 1px solid #000000;
    border-radius: 7px;
    /*  background-image: url(button-bg.png);*/
    min-width: 100px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #004ab9;
    padding-left: 10px;
    padding-right: 10px;
}

select {
    height: 26px;
    border: 1px solid #000000;
    border-radius: 3px;
    /*  background-image: url(button-bg.png);*/
    min-width: 100px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #004ab9;
    padding-left: 10px;
    padding-right: 10px;
}

/*table DATA*/

table.data {
    border-radius: 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: auto;
    background-color: #e9e9e9;

}

table.data th.header {
    /*  background-image: url(datatitlebg.png);*/
    background-color: #002750;
    height: 20px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
}

table.data th.headercat0 {
    /*  background-image: url(datatitlebg.png);*/
    background-color: #DDDDDD;
    height: 2px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
}

table.data th.headercat1 {
    /*  background-image: url(datatitlebg.png);*/
    background-color: #741502;
    height: 20px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;

}

table.data th.headercat2 {
    /*  background-image: url(datatitlebg.png);*/
    background-color: #207402;

    height: 20px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
}

table.data th.headercat3 {
    /*  background-image: url(datatitlebg.png);*/
    background-color: #000A4A;
    height: 12px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    font-size: 10px;
}

table.data th.headercat4 {
    /*  background-image: url(datatitlebg.png);*/
    background-color: #6C0068;
    height: 12px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    font-size: 10px;
}

table.data th.marker {
    /*  background-image: url(datatitlebg.png);*/
    background-color: #0e466d;
    height: 20px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
}

table.data th.sub {
    background-color: #ccc;
    color: #000;
    padding: 2px;
    border-bottom: 1px solid #666;
}

div.sub-options {
    padding: 10px;
}

table.data th {
    background-color: #516aa2;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 3px;
}

table.data th a {
    color: #04aafe;
}

table.data a {
    text-decoration: none;
    color: #004ab9;
    font-weight: bold;
}

table.data a:hover {
    text-decoration: none;
    color: #00306f;
}

table.data tr.odd td {

    padding: 8px;
    background-color: #fcfcfc;
}

table.data tr.even td {

    padding: 8px;
    background-color: #f8f8f8;
}

table.data tr.expired td {

    padding: 8px;
    background-color: #dedede;
}

table.data td.footer {
    background-color: #e7e7e7;
    height: 24px;
    text-align: center;
}

table.data td.pager {
    background-color: #383838;
    color: #CCC;
    height: 24px;
}

table.data td.small {
    width: 60px;
}

table.data input.numeric {
    width: 40px;
}

table.data input.datepicker {
    width: 80px;
}

table.data td.center {
    text-align: center;

}

table.data textarea {
    width: 920px;

    height: 200px;
    resize: none;
    border: 1px solid #004ab9;
    border-radius: 7px;
    /*  background-image: url(button-bg.png);*/
    min-width: 100px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #004ab9;
    padding-left: 10px;
    padding-right: 10px;

}

table.logs {
    border-radius: 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: auto;
    background-color: #e9e9e9;

}

table.logs th.header {
    /*  background-image: url(datatitlebg.png);*/
    background-color: #002750;
    height: 20px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
}

table.logs th.marker {
    /*  background-image: url(datatitlebg.png);*/
    background-color: #0e466d;
    height: 20px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
}

table.logs th.sub {
    background-color: #ccc;
    color: #000;
    padding: 2px;
    border-bottom: 1px solid #666;
}

div.sub-options {
    padding: 10px;
}

table.logs th {
    background-color: #516aa2;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 3px;
}

table.logs th a {
    color: #04aafe;
}

table.logs a {
    text-decoration: none;
    color: #004ab9;
    font-weight: bold;
}

table.logs a:hover {
    text-decoration: none;
    color: #00306f;
}

table.logs tr.odd td {

    padding: 8px;
    background-color: #fcfcfc;
}

table.logs tr.even td {

    padding: 8px;
    background-color: #f8f8f8;
}

table.logs tr.expired td {

    padding: 8px;
    background-color: #dedede;
}

table.logs td.footer {
    background-color: #e7e7e7;
    height: 24px;
    text-align: center;
}

table.logs td.pager {
    background-color: #383838;
    color: #CCC;
    height: 24px;
}

table.logs td.small {
    width: 60px;
}

table.logs input.numeric {
    width: 40px;
}

table.logs input.datepicker {
    width: 80px;
}

table.logs td.center {
    text-align: center;

}

table.logs textarea {
    width: 920px;

    height: 700px;
    resize: none;
    border: 1px solid #004ab9;
    border-radius: 7px;
    /*  background-image: url(button-bg.png);*/
    min-width: 100px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #004ab9;
    padding-left: 10px;
    padding-right: 10px;

}

table.lkglass {
    border-radius: 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: auto;
    background-color: #e9e9e9;

}

table.lkglass th.header {
    /*  background-image: url(datatitlebg.png);*/
    background-color: #002750;
    height: 20px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
}

table.lkglass th.marker {
    /*  background-image: url(datatitlebg.png);*/
    background-color: #0e466d;
    height: 20px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
}

table.lkglass th.sub {
    background-color: #ccc;
    color: #000;
    padding: 2px;
    border-bottom: 1px solid #666;
}

div.sub-options {
    padding: 10px;
}

table.lkglass th {
    background-color: #516aa2;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 3px;
}

table.lkglass th a {
    color: #04aafe;
}

table.lkglass a {
    text-decoration: none;
    color: #004ab9;
    font-weight: bold;
}

table.lkglass a:hover {
    text-decoration: none;
    color: #00306f;
}

table.lkglass tr.odd td {

    padding: 8px;
    background-color: #fcfcfc;
}

table.lkglass tr.even td {

    padding: 8px;
    background-color: #f8f8f8;
}

table.lkglass tr.expired td {

    padding: 8px;
    background-color: #dedede;
}

table.lkglass td.footer {
    background-color: #e7e7e7;
    height: 24px;
    text-align: center;
}

table.lkglass td.pager {
    background-color: #383838;
    color: #CCC;
    height: 24px;
}

table.lkglass td.small {
    width: 60px;
}

table.lkglass input.numeric {
    width: 40px;
}

table.lkglass input.datepicker {
    width: 80px;
}

table.lkglass td.center {
    text-align: center;

}

table.lkglass textarea {
    width: 920px;

    height: 500px;
    resize: none;
    border: 1px solid #004ab9;
    border-radius: 7px;
    /*  background-image: url(button-bg.png);*/
    min-width: 100px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #004ab9;
    padding-left: 10px;
    padding-right: 10px;

}

table.forms input[type="checkbox"] {

    height: 16px;
    border: 1px solid #004ab9;
    border-radius: 7px;
    min-width: 30px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #004ab9;
    padding-left: 10px;
    padding-right: 10px;

}

table.forms select {
    width: 80%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid #999;
}

table.forms input[type="text"].color, table.forms input[type="text"].numeric {
    width: 80px;
}

span.error {
    background-color: #eeecd8;
    border: 1px solid #cac9bc;
    margin: 10px;
    padding: 10px;
    padding-left: 50px;
    padding-right: 20px;
    display: block;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: left;
    background-image: url(error.png);
    background-position: 10px;
    background-repeat: no-repeat;
    color: #8F6E30;
    line-height: 1.5em;
    border-radius: 8px;
}

span.error:empty {
    background-image: none;
    background-color: inherit;
    border: none;
}

span.hints {
    background-color: #d8e5ee;
    border: 1px solid #bcc5ca;
    margin: 10px;
    padding: 10px;
    padding-left: 50px;
    padding-right: 20px;
    display: block;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: left;
    background-image: url(info.png);
    background-position: 10px;
    background-repeat: no-repeat;
    color: #8F6E30;
    line-height: 1.5em;
    border-radius: 8px;
}

span.note {
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
}

span.bold {
    font-weight: bold;
}

span.gray {
    color: #AAAAAA;
}

span.red {
    color: #004ab9;
}

div.clear {
    clear: both;
}

div.hint {
    background-color: #d8e5ee;
    border: 1px solid #bcc5ca;
    margin: 10px;
    padding: 10px;
    padding-left: 40px;
    padding-right: 20px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    background-image: url(info.png);
    background-position: 5px;
    background-repeat: no-repeat;
    border-radius: 8px;
}

div.hint span {
    font-weight: bold;
}

div.code {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    background-color: #FBFEDF;
    padding: 10px;
    border: 1px solid #04aafe;
    display: inline-block;
}

/** Dashboard **/
div#dashboard-contents {
    width: 1100px;
    margin: auto;
    padding: 10px;
}

div#dashboard-left {
    widows: 660;
    float: left;
    text-align: center;
}

div#dashboard-right {
    float: right;
    width: 480px;
    text-align: center;
}

/** License info */
div#licenseinfo {
    background-color: #393939;
    width: 600px;
    margin: auto;
    border: 1px solid #000;
    border-radius: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
}

div#licenseinfo div.title {
    color: #efefef;
    padding: 10px;
    background-image: url(Info.png);
    background-repeat: no-repeat;
    background-position: 10px;
    text-align: left;
    padding-left: 50px;
    background-color: #292929;
    border-radius: 8px;

}

div#licenseinfo div.body {
    padding: 20px;
}

div#licenseinfo span.info {
    color: #3C6;
}

div#licenseinfo span.info strong {
    color: #FFF;
    font-weight: normal;
}

div#licenseinfo span.expired {
    margin: 10px;
    padding: 10px;
    padding-left: 50px;
    padding-right: 20px;
    display: block;
    display: inline-block;
    text-align: center;
    background-image: url(error.png);
    background-position: 10px;
    background-repeat: no-repeat;
    color: #FF6262;
}

div#licenseinfo span.expired strong {
    color: #FFF;
}

div#licenseinfo span.expired a {
    color: #FC0;
    text-decoration: none;
}

div#licenseinfo span.update {
    color: #F90;
    background-image: url(update.png);
    background-position: 10px;
    background-repeat: no-repeat;
    margin: 10px;
    padding: 10px;
    padding-left: 50px;
    padding-right: 20px;
    display: block;
    display: inline-block;
}

div#licenseinfo span.update strong {
    color: #FFF;
}

/* Preview window */
div#preview .window {
    position: fixed;
    left: 0;
    top: 0;
    width: 550px;
    height: 400px;
    display: none;
    z-index: 10000;
    text-align: center;
    padding: 10px;
    background-color: #FFF;
    border: #000 solid 1px;
}

div#preview div#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#ui-datepicker-div {
    font-size: 70%;
}

.ui-progressbar .ui-progressbar-value {
    background-image: url(progressbar.gif);
}

div#progressbar {
    height: 22px;
}

.ui-dialog {
    font-size: 12px;
}

.ui-dialog-titlebar {
}

div.no-close .ui-dialog-titlebar-close {
    display: none;
}

a.username {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #F60;
}

a.username:hover {
    text-decoration: none;
    color: #960;
}