@font-face {
    font-family: "Roboto Condensed";
    src: url(/fonts/RobotoCondensed-Regular.ttf);
}

@font-face {
    font-family: "Roboto Condensed";
    font-weight: bold;
    src: url(/fonts/RobotoCondensed-Bold.ttf);
}

a {
    text-decoration: none
}

form {
    margin: 0;
    display: inline;
}

a img {
    border: 0;
}

img {
    color: #000000;
    vertical-align: middle
}

body {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    font-size: 10px;
    font-family: Arial, Verdana, Sans-Serif
}

textarea {
    font-family: Arial;
    color: #000000;
    line-height: 12px;
    font-size: 11px;
    background: #FFFFFF;
    padding: 2px 1px 2px 1px;
    border: 1px solid #D9D9D9;
}

table {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.normal_button {
    font: bold 12px Arial, sans-serif;
    color: #000000;
    border: 1px solid #eecc66;
    cursor: pointer;
    background-color: #FBEFCA;
    height: 23px;
    border-radius: 3px;
    margin-top: 1px;
    min-width: 54px;
    padding: 4px 5px;
    min-height: 27px;
}

.normal_button:hover, .image_button:hover {
    transition: 0.1s linear;
    box-shadow: 1px 1px 2px #000000;
    background: #eecc66;
}

.active_button, a:visited.active_button, a:hover.active_button, a:link.active_button {
    font: 8pt sans-serif;
    color: #000000;
    border: 1px solid #eecc66;
    cursor: pointer;
    background-color: #FFC5A8
}

.image_button, a:visited.image_button, a:link.image_button {
    vertical-align: middle;
    font: bold 12px Arial, sans-serif;
    color: #000000;
    border: 1px solid #eecc66;
    cursor: pointer;
    background-color: #FBEFCA;
    height: 23px;
    border-radius: 3px;
    margin-top: 1px;
    min-width: 54px;
    padding: 4px 5px;
    min-height: 27px;
}

.edit_box {
    background-color: #F9FFFF;
    border: 1px solid #CCDDFF;
    border-radius: 2px 2px 2px 2px;
    color: black;
    font: 11px Arial;
    padding: 3px;
}

.edit_box:hover, .list_box:hover {
    background-color: #FFFFFF;
    box-shadow: 0 0 4px #AABBDD;
}

.list_box {
    background-color: #F9FFFF;
    border: 1px solid #CCDDFF;
    border-radius: 2px 2px 2px 2px;
    color: black;
    font: 11px Arial;
    padding: 3px;
}

.menu_bar_title {
    color: #000000;
    font: 15px Roboto Condensed;
    text-align: right;
    padding-right: 4px;
}

.status_text {
    font: 11px Roboto Condensed;
    padding: 4px 10px;
}

.status_title {
    font: 13px Roboto Condensed;
    padding: 6px 10px;
}

.status_copyright {
    font-size: 11px;
    text-align: right;
    padding: 4px
}

.status_copyright a {
    font-weight: bold;
}

.status_users_online {
    font-size: 11px;
    text-align: center
}

.status_memory {
    font-size: 11px;
    text-align: center
}

.status_queries {
    font-size: 11px;
    text-align: center
}

.page_text {
    font: 14px "Roboto Condensed";
}

.page_text_bold {
    font-size: 14px;
    font-weight: bold
}

.page_small {
    font-size: 12px;
}

.page_small_green {
    font-size: 12px;
    color: green
}

.page_title {
    font: bold 16px "Roboto Condensed";
}

.page_error {
    font-size: 12px;
    color: red;
}

.pop_menu_title {
    font: 11px Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
    background-color: #FFC5A8;
    font-weight: bold;
}

.pop_menu_item {
    font: 11px Arial, Helvetica, Verdana, sans-serif;
}

.table_navigation {
    font: 12px Arial, Helvetica, Verdana, sans-serif
}

.table_head_cell, .table_head_cell td {
    font: 12px Arial, Verdana;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
    color: #000000;
}

.table_head_cell a {
    color: #000000
}

.table_cell, .table_cell td {
    font: 11px Arial, Verdana, Helvetica, sans-serif;
    padding-left: 3px;
    padding-right: 3px;
}

.table_cell a {
    color: blue
}

.table_sort {
    padding-left: 3px;
    color: #FF8040;
}

.table_sort a {
    color: #FF8040;
}

.menu_title {
    font: 11px Arial, Verdana, sans-serif;
    color: #000000;
    font-weight: bold;
    padding: 3px 2px 3px 5px;
}

.menu_close {
    padding-right: 2px;
}

.menu_item {
    cursor: pointer;
    font: 11px Arial, Verdana, sans-serif;
    padding: 2px 8px 2px 5px;
    white-space: nowrap;
}

.icon {
    width: 16px;
    height: 16px;
    border: 0;
}

.flag {
    font: 11px Arial, Verdana;
    cursor: pointer;
    font-weight: bold;
    color: #000000;
    background-color: #FFEEAA;
    padding: 1px 2px 1px 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #FFDD88;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.my_tooltip {
    border: 1px solid #FFC5A8;
    left: 18px;
    top: 0;
    box-shadow: 0 0 10px #000000;
    position: absolute;
    width: auto;
    background-color: #FFF;
    padding: 5px;
    font-size: 0.8em;
    z-index: 1000001;
}

legend {
    background: #FFF5D5;
    border: 1px solid #FFAA55;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    padding: 0.2em 0.5em;
    text-align: left;
}

ul#css3menu, ul#css3menu ul {
    margin: 0;
    list-style: none;
    background-color: #EEBB55;
    background-repeat: repeat;
    border-width: 0;
    border-style: solid;
    border-color: #999999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

ul#css3menu ul {
    display: none;
    position: absolute;
    left: -1px;
    top: 98%;
    -moz-box-shadow: 0.7px 1px 1px #777777;
    -webkit-box-shadow: 0.7px 1px 1px #777777;
    box-shadow: 0.7px 1px 1px #777777;
    padding: 3px 5px 5px 5px;
    background-color: #FFDD77;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    border-color: #EEBB55;
}

ul#css3menu li:hover > * {
    display: block;
}

ul#css3menu li:hover {
    position: relative;
}

ul#css3menu ul ul {
    position: absolute;
    left: 100%;
    top: -2px;
}

ul#css3menu {
    padding: 1px 1px 1px 0;
    display: block;
    font-size: 0;
    float: left;
}

ul#css3menu li {
    display: block;
    white-space: nowrap;
    font: bold 11px Arial, sans-serif;
    color: #000000;
    background-color: #FFDD77;
    float: left;
    z-index: 200;
}

ul#css3menu > li, ul#css3menu li {
    margin: 0 0 0 1px;
}

ul#css3menu ul > li {
    margin: 1px 0 0;
}

ul#css3menu a:active, ul#css3menu a:focus {
    outline-style: none;
}

ul#css3menu a {
    display: block;
    vertical-align: middle;
    text-align: left;
    text-decoration: none;
    font: bold 11px Arial, sans-serif;
    color: #000000;
    cursor: default;
    padding: 2px 5px 2px 5px;
    background-color: #FFDD77;
    /*background-image:url("menubk.png");*/
    background-position: 0 50%;
    border-width: 0;
    border-style: none;
    border-color: #6655FF;
}

ul#css3menu ul li {
    float: none;
    margin: 2px 0 2px 0;
}

ul#css3menu ul a {
    text-align: left;
    padding: 5px 5px 5px 5px;
    background-color: #FFDD77;
    background-image: none;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #EEBB55;
    font: bold 11px Arial, sans-serif;
    color: #000000;
    text-decoration: none;
}

ul#css3menu li:hover > a {
    background-color: #00c4ff;
    border-color: #665500;
    border-style: none;
    font: bold 11px Arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
    /*background-image:url("menubk.png");*/
    cursor: pointer;
    background-position: 0 100%;
}

ul#css3menu img {
    border: none;
    vertical-align: middle;
}

ul#css3menu ul img {
    border: none;
    vertical-align: middle;
}

ul#css3menu img.over {
    display: none;
}

ul#css3menu li:hover > a img.def {
    display: none;
}

ul#css3menu li:hover > a img.over {
    display: inline;
}

ul#css3menu span {
    display: block;
    overflow: visible;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 0;
}

ul#css3menu ul span {
    background-image: url("img/harrow.gif");
    padding-right: 20px;
}

ul#css3menu ul li:hover > a {
    background-color: #00c4ff;
    background-image: none;
    border-style: solid;
    border-color: #EEBB55;
    font: bold 11px Arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
}

ul#css3menu li.topfirst > a {
    height: 20px;
    line-height: 20px;
    color: #662288;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

ul#css3menu li.topfirst:hover > a {
    color: #ffffff;
    line-height: 20px;
}

ul#css3menu li.topitem > a {
    color: #662288;
    height: 20px;
    line-height: 20px;
}

ul#css3menu li.topitem:hover > a {
    color: #ffffff;
    line-height: 20px;
}

ul#css3menu li.toplast > a {
    color: #662288;
    height: 20px;
    line-height: 20px;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

ul#css3menu li.toplast:hover > a {
    line-height: 20px;
    color: #ffffff;
}

ul#css3menu li.subfirst > a {
    background-color: #FFDD77;
    background-image: none;
    border-width: 0;
    border-style: none;
    padding: 5px 5px 5px 5px;
    font: bold 11px Arial, sans-serif;
    color: #000000;
    text-decoration: none;
}

ul#css3menu li.subfirst:hover > a {
    background-color: #00c4ff;
    background-image: none;
    border-style: none;
    font: bold 11px Arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
}

.menu_title {
    font: 11px Arial, Verdana, sans-serif;
    color: #000000;
    font-weight: bold;
    padding: 5px 2px 5px 5px;
}

.menu_close {
    padding-right: 4px;
    padding-top: 1px;
}

.menu_item {
    cursor: pointer;
    font: 11px Arial, Verdana, sans-serif;
    padding: 4px 8px 2px 5px;
    border-bottom: 1px solid #FFBB55;
}

.db_table_navigation {
    font: 12px Arial, Helvetica, Verdana, sans-serif
}

.table_head_cell, .table_head_cell td {
    font: 12px Arial, Verdana;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
    color: #000000;
}

.table_head_cell a {
    color: #000000
}

.table_cell, .table_cell td {
    font: 11px Arial, Verdana, Helvetica, sans-serif;
    padding-left: 3px;
    padding-right: 3px;
}

.table_cell a {
    color: blue
}

.table_sort {
    padding-left: 3px;
    color: #FF8040;
}

.table_sort a {
    color: #FF8040;
}

table#TableRows {
    font-size: 11px;
    table-layout: fixed;
}

table#TableRows a {
    color: inherit;
}

table#TableRows a:hover {
    color: black;
    background-color: #FFAA55;
}

table#TableRows tr td {
    padding: 0px 3px 0px 3px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
}

table#TableRows tr#table_filter td {
    margin: 0;
    padding: 0;
}

tr#head_row td {
    font: 12px Arial, Verdana;
    font-weight: bold;
    color: #000000
}

tr#head_row td a {
    color: #000000
}

tr#head_row td a:hover {
    background-color: inherit;
}

.table_selected {
    background-color: #FFFF66
}

table#TableRows tr:nth-child(even) {
    background: #FFF5E9;
}

table#TableRows tr:nth-child(odd) {
    background: #FFFFFF;
}

table#TableRows tr:hover {
    background-color: #FFFFAA;
}

.tbl {
    font: 11px "Roboto Condensed";
}

.tbl a {
    color: inherit;
}

.tbl a:hover {
    color: black;
    background-color: #FFAA55;
}

.tbl tr td {
    padding: 3px 5px;
}

.tbl_head td {
    font: 12px Arial, Verdana;
    font-weight: bold;
    color: #000000;
    background-color: #ffdd77
}

.tbl_head td a {
    color: #000000
}

.tbl_head td a:hover {
    background-color: inherit;
}

.tbl tr:nth-child(even) {
    background: #FFF5D5;
}

.tbl tr:nth-child(odd) {
    background: #FFFFFF;
}

/* popup menu */
ul#pmenu {
    margin: 0;
    list-style: none;
    padding: 0;
    display: block;
    float: right;
}

ul#pmenu ul {
    display: none;
    border-radius: 3px;
    position: absolute;
    right: -1px;
    top: 100%;
    padding: 3px 4px 3px 4px;
    background-color: #FFFFFF;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    border-color: #EEBB55;
}

ul#pmenu li:hover > * {
    display: block;
}

ul#pmenu li:hover {
    position: relative;
}

ul#pmenu li {
    display: block;
    white-space: nowrap;
    border: 1px solid #EEBB55;
    background-color: #FFDD77;
    min-height: 20px;
    border-radius: 3px;
    padding: 1px;
    float: left;
}

ul#pmenu li#noborder {
    border: 0;
}

ul#pmenu > li, ul#pmenu li {
    margin: 0 0 0 3px;
}

ul#pmenu ul > li {
    margin: 1px 0 0;
    border-width: 0;
}

ul#pmenu a:active, ul#pmenu a:focus {
    outline-style: none;
}

ul#pmenu a {
    display: block;
    vertical-align: middle;
    text-align: left;
    text-decoration: none;
    font: bold 11px Arial, sans-serif;
    color: #000000;
    cursor: default;
    padding: 2px 4px 2px 4px;
    min-height: 20px;
    border-width: 0;
    border-style: none;
    border-color: #EEBB55;
}

ul#pmenu ul li {
    float: none;
    margin: 4px 0 4px 0;
}

ul#pmenu ul a {
    text-align: left;
    padding: 2px 5px 2px 5px;
    background-color: #FFDD77;
    background-image: none;
    font: bold 11px Arial, sans-serif;
    color: #000000;
    text-decoration: none;
}

ul#pmenu li:hover > a {
    border-style: none;
    font: bold 11px Arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: 0.1s linear;
    background: #eeaa66;
}

ul#pmenu img {
    vertical-align: middle;
    padding-right: 4px;
}

ul#pmenu ul img {
    border: none;
    vertical-align: middle;
}

ul#pmenu img.over {
    display: none;
}

ul#pmenu li:hover > a img.def {
    display: none;
}

ul#pmenu li:hover > a img.over {
    display: inline;
}

ul#pmenu span {
    display: block;
    overflow: visible;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 0;
}

ul#pmenu ul span {
    background-image: url("img/harrow.gif");
    padding-right: 20px;
}

ul#pmenu ul li:hover > a {
    background: #eeaa66;
    border-style: solid;
    border-color: #EEBB55;
    font: bold 11px Arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
}

ul#pmenu li.subfirst > a {
    background-color: #FFDD77;
    border-width: 0;
    border-style: none;
    padding: 2px 5px 2px 5px;
    font: bold 11px Arial, sans-serif;
    color: #000000;
    text-decoration: none;
}

ul#pmenu li.subfirst:hover > a {
    background: #eeaa66;
    border-style: none;
    font: bold 11px Arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
}

.db_normal_button, a:visited.db_normal_button, a:hover.db_normal_button, a:link.db_normal_button {
    font: 8pt Arial, sans-serif;
    color: #000000;
    border: 1px solid #eecc66;
    cursor: pointer;
    background-color: #FBEFCA;
    height: 23px;
    border-radius: 3px;
}

.db_normal_button:hover {
    transition: 0.1s linear;
    box-shadow: 1px 1px 2px #000000;
    background: #eecc66;
}

.db_image_button, a:visited.db_image_button, a:link.db_image_button {
    vertical-align: middle;
    font: 11px sans-serif;
    color: #000000;
    border: 1px solid #eecc66;
    cursor: pointer;
    padding: 2px 2px 3px 2px;
    background-color: #FBEFCA;
    font-weight: bold
}

a:hover.db_image_button {
    background-color: #FFFFAA;
}

.db_list_box {
    font: 8pt sans-serif;
    color: #000000;
    border-style: solid;
    border-width: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.db_edit_box {
    border: 1px solid #CCDDFF;
    font: 12px sans-serif;
    padding: 3px 5px 3px 5px;
    border-radius: 2px 2px 2px 2px;
}

.db_edit_box:hover {
    background-color: #FFFFFF;
    box-shadow: 0 0 4px #AABBDD;
}

.db_page_error {
    font-size: 12px;
    color: red;
}

.flag {
    font: 11px Arial, Verdana;
    cursor: pointer;
    font-weight: bold;
    color: #000000;
    padding: 1px 2px 1px 2px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    background-color: #FFEEAA;
}

.link_button {
    background: url(img/back.png) repeat;
    border: 1px solid rgba(33, 66, 99, 0.8);
    border-radius: 3px;
    color: #333333;
    cursor: pointer;
    height: 24px;
    min-width: 54px;
    padding: 3px 8px;
    text-align: center;
    font: 12px Tahoma, sans-serif;
}

.link_button:hover {
    border: 1px solid rgba(0, 0, 0, 0.9);
    box-shadow: 0 1px 5px #999999;
    color: black;
}

.checkbox, .radio {
    width: 19px;
    height: 16px;
    padding: 0 5px 0 0;
    background: url(img/checkbox.png) no-repeat;
    display: block;
    clear: left;
    float: left;
    cursor: pointer;
}

.round {
    border-radius: 4px;
}

.radio {
    background: url(img/radio.png) no-repeat;
}

.form_title {
    font-size: 13px;
    font-weight: bold;
    color: black
}

.form_header {
    padding: 0 5px 0 0;
    font: 12px Arial, sans-serif;
    line-height: normal;
    color: black;
    text-align: right;
    background-color: #DDEEFF;
    border-radius: 4px 0 0 4px;
    border: 1px dashed #BBCCEE;
}

.form_field {
    padding: 2px 0 2px 5px;
    font: 12px Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    color: #999999;
}

.form_text {
    font: 12px Tahoma, Verdana, Helvetica, sans-serif;
    color: #6699AA
}

.form_normal {
    padding: 2px 0 2px 5px;
    font: 12px Tahoma, Verdana, Helvetica, sans-serif;
    color: black
}

.form_text b, .form_text a {
    color: #3366AA
}

.form_caption {
    font: 13px Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap
}

.form_section {
    font: 12px Arial, Verdana, Helvetica, sans-serif;
    padding: 5px 10px 3px 3px;
    text-align: right;
    font-weight: bold;
    color: #999999
}

.form_button {
    background-color: #F5F5F5;
    border: 1px solid #C9C9C9;
    padding: 4px 8px 2px 8px;
    border-radius: 3px;
    cursor: pointer;
    color: black;
    font: bold 12px Arial;
}

.form_error {
    font-weight: bold;
    color: red
}

.form_button:hover {
    background-color: #FFFFFF;
    box-shadow: 0 0 2px #AAAAAA;
}

.imgz {
    border: 1px solid black;
    max-width: 80px;
    max-height: 80px;
}

.imgp {
    border: 1px solid black;
    max-width: 480px;
    max-height: 480px;
}

.tabs_holder {
    background: none repeat scroll 0 0 #eee;
    border-top: 1px solid #d1d8dd;
    border-bottom: 1px solid #d1d8dd;
    color: #444;
    margin-bottom: 5px;
}

.tab_holder {
    border-bottom: 1px solid #d1d8dd;
    color: #444;
    margin-bottom: 5px;
}

.tabs {
    margin-left: 20px;
}

.tabs ul {
    margin: 10px 0px 4px 0px;
    padding: 0px 0px 1px 0px;
}

.tabs_info {
    float: right;
    margin-right: 10px;
    margin-top: -20px;
    font: 13px Arial, sans-serif;
}

.tabs_info span {
    color: red;
    font-weight: bold;
}

.tabs ul li {
    display: inline;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    margin-right: 3px;
    color: #666;
    background: #ddd;
}

.tabs ul li a, .tabs ul li span {
    padding: 0 10px;
}

.tabs ul li a:hover {
    color: black
}

.tabs ul li:hover {
    background-color: #ccc;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    color: black
}

.tabs ul li.selected:hover {
    background-color: #eef;
    border-radius: 4px 4px 0 0;
}

.tabs ul li.selected {
    background: none repeat scroll 0 0 #fff;
    border-color: #d1d8ed #d1d8ed #fff;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 5px;
    margin-top: -1px;
}

.counter {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 2px;
    padding: 1px 4px 1px 4px;
    font: bold 10px sans-serif, Arial;
    color: black;
    margin-left: 3px;
    display: inline;
}

.jobs {
    font-size: 12px;
    margin-bottom: 10px;
    border-radius: 0 0 5px 5px;
    box-shadow: 2px 2px 2px #777;
    border-left: 1px solid #cccccc
}

.jobs a {
    color: inherit;
}

.jobs a:hover {
    color: black;
    background-color: #FFAA55;
}

.jobs tr td {
    padding: 2px 10px 2px 10px;
    border-bottom: 1px solid #cccccc
}

.head_jobs td {
    font: bold 13px Arial, Verdana;
    padding-left: 3px;
    padding-right: 3px;
    color: #000000;
}

.head_jobs td a {
    color: #000000
}

.head_jobs td a:hover {
    background-color: inherit;
}

.jobs tr:nth-child(even) {
    background: #FFF5d0;
}

.jobs tr:nth-child(odd) {
    background: #FFFFFF;
}

.sjobs {
    font-size: 13px;
}

.sjobs a {
    color: inherit;
}

.sjobs a:hover {
    color: black;
    background-color: #FFAA55;
}

.sjobs tr td {
    padding: 2px 10px 2px 10px;
}

.pointer {
    cursor: pointer
}

.form_button {
    background-color: #E9EEEE;
    border: 1px solid #AABBDD;
    border-radius: 2px 2px 2px 2px;
    color: black;
    font: bold 11px Arial;
    padding: 5px 10px 4px 10px;
}

.debug {
    position: fixed;
    top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 0 0 5px #000000;
    background-color: lightgray;
    font: 12px monospace;
    color: black;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    overflow: auto;
    display: none;
    z-index: 10000;
    max-width: 97%;
    max-height: 91%;
    white-space: nowrap;
}

.cart {
    margin-left: 20px;
    margin-top: 10px;
    float: left;
}

.cart_title {
    background: #ffdd77 none repeat scroll 0 0;
    box-shadow: 2px 2px 2px #777;
    border-radius: 4px 4px 0 0;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.cart_content {
    font-size: 11px;
}

.gallery {
    float: left;
    margin: 8px;
    width: 150px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid;
    box-shadow: 1px 1px 2px black;
}

.red {
    color: red;
}

.right {
    float: right;
}

.data-table td {
    transition: all .5s;
}

/* Table */
.data-table {
    border-collapse: collapse;
    font: 14px Roboto Condensed;
    background: #e1edff;
    min-width: 537px;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 100%;
}

.data-table th,
.data-table td {
    border: 1px solid #c1cdff;
    padding: 3px 3px;
    font: 14px Roboto Condensed;
    background-clip: padding-box;
    vertical-align: top;
    font-weight: bold;
}

.data-table caption {
    margin: 7px;
}

/* Table Header */
.data-table thead th {
    background-color: #b6bEEE;
    color: #003366;
    border-color: #A1ADFF !important;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    font-size:16px;
}

/* Table Body */
.data-table tbody td {
    color: #353535;
}

.data-table tbody tr:nth-child(odd) td {
    background-color: #f4fbff;
}

.data-table tbody tr:nth-child(even) td {
    background-color: #fff;
}

.data-table tbody tr:hover td {
    background-color: #ffffa2;
    border-color: #ced1fc;
}

/* Table Footer */
.data-table tfoot th {
    background-color: #e5f5ff;
    text-align: right;
}

.data-table tfoot th:first-child {
    text-align: left;
}

.data-table tbody td:empty {
    background-color: #ffcccc;
}

.box-right {
    padding: 2px 5px 2px 5px;
    font-weight: normal;
    background-color: red;
    border-radius: 3px;
    color: white;
    text-shadow: 1px 1px black;
    font-size:11px;
    float:right;
    margin-left:3px;
}

div.ui-tooltip {
    max-width: 800px;
}

.mintable, .mintable td {
    border-collapse: collapse;
    font: 11px Roboto Condensed;
    font-weight: normal;
    background: #e1edff;
    margin: 5px;
    max-width: 100%;
}

.mintable th {
    border: 1px solid #c1cdff;
    padding: 2px 8px;
    font: 11px Roboto Condensed;
    background-clip: padding-box;
    vertical-align: top;
    font-weight: bold;
}
