﻿/* Import CSS Reset File */
@import url("reset.css");
.x-body {
    color: #666;
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, 'Microsoft Yahei','微软雅黑', sans-serif;
    --font-family: arial, verdana, tahoma, helvetica, "Microsoft Yahei","微软雅黑", sans-serif;
    --font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei","微软雅黑", sans-serif;
    font-weight: normal;
    background-color: #eee;
}
body {
    color: #666;
    --background-color: #f4f4f4;
    --background-color: #eee !important;
    background-repeat: repeat;
    --font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei","微软雅黑", sans-serif;
    --font-family: arial, verdana, tahoma, helvetica, "Microsoft Yahei","微软雅黑", sans-serif;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
    --color: #666;
    font-weight: normal;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 14px;
}
a, a:link, a:visited {
    color: #00a9b6;
    text-decoration: none;
}
a:hover {
    color: #666;
}
a img, img {
    border:none
}
p {
    --color: #666;
    --font-size: 12px;
    --line-height: 15px;
    --line-height: 21px;
}

.x-panel-bodyWrap .x-panel-body-default {
    border: none;
}
.x-panel-body-default .icon img {
    height: 16px;
}
.x-column-header {
    border: none;
    background-color: #e5e5e5;
    color: #999;
}
.x-form-text {
    width: 100% !important;
    border-color: #000;
}
.x-form-text-default {
    background: none;
    background-color: #fff;
    border: none !important;
    padding: 3px 6px !important;
    min-height: 25px;
}
.x-form-text-default.x-form-textarea {
    --min-height: 70px;
    min-height: unset;
    --height: 50px;
    border-top: 1px solid #d0d0d0 !important;
    border-left: 1px solid #d0d0d0 !important;
    border-right: 1px solid #d0d0d0 !important;
}
.x-form-text-default.x-form-textarea:focus {
    border: none !important;
}
.x-anchor-form-item {
    margin-bottom: 8px;
}
.x-form-item-label-inner {
    padding-right: 10px;
}
.x-form-item-label-default {
    color: #666 !important;
    padding-top: 4px;
    font-weight: bold;
}
.x-form-item-label-text img {
    width: 16px;
    vertical-align: middle;
    margin-left: 5px;
}
.x-form-item-body-default {
    min-height: 25px;
    --min-width: 100px;
}
.x-form-item-default.x-item-disabled {
    opacity: 0.9;
}
.x-item-disabled .x-form-trigger {
    background-color: rgba(239, 239, 239, 0.3);
}
.x-form-cb-wrap-default {
    height: 28px !important;
}
.x-form-cb-default {
    margin-top: 4px;
}
.x-form-cb-label-default {
    margin-top: 4px;
}
.x-form-display-field-default {
    margin-left: 4px;
    margin-top: 4px;
    min-height: 25px;
}
.x-window-text {
    min-height: 15px;
}
/*.x-field-focus {
    --border: 1px solid #00a9b6;
}*/
.x-form-trigger-default {
    font: 16px/26px FontAwesome;
}
.x-panel-body .x-form-trigger-wrap {
    min-height: 28px;
    border: none;
    border-bottom: 1px solid #d0d0d0;
}
/*.x-panel-body .x-form-trigger-wrap-focus {
    --border: 1px solid #00a9b6 !important;
    border-bottom: 1px solid #00a9b6 !important;
}*/
.x-form-trigger-wrap-focus {
    border: 1px solid #00a9b6 !important;
}
.layout .x-field-focus .x-form-trigger-wrap-default, .records-no-border .x-field-focus .x-form-trigger-wrap-default {
    border: none;
}
.x-form-checkbox-focus.x-form-checkbox-default {
    color: #00a9b6;
}
.x-fieldset {
    background: none;
    border-top: none;
}
.x-fieldset-header-default > .x-fieldset-header-text {
    padding: 0;
}
.x-fieldset-header-tool-default {
    margin: 3px 4px 0 0;
}
.italic-text {
    padding-top: 10px;
    font-style: italic;
}
.x-message-box-successful {
    background: url(../images/turq/check-circle-44.png) 0 center no-repeat;
}
.elm-readonly {
    color: #ccc !important;
}

.displayfield-link {
    padding-top: 3px;
    font-weight: bold;
}
iframe {
    width: 100%;
    height: 1000px;
}
table {
    border-collapse: collapse;
}
select {
    width: 100%;
    --padding: 4px 25px 4px 6px;
    padding-left: 7px;
    padding-right: 25px;
    color: #666;
    border: 1px solid #ddd;
    height: 30px;
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, 'Microsoft Yahei','微软雅黑', sans-serif;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url(../images/grey/caret-down.png);
    background-repeat: no-repeat;
    --background-position: right .7em top 50%, 0 0;
    background-position: right .7em top 60%, 0 0;
    background-size: .65em auto, 100%;
}
select:hover {
    cursor: pointer;
}
select:disabled {
    color: #888;
    background-color: rgba(239, 239, 239, 0.3);
    border: 1px solid #ccc;
}
option.noselection {
    color: #999;
    padding-left: 20px;
}
option:disabled {
    color: #aaa;
}
select.transparent {
    border: none;
    float: right;
}
textarea.textarea-big {
    height: 160px;
}
textarea {
    box-sizing: border-box;
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, 'Microsoft Yahei','微软雅黑', sans-serif;
    font-size: 100%;
    width: 100%;
    color: #666;
    border: 1px solid #ddd;
    margin-right: 10px;
    padding: 4px 6px;
    min-height: 80px;
}
textarea:disabled {
    color: #aaa;
    background-color: rgba(239, 239, 239, 0.3);
}
input[type="text"], input[type="password"] {
    box-sizing: border-box;
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, 'Microsoft Yahei','微软雅黑', sans-serif;
    width: 100%;
    color: #666;
    padding: 4px 6px;
    border: 1px solid #ddd;
    line-height: 20px;
    --vertical-align: middle;
}
input[type="number"] {
    box-sizing: border-box;
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, 'Microsoft Yahei','微软雅黑', sans-serif;
    padding: 4px;
    border: 1px solid #ddd;
    text-align: right;
    color: #666;
}
input[type="text"]:disabled {
    color: #aaa;
    background-color: rgba(239, 239, 239, 0.3);
}
input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, textarea:focus {
    border: 1px solid #00a9b6;
}
input[type="radio"], input[type="checkbox"] {
    --margin: 0;
    cursor: pointer;
}
span input[type="radio"] {
    margin-right: 10px;
}
/*.x-btn-default-small {
    background-color: #fff;
    border: 1px solid #00a9b6;
    color: #00a9b6;
}
.x-btn-default-small:hover {
    background-color: #00a9b6;
    border: 1px solid #00a9b6;
    color: #fff;
}
.x-btn-inner-default-small {
    color: #00a9b6;
}
.x-btn-inner-default-small:hover {
    color: #fff;
}*/
input[type="button"], input[type="submit"] {
    padding: 7px;
    margin-left: 5px;
    min-width: 70px;
    background-color: #fff;
    border: 1px solid #00a9b6;
    color: #00a9b6;
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, 'Microsoft Yahei','微软雅黑', sans-serif;
}
input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #00a9b6;
    border: 1px solid #00a9b6;
    color: #fff;
    cursor: pointer;
}
input[type="button"].fill {
    background-color: #00a9b6;
    border: 1px solid #00a9b6;
    color: #fff;
    cursor: pointer;
}
input[type="button"]:disabled {
    background: #dddddd;
    border: 1px solid #bbb;
    color: #666;
}
input[type="button"].addtocart {
    background-image: url(/images/white/cart.png);
    background-repeat: no-repeat;
    background-position: 5px 3px;
    padding-left: 30px !important;
    /*background-color: #00a9b6;
    padding: 0px 7px 0px 7px;
    height: 25px;
    border: 1px solid #00a9b6;
    color: #fff;
    cursor: pointer;*/
}
/*input[type="button"].addtocart:disabled {
    background: #ddd;
    border: 1px solid #bbb;
    color: #666;
}*/
input[type="button"].button-cart-consumable {
    background-image: url(/images/turq/cart.png);
    background-repeat: no-repeat;
    background-position: 7px 7px;
    padding-left: 35px;
}
input[type="button"].button-cart-consumable:hover {
    background-image: url(/images/white/cart.png);
}
input.button-cart {
    background: transparent url(/images/white/cart.png) no-repeat 7px center;
    cursor: pointer; /* make the cursor like hovering over an <a> element */
    height: 34px; /* make this the size of your image */
    padding-left: 36px; /* make text start to the right of the image */
    border: 1px solid #00a9b6;
}
.gray input[type="button"] {
    background-color: #fff;
    border: 1px solid #bbb;
    color: #666;
}
.gray input[type="button"]:hover {
    --background-color: #eee;
    border: 1px solid #00a9b6;
    color: #00a9b6;
}
a.gray {
    color: #666;
}
.link-button {
    background-color: #00a9b6;
    padding: 7px 5px 7px 10px;
}
.link-button .icon-plus {
    background: transparent url(/images/white/plus.png) no-repeat right center;
}

/*input[type="checkbox"], input[type="radio"] {
    margin: 0px 2px 2px 2px;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
}*/
div#footer {
    text-align: center;
    border-top: 1px dotted #b5b5b5;
    --margin: 5px 0;
    padding: 10px 0;
}
#header {
    width: 100%;
    --background-color: #537d59;
    background-color: #000;
    color: #fff;
}
#header #subheader {
    margin-left: 30px;
}
#header #subheader .headertable {
    width: 100%;
}
#header #subheader .headertable .applogo {
    width: 1%;
}
#header #subheader .headertable .applogo a {
    color: #fff;
}
#header #subheader .headertable #logo {
    margin: 5px;
    max-height: 50px;
    vertical-align: middle;
}
#header #subheader .headertable .title {
    font-size: 20px;
    padding-left: 5px;
    vertical-align: middle;
}
#header #subheader .headertable .mainmenu {
    padding: 10px 0 10px 5px;
    text-transform: uppercase;
}
#header #subheader .headertable .mainmenu a {
    padding-right: 30px;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}
#header #subheader .headertable .mainmenu a:hover, #header #subheader .headertable .mainmenu a.current {
    color: #81d8d0;
}
#header #subheader .headertable .mainmenu.center {
    text-align: center;
    --text-transform: none;
}
#header #subheader .headertable .mainmenu.center a {
    padding: 0 5px;
}
#header #subheader .headertable .mainmenu.center .right {
    padding-right: 200px;
}
#header #subheader .headertable .mainmenu img {
    height: 14px;
    vertical-align: middle;
}

#mainmenu {
    padding: 10px 0 10px 5px;
    text-transform: uppercase;
}
#mainmenu #menuhome {
    background: url(../images/white/home.png) left center no-repeat;
    padding-left: 25px;
}
#mainmenu #menuhome.current, #mainmenu #menuhome:hover {
    background: url(../images/turq/home.png) left center no-repeat;
}
#mainmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#mainmenu ul li {
    position: relative;
    display: inline;
    float: left;
    --padding-bottom: 10px;
    z-index: 99;
}
#mainmenu ul li.more {
    text-transform: none;
}
#mainmenu ul li span {
    padding-right: 30px;
    color: #666;
    text-decoration: none;
    vertical-align: middle;
}
#mainmenu ul li a {
    padding-right: 30px;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}
#mainmenu ul li a:hover, #mainmenu ul li a.current {
    color: #00a9b6; /*#81d8d0;*/
    font-weight: bold;
}
#mainmenu ul li a.disabled {
    color: #999;
}
#mainmenu ul li:hover .submenu {
    opacity: 0.9;
    visibility: visible;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#mainmenu .submenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin-top: 10px;
    background-color: #333;
    padding: 5px 10px;
    white-space: nowrap;
    z-index: 10;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#mainmenu .submenu a {
    display: block;
    float: none;
    padding: 5px;
}

#user-nav {
    white-space: nowrap;
    vertical-align: top;
    padding: 10px 20px 0 0;
}
#user-nav table {
    float: right;
}
#user-nav td {
    padding-left: 10px;
}
#user-nav td span {
    padding: 0 5px;
    vertical-align: middle;
}
#user-nav img {
    vertical-align: middle;
    height: 18px;
}
#user-nav div {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    background: #f00;
    border-radius: 50%;
    position: relative;
    left: 10px;
    top: -20px;
    opacity: 0.9;
    height: 18px;
}
#user-nav a {
    color: #fff;
}
#user-nav a:hover {
    color: #81d8d0;
}
#user-nav a img.customized-position {
    position: relative;
    top: 8px;
}
#user-nav .notification {
    padding-right: 3px;
}
#user-nav .notification img {
    width: 18px;
    position: relative;
    top: 8px;
}
#user-nav .notification-hidden div {
    display: none;
}

#loginbox {
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #00a9b6;
    color: #fff;
}
#loginbox table {
    width: 300px;
}
#loginbox th {
    font-size: 110%;
    text-align: left;
}
#loginbox td {
    font-size: 85%;
    text-align: right;
}
#loginbox th.center {
    padding-top: 10px;
    text-align: center;
}
#loginbox input[type="text"], #loginbox input[type="password"] {
	padding: 4px;
    border:1px solid #b5b8c8;
    height:25px;
    line-height:20px;
    vertical-align:middle;
    width: 98%;
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 120%;
    box-sizing: unset;
}
#loginbox a {
    color: #fff;
    --color: #4a6d12;
    text-decoration: none;
}
#loginbox a:hover {
    text-decoration: underline;
}
#loginbox input[type="button"] {
    border: 1px solid #ccc;
    margin-left: 0;
    font-size: 14px;
    font-weight: bold;
}
#loginbox input[type="button"]:hover, #loginbox input[type="submit"]:hover {
    background-color: #e0f1f3;
    color: #00a9b6;
    border: 1px solid #e0f1f3;
}
#loginbox p {
    text-align: right;
    padding-right: 20px;
    color: #ccc;
}
#tnav {
    margin-top: 10px;
    font-size: 40px;
    vertical-align: middle;
    --color: #537d59;
    color: #111;
}
#tnav img {
    height: 120px;
    padding-right: 10px;
}

.language {
    text-align: right;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-top: -20px;
}
.language select {
    width: auto;
}

#containerhome {
    width: 520px;
    color: #777;
    padding: 10px;
}
#containerhome h1 {
    font-weight: bold;
    font-size: 120%;
    margin-top: 0px;
    color: #df0101;
    text-align: left;
    margin-bottom: 10px;
}
#containerhome h2 {
    font-weight: normal;
    font-size: 120%;
    margin-top: 0px;
    margin-bottom: 6px;
    color: #006dba;
}
#contenthome {
    text-align: left;
    padding-bottom: 10px;
}
#contenthome ul {
    margin-left: 1em;
    padding-left: .5em;
    list-style-type: circle !important;
    list-style-position: outside;
    font-size: 90%;
}
#contenthome li {
    margin-bottom: .3em;
}
#contenthome .content {
    min-height: 200px;
    padding: 10px 0;
}

#contentfooter {
    padding: 10px;
    font-size: 90%;
    border-top: 1px solid #ccc;
}
#contentfooter span {
    padding: 0 5px;
}

.button-panel-margin-left {
    margin-left: 4em;
    display: inline-block;
}
.button-panel-margin-right {
    margin-right: 4em;
    display: inline-block;
}
p.align-right {
    padding-bottom: 5px;
    text-align: right;
}
.float-right {
    float: right;
}
.maincontent .float-right a {
    cursor: pointer;
}
.maincontent .float-right img {
    padding-bottom: 5px;
}
.float-right-italic {
    float: right;
    font-style: italic;
    padding-top: 10px;
    padding-right: 10px;
}
.float-left {
    float: left;
}
.align-center {
    text-align: center;
}
.required {
    padding-left: 10px;
}
.information {
    text-align: center;
    background: #ffe4ad;
    background-size: 16px;
    padding: 10px 10px 10px 30px;
}
.info-italic {
    text-align: right;
    font-style: italic;
    padding: 0;
}
.help-note-js {
    color: #999;
    font-size: 12px;
    padding: 2px 23px;
    margin-bottom: 10px;
    background: transparent url(/images/grey/help.png) no-repeat 0 center;
    background-size: 16px;
}
.help-note {
    color: #888;
    padding: 2px 23px;
    margin-bottom: 10px;
    background: transparent url(/images/grey/help.png) no-repeat 0 center;
    background-size: 16px;
}
.help-note.emphasis, .info-note.emphasis {
    font-weight: bold;
}
.info-note-js {
    color: #999;
    font-size: 12px;
    padding: 2px 23px;
    margin-bottom: 10px;
    background: transparent url(/images/grey/info.png) no-repeat 0 center;
    background-size: 16px;
}

.info-note {
    color: #888;
    padding: 2px 23px;
    margin-bottom: 10px;
    background: transparent url(/images/grey/info.png) no-repeat 0 center;
    background-size: 16px;
}
.notice {
    color: #ee9900;
    text-align: center;
}
.note-information {
    --background-color: #ffdd99;
    background-color: #ffe4ad;
    padding: 10px 15px;
    margin: 15px 0;
}
.note-information h3 {
    font-size: 16px;
    padding-bottom: 10px;
}
.read-more {
    padding-left: 40px;
}
.help, .info {
    padding-left: 5px;
    vertical-align: middle;
}

#table_content {
    width: 100%;
    margin-top: 20px;
}
#main_content {
    --width: 75%;
    vertical-align: top;
    padding: 0 20px;
}
#main_content .bodycontent {
    padding: 10px;
}
#buyer_content {
    width: 100%;
}
.headercontent-buyer {
    position: relative;
    height: 250px;
    background-image: url(../images/bg-default.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}
.headercontent-buyer div {
    padding: 10px;
}
.headercontent-buyer p {
    text-align: right;
    padding-bottom: 5px;
}
.headercontent-buyer p img {
    height: 16px;
    vertical-align: top;
    margin-right: 5px;
}
.headercontent-buyer p a {
    color: #fff;
}
.headercontent-buyer p a:hover {
    text-decoration: underline;
}
/*.headercontent-buyer .content {
    padding-top: 50px;
    text-align: center;
    vertical-align: middle;
}*/
.headercontent-buyer .content {
    text-align: center;
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 400px;
}
.headercontent-buyer .content table {
    width: 100%;
    margin-top: 10px;
}
.headercontent-buyer .content table td {
    width: 33%;
}
/*.headercontent-buyer .content div.content-search {
    white-space: nowrap;
}*/
.headercontent-buyer .content select {
    height: 42px;
}
.headercontent-buyer .content div.select {
    padding-top: 5%;
}
.headercontent-buyer .content div.select select {
    width: auto;
    font-size: 11px;
}
.headercontent-buyer .content img {
    width: 42px;
    vertical-align: middle;
    --margin-left: -1px;
}
.headercontent-buyer .content h1 { 
   font-size: 26px;
   white-space: nowrap;
   padding-bottom: 20px;
   --color: #fff;
}
.headercontent-buyer .content h2 { 
   --color: #fff;
}

/*.headercontent-buyer .search-box {
    width: 100%;
    --margin-bottom: 40px;
}*/
/*.headercontent-buyer .search-box select {
    width: 100%;
    height: 30px;
}
.headercontent-buyer .search-box input[type="text"] {
    width: 120px;
}
.headercontent-buyer .search-box td {
    vertical-align: top;
}
.headercontent-buyer .search-box td.first {
    padding-right: 5px;
}
.headercontent-buyer .search-box td.middle {
    padding: 0 5px;
    text-align: center;
}
.headercontent-buyer .search-box td.last {
    text-align: right;
    white-space: nowrap;
    width: 150px;
}
.headercontent-buyer .search-box img {
    height: 30px;
    vertical-align: middle;
}
.headercontent-buyer .search-box span.search {
    width: 20px;
    height: 20px;
    background-size: 20px;
}*/
#side-content .ts-content {
    margin-bottom: 30px;
    white-space: nowrap;
    background-color: #f9f9f9;
    padding: 5px;
}
#side-content .ts-content h2 {
    font-size: 16px;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}
#side-content .ts-content h3 {
    text-align: center;
    padding: 10px 5px;
}
#side-content .ts-content h4 {
    text-align: center;
    font-size: 11px;
    padding-bottom: 10px;
}
/*#side-content .ts-content div {
    padding: 5px;
}*/
#side-content .ts-content p {
    padding: 0 10px 10px 10px;
    --font-size: 11px;
}
#side-content .ts-content .button {
    margin: 0;
    --padding: 0 10px;
}

/*.headercontent-buyer .content input[type="text"] {
    height: 31px;
    line-height: 32px;
    vertical-align: middle;
    font-size: 30px;
    --padding: 4px;
}*/
.headercontent-supplier {
    height: 250px;
    --background-image: url(../images/supplier_header.png);
    background-image: url(../images/bg-default.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px;
}
.headercontent-supplier table {
    width: 100%;
}
.headercontent-supplier table td {
    vertical-align: top;
    width: 25%;
}
.headercontent-supplier table th {
    height: 250px;
}
.headercontent-supplier .right {
    text-align: right;
}
.headercontent-supplier .right img#cologo {
    height: 70px;
    margin-bottom: 5px;
}
.headercontent-supplier .right p {
    color: #fff;
    padding: 2px 5px;
}
.headercontent-supplier .right img {
    height: 16px;
    vertical-align: top;
    margin-right: 5px;
}
.headercontent-supplier .right a {
    color: #fff;
    --font-weight: bold;
}
.headercontent-supplier .right a:hover {
    --color: #00a9b6;
    --color: #fff;
    text-decoration: underline;
    --font-weight: bold;
}
.headercontent-supplier .content {
    --margin-top: 120px;
    text-align: center;
}
.headercontent-supplier .content h1 { 
   font-size: 26px;
   padding-bottom: 20px;
   white-space: nowrap;
   color: #fff;
}
.headercontent-supplier .content select {
    height: 42px;
}

.requirednote {
    --float: right;
    text-align: right;
    color: #999;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    margin-right: 20px;
    padding-bottom: 10px;
}
.requirednote.with-tab {
    padding-bottom: 0;
    padding-top: 18px;
    margin-bottom: -40px;
}
.requirednote.with-pagenav {
    padding-bottom: 0;
    padding-top: 12px;
    margin-bottom: -30px;
}
span.search {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    background-color: #00a9b6;
    background-image: url(../images/white/search.png);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.9;
    margin-bottom: 3px;
    width: 20px;
    height: 20px;
    background-size: 20px;
}
.combo-search-new .disabled span.search {
    background-color: #ccc;
}

.content .content-search {
    white-space: nowrap;
    padding: 20px 0 10px 0;
}
.content .content-search img {
    --width: 42px;
    width: 32px;
    vertical-align: middle;
    padding: 5px;
    --border: 1px solid #ddd;
    background-color: #aaa;
    --margin-left: -1px;
}
.content .content-search span.search {
    background-color: #bbb;
    width: 32px;
    height: 32px;
    background-size: 32px;
    margin-bottom: 0;
}
.content .content-search input[type="text"] {
    vertical-align: middle;
    font-size: 20px;
    height: 42px;
    min-width: 350px;
    margin-right: -42px;
    padding-right: 42px;
}

.header-submenu {
    background-color: #eaf0e3;
    padding: 10px 30px;
    border: 1px solid #ccc; /*#537d59;*/
}
.header-submenu span {
    display: inline-block;
}
.header-submenu a {
    color: #969696;
    padding-right: 30px;
}
.header-submenu a:hover, .header-submenu .current a {
    --color: #537d59;
    color: #00a9b6;
}

.bodycontent {
    padding: 10px 40px;
}
.bodycontent h1, .bodycontent h2 {
    padding: 10px 0;
}
.bodycontent h1.category {
    background-size: 24px;
    background-repeat: no-repeat;
    background-position-y: center;
    padding: 10px 0 10px 36px;
}
.bodycontent h1 .subcategory {
    font-size: 11px;
    font-style: italic;
    padding-left: 10px;
}
.bodycontent h1 .header-right-button {
    margin-top: -8px;
    margin-right: 5px;
    float: right;
}
.bodycontent .clickhere {
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: bold;
}
.bodycontent .document-functions {
    float: right;
    margin-top: 5px;
}
.bodycontent .document-functions img {
    padding: 0 7px;
    --width: 16px;
}
.bodycontent .extra-functions {
    --margin-right: 10px;
    vertical-align: top;
}
.bodycontent .extra-functions a {
    padding: 0 5px;
}
/*.bodycontent .filter {
    float: right;
    text-align: right;
}*/
.bodycontent .filter-right {
    float: right;
    padding-top: 7px;
}
.bodycontent .filter-left {
    float: left;
    padding-top: 7px;
}
.bodycontent .filter-left-twolines {
    float: left;
    padding-top: 25px;
}
.bodycontent .filter-receipt input[type="text"], .bodycontent .filter-shipment input[type="text"] {
    width: auto;
    vertical-align: top;
}
.bodycontent .filter-shipment {
    padding-bottom: 10px;
}
.bodycontent .filter-receipt select, .bodycontent .filter-shipment select {
    width: auto;
}
.bodycontent .filter-customer {
    padding-top: 10px;
}
.bodycontent .filter-customer select {
    margin-left: 10px;
    width: auto;
}

.bodycontent .status {
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    color: #999;
    font-weight: bold;
    margin: 15px 0;
    border: 1px solid #ccc;
    border-radius: 25px;
}
.bodycontent .title {
    padding: 10px 0;
    font-size: 18px;
    color: #0e8be6;
}
.bodycontent .title img {
    padding-left: 10px;
    height: 18px;
    vertical-align: bottom;
}
.bodycontent .align-right {
    float: right;
}
.bodycontent .align-right a {
    margin-top: 5px;
}
/*.bodycontent #search-box {
    width: 100%;
    --margin-bottom: 40px;
}
.bodycontent #search-box select {
    width: 100%;
    height: 30px;
}
.bodycontent #search-box input[type="text"] {
    --width: 100%;
    width: 120px;
}
.bodycontent #search-box td.first {
    padding-right: 5px;
}
.bodycontent #search-box td.middle {
    padding: 0 5px;
    text-align: center;
}
.bodycontent #search-box td.last {
    text-align: right;
    white-space: nowrap;
    --width: 30%;
    width: 150px;
}
.bodycontent #search-box img {
    height: 30px;
    vertical-align: middle;
    --margin-left: -1px;
}
.bodycontent #search-box span.search {
    width: 20px;
    height: 20px;
    background-size: 20px;
}*/

/*.user-search-box {
    text-align: right;
    padding: 10px 0;
}
.user-search-box input[type="text"] {
    width: 30%;
    height: 30px;
}
.user-search-box span.search {
    width: 20px;
    height: 20px;
    background-size: 20px;
    --margin-bottom: 3px;
}*/
.bodycontent .home-content {
    margin-top: 25px;
}
.bodycontent .home-content .display_control_tabs {
    margin-top: 15px;
}

.bodycontent .menu span {
    padding-right: 20px;
}
.bodycontent .menu span a {
    padding-right: 30px;
    color: #666;
    text-decoration: none;
}
.bodycontent .menu span a:hover, .bodycontent .menu span a.current {
    color: #00a9b6;
    --font-weight: bold;
}

.bodycontent .footer {
    width: 100%;
}
.bodycontent .footer span {
    padding-right: 10px;
}
.bodycontent .footer span a {
    padding: 0 5px;
}
.bodycontent .footer select {
    width: auto;
    margin-left: 5px;
    border: 1px solid #00a9b6;
    height: 34px;
}
 
.bodycontent .button-panel {
    margin-bottom: 10px;
    text-align: right;
}
.bodycontent .button-panel select {
    width: auto;
    margin-left: 5px;
    border: 1px solid #00a9b6;
    height: 34px;
    --padding-left: 7px;
    --padding: 7px 2px;
}
.bodycontent .button-panel table {
    float: right;
    margin-bottom: 10px;
}
.bodycontent .button-panel table td {
    vertical-align: top;
    padding-left: 5px;
}
.bodycontent .button-panel table td div.hide {
    padding-left: 5px;
    display: none;
}
.bodycontent .button-panel table td a {
    padding: 3px 5px;
    border: 1px solid #008be7;
    background-color: #fff;
}
.bodycontent .button-panel table td a img {
    height: 12px;
    vertical-align: middle;
    padding-right: 0;
}
.bodycontent .button-panel table td div.expand {
    text-align: left;
    border-left: 1px solid #008be7;
    border-right: 1px solid #008be7;
    border-bottom: 1px solid #008be7;
    padding-top: 5px;
    --padding-left: 5px;
    background-color: #fff;
}
.bodycontent .button-panel table td div.expand p {
    padding: 0;
}
.bodycontent .button-panel table td div.expand a {
    border: none;
}
.bodycontent .button-panel .fixed-size-120 {
    width: 120px;
}
.bodycontent .button-panel .button-link {
    background-color: #fff;
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    border: 1px solid #00a9b6;
    --padding: 4px 0;
    margin-left: 5px;
}
.bodycontent .button-panel .button-link .button {
    padding: 4px 8px;
}
.bodycontent .button-panel .button-link .button:hover {
    background-color: #00a9b6;
    color: #fff;
    cursor: pointer;
}
.bodycontent .button-panel .button-link .button:hover a {
    color: #fff;
}
.bodycontent .button-panel .button-link a:hover {
    color: #fff;
} 
.bodycontent .button-panel-left {
    margin: 10px 0;
}
.bodycontent .button-panel-left select {
    margin-left: 5px;
    border: 1px solid #00a9b6;
    height: 34px;
    width: auto;
}
.bodycontent .button-panel-center {
    padding-top: 10px;
    text-align: center;
}
.bodycontent .requisitions {
    padding-top: 10px;
}
.bodycontent .requisitions h2 {
    padding: 10px 0;
}

.display_control_tabs  {
    background-color: #fff;
}
.display_control_tabs h1 {
    padding: 15px 0 15px 10px;
}
.display_control_tabs select {
    /*width: auto;
    max-width: 30%;
    margin-left: 10px;*/
}
.display_control_tabs select.transparent {
    max-width: 120px;
    margin-left: 10px;
    margin-top: 5px;
}
.display_control_tabs .control-tabs {
    width: 100%;
}
.display_control_tabs .control-tabs td {
    padding: 10px;
    font-weight: bold;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    --border-bottom: 1px solid #eee;
    text-align: center;
    width: 20%;
}
.display_control_tabs .control-tabs td.current {
    border: 2px solid #00a9b6;
}
.display_control_tabs .control-tabs td div {
    margin-top: 5px;
}
.display_control_tabs .control-tabs td a {
    color: #999;
    display: block;
    margin: 0;
    padding: 5px 6px;
    --font-size: 14px;
}
.display_control_tabs .control-tabs td a .cnt {
    font-size: 16px;
}
.display_control_tabs .control-tabs td.current a, .display_control_tabs .control-tabs td a:hover {
    color: #00a9b6;
}
/*.display_control_tabs .control-tabs td.first {
    border-left: none;
}
.display_control_tabs .control-tabs td.last {
    border-right: none;
}*/
.display_control_tabs .more_content {
    padding: 10px;
    text-align: right;
}
.display_control_tabs .tabpanel {
    display: none;
    padding: 0 !important;
}
.display_control_tabs .tabpanel.current {
    display: block;
}

.center-control-tabs {
    margin-top: 5px;
}
.center-control-tabs p {
    padding-top: 5px;
}
.center-control-tabs input[type="checkbox"] {
    --margin: 0px 8px 3px 0;
    --vertical-align: middle;
}

.center-control-tabs .tabs-header {
    width: 100%;
}
.center-control-tabs .tabs-header .center {
    padding: 0 10px;
}
.center-control-tabs .tabs-header .right {
    text-align: right;
}
.center-control-tabs .tabs-header .side {
    width: 20%;
    white-space: nowrap;
}
.center-control-tabs .tabs-header select {
    width: auto;
    margin-left: 10px;
}
.center-control-tabs .tabs-header input[type="text"] {
    width: auto;
    --height: 30px;
    --width: 110px;
}
.center-control-tabs .tabs-header span.search {
    width: 20px;
    height: 20px;
    background-size: 20px;
    --margin-bottom: 3px;
}

.center-control-tabs .tabs {
    width: 100%;
}
.center-control-tabs .tabs th {
    width: 20%;
}

.center-control-tabs .control-tabs {
    white-space: nowrap;
    margin: 0 auto 8px auto;
}
.center-control-tabs .control-tabs td {
    padding: 5px;
    text-align: center;
    min-width: 100px;
    vertical-align: bottom;
    font-weight: bold;
}
.center-control-tabs .control-tabs td.current a {
    border-bottom: 2px solid #00a9b6;
}
.center-control-tabs .control-tabs td div {
    margin-top: 20px;
}
.center-control-tabs .control-tabs td a {
    color: #00a9b6;
    display: block;
    margin: 0;
    padding: 5px 6px;
    font-size: 14px;
    line-height: 20px;
}
/*.center-control-tabs .control-tabs td.current a, .center-control-tabs .control-tabs td a:hover {
    color: #00a9b6;
}*/
.center-control-tabs .control-tabs td a:hover {
    border-bottom: 1px solid #00a9b6;
}

.center-control-tabs .tabpanel {
    display: none;
}
.center-control-tabs .tabpanel.current {
    display: block;
}
.center-control-tabs .tabpanel select.transparent {
    margin-bottom: 5px;
    width: auto;
}

.header-bar {
    background-color: #c5d5b1;
}
.header-bar h2 {
    padding: 10px;
}

.maincontent-block {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 10px;
}
.single-view-block {
    padding-top: 15px;
}
.masterdata select, .masterdata input[type="text"] {
    width: auto;
}
.masterdata p {
    padding-bottom: 10px;
}
.maincontent {
    background-color: #fff;
    padding: 15px 30px;
    --border: 1px solid #eee;
    border-bottom: 10px solid #c5d5b1;
    margin-bottom: 20px;
}
.maincontent .header-table {
    width: 100%;
    margin-top: 10px;
}
.maincontent .header-table td {
    width: 33%;
    text-align: center;
    vertical-align: top;
    padding: 10px 0 20px 0;
    color: #999;
}
.maincontent .header-table td p {
    color: #666;
    font-size: 14px;
    font-weight: bold;
}
.maincontent .header-table td p span {
    color: #999;
    padding-right: 5px;
    font-size: 12px;
    font-weight: normal;
}
.maincontent .header-table .invoice-detail {
    margin-left: 10px;
}
.maincontent .title-text {
    font-size: 20px;
    padding-bottom: 10px;
}
.maincontent .document-config {
    padding-top: 10px;
    text-align: center;
}
.maincontent .document-config-table {
    width: 100%;
    margin-top: 10px;
    color: #999;
}
.maincontent .document-config-table tr {
    height: 30px;
}
.maincontent .document-config-table th {
    width: 50%;
    text-align: right;
    font-weight: normal;
    padding-right: 10px;
}
.maincontent .document-config-table td {
    width: 50%;
    text-align: left;
    padding-left: 10px;
}
.maincontent .document-config-table select {
    width: auto;
}
.maincontent .document-config-table .padleft10 {
    padding-left: 10px;
}
/*.maincontent .header-table td.first {
    text-align: left;
}*/
.maincontent .gray-block {
    background-color: #eee;
    padding: 10px;
    margin-top: 20px;
}
.maincontent .gray-block .search-box {
    width: 100%;
}
.maincontent .gray-block .search-box .right {
    text-align: right;
}
.maincontent .gray-block .search-box span {
    padding-right: 10px;
}
.maincontent .gray-block .search-box select {
    width: auto;
}
.maincontent .gray-block .search-box input[type="text"] {
    width: 100%;
}
.maincontent .gray-block .search-box img {
    height: 30px;
    vertical-align: middle;
    --margin-left: -1px;
}
.maincontent .gray-block .search-box span.search {
    width: 20px;
    height: 20px;
    background-size: 20px;
}
.maincontent div.hide {
    display: none;
}
.maincontent .header-content-block {
    padding: 20px 0 10px 0;
}
.maincontent .content-block {
    display: block;
    padding: 20px 0 10px 0;
}
.maincontent .content-block.hide {
    display: none;
}
.maincontent .content-block h2 .info {
    float: right;
    font-size: 14px;
    font-style: italic;
}
.maincontent .content-block h3 {
    font-weight: bold;
    padding-bottom: 5px;
}
.maincontent .content-block .remove-block {
    float: right;
    padding-left: 10px;
}
.maincontent .content-block .remove-block img {
    width: 16px;
}
.maincontent .content-block .tax-block {
    border-top: 1px dashed #ddd;
    margin-top: 10px;
    padding-top: 10px;
}
.maincontent .content-block .footer {
    padding-top: 20px;
    text-align: right;
    font-style: italic;
    color: #aaa;
}
.maincontent .content-block .edit-header {
    text-align: right;
}
.maincontent .content-block .layout, .maincontent .content-block .layout-view {
    margin-top: 20px;
}
.no-margin {
    margin-top: 0px !important;
}
.maincontent .content-block .records {
    margin-top: 20px;
}
.maincontent .content-block .itemlevel {
    padding: 10px 0;
}
.maincontent .content-block #expand, .maincontent .content-block #expand_activity, .maincontent .content-block #expand_log {
    border: none;
    font-size: 14px;
}
.maincontent .content-block #expand_div, .maincontent .content-block #expand_activity_div, .maincontent .content-block #expand_log_div {
    padding: 0;
    border: none;
}
.maincontent .content-block .description {
    padding-top: 10px;
}
.maincontent .content-block table td.description {
    padding-top: 0;
    max-width: 400px;
    word-wrap: break-word;
}
.maincontent .content-block .overflow-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.maincontent .content-block .overflow-content.hide {
    display: none;
}
.maincontent .content-block .item-content.hide {
    display: none;
}
.maincontent .content-block .item-content p {
    padding: 0;
    font-weight: normal;
}
.maincontent .content-block .legend-right {
    margin-top: 10px;
    text-align: right;
}
.maincontent .content-block .legend-right img {
    margin-right: 5px;
    height: 16px;
}
.maincontent .content-block .legend-right span {
    padding-left: 25px;
}
.maincontent .content-block .legend-right span.star-16px {
    background: url(../images/other/star-16px.png) 0 center no-repeat;
}
.maincontent .justification {
    padding-top: 10px;
    overflow-wrap: break-word;
}
.maincontent .layout .address, .maincontent .layout-view .address {
    width: auto;
}
.maincontent .address {
    width: 100%;
}
.maincontent .address.two-cols-table td {
    width: 50%;
}
.maincontent .address.three-cols-table td {
    width: 35%;
}
.maincontent .address.four-cols-table td {
    width: 25%;
}
.maincontent .address td {
    vertical-align: top;
    background-color: #eee;
    padding: 10px;
}
.maincontent .address th {
    vertical-align: top;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
.maincontent .address th.separator {
    padding: 15px;
    border: none;
}
.maincontent .address th .search-supplier {
    text-align: right;
    padding-top: 5px;
}
.maincontent .address .addmore {
    padding-top: 5px;
}
/*.maincontent table.address {
    width: 100%;
}
.maincontent table.address td {
    width: 35%;
    vertical-align: top;
    background-color: #eee;
    padding: 10px;
}
.maincontent table.address th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
.maincontent table.address th .search-supplier {
    text-align: right;
    padding-top: 5px;
}
.maincontent table th.separator {
    padding: 15px;
}*/
.maincontent .separator {
    border-bottom: 1px solid #eee;
}
.maincontent .address h3 {
    padding-bottom: 5px;
}
.maincontent .address div {
    background-color: #eee;
    white-space: nowrap;
}
.maincontent .address .ou-address {
    min-height: 80px;
    padding: 0;
}
.maincontent .address p, .maincontent .invoice-address p {
    padding: 3px 0;
    text-align: left;
}
.maincontent .address .attn {
    padding-top: 10px;
}
.maincontent .address .attn input[type="text"] {
    width: auto;
}
.maincontent .address .address-label {
    color: #999;
}
.maincontent .address select {
    margin-bottom: 10px;
    width: auto;
}
.maincontent .address .bg-empty {
    --width: 30%;
    vertical-align: top;
    text-align: center;
    background-color: #fff;
    padding: 0;
}
.maincontent .address .bg-empty img {
    max-height: 80px;
    padding: 10px;
}
.maincontent .address .supplier p {
    padding-top: 5px;
}
.maincontent .address .supplier span {
    float: right;
    font-size: 12px;
    font-weight: normal;
}
.maincontent .address .supplier img {
    margin-top: 15px;
    max-height: 80px;
}
.maincontent .address .search {
    padding-top: 10px;
    text-align: right;
}
.maincontent .invoice-address div {
    background-color: #eee;
    padding: 10px;
}
.maincontent .invoice-shipping {
    width: 100%;
}
.maincontent .invoice-shipping td {
    width: 20% !important;
    padding: 5px;
}
.maincontent .invoice-shipping td div.combo-search {
    margin-top: 0;
}
.maincontent .invoice-shipping td select {
    width: 100%;
}
.maincontent .invoice-shipping th {
    padding: 5px 10px;
    color: #999;
    text-align: right;
    font-weight: normal;
    white-space: nowrap;
}
.maincontent .invoice-shipping .top {
    vertical-align: top;
}
.maincontent h1 {
    text-align: center;
}
.maincontent h2 {
    --padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.maincontent h2 img {
    padding-left: 10px; 
    height: 18px;
    vertical-align: bottom;
}
.maincontent h2 .right {
    font-size: 11px;
    color: #999;
    float: right;
    padding-top: 2px;
}
.maincontent h2 .right span {
    color: #333;
}
.maincontent h2 .header-right {
    font-size: 13px;
    float: right;
}
.maincontent h2 .header-right-combo {
    margin-top: -5px;
    font-size: 13px;
    float: right;
}
.maincontent h2 .header-right-combo select {
    width: auto;
    margin-left: 10px;
}
.maincontent h2 .header-right-button {
    font-size: 13px;
    float : right;
    margin-top : -10px;
}
.maincontent h2 .header-right a {
    padding-left: 10px;
}
.maincontent h2 .header-right a.hide {
    display: none;
}
.maincontent h3 {
    padding-top: 15px;
    --font-weight: bold;
    color: #999;
}
.filterby {
    width: auto;
    margin-bottom: 10px;
}
.pr-item-footer td {
    padding-top: 10px;
}
/*#chkChange {
    margin-left: 10px;
    vertical-align: middle;
}*/
.left-right {
    width: 100%;
    --margin: 10px 0;
}
.left-right td.left {
    vertical-align: top;
}
.left-right td.right {
    text-align: right;
    white-space: nowrap;
    padding-left: 20px;
}
.left-right td.checkbox {
    width: 20%;
    vertical-align: bottom;
}
/*.left-right .approval-checkbox td {
    padding-bottom: 10px;
}*/
.left-right select {
    margin-left: 10px;
    width: auto;
}

.subheader.left-right td.middle {
    width: 50%;
    text-align: center;
}
.subheader.left-right td.right {
    width: 25%;
    padding: 10px;
    color: #888;
}
.subheader.left-right td.right img {
    vertical-align: bottom;
}
/*.subheader.left-right td h2 {
    border-bottom: none;
}*/
.items-footer {
    width: 100%;
}
.items-footer td {
    vertical-align: bottom;
}
.items-footer .left {
    vertical-align: top;
}
.items-footer .itemstatus {
    color: #f00;
    padding: 10px 50px;
}
.items-footer .middle, .items-footer .right {
    width: 10%;
    white-space: nowrap;
    text-align: right;
}
.items-footer .middle {
    padding-right: 10px;
}
.items-footer .right {
    border: 1px solid #eee;
    background-color: #eee;
    --color: #333;
    padding: 5px;
}
.items-footer .poitemstotal {
    /*border: 1px solid #eee;
    background-color: #eee;
    color: #333;*/
}
.items-footer .poitemstotal td {
    padding: 3px 5px;
    vertical-align: inherit;
    text-align: right;
}
.items-footer .poitemstotal td.left {
    text-align: left;
}
.items-footer .poitemstotal .total {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}
.maincontent .itemstotal {
    border: 1px solid #ddd;
    background-color: #eee;
    padding: 5px 10px;
    font-weight: bold;
}
.items-footer .poitemstotal td input[type="text"] {
    text-align: right;
}
.maincontent .itemstotal.hide {
    display: none;
}
/*.maincontent .multicurrency {
    padding-top: 10px;
}*/
/*.maincontent .poitemstotal {
    float: right;
    border: 1px solid #ddd;
    background-color: #eee;
    color: #333;
}
.maincontent .poitemstotal td {
    padding: 3px 5px;
}
.maincontent .poitemstotal .total {
    font-weight: bold;
}*/
.maincontent .history {
    width: 100%;
    margin: 20px 0 40px 0;
}
.maincontent .history td {
    width: 33%;
    vertical-align: top;
    padding-left: 55px;
}
.maincontent .history .fileversion {
    background-size: 30px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 10px;
    background-image: url(../images/other/file.png);
}
.maincontent .history .fileversion a {
    font-weight: bold;
}

.maincontent .reference-content-block {
    display: block;
    padding-bottom: 30px;
}
.maincontent .reference {
    width: 100%;
    margin-top: 15px;
}
.maincontent .reference td {
    width: 33%;
    vertical-align: top;
    padding-left: 55px;
}
.maincontent .reference p {
    --padding: 2px;
}
.maincontent .reference .document {
    background-size: 25px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 10px;
}
.maincontent .reference .document a {
    font-weight: bold;
}

.user-detail {
    background-image: url(../images/other/user.png);
}
.setting {
    background-image: url(../images/other/setting.png);
}
.purcreq, .project {
    background-image: url(../images/other/purcreq.png);
}
.purcorder, .contract {
    background-image: url(../images/other/purcorder.png);
}
.invoice {
    background-image: url(../images/other/invoice.png);
}
.shipment {
    background-image: url(../images/other/shipment.png);
}
.receipt {
    background-image: url(../images/other/receipt.png);
}
.catalog, .consumable, .budget, .productservice {
    background-image: url(../images/other/catalog.png);
}
.cart {
    background-image: url(../images/other/cart.png);
}
.payment {
    background-image: url(../images/other/payment.png);
}
.supplier, .customer {
    background-image: url(../images/other/customer.png);
}
.report {
    background-image: url(../images/other/report.png);
}
.task {
    background-image: url(../images/other/task.png);
}
.message {
    background-image: url(../images/other/message.png);
}
.survey {
    background-image: url(../images/other/survey.png);
}
.outbox-draft {
    background-image: url(../images/other/draft.png);
}
.denied {
    background-image: url(../images/other/accessdenied.png);
}
.guideline {
    background-image: url(../images/other/guideline.png);
}
.tacticnet {
    background-image: url(../images/other/network.png);
}
.posting {
    background-image: url(../images/other/posting.png);
}
.rating {
    background-image: url(../images/other/rating.png);
}

.icon-right {
    --float: right;
    padding-left: 10px;
    vertical-align: middle;
}
.icon-right:hover {
    cursor: pointer;
}
.icon-right span {
    --display: block;
    position: absolute;
    visibility: hidden;
    padding: 4px 8px;
    margin-top: 8px;
    margin-left: -5px;

    white-space: nowrap;
    z-index: 2;
    background-color: #666;
    color: #fff;
    opacity: 0.8;
}
.icon-right:hover span {
    visibility: visible;
}
.icon-right span a {
    color: #00a9b6;
}
.icon-right span a:hover {
    color: #fff;
}
/*.icon-right a {
  text-decoration: none;
}
.icon-right a:hover {
  position: relative;
}
.icon-right a[data]:hover:after {
    content: attr(data);
    padding: 4px 8px;
    --color: rgba(0,0,0,0.5);
    position: absolute;
    right: 10px;
    top: 100%;
    white-space: nowrap;
    z-index: 2;
    --background: rgba(0,0,0,0.5);
    background-color: #333;
    color: #fff;
    opacity: 0.4;
}*/
.maincontent a {
    --padding: 0 5px;
}
.invoice-layout-view {
    width: 100%;
}
.invoice-layout-view tbody td {
    vertical-align: top;
}
.invoice-layout-view tbody td.summary {
    width: 30%;
}
.layout-view {
    width: 100%;
}
.layout-view tbody tr {
    height: 30px;
}
.layout-view tbody th {
    padding: 5px;
    color: #999;
    text-align: right;
    white-space: nowrap;
    width: 5%;
    font-weight: normal;
    vertical-align: top;
}
.layout-view tbody tr.middle th, .layout-view tbody tr.middle td {
    vertical-align: middle;
}
.layout-view tbody th.top, .layout-view tbody td.top {
    vertical-align: top !important;
    --overflow: hidden;
    max-width: 400px;
    word-wrap: break-word;
}
.layout-view tbody .attachment.top div {
    margin-top: 0 !important;
}
.layout-view tbody td {
    padding: 5px 15px;
    --vertical-align: middle !important;
    vertical-align: top;
    width: 40%;
    font-size: 14px;
    font-weight: bold;
    color: #888;
    max-width: 400px;
    word-wrap: break-word;
}
.layout-view tbody td.item-description {
    min-width: 40%;
    height: 140px;
    font-weight: normal;
}
.layout-view tbody td.address div {
    vertical-align: top;
    background-color: #eee;
    padding: 5px 10px;
}
.layout-view tbody td span.to {
    padding: 0 15px;
}
.layout-view tbody td p {
    padding-top: 0;
    padding-bottom: 5px;
    --line-height: normal;
}
.layout-view tbody td a {
    font-weight: normal;
}
.layout-view table tbody tr {
    height: auto;
}
.layout-view .textarea {
    font-weight: normal;
}
.layout-view .textarea span {
    padding-left: 0;
}
.layout-view .layout-select th, .layout-view .layout-select td {
    padding-top: 10px;
    vertical-align: middle;
}
.layout-view .layout-select select {
    width: 200px;
}
.layout-accesscontrol {
    width: 100%;
    margin-top: 20px;
}
.layout-accesscontrol td {
    width: 50%;
    vertical-align: top;
}
.layout-accesscontrol p {
    padding-bottom: 10px;
}
.layout-accesscontrol input[type='checkbox'], .accesscontrol-header input[type='checkbox'] {
    vertical-align: bottom;
}
.layout-accesscontrol span, .accesscontrol-header span {
    margin-left: 10px;
}
.accesscontrol-header {
    margin-top: 20px;
    text-align: center;
}

tbody .top {
    vertical-align: top;
    --padding-top: 10px;
}
tbody .top div {
    margin-top: 5px;
}
#usercontactname {
    padding-left: 0;
}
#usercontactname img {
    height: 16px;
    padding-left: 10px;
    vertical-align: top;
}
.layout.hide {
    display: none;
}
.layout {
    width: 100%;
    --display: block;
}
.layout.user-accounts input[type="text"] {
    width: 100px;
}
.layout.user-subscription a, .layout.user-accounts a {
    padding: 0 5px;
}
.layout .gray-box {
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px 15px;
    margin: 0 10px;
    height: 18px;
    min-width: 60px;
    text-align: center;
}
.layout tr.top th, .layout tr.top td {
    vertical-align: top !important;
}
.layout tr.top td table td {
    vertical-align: middle !important;
}
.layout tr.top td.checkbox input[type="checkbox"] {
    margin-top: 8px;
}
.layout tr.top td div {
    margin-top: 0;
}
.layout tr.top td .addmore {
    --padding-top: 5px;
}
.layout tr.separator {
    --height: 10px;
    border-bottom: 1px solid #eee;
}
.layout tr {
    height: 36px;
}
.layout th {
    width: 15%;
    padding: 5px 10px;
    color: #999;
    text-align: right;
    font-weight: normal;
    white-space: nowrap;
}
.layout td {
    width: 35%;
    padding: 5px 10px;
    --white-space: nowrap;
}
.layout td.header, .layout-view td.header {
    padding: 5px 0;
}
.layout td.description {
    white-space: normal;
}
.layout td.right {
    text-align: right;
}
.layout td span, .layout-view td span {
    padding-left: 20px;
    display: inline-block;
}
/*.layout td span#usercontactname {
    padding: 0;
}*/
.layout td p {
    padding-bottom: 5px;
}
.layout th p {
    padding-top: 5px;
}
.layout td select {
    padding-left: 6px;
}
.layout.nowrap th, td.nowrap {
    white-space: nowrap;
}
.layout table tbody tr {
    height: auto;
}
.layout td.address div {
    vertical-align: top;
    background-color: #eee;
    padding: 10px;
}
.layout td.address div.combo-search {
    padding: 0;
}
.layout .datetime span {
    padding-left: 0;
    --padding-right: 10px;
    width: 50%;
}
.layout .inner-box input[type="text"]:disabled {
    background: #eee;
}
.layout .inner-box input[type="text"] {
    width: 100%;
}
.layout .inner-box .code {
    width: 15%;
    min-width: unset;
    padding-right: 5px;
}
.layout .inner-box .extension {
    width: 20%;
    padding-left: 5px;
    font-size: 12px;
    text-align: right;
}
.layout .inner-box .extension input[type="text"] {
    margin-left: 10px;
    width: 60%;
}
.layout .inner-box .phonenumber {
    width: auto;
    --width: 80%;
}
.layout .inner-box .link {
    width: 1%;
    white-space: nowrap;
    text-align: right;
    padding-left: 5px;
}
.layout .inner-box .link a {
    padding: 0 3px;
}
.layout .inner-box .help-info {
    width: 1%;
}
.layout .inner-box.three-boxes td {
    --min-width: unset;
    width: 33%;
}
.layout .inner-box.three-boxes td.middle {
    padding-left: 5px;
    padding-right: 5px;
}
.layout .inner-box, .layout-view .inner-box {
    width: 100%;
}
.layout .inner-box td, .layout-view .inner-box td {
    padding: 0;
    width: auto;
    vertical-align: middle !important;
}
.layout-view .inner-box td {
    padding-bottom: 0;
    width: auto;
}
.layout .inner-box td.first {
    padding-right: 10px;
}
.layout .inner-box td.list, .layout-view .inner-box td.list {
    width: 20px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 0;
    vertical-align: top !important;
}
.layout .inner-box td.applyall, .layout-view .inner-box td.applyall {
    vertical-align: top !important;
    white-space: nowrap;
}
.layout .inner-box td.applyall .addmore {
    padding-top: 5px;
}
.layout .inner-box .th-help {
    width: 5%;
    padding: 5px 0;
}
.layout .inner-box .x-form-field-date {
    width: 100%;
}
.layout .inner-box .x-form-type-text {
    width: 100%;
}
.layout .inner-box-no-full-length td {
    padding: 0 15px 0 0;
    min-width: unset;
}
.layout .four-boxes input[type="text"] {
    width: 24%;
}
.layout .contract-description p {
    padding: 5px 0 0 0;
}
.layout.approval-flow select {
    width: auto;
}

.layout-delete-doc {
    margin: 15px 0;
}
.layout-delete-doc th {
    padding: 5px 10px 5px 0;
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
}
.layout-delete-doc td {
    padding: 5px 10px;
    width: 300px;
}
.layout-delete-doc td input[type="text"] {
    padding-right: 30px;
    margin-right: -30px;
}
.layout-delete-doc td select {
    width: 100%;
}

.document-task .inner-box {
    width: auto;
}
.document-task .inner-box td {
    padding-right: 10px;
}
.document-task .inner-box .paddingtop td {
    padding-top: 5px;
}
.document-task .inner-box input[type="text"] {
    width: 140px;
}

.layout-fields th {
    padding: 5px;
    white-space: nowrap;
    font-weight: normal;
}
.layout-fields td {
    width: 100%;
    padding: 5px;
}
.layout-fields tr.separator {
    height: 20px;
}

.records-cart {
    width: 100%;
    --display: block;
    margin-bottom: 10px;
}
.records-cart tr {
    height: 30px;
    border-bottom: 1px solid #ccc;
}
.records-cart tr.separator {
    height: 30px;
}
.records-cart th {
    padding: 10px 5px;
}
.records-cart thead th {
    background-color: #46576d;
    color: #fff;
}
.records-cart tbody th {
    background-color: #e0f1f3;
    color: #999;
    font-weight: normal;
}
.records-cart td {
    padding: 5px;
    text-align: center;
}
.records-cart td input[type="text"] {
    width: 100px;
    text-align: center;
    margin-right: 10px;
}
.records-cart td img {
    height: 16px;
}
.records-cart .left {
    text-align: left;
}
.records-cart .img {
    width: 5%;
}
.records-cart .img img {
    height: 40px;
}

.two-element-cell {
    display: inline-block;
    white-space: nowrap;
}
.two-element-cell input[type="text"] {
    width: 100px !important;
    margin-right: 10px;
}
.two-element-cell select {
    width: auto !important;
}
.two-element-cell input[type="button"] {
    padding: 5px;
}
.contract-content .two-element-cell input[type="text"] {
    width: 145px !important;
}

.contract-side-block {
    padding-top: 5px;
}
.contract-side-block p {
    padding: 0 0 5px 0;
}
.contract-side-block .contract-side-block-layout {
    width: 100%;
}
.contract-side-block .contract-side-block-layout td {
    padding: 0 0 5px 0 !important;
    vertical-align: top;
}
.contract-side-block .contract-side-block-layout th {
    width: 1%;
    padding: 0 0 5px 5px;
    vertical-align: top;
}
.contract-side-block .contract-side-block-layout table {
    width: 100%;
}

.single-field {
    --display: table;
    display: block;
    width: 80%;
    margin: 0 auto;
}
.single-field th {
    width: 10%;
}

.single-field td input[type="text"],.single-field td input[type="password"], .single-field td textarea, .single-field td select {
    --width: 80%;
}
.single-field tr.separator {
    height: 10px;
    border-top: 1px solid #eee;
}
.single-field .search input[type="text"] {
    width: 40%;
}
.single-field .search span.search {
    width: 20px;
    height: 20px;
    background-size: 20px;
    --margin-bottom: 3px;
    padding: 5px;
}
.single-field .phone img {
    padding-top: 7px;
}
.single-field .address div {
    margin-right: 20%;
}
.single-field tbody .attachment.top div {
    margin-top: 5px;
}
.layout.single-field .inner-box {
    --width: 80%;
    float: left;
}
.layout span.imghelp {
    padding-left: 0;
}
.top-border {
    border-top: 10px solid #c5d5b1;
}
.border-top {
    border-top: 1px solid #ddd;
    margin-top: 20px;
}
.border-top p {
    margin: 10px 0;
}
.border-top table {
    margin: 0 auto;
}
.border-top table tr {
    height: 36px;
}

.contract-table {
    margin-bottom: 10px;
}
.contract-table thead th {
    text-align: center;
    background-color: #eee;
    width: auto;
}
.contract-table tbody td {
    min-width: unset;
}
.contract-table tbody td input[type="text"] {
    width: auto;
}
.contract-table tbody td img {
    height: 16px;
}

/*.contract-table tbody td {
    white-space: nowrap;
}*/

h3.border-bottom {
    border-bottom: 1px solid #eee;
    padding: 10px 0 !important;
    margin-bottom: 10px;
}

.layout-confirmation {
    width: 100%;
    margin-top: 10px;
}
.layout-confirmation td {
    width: 33%;
    border: none;
    text-align: left !important;
}
.layout-confirmation td input[type="text"] {
    text-align: left !important;
    width: auto;
    margin-left: 10px;
}
.layout-confirmation td input[type="button"].hide {
    display: none;
}
.layout-confirmation td.details-btn {
    text-align: right !important;
}
.layout-confirmation td .layout {
    background: #eee;
}
.layout-confirmation td .layout th {
    border: none;
}
.layout-confirmation td .layout input[type="text"] {
    margin-left: 0;
}

.layout-registration {
    width: 100%;
    --display: block;
}
.layout-registration tbody tr {
    height: 36px;
}
.layout-registration tbody th {
    width: 12%;
    padding: 5px 10px;
    color: #999;
    text-align: right;
    font-weight: normal;
    white-space: nowrap;
}
.layout-registration tbody td {
    width: 58%;
    padding: 5px 10px;
}
.layout-registration .company-logo {
    width: 30%;
    text-align: center;
    vertical-align: top;
}
.layout-registration img {
    padding-bottom: 10px;
}
#basic .maincontent h2 {
    margin-bottom: 10px;
}
.content-block-registration {
    padding-top: 10px;
}
.content-block-registration span {
    border: 1px solid #eee;
    padding: 5px 10px;
    margin-left: 5px;
    margin-bottom: 5px;
    display: inline-block;
    background: #e0f1f3;
}

div.radio-panel {
    text-align: center;
    padding-bottom: 10px;
}
.radio-panel span {
    padding-left: 0 !important;
    padding-right: 40px;
}
.radio-panel input[type="radio"], .radio-panel input[type="checkbox"] {
    vertical-align: middle;
    margin: 0 10px 2px 0;
}
.radio-panel div {
    display: inline-block;
}
.radio-panel input[type='text'] {
    width: 100px !important;
}

.receipt-header-info {
    width: 100%;
}
.receipt-header-info td {
    width: 50%;
    vertical-align: top;
}
.receipt-header-info div .addmore {
    padding-top: 5px;
}
.invoice-summary {
    background-color: #eee;
    text-align: right;
    float: right;
}
.invoice-summary tbody th {
    width: auto;
    padding: 0 10px;
    color: #999;
    font-size: 10px;
    font-weight: normal;
}
.invoice-summary tbody td {
    padding: 0 10px 0 0;
    white-space: nowrap;
    font-size: 10px;
}
.invoice-summary tr.first th, .invoice-summary tr.first td {
    padding-top: 5px;
}
.invoice-summary tr.last th, .invoice-summary tr.last td {
    padding-bottom: 5px;
}
.invoice-summary tr.bold th,  .invoice-summary tr.bold td {
    font-weight: bold;
}

#reconciliation .layout .reconciliation-total {
    vertical-align: top;
    text-align: right;
}
#reconciliation .layout span {
    color: #999;
    padding-right: 10px;
}
#reconciliation .layout span.total {
    padding-right: 10px;
    font-size: 16px;
}

.reconciliation-records {
    width: 100%;
    text-align: left;
    margin: 20px 0 30px 0;
}
.reconciliation-records th {
    padding: 10px;
    background: #e5e5e5;
    color: #999;
}
.reconciliation-records td {
    padding: 5px 10px;
    --background: #f9f9f9;
}
.reconciliation-records td.right {
    text-align: right;
}
#reconciliation .accepted {
    text-align: right;
    height: 40px;
}
#reconciliation .accepted span {
    margin: 10px;
    padding: 10px;
    border: 1px solid #00a9b6;
    background-color: #00a9b6;
    color: #fff;
}
#reconciliation .accepted span img {
    vertical-align: middle;
    height: 16px;
    padding-right: 5px;
}
.single tbody th {
    white-space: nowrap;
}
.single tbody .attachment.top div, .message-info tbody .attachment.top div {
    margin-top: 5px;
}
.single tbody td {
    width: 90%;
}

.invoice-addtoheader span {
    font-weight: bold;
    padding-right: 10px;
}
.invoice-addtoheader select {
    width: auto;
}

.date-range-layout {
    --width: 90%;
}
.date-range-layout tbody td {
    padding: 0 !important;
    text-align: center;
    color: #999;
    width: auto !important;
}
.date-range-layout tbody td.to {
    padding: 0 15px !important;
}

.address-two-cols-table {
    width: 100%;
}
.address-two-cols-table td {
    width: 50%;
    vertical-align: top;
    background-color: #eee;
    padding: 10px;
}
.address-two-cols-table td h3 {
    padding: 0 0 10px 0;
    font-weight: bold;
}
.address-two-cols-table td .shipping span {
    float: right;
}

.two-cols-table {
    width: 100%;
}
.two-cols-table td {
    width: 50%;
    vertical-align: top;
    --padding-right: 20px;
}
.two-cols-table td input[type="radio"], .two-cols-table td input[type="checkbox"] {
    margin: 0 8px 3px 0;
    vertical-align: middle;
}
.two-cols-table td h3 {
    padding-top: 0;
    padding-bottom: 10px;
    font-weight: bold;
}
.two-cols-table td p {
    height: 18px;
    padding: 0;
}
.two-cols-table td.weight input[type="text"] {
    width: 30%;
}
.two-cols-table td span {
    --padding: 0 10px 0 20px;
    padding-left: 20px;
    color: #999;
}
.two-cols-table td.right {
    padding-left: 20px;
}
.two-cols-table table th {
    white-space: nowrap;
}
.two-cols-table table td {
    width: auto;
}
.two-cols-table .layout td {
    vertical-align: middle !important;
}
.two-cols-table .trading-partner table th, .two-cols-table .trading-partner th {
    width: 40%;
    white-space: normal;
}
.two-cols-table .trading-partner .attachment a {
    padding: 0 3px;
}
/*table .layout th {
    width: 25%;
}
table .layout td {
    width: 75%;
}*/
/*table td.checkbox {
    --font-weight: bold;
}
table td.checkbox input[type="checkbox"] {
    vertical-align: middle;
}
table td.checkbox span {
    vertical-align: middle;
    padding-left: 10px;
    padding-bottom: 1px;
    margin: 0;
}*/
.price-break .checkbox {
    padding: 10px 0;
}
.checkbox img {
    --vertical-align: middle;
    --padding-left: 5px;
}
.checkbox input[type="checkbox"] {
    vertical-align: middle;
}
.checkbox span {
    vertical-align: middle;
    padding-right: 10px;
    color: #999;
    font-weight: bold;
}
.layout-js {
    width: 100%;
    color: #666;
}
.layout-js tbody th {
    padding: 5px;
    color: #888;
    text-align: right;
    white-space: nowrap;
    min-width: 10%;
    font-weight: normal;
}
.layout-js tbody th.top, .layout-js tbody td.top {
    vertical-align: top;
}
.layout-js tbody td {
    padding: 5px 15px;
}
.layout-js tbody td.description {
    min-width: 40%;
}
.layout-js tbody td span.to {
    padding: 0 15px;
}
.layout-js tbody td p {
    padding-bottom: 5px;
    --line-height: normal;
}
.catalog-supplier tbody td {
    padding: 0 0 5px 0 !important;
    border-bottom: none !important;
}
.catalog-supplier tbody td.hide {
    display: none;
}
.catalog-supplier tbody td img {
    height: 16px;
}
.addmore {
    float: right;
    font-weight: normal;
}
.view-list {
    padding-left: 0px !important;
    float: right;
    font-weight: normal;
}
.addmore a, .single tbody .attachment div a, .message-info tbody .attachment div a {
    padding: 0 3px;
} 
.import-text {
    vertical-align: bottom;
}
/*.menu_tabs  {
    background-color: #fff;
}
.menu_tabs .control-tabs td {
    padding: 5px;
    font-weight: bold;
}
.menu_tabs .control-tabs td div {
    margin-top: 5px;
}
.menu_tabs .control-tabs td a {
    color: #666;
    display: block;
    margin: 0;
    padding: 5px 6px;
}
.menu_tabs .control-tabs td.current a, .menu_tabs .control-tabs td a:hover {
    color: #00a9b6;
}
.menu_tabs .tabpanel {
    display: none;
    padding: 10px;
}
.menu_tabs .tabpanel.current {
    display: block;
}*/
/*.right_menu_tabs .control-tabs {
    float: right;
    white-space: nowrap;
}
.right_menu_tabs .control-tabs td {
    padding: 5px;
    font-weight: bold;
}
.right_menu_tabs .control-tabs td a {
    color: #666;
    display: block;
    margin: 0;
    padding: 5px 6px;
}
.right_menu_tabs .control-tabs td.current {
    border-bottom: 1px solid #00a9b6;
}
.right_menu_tabs .control-tabs td.current a, .right_menu_tabs .control-tabs td a:hover {
    color: #00a9b6;
}
.right_menu_tabs .tabpanel {
    display: none;
    padding: 10px 0;
}
.right_menu_tabs .tabpanel.current {
    display: block;
}
*/
#expand, #expand_log {
    background-color: #fff;
    padding: 8px 5px 5px 5px;
    margin-top: 10px;
    border: solid 1px #ccc
}
#expand img, #expand_activity img, #expand_log img {
    height: 16px;
    vertical-align: middle;
    padding-bottom: 3px;
    margin-right: 5px;
}
#expand.gray a {
    color: #666;
}
#expand_div.hide, #expand_activity_div.hide, #expand_log_div.hide {
    display: none;
}
#expand_div, #expand_log_div {
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding: 10px;
    background-color: #fff;
}
#expand_activity_div .rejected, .records td.rejected {
    color: #f00;
}
#expand_activity_div .verify-approved {
    --color: #32cd32;
    color: #008000;
}
#expand_activity_div .norecord {
    --padding: 0 0 0 10px;
    margin: 0;
}
#expand_activity_div td p {
    padding-top: 0;
    padding-bottom: 0;
}
/*#expand_div span {
    --padding: 0 20px 0 5px;
    vertical-align: top;
}*/
#expand_div .button-panel, #download-search .button-panel, #workstream-search .button-panel {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0;
}
#expand_activity_div {
    margin: 0 20px;
}
#expand_log_div {
    margin-left: 20px;
}
#advancesearch {
    display: block;
}
#advancesearch.hide  {
  display: none;
}
#advancecatalogsearchblock {
    width: 95%;
}
/*#advancecatalogsearchblock .header {
    width: 10%;
    text-align: center;
}*/
#advancecatalogsearchblock tr {
    --height: 40px;
}
#advancecatalogsearchblock th {
    --width: 10%;
    max-width: 20%;
    text-align: right;
    font-weight: normal;
    padding-right: 10px;
    color: #666;
}
#advancecatalogsearchblock input[type="checkbox"], #workstream-search input[type="checkbox"] {
    margin-right: 5px;
}
#advancecatalogsearchblock input[type="text"] {
    width: 100%;
}
#advancesearchblock {
    width: 100%;
}
#advancesearchblock td.right {
    --width: 40%;
    vertical-align: top;
    white-space: nowrap;
    padding-left: 30px;
}
#advancesearchblock table td {
	padding: 5px;
	vertical-align:middle;
    width: auto;
}
#advancesearchblock .tblSearch {
    width: 100%;
}
#advancesearchblock .tblSearch td.half-width {
    max-width: 35%;
    vertical-align: top;
}
#advancesearchblock .tblSearch table td {
    padding: 0 5px;
}
#advancesearchblock .tblSearch .search-date {
    padding-left: 0;
}
#advancesearchblock .tblSearch .search-date table {
    width: 100%;
}
#advancesearchblock .tblSearch .search-date .date {
    width: 120px;
}
#advancesearchblock .tblSearch .search-date .label {
    text-align: center;
}
#advancesearchblock .tblSearch .search-date .searchrange {
    padding-right: 0;
}
#advancesearchblock .tblSearch .search-condition select, #advancesearchblock .tblSearch .search-saved select {
    width: auto;
    margin: 0 10px;
}
#advancesearchblock .tblSearch .search-condition .all {
    text-transform: uppercase;
}
#advancesearchblock img {
    height: 16px;
}
/*.tblSearch td.right {
    width: 70%;
}
.tblSearch td.hide {
    display: none;
}
.tblSearch .search-condition select#selCondition {
    margin-left: 10px;
}*/

/*#tblSearch {
    width: 100%;
}
#tblSearch td.right {
    width: 70%;
}
#tblSearch td.hide {
    display: none;
}
#tblSearch td div {
    --display: inline-block;
}
#tblSearch .search-condition select {
    width: auto;
}
#tblSearch .search-condition select#selCondition {
    margin-left: 10px;
}*/

.subcontent {
    background-color: #fff;
    padding: 10px;
}

/*.home.records th {
    background-color: #f3f3f3;
    color: #999;
}*/ 
.home.records th {
    width: 20%;
}
.home.records.six-col th {
    width: 17%;
}
.records-js {
    margin-bottom: 0 !important;
    table-layout: fixed;
}
.records-js th {
    font-size: 11px;
    padding: 10px 5px !important;
}
.records-js td {
    word-wrap: break-word;
    padding: 10px 5px !important;
}
.records-js .right {
    text-align: right;
}
.records-js input[type="text"] {
    margin-left: 5px;
    width: 40px;
}
.records-js .approval-role-panel span {
    padding: 0 5px;
    font-size: 12px;
}
.x-panel-default .norecord {
    padding: 10px 0;
}

.records {
    width: 100%;
    margin-bottom: 10px;
}
.records tr {
    border-bottom: 1px solid #eee;
}
.records tr:hover td {
    --background: #eaf0e3;
    background-color: #e0f1f3;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}
.records tr.disabled td {
    color: #999;
}
.records .left {
    text-align: left;
}
.records .right {
    text-align: right;
}
.records .checkbox-icon {
    text-align: left;
    white-space: nowrap;
}
.records .checkbox-icon img {
    padding-left: 5px;
    height: 14px;
}
.records th {
    padding: 10px;
    font-weight: normal;
    background-color: #46576D;
    color: #fff;
}
.records td {
    padding: 10px;
    font-weight: normal;
    text-align: center;
    --background: #f9f9f9;
    --color: #999;
}
.records td.hide, .records th.hide {
    display: none;
}
.records td.id {
    width: 5%;
    white-space: nowrap;
}
.records td.date {
    width: 10%;
    white-space: nowrap;
}
.records td.ts-image {
    padding: 5px;
}
.records td.ts-image img {
    height: 24px;
}
.records th.left {
    white-space: nowrap;
}
.records th.selection, .records th.index {
    width: 2%;
    white-space: nowrap;
    text-align: center;
}
.records th.selection span {
    width: 21px;
    display: inline-block;
}
.records td.function a {
    margin-left: 5px;
}
.records td.function {
    width: 2%;
    white-space: nowrap;
    --text-align: left;
}
.records th.index, .records td.index {
    width: 5%;
    white-space: nowrap;
}
.records .grouping {
    border-top: 2px solid #ccc;
    text-align: left;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}
.records .doctitle {
    width: 20%;
}
.records .documentid {
    text-align: left;
    width: 10%;
    --white-space: nowrap;
}
.records a.link {
    float: right;
    padding-right: 5px;
}
.records .sort {
    min-width: 120px;
    /*text-align: left;*/
}
.records .sort a {
    float:right;
}
.records .highlight td {
    background-color: #f5f5f5;
    --padding: 5px 10px 5px 30px;
}
.records .highlight td.function {
    text-align: right;
}
.records img {
    height: 16px;
    vertical-align: bottom;
}
.records .returned, .records .error, .records .overdue, .suspended, .deleted  {
    color: #f00;
}
.records select {
    width: auto;
}
.records .outstanding {
    background-color: #f5f5f5;
    font-weight: bold;
}
.records .col50width {
    width: 50px;
}
.records .last-col {
    padding-left: 0;
}
#files-tbl.records .description {
    padding-top: 10px;
}
.norecord {
    text-align: center;
    color: #999;
    font-style: italic;
}
.norecord-padding {
    padding: 20px 0;
}
div.norecord {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.div-bold {
    margin-top: 5px;
    color: #999;
    font-weight: bold;
}
.div-center {
    padding-top: 20px;
    text-align: center;
    color: #999;
    font-weight: bold;
}
.div-center input[type="radio"] {
    margin: 0 5px 2px 20px;
    vertical-align: middle;
}
.doc-hidden {
    background: url(../images/grey/hide-16px.png) right center no-repeat;
}
.preferred {
    background: url(../images/other/collection_fill.png) right center no-repeat;
    padding-right: 25px;
}
.warning {
    background: url(../images/turq/warning-triangle.png) left center no-repeat;
}
.approval-layout {
    width: 100%;
    margin-top: 40px;
}
.approval-layout .middle {
    width: 50%;
}
.approval-layout .right {
    width: 25%;
    text-align: right;
    white-space: nowrap;
}

.approval-block .norecord {
    --height: 30px;
    margin: 30px 0;
}
.approval-block select {
    height: 28px;
}
.approval-block h2 .help {
    font-style: italic;
    font-size: 12px;
}
.approval-block h3 {
    padding-top: 15px !important;
    width: 250px;
}
.approval-block h3 span {
    float: right;
    font-weight: normal;
}
.approval-block h3 span a {
    padding: 0 3px; 
}
.approval-block .float-right {
    padding-top: 15px;
}
.approval-block.hide {
    display: none;
}

.approval-role-panel {
    --text-align: center;
    font-size: 11px;
}
.approval-role-panel span {
    padding: 5px 20px 5px 30px;
    display: inline-block;
}
.approval-role-panel img {
    vertical-align: bottom;
    padding-right: 5px;
}
.approval-role-panel p {
    padding-top: 5px;
}

/*.approval-graph {
    margin: 20px auto 60px auto;
}
.approval-graph td {
    text-align: center;
}
.approval-graph img {
    padding: 10px;
    height: 16px;
} 
.approval-graph span.user {
    padding-left: 20px;
    background-repeat: no-repeat;
    --background-position: left;
}
.approval-status {
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
.userapprover {
    background: url(../images/user/user-green.png) 0 center no-repeat;
}
.userdelegated {
    background: url(../images/user/user-red.png) 0 center no-repeat;
}
.userwatcher {
    background: url(../images/user/user-blue.png) 0 center no-repeat;
}*/

.approval-graph {
    margin: 30px auto;
}
.approval-graph td {
    padding: 10px;
    display: inline-block;
}
.approval-graph td.center {
    text-align: center;
}
.approval-graph td.center img {
    padding-bottom: 5px;
} 
.approval-graph .user {
    height: 34px;
    padding-left: 34px;
    background-repeat: no-repeat;
}
.approval-graph div {
    display: inline-block;
    vertical-align: middle;
}
.approval-graph img {
    height: 24px;
    display: inline-block;
    vertical-align: top;
}
.approval-graph .function {
    padding-left: 5px;
}
.approval-graph .function img {
    height: 16px;
    padding-left: 5px;
}

.status-pending, .status-delegated {
    background: url(../images/user/status-pending.png) 0 center no-repeat;
}
.status-approved {
    background: url(../images/user/status-approved.png) 0 center no-repeat;
}
.status-rejected {
    background: url(../images/user/status-rejected.png) 0 center no-repeat;
}
.status-watcher {
    background: url(../images/user/status-watcher.png) 0 center no-repeat;
}
.user-delegated, .file-replaced {
    text-decoration: line-through;
}
.catalog-attachment {
    margin-top: 2px;
}
.catalog-attachment .file {
    padding: 0 0 0 20px;
}
.catalog-attachment tbody td {
    padding-left: 20px;
}
.catalog-attachment img {
    height: 16px;
}

.file-size {
    font-size: 11px !important;
    float: right;
    white-space: nowrap;
}
#btn-download {
    margin-top: 10px;
    margin-left: 0;
}
.file-url {
    padding-left: 0 !important;
}
.file {
    --background: url(../images/grey/file.png) 0 center no-repeat;
    background: url(../images/grey/file-link.png) 0 center no-repeat;
    padding: 5px 5px 5px 20px;
}
.txt {
    background: url(../images/grey/file-fill.png) 0 center no-repeat;
}
.ppt, .pptx {
    background: url(../images/grey/file-ppt.png) 0 center no-repeat;
}
.xls, .xlsx, .csv {
    background: url(../images/grey/file-excel.png) 0 center no-repeat;
}
.doc, .docx {
    background: url(../images/grey/file-word.png) 0 center no-repeat;
}
.zip, .rar {
    background: url(../images/grey/file-archive.png) 0 center no-repeat;
}
.pdf {
    background: url(../images/grey/file-ppt.png) 0 center no-repeat;
}
.png, .jpg, .gif {
    background: url(../images/grey/file-image.png) 0 center no-repeat;
}
.po-standard {
    background: url(../images/grey/file-fill.png) center center no-repeat;
}
.po-release {
    background: url(../images/grey/file-fill.png) center center no-repeat;
}
.po-blanket {
    background: url(../images/grey/file-fill.png) center center no-repeat;
}
.po-contract {
    background: url(../images/grey/file-fill.png) center center no-repeat;
}
.checked {
    width: 16px;
    background: url(../images/turq/check-circle-14px.png) center center no-repeat;
}
.unread-msg {
    padding: 5px 0 5px 30px;
    background: url(../images/turq/mail.png) 0 center no-repeat;
}
.message-content .unread-msg {
    padding-left: 30px;
}
.message-content .attachments {
    text-align: left;
}
.message-content .attachments p {
    padding-top: 0;
    padding-bottom: 5px;
}
.approval {
    padding: 5px 0 5px 25px;
}
.lock {
    background: url(../images/turq/lock.png) center center no-repeat;
}
.unlock {
    background: url(../images/grey/unlock.png) center center no-repeat;
}
.users {
    background: url(../images/turq/users.png) center center no-repeat;
}

.records-side {
    width: 100%;
}
.records-side tr {
    border-bottom: 1px solid #eee;
}
.records-side tr:hover td.pin {
    width: 16px;
    background-image: url(../images/grey/pin.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.records-side td.pinned {
    width: 16px;
    background-image: url(../images/turq/pin.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.records-side th {
    padding: 8px;
    font-weight: normal;
    background: #e5e5e5;
    text-align: center;
    color: #666;
}
.records-side td {
    padding: 8px;
    background: #f9f9f9;
    font-weight: normal;
    font-size: 11px;
    color: #999;
    --white-space: normal;
}
.records-side td.date {
    white-space: nowrap;
}
.records-side td img {
    height: 16px !important;
}
.records-side td.right {
    text-align: right;
}

#lineitems .left span {
    padding-right: 5px;
    float: left;
}
#lineitems .index {
    text-align: right;
}
#lineitems .quantity {
    background: url(../images/turq/item-Q.png) 7px center no-repeat;
}
#lineitems .fixedfee {
    background: url(../images/turq/item-S.png) 7px center no-repeat;
}
#lineitems .service {
    background: url(../images/turq/item-W.png) 7px center no-repeat;
}
.receipt-items tr:hover td.index {
    background-color: #e0f1f3 !important;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}
.receipt-items td {
    padding: 7px;
}
.records-no-border {
    width: 100%;
    margin: 20px 0 10px 0;
}
.records-no-border tbody tr.separator {
    border-bottom: 1px solid #eee;
}
.records-no-border tbody tr.hide {
    display: none;
}
.records-no-border th {
    /*padding: 7px;
    font-weight: normal;
    background: #eee;
    color: #999;
    border-bottom: 1px solid #e5e5e5;*/
    padding: 10px;
    font-weight: normal;
    background-color: #46576D;
    color: #fff;
}
.records-no-border th a {
    margin-left: 5px;
}
.records-no-border th img {
    vertical-align: top;
    height: 18px;
}
.records-no-border th.right {
    text-align: right;
}
.records-no-border .left {
    text-align: left;
}
.records-no-border td {
    padding: 7px;
    text-align: center;
}
.records-no-border td.hide {
    display: none;
}
.records-no-border td select {
    width: auto;
    --height: 30px;
}
.records-no-border td input[type="text"], .records td input[type="text"] {
    text-align: center;
}
.records-no-border td.based-quantity {
    width: 16px;
    background-image: url(../images/grey/based-quantity.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.records-no-border td.based-recurring {
    width: 16px;
    background-image: url(../images/grey/based-recurring.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.records-no-border td.based-service {
    width: 16px;
    background-image: url(../images/grey/based-service.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.records-no-border td.qty, .records td.qty {
    white-space: nowrap;
}
.records-no-border td.qty.hidden, .records td.qty.hidden {
    visibility: hidden;
}
.records-no-border td.qty input[type="text"], .records td.qty input[type="text"] {
    width: 60px;
}
.records-no-border td.price input[type="text"] {
    width: 80px;
}
.records-no-border td.needby {
    width: 120px;
}
.records-no-border td.select select {
    width: 100%;
}
.records-no-border td a {
    padding: 0 !important;
}
.records-no-border td.selection, .records-no-border td.img, .records-no-border td.function {
    width: 2%;
    white-space: nowrap;
    --padding: 0 10px;
}
.records-no-border td.function a {
    margin-left: 5px;
}
.records-no-border td.selection input[type="checkbox"], .records td.selection input[type="checkbox"] {
    margin: 0;
}
.records-no-border th.index, .records-no-border td.index {
    width: 2%;
    white-space: nowrap;
    text-align: center;
}
.records-no-border tfoot td {
    padding: 5px 0;
    font-weight: normal;
    background: #e5e5e5;
    color: #999;
    text-align: left;
}
.records-no-border img {
    height: 16px;
}
.records-no-border .description {
    color: #969696;
    font-size: 11px;
    text-align: left;
}
.records-no-border .description p {
    --color: #333;
    font-size: 11px;
    padding-left: 20px;
    font-weight: bold;
}
.records-no-border .hidden-table {
    width: 100%;
    border-top: 1px solid #ddd;
}
.records-no-border .hidden-table th {
    width: 10%;
    --background-color: #f9f9f9;
    background-color: #fff;
    white-space: nowrap;
    text-align: right;
    border: none;
}
.records-no-border .hidden-table th.left-block {
    width: 5%;
    text-align: left;
    white-space: normal;
}
.records-no-border .hidden-table td {
    --padding: 5px;
    --min-width: 40%;
    width: 40%;
    text-align: left;
}
.records-no-border .hidden-table td.border-bottom {
    border-bottom: 1px dashed #ddd;
}
.records-no-border .hidden-table td input[type="text"]{
    width: 80%;
    text-align: left;
}
.records-no-border .hidden-table td.date input[type="text"]{
    width: 100%;
}
.records-no-border td div {
    --margin: auto;
}
.records-no-border div .item-section tbody tr {
    border-bottom: 1px solid #ddd;
}
/*.records-no-border p {
    text-align: left;
    padding: 5px 0;
    font-weight: bold;
}
.records-no-border p.description {
    font-weight: normal;
}*/
.records-no-border .shipment-status p {
   border-bottom: 1px solid #ddd;
}
.records-no-border .shipment-status table {
    width: 100%;
}
.records-no-border .shipment-status td {
    min-width: unset;
    text-align: left;
}

.layout tbody td .records-attachment td, .layout-view tbody td .records-attachment td {
    vertical-align: middle;
}
.records-attachment-div {
    padding-top: 10px;
}
.records-attachment-div .records-attachment td {
    padding: 5px 0 !important;
}
/*.records-attachment th {
    padding: 5px 5px 0 0 !important;
}*/
.records-attachment td {
    min-width: unset !important;
    --padding: 0 20px 0 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    font-weight: normal !important;
    width: auto !important;
    color: #888;
}
.records-attachment td.size {
    font-size: 11px !important;
    text-align: right;
    white-space: nowrap;
    padding: 0 20px !important;
}
.records-attachment img {
    height: 16px;
}
.records-attachment input[type="checkbox"] {
    margin-left: 0;
    margin-right: 10px;
}

.task-attachment {
    width: 80%;
}
.task-attachment-upload {
    float: right;
    padding-top: 5px;
}
.price-break td {
    width: 25%;
    --color: #999;
}
/*.upload {
    padding-bottom: 5px;
}
.upload span {
    padding: 5px;
    border: 1px solid #ccc;
}
.upload span:hover {
    background-color: #ddd;
    border: 1px solid #00a9b6;
    color: #00a9b6;
}
.upload img {
    vertical-align: middle;
    padding-right: 5px;
}*/
#side-content {
    width: 25%;
    vertical-align: top;
    padding: 0 20px 10px 0;
}
#side-content h3 {
    font-weight: bold;
    padding-top: 10px;
}
#side-content .top-side {
    width: 100%;
    --margin-bottom: 10px;
    white-space: nowrap;
}
#side-content .top-side .left {
    width: 5%;
    padding-left: 5px;
}
#side-content .top-side img {
    vertical-align: middle;
    height: 24px;
}
#side-content .layout td {
    width: 35%;
    padding: 5px 10px;
    white-space: normal;
}
#side-content .button {
    margin-top: 10px;
}
#side-content .button a {
    color: #fff;
}
#side-content .content {
    margin-top: 30px;
    --white-space: nowrap;
    background-color: #f9f9f9;
}
#side-content .top {
    margin-top: 0px;
}
#side-content .content select {
    --width: 90%;
    padding-left: 5px;
}
#side-content .content h1 {
    text-align: center;
    padding-bottom: 5px;
}
#side-content .content h2 {
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
}
#side-content .content div {
    padding: 5px;
    --background-color: #f9f9f9;
}
#side-content .content p {
    padding: 5px;
    font-size: 11px;
}
#side-content .content .more {
    padding: 8px;
    background: #f9f9f9;
    text-align: right;
    font-size: 11px;
}
#side-content .content .side-function {
    width: 100%;
    margin-bottom: 30px;
}
#side-content .content .side-function td {
    width: 33%;
    text-align: center;
    --border: 1px solid #ccc;
}
#side-content .content .side-function td.middle {
    padding: 0 10px;
}
#side-content .content .side-function td p {
    padding: 5px
}
#side-content .content .side-function td img {
    height: 36px;
    padding-top: 10px
}
#side-content .content .side_button {
    background-color: #00a9b6;
    color: #fff;
    --font-size: 14px;
    margin-top: 10px;
    padding: 10px !important;
}
#side-content .content .side_button img {
    float: right;
    height: 14px;
}
#side-content select.create {
    --width: 100% !important;
    margin-top: 10px;
}
#side-content .content-block {
    background-color: #fff;
    padding: 10px;
    margin-top: 30px;
    font-size: 11px;
}
#side-content .content-block h3 {
    --padding: 5px;
}
#side-content .content-block p {
    --padding: 0;
}
#side-content .content-block p .side_status {
    float: right;
    font-weight: bold;
}
#side-content .content-block div {
    border-top: 1px solid #ccc;
    margin-top: 5px;
    padding-top: 5px;
}
#side-content #search-box, .datafield .search-box {
    width: 100%;
}
#side-content #budget-code-search-box {
    width: 100%;
}
/*#side-content #search-box .search-text {
    padding-top: 5px;
}*/
#side-content #search-box input[type="text"], .datafield .search-box input[type="text"]{
    padding-right: 30px !important;
    margin-right: -30px;
    margin-top: 5px;
}
#side-content input[type="text"] {
    padding-right: 30px !important;
    margin-right: -30px;
    margin-top: 5px;
}
#budget-code-search-box input[type="text"] {
    margin-top: 0px !important;
}
#budget-code-search-box .inner-box {
    width: 100%;
}
/*#side-content #search-box span.search {
    width: 20px;
    height: 20px;
    background-size: 20px;
}*/
#side-content .side-content-top {
    padding: 10px 0;
}
#side-content .side-content-block {
    margin-bottom: 20px;
}
#side-content .side-content-block p {
    --padding-top: 10px;
    color: #999;
}
#side-content .side-content-block span {
    padding-bottom: 10px;
}
#side-content .side-content-block table {
    --margin-top: 5px;
}

.catalog-list-home {
    width: 100%;
    margin-bottom: 5px;
}
.catalog-list-home td {
    width: 33%;
    vertical-align: bottom;
    text-align: center;
    background-color: #fff;
    border-bottom: 20px solid #eee;
    padding: 5px;
}
.catalog-list-home td.middle {
    border-left: 20px solid #eee;
    border-right: 20px solid #eee;
}

.catalog-list-home img {
    width: 100%;
}
.catalog-list-home p {
    padding: 10px 0 5px 0;
    font-size: 14px;
}

#frequently .catalog-list-home td {
    vertical-align: top;
}
#frequently .catalog-list-home td .content tr.img {
    height: 100px;
}
#frequently .catalog-list-home td .content td {
    border-bottom: none;
    text-align: left;
}
#frequently .catalog-list-home td .content td.item-title img {
    width: auto;
    float: right;
}
#frequently .catalog-list-home td .content td p {
    font-size: 12px;
}
#frequently .catalog-list-home td .content td .button-panel {
    margin-bottom: 0;
    white-space: nowrap;
}

.line-items {
    --font-size: 11px;
    color: #999;
}
.line-items span {
    color: #333;
}
.search-panel-gray {
    background-color: #f6f6f6;
    padding: 10px;
    margin-top: 10px;
}
.search-panel-gray h3 {
    padding-top: 5px;
    font-weight: bold;
    padding-left: 10px;
}
.search-panel-gray .search-layout {
    width: 80%;
    margin: 20px auto 0 auto;
}
.search-panel-gray .search-layout select {
    width: auto;
    min-width: 50%;
}
.search-panel-gray .search-layout tr {
    height: 36px;
}
.search-panel-gray .search-layout th {
    width: 20%;
    padding: 5px 10px;
    color: #999;
    text-align: right;
    font-weight: normal;
    white-space: nowrap;
}
.search-panel-gray .search-layout td {
    padding: 5px 10px;
}
.search-panel-gray .search-layout .radio-panel span {
    width: 30%;
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
}
.search-panel-gray .search-box {
    margin-top: 10px;
    margin-left: 40px;
}
.search-panel-gray .search-box td {
    padding: 5px;
    color: #999;
}
.search-panel-gray .search-box td.middle {
    padding: 0 30px;
}
.search-panel-gray .search-box td input[type="text"] {
    width: 200px;
}
.search-panel-gray .button-panel {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0;
}
.search-panel-gray .align-right {
    text-align: right;
    margin-top: -15px;
}

.catalog-items-upload {
    margin: 0 40px;
}
.catalog-items-upload span {
    margin-right: 20px;
    --color: #666;
}
.catalog-items-upload p {
    margin-top: 10px;
    padding-left: 25px;
    padding-bottom: 5px;
}
.catalog-items-upload .successful {
    background: url(../images/green/check.png) 0 center no-repeat;
    color: #537d59;
}
.catalog-items-upload .failed {
    background: url(../images/grey/cross.png) 0 center no-repeat;
    color: #f00;
}

.catalog-items-header {
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.catalog-items-header td {
    --color: #999;
    padding-bottom: 5px;
}
/*.catalog-items-header td.left {
    font-size: 16px;
}*/
.catalog-items-header td.left {
    --text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #888;
}
.catalog-items-header td.inactive {
    color: #f00;
}
.catalog-items-header td.left input[type="checkbox"] {
    vertical-align: middle;
}
.catalog-items-header td.left span {
    vertical-align: middle;
    --padding-left: 5px;
    padding-right: 10px;
}
.catalog-items-header td.right {
    text-align: right;
    font-size: 11px;
    font-weight: bold;
}
.catalog-items-header td.middle {
    text-align: center;
}
.catalog-items-header td.middle select {
    width: auto;
}

.catalog-image-label span {
    padding-right: 10px;
}
.catalog-image-label a {
    padding: 0 3px;
}
.catalog-image-view {
    margin-top: 5px;
}
.catalog-image {
    --vertical-align: top;
    --text-align: center;
    --float: left;
}
.catalog-image img {
    height: 180px;
    --padding-bottom: 5px;
}
.catalog-image span {
    padding: 0 10px !important;
}
.catalog-item-textarea {
    height: 180px;
}
/*.layout tbody #classificationCode {
    --width: 40%;
    --display: inline-block;
    width: 100% !important;
    --margin-right: 5px;
}
.layout tbody #classificationType {
    --width: 45%;
    --display: inline-block;
    --padding-top: 2px;
}*/
/*.catalog-items.layout td {
    width: 40%;
}
.catalog-items.layout input[type="text"], .catalog-items.layout select, .catalog-items.layout textarea {
    width: 90%;
}
.catalog-items.layout tbody td table td {
    width: auto;
}
.catalog-items.layout td.right {
    text-align: right;
    width: 80%;
}

.catalog-items .catalog-image {
    vertical-align: top;
    text-align: center;
}
.catalog-items .catalog-image img {
    height: 180px;
    padding-bottom: 5px;
}
.catalog-items .catalog-image div {
    --margin-top: 10px;
}
.catalog-items span.value {
    margin-left: 10px;
}
*/
.view-item-img {
    height: 350px;
    position: relative;
}
.view-item-img img {
    width: 370px;
    /*display: block;
    margin: auto;*/
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}
.search-catalog {
    width: 100%;
}
.search-catalog .left {
    width: 25%;
    vertical-align: top;
    padding-right: 10px;
    --padding-top: 30px;
}
.search-catalog .right {
    vertical-align: top;
    padding-top: 20px;
}
.search-catalog .left h3 {
    padding: 20px 0 13px 0;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}
.search-catalog .left div {
    padding: 10px 0;
}
.search-catalog .left div h4 {
    padding-bottom: 5px;
    font-weight: bold;
}
.search-catalog .left div .seemore {
    padding-left: 20px;
}
.search-catalog .left div input[type="button"] {
    margin: 0;
}
.search-catalog .left .search-div {
    background-color: #cecece; 
    padding: 10px; 
    margin-top: 20px;
}
.search-catalog .left .search-div h4 {
    font-size: 14px;
}
.search-catalog .left .search-div input[type="text"] {
    margin-top: 10px;
    margin-bottom: 15px;
}
.search-catalog .left .refine-search {
    padding: 10px; 
    border: groove 1px #cecece; 
}
.search-catalog .left .refine-search table {
    width: 100%;
}
.search-catalog .left .refine-search th {
    padding-bottom: 5px;
    padding-right: 10px;
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}
.search-catalog .left .refine-search td {
    padding-bottom: 5px;
}
.search-catalog .right div h4 {
    float: right;
    padding-top: 8px;
    font-weight: bold;
}
.search-catalog .button-panel-left {
    margin: 0 0 20px 0;
}
.search-catalog .button-panel-left span {
    padding-right: 10px;
}
.search-catalog input[type="checkbox"] {
    margin: 0px 8px 3px 0;
}
.search-catalog .catalog-search-list {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.search-catalog .catalog-search-list th.separator {
    padding: 10px;
}
.search-catalog .catalog-search-list td {
    width: 50%;
    --padding-bottom: 10px;
    border: 1px solid #ccc;
    vertical-align: top;
}
.search-catalog .catalog-search-list td div {
    padding: 5px 10px;
}
.search-catalog .catalog-search-list td div .content {
    height: 100px;
    margin-top: 10px;
}
.search-catalog .catalog-search-list td div .content td {
    border: none;
    word-wrap: break-word;
    max-width: 200px;
}
.search-catalog .catalog-search-list td div .content td span {
    font-style: italic;
}
/*.search-catalog .catalog-search-list td div .content .img {
    width: 30%;
    padding-right: 10px;
}*/
.search-catalog .catalog-search-list td div .content .more {
    text-transform: lowercase;
    text-align: right;
}
.search-catalog .catalog-search-list td div .content .img {
    padding-right: 10px;
    width: 40%;
}
.search-catalog .catalog-search-list td div .content img {
    --width: 100%;
    height: 100px;
}
.search-catalog .catalog-search-list td .catalog-search-footer {
    vertical-align: bottom;
}
.search-catalog .catalog-search-list td .catalog-search-footer img {
    float: right;
    width: 16px;
    --padding-top: 10px;
}
.catalog-search-footer .item-price {
    text-align: right;
}
.catalog-search-footer .purchase-status {
    float: left;
    font-size: 11px;
    font-style: italic;
    color: #ee9900;
    padding-top: 4px;
}
.catalog-search-footer .purchase-status.inactive {
    color: #666;
}
.catalog-search-footer .button-panel {
    margin-bottom: 5px;
}
.catalog-search-footer .button-panel input[type="button"] {
    padding: 4px 7px;
}
.catalog-search-footer .button-panel input[type="number"] {
    margin-left: 10px;
    width: 80px;
    /*padding: 4px;
    border: 1px solid #ddd;
    text-align: right;*/
}

.winview {
    margin: 10px;
    color: #447;
    font-size: 11px;
}
.winview p {
    font-size: 11px;
}
.winview .layout {
    table-layout: fixed;
}
.winview .layout tr {
    height: unset;
}
.winview .layout th {
    padding: 3px 10px;
    width: 20%;
    white-space: normal;
}
.winview .layout td {
    padding: 3px;
    color: #888;
    font-weight: bold;
}
.winview .layout td.desc {
    color: #696969;
    padding-bottom: 10px;
}
.winview .layout td.value {
    font-weight: bold;
}
.winview .layout tbody .top div {
    margin-top: 3px;
}
.winview .layout .layout-view-checklist th {
    width: unset;
}
.winview .layout .layout-view-checklist td {
    width: 95%;
}
.winview .layout.properties th {
    text-align: left;
    padding: 5px 3px;
}
.winview .layout.properties textarea {
    min-height: 85px;
}
.winview .layout.properties .option-list {
    height: 70px;
    overflow-y: scroll;
    margin-bottom: 5px;
}

.winview input[type="checkbox"] {
    vertical-align: middle;
}
.winview input[type="radio"] {
    --margin: 5px 5px 8px 5px;
    vertical-align: middle;
}
.winview input[type="number"] {
    width: 100%;
    text-align: left;
    padding-left: 6px;
}

.winview .records {
    margin: 1em 0;
    font-size: 11px;
}
.winview .records th {
    --background-color: #eef;
    --border: solid 1px #cce;
    padding: 8px 6px;
}
.winview .records td {
    padding: 4px 6px;
    color: #666;
    word-break: break-word;
}
.winview .approval-role-panel {
    padding: 0;
    white-space: nowrap;
}
.winview .records td.approved {
    width: 20px;
    background-image: url(../images/grey/check-circle.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.winview .records td.rejected {
    width: 20px;
    background-image: url(../images/grey/cross-circle.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.winview .valuetbl {
    width: 100%;
    --margin-bottom: .6em;
    color: #666;
}
.winview .valuetbl th {
    --border-top: solid 3px #cce;
    border-bottom: solid 1px #eee;
    padding: 2px 5px;
    font-weight: normal;
    text-align: right;
    color: #999;
    min-width: 30%;
    --white-space: nowrap;
}
.winview .valuetbl td {
    --border-top: solid 1px #cce;
    border-bottom: solid 1px #eee;
    padding: 2px 15px;
    --text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #888;
    word-break: break-word;
}
.winview .valuetbl th.last, .winview .valuetbl td.last {
    border-bottom: none;
}
.winview .valuetbl td.value {
    --font-weight: bold;
    --text-align: left;
    font-size: 100%;
}
.winview .valuetbl td.value span {
    font-size: 85%;
    color: #669;
}
.winview .valuetbl td span.to {
    padding: 0 15px;
}

.winview-buttons input[type='button'] {
    border: none;
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 10px;
}

.multisupplier .suppliers {
    opacity: 0;
    display: block;
    position: absolute;
    visibility: hidden;
    background-color: #999;
    color: #fff;
    font-size: 11px;
    padding: 5px;
    margin: 2px 0 0 10px;
    z-index: 10;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.multisupplier:hover .suppliers {
    opacity: 0.9;
    visibility: visible;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.multisupplier .suppliers li {
    padding: 2px;
}

.ustatus {
    padding-left: 30px !important;
    background-repeat: no-repeat !important;
    background-position: 6px center !important;
    background-size: 16px !important;
}
.userreg, .useronline, .useroffline {
    background-image: url(/images/user/status_reg.png) !important;
}
.userdisabled {
    background-image: url(/images/user/status_disabled.png) !important;
}
.userunreg {
    background-image: url(/images/user/status_unreg.png) !important;
}
.userlocked {
    background-image: url(/images/user/status_lockedout.png) !important;
}

/*.admin-header {
    border-bottom: 3px solid #eee;
    margin-bottom: 10px;
}
.admin-header div {
    padding-bottom: 10px;
}*/
.admin-header p {
    padding-bottom: 5px;
}
.admin-logo {
    float: right;
}
.admin-header .admin-logo img {
    max-height: 70px;
}
.admin-header .admin-logo .button img {
    padding-left: 10px;
    padding-bottom: 10px;
}
.admin-menu-header {
    --background-color: #eee;
    background-color: #c5d5b1;
    --padding: 5px 10px;
    margin: 10px 0;
    font-weight: bold;
}
.admin-menu-header .separator {
    padding: 0 10px;
}
.admin-menu-header h3 {
    padding: 10px;
    color: #666;
}
.admin-master {
    width: 100%;
}
.admin-master .admin-sidebar {
    width: 20%;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}
.admin-master .admin-sidebar a.current {
    color: #666;
}
.admin-master .admin-content {
    vertical-align: top;
    padding-left: 20px;
}
.admin-master .admin-content h3 {
    padding-top: 10px;
    padding-right: 0;
}
.admin-master .admin-content p {
    padding: 10px 0;
}
.admin-master .admin-content .no-padding p {
    padding: 0 !important;
}
.admin-master .admin-content .button-panel img {
    vertical-align: top;
    height: 16px;
}
.admin-master .admin-content .admin-new img {
    padding-top: 10px;
}
/*.admin-master .admin-content .layout {
    margin-top: 30px;
}*/

.admin-new {
    float: right;
}
.admin-content-block {
    --padding: 10px 0;
    padding-bottom: 30px;
}
.admin-content-block .layout {
    margin-top: 30px;
    table-layout: fixed;
    display: inline-table;
}
.admin-content-block .layout th {
    width: 30%;
    white-space: normal;
}
.admin-content-block .layout td {
    width: 70%;
    white-space: nowrap;
}
.admin-content-block .layout td .file {
    padding: 0 0 0 20px;
}
.admin-content-block .layout.approval-edit td {
    white-space: normal;
}
/*.admin-content-block .layout #usercontactname {
    padding-left: 0;
}*/
.admin-content-block .layout-mix {
    table-layout: auto;
    width: 90%;
}
.admin-content-block .layout-mix th {
    white-space: nowrap;
    width: 10%;
    max-width: 30%;
}
.admin-content-block .layout-mix td {
    font-weight: bold;
    color: #888;
    width: 20%;
    max-width: 40%;
}
.admin-content-block .requirednote {
    padding-top: 10px;
    padding-bottom: 0px;
}
.admin-content-block .records {
    margin-top: 20px;
}
.admin-content-block .records .sub-table {
    padding-left: 50px;
}
.admin-content-block .records td input[type="text"] {
    text-align: left;
}
.admin-content-block .records td .more {
    float: right;
}
.admin-content-block .records th {
    white-space: nowrap;
}
.admin-content-block .button-panel-left {
    padding-top: 10px;
}
.admin-content-block .button-panel.float-right {
    padding-top: 10px;
    margin-bottom: 0;
}
.admin-content-block .checklist {
    margin-top: 20px;
}
.admin-content-block .checklist input[type="checkbox"] {
    margin-right: 10px;
}
.admin-content-block .currency {
    padding-top: 10px;
}
.admin-content-block .currency select {
    width: auto;
}
.admin-content-block .currency input[type="button"] {
    padding: 5px;
}
.admin-content-block p.description {
    padding-top: 10px;
}
.admin-content-block .document-config {
    padding-top: 20px;
    text-align: left;
}
.admin-content-block .document-config select {
    width: auto;
    margin-left: 20px;
}
.admin-content-block #rulestbl select {
    width: 100%;
}
.admin-content-block #rulestbl input[type="text"] {
    text-align: right;
}

.wide-contact-content-block {
    padding-top: 30px;
}
.wide-contact-content-block h2 {
    margin-bottom: 10px;
}

.admin-manager {
    width: 100%;
    margin-top: 10px;
}
.admin-manager td {
    width: 50%;
    padding: 10px 20px 10px 0;
    vertical-align: top;
}
.admin-manager td div {
    padding-top: 5px;
    font-size: 11px;
}

.grouptbl {
    font-size: 11px;
    width: 100%;
}
.grouptbl th {
	padding: .6em;
    border: 1px solid #bbb;
}
.displaylayouttbl {
	width: 100%;
  	margin-left: auto;
  	margin-right: auto;
  	color: #666;
  	/*font-family: 'News Cycle',tahoma,arial,verdana,sans-serif;
  	font-weight: normal;
  	font-size: 12px;*/
}
.displaylayouttbl h4 {
  	font-size: 14px;
  	margin-bottom: 0;
}
.displaylayouttbl th {
	width: 20%;
	border-right: 1px solid #ddd;
	padding: 2px 10px;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
}
.displaylayouttbl td {
	padding: 2px 10px;
	text-align: left;
}
.displaylayouttbl td.blank {
	border-bottom : 4px solid #ddd;
	padding-bottom: 1em;
}
.displaylayouttbl td span {
	color: #ff0000;
}

#smscodevalidation {
    display: none;
    padding-top: 10px;
}
#smscodevalidation.invalid {
    color: #f00;
    display: block;
}
.register-img {
    padding-left: 5px !important;
    --padding-top: 5px;
    --vertical-align: top;
}
.register-img img {
    height: 18px;
    --padding-left: 5px;
}
#pwdvalidation {
    padding-top: 10px;
}
#pwdvalidation li {
    list-style-position: inside;
    list-style-type: disc;
}
#pwdvalidation.invalid {
    color: #f00;
}
#pwdstrength, #pwdhelp, #pwdvalidation {
    padding-left: 0;
}
#pwdstrength.hide, #pwdhelp.hide, #pwdvalidation.hide {
    display: none;
}

.sidebar-left {
    padding: 10px;
    border: 1px solid #eee;
}
/*.sidebar-left #menu-user-manager div.icon {
    --background: url(/images/menu/users.png) top right no-repeat;
    background: url(/images/turq/menu-collapse.png) top right no-repeat;    
    height: 16px;
    width: 16px;
}*/
/*.sidebar-left #menu-user-manager div.icon {
    --background: url(/images/menu/users.png) top right no-repeat;
    background: url(/images/turq/menu-expand.png) top right no-repeat;    
    height: 16px;
    width: 16px;
}*/

.sidebar-item {
    --padding: 3px 0;
    padding-top: 4px;
}

.sidebar-item a div.icon {
    float: left;
    --margin: 1px 0 0 0;
    position: relative;
    background: url(/images/turq/menu-collapse.png) center left no-repeat;    
    height: 16px;
    width: 16px;
}
.sidebar-item a.current div.icon {
    background: url(/images/turq/menu-expand.png) center left no-repeat;    
}
.sidebar-item a div.icon_wrapper {
    float: left;
    --margin-top: 1px;
    position: relative;
    width: 20px;
}
.sidebar-item a.expandable div.icon_wrapper {
    width: 0;
    left: -3px;
}
/*.sidebar-item a.current p {
    background: #c5d5b1;
}*/
.sidebar-div {
    padding-left: 20px;
}
.sidebar-list {
    padding-left: 30px;
    --padding-top: 3px;
    --padding-bottom: 3px;
    font-size: 12px;
}
/*.sidebar-block ul {
    padding-left: 20px;
}
.sidebar-block li {
    padding-bottom: 7px;
}*/
.message-recipient {
    width: 100%;
}
.message-recipient th {
    padding-bottom: 5px;
    text-align: left;
}


.welcome-info {
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 5px;
}
.welcome-info a {
    float: right;
}
.welcome-info img{
    padding-right: 5px;
}

.content-header-block {
    background: #f9e0b2;
    padding: 5px;
    margin: 10px 0;
    text-align: center;
}
.content-header-block .content-a {
    text-align: right;
    padding: 0 10px;
}
.content-header-block .content-header {
    width: 22%;
    height: 60px;
    background: #fff;
    margin: 5px;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.maincontent .content-header-block .content-header {
    /*width: 30%;*/
    width: 23%;
}
.content-header-block .content-header .div-top, .content-header-block .content-header .div-bottom {
    position: absolute;
}
.content-header-block .content-header .div-top {
    top: 10px;
    font-size: 16px;
}
.content-header-block .content-header .div-bottom {
    bottom: 10px;
    font-size: 20px;
}
.content-header-block .content-header .div-bottom.current a {
    color: #666;
}

.content-header-block .content-header .content-header-count {
    padding-top: 10px;
}
.survey_timeline {
    padding-top: 10px;
}
.survey_timeline .content {
    border: none;
    width: 350px;
    height: 220px;
    background: url(/images/surveytiming.png) no-repeat center center;
    position: relative;
    display: block;
}
.survey_timeline h1 {
    margin-top: 1em
}
.survey_timeline div  {
    width: 100%;
}
.survey_timeline .content div {
    position: absolute;
    border: none;
    background: none;
    width: auto;
    z-index: 100;
    font-weight: normal;
    font-size: 94%;
    padding: 0;
    margin: 0;
    line-height: 94%;
}
.survey_timeline .content div b {
    font-weight: normal;
    color: #666;
}
#survtiming_timelabel {
    left: 300px; top: 130px; 
    color: #666;
    font-size: 90%;
}
#survtiming_livebidbar {
    font-size: 110%;
    line-height: 20px; 
    width: 110px;
    left: 97px; top: 115px;
    vertical-align: middle; 
    text-align: center;
    color: #fff;
}
#survtiming_created {
    left: 32px; top: 175px; 
}
#survtiming_timeopen {
    left: 97px; top: 23px; 
}
#survtiming_timeclose {
    left: 218px; top: 50px; 
}
#survtiming_duration {
    left: 100px; top: 75px; width: 110px;
    text-align: center;
    font-size: 90%;
}

.survey-notice {
    color: #ee9900;
    text-align: right;
}
.survey-score {
    text-align: right;
}
.survey-score span {
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #888;
}
#survey-content {
    border: 1px solid #ccc;
    padding: 10px;
}
#survey-content .titlebox {
    float: left;
    padding: 0 5px;
    margin: -20px 0 0 10px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
}
/*.survey-sections {
    width: 100%;
    border: 1px solid #ddd;
}*/
.survey-sections td {
    width: 25%;
    padding: 10px;
    vertical-align: top;
}
.survey-sections .info {
    display: inline-block;
    max-width: 80%;
    font-weight: bold;
}
.survey-sections .weight {
    color: #999;
}
.numberCircle {
    background: #aaa;
    --border: 2px solid #999;
    color: #fff;
    border-radius:50%;
    height: 26px;
    width: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    vertical-align: top;
    font-weight: bold;
}
.numberCircle.completed {
    background: #ee9900;
    --background: #f8d699;
}
.numberCircle.current {
    background: #00a9b6;
    --background: #f8d699;
}
.survey-button {
    text-align: center;
}
.survey-button span {
    padding: 0 10px;
    font-weight: bold;
    font-size: 14px;
}
.survey-button input[type="button"] {
    margin-left: 0;
    margin-right: 10px;
}

.survey-block {
    width: 100%;
}
.survey-block img {
    height: 16px;
}
.survey-block th {
    width: 30%;
    padding-right: 20px;
    vertical-align: top;
    text-align: left;
}
.survey-block td {
    vertical-align: top;
}
.survey-block .survey-starthere {
    border: 1px solid #ccc;
    padding: 10px;
}
.survey-block .survey-starthere h3 {
    padding-top: 0;
}
.survey-block .survey-starthere div {
    padding-bottom: 30px;
}
.survey-block .survey-starthere p {
    font-weight: normal;
}
.survey-block .survey-starthere p.separator {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    margin-bottom: 10px;
}
.survey-block .survey-starthere input[type="button"] {
    width: 100%;
    margin: 5px 0;
}

.survey-block .survey-overview {
    border: 1px solid #ccc;
    padding: 15px 10px;
    background-color: #eee;
}
.survey-block .survey-overview h2 {
    border-bottom: 1px solid #ccc;
    padding-top: 0;
}
.survey-block .survey-overview h4 {
    padding-top: 20px;
    color: #999;
}
.survey-block .survey-overview p {
    margin-left: 20px;
    color: #888;
}

.survey-content {
    width: 100%;
    margin: 30px 0;
}
.survey-content td.link {
    --width: 1%;
    width: 16px;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 5px;
}
.survey-content td.option-score {
    width: 50px;
}
.survey-content .question-header {
    width: 100%;
    margin: 20px 0;
}
.survey-content .question-header td {
    width: 50%;
    text-align: center;
    padding: 5px 20px;
    white-space: nowrap;
    border-bottom: 1px solid #eee;
}
.survey-content .question-header td .survey-weight input[type="text"] {
    width: 100px;
    text-align: center;
}
.survey-content .question-header p {
    padding: 10px 0 5px 0;
    font-weight: bold;
    font-size: 14px;
}
.survey-content th {
    width: 1%;
    vertical-align: top;
    padding-right: 0;
}
.survey-content h2 {
    font-size: 16px;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}
.survey-content .survey-content-layout {
    width: 100%;
}
.survey-content .question-block {
    margin: 10px 0;
    padding: 10px;
    background: #eee;
}
/*.survey-content .question-block .float-right {
    padding-top: 5px;
    width: unset;
}
.survey-content .question-block td {
    padding: 5px 5px 0 5px;
}*/
.survey-content .question-block table {
    width: 100%;
}
.survey-content .question-block table .question-info th, .survey-content .question-block table .question-info td {
    padding-top: 10px;
}
.survey-content .question-block table th {
    --width: 1%;
    --padding-right: 10px;
    font-weight: normal;
    vertical-align: middle;
    padding-bottom: 5px;
    white-space: nowrap;
}
.survey-content .question-block table td {
    vertical-align: top;
    padding-left: 10px;
    padding-bottom: 5px;
}
.survey-content .question-block table td.right {
    width: 20%;
    text-align: right;
    white-space: nowrap;
}
.survey-content .question-block table td.link-add {
    vertical-align: bottom;
}
.survey-content .question-block table td.link-add span {
    padding-bottom: 14px;
}
.survey-content .question-block table td.question-info-survey span {
    /*width: 25%;*/
    width: 16.66%;
    display: inline-block;
    text-align: right;
}
.survey-content .question-block table td.question-info-survey span.left {
    text-align: left;
}
.survey-content .question-block table td span {
    /*width: 50%;*/
    width: 25%;
    display: inline-block;
    text-align: left;
}
.survey-content .question-block table td span.addmore {
    text-align: right;
    width: 20%;
}
.survey-content .question-block table td span.right {
    text-align: right;
}
.survey-content .question-block table td span input[type="text"] {
    width: 50px;
    margin: 0 5px;
}
.survey-content .question-block table td span input[type="checkbox"] {
    margin-left: 10px;
    vertical-align: top;
}
.survey-content .question-block table td input[type="checkbox"] {
    margin-right: 10px;
    vertical-align: bottom;
}
.survey-content .question-block table td.score {
    font-weight: bold;
    padding-top: 5px;
}
.survey-content .question-block table td.score input[type="text"] {
    width: 50px;
    margin-left: 10px;
}
.survey-content .question-block table td.comment p {
    padding-bottom: 5px;
    font-weight: bold;
}
.survey-content .question-block table td p {
    padding: 0; /*0 0 5px 0;*/
}
.survey-content .question-block table td p input[type="text"] {
    width: 80%;
    margin-left: 10px;
}
.survey-content .question-block table td p input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 5px;
}
.survey-content .question-block table td p a {
    vertical-align: middle;
    padding-left: 10px;
}
.survey-content .question-block table td select {
    width: auto;
}
.survey-content .question-block table td.survey-file {
    padding-top: 5px;
}
.survey-content .question-block table .survey-file-url {
    text-align: left;
}
.survey-content .question-block .survey-options td {
    vertical-align: middle;
}
.survey-content .question-block .survey-options td.other input[type="text"] {
    width: 50%;
    margin-left: 10px;
}
.scorecard-scorer-view {
    width: 100%;
    margin-top: 20px;
}
.scorecard-scorer-view th {
    border: 1px solid #ddd;
    padding: 10px;
    font-weight: normal;
    background: #46576d;
    color: #fff;
    --text-align: center;
}
.scorecard-scorer-view .right {
    text-align: right;
}
.scorecard-scorer-view .left {
    text-align: left;
}
.scorecard-scorer-view .section {
    font-weight: bold;
}
.scorecard-scorer-view tr.padding {
	border: 1px solid #ddd;
    height: 10px;
}
.scorecard-scorer-view td {
    border: 1px solid #ddd;
    padding: .6em;
    background: #f9f9f9;
    font-weight: normal;
    text-align: center;
}
.scorecard-scorer-view td.empty {
    border: none;
    background: none;
}
.scorecard-scorer-view .details {
	text-align: left;
	width: 30%;
}
.scorecard-scorer-view .details span {
    --padding-bottom: 10px;
}
.scorecard-scorer-view .details .label {
    padding-top: 10px;
    font-weight: bold;
}
.scorecard-scorer-view .judged {
	background: #ffff99;
	font-size: 150%;
}
.scorecard-scorer-view .total {
    background: #e0f1f3; /*#c3daf3;*/
}
.scorecard-scorer-view .rank1 {
    color: #f33;
    font-weight: bold;
}

table .oulogo {
    float: right;
    text-align: center;
    --padding-bottom: 20px;
}
table .oulogo img {
    --padding-bottom: 10px;
    max-height: 70px;
}
.single-list {
    background-color: #eee;
    padding: 10px;
    margin-top: 20px;
    max-height: 500px;
    overflow: scroll;
}
.single-list table {
    width: 100%;
}
.single-list tr {
    border: 1px solid #eee;
    background-color: #fff;
}
.single-list td {
    padding: 5px;
}
.single-list td.selection {
    width: 1px;
}
.single-list th {
    padding: 5px;
    width: 2%;
    white-space: nowrap;
    text-align: right;
}
.single-list th img {
    height: 16px;
}
.single-list input[type='button'] {
    padding: 5px;
}

.gray-background {
    margin: 0 20px;
}
.gray-background h3 {
    padding-bottom: 0 !important;
    padding-top: 10px;
}
.gray-background tr {
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

.reportcard {
    padding: 20px 0;
}
.reportcard .reportcard-header {
    background-color: #00a9b6;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.reportcard .past {
    background-color: #eee;
    color: #666;
}
.reportcard-view {
    width: 100%;
}
.reportcard-view td {
    padding: 10px;
    border: 1px solid #eee;
}
.reportcard-view .total-score {
    width: 20%;
    text-align: center;
    vertical-align: top;
    padding-top: 20px;
}
.reportcard-view .total-score .score {
    padding-top: 40px;
    font-size: 48px;
    color: #008000;
}
.reportcard-view .total-score .medium {
    color: #ff8c00;
}
.reportcard-view .total-score .low {
    color: #b22222;
}
.reportcard-view .buttons {
    width: 30%;
    text-align: center;
}
.reportcard-view .buttons input[type='button'] {
    width: 100%;
    margin: 5px 0;
}
.reportcard-view .layout-view td {
    border: none;
}

.para-center {
    margin-top: 25px;
    --margin-left: 100px;
    text-align: center;
}

table .srm-oulogo {
    text-align: center;
    padding-bottom: 20px;
}

.report-header {
    float: left;
    font-size: 12px;
}

.display-hide {
    display: none;
}

.center-border {
    border-left-style: solid;
    border-left-width: 250px;
    border-right-width: 250px;
    border-right-style: solid;
    border-right-color: transparent;
    border-left-color: transparent;
}

.padding-left {
    padding-left: 20px;
}

.padding-right-search {
    padding-right: 137px;
}

.survey-view-block {
    border-left-width: 200px;
    border-left-style: solid;
    border-right-width: 210px;
    border-right-style: solid;
    border-color: transparent;
}

.padding-left-survey-span {
    padding-left: 100px;
}

.question-header-left {
    float: left;
    padding-right: 680px;
}

.user-dropdown-padding {
    padding-bottom: 10px;
}

.layout-padding-left {
    padding-left: 175px;
}

.award-currency {
    padding: 15px 0 !important;
    text-align: right;
}
.award-currency span {
    padding-right: 20px;
    color: #999;
}
.award-currency .value {
    font-size: 14px;
    font-weight: bold;
    color: #888;
}
.award-currency select {
    width: auto;
}

.award-scenarios {
    width: 100%;
    margin-top: 20px;
}
.award-scenarios input[type='text'] {
    text-align: center;
}
.award-scenarios .left {
    width: 25%;
    text-align: left;
    font-weight: bold;
}
.award-scenarios .spend {
    width: 15%;
}
.award-scenarios th {
    padding: 10px;
    font-weight: bold;
    background: #eee;
    color: #757575;
    border: 1px solid #ccc;    
    /*background: #e5e5e5;
    border: 1px solid #a5a5a5;
    color: #0000009e;*/
}
.award-scenarios td {
    text-align: center; 
    padding: 10px;
    font-weight: normal;
    border: 1px solid #ccc;
    color: #757575;
}
.award-scenarios th a {
    --margin-left: 5px;
    --padding: 0 3px;
}
.award-scenarios td a {
    --margin-left: 5px;
}
.award-scenarios img {
    height: 16px;
}
.award-scenarios .item img {
    margin-left: 5px;
    vertical-align: middle;
}
/*.award-scenarios .positive {
    color: #078c00 !important;
}*/
.award-scenarios .highlighted {
    background: #e5e5e5;
}
.award-scenarios .bold-text {
    font-weight: bold;
}

.rationale {
    --padding-top: 35px;
}
.rationale tbody th {
    --width: 12%;
    text-align: left;
}
.rationale tbody td {
    --min-width: 65%;
}

.gray-block-content {
    background-color: #f6f6f6;
    padding: 10px;
    --padding-left: 10px;
    width: 100%;
    margin-top: 20px;
}
.gray-block-content tbody th {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 20px;
}
.gray-block-content tbody td {
    padding-top: 10px;
    padding-right: 10px;
}
.gray-block-content .records {
    background: white !important;
}
.gray-block-content .admin-new {
    padding-right: 60px;
    padding-bottom: 10px;
}
.gray-block-content .bold-text {
    font-weight: bold;
}
.gray-block-content span.bold-text {
    padding: 0 10px;
}
.winview .pop-up th {
    padding-right: 20px;
    font-size: 13px;
}

.span-padding-left {
    padding-left: 230px !important;
}

.layout-padding-top {
    padding-top: 15px;
}

.layout-contract-limit {
    margin: 0 10px !important;
}
.layout-contract-limit th {
    width: 30%;
}
.layout-contract-limit td {
    width: 70%;
}
.layout-contract-limit div {
    padding-bottom: 10px;
}
.layout.contract-limit select {
    width: auto;
}

.contract-view th {
    width: 12% !important;
}
.contract-view td {
    min-width: 38% !important;
}

/*.radio-layout {
    width: 70% !important;
}*/
.radio-layout th {
    width: 50% !important; 
}
.radio-layout td {
    width: 20% !important;
}
.radio-layout input[type="radio"] {
    margin-right: 10px;
}

.cws-radio th {
    width: 4.4% !important;
}

.cws-radio td {
    width: 5% !important;
}
.approval-header {
    width: 100%;
}
.approval-header img {
    height: 16px;
    padding-left: 5px;
    padding-bottom: 0 !important;
}
.approval-header .function {
    padding-left: 20px;
}
.approval-header .records {
    margin-top: 0;
}
.approval-header .records th {
    white-space: nowrap;
}

.value-tbl th {
    white-space: nowrap;
}
.value-tbl .function {
    float: right;
}
.value-tbl input[type="text"] {
    text-align: right !important;
}
.hide {
    display: none !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.contract-new {
    float: left;
}

.contract-clone {
    width: 70%;
    text-align: right;
}
.contract-clone .contract-padding-left {
    padding-top: 20px;
}
.test{
    height: 500px;
}

.contract-layout {
    width: 100%;
}
.contract-layout h3 {
    padding-top: 0;
}
.contract-layout p {
    padding: 10px 0;
}
.contract-layout img {
    height: 16px;
}
.contract-layout .description {
    padding: 10px 0 10px 20px;
}
.contract-layout .contract-content {
    vertical-align: top;
}
.contract-layout .contract-content #main_content {
    padding-right: 40px;
}
.contract-layout .contract-content #side-content input[type="text"] {
    margin-top: 0;
}
.contract-layout .center-control-tabs {
    margin-top: 0;
}
.contract-layout #expand {
    padding: 0;
}
.contract-layout #expand h2 img {
    padding-left: 0;
}
.contract-layout .sidebar {
    width: 20%;
    vertical-align: top;
}
.contract-layout .sidebar-block {
    margin-right: 20px;
    padding: 20px;
    border: 1px solid #eee;
    background-color: #fff;
}
.contract-layout .sidebar-block a.current, .contract-layout .sidebar-block .static a {
    color: #666;
}
.contract-layout .sidebar-block .sidebar-header a.current {
    color: #666;
}
.contract-layout .sidebar-block .sidebar-header {
    padding-top: 5px;
    font-weight: bold;
}
.contract-layout .sidebar-block .sidebar-item {
    padding-left: 20px;
}

.profile-progress {
    text-align: center;
}
.profile-completion {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 5px;
    position: relative;
}
.profile-completion.completed {
    border: 20px solid #78be21;
}
.profile-completion.completed .percentage .number {
    color: #78be21;
}
.profile-completion.not-completed {
    border: 20px solid #d81e06;
}
.profile-completion.not-completed .percentage .number {
    color: #d81e06;
}
.profile-completion.half-completed {
    border: 20px solid #ffae42;
}
.profile-completion.half-completed .percentage .number {
    color: #ffae42;
}
.profile-completion.almost-completed {
    border: 20px solid #00a9b6;
}
.profile-completion.almost-completed .percentage .number {
    color: #00a9b6;
}
.profile-completion .percentage {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    padding-top: 5px;
}
.profile-completion .percentage .number {
    font-weight: bold;
    font-size: 28px;
}
.profile-completion .percentage div {
    padding-top: 10px !important;
}
.profile-footer {
    padding: 10px;
}
.invalid-validation {
    border-color: #FF0000 !important;
}

.messagectr p {
    padding: 5px 0;
}
.message-layout {
    width: 100%;
}
.message-layout h3 {
    padding-top: 0;
}
.message-layout p {
    padding: 10px 0;
}
.message-layout .description {
    padding: 10px 15px;
}
.message-layout .message-content {
    vertical-align: top;
    padding-top: 5px;
    padding-left: 15px;
}
.message-layout .message-content h2 {
    --padding: 15px 0;
}
.message-layout .message-content .records {
    margin-top: 20px;
}
.message-layout .sidebar {
    width: 20%;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    padding: 10px 0;
}
.message-layout .sidebar-block {
    padding: 10px;
    border: 1px solid #eee;
}
.message-layout .sidebar-block a.current {
    color: #666;
}
.message-layout .sidebar-block .sidebar-item {
    padding-top: 5px;
}
.message-info .layout th {
    width: 5%;
}
.layout-message-view {
    width: 100%;
}
.layout-message-view tbody tr {
    height: 30px;
}
.layout-message-view tbody th {
    padding: 5px;
    color: #999;
    text-align: right;
    white-space: nowrap;
    width: 5%;
    font-weight: normal;
    vertical-align: top;
}
.layout-message-view tbody td {
    padding: 5px 15px;
    vertical-align: top;
    width: 40%;
    font-size: 14px;
    color: #888;
    max-width: 400px;
    word-wrap: break-word;
}
.layout-message-view tbody td .middle {
    vertical-align: middle;
}
.layout .requirednote {
    vertical-align: bottom;
}
.layout-message-view tbody th.top/*, .layout-view tbody td.top*/ {
    vertical-align: top !important;
    --overflow: hidden;
    max-width: 400px;
    word-wrap: break-word;
}
.layout-message-view .attachments p {
    padding-top: 0;
    padding-bottom: 5px;
}
tbody tr.empty-row {
    height: 18px;
}
tbody tr .separator-line {
    border-bottom: 1px solid #eee;
}
.layout-message-view img {
    max-height: 60px;
    padding-bottom: 5px;
}
.layout-message-view .table-content {
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #eee;
	font-size: 12px;
}
.layout-message-view .header {
	width: 100%;
}
.layout-message-view .header td {
	width: 50%;
}
.layout-message-view .header .logo img, .header .logo span {
	vertical-align: middle;
	padding-left: 10px;
	font-size: 20px;
	font-weight: normal;
}
.layout-message-view .header .title {
	font-size: 20px;
	padding: 10px;
	color: #fff; 
	background-color: #00a9b6; 
	text-align: center;
}
	
.layout-message-view div {
	padding: 10px 0;
}
.layout-message-view p {
	margin-top: 0;
}
.layout-message-view div p {
	--margin: 0;
}
.layout-message-view span {
	font-weight: bold;
}
/*.layout-message-view a {
	color: #00a9b6; 		
}*/
.layout-message-view .content {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0;
}
.layout-message-view .salutation {
	padding-bottom: 10px;
}
.layout-message-view .content p {
    font-size: 13px;
}
.layout-message-view .document-information {
	background-color: #eee;
}
.layout-message-view .document-information table {
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}
.layout-message-view .document-information table th {
	text-align: right;
	padding: 5px 10px;
	font-weight: normal;
	color: #999;
	white-space: nowrap;
}
.layout-message-view .document-information table td {		
	padding: 5px 10px;
	font-weight: bold;
	color: #777;
}
.layout-message-view .button-container {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.layout-message-view .button {	
  	background-color: #00a9b6; 
  	padding: 10px 40px; 
  	font-size: 16px;
	font-weight: normal;
	margin: 0 10px;
}
.layout-message-view .buttonb {	
  	background-color: #EEEEEE; 
  	padding: 10px 40px; 
  	font-size: 16px;
	font-weight: normal;
	margin: 0 10px;
	border-style: solid;
	border-color: #00a9b6; 
	border-width: 1px;
}
.layout-message-view .button a {	
  	color: #fff; 
  	text-decoration:none;
}
.layout-message-view .do-not-reply {
	color: #999; 		
	font-size: 80%;
	background-color: #eee;
	text-align: center;
	padding: 10px 0;
}
.layout-message-view .html-message-output tbody td {
    font-size: 12px;
}
.layout-message-view .note {
	font-size: 12px;		
	padding: 10px;
    background:none;
}
.layout-message-view .note table {
	width: 100%;
	font-size: 12px;
}
.layout-message-view .note table .img {
	float: left;
	margin-right: 10px;
}
.layout-message-view .note table img {
	height: 48px;
	padding-bottom: 0;
}
.layout-message-view .note table p {
	margin: 5px 0;
}
.layout-message-view .note table a {
	font-size: 13px;
}
.layout-message-view .note table .right {
	width: 40%;
	vertical-align: top;
}
.layout-message-view .footer {
	text-align: center;
	padding-top: 20px;
	font-size: 11px;
	background-color: #eee;
}
.layout-message-view .footer p {
	margin: 0;
}

.message-attachment {
    width: 80%;
}
.message-attachment-upload {
    float: left;
    padding-top: 5px;
}

.search-consumable {
    width: 100%;
}
.search-consumable .button-panel-left {
    margin: 0 0 20px 0;
}
.search-consumable div h4 {
    float: right;
    padding-top: 8px;
    font-weight: bold;
}
.search-consumable .consumable-search-list {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.consumable-search-list h1 {
    float: left;
    padding-top: 8px;
    font-weight: bold;
}
.consumable-search-list td div {
    padding: 5px 10px;
}
.consumable-search-list td div .content .img{
    padding-right: 10px;
    width: 40%;
}
.consumable-search-list td div .content img {
    --width: 100%;
    height: 100px;
}
.consumable-search-list td div .content select {
    width: 70%;
}
.consumable-search-list td.frame {
    width: 33.33%;
    --padding-bottom: 10px;
    border: 1px solid #ccc;
    vertical-align: top;
}
.search-consumable .consumable-search-list td .button-panel input[type="button"].addtocart {
    background-image: url(/images/turq/cart.png);
}
.search-consumable .consumable-search-list td .button-panel input[type="button"].addtocart:hover,
.search-consumable .consumable-search-list td .button-panel input[type="button"].addtocart:disabled {
    background-image: url(/images/white/cart.png);
}
/*.discount-table{
    width: 100%;
    margin-bottom: -20px;
}
.discount-table td {
    padding: 10px;
}
.discount-table td span {
    text-align: right;
}
.discount-table td input[type="text"] {
    text-align: right;
}
.discount-table .left {
    text-align: left;
}*/
.prtotaldetail {
    width: 100%;
}
.prtotaldetail .left {
    text-align: left;
}
.prtotaldetail td {
    vertical-align: inherit !important;
    padding-top: 0;
}
.prtotaldetail td input[type="text"] {
    text-align: right;
}
.prtotaldetail tr.normal {
    font-weight: normal;
}
.prtotaldetail tr.normal td {
    padding-bottom: 5px;
}

.quoteinfo-table {
    width: 100%;
    margin-top: 10px;
}
.quoteinfo-table .inner-box .combo-search {
    margin-top: -10px;
}
.quoteinfo-table .view-list {
    margin-top: -5px;
}
.quoteinfo-table .inner-box td {
    border: none;
}
.quoteinfo-table td.price {
    width: 100px;
}
.quoteinfo-table th {
    background-color: #46576D;
    color: #fff;
    font-weight: normal;
    padding: 10px;
}
.quoteinfo-table .left {
    text-align: left;
}
.quoteinfo-table td {
    text-align: center;
    padding: 10px 5px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}
.quoteinfo-table td input[type="radio"] {
    margin-top: 7px;
}
.quoteinfo-table td .value-middle {
    margin-top: 5px;
}
.quoteinfo-table .trheader td {
    vertical-align: top;
}
.quoteinfo-table td.tdheader {
    text-align: right !important;
    padding-top: 15px;
}
.quoteinfo-table td.header  {
    text-align: left;
    padding: 15px 10px 15px 10px;
    white-space: nowrap;
}
.quoteinfo-table td.tditem input[type="text"] {
    margin-left: 10px;
    width: 75%;
}
.quoteinfo-table td.tdsupplier input[type="text"] {
    margin-left: 10px;
    width: 50%;
}
.quoteinfo-table td.header span {
    padding-left: 40px;
    padding-right: 10px;
}
.quoteinfo-table .itemno {
    width: 160px;
}
.quoteinfo-table td.index {
    width: 2%;
    white-space: nowrap;
    text-align: center;
}
.quoteinfo-table td input[type="text"].right {
    text-align: right;
}
.quoteinfo-table td input[type="text"].quantity {
    width: 50%;
}
.quoteinfo-table .selection {
    width: 20%;
}
.quoteinfo-table tr.separator {
    border-bottom: 1px solid #eee;
    height: 30px;
}
.quoteinfo-table tr.separator td {
    margin-top: 10px;
}
.child-table {
    background-color: #f2f2f2;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
}
.child-table-selection {
    text-align: right !important;
}
.hidden {
    display: none;
}

.item-function {
    padding-left: 15px;
}
.item-function a {
    padding-left: 5px !important;
}
.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.flex-item {
    background: #fff;
    border: 10px solid #f9e0b2;
    padding: 10px;
    font-size: 16px;
    height: 60px;
    flex: 1 1 0;
    position: relative;
}
.flex-item .div-bottom {
    position: absolute;
    bottom: 10px;
    font-size: 20px;
}
.flex-item .div-bottom.current a {
    color: #666;
}

#verificationbox {
    padding: 20px 0;
    --background-color: #537d59;
}
#verificationbox table {
    width: 300px;
}
#verificationbox th {
    text-align: left;
    padding-bottom: 5px;
    padding-right: 10px;
}
#verificationbox td {
    font-size: 85%;
    text-align: right;
}
#verificationbox th.center {
    padding-top: 10px;
    text-align: center;
}
#verificationbox input[type="text"] {
	padding: 4px;
    border:1px solid #b5b8c8;
    height:25px;
    line-height:20px;
    vertical-align:middle;
    width: 98%;
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 120%;
    box-sizing: unset;
}
#verificationbox input[type="button"] {
    background-color: #00a9b6;
    border: 1px solid #00a9b6;
    color: #fff;
    cursor: pointer;
}

#contentverification {
    text-align: center;
    padding-bottom: 10px;
}
#contentverification .content {
    min-height: 100px;
    padding: 10px 0;
}

#verification-pdf {
    width: 65%;
    background: white;
    padding: 20px;
}
#verification-pdf img {
    border: none;
    padding-right: 90%;
    padding-bottom: 20px;
}
#verification-pdf .header-bar {
    height: 35px;
}
#verification-pdf .header-bar h2 {
    padding: 0px 5px;
    font-weight: bold;
}
#verification-pdf .header-bar .subheader.left-right td.right {
    width: 25%;
    padding: 10px;
    color: #666;
}
#verification-pdf .items-footer .right {
    border: 1px solid #e0e0e0;
    background-color: #e0e0e0;
    color: #333;
    padding: 5px;
}

.verification-tbl {
    width: 100%;
    margin: 20px 0 10px 0;
}
.verification-tbl th {
    border: 1px solid black;
}
.verification-tbl td {
    border: 1px solid black;
    padding: 10px;
    vertical-align: top;
}

.veritification-amount td {
    padding: 1px;
}
.veritification-amount .gray-text {
    color: #6a6a6a;
}

.verification-businessterms {
    text-align: left;
    width: 100%;
}
.verification-businessterms th {
    width: 15%;
    font-weight: normal;
}

.verification-tnc {
    text-align: left;
    line-height: 2;
}

.import-header {
    font-size: 15px;
}
.import-label {
    color: #999;
    font-size: 12px;
    line-height: 20px;
}
.import-radioheader {
    font-weight: bold;
    color: #999;
}
.import-radiolabel {
    color: #999;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
}

.combo-search {
    --white-space: nowrap;
    background: none !important;
}
.combo-search img {
    width: 20px;
    vertical-align: middle;
    padding: 5px;
    background-color: #aaa;
}
.combo-search span.search {
    margin-bottom: 0;
    padding: 5px !important;
}
.combo-search span.clear {
    margin-bottom: 0;
    padding: 5px !important;
    height: 20px;
    width: 10px;
    color: #ccc;
    display: inline-block;
    font-weight: bold;
}
.combo-search input[type="text"] {
    vertical-align: middle;
    margin-right: -30px;
    padding-right: 30px;
}
.combo-search-new input[type="text"] {
    margin-right: -50px !important;
    padding-right: 50px !important;
}
.combo-search select {
    height: auto;
    width: 100% !important;
}
.text-search {
    --white-space: nowrap;
    background: none !important;
}
.text-search img {
    width: 20px;
    vertical-align: middle;
    padding: 5px;
    background-color: #aaa;
}
.text-search span.search {
    margin-bottom: 0;
    padding: 5px !important;
}
.text-search input[type="text"] {
    vertical-align: middle;
    margin-right: -30px;
    padding-right: 30px;
}
.text-search select {
    height: auto;
    position: absolute;
    width: auto !important;
}
.text-search option:hover {
    background-color: #eee;
    font-weight: bold;
}

.item-assign img {
    vertical-align: bottom;
    padding-right: 8px;
}

.doc-item-footer {
    width: 100%;
    margin-top: 20px;
}
.doc-item-footer .top {
    vertical-align: top;
}
.doc-item-footer .bottom {
    vertical-align: bottom;
}
.doc-item-footer .bottom .view-top {
    vertical-align: top;
}
.doc-item-footer .bottom input[type="checkbox"] {
    margin-left: 10px;
    vertical-align: middle;
}
.doc-item-footer .button-panel-left {
    padding-bottom: 15px;
}
.doc-item-footer .itemstatus {
    color: #f00;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 50px;
}
.doc-item-footer .update-total {
    text-align: right;
    padding-right: 10px;
}
.doc-item-footer .last {
    width: 350px;
    vertical-align: bottom;
}
.doc-item-footer .view-last {
    width: 150px;
    --vertical-align: bottom;
}
.doc-item-footer .multi-currency {
    padding-top: 10px;
}
.doc-item-footer .doc-item-warning {
    padding-top: 10px;
    color: #f00;
}

.doc-item-total {
    width: 100%;
    text-align: right;
    border: 1px solid #ddd;
    background-color: #eee;
    --padding: 5px;
}
.doc-item-total .label {
    text-align: left;
    white-space: nowrap;
    padding-left: 10px;
}
.doc-item-total .currency {
    width: 20px;
    padding-right: 10px;
}
.doc-item-total td {
    padding: 3px;
}
.doc-item-total td input[type="text"] {
    text-align: right;
}
/*.doc-item-total .middle td {
    padding: 5px 3px;
}*/
.doc-item-total .total {
    font-weight: bold;
}
.unprocessed-po-button {
    position: relative;
    margin-right: 10px;
}
.unprocessed-po-button-quantity {
    font-size: 10px;
    background-color: red;
    min-width: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    z-index: 2;
    border-radius: 50%;
    position: absolute;
    right: -8px;
    top: -17px;
    padding: 0 2px;
}

.non-purchasable {
    text-decoration: line-through;
}
.bold {
    font-weight: bold;
}
.col2 {
    width: 18% !important;
}
.col3 {
    width: 17% !important;
}

#catalog-header td {
    font-weight: bold;
}
#catalog-header td.addmore {
    padding-right: 20px;
}
.item-supplier .view {
    margin-top: 5px;
}
.warning-text {
    color: #f00 !important;
}
.error-border {
    border: 1px solid #f00 !important;
}
.ignorelefttab {
    padding-left: 0px !important;
}
.insufficient-budget {
    width: 100%;
    margin-top: 10px;
}
.insufficient-budget td {
    border: 1px solid #bfbfbf;
    height: 40px;
    padding-left: 20px;
    padding-right: 5px;
}
.insufficient-budget td.left {
    width: 40%;
}
.budget-sort {
    width: 100%;
    height: 50px;
    margin-top: -10px;
}
.budget-sort td.left {
    width: 20%;
}
.budget-sort td.right {
    width: 80%;
    text-align: right;
}
.padding-top-bottom {
    padding: 10px 0 !important;
}
.fit-content {
    width: 1% !important;
    white-space: nowrap !important;
}
.edit-date {
    padding-left: 10px !important;
}
.edit-date #dateInfo {
    font-size: 11px;
    font-style: italic;
}
.budget-selection{
    margin-top: 10px;
}
.budget-selection td.left {
    padding-right: 10px;
}
a.disabled {
    pointer-events: none;
    cursor: default;
    color: #999;
}
.disabled-text {
    padding-left: 0px !important;
    color: #999;
}
.suffix-label {
    padding: 20px;
    font-size: 15px;
}
.suffix-label-example {
    font-weight: bold;
    padding: 20px;
    font-size: 15px;
}

.new-catalog-source {
    padding-left: 10px !important;
    padding-right: 50px;
}
.layout-transaction {
    width: 100%;
    background-color: #daeff0;
}
.layout-transaction h1 {
    padding-left: 6%;
    text-align: left !important;
    font-weight: bolder;
}
.layout-transaction th {
    padding-left: 7%;
    text-align: left !important;
    width: 50%;
    color: #666 !important;
}
.layout-transaction th.amountdue {
    text-align: right !important;
    font-weight: bolder;
    font-size: 20px;
}
.last{
    width: 250px;
}
.accrual-sort {
    width: 15%;
    height: 50px;
    margin-top: -10px;
}
.accrual-notice {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    color: #969696;
}

.item-invoice th {
    color: #999 !important;
}
.budget-selection-view {
    --padding-left: 0px !important;
    --padding-right: 0px !important;
    padding-top: 5px !important;
}
.budget-selection-view-div {
    margin-top: -10px;
}
.applyallview {
    --margin-top: -5px;
    font-size: 13px;
}
.applyallview a {
    padding: 0 3px;
}
.combo-budget-setting{
    width: 20%;
}

.received-items {
    float: right;
    font-size: 11px;
}

.received-line-items {
    color: #999;
    font-size: 16px;
    font-weight: bold;
}

.budget-consumption-button {
    float: right;
}

.guidelines {
    height: 1000px;
}
.right-margin-top8{
    float: right;
    margin-top: 8px;
}
.access-control-table-title {
    text-align: left !important;
    margin-top: 20px;
}
.access-control-table-title .header-right {
    font-size: 13px;
    float: right;
}
.multibusinessunit a {
    color: #666 !important;
}
.multibusinessunit .bunits {
    opacity: 0;
    display: block;
    position: absolute;
    visibility: hidden;
    background-color: #999;
    color: #fff;
    font-size: 11px;
    padding: 5px;
    margin: 2px 0 0 10px;
    z-index: 10;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.multibusinessunit:hover .bunits {
    opacity: 0.9;
    visibility: visible;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.multibusinessunit .bunits li {
    padding: 2px;
}

#initiationCode {
    font-size: 16px;
    font-weight: bold;
}
.guest-block {
    padding-bottom: 10px;
}
.guest-block h1 {
    text-align: left;
    margin-bottom: 10px;
}
.guest-block p {
    padding-bottom: 10px;
}
.guest-block a {
    padding-left: 10px;
    font-weight: bold;
}
#existingHost table {
    background-color: #eee;
    width: 100%;
}
#existingHost table .right {
    width: 10%;
}
.receipt-adjustment {
    width: 100%;
}
.receipt-adjustment tr {
    height: 40px;
}
.receipt-adjustment th {
    width: 30%;
}
.receipt-adjustment th.left {
    text-align: left;
}
.receipt-adjustment td {
    width: 20%;
    text-align: center;
}
.receipt-adjustment input[type=text] {
    width: 80px;
    text-align: center;
}
.reconciliation-layout {
    width: 100%;
    margin: 20px 0px;
}
.reconciliation-layout thead {
    background-color: #eee;
}
.reconciliation-layout th {
    width: 50%;
    padding: 10px 20px;
    color: #666;
    font-weight: normal;
    text-align: left;
}
.reconciliation-layout td {
    width: 50%;
    padding: 10px;
    color: #666;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
.reconciliation-layout td.hide {
    display: none;
}
.reconciliation-layout th.right {
    text-align: right;
}
.reconciliation-layout th.button {
    padding: 8px 20px !important;
}
.reconciliation-layout th input[type="button"] {
    padding: 2px 7px;
}

.tn-header-bar {
    color: #fff;
    background-color: #46576d;
}
.tn-header-bar .left-right .right {
    vertical-align: middle;
    padding-right: 5px;
}
.tn-header-bar .left-right .right select {
    height: 25px;
}
.tn-suppliers {
    width: 100%;
}
.tn-suppliers .block {
    border: solid 1px #ccc;
}
.tn-suppliers .right {
    vertical-align: top;
}
.tn-suppliers .right h3 {
    color: #fff;
    padding: 10px;
}
.tn-suppliers .left {
    width: 25%;
    vertical-align: top;
    padding-right: 20px;
}
.tn-suppliers .left h3 {
    padding: 10px;
    color: #666;
    background-color: #ddd;
}
.tn-suppliers .left h4 {
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 5px;
}
.tn-suppliers .left .tn-content table {
    font-size: 11px;
}
.tn-suppliers .left .tn-content table td, .tn-suppliers .left .tn-content table th {
    padding-bottom: 0;
}

.tn-content {
    padding: 10px;
    border-top: solid 1px #ccc;
}
.tn-content p {
    padding-top: 0;
}
.tn-content table {
    width: 100%;
}
.tn-content table th {
    padding: 5px 0;
    text-align: right;
    color: #999;
}
.tn-content table th span.rating-star {
    background: url(../images/other/star-16px.png) right center no-repeat;
    padding-left: 20px;
}
.tn-content table th span.rating-star-empty {
    background: url(../images/other/star-16px-empty.png) right center no-repeat;
    padding-left: 20px;
}
.tn-content table td {
    padding: 5px 0;
}
.tn-content table td.company-logo {
    width: 15%;
    padding-right: 15px;
    vertical-align: top;
}
.tn-content table td img {
    width: 100%;
    display: block;
}
.tn-content table .country {
    font-size: 11px;
    margin-left: 15px;
    padding-left: 20px;
    background: url(../images/grey/location-arrow.png) left center no-repeat;
}
.tn-content table .description {
    vertical-align: top;
    color: #999;
    padding-top: 0;
    padding-left: 20px;
    padding-bottom: 10px;
}
.tn-content table .bottom {
    vertical-align: bottom;
}
.tn-content table .details span {
    width: 30%;
    display: inline-block;
}
.tn-content table .details .center {
    text-align: center;
}
.tn-content table .details .right {
    text-align: right;
}
.tn-content table .details .revenue {
    float: right;
    padding-left: 24px;
    background: url(../images/grey/revenue.png) left center no-repeat;
}
.tn-content .products {
    border-top: dashed 1px #ccc;
    padding: 10px 0;
}
.tn-posting .tn-content {
    border-top: none;
    border-bottom: solid 1px #ccc;
}

.tn-home-search {
    margin-top: 20px;
    margin-bottom: 10px;
}
.tn-home-search input[type='text'] {
    margin-bottom: 5px;
}
.tn-home-a {
    text-align: right;
    padding-bottom: 10px;
}
.tn-home-learn {
    margin: 10px 0;
    text-align: center;
}
.tn-home-learn .content-a {
    text-align: right;
    padding: 0 10px;
}
.tn-home-learn .content-header {
    background: #f9e0b2;
    margin: 5px;
    padding: 10px;
    display: inline-block;
}
.tn-home-learn .content-header {
    width: 30%;
    text-align: left;
}
.tn-home-learn .content-header .div-bottom {
    padding-left: 15px;
    padding-top: 15px;
}

.text-search-div {
    width: 300px;
}
.text-search-div input[type="text"] {
    margin-right: -30px;
}
.page-nav {
    padding-bottom: 20px;
    text-align: center;
}
.page-nav span {
    margin: 0 5px;
    padding: 5px 10px;
    font-size: 14px;
}
.page-nav span.current {
    border-bottom: 2px solid #00a9b6;
}
.page-nav img {
    height: 14px;
    padding-left: 5px;
    vertical-align: middle;
}

.admin-content-block .customize-block .layout {
    margin-top: 0;
    margin-bottom: 20px;
}
.admin-content-block .customize-block .layout th {
    vertical-align: middle;
    text-align: right;
}
.customize-block {
    width: 100%;
}
.customize-block th {
    width: 30%;
    padding-right: 20px;
    vertical-align: top;
    text-align: left;
}
.customize-block td {
    vertical-align: top;
}
.customize-block h2 {
    margin-bottom: 20px;
}
.customize-block .customize-addnew {
    border: 1px solid #ccc;
    padding: 10px;
}
.customize-block .customize-addnew h3 {
    padding-top: 0;
}
.customize-block .customize-addnew p {
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 10px;
}
.customize-block .customize-addnew input[type="button"] {
    width: 100%;
    margin: 5px 0;
}
/*.admin-content-block .customize-block .customize-addnew .datafield #system {
    margin-top: 10px;
}*/
.customize-block .customize-addnew .datafield .expand-title {
    margin-top: 20px;
}
.customize-block .customize-addnew .datafield .norecord {
    padding-top: 5px;
}
.customize-block .customize-addnew .datafield .field {
    padding: 0 5px;
    border: 1px solid #00a9b6;
    margin: 5px 0 10px;
}
.customize-block .customize-addnew .datafield .field:hover {
    background-color: #00a9b6;
}
.customize-block .customize-addnew .datafield .field:hover .field-a-btn {
    color: #fff;
}
.customize-block .customize-addnew .datafield .field .field-a-btn {
    padding: 7px 0;
    width: 100%;
    font-weight: normal;
    display: flex;
    flex-flow: row wrap;
}
.customize-block .customize-addnew .datafield .left {
    text-align: left;
    white-space: nowrap;
    padding-right: 7px;
}
.customize-block .customize-addnew .datafield .middle {
    width: 50%;
    text-align: left;
}
.customize-block .customize-addnew .datafield .right {
    width: 35%;
    text-align: right;
    font-size: 10px
}
.customize-block .addsection {
    float: right;
}
.customize-block #preview {
    float: right;
    padding-top: 10px;
}
.customize-block .layout td {
    vertical-align: middle;
}
.section-block {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background-color: #eee;
}
.section-block.current  {
    border: 2px solid #00a9b6;
}
/*.section-block span {
    display: inline-block;
}*/
.section-block .header-layout {
    width: 100%;
    margin: 5px 0;
    --margin: 10px;
}
.section-block .header-layout td {
    --padding: 5px;
    padding: 2px 5px;
    vertical-align: middle;
}
.section-block .header-layout .label {
    width: 50px;
    padding-left: 10px;
    color: #999;
}
.section-block .header-layout .img {
    width: 46px;
    --padding-left: 0;
    --padding-right: 10px;
    white-space: nowrap;
}
.section-block .header-layout .img a {
    margin-right: 5px;
}
.section-block img {
    width: 16px;
}
.section-block .column-img {
    width: 20px;
    height: 16px;
    display: inline-block;
}
.section-block .single {
    background: url(../images/grey/columns.png) 0 center no-repeat;
}
.section-block .double {
    background: url(../images/turq/columns.png) 0 center no-repeat;
}
.section-block .list {
    background: url(../images/turq/list.png) 0 center no-repeat;
}

.elementListId  {
    padding: 0 10px 5px 0;
}
.elementListId .listitemClass {
    display: inline-block;
    width: 50%;
}
.elementListId.singleColumn .listitemClass {
    width: 100%;
}
.elementListId .element-layout {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.elementListId .element-layout td {
    padding: 5px;
    vertical-align: middle;
}
.elementListId .element-layout .text {
    width: 65%;
    padding-left: 10px;
}
.elementListId .element-layout .label {
    width: 35%;
    text-align: right;
}
.elementListId .element-layout .required {
    padding-left: 5px;
    --color: #f00;
}
.elementListId .element-layout .img {
    width: 16px;
    padding-right: 21px;
}

.case-content {
    background-color: #fff;
    padding: 15px 30px;
    margin: 10px 0;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}
.customize-view-block .layout th {
    vertical-align: top;
    padding-top: 12px;
}
.customize-view-block .layout td {
    vertical-align: top;
    --width: auto;
}
.customize-view-block .layout td.middle {
    vertical-align: middle !important;
}
.customize-view-block .layout th input[type="checkbox"] {
    margin-left: 10px;
    vertical-align: middle;
}
.customize-view-block .layout td input[type="checkbox"] {
    margin-top: 8px;
    margin-right: 8px;
}
.customize-view-block .layout td .revised-comment input[type="text"] {
    margin-top: 5px;
    border-color: #f00;
}
.customize-view-block .layout td .revised-comment-text {
    color: #f00;
    padding: 2px 23px;
    margin-top: 2px;
    background: transparent url(/images/other/cross-circle.png) no-repeat 0 center;
    background-size: 16px;
    height: 18px;
}
.customize-view-block .layout td.rejected input,
.customize-view-block .layout td.rejected textarea,
.customize-view-block .layout td.rejected select,
.customize-view-block .layout td.rejected .x-form-trigger-wrap-default {
    border: 1px solid #fb3;
}
.customize-view-block .layout-view tbody td.rejected {
    background: transparent url(/images/turq/warning-triangle.png) no-repeat 15px center;
    background-size: 16px;
    height: 18px;
    padding-left: 40px;
}
.customize-view-block .layout-view tbody th img {
    vertical-align: top;
    height: 18px;
}
.customize-view-block .layout .addmore, .customize-view-block .layout .file-url {
    margin-top: 5px;
}
.customize-view-block .layout span.customform-date {
    padding-left: 0;
}
.customize-view-block .layout .catalog-image {
    text-align: center;
}
.customize-view-block .layout .multiselect span {
    width: 25%;
    padding-left: 0;
    vertical-align: top;
}
/*.messagectr th[role=columnheader] {
    background: #46576D url(/images/turq/sort.png) no-repeat right center;
    background-size: 14px;
    padding-right: 14px;
}*/
th[role=columnheader]:not(.no-sort) {
    cursor: pointer;
}

.download-layout {
    width: 100%;
}
.download-layout th {
    width: 160px;
    padding: 5px 10px;
    font-weight: normal;
    color: #999;
    vertical-align: top;
    text-align: left;
}
.download-layout th input[type="radio"] {
    margin-left: 0;
    margin-right: 5px;
}
.download-layout td {
    padding: 5px 10px;
    vertical-align: top;
}
.download-layout td.hide {
    display: none;
}
.download-layout td p {
    padding-bottom: 5px;
}
.download-layout td span {
    width: 33%;
    display: inline-block;
    padding-bottom: 5px;
    vertical-align: top;
}
.download-layout td input[type="checkbox"] {
    margin-right: 5px;
}
.download-layout .middle th, .download-layout .middle td {
    vertical-align: middle;
}
.download-layout .first {
    padding-left: 4px;
}
.download-layout .x-anchor-form-item {
    margin-bottom: 0;
}
.download-layout .x-panel-body .x-form-trigger-wrap {
    border: 1px solid #d0d0d0;
}
.center {
    text-align: center;
}
.maincontent .four-cols-table {
    width: 100%;
    margin-top: 10px;
}
.maincontent .four-cols-table td {
    width: 25%;
    border: 1px solid #D9D9D9;
}
.maincontent .four-cols-table th.separator {
    padding: 10px;
    vertical-align: middle;
    color: #D9D9D9;
}
.unspsc {
    height: 300px;
    overflow-y: scroll;
}
.unspsc .category-table {
    width: 100%;
}
.unspsc .category-table tr {
    height: 23px;
}
.unspsc .category-table tr:hover {
    background-color: #eee;
}
.unspsc .category-table td {
    border: none;
    color: #00a9b6;
    padding: 5px 8px 5px 0px;
    width: 99%;
}
.unspsc .category-table td.selection {
    width: 1px;
    padding: 1px;
    border-left: 5px solid #FFFFFF;
}
.unspsc .category-table td.selected {
    width: 1px;
    padding: 1px;
    border-left: 5px solid #6DC1EB;
}
.unspsc img {
    height: 10px;
}
.unspsc .category-table td.add {
    padding-right: 20px;
}
.admin-content-block h2 span.question {
    font-size: 13px;
    float: right;
}
.budget-sort .right select {
    width: auto;
    margin-left: 10px;
}
.view-list-view {
    margin-top: -5px;
    padding-left: 0px !important;
    float: left;
    font-weight: normal;
}
.margin-top-0 {
    margin-top: 0px !important;
}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: #999;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    font-size: 11px;
    padding: 5px;
    margin: 18px 0 0 0;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.scorecard-scorer-view .tooltip .tooltiptext {
    max-width: 200px;
    text-align: left;
}
.dashed {
    text-decoration: line-through #F00 dashed;
}
.div-selection-left {
    margin: 20px 0 20px 0;
}
.div-selection-left select {
    width: auto;
    margin-left: 20px;
}
.width-auto {
    width: auto;
}
.domain-opt {
    float: right;
    margin-top: -5px;
    font-size: 13px;
}
.domain-opt select {
    width: auto;
    margin-left: 10px;
}

.tnc p {
    min-height: 17px;
}
.homepage-usertype {
    float: right;
    margin-top: 10px;
}


/* SORT OPTION LIST */
.sortable-list {
    padding: 5px 10px;
    border: 1px solid #eee;
    height: 126px;
    overflow-y: scroll;
    /*width: 425px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);*/
}
.sortable-list .item {
    list-style: none;
    display: flex;
    cursor: move;
    /*background: #fff;*/
    align-items: center;
    padding: 5px 0;
    --margin-bottom: 10px;
    justify-content: space-between;
    width: 100%;
}
.item img {
    height: 16px;
}
.item .details {
    display: flex;
    align-items: center;
    padding: 5px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.item .details input[type="text"] {
    border: none;
    padding: 0;
}
.item .details input[type="text"]:focus {
    border: none;
}
.item .functions {
    padding-left: 0;
    visibility: hidden;
}
.item:hover .functions {
    visibility: visible;
} 
.item .functions img {
    padding-left: 5px;
}
.item i {
    color: #474747;
}
.item.dragging {
    opacity: 0.6;
}

.expand-title, .expand-cls {
    margin: 10px 0;
}
.expand-title span, .expand-cls span {
    background-size: 16px;
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 20px;
}
.expand-title .expand, .expand-cls .expand {
    background-image: url(../images/grey/caret-down.png);
}
.expand-title .collapse, .expand-cls .collapse {
    background-image: url(../images/grey/caret-right.png);
}

.expand-cls {
    --border: 1px solid #ccc;
    --background-color: #eee;
    padding: 5px;
    font-size: 14px;
}
.expand-cls-div {
    /*border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;*/
    --padding: 10px;
    margin-left: 25px;
    background-color: #fff;
}
.expand-cls-div .content-block {
    padding-top: 0;
}
.expand-cls-div h4 {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    color: #999;
    font-weight: bold;
}
.expand-cls-div .layout-view {
    margin: 10px 0 !important;
}
.expand-cls-div .layout-view th, .expand-cls-div .layout-view td {
    font-size: 98%;
}

/* PRINT FUNCTION */
#print-detail {
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
}
table.print-container {
    page-break-after: always;
    width: 100%;
}
thead.print-header {
    display: table-header-group;
    text-align: left;
}
thead.print-header img {
    max-height: 50px;
}
/*thead.print-header .print-header-cell {
    padding-bottom: 10px;
}
thead.print-header .header-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}*/
thead.print-header .header-title {
    font-size: 16px;
    height: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
thead.print-header .header-title .alignleft {
    float: left;
}
thead.print-header .header-title .alignright {
    float: right;
}
/*tfoot.print-footer {
    display: table-footer-group;
}
tfoot.print-footer .footer-info {
    padding-top: 20px;
}*/
table.print-container div.article {
    page-break-inside: avoid;
    page-break-after: always;
}
table.print-container div.page-break {
    page-break-inside: avoid;
    page-break-before: always;
}
.print-content-block {
    padding-bottom: 20px;
}
.print-content-block h2 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}
.print-content-block h3 {
    font-size: 13px;
    color: #999;
    padding-bottom: 10px;
}
.print-content-block .layout-view {
    margin-bottom: 10px;
}
.print-content-block .layout-view tr {
    height: auto;
}
.print-content-block .layout-view tr.header th {
    font-size: 14px;
    font-weight: bold;
    color: #666;
}
.print-content-block .layout-view th {
    width: 15%;
    text-align: left;
    padding: 3px 5px;
}
.print-content-block .layout-view th h1 {
    font-size: 16px;
    padding-top: 0;
}
.print-content-block .layout-view td {
    width: 35%;
    font-weight: normal;
    font-size: 13px;
    padding: 3px 10px;
}
.print-content-block .layout-view td p {
    padding-bottom: 0;
}
.print-content-block .layout-view.single td {
    width: 85%;
}
.print-content-block .records th, .print-content-block .records td {
    border: 1px solid #ccc;
    background: none;
    color: #666;
    padding: 5px;
}
.print-content-block .records th.item {
    width: 40%;
}
.print-content-block .print-content-total {
    text-align: right;
    padding-top: 10px;
}
.print-content-block .print-content-total .doc-item-total {
    width: auto;
    display: inline-table;
    padding: 10px;
    border: 2px solid #ccc;
    background: none;
    font-weight: bold;
}
.print-content-block .print-content-total .doc-item-total td {
    padding: 5px 10px;
}
.print-content-block .records-signatures {
    width: 100%;
}
.print-content-block .records-signatures th {
    font-weight: normal;
    text-align: left;
    padding: 0 20px;
}
.print-content-block .records-signatures th.right {
    text-align: right;
}
.print-content-block .records-signatures td {
    width: 25%;
    font-style: italic;
    text-align: center;
    padding: 60px 20px 0 20px;
}
.print-content-block .records-signatures td span {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #ccc;
    padding-top: 5px;
}
.print-content-block .tnc p {
    padding-bottom: 5px;
}
.print-content-block p.acknowlegde {
    font-style: italic;
    font-size: 10px;
    padding-top: 10px;
}
.print-content-block .maincontent {
    padding: 0;
    margin: 0;
    border: none;
}
.print-content-block .maincontent .address td {
    background-color: transparent;
    border: 1px solid #ccc;
}
.print-content-block .two-columns-table {
    width: 100%;
}
.print-content-block .two-columns-table .left, .print-content-block .two-columns-table .right {
    width: 50%;
    vertical-align: top;
}

@media print {
    thead.print-header .header-title {
        font-size: 14px;
        padding: 5px 0;
    }
    .print-content-block h2 {
        font-size: 12px;
    }
    .print-content-block h3 {
        font-size: 11px;
    }
    .print-content-block .layout-view tr {
        height: auto;
    }
    .print-content-block .layout-view th, .print-content-block .layout-view td {
        font-size: 11px;
        padding-right: 0 10px 0 0;
    }
    .print-content-block .layout-view th h1 {
        padding-bottom: 5px;
    }
    .records th, .records td {
        font-size: 11px;
        padding: 5px;
    }
    .doc-item-total td {
        font-size: 11px;
        padding: 5px 10px;
    }
    .records-signatures td {
        font-size: 11px;
    }
}