/* -- Index... */ /*
-- Global --
-- rotate --
-- icons --
-- switchselect --
-- breadcrumb --
-- Fancybox layout fBox --
-- Animations --
*/

/* -------------------------------------------- */
/* ----------------- Global ------------------- */
html.compensate-for-scrollbar, html.compensate-for-win{ overflow: hidden !important; padding-right: 17px; }
html:not(.mobile) > body.compensate-for-scrollbar{ margin-right:17px; }
html, body{ scroll-behavior: smooth; }

.float-left{ float: left; }
.float-right{ float: right; }
.text-bold{ font-weight: bold; }
.text-center, .text-align{ text-align: center; }
.no-margin{ margin: 0px !important; }
.no-padding{ padding: 0px !important; }
.padding-5{ padding: 5px; }
.padding-15{ padding: 10px 15px; }
.padding-25{ padding: 10px 25px; }
.noselect, .no-select, .dataTable{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.outline-none{ outline: none !important; }
.clear{ content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.cal:after{ content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } /* clear at least (cal) (inner of a element) */
.caf:before{ content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } /* clear at first (caf) (inner of a element) */
.selectize-dropdown { z-index: 51 !important;}
.htmlttip-content{ position: absolute; max-width: 650px; display:none; }
.htmltipcontent{ display: none; }
#powerTip .htmltipcontent{ display: inline-block; }
#powerTip .htmltipcontent > div{ margin: 5px 0; }
.fancybox-lock{ margin-right:0 !important; }
.nicescroll-rails{ z-index: 8999 !important; }
.boxShadow{ 
-o-box-shadow: 
    0 2px 8px rgba(0,0,0,0.5),
    inset 0 1px rgba(255,255,255,0.3),
    inset 0 10px rgba(255,255,255,0.2),
    inset 0 10px 20px rgba(255,255,255,0.25),
    inset 0 -15px 30px rgba(0,0,0,0.3);

-webkit-box-shadow: 
    0 2px 8px rgba(0,0,0,0.5),
    inset 0 1px rgba(255,255,255,0.3),
    inset 0 10px rgba(255,255,255,0.2),
    inset 0 10px 20px rgba(255,255,255,0.25),
    inset 0 -15px 30px rgba(0,0,0,0.3);

-moz-box-shadow:
    0 2px 8px rgba(0,0,0,0.5),
    inset 0 1px rgba(255,255,255,0.3),
    inset 0 10px rgba(255,255,255,0.2),
    inset 0 10px 20px rgba(255,255,255,0.25),
    inset 0 -15px 30px rgba(0,0,0,0.3);

box-shadow: 
    0 2px 8px rgba(0,0,0,0.5), /* Exterior Shadow */
    inset 0 1px rgba(255,255,255,0.3), /* Top light Line */
    inset 0 10px rgba(255,255,255,0.2), /* Top Light Shadow */
    inset 0 10px 20px rgba(255,255,255,0.25), /* Sides Light Shadow */
    inset 0 -15px 30px rgba(0,0,0,0.3); /* Dark Background */ 
}
.cursor-pointer{ cursor: pointer !important; }
.optgroup.hideOG{ display: none !important; }
.css-button img { float: left; }
.stop-scrolling {
    overflow:hidden;
    height: 100%;
    left: 0;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    width: 100%;
}
.max-content{
    width: intrinsic;           /* Safari/WebKit verwendet einen nicht standardisierten Namen */
    width: -moz-max-content;    /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */  
    width: max-content;
}
a[disabled="DISABLED"]{ cursor: not-allowed !important; }

.fin{ font-weight: bold; text-decoration: underline; }
.fin.minus:before{ content: '- '; }
.fin.plus:before{ content: '+ '; }

.transparent {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
}
.transparent:hover, .transparent:active, .transparent:focus {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;

  /* Good browsers */
  opacity: 1;
}

ol > li { margin-bottom: 10px; }
.wmmmenuitems{ list-style: none; margin: 0; padding: 0; }
.aBoxHeaer{ padding-left: 10px; }

#wwmtabs{ min-width: 450px; }

.jGrowl-notification .notiCount{ border: none; background-color: transparent; }

#ui-datepicker-div{ z-index: 999999 !important; }

.list-2col{ width: 100%; }
.list-2col > *{ display: inline; }
.list-2col > *:first-child{ float: left; }
.list-2col > *:last-child{ float: right; }

.or{ display: inline-block; position: relative; z-index: 3; padding: 0 35px; vertical-align: middle; text-transform: uppercase; }
.or > span{ position: relative; z-index: 3; }
.or:before {
    content: attr(txt);
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    height: 100%;
    z-index: 2;
    background-color: #fff;
}
.or:after {
    content:"";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid #000;
    z-index: 1;
}

.minwidth-50{ min-width: 50px; }
.minwidth-100{ min-width: 100px; }
.minwidth-150{ min-width: 150px; }
.minwidth-200{ min-width: 200px; }
.minwidth-250{ min-width: 250px; }
.minwidth-300{ min-width: 300px; }

table.dataTable.cell-border>tbody>tr:NOT(:hover).ui-state-error>td{
    border: 1px solid #f1a899 !important;
    background: #fddfdf !important;
    color: #5f3f3f !important;
}

/* -------------------------------------------------- */
/* ------------------- ui-fixes --------------------- 
.ui-controlgroup .ui-controlgroup-label span { font-size: 100% !important; }
.ui-button:NOT(.ui-selectmenu-button) { padding: 8px 1em 6px !important; }
.ui-controlgroup-label ~ .ui-selectmenu-button{ border-left: none !important; }
*/
.ui-switchselect > div{ float: left; overflow-y: auto; }
.ui-switchselect ul{ margin: 0; padding: 0; }
.ui-controlgroup-item{ height: 34px !important; line-height: 22px !important; }
.ui-controlgroup-label{ padding: 5px 1em 5px !important; }
.ui-selectmenu-icon.ui-icon:NOT(.ui-icon-triangle-1-s) { margin-top: 3px !important; }
.ui-state-success {
    border: 1px solid #4F8A10;
    background: #DFF2BF;
    color: #4F8A10;
}
.ui-selectmenu-icon.ui-icon{ margin-top: 2px !important; }

/* ------------------------------------------------ */
/* ----------------- url wrapper ------------------ */
.window_panel .frame_loading { background: url('../images/items/loader.gif') no-repeat; }


/* ------------------------------------------------- */
/* -------------------- clamp ---------------------- */
.clamp {
  overflow: hidden;
  position: relative; 
  /*line-height: 1.2em;*/
  /*max-height: 3.6em; */
  text-align: justify;
  /*margin-right: -1em;*/
  padding-right: 1em;
}
/* create the ... */
.clamp:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.clamp:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

/* -------------------------------------------- */
/* ----------------- datetimepicker ------------------- */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.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-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.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; }


/* -------------------------------------------- */
/* ----------------- rotate ------------------- */
.rotate90 { /* +90 */
  -webkit-transform: rotate(90deg) translate(1px);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.rotate-90 { /* -90 */
  -webkit-transform: rotate(-90deg) translate(1px);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* -------------------------------------------------------- */
/* ----------------------- Icons -------------------------- 
.icon-add { background: url(../../icons/menu_icons/default/add_16x16.png) no-repeat 4px 6px; padding-left: 20px; }
.icon-add:hover {	background: url(../../icons/menu_icons/hover/add_16x16.png) no-repeat 1px 1px; }
*/

.icon-add { background: url(../../icons/menu_icons/default/add_16x16.png) no-repeat 4px 6px; padding-left: 20px; }

/* ------------------------------------------------ */
/* ------------------formfields-------------------- */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c1c0c0;
    opacity: 1; /* Firefox */
}
[contenteditable="true"]:empty:before{
  content: attr(placeholder);
  display: block; /* For Firefox */
  color: #8c8989;
}

:-ms-input-placeholder, ::-ms-input-placeholder {
    color: #c1c0c0;
}
.formRow.line { min-width: 500px; }
/*.formRow.line > * { display: inline-block;  }*/
.formRow.line > label { line-height: 28px; padding-left: 6px; width: 150px; float: left; }
.formRow.line > div { width: 300px !important; float: left; }
.formRow.line.w600 > div { width: 600px !important; float: left; }
.formRow:after{ content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.submitBlock > input{ display: none !important; }

.ui-dialog{ z-index: 9000 !important; }
.ui-selectmenu-open{ z-index: 9001 !important; }

input.no-spinner, .no-spinners input{ -moz-appearance:textfield; }
input.no-spinner::-webkit-outer-spin-button, .no-spinners input::-webkit-outer-spin-button,
input.no-spinner::-webkit-inner-spin-button, .no-spinners input::-webkit-inner-spin-button{ -webkit-appearance: none; }

/** address manager fields */
.addressBox{ width: 400px; }
.addressBlock{ font-size: 16px; line-height: 18px; }
.ade_row small{ font-size: 11px; display: block; margin-top: -10px; }
.adrBookConti{ display: inline-block; position: relative; float: left; width: 150px; font-size: 14px; padding: 5px 7px; border: 1px solid #ccc; margin: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.adrBookConti:hover > .addressBlock, .adrBookConti:hover > .addressBtns{ display: block; z-index: 99; }
.adrBookConti .addressDesc{ position: relative; }
.adrBookConti .addressBlock, .addressBtns{
    display: none; position: absolute; left:-25px; right:-25px; padding: 5px; background: #f7f6f5; -webkit-box-shadow: 1px 1px 12px 1px #141414; box-shadow: 1px 1px 12px 1px #141414;
}
.adrBookConti .addressBlock{ top: 77px; border-top: none; 
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.addressBtns{ top: 32px; height: 45px; border-bottom: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.ade-trash{ text-decoration: none; position: absolute; z-index: 90; top: 12px; right: 7px; font-size: 25px !important; }
.addressBtns > .btn{ margin: 0; padding: 0 5px; line-height: 11px; height: 35px; }
.ui-checkboxradio.ui-helper-hidden-accessible{ height: 32px; }

/** css select menus */
.css-selectmenu{ position: relative; display: inline-block; }
.css-selectmenu:before, .selectDevice::before{
    content: "\0020";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    pointer-events: none;
    z-index: 2;
}
.css-selectmenu > select{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  height: 27px;
  line-height: 17px !important;
  padding-left: 10px;
  padding-right: 32px;
  font-size: 14px !important;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}
.css-selectmenu > select{ box-shadow: 2px 2px 5px 1px #ccc; -webkit-box-shadow: 2px 2px 5px 1px #ccc; }
.css-selectmenu > select:focus{ box-shadow: inset 1px 1px 30px 3px #fff; -webkit-box-shadow: inset 1px 1px 30px 3px #fff; }
.css-selectmenu > select::-ms-expand{ display: none; }
.css-selectmenu > select option:NOT(:disabled){
  background-color: #fff;
  color: #666;
}
.css-selectmenu > select option:checked{
  background-color: #000;
  color: #fff;
}
.css-selectmenu > select:focus::-ms-value {
  background-color: #fff;
  color: #666;
}
.css-selectmenu > select.default {
    background-color: #f7f6f5;
    font-weight: bold;
    color: #000;
}
.css-selectmenu > select.default:focus{
    background-color: #e0e0df;
}
.css-selectmenu > select.ui {
    background-color: transparent;
    font-weight: bold;
    color: #000;
    box-shadow: none; -webkit-box-shadow: none;
    height: 34px;
    line-height: 34px !important;
}
.formRow .css-selectmenu{ margin-top: -3px; }

.css-selectmenu.ui > select{
    box-shadow: none;
    height: 34px;
    border: 1px solid #ccc;
}

.selectDevice{ width: 240px; height: 41px; line-height: 24px; position: relative; border-top: 1px solid #ccc; }
.selectDevice::before{ border-color: #fff; }
.selectDevice select{
    position: absolute;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    width: calc(100% - 40px);
    height: 41px;
    padding: 0 35px 0 5px;
    background: rgba(15, 40, 45, 0.9);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    border-top: 1px solid #ccc;
    top: -1px;
}
.selectDevice select option{ color: #dadada; }
.selectDevice select::-ms-expand{ display: none; }
.selectDevice select:focus::-ms-value{ background-color: transparent; }
.selectDevice i{ height: 40px; width: 40px; font-size: 20px; text-align: center; line-height: 40px; border-right: 1px solid #fff; }

.deviceSelector > div:last-child select{ border-bottom-right-radius: 3px; }

/** ui-menus */
.controlgroup.hide-input .ui-checkboxradio-icon{ display: none; }

input[type=checkbox], input[type=radio] {
    margin-left: 5px !important;
    margin-right: 5px !important;
    cursor: pointer !important;
}

fieldset {
  padding: 0px;
  margin: 0px;
  border: 0px;
  border: none;
}

fieldset label {
	display: block;
	float: left;
	padding: 0.35em 0.75em 0.625em 0.75em;
}

legend{
  display: block;
  /*width: 100%;*/
  padding: 0px;
  margin: 0px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0px;
  border-bottom: 1px solid #e5e5e5;
}
html.dark legend{ color: #fff; }
html.dark .ui-datepicker-calendar a{ color: #000 !important; }
legend small{
  font-size: 15px;
  color: #999999;
}

label, input, button, textarea, select {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

textarea, input:NOT([type="radio"]):NOT([type="checkbox"]), .uneditable-input{
  display: inline-block;
  /*height: 20px;*/
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
}

input, textarea, .uneditable-input {
  width: 97%;
}
textarea {
  height: auto;
}

textarea, input:NOT([type="radio"]):NOT([type="checkbox"]), .uneditable-input{
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
textarea, input:NOT(.no-ani){
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}


textarea:focus, input:NOT([type="radio"]):NOT([type="checkbox"]):focus, .uneditable-input:focus{
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 0;
  /* IE7 */ margin-top: 1px \9;
  /* IE8-9 */  line-height: normal;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
  background-color: transparent;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
  width: auto;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
  background-color: transparent;
}

textarea[type="email"]{ resize: none; width: 194px; height: 30px; padding: 0px 5px; overflow: hidden; line-height: 27px; font-size: 14px; word-wrap: initial; }

img:NOT(.ui-draggable){ pointer-events: none; }

.selectize-dropdown { z-index: 99 !important; }


/* ---------------------------------------------------------- */
/* ----------------- Fancybox layout fBox ------------------- */
html#fBox {
	width: 0;
	height: 0;
}
body#fBox {
	padding: 25px;
}
#fBox a {cursor: pointer;}


/* -------------------------------------------------- */
/* ----------------- Notyfi boxes ------------------- */
.info:before{ content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px !important;
	background-repeat: no-repeat;
	background-position: 10px center;
	line-height: 15px !important;
	font-size: 90%;
}

.i{
	width: 26px;
	height: 26px;
	background-image: url('../images/items/info_square.png');
	background-position: center center;
	float:left;
}

.info {
	color: #00529B;
	background-color: #BDE5F8 !important;
	background: url("../images/items/info.png") 8px 50% no-repeat;
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF !important;
	background: url("../images/items/success.png") 8px 50% no-repeat;
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3 !important;
	background: url("../images/items/warning.png") 8px 50% no-repeat;
}

.error {
	color: #D8000C;
	background-color: #FFBABA !important;
	background: url("../images/items/error.png") 8px 50% no-repeat;
}


/* -------------------------------------------------------- */
/* --------------------- Animations ----------------------- */
/* buttons */


/* defaults */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

/* small-bounce */
@keyframes small-bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@-webkit-keyframes small-bounce {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.small-bounce {
	-webkit-animation-name: small-bounce;
	animation-name: small-bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}

/* bounce */


/* pulse */
@-moz-keyframes pulse{
  0% { -moz-transform: scale(1); }
	30% { -moz-transform: scale(1); }
	40% { -moz-transform: scale(1.08); }
	50% { -moz-transform: scale(1); }
	60% { -moz-transform: scale(1); }
	70% { -moz-transform: scale(1.05); }
	80% { -moz-transform: scale(1); }
	100% { -moz-transform: scale(1); }
}   
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
	-webkit-animation: pulse 0.6s ease-out;
	-moz-animation: pulse 600ms ease-out;
	-o-animation: pulse 600ms ease-out;
	animation: pulse 0.6s ease-out;
}

/*
.fastPulse {
	-webkit-animation: pulse 0.3s ease-out;
	-moz-animation: pulse 00ms ease-out;
	-o-animation: pulse 300ms ease-out;
	animation: pulse 0.3s ease-out;
	
}
*/

@-webkit-keyframes fastPulse {
	0% { -webkit-transform: scale(1); }
	30% { -webkit-transform: scale(1.02); }
	50% { -webkit-transform: scale(1.05); }
	80% { -webkit-transform: scale(1.08); }
	100% { -webkit-transform: scale(1); }
}
@-moz-keyframes fastPulse{
    0% { -moz-transform: scale(1); }
	30% { -moz-transform: scale(1); }
	40% { -moz-transform: scale(1.08); }
	50% { -moz-transform: scale(1); }
	60% { -moz-transform: scale(1); }
	70% { -moz-transform: scale(1.05); }
	80% { -moz-transform: scale(1); }
	100% { -moz-transform: scale(1); }
}
.fastPulse {
    
	-webkit-animation-name: 'fastPulse';
    -moz-animation-name: fastPulse;
	-webkit-animation-duration: 500ms;
	-webkit-transform-origin:70% 70%;
	-webkit-animation-iteration-count: .5;
	-webkit-animation-timing-function: linear;
    -moz-animation-duration: 500ms;
	-moz-transform-origin:70% 70%;
	-moz-animation-iteration-count: .5;
	-moz-animation-timing-function: linear;
	
    transition: width 1s;
    -moz-transition: width 1s; /* Firefox 4 */
    -webkit-transition: width 1s; /* Safari and Chrome */
    -o-transition: width 1s; /* Opera */
    -ms-transition: width 1s; /* IE9 (maybe) */
}


/* ---------------------------------------------------------- */
/* --------control panel menus - Layout & positions---------- */
/* Main container both controlpanels. if be used a outside container */
section#controlpanels { position: fixed; z-index: 10; top: 50px; bottom: 45px; width: 280px; display: none; border-top: none !important; }
/* specifical setup for the user and admin navigation */
section#controlpanels > nav { display: none; }

/* the menu container */
.controlpanel, .controlpanel nav, .controlpanel ul { list-style: none !important; position: relative; z-index: 9990; }
.controlpanel section { display: none; }
.controlpanel li:hover > section { display: block; }

/* items */
.controlpanel.horizontal > li { float: left; padding: 0 6px; }

/* z-index for second and third level depth-1 is root */
.controlpanel .depth-2 { z-index: 9992; }
.controlpanel .depth-3 { z-index: 9994; }

.cp-nextlevel{
    padding: 10px;
    background: #F0F0F0; border: 1px solid #e3e3e3; box-shadow: 5px 10px 15px 5px rgba(0,0,0,.1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FFF));
	background-image: -webkit-linear-gradient(top, #F0F0F0, #FFF);
	background-image: -moz-linear-gradient(top, #F0F0F0, #FFF);
	background-image: -ms-linear-gradient(top, #F0F0F0, #FFF);
	background-image: -o-linear-gradient(top, #F0F0F0, #FFF);
	ackground-image: linear-gradient(to bottom, #F0F0F0, #FFF);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F0F0F0, endColorstr=#FFF);
}


/* ---------------------------------------------- */
/* ---------------[ devConsole ] ---------------- */
#devConsole input, #devConsole textarea {
    font-weight: normal !important;
    font-size: 12px !important;
    color: #000 !important;
    line-height: 15px !important;
}
#devConsole textarea{ height: 190px; resize: horizontal; margin-left: 2px; cursor: pointer; }
#pinDevCon{ float: right; margin-top: 5px !important; }

.devCon-contentWrapper{
    max-height: 250px;
    overflow: auto;
}
.devCon-content{
	/*width: auto;*/
	min-width: 250px;
	max-width: 85%;
	float: left;
	padding: 0 0 15px;
	padding-right: 10px !important;
	text-align: center;
}
.devCon{
	position: absolute;
	position: fixed;
	height: 280px;
	width: 100%;
	bottom: 0;
	margin-bottom: -280px;
	left: 0px;
	right: auto;
	
	z-index:500;
	
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 15px;
	background: #333;
	color: #fff;
	-webkit-box-shadow: inset 0 0 5px 5px #222;
	-moz-box-shadow: inset 0 0 5px 5px #222;
	box-shadow: inset 0 0 5px 5px #222;
}
.devCon .devCon-title{
	padding: 0 0 15px;
	width: 250px;
	margin-top: -24px;
	cursor: pointer;
}
.devCon h1,.devCon h2,.devCon h3,.devCon h4,.devCon h5,.devCon h6{
	float: none;
	font-size: 11px;
	font-weight: normal;
	padding: 0 15px;
	margin: 0 0 5px;
	color: #fff;
	line-height: 24px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
	background-image: -webkit-linear-gradient(#4d4d4d,#1a1a1a);
	background-image: -moz-linear-gradient(#4d4d4d,#1a1a1a);
	background-image: -o-linear-gradient(#4d4d4d,#1a1a1a);
	background-image: linear-gradient(#4d4d4d,#1a1a1a);
}
.devCon textarea{ min-width: 300px; max-width: 90%; }
#jsDevLogContainer:not(.hasLog) { display: none; }

/*

.devCon
{
	position: absolute;
	position: fixed;
	height: 250px;
	width: 100%;
	bottom: 0;
	margin-bottom: -250px;
	left: 0px;
	right: auto;
	
	z-index:50;
	
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 15px;
	background: #333;
	color: #fff;
	-webkit-box-shadow: inset 0 0 5px 5px #222;
	-moz-box-shadow: inset 0 0 5px 5px #222;
	box-shadow: inset 0 0 5px 5px #222;
}

.devCon .devCon-title{
	padding: 0 0 15px;
	width: 100%;
	max-width: 250px;
	float: left;
	margin-top: -24px;
	cursor: pointer;
}

.devCon h1,.devCon h2,.devCon h3,.devCon h4,.devCon h5,.devCon h6
{
	float: none;
	font-size: 11px;
	font-weight: normal;
	padding: 0 15px;
	margin: 0 0 5px;
	color: #fff;
	line-height: 24px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
	background-image: -webkit-linear-gradient(#4d4d4d,#1a1a1a);
	background-image: -moz-linear-gradient(#4d4d4d,#1a1a1a);
	background-image: -o-linear-gradient(#4d4d4d,#1a1a1a);
	background-image: linear-gradient(#4d4d4d,#1a1a1a);
	/*
	-webkit-box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
	
}

.devCon-content.firstBox { margin-left: -230px; }
.devCon-content
{
	width: auto;
	min-width: 250px;
	height: 200px;
	float: left;
	padding: 0 0 15px;
	padding-right: 10px !important;
	text-align: center;
}
*/
