.tipsy { font-size: 13px; position: absolute; padding: 5px; word-wrap: break-word; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 360px; padding: 5px 8px 4px 8px; text-align: center; }

/* Rounded corners */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }

.tipsy.purple .tipsy-inner   { background-color:    #87318C; }
.tipsy.purple .tipsy-arrow   { border-color:        #87318C; }
.tipsy.purple .tipsy-arrow-n { border-bottom-color: #87318C; }
.tipsy.purple .tipsy-arrow-s { border-top-color:    #87318C; }
.tipsy.purple .tipsy-arrow-e { border-left-color:   #87318C; }
.tipsy.purple .tipsy-arrow-w { border-right-color:  #87318C; }

.tipsy.add .tipsy-inner   { background-color:    #42ba56; }
.tipsy.add .tipsy-arrow   { border-color:        #42ba56; }
.tipsy.add .tipsy-arrow-n { border-bottom-color: #42ba56; }
.tipsy.add .tipsy-arrow-s { border-top-color:    #42ba56; }
.tipsy.add .tipsy-arrow-e { border-left-color:   #42ba56; }
.tipsy.add .tipsy-arrow-w { border-right-color:  #42ba56; }

.tipsy.remove .tipsy-inner   { background-color:    #d01424; }
.tipsy.remove .tipsy-arrow   { border-color:        #d01424; }
.tipsy.remove .tipsy-arrow-n { border-bottom-color: #d01424; }
.tipsy.remove .tipsy-arrow-s { border-top-color:    #d01424; }
.tipsy.remove .tipsy-arrow-e { border-left-color:   #d01424; }
.tipsy.remove .tipsy-arrow-w { border-right-color:  #d01424; }


.tipsy.addition .tipsy-inner   { background-color:    #E6E6E6; color: #222;}
.tipsy.addition .tipsy-arrow   { border-color:        #E6E6E6; }
.tipsy.addition .tipsy-arrow-n { border-bottom-color: #E6E6E6; }
.tipsy.addition .tipsy-arrow-s { border-top-color:    #E6E6E6; }
.tipsy.addition .tipsy-arrow-e { border-left-color:   #E6E6E6; }
.tipsy.addition .tipsy-arrow-w { border-right-color:  #E6E6E6; }

.tipsy.subtraction .tipsy-inner   { background-color:    #301124; color: #eee; }
.tipsy.subtraction .tipsy-arrow   { border-color:        #301124; }
.tipsy.subtraction .tipsy-arrow-n { border-bottom-color: #301124; }
.tipsy.subtraction .tipsy-arrow-s { border-top-color:    #301124; }
.tipsy.subtraction .tipsy-arrow-e { border-left-color:   #301124; }
.tipsy.subtraction .tipsy-arrow-w { border-right-color:  #301124; }

.tipsy.addition .tipsy-inner, .tipsy.subtraction .tipsy-inner {
    padding: 8px 8px;
    text-transform: uppercase;
    max-width: 440px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.tipsy.light .tipsy-inner   { background-color:    #ffffff; color: #222; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
.tipsy.light .tipsy-arrow   { border-color:        #ffffff; }
.tipsy.light .tipsy-arrow-n { border-bottom-color: #ffffff; }
.tipsy.light .tipsy-arrow-s { border-top-color:    #ffffff; }
.tipsy.light .tipsy-arrow-e { border-left-color:   #ffffff; }
.tipsy.light .tipsy-arrow-w { border-right-color:  #ffffff; }

.tipsy.dw .tipsy-inner   { background-color:    #70B62F; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); }
.tipsy.dw .tipsy-arrow   { border-color:        #70B62F; }
.tipsy.dw .tipsy-arrow-n { border-bottom-color: #70B62F; }
.tipsy.dw .tipsy-arrow-s { border-top-color:    #70B62F; }
.tipsy.dw .tipsy-arrow-e { border-left-color:   #70B62F; }
.tipsy.dw .tipsy-arrow-w { border-right-color:  #70B62F; }


html .tipsy.tipsy-n  .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
html .tipsy.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
html .tipsy.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
html .tipsy.tipsy-s  .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
html .tipsy.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
html .tipsy.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
html .tipsy.tipsy-e  .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
html .tipsy.tipsy-w  .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }




*html body .tipsy-e .tipsy-arrow,
*html body .tipsy-w .tipsy-arrow {
  border-top-color: pink;
  border-bottom-color: pink;
  filter: chroma(color=pink);
}

*html body .tipsy-n  .tipsy-arrow,
*html body .tipsy-nw .tipsy-arrow,
*html body .tipsy-ne .tipsy-arrow,
*html body .tipsy-s  .tipsy-arrow,
*html body .tipsy-sw .tipsy-arrow,
*html body .tipsy-se .tipsy-arrow {
  border-left-color: pink;
  border-right-color: pink;
  filter: chroma(color=pink);
}









/*! X-editable - v1.5.1
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
.editableform {
    margin-bottom: 0; /* overwrites bootstrap margin */
}

.editableform .control-group {
    margin-bottom: 0; /* overwrites bootstrap margin */
    white-space: nowrap; /* prevent wrapping buttons on new line */
    line-height: 20px; /* overwriting bootstrap line-height. See #133 */
}

/*
  BS3 width:1005 for inputs breaks editable form in popup
  See: https://github.com/vitalets/x-editable/issues/393
*/
.editableform .form-control {
    width: auto;
}

.editable-buttons {
   display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
   vertical-align: top;
   margin-left: 7px;
   /* inline-block emulation for IE7*/
   zoom: 1;
   *display: inline;
}

.editable-buttons.editable-buttons-bottom {
   display: block;
   margin-top: 7px;
   margin-left: 0;
}

.editable-input {
    vertical-align: top;
    display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
    width: auto; /* bootstrap-responsive has width: 100% that breakes layout */
    white-space: normal; /* reset white-space decalred in parent*/
   /* display-inline emulation for IE7*/
   zoom: 1;
   *display: inline;
}

.editable-buttons .editable-cancel {
   margin-left: 7px;
}

/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button-icon-only {
   height: 24px;
   width: 30px;
}

.editableform-loading {
    background: url('../img/ajax-loader.gif') center center no-repeat;
    height: 25px;
    width: auto;
    min-width: 25px;
}

.editable-inline .editableform-loading {
    background-position: left 5px;
}

 .editable-error-block {
    max-width: 300px;
    margin: 5px 0 0 0;
    width: auto;
    white-space: normal;
}

/*add padding for jquery ui*/
.editable-error-block.ui-state-error {
    padding: 3px;
}

.editable-error {
   color: red;
}

/* ---- For specific types ---- */

.editableform .editable-date {
    padding: 0;
    margin: 0;
    float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
.editable-inline .add-on .icon-th {
   margin-top: 3px;
   margin-left: 1px;
}


/* checklist vertical alignment */
.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
    vertical-align: middle;
    margin: 0;
}

.editable-checklist label {
    white-space: nowrap;
}

/* set exact width of textarea to fit buttons toolbar */
.editable-wysihtml5 {
    width: 566px;
    height: 250px;
}

/* clear button shown as link in date inputs */
.editable-clear {
   clear: both;
   font-size: 0.9em;
   text-decoration: none;
   text-align: right;
}

/* IOS-style clear button for text inputs */
.editable-clear-x {
   background: url('../img/clear.png') center center no-repeat;
   display: block;
   width: 13px;
   height: 13px;
   position: absolute;
   opacity: 0.6;
   z-index: 100;

   top: 50%;
   right: 6px;
   margin-top: -6px;

}

.editable-clear-x:hover {
   opacity: 1;
}

.editable-pre-wrapped {
   white-space: pre-wrap;
}
.editable-container.editable-popup {
    max-width: none !important; /* without this rule poshytip/tooltip does not stretch */
}

.editable-container.popover {
    width: auto; /* without this rule popover does not stretch */
}

.editable-container.editable-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    /* inline-block emulation for IE7*/
    zoom: 1;
    *display: inline;
}

.editable-container.ui-widget {
   font-size: inherit;  /* jqueryui widget font 1.1em too big, overwrite it */
   z-index: 9990; /* should be less than select2 dropdown z-index to close dropdown first when click */
}
.editable-click,
a.editable-click,
a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #0088cc;
}

.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
   color: #585858;
   cursor: default;
   border-bottom: none;
}

.editable-empty, .editable-empty:hover, .editable-empty:focus{
  font-style: italic;
  color: #DD1144;
  /* border-bottom: none; */
  text-decoration: none;
}

.editable-unsaved {
  font-weight: bold;
}

.editable-unsaved:after {
/*    content: '*'*/
}

.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;
}

/*see https://github.com/vitalets/x-editable/issues/139 */
.form-horizontal .editable
{
    padding-top: 5px;
    display:inline-block;
}
























.tip-yellowsimple {
    opacity:0.9;
    z-index:1000;
    text-align:left;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding: 15px;
    max-width: 360px;
    color:#fff;
    background-color: #87318c;
    /**
     * - If you set a background-image, border/padding/background-color will be ingnored.
     *   You can set any padding to .tip-inner instead if you need.
     * - If you want a tiled background-image and border/padding for the tip,
     *   set the background-image to .tip-inner instead.
     */
}
.tip-yellowsimple a {
    color: #fff;
}

.tip-yellowsimple .tip-inner { }

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-yellowsimple .tip-arrow-top {
    margin-top:-5px;
    margin-left:-5px; /* approx. half the width to center it */
    top:0;
    left:50%;
    width:9px;
    height:5px;
    background:url(tip-wave_arrows.gif) no-repeat;
}
.tip-yellowsimple .tip-arrow-right {
    margin-top:-4px; /* approx. half the height to center it */
    margin-left:0;
    top:50%;
    left:100%;
    width:5px;
    height:9px;
    background:url(tip-wave_arrows.gif) no-repeat -9px 0;
}
.tip-yellowsimple .tip-arrow-bottom {
    margin-top:0;
    margin-left:-5px; /* approx. half the width to center it */
    top:100%;
    left:50%;
    width:9px;
    height:5px;
    background:url(tip-wave_arrows.gif) no-repeat -18px 0;
}
.tip-yellowsimple .tip-arrow-left {
    margin-top:-4px; /* approx. half the height to center it */
    margin-left:-5px;
    top:50%;
    left:0;
    width:5px;
    height:9px;
    background:url(tip-wave_arrows.gif) no-repeat -27px 0;
}















.switchbox {
    background-color: #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    width: 100%;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 10;
    line-height: 20px;
    min-height: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switchbox .handle {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ccc;
    height: 20px;
    line-height: 19px;
    overflow: hidden;
    text-align: center;
    width: 50%;
    top: 0;
    position: absolute;
    cursor: e-resize;
    cursor: col-resize;
}
.switchbox .handle span {
    display: block;
}

.switchbox .handle.disabled {
    opacity: 0.5;
    cursor: text;
}










.on_screen_msgs {
    left: 20px; top: 20px;
    height: 1px; width: 1px;
    z-index: 200; clear: both;
    overflow: visible; position: absolute;
}
.msg_area { position: relative; width: 500px; }

.msg_item {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 5px 0 5px 12px; position: relative;

    -moz-box-shadow: 0 0 5px #333333;
    -webkit-box-shadow: 0 0 5px #333333;
    -ms-box-shadow: 0 0 5px #333333;
    -pie-box-shadow: 0 0 5px #333333;
    box-shadow: 0 0 5px #333333;

    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -ms-border-radius: 6px 6px 6px 6px;
    -pie-border-radius: 6px 6px 6px 6px;
    border-radius: 6px;

    zoom:1; behavior: url(/PIE.php);
}
/*
.msg_item .clearb{ margin-bottom: 1px; }
*/
.msg_item .msg_cont { padding-right: 25px; overflow-y: auto; overflow-x: hidden;  max-height: 350px; }
.msg_item .msg_cont p { padding: 0 0 10px 0; margin:0; line-height: 1.3; }
.msg_item .msg_cont p.emo_msg { position:relative; top: -4px; padding:0; }
.msg_item .msg_cont img.emoi { position:relative; top: 5px; }
.msg_item li {  margin-bottom: 10px; }
.msg_item .msg_cont .simple_countdown { color: #EE3F9B; font-weight: bold; margin-left: 5px;}
.msg_item .msg_cont h4 { color: #49639B;  margin: 0; font-weight: bold; padding: 5px 0; text-align: center; }
.msg_item a.close_msg {
    color: #FFFFFF; background-color: #E27A81; border: 1px solid #D41F30;
    font-size: 10px; line-height: 12.6px; /* IE9 line-height bug: http://goo.gl/4H42C */
    right: 5px; top: 5px; height: 13px; width: 13px;
    text-align: center; text-decoration: none; font-weight: bold;
    display: block; position: absolute; z-index: 5; cursor: pointer;
}
.msg_item a.close_msg:hover { color: #FFFFFF; background-color: #49639B; border-color: #2E476C; }








#fb_loading { width: 128px; margin: 0 auto; cursor: wait; }
#fb_loading strong { display: block; text-align: center; padding-bottom: 5px; font-size: 14px;}
#fb_loading img { display: block;}



#pre_loading {
    background: url("/shared/trpng/tr_b_80.png") repeat scroll 0 0 transparent;
    left: 0; top: 0px;
    position: absolute;
    z-index: 500;
    -moz-box-shadow: 0 0 60px #000000 inset;
    -webkit-box-shadow: 0 0 60px #000000 inset;
    -ms-box-shadow: 0 0 60px #000000 inset;
    -o-box-shadow: 0 0 60px #000000 inset;
    box-shadow: 0 0 60px #000000 inset;
}
#pre_progressbar {
    background: url("/shared/trpng/tr_w_25.png") repeat scroll 0 0 transparent;
    border: 1px solid #BBBBBB;
    height: 15px;
    margin: 10px 50px 5px 50px;
    -moz-box-shadow:    0 0 3px #333333;
    -webkit-box-shadow: 0 0 3px #333333;
    -o-box-shadow:      0 0 3px #333333;
    -ms-box-shadow:     0 0 3px #333333;
    box-shadow:         0 0 3px #333333;
}
#pre_progresstxt {
    color: #888888;
    font-size: 11px;
    margin: 0 10px;
    text-align: center;
}
#pre_progresstxt.load_error{ color: red; }
#pre_loading h3 {
    opacity: 0.9;
    color: #FFFFFF;
    font-size: 30px;
    letter-spacing: 4px;
    margin: 0;
    padding-top: 150px;
    text-align: center;
}





.error_msg {padding: 5px 0 8px 0;}
.error_msg h3{
    border-bottom: 1px solid #B90008;
    color: #B90008;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0 0 8px 0;
    -moz-text-shadow: 1px 1px 0px #f3f3f3;
    -webkit-text-shadow: 1px 1px 0px #f3f3f3;
    -o-text-shadow: 1px 1px 0px #f3f3f3;
    -khtml-text-shadow: 1px 1px 0px #f3f3f3;
    -ms-text-shadow: 1px 1px 0px #f3f3f3;
    text-shadow: 1px 1px 0px #f3f3f3;
}
.error_msg p { font-weight: 700;}

.error_msg p.a{
    margin-bottom: 10px !important;
    font-weight: normal;
}
.error_msg p.q {
    font-style: italic;
    font-weight: 600;
    padding: 5px 10px !important;
    margin-bottom: 5px !important;
    border-left: 4px solid #cc
}



.ui-progressbar .ui-progressbar-value {
     background-image: url("/shared/anim/pbar-ani_05.gif");
}
.slimScrollBar { cursor: pointer; }
.slimScrollBar {

    -webkit-box-shadow: 0 0 2px #333333 inset;
    -khtml-box-shadow: 0 0 2px #333333 inset;
    -moz-box-shadow: 0 0 2px #333333 inset;
    -o-box-shadow: 0 0 2px #333333 inset;
    -ms-box-shadow: 0 0 2px #333333 inset;
    box-shadow: 0 0 2px #333333 inset;
}

.like_tools, #like_tools {
    left: 10px;
    overflow: visible;
    position: absolute;
    top: 60px;
    width: 170px;
}

.like_notify, .like_notify div, #like_notify, #like_notify div {
    background-color: transparent;
    background-repeat: no-repeat;
    display: block;
    height: 45px;
    width: 126px;
}
#like_notify, .like_notify { margin-bottom: 2px; margin-left: 25px; background-position: 0 0;}
#like_notify div, .like_notify div { background-position: 0 -60px; }
.lcolor_onlight, .lcolor_onlight div {  background-image: url("/shared/likeme/likeme_onlight.png"); }
.lcolor_ongray,  .lcolor_ongray  div {  background-image: url("/shared/likeme/likeme_ongray.png"); }
.lcolor_ondark,  .lcolor_ondark  div {  background-image: url("/shared/likeme/likeme_ondark.png"); }


#start_app, .alpha_button {
    text-align: center;
    padding: 0;
    margin: 0;
    border: 0 none;
    cursor: pointer;
    left: 0px; top: 0px;
    position: absolute;
    display: block;
    background: transparent url("../img/pixel.gif") repeat 0 0;
}
#start_app {
      height: 30px; width: 130px;
      z-index: 5;
}
#start_app span, .alpha_button  span { display: none;}


#digitalwave { padding-left: 10px; padding-top: 5px;}
#digitalwave span.brd{
    font-family: arial; color: #DDDDDD; display: block; float: left; font-size: 9px; line-height: 18px; padding-right: 10px; white-space: pre-wrap;
}
#digitalwave span.brd a{ display: block; float: left; padding: 0 2px 0 4px; }
#digitalwave span.brd a img{ display: block;}
#digitalwave span.brd span {
    display: block;
    float: left;
}

::-webkit-input-placeholder { color: #888; font-style: italic;}
:-moz-placeholder { color: #888; font-style: italic;}
:-ms-input-placeholder {color: #888; font-style: italic;}
.placeholder { color: #888; font-style: italic; }

.alpha_white90 {
    background-color: rgb(255, 255, 255); /* Fallback */
    background-color: rgba(255, 255, 255, 0.98);
}
/*  For IE 5.5 - 7 +8   opacity * 255  to hex + color in hex
                 Math.floor(0.9 * 255).toString(16);
*/
* html .alpha_white90 { filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9FFFFFF, endColorstr=#F9FFFFFF); }
*+html .alpha_white90 { -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9FFFFFF, endColorstr=#F9FFFFFF)";}



/* transparent pngs */
* html .png24 {
    position:relative;
    behavior:expression(
     (this.runtimeStyle.behavior="none") && (this.pngSet ? this.pngSet=true : (this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "',sizingMethod='image')",
     this.src = "http://upload.wikimedia.org/wikipedia/commons/c/ce/Transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "',sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}

#debug:empty {
    display: none;
}


.load_this {
    opacity: 0.8;
    background: transparent url("/shared/anim/ani_210_02.gif") no-repeat center center !important
}

sdsds {

}
