body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #0d83dd;
    min-width: 1024px;
}

body,#container {
    font-family: Franklin-Gothic-URW,Helvetica,Arial,sans-serif;
    color: #062942;
}

body, html, #container {
    height: 100%;
}

body, html, div, * {
    box-sizing: border-box;
}

/* /// FRAMEWORK /// */
#container {
    margin: 0;
    padding: 0;
}


#content {
    width: calc(100% - 260px);
    display: inline-block;
    margin: 0;
    padding: 0;
    background: #fff;
    min-height: 100%;
}

#header {
    clear: both;
    overflow: auto;
    background: #f8f8f8;
    border-bottom: 1px dotted #aaa;
    padding: 12px 20px;
}

#main {
    padding: 90px 0;
    display: block;
    min-width: 300px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}

div#print_logo {
    display: none;
}

.padded {
    padding: 0 20px 20px 20px;
}

img.logo {
    width: 180px;
    margin: 35px;
}

img.bank_logo {
    height: 20px;
}

/* /// LEFT HAND SUBMENU /// */
#sidebar {
    width: 260px;
    float: left;
    min-height: 100%;
    margin: 0;
    z-index: 10;
}

ul#submenu {
    width: 100%;
    min-height: 100%;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
}

ul#submenu li {
    width: auto;
    padding: 0;
    margin: 30px 0 0 0;
    border: 0;
    font-family: Franklin-Gothic-URW-Med,Helvetica,Arial,sans-serif;
    font-size: 20px;
}

ul#submenu li:first-child {
    margin: 0;
}

ul#submenu li span {
    margin: 0;
    color: #fff;
    line-height: 10px;
    padding:  20px 35px;
    display: block;
}

ul#submenu li a {
    margin: 0;
    color: #fff;
    line-height: 10px;
    padding:  20px 35px;
    text-decoration: none;
    display: block;
    border: 0;
    cursor: pointer;
}

ul#submenu li:first-child a {
    text-align:left;
    padding:  0;
}

ul#submenu li:nth-child(3) a, ul#submenu li:last-child a {
    color: #fff;
}

span.arrow {
    background: red;
}

#submenu li a:hover,#submenu .active a:hover {
    color: #fff !important;
    text-decoration: underline;
}

ul#submenu li.active a  {
    color: #fff;
    text-decoration: underline;
}

ul#submenu li#selcosli {
    margin: 0 0 10px 0;
}

#selco {
    width: 180px;
    margin-left: 35px;
}

/* /// EXTRA MENU ITEMS /// */

#submenu ul.submenu {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

#submenu ul.submenu li {
    border: 0;
    margin: 0;
}

#submenu ul.submenu li a, #submenu ul.submenu li span {
    padding-left: 35px !important;
    text-align: left !important;
    border-top: 0;
    font-family: Franklin-Gothic-URW-Book,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 5px 0 12px 50px;
}

ul#submenu ul.submenu li.highlight a, #footer-content a.highlight {
    color: #fe665a;
}

ul#submenu li.active li a {
}

ul#submenu li.li_separator {
    width: 180px;
    border-bottom: 1px solid #fff;
    margin: 0 0 0 35px;
    padding-top: 30px;
    margin-bottom: 10px;
}

/* /// JQUERY UI OVERRIDES /// */
#tabs {
    background: #fff;
    clear: both;
    overflow: visible;
    display: block;
    margin: 0 auto !important;
}

.tabs {
    border-radius: 0 !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ui-tabs {
    border: 0 !important;
}

ul.ui-tabs-nav {
    background: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid #0d83dd !important;
    border-top: 1px solid #0d83dd !important;
    border-radius: 0 !important;
    text-align: center !important;
    margin: 0 auto 40px auto !important;
    float: none !important;
    width: 100%;
}

ul.ui-tabs-nav li {
    font-family: Franklin-Gothic-URW-Book,Helvetica,Arial,sans-serif;
    font-size: 14px;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 auto !important;
    border: 0 !important;
    float: none !important;
    text-align: center !important;
    display: inline-block;
    outline: none;
}

ul.ui-tabs-nav li a {
    font-weight: normal;
    outline: none;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #062942 !important;
}

.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited {
	color:#062942 !important;
}

.ui-state-active a:link, .ui-state-active a:visited, .ui-state-active a:hover {
    color: #062942 !important;
}

.ui-tabs-active a {
    font-family: Franklin-Gothic-URW-Med,Helvetica,Arial,sans-serif;
}

#container .ui-widget {
    font-family: Franklin-Gothic-URW-Book,Helvetica,Arial,sans-serif;
}

div.ui-datepicker{
    font-size:13px;
}

div.tab {
    display: none;
    padding: 20px;
}

div.tab:nth-of-type(1) {
    display: block;
}

/* /// INITIAL TABS STYLE /// */
.tabs ul.tabslist {
    background: #fff;
    border-bottom: 1px solid #0d83dd;
    border-top: 1px solid #0d83dd;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    width: auto;
    line-height: normal;
    height: 54px !important;
}



.tabs ul.tabslist li {
    display: inline-block;
    border: 0 !important;
}

.tabs ul.tabslist li a {
    padding: 15px 50px !important;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #062942;
    max-width: 650px;
    width: auto;
    border: 0 !important;
}

#container #tabs ul li.ui-state-active a {
    border: 0px solid #fac !important;
}

/* /// SORTABLE UI /// */
ul.sortable {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}

.sortable li span {
    cursor: move;
}

.sortable li {
    border-bottom: 1px dotted #acf !important;
    padding: 0;
    margin: 0;
    font-size: 14px;
    overflow: auto;
    clear: both;
    display: block;
}

.sortable-left {
    display: inline-block;
    padding: 10px;
}
.sortable-right {
    display: inline-block;
    width: 20px;
    padding: 10px;
    float: right;
}


/* /// DATE OVERRIDE /// */
/*
div.date,div.date2 {
    float: right;
    width: 280px;
}

div.date .ui-datepicker-inline, div.date2 .ui-datepicker-inline {
    width: 100%;
}

div.date .ui-widget {
    font-size: 13px; !important;
}
*/


/* /// POPUP OVERLAY /// */

#full_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999999999;
    top: 0;
    right: 0;
    background: white;
    opacity: 0.7;
    display: none;
}

/* /// MOST POPUPS /// */
.popup {
    width: 470px;
    position: absolute;
    z-index: 99999999999991;
    right: 50%;
    margin-right: -255px;
    background: #0d83dd;
    opacity: 1;
    box-shadow: 5px 5px 0 0 #ccc;
    border-radius: 2px;
    padding: 20px;
    display: none;
}
.popup fieldset.fieldset {
    margin: 20px auto 0 auto;
}
.popup_inner {
    text-align: center;
}
.popup_close {
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: underline;
}

.popup_powered {
    margin-top: -10px;
    padding-right: 10px;
}

.popup_powered_logo {
    height: 50px;
    margin-top: 20px;
}

.popup p, .popup h1, .popup a {
    color: #fff;
}

.popup a:hover {
    color: #fff;
    text-decoration: underline;
}

/* /// HEADER MESSAGE /// */
#message {
    background: url('/css/images/info1.png') right 20px center no-repeat #cdf;
    box-shadow: 2px 2px 2px #ccc;
    color: #777;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;;
    margin: 20px 20px 0 20px;
}
#message a:link {
    color: #777;
}

/* /// ERROR MESSAGES /// */
.error {
    background-color: #fff;
    border: 2px solid #c00;
    overflow: auto;
    clear: both;
    padding: 10px;
}

/* INFO / STANDARD */
.message_holder {
    color: #777;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 38px);
    transform: translate(-50%);
    background: #fff;
}
.message {
    color: #000;
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
    font-size: 14px;
    padding: 20px 0;
    border-radius: 0 0 5px 5px;
    border: 1px solid #ccc;
    box-shadow: 4px 4px 0 0 #eee;
    position: relative;
}
.message_close {
    width: 12px;
    height: 12px;
    right: 12px;
    position: absolute;
    top: calc(50% - 5px);
    background: url('images/close.png') center center no-repeat;
    cursor: pointer;
}

.message_holder a {
    color: #0D83DD;
    text-decoration: underline;
}

.message ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* SUCCESS */
.msg_lvl1 .message {
    background: url('images/check-32.png') left 20px center no-repeat;
    padding: 20px 0 20px 70px;
    text-align: left;
    background-color: #fff;
}
/* ERROR */
.msg_lvl2 .message {
    background: url('images/error-32.png') left 20px center no-repeat;
    padding: 20px 0 20px 70px;
    text-align: left;
    background-color: #fff;
}

/* CRITICAL */
.msg_lvl3 .message {
    background: url('images/error-32.png') left 20px center no-repeat;
    padding: 20px 0 20px 70px;
    text-align: left;
    background-color: #fff;
}

/* INFO BOXES */
.info {
    clear: both;
    overflow: auto;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #0D83DD;
    border-radius: 5px;
    margin: 10px auto 20px auto;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    max-width: 800px;
}
        
/* /// TRANSACTIONS LOADING CSS /// */
#results-container {
    position: relative;
    clear: both;
}
#results-mask {
    width: 100%;
    height: 100%;
    min-height: 200px;
    position: absolute;
    z-index: 1000;
    background: #fff;
    opacity: 0.5;
}
#content_spinner {
    display: none;
    margin-left: calc(50% - 150px);
    margin-top: calc(25% - 100px);
    width: 100px;
    height: 100px;
    position: fixed;
    z-index: 10000000000000;
    background: url(images/ajax.gif) transparent 0 0 no-repeat;
    opacity: 0.5;
}

#content_spinner p {
    text-align: center;
    padding-top: 125px;
}

/* /// INDIVIDUAL FONTS /// */
a, table.table a, table.itemlist a, .ui-widget-content a {
    color: #0d83dd;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus, table.table a:hover, table.itemlist a:hover {
    color: #0d83dd;
    text-decoration: underline;
}

h1 {
    font-family: Franklin-Gothic-URW-Med,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 20px 0;
    color: #0d83dd;
    text-align:left;
}

h2 {
    font-family: Franklin-Gothic-URW-Book,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    margin: 0 0 10px 0;
    color: #000;
    text-align:left;
}

h2.pagetitle {
    margin: 0 0 20px 0;
    font-size: 25px;
}

h3 {
    font-family: Franklin-Gothic-URW-Med,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #062942;
    line-height: 28px;
    margin: 0 0 28px 0;
}

h4 {
    font-family: Franklin-Gothic-URW-Book,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #062942;
    margin: 0 0 18px 0;
    text-align: left;
}

h5 {
    font-family: Franklin-Gothic-URW-Med,Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #062942;
    line-height: 24px;
    margin: 0 0 24px 0;
}

h6 {
    font-family: Franklin-Gothic-URW-Book,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #0d83dd;
    line-height: 24px;
    margin: 0 0 24px 0;
}

p {
    font-size: 14px;
    color: #062942;
    line-height: 24px;
    margin: 0 0 24px 0;
}

a {
    color: #0d83dd;
    text-decoration: underline;
}

.ext_link {
    padding-right: 20px;
    background: url('images/ext_link.png') right center transparent no-repeat;
}

strong {
    font-family: Franklin-Gothic-URW-Med,Helvetica,Arial,sans-serif;
    font-weight: normal;
}

li {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 0 0;
}

/* /// GREENTICK LIST /// */
ul.greentick li {
    margin: 0;
    background: url('images/tick.png') left center no-repeat;
    padding: 3px 0 3px 30px;
    list-style: none;
    text-align: left;
}

/* /// STATUS TYPES /// */
.status-0 {
    background: url('images/status-0.png') center no-repeat;
    min-height: 16px;
    min-width: 18px;
}


.status-1 {
    background: url('images/tick.png') center no-repeat;
    min-height: 16px;
    min-width: 18px;
}


.status-3 {
    background: url('images/status-3.png') center no-repeat;
    min-height: 16px;
    min-width: 18px;
}

/* /// NUMBER FORMATS /// */
table.table tr td.negative_currency {
    color: #d00;
}

/* /// TRANSACTION FORMATS /// */
tr.txn_categorised td {
    background: transparent;
}

tr.txn_uncategorised td {
    background: #eaeaea;
}

tr.txn_updatecc td {
    background: #ffeaea;
}

tr.txn_personal td {
    background: #f9f9f9;
    opacity: 0.6;
}

tr.txn_personal:hover td {
    opacity: 1;
}


/* /// STANDARD INPUT FIELDS /// */
fieldset.fieldset {
    border: 0;
    border-radius: 0;
    width: 100%;
    max-width: 800px;
    overflow: visible;
    clear: both;
    padding: 0;
    margin: 0 auto;
}

.field {
    display: block;
    overflow: auto;   
    clear: both;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}

.fieldset label {
    float: left;
    margin: 9px 0 6px;
    padding: 0;
    width: 150px;
    color: #062942;
    cursor: pointer;
    font-size: 14px;
}

.fieldset span {
    color: #062942;
}


.fieldset input, .fieldset select, .fieldset textarea, .input {
    margin: 0;
    padding: 7px;
    height: 33px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 13px;
    color: #37638c;
    width: 300px;
    overflow: hidden;
}

.fieldset input[type="checkbox"] {
    width: auto;
    float: left;
    margin: 0 10px;
}

.fieldset textarea {
    min-height: 140px;
}

.input {
    width: 275px !important;
}

textarea.input {
    width: 268px !important;
    height: 200px !important;
    float: left !important;
    padding: 2px !important;
    margin: 0 !important;
}

.fieldset select option {
    padding: 2px 5px;
    border-right: 1px solid #aaa;
}


.fieldset input:focus,.fieldset select:focus, .fieldset:focus {
background: rgb(234,255,248); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(234,255,248,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,255,248,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(234,255,248,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(234,255,248,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(234,255,248,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(234,255,248,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eafff8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
border: 1px solid #61e3c7;
color: #062942;
box-shadow: 0 0 4px 4px #eaf5ff;
}


select.select {
    width: 274px;
}

.tab_right fieldset.fieldset input {
    width: 148px;
}

.tab_right fieldset.fieldset label {
    width: 110px;
    min-width: 110px;
}

.tab_right fieldset.fieldset textarea {
    height: 100px;
    width: 148px;
}

/* /// CURRENCY INPUTS /// */
label.currency {
    width: auto;
    margin-right: 10px;
}
input.currency {
    width: 100px;
    float: left;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* /// TABLE STYLING /// */
table td {
    font-size: 14px;
    color: #000;
}

table.table {
    width: 100% !important;
    border-spacing: 0;
    border-collapse: separate;
}
table.table tr {
    margin: 0;
    background: #fff;
}

table.table tr:nth-child(2n+1) {
    background: #fff;
}

table.table tr td {
    border-bottom: 1px solid #0d83dd !important;
    padding: 10px 0;
    margin: 0;
    font-size: 13px;;
    color: #062942;
    text-align: left;
}

table.table tr th {
    padding: 6px 0;
    border-bottom: 1px solid #0d83dd !important;
    font-size: 14px;
    font-weight: bold;
    text-align:left;
    color: #062942;
}

table.table .left {
    text-align: left !important;
}

table .center {
    text-align: center !important;
}

table.table .right {
    text-align: right !important;
}

.table .transaction_currency {
    text-align: right !important;
}

/* /// ITEM LIST TABLES /// */
table.itemlist {
    width: 100% !important;
    border-spacing: 0;
    border-collapse: separate;
    margin: 40px 0;
}
table.itemlist tr {
    margin: 0;
    background: #fff;
}

table.itemlist tr:nth-child(2n+1) {
    background: #fff;
}


table.itemlist tr td {
    border-bottom: 1px dotted #acf !important;
    padding: 10px;
    margin: 0;
    font-size: 14px;
}


table.itemlist tr th {
    padding: 6px;
    background: #fff;
    border-bottom: 1px dotted #acf !important;
    font-size: 14px;
    font-weight: normal;
}

/* /// GREEN BOXES /// */
table.green_boxes {
    width: 100%;
    text-align: center;
    margin: 10px 0;
    border-spacing: 10px;
    border-collapse: separate;
}
td.green_box {
    background-color: #0d83dd;
    border: 0 solid #ccc;
    border-radius: 5px;
    text-align: center;
    width: 33%;
    height: 75px;
}


#main .green_box p {
    margin: 0 20px;
    font-size: 13px;;
    font-weight: normal;
    line-height: normal;
    color: #f5f5f5;
}

#main .green_box h2 {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    color: #f5f5f5;
    text-align: center;
}

/* /// BUTTON STYLES /// */
.buttons_top {
    overflow: auto;
    clear: both;
    left: 250px;
    top: 0;
    width: calc(100% - 250px);
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
    position: fixed;
    z-index: 9;
    padding: 1px 0;
}
.buttons_bottom {
    overflow: auto;
    clear: both;
    margin: 40px 0 0 0;
}
.buttons_side {
    float: right;
    width: 150px;
}
.button {
    padding: 10px 20px 10px 40px !important;
    float: right;
    cursor: pointer;
    background: #eee 10px center no-repeat;
    color: #666;
    margin: 0;
    box-shadow: 0 0 0 0 #999;
    border-left: 1px solid #f5f5f5;
    font-size: 13px;;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}

.buttons_top .button:nth-child(2) {
    background-color: #80bd01;
    color: #f9f9f9;
}

.buttons_top .button:nth-child(3) {
    background-color: #37638c;
    color: #f9f9f9;
}

.big_button {
    border-radius: 5px;
    width: auto;
    clear: both;
    cursor: pointer;
    background-color: #80bd01;
    color: white !important;
    transition: 0.2s;
    background-repeat: no-repeat;
    display: inline-block;
    font-family: Franklin-Gothic-URW-Book,Helvetica,Arial,sans-serif;
    font-size: 20px;
    padding: 15px 50px;
    min-width: 200px;
    float: none;
    margin: 0 auto;
    text-align:center;
    text-decoration: none !important;
}

.buttons_top button {
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
}

.buttons_top .button:hover, .button:hover {
    background-color: #fff;
    color: #666;
    text-shadow: none;
}
.big_button:hover {
    background-color: #0D83DD;
    color: #fff;
}
.buttons_side .button {
    width: inherit;
    margin: 0 0 5px 0;
    box-sizing: border-box;
}
.info_btn, .info_btn:hover {
    background: url('images/info1.png') transparent center center no-repeat;
    padding: 5px 10px;
    height: 0;
    width: 0;
    text-decoration: none;
    float:none;
}
.tick_btn {
    background-image: url('images/tick.png');
    padding-left: 50px;
}
.plus_btn {
    background-image: url('images/icons/gold/plus.png');
    padding-left: 30px;
    background-position: 10px 10px;
}

.edit_btn {
    background-image: url('images/edit.png');    
}

.save_btn, .chart_btn, .softsave_btn, .softresave_btn, .saveconfig_btn {
    float: right;
}

.del_btn {
    background-color: #062942;
}


.form_btn {
    margin-left: 150px;
}

.confirm_buttons {
    margin: 4px 0 10px 0;
    overflow: auto;
    clear: both;
}


.yes_button {
    background-image: url('images/icons/gold/yes.png');
    float: right;
    margin: 10px;
    cursor: pointer;
    background-position: 10px 10px;
    padding-left: 30px;
}


.submit_button {
    box-shadow: 0 0 1px 0 #3a3;
    border-radius: 4px;
    padding: 10px 26px 10px 52px;
    background: url('images/icons/gold/save.png') 20px 10px no-repeat;
    float: right;
    margin: 10px;
    cursor: pointer;
}


.cancel_button {
    border-radius: 4px;
    box-shadow: 0 0 1px 0 #c33;
    padding: 10px 16px 10px 42px;
    background-image: url('images/icons/gold/delete.png');
    background-position: 20px 10px;
    background-repeat: no-repeat;
    float: left;
    margin: 10px;
}

.submit_button:hover, .cancel_button:hover {
    background-color: #a9db80; /* Old browsers */
}

/* /// ICONS /// */
.icon_save, .icon_saveconfig {
    background: url('images/icons/gold/save.png') center no-repeat;
    height: 6px;
    width: 6px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}


.icon_edit {
    background: url('images/edit.png') center no-repeat;
    height: 0;
    width: 0;
    padding: 6px 11px;
    text-decoration: none;
    cursor: pointer;
}

.icon_delete {
    background: url('images/icons/gold/delete.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

.icon_search {
    background: url('images/icons/gold/search.png') center no-repeat;
    height: 6px;
    width: 6px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

.icon_yes {
    background: url('images/icons/gold/yes.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

.icon_yestick {
    background: url('images/icons/gold/tick.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

.icon_no {
    background: url('images/icons/gold/no.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

.icon_blank {
    background: url('images/icons/silver/delete.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

.icon_staryes {
    background: url('images/icons/gold/star-gold.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

.icon_starno {
    background: url('images/icons/silver/star-gold.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

.icon_starno:hover {
    background: url('images/icons/gold/star-gold.png') center no-repeat;
}

.icon_down {
    background: url('images/icons/gold/down.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 6px;
    text-decoration: none;
    cursor: pointer;
}
.icon_up {
    background: url('images/icons/gold/up.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}
.icon_next {
    background: url('images/icons/gold/next.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}
.icon_minus {
    background: url('images/icons/gold/minus.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 5px;
    text-decoration: none;
    cursor: pointer;
    margin-right: 10px;
    float: right;
}
.icon_plus {
    background: url('images/icons/gold/plus.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 5px;
    text-decoration: none;
    cursor: pointer;
    margin-right: 10px;
    float: right;
}

.icon_status_0 {
    background: url('images/icons/gold/inactive.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

.icon_status_1 {
    background: url('images/icons/gold/active.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

.icon_status_2 {
    background: url('images/icons/gold/banned.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

.icon_preview {
    background: url('images/icons/gold/preview.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

.icon_email {
    background: url('images/icons/gold/email.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

.icon_update {
    background: url('images/icons/gold/update.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

.icon_download {
    background: url('images/icons/gold/down.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

.icon_restore {
    background: url('images/icons/gold/history.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

.icon_copy {
    background: url('images/icons/gold/copy.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

.icon_close {
    background: url('images/icons/gold/inactive.png') center no-repeat;
    height: 16px;
    width: 16px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

.icon:hover {
    text-decoration: none !important;
    box-shadow: 0 0 1px 0 #777;
    border-radius: 2px;
}

.icon:focus {
    text-decoration: none !important;
}

/* /// SORT UP/DOWN /// */
.sortup {
    background: url('images/icons/gold/sortup.png') right 50% no-repeat;
    padding-right: 15px;
    color: #ff8800 !important;
}
.sortdown {
    background: url('images/icons/gold/sortdown.png') right 50% no-repeat;
    padding-right: 15px;
    color: #ff8800 !important;
}


/* /// ITEM IMAGES LAYOUT /// */
ul#item_imgs_list {
    list-style: none;
    margin: 0;
}


.img_edit {
    width: 220px;
    height: 165px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 1px 1px #ddd;
    overflow: hidden;
    float: left;
    text-align: center;
    margin: 0 10px 10px 0;
}


.img_edit img {
    height: 165px !important;
    max-width: 100%;
    display: block;
    float: none;
    margin: 0 auto;
}


.icon_holder {
    width: 80px;
    margin: 10px 155px;
    position: absolute;
}

/* /// TAB CONTENT /// */
.tab_left {
    overflow: hidden;
    min-width: 240px;
    padding: 12px 40px 0 0;
}
.tab_right {
    width: 280px;
    float: right;
    padding: 20px 20px 10px 20px;
    background: #f9f9f9;
    margin: 20px 0 0 0;
    border-radius: 4px;
    border: 1px dotted #ccc;
}

.notab {
    padding: 12px 0 10px 0;
}

/* /// AJAX SPINNER /// */
.ajax {
    background: url('images/spinner.gif') no-repeat;
    height: 32px;
    width: auto;
    padding: 8px 0 0 42px;
    float: left;
    margin-left: 10px;
}

/* /// START ICON /// */
a.start {
    display: block;
    padding: 20px 20px 20px 10px;
    background: url('images/start.png') 97% 50% no-repeat;
    border: 1px solid #2b7dbf;
    border-radius: 10px;
}

/* /// IMAGE & DOWNLOADS IMPORT ON PRODUCT PAGE /// */

.import {
    overflow: auto;
    clear: both;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

#uploadifive-upload, #uploadifive-dlupload {
    float: left;
}

#queue, #dlqueue {
    overflow: visible;
    width: auto;
}

/* /// CHART HOLDER /// */
div.chart_holder {
    position: relative;
    overflow: hidden;
    clear: both;
}

a.chart_save {
    position: absolute;
    display: none;
    top: 40%;
    left: 50%;
}

.chart_box_holder {
    overflow: auto;
    clear: both;
    width: 300px;
    margin: 20px auto 0 auto;
}
.chart_box {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
}
.chart_box2 {
    border-left: 1px solid #61e3c7;
}
table.jqplot-table-legend {
    border: 0;
}
.jqplot-data-label {
    color: white !important;
    font-size: 18px !important;
}

/* /// GALLERY LEFT RIGHT BUTTONS /// */

.goleft {
    background: url('images/leftright.png') 0px 0 no-repeat;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.goleft:hover {
    background: url('images/leftright.png') 0px -36px no-repeat;
}

.goright {
    background: url('images/leftright.png') -36px 0 no-repeat;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.goright:hover {
    background: url('images/leftright.png') -36px -36px no-repeat;
}

/* /// OTHER RULES /// */
hr {
    border: 0;
    border-bottom: 5px solid #ececec;
    height: 0;
    clear: both;
    margin: 40px 0;
}

/* /// PRICING BUTTON /// */
a.pricing-button {
    padding: 10px 40px;
    font-size: 18px;
    box-shadow: 0 0 2px 2px #666;
    color: white;
    text-decoration: none;
    text-shadow: 1px 1px #666;
    text-align: center;
    /* Permalink � use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6e6b4+0,ed832f+100;Yellow+3D+%231 */
    background: #f6e6b4;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #f6e6b4 0%, #ed832f 100%);
    /* FF3.6-15 */
        
    background: -webkit-linear-gradient(top, #f6e6b4 0%, #ed832f 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #f6e6b4 0%, #ed832f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed832f',GradientType=0 ); /* IE6-9 */
}
a.pricing-button:hover {
    box-shadow: 0 0 4px 4px #777;
    background: #fe943f !important;
    text-shadow: none;
    clear: both;
}

/* /// DEFINE MYCOUNTRY /// */
#define_mycountry {
    display: none;
}


/* /// COLORS /// */
.red {
    color: #f00 !important;
}

.green {
    color: #0c0 !important;
}

/* /// RESPONSIVE RULES /// */

/* SHORT SCREENS */
@media screen and (max-height: 850px) {
    #content {
        min-height: 850px;
    }
}

.ui-state-active .ui-icon-background {
	border: none !important;
}