/* ----- ui tool ----- */
#ut-lock {
    width: 30px;
    height: 30px;
    padding: 10px;
    background: #fff url('resources/ui/ajax-loader.gif') center center no-repeat;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}
/* ---------- */


/* ----- editor tool ----- */
.et-editor {
    display: none;
    overflow: hidden !important; /* IE7 Fix */
}
.et-editor .et-row,
.et-editor .et-ver-row,
.et-editor .et-hor-row {
    overflow: hidden;
    margin: 2px;
}
.et-editor .et-hor-row {
    margin: 5px 2px;
}
.et-editor .et-hor-row label {
    width: 150px;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0px;
}
.et-editor .et-row label {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0px;
}
.et-editor .et-ver-row label {
    display: block;
}
.et-editor .inputbox {
    width: 230px;
    margin: 1px 0px 3px 0px;
}
.et-editor .inputbox2 {
    height: 120px;
}
.et-editor hr {
    border: dotted #cacaca;
    border-width: 1px 0px 0px 0px;
    clear: both;
}
.et-editor form {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.et-editor .thumbCrop img {
    border: 1px solid #cacaca;
    margin: 0px auto;
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
}

.et-editor .thumbnail img {
    padding: 4px;
    border: 1px solid #cacaca;
    margin: 0px auto;
    display: block;
    max-height: 300px;
    max-width: 430px;
    margin-bottom: 15px;
    cursor: pointer;
}
.et-editor #videoContainer {
    height: 260px;
    margin: 15px 0px;
}
.et-editor #videoPlaceholder {
    margin-bottom: 13px;
    display: block;
    margin: 0px auto;
}
.et-editor .cost {
    clear: none;
}
.et-editor.videoEditor .inputbox2 {
    width: 510px;
    height: 90px;
}
.et-editor.videoEditor .emptyVideo {
    width: 300px;
    height: 225px;
    line-height: 220px;
    text-align: center;
    background: #eaeaea;
}
.et-editor.videoEditor .inputbox {
    width: 200px;
}
.et-editor.videoEditor .videoInfoRow {
    border-bottom: 1px dotted #dadada;
    padding-bottom: 10px;
    width: 200px;
    font-size: 10px;
    overflow: hidden;
}
.et-editor.videoEditor .infoLabel {
    font-weight: bold;
    display: block;
}
.et-editor .fixedWidthRow {
    float: left;
    overflow: hidden;
    width: 300px;
}
.et-editor .fixedWidthRow.country {
    width: 218px;
}
.et-editor .fixedWidthRow.country input {
    float: left;
}
.et-editor .controlsWrap label,
.et-editor .controlsWrap input
{
    float: left;
}
.et-editor .controlsWrap label {
    padding: 4px 5px 3px 1px;
}
.et-editor .controlsWrap {
    float: left;
    overflow: hidden;
}
.et-editor .controlsWrap .checkbox {
    margin: 5px 2px;
}
.et-editor .controlsWrap.paddedWrap {
    margin-left: 10px;
}
.et-editor .filterRow {
    padding: 2px;
    overflow: hidden;
}
.et-editor .checkboxHelpers {
    float: right;
    padding: 4px;
}
.et-editor .lang {
    overflow: hidden;
    margin-bottom: 10px;
}
.et-editor .lang img {
    border: 1px solid #333;
}
.et-editor .lang a {
    padding: 6px 4px;
    margin: 1px 2px;
    display: block;
    float: left;
}
.et-editor .lang a.mt-lang-control-disabled {
    display: none;
}
.et-slider-link {
    display: block;
    text-align: center;
    background: #eef6f9;
    border: 1px solid #eef6f9;
    color: #444;
    padding: 1px;
    margin-top: 6px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    text-decoration: none;
}
.et-slider-link:hover {
    border-color: #e3ebef;
}
.et-slider-link .ui-icon {
    float: left;
}
/* ---------- */


/* ----- multilang tool ----- */
a.mt-lang-control {
    -moz-border-radius: 3px;
    border: 2px solid #fff;
    text-decoration: none;
    padding: 6px 4px;
    margin: 1px 2px;
    display: block;
    float: left;
}
a.mt-lang-control-not-empty {
    background: #daf1bb;
}
a.mt-lang-control-not-empty.mt-lang-control-selected {
    border: 2px solid #daf1bb;
}
a.mt-lang-control-pending {
    background: #fbee21;
}
a.mt-lang-control-pending.mt-lang-control-selected {
    border: 2px solid #fbee21;
}
a.mt-lang-control-selected {
    background: #44a1c8;
}
a.mt-lang-control-disabled {
    display: none;
}

/* ---------- */


/* ----- Translations Editor ----- */
.mt-langs-bar {
    background: #eef6f9;
    overflow: hidden;
    padding: 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.mt-langs-bar a {
    overflow: hidden;
    display: block;
    float: left;
    padding: 3px;
}
.mt-langs-bar span {
    float: left;
    padding: 1px 4px 1px 0px;
}
.mt-flatview-row {
    margin: 6px 2px !important;
    padding: 0px 0px 6px 0px;
    border-bottom: 1px dotted #dadada;
}
.mt-flatview-row input,
.mt-flatview-row img {
    display: block;
    float: left;
}
.mt-flatview-row .mt-flag {
    padding: 6px 10px 0px 0px;
}
.mt-flatview-row .mt-link-remove {
    margin: 4px;
    background: url("resources/translationsEditor/remove.png") center center no-repeat;
    width: 16px;
    height: 16px;
    float: right;
}
/* ---------- */


/* ----- common ----- */
.infoVerRow .description {
    font-weight: bold;
    display: block;
}
.infoRow .description {
    font-weight: bold;
    display: inline;
    float: left;
    width: 130px;
}
.infoVerRow .value {
    display: block;
    margin-top: 6px;
}
.infoRow .value {
    display: block;
    overflow: hidden;
    /*margin-left: 130px;*/
}
.infoRow,
.infoVerRow {
    padding: 4px;
    clear: both;
    overflow: hidden;
}
.infoRow + div,
.infoVerRow + div {
    border-top: 1px dotted #eaeaea;
}
.infoRow p,
.infoVerRow p {
    margin: 2px;
}
.infoAccent {
    background: #efefef;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px;
    margin: 4px 0px;
}
.infoAccent.limited {
    max-height: 300px;
    overflow: auto;
}

a.script {
    border-bottom: 1px dotted;
    text-decoration: none;
}
/* ---------- */


/* ----- dialog tool ----- */
.dt-dialog {
    display: none;
}
/* ---------- */

/* ----- Tooltip tool ----- */
.tt-container {
    display: none;
    font-family: sans-serif;
    width: 300px;
    padding: 10px 12px;
    background: #555;
    color: #eaeaea;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

/* ---------- */

/* ----- imageViewer ----- */
.ivt-container {
    padding: 35px 35px 15px 35px;
    background: #fff;
    border: 1px solid #6dc7e2;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: none;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: auto;
    min-height: 40px;
    min-width: 40px;
}
.ivt-container .ivt-button-close,
.ivt-container .ivt-button-prev,
.ivt-container .ivt-button-next {
    width: 27px;
    height: 27px;
    display: block;
    float: left;
}
.ivt-container .ivt-button-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url('resources/imageViewer/close.png') no-repeat;
}
.ivt-container .ivt-button-prev {
    background: url('resources/imageViewer/left.png') no-repeat;
    margin: 3px;
}
.ivt-container .ivt-button-next {
    background: url('resources/imageViewer/right.png') no-repeat;
    margin: 3px;
}
.ivt-container .ivt-button-close:hover,
.ivt-container .ivt-button-prev:hover,
.ivt-container .ivt-button-next:hover {
    background-position: 0px -27px;
}
.ivt-container .ivt-button-prev.disabled,
.ivt-container .ivt-button-next.disabled {
    background-position: 0px -54px;
}
.ivt-container .ivt-navigation-container {
    width: 66px;
    margin: 0px auto;
}
/* ---------- */

/* ----- photoCrop ----- */

.jcrop-holder {
    text-align: left;
    margin: 0px auto 15px;
}

.jcrop-vline, .jcrop-hline {
    font-size: 0;
    position: absolute;
    background: white url('imageEditor/jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
    font-size: 1px;
    width: 7px !important;
    height: 7px !important;
    border: 1px #eee solid;
    background-color: #333;
    *width: 9px;
    *height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline {
    background: yellow;
}
.custom .jcrop-handle {
    border-color: black;
    background-color: #C7BB00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
/* ---------- */


/* --- contextMenu begin --- */
#rt-contextmenu {
    min-width: 150px;
    z-index: 3000;
    border: 1px solid #269;
    background: #F7F7F7;
    color: #222222;
}

#rt-contextmenu div {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#rt-contextmenu .item {
    margin: 0px;
    padding: 0px;
    min-width: 150px;
    height: 20px;
    line-height: 20px;
}

#rt-contextmenu .item.rt-contextmenu-link a,
#rt-contextmenu .item.rt-contextmenu-js span {
    display: block;
    min-width: 150px;
    height: 100%;
    margin: 0px;
    padding: 0px 5px;
    text-decoration: none;
    color: #000;
    outline: 0;
}
#rt-contextmenu .item.rt-contextmenu-link a:hover {
    /*background: url("resources/contextMenu/link.png") no-repeat right center;*/
}
#rt-contextmenu .item.rt-contextmenu-js span {
    cursor: pointer;
}

#rt-contextmenu .item:hover {
    background: #B5DFEF;
    
}

#rt-contextmenu div.hr {
    height: 1px;
    background: #226699;
}
/* --- contextMenu end --- */



