#auth-form {
    width:450px;
    margin:0 auto;
    border:1px solid #ccc;
    padding:20px;
}

#auth-form .auth-field {
    margin: 0 auto 12px;
    width: 263px;
}

#auth-form .auth-field input {
    width: 250px;
}

html, body {
    height: 100%;
    width: 100%;
    min-width: 800px;
}

@font-face {
    font-family: Tahoma;
    /*src: local("Tahoma"), url('/fonts/tahoma.ttf');*/
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    font-family: Tahoma, sans-serif;

    font-size: 13px;
    line-height: 20px;
    color: #555555;
}

a:hover {
    text-decoration: none;
}

body {
    background: url(/img/background.png);
}

div {
    display: block;
}

h1 {
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    color: #0679B8;
    margin: 10px 0px 10px 0px;
}

fieldset {
    position: relative;
    display: block;
    border: 2px groove threedface;
    padding: 5px;
}

fieldset > legend {
    padding: 0px 10px 0px 10px;
    font-weight: bold;
}

input[type="text"], input[type="password"] {
    border: 1px solid gray;
    height: 25px;
    padding-left: 4px;
}

p.help a {
    color: #0679B8;
}

/* TABLE */

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

table th, table td {
    padding: 10px 10px;
    text-align: left;
    border-right: #E4EEF3 1px solid;
    border-left: #E4EEF3 1px solid;
}

table th {
    background: #EDF2F6;
    font-weight: normal;
}

table td {
    border-bottom: #E4EEF3 1px solid;
}

table .activated {
    font-weight: normal;
    display: block;
    padding: 0px 10px;
    background: #D7E9AC;
}

table .expired {
    font-weight: normal;
    display: block;
    padding: 0px 10px;
    background: #E56B4D;
    color: #555;
    text-decoration: none;
}

table.left-oriented td {
    border: #E4EEF3 1px solid;
    padding: 5px 15px;
    font-size: 13px;
    color: #333;
    font-weight: normal;
}

table.left-oriented tr td:first-child {
    background: #F6F8FA;
    color: #666;
}

.blockFill {
    position : absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.blockTable {
    display: table;
}

.tableRow {
    display: table-row;
}

.tableCell {
    display: table-cell;
}

.lightFade {
    background-color: #CCC;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 100;
}


select {
    outline: none;
    color: #333;
    border: 1px solid #D1D1D1;
    font-size: 13px;
    height: 27px;
    cursor: pointer;
}

input[type=checkbox] {
    cursor: pointer;
}

#group-ldap-label {
    width: 245px;
}





.groupsSelection {
    margin-bottom: 20px;
    height: 30px;
    position: relative;
}

.groupsSelection .groupListWrapper {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 27px;
    left: 8px;
    top: 9px;
}

.groupsSelection  .groupListWrapper #spinner {
    position: absolute;
    background: url('/img/spinner-16.gif') no-repeat;
    background-color: transparent;
    background-position: center;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 101;
}

.groupsSelection  .groupListWrapper #groupList {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    
}

.groupsSelection #btnRenameGroup {
    position: relative;
    margin-left: 20px;
}

.button {
    -moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
    box-shadow:inset 0px 0px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1b9ee0), color-stop(1, #00679b) );
    background:-moz-linear-gradient( center top, #1b9ee0 5%, #00679b 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b9ee0', endColorstr='#00679b');
    background-color:#1b9ee0;
    border:1px solid #000000;
    display:inline-block;
    color:#ffffff;
    font-family: arial;
    font-size:13px;
    font-weight:bold;

    text-decoration: none;
    text-shadow:     1px 1px 50px #ffffff;
    text-align:      center;
    cursor:          pointer;

    height:      25px;
    padding:     0px 24px;
    line-height: 25px;
}

.button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00679b), color-stop(1, #1b9ee0) );
    background:-moz-linear-gradient( center top, #00679b 5%, #1b9ee0 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00679b', endColorstr='#1b9ee0');
    background-color:#00679b;
}

.button:active {
    position:relative;
    top:1px;
}

.button-lock {
    background: #CDCDCD;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDCDCD', endColorstr='#CDCDCD');
    border-color: lightgrey;
}

.button-lock:hover {
    background: #CDCDCD;
    border-color: lightgrey;
    cursor: default;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDCDCD', endColorstr='#CDCDCD');
}

.button-lock:active {
    position: static;
    top: auto;
}

.btn_square {
    /*behavior: url("/public/js/common/pie/PIE.htc");*/
    position: relative;
    max-width: 150px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    display:inline-block;
    color:black;
    padding: 10px 14px;
    text-decoration:none;
    font-weight:bold;
    background: #ffc477;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffc477), to(#d4971e));
    background: -webkit-linear-gradient(#ffc477, #d4971e);
    background: -moz-linear-gradient(#ffc477, #d4971e);
    background: -ms-linear-gradient(#ffc477, #d4971e);
    background: -o-linear-gradient(#ffc477, #d4971e);
    background: linear-gradient(#ffc477, #d4971e);
    -pie-background: linear-gradient(#ffc477, #d4971e);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
}

.btn_square span {
    width: 100px;
    margin-left: 20px;
    margin-right: 20px;
    color:black; 
}

.btn_square:active {
    top:1px;
    position: relative;	
}

.btn_square:hover {
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d4971e), to(#ffc477));
    background: -webkit-linear-gradient(#d4971e, #ffc477);
    background: -moz-linear-gradient(#d4971e, #ffc477);
    background: -ms-linear-gradient(#d4971e, #ffc477);
    background: -o-linear-gradient(#d4971e, #ffc477);
    background: linear-gradient(#d4971e, #ffc477);
    -pie-background: linear-gradient(#d4971e, #ffc477);
}

.btn_green {
    background: #5be84f;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5be84f), to(#1c8f25));
    background: -webkit-linear-gradient(#5be84f, #1c8f25);
    background: -moz-linear-gradient(#5be84f, #1c8f25);
    background: -ms-linear-gradient(#5be84f, #1c8f25);
    background: -o-linear-gradient(#5be84f, #1c8f25);
    background: linear-gradient(#5be84f, #1c8f25);
    -pie-background: linear-gradient(#5be84f, #1c8f25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5be84f', endColorstr='#1c8f25');
}

.btn_green:hover {
    background: #1c8f25;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1c8f25), to(#5be84f));
    background: -webkit-linear-gradient(#1c8f25, #5be84f);
    background: -moz-linear-gradient(#1c8f25, #5be84f);
    background: -ms-linear-gradient(#1c8f25, #5be84f);
    background: -o-linear-gradient(#1c8f25, #5be84f);
    background: linear-gradient(#1c8f25, #5be84f);
    -pie-background: linear-gradient(#1c8f25, #5be84f);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c8f25', endColorstr='#5be84f');
}

#loading-background
{
    position: absolute;
    left: 0;
    top:  0;
    width:  100%;
    height: 100%;
    background-color: #DDD;
    opacity: 0.5;
    
    z-index: 1004;
}

#loading-background + div
{
    position: absolute;
    top:  50%;
    z-index: 1005;
    
    width: 100%;
    text-align: center;
    margin-top: -50px;
}

#loading-background + div.cont span
{
    display: block;
    color: #0679B8;
    font-size:   14px;
    font-weight: bold;
    line-height: 48px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-c {
    text-align: center;
}

.clear {
    clear: both;
}

.empty-tr, 
.address-empty-tr {
    height: 41px;
}

form .question {
    display: none;
}

.cent_cont {
	float: left;
	padding-left: 110px;
}

.cent_cont_s {
    float: left;
    left: 50%;
    position: relative;
    text-align: center;
}

.cent_wrap {
	float: left;
	position: relative;
	left: -50%;
}

.green {
    color: green;
}

.red {
    color: red;
}

.silver {
    color: #C0C0C0;
}

#conferences-list-form table td.overflow-f input {
    width: 100%;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #d1d1d1;
}

table.dataTable thead th {
    border-left: none;
    border-right: none;
}

span#type-desc {
    position: absolute;
    margin: 2px 0px 0px 5px;
}

div.icon_qst {
    background-color: #eee;
    border-radius: 10px;
    box-shadow: 1px 1px 9px;
    float: right;
    font-weight: bold;
    height: 21px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

div.icon_qst:after {
    content: "?";
}

div.icon_qst {
    cursor: pointer;
}

#content-side {
    float: left;
    position: absolute;
    height: 100%;
    left: 250px;
    right: 0px;
}

#license-block {
    position: absolute;
    float: left;
    background: #DDDDDD;
    width: 100%;
    bottom: 0px;
    font-size: 10px;
    line-height: 10px;

}

#license-block span {
    line-height: 25px;
    margin-left: 10px;
    font-size: inherit;
   /*float: left;*/
}

#license-title {
    margin-bottom: 0px;
}

#license-title td {
    padding: 0px;
    border: none;
}

#license-agreement a {
    float: right;
    line-height: 25px;
    margin-right: 10px;
    font-size: inherit;
}

#license-agreement {
    vertical-align: bottom;
}

.content-container {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 25px;
    right: 0px;

    padding: 10px 20px 10px 20px;

    overflow: scroll;
    overflow-y: scroll;
    overflow-x: auto;

}

/* registration form */

form#reg input {
    width: 250px;
}

form#reg .field {
    margin-top: 10px;
}

form#reg .field span.server-name-info {
    margin-left: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #999;
}

form#reg .field > div:first-child {
    width: 150px;
    float: left;
}

form#reg .field > .error {
    background: #E56B4D;
    width: 302px;
    height: 20px;
}

form#reg .field > .error > div {
    margin: 2px 2px 2px 5px; 
    color: white;
}



form#create-group-form {
    margin-bottom: 10px;
}

form#create-group-form input{
    height: 22px;
    margin-right: 5px;
    width: 300px;
}

form#group-list-form select {
    width: 200px;
    margin-left: 5px;
}

div.disable-block {
    z-index: 101; 
    background-color: #DDD; 
    left: 13px; 
    right: 14px; 
    height: 213px; 
    position: absolute; 
    opacity: 0.5; 
}

#inside-disabled-block {
    top: 112px;
}

#external-disabled-block {
    top: 382px;
}

.entire-table {
    position: absolute;
    top: 80px;
    bottom: 0px;
    left: 10px;
    right: 10px;
}

.entire-table-user-edit {
    height: 300px;
}

.entire-table-user-list {
    height: 550px;
}

table.ab-user-func-tb {
    margin-bottom: 0px;
}

#federation-type {
    display: block;
}

.ab-user-func-tb>tbody>tr>td,
.federation-tb>tbody>tr>td,
.network-tb>tbody>tr>td,
.network-settings>table>tbody>tr>td,
.group-tb>tbody>tr>td {
    border: none;
}

.network-tb, .federation-tb {
    margin-bottom: 0px;
}

div.address-entire-table, div.restrictions-table {
    width: 100%;
    height: 165px;
}

#save-federation-block {
    width: 100%;
    float: left;
    margin-top: 10px;
}

div.button-block {
    position: absolute; 
    bottom: 10px; 
    left: 10px;
}

div.add-host-block {
    position: absolute; 
    left: 540px; 
    top: 60px;
}

.div-header-wrapper {
    overflow: auto;
}

.div-header-wrapper::-webkit-scrollbar {
    background-color: #EDF2F6;
}

.table-header {
    position: relative;
}

.table-header, 
.table-body, 
.address-table-body {
    margin-bottom: 0px;
}

.entire-table-group-list div.div-header-wrapper .table-header,
.entire-table-group-list div.block-table-wrapper .table-body {
    min-width: 975px;
}

.block-table-wrapper {
    clear: both;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
}

.entire-table-group-list {
    height: 600px;
}

.table-body, 
.address-table-body {
    border: solid 1px #E4EEF3;
}

#fieldset-user-accounts-list #user-delete {
    position: absolute;
    bottom : 10px;
    left: 10px;
}

#fieldset-user-accounts-list #user-list {
    width: 200px;
}

.server-mode-description {
    margin-left: 90px;
}

#import-ldap-users-checkbox {
    margin-top: 10px;
    float: left;
}

#conferences-list {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 60px;
    bottom: 30px;
    min-width: 975px;
}

#conferences-list .block-table-wrapper{
    height: 300px;
}

fieldset.fieldset-block {
    padding: 10px;
}

fieldset#smtp-settings div > span {
    width: 50px;
    display: block;
    float: left;
}

fieldset#smtp-settings .error {    
    background: #E56B4D;
    margin-right: 10px;
}

fieldset#admin-email .error {
    background: #E56B4D;
    width: inherit;
}

.error > div {
    background: #E56B4D;
    margin: 2px 2px 2px 5px; 
    color: white;
    padding-left: 5px;
}

fieldset#admin-email > input {
    width: 300px;
}

fieldset.mail-group > div > span {
    display: block;
    float: left;
    width: 50px;
}

fieldset.mail-group > div {
    width: 100%;
    margin-top: 10px;


}

fieldset.mail-group textarea {
    padding-left: 4px;
    position: relative;
    width: 100%;
    border: 1px solid black;
    height: 180px;
    resize: none;
    border: 1px black solid;
}

fieldset.mail-group input {
    width: 100%;
    border: 1px black solid;
}

fieldset.sip label {
    display: block;
    width: 80px;
    float: left;
}

fieldset.sip input, fieldset.sip select  {
    float: left;
    width: 150px;
}

fieldset#multicast {
    position: absolute;
    height: 50px;
    top: 600px;
    left: 10px;
    right: 10px;
}

fieldset#conference-create #gconf-edit-select, 
#gconf-edit-name, #gconf-edit-conf-types
{
    width: 150px;
}

/* ldap settings */
td.value:hover {
    background: url(/images/edit-pencil.png) no-repeat 450px 10px;
}

td.value > input {
    border: 0;
    width: 435px;
}

td.value > input:focus {
    outline: none;
}
/* -- --*/

#create-group-form .button {
    margin-left: 20px;
}

#smtp-settings > legend + div + div {
    left: 50%;
}

div.can-be-long-m {
    width: 100%;
    overflow: hidden;
}

.tb-fix {
    table-layout: fixed;
}

div.can-be-long {
    width: 100%;
    overflow: hidden;
    position: relative;
}

div.can-be-long>div {
    height: 100%;
    width: 35px;
    position: absolute;
    background:url(/images/fade.png) repeat;
    right: 0px;
    bottom: 0px;
}

.w-150 {
    width: 150px;
}

.user-info-block {
    min-height: 20px;
}

#dialog-result, #dialog-result select {
    height: 200px;
    width: 320px;
}

#advanced-options #apply-btns a {
    width: 100px;
}

#advanced-options>legend {
    cursor: pointer;
}

td.overflow-f {
    overflow: hidden;
}

#about-block {
    width: 70%;
}

#about-block table *, #ext-block table *, #info-block table * {
    border: none;
}

#about-block table td, #info-block table td {
    padding: 5px 5px;
}

@media (max-width: 1200px){
    #info-block table td, #ext-block table td {
        display: block;
        text-align: left;
    }
}

#ext-block table td {
    padding: 2px;
}

fieldset#license_info, fieldset#extensions {
    min-width: 33%;
    float: left;
}

fieldset#license_info {
    margin-right: 20px;
}

#conferences-list div#conf-func-block {
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
}

#conferences-list div#conf-func-block div#get-form-invite-users {
    float: right;
    margin-right: 30px;
    min-width: 200px;
}

#endpoint-block table tr.endpoint-str:hover {
    background-color: ghostwhite;
    cursor: pointer;
}

#endpoint-block table td {
    overflow: hidden;
}

#fieldset-group-list legend {
    z-index: 1;
}

.hide {
    visibility: hidden;
}

select#ldap_server_type,
select#auth-type {
    width: 150px;
}

#manual-settings div#ldap_port_name {
    width: 40px;
}

#manual-settings input#ldap_server {
    width: 137px;
}

#manual-settings input#ldap_port {
    width: 40px;
}

.ldap-field-width-1 {
    width: 233px;
}

.ldap-field-name-width-1 {
    width: 90px;
}

#ldap-group-block input {
    width: 300px;
}

#ldap-group-block table {
    margin-bottom: 0;
}

#ldap-group-block td {
    vertical-align: top;
    padding: 0 10px 0 0;
    margin: 0;
    border: none;
}

#ldap-group-block>div:first-child {
    width: 60px;
}

#dialog-form a#ldap-group-select {
    color: white;
    margin-top: 10px;
}

#property-block table {
    width: 700px;
}

#aliases-fieldset {
    min-height: 300px;
    min-width: 525px;
}

#sip-connections>div.entire-table {
    width: 300px;
    float: left;
    top: 50px;
}

#sip-connections, #sip-from-domain {
    width: 40%;
    min-width: 600px;
}

#aliases-fieldset legend + div {
    width: 500px;
}

#aliases-fieldset>div {
    float: left;
    margin: 10px;
}

#aliases-fieldset div>div.entire-table {
    position: inherit;
    min-height: 220px;
}

#sip-connections div.endpoint-accept-block {
    position: absolute;
    left: 340px;
    top: 50px;
}

#aliases-fieldset div>div.endpoint-func-block {
    margin-top: 10px;
}

#sip-connections div.endpoint-func-block {
    position: absolute;
    bottom: 5px;
}

input#restart_notification,
input#suppress_missed_call_mail {
    margin-top: 3px;
}

.none-list-marks {
    list-style-type: none;
}

.table-width-1 {
    width: 700px;
}

table#report-head, table.report-body {
    margin-bottom: 0px;
}

table#report-head, table.report-body,
table#report-conf {
    width: 1500px;
}

table#report-head th {
    overflow: hidden;
}

textarea#log-text {
    height: 80%;
    width: 100%;
}

#fieldset-user-create {
    z-index: 2;
}

#user-create-func-block a {
    width: 90px;
}

#fieldset-user-create-ab {
    height: 380px;
    z-index: 1;
}

#fieldset-user-create-ab div#add-user-to-ab {
    margin: -5px 0px 5px 20px;
    float: left;
    width: 370px;
}

#form-add-tc-id-in-ab .field {
    float: left;
    margin-right: 15px;
}

#fieldset-user-create-ab div#user-delete {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

#fieldset-user-accounts-list a#refresh-btn {
    margin-left: 20px;
}

div#import-ldap-users-checkbox {
    width: 50%;
}

div#journal-block {
    padding-left: 110px;
}

div#journal-block>span {
    display: block;
    float: left;
    width: 110px;
    line-height: 25px;
}

div#journal-block>a,
div#work-stats-block>a,
#system-conf-block>div a {
    width: 150px;
}

div#work-stats-block {
    margin-left: 100px;
}

div#work-stats-block>span {
    display: block;
    float: left;
    width: 125px;
    line-height: 25px;
}

#system-conf-block>p {
    margin-bottom: 5px;
}

#system-conf-block>div a#restore-file,
div#work-stats-block {
    margin-left: 225px;
}

#client-installer-block {
    margin-top: 10px;
}

#client-installer-block>div a {
    width: 141px;
    margin-right: 30px;
}

#client-installer-block>div input,
input#shared-key{
    width: 350px;
}

div#maxbw .slider {
    width: 325px;
}

.ui-slider-horizontal {
    height: 10px;
}

#cb_maxbw {
    float: left;
    margin-top: 10px;
}

#maxbw {
    float: left;
    margin-left: 15px;
    margin-top: -10px;
}

#client-installer-block div.label {
    margin-bottom: 5px;
}

#client-installer-block div.label div {
    float: left;
    width: 80px;
}

div#app-settings-block label {
    margin-left: 20px;
    display: block;
}

a#reg-btn,
a#buy-ext-btn {
    width: 130px;
}

a.ui-slider-handle.ui-state-default.ui-corner-all.ui-state-hover,
a.ui-slider-handle.ui-state-default.ui-corner-all.ui-state-focus {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images/timepicker/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50%; 
}

#gconf-edit-day.mselect .option-list > ul {
    max-height: none;
}

#user-mails .mail-tb {
    width: 100%;
    margin-bottom: 0px;
}

#user-mails .mail-tb td {
    overflow: hidden;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 10px;
}

#user-mails .mail-tb td {
    border: none;
}

table#create-user-table {
    margin-bottom: 0px;
}

table#create-user-table td {
    border: none;
    padding: 3px 5px;
}

table#create-user-table tr.imput-cell {
    height: 30px;
}

table.webrtc-tb {
    margin-bottom: 0;
}

table.webrtc-tb td {
    border: none;
    padding: 10px 0 0;

}

.webrtc {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.features-cell {
    vertical-align: top;
}

table.general-buttons td {
    border: none;
    text-align: center;
    padding: 0;
}

#reg-block p, .big-text {
    font-size: 14px;
    font-weight: bold;
}

#reg-block a {
    margin-top: 5px;
    margin-bottom: 10px;
}

#reg-block p a {
    font-size: 14px;
}

input#security-mask,
input#api-status-security {
    width: 300px;
    margin-bottom: 15px;
}

h1.error-bloc {
    text-align: center;
    margin-top: 10%;
    color: red;
}

#dialog-form label, #dialog-form input {
    display: block;
}
#dialog-form input.text, #dialog-form select {
    margin-bottom: 12px;
    width: 95%;
    padding: .4em;
}
#dialog-form select {
    width: 99%;
    height:35px;
}
#dialog-form fieldset {
    padding:0;
    border:0;
    margin-top:10px;
}

.ui-dialog .ui-state-error {
    padding: .3em;
}

.validateTips {
    border: 1px solid transparent;
    padding: 0.3em;
}

.network-settings, .federation-settings {
    width: 49%;
    border: none;
    margin-right: 5px;
    float: left;
}

#app-tb td {
    overflow: hidden;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
}

#strpos-block {
    position: relative;
}

#strpos-block #pre-text {
    position: absolute; 
    padding: 3px 5px 5px 5px;  
    z-index: 90;
    font-weight: bold;
}

#search-str {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#close-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

#outside-msg {
    margin: 10px;
    padding: 5px;
    border: solid red 1px;
}

#progressbar.ui-progressbar {
    height: 3px;
}

table.add-ldap-group, table.group-tb {
    margin: 0px;
}

table.add-ldap-group td {
    padding: 5px;
}

table.search-tb td {
    border: none;
    padding: 0px;
}

table.search-tb {
    margin-bottom: 0px;
}

.sort.current-sort.desc a {
    background: url(/images/arrow_up.gif) no-repeat right center;
    padding-right: 15px;
}

.sort.current-sort a {
    background: url(/images/arrow_down.gif) no-repeat right center;
    padding-right: 15px;
}

table#create-user-table {
    width: auto;
}

.network-width {
    width: 40%;
}

.help-notify {
    color: gray;
    font-size: smaller;
}

table.smtp-server-tb td {
    padding: 0px;
    border: none;
    vertical-align: top;
}

table.smtp-server-tb {
    margin-bottom: 0px;
}

#smtp-server-tb td {
    padding-top: 5px;
    padding-bottom: 15px;
}

#schedule-tb {
    width: 630px;
    margin-bottom: 5px;
}

#schedule-tb td {
    padding-bottom: 0px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border: none;
}

img.ui-datepicker-trigger {
    margin-left: -23px;
    margin-bottom: -3px;
    cursor: pointer;
}

div#wr-reg-srv_name {
    display: none;
}

div#server-name-prompt {
    margin-top: 10px;
}

div#server-name-prompt a {
    margin-left: 10px;
    color: #0679b8;
}

#date-block input,
#schedule-tb input#gconf-edit-time{
    width: 232px;
}

#sip-settings-tb td {
    vertical-align: top;
}

.formFieldDateRange span.star {
    display: none;
}

a#disconnect-button {
    margin-left: 75px;
}

#gfk-dialog hr {
    height: 1px;
    background-color: #DDDDDD;
    margin: 10px 0;
}

#gfk-dialog>p>a {
    text-decoration: underline;
}

#gfk-dialog>p>a:hover {
    text-decoration: none;
    cursor: pointer;
}

a#disconnect-button {
    margin-left: 75px;
}

tr#status {
    /*display: table;*/
}

tr#status td:first-child {
    padding-right: 10px;
}

tr#status td div#default-status span {
    width: auto;
}

#wr-group-ab-groups {
    margin-top: 10px;
}

#group-ab table#create-user-table label {
    margin-left: 5px;
}

#workdirectory input {width:100% !important;}

ul.status-connect li {
    display: inline;
    position: absolute;
}

#status-message {
    margin-left: 60px;
}

#admin-email {
    margin-bottom: 15px;
}

#restart_notification_block {
    margin-top: 7px;
}
#footer {
    height: 20px;
    width: 100%;
    background: lightblue url(/img/header/topmenu-bg.png);
    position: absolute;
    bottom: 0;
    
    min-width:  inherit;
}#header {
    width: 100%;
    height: 86px;
    z-index: 1;
}

#header #line-1 {
    height: 28px;
}

#header #line-2 {
    background: url(/img/header/topmenu-bg.png);
    width: 100%; 
    height: 42px;
    position: relative;
    z-index: 1;
}

#header #line-2 img#logo {
    position: absolute;
    float: left;
    padding: 3px 9px 0 18px;
    cursor: pointer;
}


#header #line-2 #server-info {
    position: absolute;
    right: 0px;
    margin: 9px 20px 0px 0px;
}

#header #line-1 #server-status {
    position: absolute;
    right: 0px;
    margin: 5px 20px 0px 0px;
    font-weight: bold;
    font-size: 13px;
}

#header #line-2 #server-name {
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    line-height: 42px;
    margin: 0 auto;
}

#header #line-1 #message {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    top: 4px;
}

#header #line-1 #message span,
#header #line-1 #message span a {
    font-size: 14px;
    font-weight: bold;
}

#header #line-1 #message span.error-msg,
#header #line-1 #message span.error-msg a {
    color: red;
}

#header #line-1 #message span.note-msg,
#header #line-1 #message span.note-msg a {
    color: green;
}

#header #line-1 #message span.note-msg a {
    text-decoration: underline;
}

#header #line-1 #message span.note-msg a:hover {
    cursor: pointer;
}

#header #line-1 #server-status #spinner {
    margin-right: 50px;
}

#header #line-1 #admin-enter {
    position: absolute;
    right: 10px;
    top: 3px;
}div#manual {
    width: 92%;
}

#manual ol {
    list-style: none;
    padding-left: 40px;
}

#manual ol.nested > li {
    position: relative;
}

#manual ol.first {
    counter-reset: list1;
}

#manual ol.second {
    counter-reset: list2;
}

#manual ol.third {
    counter-reset: list3;
}

#manual ol.fourth {
    counter-reset: list4;
}

#manual ol.first > li:before {
    counter-increment: list1;
    content: counter(list1) ". ";
}

#manual ol.second > li:before {
    counter-increment: list2;
    content: counter(list1) "." counter(list2) ". ";
}

#manual ol.third li:before {
    counter-increment: list3;
    content: counter(list1) "." counter(list2) "." counter(list3) ". ";
}

#manual ol.fourth li:before {
    counter-increment: list4;
    content: counter(list1) "." counter(list2) "." counter(list3) "." counter(list4) ". ";
}

#manual {
    counter-reset: list-h3;
}

#manual h3 {
    counter-reset: list-h4;
}

#manual h4 {
    counter-reset: list-h5;
}

#manual h5 {
    counter-reset: list-h6;
}

#manual h3:before {
    counter-increment: list-h3;
    content: counter(list-h3) ". ";
}

#manual h4:before {
    counter-increment: list-h4;
    content: counter(list-h3) "." counter(list-h4) ". ";
}

#manual h5:before {
    counter-increment: list-h5;
    content: counter(list-h3) "." counter(list-h4) "." counter(list-h5) ". ";
}

#manual h6:before {
    counter-increment: list-h6;
    content: counter(list-h3) "." counter(list-h4) "." counter(list-h5) "." counter(list-h6) ". ";
}

.note {
    background: #eee;
    padding: 5px 7px;
    margin: 10px 0;
}

div.nbox {

}

#manual h3 {
    font-size: 18px;
    padding: 15px 0;
    color: #0679B8;
}

#manual h4 {
    font-size: 17px;
    padding: 15px 0;
    font-weight: normal;
    color: #0679B8;
}

#manual h5 {
    font-size: 14px;
    padding: 8px 0;
}

#manual h6 {
    padding: 5px 0;
}

#manual ul {
    margin-left: 17px;
}

#scroll-up {
    width: 70px;
    position: fixed;
    right: 0;
    height: 100%;
    background: #eee;
    display: none;
    top:71px;
    right: 16px;
    cursor: pointer;
}
#scroll-up > div {
    width: 65px;
    position: fixed;
    top: 50%;
    text-align: center;
    color: black;
}
#scroll-up img
{
    margin: 0 0 -5px 5px;
}
div#manual table {
    margin: 15px 0;
}

#manual ol.snoska {
    counter-reset: item;
}
#manual ol.snoska li {
    display: block;
}

#manual ol.snoska li:before {
    content: counter(item) " - ";
    counter-increment: item;
    font-weight: bold;
}.ta-center {
    text-align: center;
}

.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}

div#home-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 25px;
    z-index: 1;
    background: url(/images/guest/body.png) repeat;
}

div#home-footer div {
    color: white;
    line-height: 25px;
}

div#home-footer div a {
    color: white;
}

div#tabs {
    border: none;
    background-color: #D1D1D1;
}

div#tabs div.tab {
    
}

#home-content div.tab ol:first-child li {
    padding-bottom: 10px;
}

#home-content div.tab ol:first-child {
    margin-left: 20px;
}

#home-content div.tab center {
    background: url(/images/guest/line.png) center repeat-x;
}

#home-content div.tab center div {
    background: #D1D1D1;
    width: 200px;
}

#home-content div.tab>div.note {
    position: relative;
    padding: 20px;
    /*behavior: url("/public/js/common/pie/PIE.htc");*/
    background-color: #C6C6C6;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}

#home-content div.tab>div.note>ol {
    margin-left: 30px;
}

#home-content div#tabs>ul {
    position: relative;
    padding-right: 40px;
    background: url(/images/guest/separator.png) right repeat-y;
}

#home-content table#admin-tb {
    margin: 0px;
}
#home-content table#admin-tb * {
    border: none;
}

#home-content table#admin-tb td {
    color: black;
    font-size: 16px;
}

#home-content table#admin-tb td span {
    padding: 2px 5px;
    background: white;
    display: inline-block;
    min-width: 140px;
    text-align: left;
}

#home-content div#tabs div#tabs-3 ul {
    background: none;
    margin-left: 20px;
}

#home-content div.tab * {
    font-size: 16px;
}

#home-content div.tab small {
    font-size: 12px;
}

#home-content .ui-widget-content {
    background: none;
}

#home-content .ui-tabs-vertical {
    width: 100%;
}

#home-content .ui-tabs-vertical .ui-tabs-nav {
    float: left;
    background: none;
    background-color: #D1D1D1;
    border: none;
}

#home-content .ui-tabs-vertical .ui-tabs-nav li {
    width: 190px;
    clear: left;
    border: 3px solid #AFAFB0 !important;
    background-color: white !important;
    margin: 5px;
    /*behavior: url("/public/js/common/pie/PIE.htc");*/
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background: none;
}

#home-content .ui-tabs-vertical .ui-tabs-nav li.ui-state-hover {
    border: 3px solid #fdd074 !important;
    background-color:  #ffe5b2 !important;
}

#home-content .ui-tabs-vertical .ui-tabs-nav li a {
    width: 200px;
} 

#home-content .ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    float: center;
}

#home-content .ui-tabs-vertical .ui-tabs-nav li a img {
    margin-left: 12px;
    margin-top: 7px;
}

#home-content .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    border-right-width: 1px;
    border-right-width: 1px;
}

#home-content .ui-tabs-vertical .ui-tabs-panel {
    padding-left: 50px;
    float: left;
    width: 50%;
}

#home-content .ui-tabs-vertical li.ui-tabs-selected a {
    cursor:pointer;
}

#home-content .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected {
    margin: 5px;
    padding-bottom: 0px;
    background-color: #ffe5b2 !important;
    border: 3px solid #fdd074 !important;
}

#home-content .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected a {
    background: url(/images/guest/arrow.png) right no-repeat;
}

#home-content {
    position: fixed;
    top: 120px;
    bottom: 25px;
    width: 100%;
    background-color: #D1D1D1;
    overflow-y: auto;
    border: none;
}

#head-content {
    background: url(/images/guest/title-background-all.png) repeat-x;
    height: 80px;
}

#head-content div {
    color: black;
    font-size: 18px;
    margin-top: -70px;
}

#center-content {
    min-width: 790px;
    margin-left: 100px;
    margin-right: 100px;
}

#home-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 120px;
    z-index: 1;
    background: url(/images/guest/body.png) repeat;
}

#home-header center div {
    color: white;
    font-size: 24px;
    margin-top: -5px;
}

#home-header>div {
    float: right;
    margin-top: -20px;
    margin-right: 20px;
    padding-left: 10px;
    border-left: 1px solid #7E7D7D;
}

#home-header>div a {
    color: wheat;
    font-size: 12px;
    text-decoration: none;
}

#footer-content {
    width: 100%;
    height: 130px;
    z-index: 1;
    background: url(/images/guest/title-bottom-all.png) repeat;
   /* position: absolute;
    bottom: 5px;*/
}

#footer-content center div {
    color: black;
    font-size: 18px;
    margin-top: -110px;
    margin-bottom: 20px;
}

#home-body {
    background: #D1D1D1;
}

#home-body h1 {
    text-align: center;
    position: fixed;
    width: 100%;
    top: 45%;
    height: 100%;
    font-size: 25px;
}

#home-content .home-content-wrap{
    position: relative; 
    min-height: 100%;
}

#compani-icon-block {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 10px;
    text-align: center;
}

#compani-icon-block img, #compani-logo {
    max-width: 500px;
    max-height: 70px;
}

#home-content div.tab center div.with-qr table td {
    border: none;
    padding: 0px;
    text-align: center;
}

#home-content div.tab center div.with-qr table {
    margin: 0px;
}

#home-content div.tab center div.with-qr.app-store {
    width: 250px;
}

#home-content div.tab center div.with-qr.google-play {
    width: 450px;
}

#home-content div.tab center div.with-qr img.qr {
    max-height: 66px;
    max-width: 66px;
}

#home-network-settings {
    padding-left: 18px;
}/*
 * jQuery UI CSS Framework 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/timepicker/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/timepicker/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/timepicker/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/timepicker/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/timepicker/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(images/timepicker/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/timepicker/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/timepicker/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/timepicker/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/timepicker/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/timepicker/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/timepicker/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/timepicker/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/timepicker/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/timepicker/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/timepicker/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/timepicker/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.9
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 300; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

/*.ui-slider-horizontal { height: .8em; }*/
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; background: white }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting{cursor:pointer;*cursor:hand}table.dataTable thead .sorting{background:url("../images/sort_both.png") no-repeat center right}table.dataTable thead .sorting_asc{background:url("../images/sort_asc.png") no-repeat center right}table.dataTable thead .sorting_desc{background:url("../images/sort_desc.png") no-repeat center right}table.dataTable thead .sorting_asc_disabled{background:url("../images/sort_asc_disabled.png") no-repeat center right}table.dataTable thead .sorting_desc_disabled{background:url("../images/sort_desc_disabled.png") no-repeat center right}table.dataTable tbody tr{background-color:#fff}table.dataTable tbody tr.selected{background-color:#b0bed9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#abb9d3}table.dataTable.hover tbody tr:hover,table.dataTable.hover tbody tr.odd:hover,table.dataTable.hover tbody tr.even:hover,table.dataTable.display tbody tr:hover,table.dataTable.display tbody tr.odd:hover,table.dataTable.display tbody tr.even:hover{background-color:#f5f5f5}table.dataTable.hover tbody tr:hover.selected,table.dataTable.hover tbody tr.odd:hover.selected,table.dataTable.hover tbody tr.even:hover.selected,table.dataTable.display tbody tr:hover.selected,table.dataTable.display tbody tr.odd:hover.selected,table.dataTable.display tbody tr.even:hover.selected{background-color:#a9b7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#f9f9f9}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad4}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:#f5f5f5}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b3cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a7b5ce}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b6d0}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#f9f9f9}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fbfbfb}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fdfdfd}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad4}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#adbbd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.display tbody tr.odd:hover>.sorting_1,table.dataTable.display tbody tr.even:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_1,table.dataTable.order-column.hover tbody tr.even:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.display tbody tr.odd:hover>.sorting_2,table.dataTable.display tbody tr.even:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_2,table.dataTable.order-column.hover tbody tr.even:hover>.sorting_2{background-color:#ebebeb}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.display tbody tr.odd:hover>.sorting_3,table.dataTable.display tbody tr.even:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_3,table.dataTable.order-column.hover tbody tr.even:hover>.sorting_3{background-color:#eee}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.display tbody tr.odd:hover.selected>.sorting_1,table.dataTable.display tbody tr.even:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_1{background-color:#a1aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.display tbody tr.odd:hover.selected>.sorting_2,table.dataTable.display tbody tr.even:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_2{background-color:#a2afc8}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.display tbody tr.odd:hover.selected>.sorting_3,table.dataTable.display tbody tr.even:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_3{background-color:#a4b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:5px 9px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:5px 9px 3px 9px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px 5px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #cacaca;background-color:#fff;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table,.dataTables_wrapper.no-footer div.dataTables_scrollBody table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}
#elements-list .tools table td {
    border: none;
}

#elements-list .tools td {
    padding: 0px;
}

#elements-list .tools td label {
    font-size: 14px;
}

#elements-list .tools, #elements-list .list {
    width: 100%;
}

#elements-list .tools {
    margin-bottom: 10px;
}

#elements-list table {
    width: 100%;
    border-collapse: collapse;
}

#elements-list .tb-fix {
    table-layout: fixed;
}

#elements-list #search-str {
    width: 100%;
}

#elements-list #strpos-block {
    position: relative;
}

#elements-list #strpos-block #pre-text {
    position: absolute;
    padding: 3px 5px 5px 5px;
    z-index: 90;
    font-weight: bold;
}

#elements-list #close-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

#elements-list .body-wrapper {
    clear: both;
    overflow: auto;
}

#elements-list .text-c {
    text-align: center;
}

#elements-list #filter {
    margin-left: 20px;
}

#elements-list #progressbar.ui-progressbar {
    height: 3px;
}

#elements-list .sort.current-sort.desc a {
    background: url(images/arrow_up.gif) no-repeat right center;
    padding-right: 15px;
}

#elements-list .sort.current-sort a {
    background: url(images/arrow_down.gif) no-repeat right center;
    padding-right: 15px;
}.mlc_multicheck {
    width: 100%;
}

.mlc_multicheck .mlc_dropdown {
    height : 30px;
    border: 1px solid #000;
    position: relative;
}

.mlc_multicheck .mlc_dropdown .mlc_disabled {
    position: absolute;
    background-image: url(/img/spinner-16.gif);
    background-repeat: no-repeat;
     background-position: center center;
    top : 0px;
    left : 0px;
    right : 0px;
    bottom : 0px;
    background-color: #EEE;
    opacity : 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    z-index: 5;
}

.mlc_multicheck .mlc_dropdown  .mlc_btnArrow {
    background: white;
    border-left: 1px solid #000;
    height: 28px;
    width: 25px;
    padding-top: 2px;
    cursor: pointer;
    z-index: 2;
    top:0px;
    right:0px;
    position:absolute;
}

.mlc_multicheck .mlc_dropdown .mlc_btnArrow:hover {
    background: lightblue;
}

.mlc_multicheck .mlc_dropdown .mlc_upArrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #555;
    margin: 8px 8px;
}

.mlc_multicheck .mlc_dropdown  .mlc_downArrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #555;
    margin: 8px 8px;
}

.mlc_multicheck .mlc_dropdown .mlc_tooltip {
    padding-left: 5px;
    padding-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 28px;
}

.mlc_multicheck  .mlc_optionListWrapper {
    position:relative;
    width: 100%;
}

.mlc_multicheck  .mlc_optionList {
    clear: both;
    background-color: white;
    z-index: 100;
    position: absolute;
    left : 0px;
    right : 0px;
    border-width: 0px 1px 1px 1px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-color: #000;
    border-style: solid;
}


.mlc_multicheck  .mlc_optionList  ul {
    max-height: 128px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
}
.mlc_multicheck  .mlc_optionList  ul li {
    border-top: solid 1px #ddd;
    width: inherit;
    padding: 5px;
    cursor: pointer;
    height: 21px;
    line-height: 21px;
    white-space: nowrap;
}

.mlc_multicheck  .mlc_optionList ul li:hover {
    background-color: #DDDDDD;
}

.mlc_multicheck  .mlc_optionList  ul li.mlc_disabledItem span {
    color : #B3B3B3;
}

.mlc_multicheck  .mlc_optionList  ul li input[type=checkbox] {
    width: auto;
    margin: 0px 10px;
}/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}
.jstree-anchor:focus {
  outline: 0;
}
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-ocl {
  cursor: pointer;
}
.jstree-leaf > .jstree-ocl {
  cursor: default;
}
.jstree .jstree-open > .jstree-children {
  display: block;
}
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}
.jstree-rtl .jstree-node {
  margin-left: 0;
}
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vakata-context {
  display: none;
}
.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  -moz-box-shadow: 5px 5px 4px -4px #666666;
  -webkit-box-shadow: 2px 2px 2px #999999;
  box-shadow: 2px 2px 2px #999999;
  z-index: 9999;
}
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context li {
  list-style: none;
  display: inline;
}
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  -moz-text-shadow: 1px 1px 0 white;
  -webkit-text-shadow: 1px 1px 0 white;
  text-shadow: 1px 1px 0 white;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  -moz-box-shadow: 0 0 2px #0a6aa1;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}
.vakata-context li > a:focus {
  outline: 0;
}
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  -moz-box-shadow: 0 0 2px #0a6aa1;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  -moz-text-shadow: 0 0 0 transparent;
  -webkit-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
}
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3;
}
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat;
}
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#jstree-dnd .jstree-ok {
  background: green;
}
#jstree-dnd .jstree-er {
  background: red;
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}
.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s;
}
.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999;
}
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}
.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold;
}
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default > .jstree-striped {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -moz-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #beebff), color-stop(100%, #a8e4ff));
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: -o-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: -ms-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@color1', endColorstr='@color2',GradientType=0 );*/
}
.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px;
}
.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px;
}
.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px;
}
.jstree-default .jstree-wholerow {
  height: 24px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url(/images/jstree/32px.png);
}
.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
.jstree-default .jstree-last {
  background: transparent;
}
.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px;
}
.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px;
}
.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px;
}
.jstree-default .jstree-themeicon {
  background-position: -260px -4px;
}
.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px;
}
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px;
}
.jstree-default .jstree-disabled {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-checkbox {
  background-position: -164px -4px;
}
.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px;
}
.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px;
}
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px;
}
.jstree-default > .jstree-striped {
  background-size: auto 48px;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px;
}
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px;
}
.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px;
}
/*.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}*/
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/images/jstree/throbber.gif) center center no-repeat;
}
.jstree-default .jstree-file {
  background: url(/images/jstree/32px.png) -100px -68px no-repeat;
}
.jstree-default .jstree-folder {
  background: url(/images/jstree/32px.png) -260px -4px no-repeat;
}
.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url(/images/jstree/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px;
}
#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}
.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px;
}
.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}
.jstree-default-small .jstree-wholerow {
  height: 18px;
}
.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url(/images/jstree/32px.png);
}
.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}
.jstree-default-small .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}
.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}
.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}
.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}
.jstree-default-small .jstree-disabled {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px;
}
.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}
.jstree-default-small > .jstree-striped {
  background-size: auto 36px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}
.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}
.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}
.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/images/jstree/throbber.gif) center center no-repeat;
}
.jstree-default-small .jstree-file {
  background: url(/images/jstree/32px.png) -103px -71px no-repeat;
}
.jstree-default-small .jstree-folder {
  background: url(/images/jstree/32px.png) -263px -7px no-repeat;
}
.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url(/images/jstree/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px;
}
#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}
.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px;
}
.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}
.jstree-default-large .jstree-wholerow {
  height: 32px;
}
.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url(/images/jstree/32px.png);
}
.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}
.jstree-default-large .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}
.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}
.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}
.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}
.jstree-default-large .jstree-disabled {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px;
}
.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}
.jstree-default-large > .jstree-striped {
  background-size: auto 64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}
.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}
.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}
.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/images/jstree/throbber.gif) center center no-repeat;
}
.jstree-default-large .jstree-file {
  background: url(/images/jstree/32px.png) -96px -64px no-repeat;
}
.jstree-default-large .jstree-folder {
  background: url(/images/jstree/32px.png) -256px 0px no-repeat;
}
.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url(/images/jstree/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px;
}
#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url(/images/jstree/40px.png);
    background-position: 0 -200px;
    background-size: 120px 240px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url(/images/jstree/40px.png);
    background-position: -40px -200px;
    background-size: 120px 240px;
  }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/
  }
  .jstree-default-responsive .jstree-icon {
    background-image: url(/images/jstree/40px.png);
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
  }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
  }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
  }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important;
  }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important;
  }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important;
  }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px;
  }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px;
  }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px;
  }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px;
  }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  .jstree-default-responsive > .jstree-striped {
    background: transparent;
  }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px;
  }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9;
  }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff;
  }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666;
  }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0;
  }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none;
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url(/images/jstree/40px.png);
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y;
  }
  .jstree-default-responsive .jstree-last {
    background: transparent;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px;
  }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px;
  }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }
  .jstree-default-responsive .jstree-file {
    background: url(/images/jstree/40px.png) 0 -160px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-folder {
    background: url(/images/jstree/40px.png) -40px -40px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
  }
}

#left-side-bar {
    width: 250px;
    float: left;
    
    min-width: 250px;
    max-width: 250px;
    
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: auto;
    position: absolute;
    height: 100%;
    
    /*background-color: #F5F9FC;*/
}

#left-menu {
    margin: 5px 5px 5px 5px;
}

#left-menu * {
    color: #0679B8;
}

#left-menu ul {
    list-style-type: none;
}

#left-menu > ul {
    margin-left: 5px;
}

#left-menu > ul > li {
    font-size: 16px;
}

#left-menu ul ul {
    margin-left: 10px;
}

#left-menu * {
    font-size: 14px;
}

#left-menu a {
    text-decoration: none;
    display: block;
}

#left-menu > ul li.current {
    background-color: #EEE;
}

.with-notification {
    background-image: url(/images/notify_icon.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

#left-menu ul li {
    margin-top: 3px;
    padding-left: 3px;
}

#left-menu #spinner {
    width: 48px;
    margin: 40px auto 0px auto;
    
}

#left-side-bar table {
    height: 100%;
    margin-bottom: 0px;
}

#left-side-bar table td {
    border: none;
}

#left-side-bar table td.menu-cell {
    vertical-align: top;
    padding-left: 5px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#left-side-bar table td.trial-cell {
    vertical-align: bottom;
    padding: 8px;
}

#left-side-bar table td.trial-cell a {
    width: 165px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.btn-event {
    width: 160px;
    height: 25px;
    float: left;

    line-height: 25px;
    color: white;
    cursor: pointer;
    
}

.btn-event > span {
    float: right;
    margin-top: 2px;
    font-weight: bold;
    width: 160px;
    text-align: center;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #0679B8;
}

.btn-arrow {
    float: left;
    margin-left: 2px;
    height: 25px;
    width: 27px;
    cursor: pointer;
}

.btn-arrow > div {
    margin: 8px 8px;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #0679B8;
}

.btn-list {
    clear: both;
    float: left;
    background-color: #EEEEEE;
    z-index: 10000;
}

.btn-list > ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    color: white;
}
.btn-list > ul li {
    border-top: solid 1px white;
    width: 184px;
    padding-left: 5px;
    cursor: pointer;
}
.btn-list > ul li.action:hover {
    background-color: #DDDDDD;
}
.none {
    display: none;
}

.lock {
    cursor: default;
    background: #EEEEEE;
}

.lock:hover {
    background: #EEEEEE;
}

.lock > span {
    color: #999999;
}

.lock .triangle-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #AAAAAA;
}

.btn-manage {
    behavior: url("/public/js/common/pie/PIE.htc");
    float: right;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    background: white;
}

.btn-manage:hover {
    background: lightblue;
}

#server-info {
    width: 200px;
}

.ui-widget-header {
    background: url(/img/header/topmenu-bg.png);
}
.ui-dialog-title {
    color: white;
}

.ui-state-hover .ui-icon {
    background-image: url(images/timepicker/ui-icons_222222_256x240.png);
}

#lang-list ul {
    list-style-type: none;
    margin-left: 0px;
}

#lang-list {
    padding-left: 0px;
    padding-right: 5px;
}

#lang-list ul li {
    border-bottom: solid 1px white;
    border-top: none;
    width: 169px;
    padding-left: 20px;
    cursor: pointer;
}

#lang-list :hover {
    background-color: #EEEEEE;
}

#lang-list ul li:hover {
    background-color: #DDDDDD;
}

.current-lang {
    font-weight: bold;
}

.arrow-lang-down, 
.arrow-lang-up {
    display: inline-block;
    height: 10px;
    width: 10px;
    float: right;
    margin-top: 4px;
    margin-right: 2px;
}

.arrow-lang-down {
    background: url('images/timepicker/ui-icons_222222_256x240.png') no-repeat -69px -18px;
}

.arrow-lang-up {
    background: url('images/timepicker/ui-icons_222222_256x240.png') no-repeat -4px -18px;
}
/* ------------------ margin-top ------------------ */
.m-top-10 {
    margin-top: 10px;
}

.m-top-3 {
    margin-top: 3px;
}

/* ------------------ margin-left ------------------ */

.m-left-2 {
    margin-left: 2px;
}

.m-left-5 {
    margin-left: 5px;
}

.m-left-10 {
    margin-left: 10px;
}

.m-left-20 {
    margin-left: 20px;
}

.m-left-150 {
    margin-left: 150px;
}

.m-left-160 {
    margin-left: 160px;
}

.m-left-170 {
    margin-left: 170px;
}
/* ------------------ margin-bottom ------------------ */
.m-bottom-10 {
    margin-bottom: 10px;
}

.m-bottom-5 {
    margin-bottom: 5px;
}

/* ------------------ margin-right ------------------ */

.m-right-10 {
    margin-right: 10px;
}

#middle-block {
    background-color: white;
    position: absolute;
    width: 100%;
    top: 70px;
    bottom: 20px;
    z-index: 0;
    
    min-width: inherit;
}.mselect > div:first-child {
    border-top: 1px;
    border-right: 0px;
    border-left: 1px;
    border-bottom: 1px;
    border-color: black;
    border-style: solid;
    width: 212px;
    height: 25px;
    background-color: #fff;
    float: left;
    line-height: 25px;
    padding-left: 8px;
}

.mselect .btn-arrow-ms {
    float: left;
    background: white;

    border: 1px solid black;
    height: 25px;
    width: 15px;
    cursor: pointer;
}

.mselect .triangle-up-ms {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #555;
}

.mselect .triangle-down-ms {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #555;
}

.mselect .btn-arrow-ms:hover {
    background: lightblue;
}

.mselect .btn-arrow-ms > div {
    margin: 8px 2px;
}

.none {
    display: none;
}


.mselect .option-list {
    clear: both;
    float: left;
    background-color: white;
    z-index: 10000;

    border-top: 0px;
    border-right: 1px;
    border-bottom: 1px;
    border-left: 1px;
    border-color: black;
    border-style: solid;
    
    width: 236px;
}

.mselect .option-list > ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    max-height: 133px;
    overflow: hidden;
    overflow-y: scroll;

}
.mselect .option-list > ul li {
    border-top: solid 1px #ddd;
    width: 214px;
    padding-left: 5px;
    cursor: pointer;
    height: 21px;
    line-height: 21px;
    white-space: nowrap;
}

.mselect .option-list > ul li input {
    margin-right: 7px;
}

.mselect .option-list > ul li:hover {
    background-color: #DDDDDD;
}

.mselect .top-display {
    margin-top: -160px;
    border-top: solid 1px black;
}

.mselect-locked {
    background: #AAAAAA;
    opacity: 0.5;
}

.mselect-locked .btn-arrow-ms:hover {
    background: white;
    cursor: default;
}.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; background: white }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }

#line-2 span.product-name, #line-2 a.paid-server {
    color: #fff;
    font-size: 29px;
    margin-left: 155px;
    position: absolute;
    line-height: 43px;
}

#line-2 a.paid-server +span.product-name {
   margin-left: 240px; 
}

#line-2 a.paid-server {
    color: #70DF00;
    text-decoration: none;
    font-weight:700;
}
.dialog-question-form div.ui-dialog-buttonset {
    width: 180px;
    margin: 0 auto;
    float: none!important;
}

.dialog-question-form button.ui-button {
    width: 80px;
}

.dialog-question-form div.ui-dialog-content {
    
    display: table-cell!important;
    vertical-align: middle;
}

.dialog-question-form div.ui-widget-content {
    border: none;
}