a {
    cursor: pointer;
}

img {
    border: none;
}

.link {
    cursor: pointer !important;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.circle {
    border-radius: 50% !important;
}

.txt-left {
    text-align: left !important;
}

.txt-center {
    text-align: center !important;
}

.txt-right {
    text-align: right !important;
}

.txt-nowrap {
    white-space: nowrap !important;
}

.txt-only {
    border: none !important;
    background: none !important;
}

.txt-bold {
    font-weight: bold;
}

.txt-underline {
    text-decoration: underline;
}

.txt-top {
    vertical-align: top !important;
}

.txt-middle {
    vertical-align: middle !important;
}

.txt-bottom {
    vertical-align: bottom !important;
}

.txt-red {
    color: red !important;
}

.txt-green {
    color: green !important;
}

.w-adjust {
    width: 0 !important;
}

.w-100p {
    width: 100% !important;
}

.w-75p {
    width: 75% !important;
}

.w-50p {
    width: 50% !important;
}

.w-auto {
    width: auto !important;
}

.w-resize {
    resize: horizontal;
}

.h-100p {
    height: 100% !important;
}

.h-50p {
    height: 50% !important;
}

.h-resize {
    resize: vertical;
}

.p-absolute {
    position: absolute;
}

.p-relative {
    position: relative;
}


.v-clear {
    clear:both;
}

.v-inline {
    display: inline;
    width: auto;
}

.v-inblock {
    display: inline-block;
    width: auto;
}

.v-float {
    float: left;
}

.va-top {
    vertical-align: top;
}

.va-middle {
    vertical-align: middle;
}

.title{
	font-size:15px;
}

.pad-0 {
    padding: 0 !important;
}

.block-centered {
    margin: auto;
}
a
{
    cursor: pointer;
    text-decoration: underline;
}

label.error
{
    display: block;
    color: #ff0000;
    clear: both;
}

form th, form td
{
    vertical-align: top;
}

form th
{
    text-align: right;
    line-height: 16px;
    white-space: nowrap;
}

input, select, textarea
{
    width: 100%;
}

.el-dialogform-content input, .el-dialogform-content select, .el-dialogform-content textarea
{
    width: auto;
}

input[type=radio], input[type=checkbox], input[type=submit]
{
    width: auto;
    vertical-align: sub;
    padding:2px;
    border:solid 1px #ff9900;
}

input[type=number],
input[type=int],
input[type=integer]
{
    text-align: right;
}

.ui-widget *
{
    font-size: 11px;
}

.w-large
{
    width: 330px;
}

.w-medium
{
    width: 240px;
}

.tip
{
    width:20px;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
}

.tip span * {
    display:inherit;
}

.tip span p {
    width: 250px;
    margin: 0;
}

a.tip span
{
    display: none;
    padding:5px 3px;
    margin-left:10px;
    z-index: 1000000;
}

a.tip:hover
{
    position:relative;
}

a.tip:hover span
{
    display:inline;
    position:absolute;
    top:1em;
    left:0.5em;
    border:1px solid #ff9900;
    background-color:#fff;
    color:#555;
}

a sup
{
    font-size:xx-small;
    vertical-align: super;
}

.env-www [title^="@todo"]
/*,body.env-dev [title="@todo"]*/
{
    display: none !important;
}

.text3{
    font-size:10px;
	padding-top:80px;
}

.textlog{
    font-size:13px;
	text-align:right;
}

.textinterface{
	font-weight:bold;
    font-size:12px;
	text-align:right;
}

input[type=submit].log{
    border:0px;
    width:90px;
    cursor:pointer;
    color: white;
    background-color:#130e08;
    font-weight:bold;
}


hr {
    margin: 20px 0;
    border: none;
    border-top: 1px dotted gray;
}

tr.error td {
    background-color: red;
}

#wait {
    width: 100%;
    height: 100%;
    line-height: 100%;
    position: fixed;
    vertical-align: middle;
}

#wait .loader {

    display: block;
    background-image: url(/_public/images/pbar-ani.gif);
    background-position: center center;
    background-repeat: repeat-x;
    width: 200px;
    height: 22px;
    border: 1px solid gray;
    border-radius: 4px;
    margin: auto;
}

#notify {
    position: absolute;
    z-index: 999999999;
    top: 40%;
    left: 35%;
    width: 30%;
}

#notify > div {

    height: 20%;
    top: -10%;
    left: -10%;
    padding: 5px 10px;
}

#notify[data-role=error] > div {
    border: 2px dotted red;
}

.el-rte .toolbar {
    color: black;
}

body
{
    color:#FFF;
    font-family:Verdana, Geneva, sans-serif;
    font-size:12px;
    background-color:#1c1b19;

}

.album-thumb
{
    float: left;
    margin: 2px;
}

li
{
    list-style: none;
}

caption
{
    border: 1px dotted gray;
    border-radius: 2px;
    white-space: nowrap;
}

a, a:link, a:visited
{
    color:#F90;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

a.black, a.black:link, a.black:visited
{
    color:#000;
    text-decoration:none;
}

a.black:hover
{
    text-decoration:underline;
}

h1
{
    font-size:16px;
    color:#F90;
    text-align:left;
}

.menu
{
    display:inline-block;
    border-left:solid 1px #666;
    border-right:solid 1px #333;
    padding:10px 10px 10px 10px;
    margin: 0;
}

.menu:first-child {
    border-left: none;
}

.menu:last-child {
    border-right: none;
}
.menuBar
{
    /*	background:url(../images/headBarBg.png) repeat-x;*/
    vertical-align:middle;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.orange, a.orange
{
    color:#F90;
}

.tab-bound {
    overflow-y: auto;
}

.tab-bound > fieldset, .tab-bound > .fieldset {
    margin-bottom: 5px;
}
    
[readonly] {
    color: white;
    background-color: transparent !important;
    border-color: transparent !important;
}

.background{
    background-color: #383838;
/*    background-color: rgba(0,0,0,.7);*/
    border: 1px solid gray;
    border-radius: 4px;
}

fieldset, .fieldset {
    margin: 0;
    padding: 6px;
    border: 1px solid gray;
    border-radius: 4px;
}

legend {
    font-weight: bold;
    position: relative;
    left: 10px;
    margin-bottom: 5px;
}

input, textarea, select {
/*    border:1px solid gray;*/
    font-size: 14px;
    font-weight: bold;
    color: orange;
    background-color: black;
    border: 1px dotted gray;
    border-radius: 2px;
}

input:hover, textarea:hover, select:hover {
    opacity: .8;
}

input[type=submit] {
    cursor:pointer;
}

[name=_guard\[login\]],
[name=_guard\[pass\]] {
    width:200px;
    border-radius: 4px;
    background-color: white;
    border:1px solid gray;
    color: black;
}


input[type=submit].log{
    border:0px;
    width:90px;
    color: white;
    background-color:#130e08;
    font-weight:bold;
    border-radius: 4px;
}

form :focus {
    border: 1px solid orange;
    box-shadow: 1px 1px 5px orange;
    opacity: 1;
}


a:hover > img, 
a:hover > img{
    box-shadow: 1px 1px 5px orange;
}

a:active > img, 
a:active > img {
    opacity: .8;
}

/*.highlight {
    background-color: orange;
}

.highlight * {
    color: black;
}*/

#preview {
    width: 650px;
    display: none;
}

/* close button positioned on upper right corner */
#preview .close {
	background-image:url(/_public/images/foclose.png);
	position:absolute;
	right:-1px;
	top:0px;
	cursor:pointer;
	height:20px;
	width:20px;
}
/* container for external content. uses vertical scrollbar, if needed */
div.content-wrap {
    width: 400px;
}

[disabled], [readonly]
{
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: #aa7700;
}

table.altern tr:nth-child(2n) {
    background: none repeat scroll 0 0 #B2B2B2;
    color: #000000;
}

table.altern tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #D2D2D2;
    color: #000000;
}

thead > tr > th, tfoot > tr > th, 
thead > tr > th > a, tfoot > tr > th > a {
    text-align: center;
}

@media screen {
    thead > tr > th, tfoot > tr > th, 
    thead > tr > th > a, tfoot > tr > th > a {
        font-weight: bold !important;
        background-color: #666666;
        color: #FF9900 !important;
    }
}

.help {
    cursor: help;
}

.txt-medium {
    font-size: 14px !important;
}

.package-count, .offer-count, .pattern-count, .repack-count, .repacknogroup-count {
    width: 40px;
    font-size: 14px !important;
}

.order-plus .ui-button-text, .order-minus .ui-button-text {
    padding: 0 1px;
}

.fo-grid > caption, .ui-widget-content .fo_grid a.caption {
    font-weight: bold;
    font-size: 14px;
    color: #FF6600;
    text-transform: uppercase !important;
}

.fo_grid > caption > a.caption {
    font-weight: bold;
    font-size: 14px;
    color: #FF6600;
    text-transform: uppercase !important;
}
.fo-grid th {
    padding: 2px;
    font-size: 13px;
}

.fo-grid td {
    border-bottom: 1px dotted gray;
    font-size: 12px;
    padding: 2px;
}

.fo-grid tr:hover td {
    background-color: #222;
}

.lbl-shot {
    width: 4em;
}

.lbl-thumb {
    width: 5em;
}

.lbl-datagroup {
    width: 5em;
}

.lbl-package {
    width: 5em;
}

.lbl-offer, .lbl-base, .lbl-repack, .lbl-repacknogroup {
    width: 6em;
}

.lbl-more {
    min-width: 3em;
}

.bg-plain {
    background-color: #1C1B19;
    overflow: hidden;
}