﻿
/* Basic element styles */

* {margin: 0; padding:0;}

html, body
{
    height:100%;
    width: 100%;
}

body
{
    color:#333;
    background:#eee;
    font-family:Arial, Tahoma, Arial, Helvetica, sans-serif;
    /*overflow: auto;*/
    font-size:12px;
}

body.Gadget
{
    background-color: white;
}

img, body, html
{
    border:0 none;
}

img.inline-text
{
    margin: -3px 0;
}

legend
{
	padding: 0 5px;
}

table 
{
    border-collapse:collapse;
    border-spacing:0;
    padding:0;
    border:0;
    font-size:12px;
}

table td
{
    vertical-align:top;
}

th 
{
    font-style: normal;
    font-weight: normal;
}

a 
{
    color: #4e80c1;
    text-decoration:none;
    cursor:pointer;
}

input
{
    font-size:12px;
    padding: 2px 0 2px 2px;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
}

textarea
{
    font-size:12px;
    padding-left:2px;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
	resize:none;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
}

h2
{
    font-family: OpenSans;
    font-size: 17px;
    font-weight: normal;
    margin-bottom:5px;
}

h3
{
    font-family: OpenSans;
    font-size: 15px;
    font-weight: normal;
    margin-bottom:5px;
}

h4
{
    color: #003366; 
    font-weight: bold;
    font-size:12px;
    margin-bottom:5px;
}

ins, del 
{
    text-decoration: none;
}

ul
{
	list-style-type:none;        
}
/*
select
{
    border: 1px solid #d0d5da;
	border-radius: 2px;
	box-shadow: inset 0px 1px 1px 1px #eee;
    outline: 0 none;
}
*/
/* Common styles */

.pointer 
{
    cursor: pointer;
}

.no-pointer 
{
    cursor: default !important;
}

.lh12, .lh12 * 
{
    line-height: 12px;
}

.space-bottom
{
    margin-bottom: 10px;
}

div.loader {
    height: 100%;
    text-align: center;
}

div.loader span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

div.loader img {
    vertical-align: middle;
}

.paragraph {
    margin: 10px 0;
}

.paragraph:first-of-type {
    margin-top: 0;
}

.paragraph:last-of-type {
    margin-bottom: 0;
}

.instruction {
    width: 800px;
    height: 600px;
    overflow: auto;
}
.instruction img {
    width: 400px;
    display: block;
}

.instruction ul,.instruction ol {
    padding-left: 30px;
}
.instruction ul {
    list-style-type:circle;
}
.instruction ol {
    list-style-type:decimal;
}

.instruction p {
    margin: 10px 0;
}
.instruction a.download:before {
    content: "";
    display: block;
}
.instruction a.download {
    background-color: #5b9bd5;
    border: 1px solid #41719c;
    border-radius: 5px;
    color: white;
    display: inline-block;
    font-weight: bold;
    height: 27px;
    padding-left: 15px;
    padding-right: 50px;
    padding-top: 15px;
    position: relative;
}
.instruction a.download:hover {
    color: white;
}
.instruction a.download:after {
    content: " ";
    background: url('Images/x24/Download.png') no-repeat;
    display: block;
    height: 24px;
    position: absolute;
    right: 13px;
    top: 6px;
    width: 24px;
}
.instruction li li a.download,.instruction li li img {
    margin-left: -30px;
}

ul.Select {
    overflow: auto;
    border: 1px solid #d0d5da;
    border-radius: 2px;
}
ul.Select, ul.Select * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
li.list2listItem {
    padding: 5px;
    height: 17px;
    overflow: hidden;
}
ul.Select li.list2listItem {
    cursor: pointer;
}
ul.Select.Draggable li.list2listItem {
    cursor: url("/Content/Images/Cursors/openhand.ico"), default;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
li.list2listItem:hover {
    background-color: #cdeaff;
}
ul.Select.Draggable li.list2listItem:hover {
    background: #cdeaff url("/Content/Images/x16/grab.png") no-repeat scroll 0 0;
}
li.list2listItem.disabled {
    display: none!important;
}
li.list2listItem>span
{
    height: 17px;
    line-height: 20px;
    margin-left: 6px;
    white-space: nowrap;
}
ul.Select.Draggable.selectedItems li {
    position: relative;
}
ul.Select.Draggable li.list2listItem>i.del {
    float: right;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 27px;
}
ul.Select.Draggable li.list2listItem>i.del:after {
    content: ' ';
    position: absolute;
    top: 2px;
    right: 2px;
    background: url('Images/x10/delete_small.png') no-repeat;
    width: 10px;
    height: 10px;
}
ul.Select.Draggable li.list2listItem>i.del:hover {
    background-color: #cdeaff;
}
ul.Select.Draggable li.list2listItem.selected>i.del:hover {
    background-color: #84ccff;
}
ul.Select.Draggable li.list2listItem>i.del:hover:after {
    top: 6px;
    right: 3px;
    background-image: url('Images/x16/delete.png');
    width: 16px;
    height: 16px;
}
.ui-draggable-dragging, .ui-sortable-helper {
    z-index: 20000!important;
    width: auto !important;
}
.ui-draggable-dragging li.list2listItem, .ui-sortable-helper li.list2listItem {
    width: auto !important;
    list-style-type: none;
    padding: 5px;
    background: #cdeaff url("/Content/Images/x16/grab.png") no-repeat scroll 0 0;
    cursor: url("/Content/Images/Cursors/closedhand.ico"), default;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.availableItems li.list2listItem>i.del, li.list2listItem.ui-draggable-dragging>i.del, li.list2listItem.ui-sortable-helper>i.del, .ui-draggable-dragging li.list2listItem>i.del, .ui-sortable-helper li.list2listItem>i.del {
    display: none
}
li.list2listItem.selected, ul.Select.Draggable li.list2listItem.selected:hover {
    background-color: #84ccff;
}
ul.Select .ui-sortable-placeholder, ul.Select .ui-sortable-placeholder.selected {
     border: 1px dotted black;
     visibility: visible !important;
     background-color: inherit;
}
ul.Select .ui-sortable-placeholder, ul.Select .ui-sortable-placeholder.selected * {
    visibility: hidden;
}
ul.Select.drop-hover {
    background-color: #fff7da;
}
li.list2listItem.ui-sortable-placeholder {
    background: inherit;
}
.needtranslate {
    border: 2px solid red;
    display: inline-block;
    cursor: pointer;
}
.translated {
    border: 2px solid green;
    display: inline-block;
    cursor: pointer;
}