@CHARSET "UTF-8";

@font-face {
	font-family: 'galano-regular';
	src: url('/css/fonts/GalanoGrotesqueAlt-Regular.ttf');
	font-weight: 400;
	font-display: swap;
}

body, table, form {
	margin: 0px;
	font-family: 'galano-regular', Tahoma, Arial, Helvetica, Sans-serif;
	/* font-family: 'Open Sans', Tahoma, Arial, Helvetica, Sans-serif; */
	color: #252525;
}

.portlet-content {
	font-size: 13px;
}

.ui-autocomplete {
	z-index: 1001;
}

.ui_tpicker_hour_slider, .ui_tpicker_minute_slider {
	background-color: #f6f6f6;
}

input.btn-menu-window.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    padding: 10px;
    margin-right: 10px;
}

.ui-button-ok {
    background: #1989ff !important;
    color: #FFF !important;
    opacity: 0.8;
    border: none !important;
}

.ui-button:hover, .ui-button-ok:hover {
	border: none;
	opacity: 1;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-widget.ui-widget-content.ui-dialog, .ui-datepicker {
    border: 1px solid #eeeeee !important;
    border-radius: 0;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
}

ui-dialog {
	z-index: 1007;
}

.ui-dialog {
    border: 1px solid #c5c5c5;
}

#stock_unlimited {
    margin-top: 0px;
    margin-bottom: -7px;
}

.butColor {
    background: #ffb310;
    width: 30px;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    text-align: left;
}

body {
    overflow-x: hidden;
}
  
img.qr {
  	background: url( '/images/loading_black.svg' ) center center no-repeat;
  	background-size: 70px;
}

#qrAudioUrl {
	float: left;
	width: 100%;
}

#qrAudioUrl input {
	width: 100%;
}

.statht {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.statsh {
	float: left;
	width: 12.57%;
	margin-right: 2%;
	margin-bottom: 20px;
	background: #FFF;
	border-radius: 5px;
	height: 100px;
}

.statht.mini .statsh {
	height: auto;
	min-height: 70px;
	background: #F2F2F2;
	margin-bottom: 0;
}

.statsh .padS {
	margin: 10px;
}

.statsh .padS div {
	color: #555;
	font-size: 2em;
	font-weight: bold;
}

.statht.mini .statsh .padS div {
	font-size: 1.5em;
}

.statht.mini .statsh .padS img {
	display: none;
}

.statsh h3 {
	color: #AAA;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
}

.statsh div.perc {
	color: #AAA;
	font-size: 1em;
	font-weight: normal;
	margin-top: 3px;
}

.statht.mini .statsh div.perc {
	font-size: 1em;
}

.statsh.last {
	margin-right: 0;
}

.show-image-div {
	text-align: center;
}

::-webkit-scrollbar {
    width: 10px;
    cursor: ns-resize;
}

#menu::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #1a2b39; 
}

/* .ui-dialog .ui-dialog-content:not( #dialog_filemanager ) { overflow: visible !important; } */
.ui-dialog #dialog_filemanager { overflow: overlay !important; }
/* .ui-dialog { overflow: inherit !important; } */

textarea {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1em;
}

body {
	background: #ebedf4;
	font-size: 0.8em;
}

#body-login {
	background: #FFFFFF;
}

hr {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
	background: none;
	border: none;
	border-bottom: 1px solid #f2f2f2;
}

.imgbigadd {
	margin-top: calc(100% - 270px);
}

.notop {
	margin-top: 0;
	padding-top: 0;
}

.nopadmar {
	margin: 0;
	padding: 0;
}

hr.m30 {
	margin: 30px 0 30px 0;
}

.hidden {
	display: none;
	border: 0;
}

.noHref, .noHref:hover {
	color: #252525;
	cursor: default;
	padding-top: 5px !important;
}

.half-zoom {
    zoom: 1;
    -moz-transform: scale(0.5);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.5);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5); /* Standard Property */
    transform-origin: 0 0;  /* Standard Property */
}

#folder-items .choosed {
	border: 1px solid #1989ff;
	background: #1989ff;
}

#iframe-textarea, #img-textarea-html, #img-textarea-src {
	width: 90%;
	height: 70px;
	padding: 4px 7px;
	margin-bottom: 10px;
}

.min, #main {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.meter { 
	height: 10px;  /* Can be anything */
	position: relative;
	width: 70%;
	background: #555;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 6px 8px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #f1a165;
  background-image: linear-gradient(to bottom, #f1a165, #f36d0a);
  box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
}

.progressbar-span {
	height: 10px;
	width: 0;
}
.progressbar {
	position:absolute;
	top: 40%;
	left: 13%;
	display: none;
	z-index: 1100;
	text-align: center;
	color: #444;
}

.low-opacity {
	opacity: 0.25;
}

.notransition {
	 -webkit-transition: none !important;
	 -moz-transition: none !important;
	 -o-transition: none !important;
	 -ms-transition: none !important;
	 transition: none !important;
}

a {
	color: #a3aab0;
	text-decoration: none;
}

a:hover {
	color: #1989ff;
	text-decoration: none;
}

h1 {
	margin: 2px 0 25px 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: 300;
	color: #444;
	text-transform: uppercase;
}

#top h1 {
	margin: 10px 0 0 22px;
	width: auto;
	float: left;
}

#tabs.ui-tabs .ui-tabs-nav {
    width: fit-content;
    clear: both;
    margin: 0;
    padding: 0;
    background: #f6f6f6;
    border-bottom: none;
    border-radius: 10px;
}

#tabs.ui-tabs .ui-tabs-nav li {
	margin: 0;
    border: 4px solid #f6f6f6;
    border-radius: 0;
}

#tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-color: #f6f6f6;
    border-radius: 10px !important;
    background-color: #FFFFFF;
}

#tabs.ui-tabs .ui-tabs-nav li.ui-state-hover {
    border-radius: 10px !important;
}

#tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #2c9dff;
}

#tabs.ui-tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
	padding: 0.8em 1.4em;
}

#tabs.nobg ul.ui-tabs-nav {
    margin: 0 0 10px 0 !important;
}

#tabs.ui-tabs .ui-tabs-nav li:first-child {
	border-radius: 10px 0 0 10px;
}

#tabs.ui-tabs .ui-tabs-nav li:last-child {
	border-radius: 0 10px 10px 0;
}

#error_message, #warning_message, #info_message, #form_hint {
	display: none;
}

#page {
	float: left;
	width: 100%;
}

#mainwrapper{
	float: left;
	width: 100%;
}

#main-top {
	height: 50px;
	background: #f8f8f8;
}

#main {
	margin-left: 280px;
}

#main.css {
	margin-left: 300px;
}

#page.min #main {
	margin-left: 50px;
	background: #f2f2f2;
}

#main-in {
	float: left;
	width: calc( 100vw - 281px ) ;
	margin: 0 20px 60px 0px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#page.min #main-in {
	width: calc( 100vw - 50px ) ;
}

#main-in > .pad {
	float: left;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}

#top {
	position: fixed;
	width: calc( 100% - 281px ) ;
	height: 50px;
	background: #FFFFFF;
    z-index: 2;
    border-bottom: 2px solid #e1e4ee;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#page.min #top {
	width: calc( 100% - 50px ) ;
}

#search {
	float: left;
	width: 200px;
}

#infocompany {
	float: left;
	margin: 7px 0 0 10px;
}

.companyTitle {
	float: left;
	margin: 6px 10px 0 10px;
}

#infobox {
	float: right;
	margin: 10px 10px 8px 0;
	padding-right: 20px;
}

#menu a:hover {
	color: #FFFFFF;
	cursor: pointer;
}

#menu {
	position: fixed;
	z-index: 1000;
	width: 280px;
	height: 100%;
	color: #FFFFFF;
	background: #1a2b39;
	overflow-y: auto;
	overflow-x: hidden;
}
.menu-noscrollbar {
	width: 280px;
}
.menu-scrollbar {
	width: 300px;
}
#menu, #buts {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
} 

#page.min #menu {
	width: 50px;
	background: #FFFFFF;
	overflow-y: visible;
	overflow-x: visible;
	height: 100%;
}
#page.min #menu #buts {
	min-height: 90%;
	padding-bottom: 20px;
}
#page.min #menu:hover #buts {
	overflow-y: auto;
}

#menu-min {
	float: right;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(/images/main/arrow_gray.svg) 5px 4px no-repeat;
    background-size: 16px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#menu-min:hover {
	background-image: url( '/images/main/arrow_orange.svg' );
}

#page.min #menu #menu-min {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	background-image: url( '/images/main/arrow_gray.svg' );
	background-position: 5px 0px;
}

#page.min #menu #menu-min:hover {
	background-image: url( '/images/main/arrow_orange.svg' );
}

#but-main {
	float: left;
	width: 100%;
	height: 50px;
	text-transform: uppercase;
	background: url( '/images/main/logo.svg' ) 10px 12px no-repeat;
    background-size: 24px;
}

#page.min #menu #but-main {
	background: #f2f2f2;
}

#buts.big, #menu.big {
	width: 280px;
	overflow-y: auto;
}

.bckgrnd-black {
	background-color: #000;
}

.icon-big {
	margin: 5px 20px;
}

.actualIcon {
	margin-left: 20px;
}

.actualIcon > img {
	margin-left: 10px;
	margin-right: 10px;
}

#but-main #but-main-text {
	float: left;
	margin-left: 25px;
	font-weight: 100;
	font-size: 11px;
}

#page.min #but-main #but-main-text {
	display: none;
}

#but-main #but-main-text span {
	color: #BBB;
}

#but-info {
	float: left;
	width: 100%;
}

#page.min #but-info {
	display: none;
}

#page.min {
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

#page.min #sf-menu {
	width: 50px;
}

#page.min #menu #buts.big #sf-menu {
	width: 280px ;
}

#page #menu #buts .plugin a {
	-webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

#page.min #menu #buts .plugin ul {
	display: none
}

#page.min #menu #buts.big .plugin ul {
	display: block
}

#page.min #menu #buts .plugin a {
	box-sizing: border-box;
  	overflow: hidden;
	width: 0px;
	height: 0px;
}

#page.min #menu #buts .plugin a:empty {
  	display: none;
}

#page.min #menu #buts.big .plugin > a {
	width: 237px;
	height: 40px;
    padding: 0;
}

#page.min #menu #buts .pluginMain > a:after {
	opacity: 0;
}

#page.min #menu #buts.big .pluginMain > a:after {
	opacity: 1;
}

.action {
	font-size: 0.9em;
	color: inherit;
	margin-left: 12px;
	padding: 6px 0 4px 26px; 
	list-style: none;
}

.float-left {
	float: left;
}

.iconPlugin > img {
	width: 21px;
}

.iconPlugin {
    padding-top: 9px;
    padding-bottom: 10px;
	opacity: 0.5;
	width: 33px;
	padding-left: 10px;
  	visibility: visible;
}

.iconPlugin.active {
	opacity: 1;
}

.pluginMain > a {
    line-height: 40px;
    position: relative;
    display: block;
    height: 40px;
    margin: 0 5px;
    padding: 0 10px;
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
}

.submenu {
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 5px;
}

.submenu > a {
	text-transform: uppercase;
	margin-left: 29px;
}


.submenu > ul {
	padding-left: 10px;
}

.plugin > ul {
	padding-left: 5px;
}

.height-transition {
	background: rgba(0,0,0,.1);
    -webkit-transition: max-height 0.1s ease-in-out;
    -moz-transition: max-height 0.1s ease-in-out;
    -o-transition: max-height 0.1s ease-in-out;
    transition: max-height 0.1s ease-in-out;
    overflow-y: hidden;            
}
.height-transition-hidden {   

    max-height: 0;            
}

.spinEffect {
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.pluginMain > a:after {
	position: absolute;
	top: 18px;
	right: 15px;
	width: 20px;
	height: 20px;
	margin-top: -9px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	transform-origin: 50% 50%;	
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow:hidden;
	background: url('../images/main/arrow_white.svg') no-repeat center;
    background-size: 8px;
	content: '';
}

.pluginMain > a.noArrow:after {
	background: none;
}

.expanded:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.dnone {
	display: none;
}
 
.plugin {
	list-style-type: none;	
	color: #FFFFFF;
}

.ui-closable-tab:hover {
	cursor: pointer;
}

.uc h2 {
	margin-left: 17px;
}

#buts {
	background: #1a2b39;
	float: left;
	width: 100%;
}

.active {
	opacity: 1;
}

.pluginMain.active > a {
	color: #FFFFFF;
}

.pluginMain.active {
	background-color: #263643;
}

.pluginMain.active ul {
	background-color: #1a2b39;
}

#page.min #menu #buts {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(145, 145, 145, 0.75);
	-moz-box-shadow:    2px 2px 5px 0px rgba(145, 145, 145, 0.75);
	box-shadow:         2px 2px 5px 0px rgba(145, 145, 145, 0.75);
}

.butpad {
	margin: 17px 20px 17px 20px;
}

#infouser {
	float: right;
	position: relative;
	text-align: left;
	height: 30px;
	cursor: pointer;
}

#infouser img {
	float: left;
	border: 1px solid #DDD;
	border-radius: 5px;
}

#infousername {
	float: left;
	margin: 6px 13px 0 10px;
	font-weight: 300;
}

#infousername strong {
	font-weight: 400;
}

#infouserdown {
	float: right;
    width: 14px;
    height: 16px;
    margin-top: 9px;
    background: url(/images/main/arrow_gray.svg) 0 0 no-repeat;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#infouser:hover #infouserdown {
	background: url( '/images/main/arrow_orange.svg' ) 0 0 no-repeat;
}

#small_dialog {
	position: fixed;
	z-index: 1001;
	width: 435px;
	border: 1px solid #DDD;
	top: 45px;
	right: 8px;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 7px 0 10px 0;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.2);
}

#small_dialog::before {
	position: absolute;
	z-index: 1003;
	width: 14px;
	height: 7px;
	background:  url( '/images/main/dialog-corner.svg' ) 0 0 no-repeat;
	margin: -13px 0 0 400px;
	content: ' ';
}

#small_dialog .contents {
	margin: 10px;
}

#user-info {
	float: left;
	width: 100%;
}

#user-image {
	float: left;
	width: 70px;
}

#user-image img {
	border-radius: 5px;
	border: 1px solid #DDD;
}

#user-detail {
	float: left;
	width: 290px;
	margin-left: 20px;
	color: #888;
}

#user-detail span {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #333;
}

.mt5 {
	margin-top: 5px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.button-logout {
	float: left;
	width: 415px;
	background: #cf0000;
	border-radius: 5px;
	color: #FFFFFF;
	padding: 10px 0 10px 0;
	text-align: center;
	opacity: 0.7;
    filter: alpha(opacity=70);
}

.but_buy {
	float: left;
	width: 100%; 
	margin-bottom: 20px;
}

.button-logout:hover {
	text-decoration: none;
	color: #FFFFFF;
	opacity: 1;
    filter: alpha(opacity=100);
}

.button_buy {
	background: #45af25;
	margin: 20px 0 20px 0 !important;
	padding: 10px 20px;
	color: #FFF !important;
	text-decoration: none;
	border-radius: 5px;
	font-size: 13px;
}

.button_buy:hover {
	background: #1989ff;
	text-decoration: none !important;
}

#sf-menu {
	z-index: 1002;
	padding-left: 0;
}

#content {
	float: left;
	width: 100%;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.current {
	color: #1989ff;
	font-weight: bold;
	cursor: pointer;
}

.current > a {
	color: #FFFFFF;
}

.help_ico {
	vertical-align: middle;
	margin: -3px 0 0 7px;
}

.form .help_ico {
	margin: -2px 0 0 7px;
}

#forgetok {
	display: none;
}

.warning-ok {
	color: #9cd159;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

.warning-bad, .list_empty {
	color: #cf0000;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

.warning-ok-small {
	color: #9cd159;
	font-weight: bold;
	margin-bottom: 5px;
}

#error_message, #warning_message, #info_message, .info_message {
	position: fixed;
    bottom: 10px;
    left: 1%;
    left: calc( 100% - 100% + 10px );
    padding: 20px 40px 20px 55px;
    text-align: center;
    border-radius: 5px;
    font-weight: 100;
    box-sizing: border-box;
    -webkit-box-shadow: 1px 1px 13px 1px rgba(0,0,0,0.5); 
	box-shadow: 1px 1px 13px 1px rgba(0,0,0,0.5);
}

#error_message {
	background: #f5e5e3;
	/*background: rgba( 207, 0, 0, 0.9 );*/
	background-image: url( '/images/main/message_error.svg' );
	background-position: left+30px center;
	background-repeat: no-repeat;
	background-size: 16px;
	color: #d82a1a;
	border: 1px solid #f4ceca;
	font-size: 16px;
	z-index: 100004;
	font-weight: 500;
}

#warning_message {
	background: #f7f2d8;
	background-image: url( '/images/main/message_warning.svg' );
	background-position: left+30px center;
	background-repeat: no-repeat;
	background-size: 16px;
	color: #b89600;
	border: 1px solid #f9eaa5;
	font-size: 16px;
	z-index: 100004;
	font-weight: 500;
}

#info_message, .info_message {
	background: #dff0d8;
	/*background: rgba( 223, 240, 216, 0.9 );*/
	background-image: url( '/images/main/message_ok.svg' );
	background-position: left+30px center;
	background-repeat: no-repeat;
	background-size: 16px;
	color: #3c763d;
	border: 1px solid #d6e9c6;
	font-size: 16px;
	z-index: 1000004;
	font-weight: 500;
}

#info_message strong, .info_message strong, #error_message strong {
	font-weight: 700;
}

#loading_div, #saving_div {
	position: fixed;
	z-index: 1002;
	background: url( '/images/loading.svg' ) center 220px no-repeat;
	width: 100%;
	height: 100%;
	font-size: 130px;
    color: #fff;
    margin: calc(50vh - 220px) 0 0 0;
    font-weight: 700;
    text-align: center;
    background-size: 130px;
}

.loading_content {
	background: url( '/images/loading_black.svg' ) center center no-repeat;
	background-size: 100px;
    width: 100px;
    height: 30px;
    position: absolute;
    top: 50%;
    top: calc( 50% - 15px );
    left: 50%;
    left: calc( 50% - 50px );
}

#black_div, .ui-widget-overlay {
	position: fixed;
	z-index: 1001;
	width: 100%;
	height: 100%;
	background: rgba( 26, 43, 57, 0.96 );
}

.ui-dialog {
	z-index:1002;
}

#divToolTip {
	border: 1px solid #DDD;
	background: #FFFFFF;
	border-radius: 5px;
	line-height: 1.3em;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.2);
}

#company {
	float: left;
}

#customer_switch_auto_result {
	display: none;
}

#customer_switch_auto {
	float: left;
	border-right: none;
}

#customer_switch_button {
	float: left;
	font-size: 0.6em;
	width: 23px;
	height: 23px;
	border-radius: 0;
	border-left: none;
}

.clear {
	clear: both;
}

.list-drag tr td {
	width: 1000px;
}

#but-info-buts {
	float: left;
	width: 100%;
}

#but-info-buts div {
	float: left;
	width: 36px;
	margin: 4px 2px 0 2px;
	height: 36px;
	cursor: pointer;
	-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;
	opacity: 0.6;
    filter: alpha(opacity=60);
    position: relative;
    text-align: center
}

#but-info-buts div img {
	height: 21px;
	margin-top: 8px;
}

#but-info-buts div.active, #but-info-buts div:hover {
    background: #263643;
	opacity: 1;
    filter: alpha(opacity=100);
}

#but-info-boxs {
	float: left;
	width: 100%;
	background: #263643;
}

#but-info-boxs div.bib {
	display: none;
	padding: 10px 10px 5px 10px;
	font-size: 0.9em;
}

#but-info-boxs div.bib h2 {
	font-size: 1em;
	color: #DDD;
	text-transform: uppercase;
	font-weight: 400;
}

#but-info-boxs div.bib a {
	color: #DDD;
}

#but-info-boxs div.bib a:hover {
	color: #FFFFFF;
}

#but-info-boxs div.bib div {
	margin-bottom: 5px;
	color: #AAA;
}

#but-info-boxs div.bib div.message {
	font-style: italic;
}

#but-info-boxs div.bib div.ftop {
	margin-top: 20px;
}

#but-info span.alert, #infobox .alert, #helpdesk .alert {
	position: absolute;
	width: 10px;
	height: 10px;
	margin: 5px 0 0 20px;
	top: 0;
 	right: 5px;
	background: #cf0000;
	border-radius: 20px;
}

#infobox .alert, #helpdesk .alert {
	right: auto;
	width: 12px;
    height: 12px;
    margin: 5px 0 0 27px;
}

#infobox .alert {
	left: 0;
	margin: 0 0 0 25px;
}

#helpdesk .alert {
	top: auto;
	margin: 0 0 0 -2px;
}

.userInfo {
	color: grey;
}

.userInfo {
	width: 150px;
	float: left;	
}

.userLine {
	margin: 15px 0px;
	list-style-type: none;
	line-height: 1.3;
}

.userLine h2 {
	margin: -2px 0px 0px 0px;
}

.menuHr {
	float: left;
	width: 95%;
	border-bottom: 1px solid #263643;
	display: none;
}

.#cf0000, #but-info-boxs div.bib div.#cf0000, a.#cf0000 {
	color: #cf0000;
}

.black {
	color: #000;
}

.ok, .green, #but-info-boxs div.bib div.ok, a.green {
	color: #9cd159;
}

.red {
	color: #FF0000;
}

.blue {
	color: #4f7ca4;
}

.orange {
	color: #ffaf68;
}

#context_menu {
	background: #FFFFFF;
	width: auto;
	position: absolute;
	width: 110px;
	z-index: 1003;
    border: 1px solid #dddddd;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
}

#context_menu ul {
	margin: 1px 0px;
	padding: 1px;
}

#context_menu a {
	color: inherit;
}
#context_menu li {
	padding-left: 10px;
	line-height: 30px;
	list-style-type: none;
}

#context_menu li:hover {
	cursor: pointer;
	color: #1989ff;
}

#page-hint {
	float: left;
	margin: -20px 0 0 0;
	width: 100%;
	color: #555;
}

#page-hint-in {
	margin-top: 10px;
	display: none;
	margin-bottom: 30px;
}

#page-hint-in:before {
	float: right;
	z-index: 1003;
	width: 23px;
	height: 12px;
	background:  url( '/images/main/info_arrow.svg' ) 0 0 no-repeat;
	margin: -12px 10px 0 0;
	content: ' ';
}

#page-hint-in .pad {
	float: none;
	padding: 0;
	background: none;
	margin: 20px;
}

#page-hint.display #page-hint-in {
	float: left;
	width: 100%;
	border-radius: 5px;
	background: #f9f9f9;
}

#page-hint.display #page-hint-in {
	display: block;
}

#page-hint-close {
	float: right;
	position: relative;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url( '/images/main/circle_blue_info.svg' ) 0 0 no-repeat ;
	margin: 10px 8px 10px 10px;
}

#page-hint.display #page-hint-close {
	background: url( '/images/main/circle_blue_exit.svg' ) 0 0 no-repeat ;
}

#but-info-boxs div.bib .graph {
	width: 255px;
	height: 7px;
	background: #1a2b39 ;
	border-radius: 5px;
}

#but-info-boxs div.bib .graph-in {
	float: left;
	height: 6px;
	margin: 0;
	border-radius: 5px;
	background: #9cd159;
}

#but-info-boxs div.bib .graph-in.graph-orange {
	background: #f87500;
}

#but-info-boxs div.bib .graph-in.graph-red {
	background: #cf0000;
}

.hfirst {
	margin-top: 0;
	padding-top: 0;
}

#smsEventDetailTr td {
	display: none;
	height: 100px;
	vertical-align: top;
}

.list_empty {
	margin-top: 20px;
}

.lf2fa {
	display: none;
}

#login_code {
	font-size: 80px;
	-moz-appearance: textfield;
}

#login_code::-webkit-outer-spin-button,
#login_code::-webkit-inner-spin-button {
  	-webkit-appearance: none;
  	margin: 0;
}

.login-l {
	float: left;
	width: 100%;
}

.login-l label {
	position: absolute;
	margin: 19px 19px 19px 22px;
    color: #999;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.login-l label.active {
	font-size: 11px;
	margin: 8px 19px 19px 22px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.login-l h1, .login-bg h1 {
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	margin-top: 0;
	padding-top: 0;
	text-transform: none;
}

.login-r {
	color: #FFFFFF;
	position: fixed;
	right: 0;
	width: 30%;
	height: 100%;
	background-color: #000;
	background-image: url(../images/main/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: -5px 0px 28px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 0px 28px -10px rgba(0,0,0,0.75);
	box-shadow: -5px 0px 28px -10px rgba(0,0,0,0.75);
}

.login-r .pad {
	margin: 100px 50px 50px 50px;
}

.login-r .rightcomp {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}

.login-r .rightcomp h3 {
	text-transform: uppercase;
	font-sise: 1.3em;
	margin-bottom: 30px;
	color: #444;
}

form .sErrorMessage {
	position: absolute;
	z-index: 4;
	background: #FFFFFF url( "/images/main/circle_alert.svg" ) 10px 11px no-repeat;
	background-size: 14px;
	border: 1px solid #999999;
	border-radius: 3px;
	line-height: 24px;
	white-space: nowrap;
	padding: 6px 10px 6px 28px;
	font-size: 12px;
	-webkit-box-shadow: 4px 4px 11px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 11px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 11px 0px rgba(0,0,0,0.75);
	color: #000000;
	display: none;
}
		
form .sErrorMessage:after, form .sErrorMessage:before {
	bottom: 100%;
	left: 15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	top: -13px;
}

form .sErrorMessage:after {
	border-bottom-color: #FFFFFF;
	border-width: 7px;
	margin-left: -7px;
}
		
form .sErrorMessage:before {
	border-bottom-color: #555555;
	border-width: 8px;
	margin-left: -8px;
    top: -15px;
}

.login-r .rightcomp div {
	width: 100%;
	text-align: center;
}

.login-r .rightcomp .logo {
	margin: 0 10px 0 10px;
}

.login-r h2 {
	text-align: center;
    font-weight: 400;
    font-size: 2em;
}

.login-r ul {
	margin: 60px 0 0 0;
	padding: 0;
	list-style: none;
}

.login-r ul li {
	padding: 15px 0 15px 30px;
	font-size: 14px;
    color: #e9ecf4;
    background: url( '/images/main/loginli.svg' ) left 15px no-repeat;
}

.login-bg, .logout-bg {
	width: 500px;
	margin: 50px auto 0 auto;
}

.logoutCheck {
	margin: 5px 0 10px 0;
	float: left;
	width: 100%;
	text-align: left;
}

.logoutCheck label {
	line-height: 1.7em;
}

.logoutCheck label input[type=checkbox]{
    position: relative;
    vertical-align: middle;
   	bottom: -1px;
    margin-right: 10px;
}

.logout-main {
	float: left;
	width: 100%;
}

.logout-bg {
	width: 600px;
	text-align: center;
}

.login, .logout {
	float: left;
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 10px;
	border-radius: 10px;
}

.login {
	float: none;
	width: 350px;
	margin: 100px auto 0 auto;
}

.login .pad, .logout .pad {
	margin: 20px;
}

.login-err-input, .err-input {
	border-color: #f11 !important;
	background-color: #ffc3c3 !important;
}

.login-ok-input {
  	border-color: #9cd159 !important;
  	background-color: none;
}

.loginl {
	float: left;
	width: 100%;
	margin: 0 10px 10px 0;
}

.left {
	float:left;
}

.grey-info {
	margin-bottom: 20px;
	font-size: 12px;
	color: #999;
}

#show-login {
	margin: 0px 0 20px 0;
	float: left;
	padding-left: 25px;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    background: url( '/images/main/arrow_gray_left.svg' ) left center no-repeat;
}

.loginr {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.loginr input, .loginr select {
	width: 100%;
	border-radius: 5px;
	padding: 30px 20px 10px 20px;
	border: 1px solid #E1E5ED;
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.08);
	margin-right: 10px;
}

.loginr input[type="password"] {
	padding-right: 50px;
}

.loginr select {
	width: 308px;
}

#idnum {
    float: left;
    margin-top: 2px;
}

#reg-id {
	float: left;
	width: 150px;
	border-right: 0;
	margin-right: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#reg-id-but {
	float: left;
	border: 0;
	width: 116px;
	margin: 0;
	height: 57px;
	border-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #45af25;
	color: #FFFFFF;
	cursor: pointer;
    padding: 0 10px 0 10px;
}

.logina {
	float: left;
	width: 100%;
	margin: 0;
	text-align: center;
}

.butuse {
	float: left;
	width: 100%;
	text-align: center;
}

.butuse a {
	background: #1989ff;
	color: #FFFFFF;
	padding: 20px;
}

.logina.mt30 {
	margin-top: 30px;
}

.logina a {
	color: #1989ff;
}

#password-forget {
	position: absolute;
    font-size: 1.8em;
    font-weight: 400;
    color: #1989ff;
    margin: -44px 0 0 285px;
}

.logina.left {
	text-align: left;
}

.logina.bottom {
	text-align: center;
	display: none;
}

.logina.bottom #show-login {
	text-align: center;
	background: none;
}

.logina label {
	vertical-align: top;
}

.loginlogo, .logoutlogo {
	float: left;
	width: 100%;
	margin: 30px 0 20px 0;
	text-align: center;
}

.logina .submit {
	width: 307px;
	margin: 0 0 30px 0;
	background: #1989ff;
	font-size: 18px;
	padding: 18px 0 18px 0;
	opacity: 0.8;
    filter: alpha(opacity=80);
}

.loginsubmit.submit:hover {
	opacity: 1;
    filter: alpha(opacity=100);
}

.category-root {
	margin-top: 20px;
}
.category-root div {
	height: 100%;
}

.category-root {
	border: 1px solid black;
}

.category-root .category_item {
	clear: both;
	border: 1px dotted #ccc;
	border-top: 0px none;
}

.category-root .category_main .category_main {
	border: 1px solid black;
	border-left: 4px solid #aaa;
	border-right: 4px solid #aaa;
}

.category-root .category_item:hover {
	background-color: #eee;
}

.category-root .category_item .empty_div {
	float: left;
	min-height: 20px;
}
.category-root .category_item .expand_div {
	float: left;
	cursor: pointer;
	min-height: 20px;
}
.category-root .category_item .name_div {
	width: 350px;
	float: left;
	min-height: 20px;
	cursor: pointer;
	overflow: hidden;
}
.category-root .category_item .allow_div {
	min-width: 200px;
	float: left;
	min-height: 20px;
	cursor: pointer;
}
.category-root .category_item .action_div {
	min-height: 20px;
}
.category-root .category_item .action_div img {
	cursor: pointer;
	position: relative;
	top: 2px;
}
.category-root .allow_item {
	display: block;
	min-width: 20px;
	text-align: center;
	max-width: 40px;
	overflow: hidden;
	height: 16px;
	position: relative;
	top: 1px;
	border: 1px solid #555;
	float: left;
	margin-left: 6px;
	cursor: pointer;
}
iframe #body-filemanager {
	padding: 10px;
	background: #FFFFFF;
}
.category-root .allow_item_black {
	color: black;
	font-size: 11px;
}

.category-root .allow_item_name {
	min-width: 130px;
	max-width: 200px;
	margin-bottom: 12px;
	float: left;
	height: auto;
}

.category-root .allow_item_big {
	margin-bottom: 12px;
	width: 40px;
	border: 0px;
	overflow: visible;
}

.category-root .allow_item_big .icon {
	position: relative;
	top: 2px;
}

.category-root-dialog {
	border: 0px;
}

.category-root-dialog div {
	width: 100%;
}

.category-root .allow_item.allow {
	background-color: #e3f6ca;
}

.category-root .allow_item.deny {
	background-color: #f8dbdb;
}

.menu-new {
	border-top: 1px solid #1a2b39;
	cursor: pointer;
}

.copy-paste-li {
	list-style: none;
}

.menu-new h3 {
	color: #AAA;
	margin: 6px 0;
    font-weight: normal;
    font-size: 12px;
}

.menu-new.noread h3 {
	color: #DDD;
	padding-left: 13px;
}

.menu-new.noread h3:before {
    content: ' ';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #cf0000;
    border-radius: 50%;
   	margin: 3px 0 0 -14px;
}

.menu-new h3:Hover {
	color: #FFFFFF;
}

.menu-new .pad {
	margin: 5px 0 5px 0;;
}

#slider-image {
	width: 100%;
}

#main-in .new {
	float: left;
	width: 100%;
	background: #FFFFFF;
	border-radius: 5px;
	margin-bottom: 20px;
}

#main-in .new .pad {
	margin: 20px;
	padding-bottom: 0!important;
}

#main-in .new a {
	color: #000;
}

#main-in .new .pad {
	padding: 0 0 20px 0;
	background: none;
	border-radius: 0;
}

.new h2 {
	margin-top: 0;
	padding-top: 0;
	color: #1989ff;
}

.new:hover a h2 {
	text-decoration: underline;
}

.baseDir li:hover, .opened, .folderDir li:hover, .file:hover, .hover {
	cursor: pointer;
	background: #f5f5f5;
	border-radius: 5px;
}

.hover, .folderDir li.hover:hover, .file.hover:hover {
	background: #eef9ff;
}

.showfiles-next .file-name-visible, .showfiles-next  .dir-name-visible {
	display:inline-block;
	width: 70%;
}

#folder-items .ui-draggable-dragging {
	background: #f5f5f5;
}
#folder-items .ui-draggable-dragging input {
	display: none;
}
.file-name-input, .dir-name-input {
	display: none;
}

.file-name-input input {
	max-width: 100px;
}
#folderFiles {
	position: relative;
	min-height: 140px;
}
#folder-items ul {
	padding: 0;
}
#folder-items li {
	padding: 0px 10px;
}
.showfiles-list .dir-name {
	width: 44%;
}
.file.choosed .dir-name {
	color: #FFF;
}
.showfiles-next li {
	display: inline-block;
	min-height: 60px;
	width: 180px;
	vertical-align: top;
	margin-right: 6px;
	padding: 5px 0px;
	line-height: 18px;
	margin-top: 4px;
}
#showfiles-select-div:before {
	content: 'Zobrazit: ';
}
.showfiles-icons li {
	position; relative;
	display: inline-block;
	min-height: 150px;
	width: 128px;
	vertical-align: top;
	margin: 4px;
	padding: 5px;
	line-height: 18px;
	text-align: center;
}
.showfiles-icons li span {
	font-size: 0.9em;
	position: relative;
	bottom: 2px;
	left: 0;
	width: 100%;
	text-align: center;
}

.showfiles-next li span {
	vertical-align: top;
	top: 4px;
	position: relative;
}
.baseDir li, #folder-items li {
	border: 1px solid rgba(0,0,0,0);
}

#folder-items {
	min-height: 150px;
}

#folder-items li:hover {
	border: 1px solid #ddd;
}
.upload-hidden {
	position:absolute;
	width:99%;
	height:100%;
	min-height: 140px;
	border: 0px;
	opacity: 0;
	z-index: -1;
	font-size: 1.8em;
	clear: both;
}

#dialog_filemanager .upload-hidden {
	height:100vh;
}

.upload-hidden p {
	position: absolute;
	top: 30%;
	left: 40%;
}

.droppable {
	z-index:100;
    line-height:100%;
    border:4px dashed #AAA;
	opacity: 0.85;
    text-align:center;
}


.dragover {
	opacity: 1;
	border:4px dashed #555;
}
#uploadResponse {
	display: none;
}

.next-img {
	height: 44px;
	margin-top: 5px;
	margin-right: 10px;
	float: left;
}

.list-img {
	height: 24px;
	width: 24px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
.icons-img {
	max-height: 85px;
	max-width: 110px;
	margin-top: 6px;
	display: block;
	margin: 3px auto;
}

#folderContent li:before {
	color: rgba(0,0,0,0);
}

#folderContent li {
	word-break: break-word;
}

#folderContent {
	width: 63%;
	min-width: 480px;
}

#contact_user_tag_button, #customer_switch_button {
	float: left;
	padding: 17px 16px 16px 16px;
	border-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#contact_user_tag_button {
	padding: 3px 3px 4px 3px;
}

#contact_user_tag_auto, #customer_switch_auto {
	float: left;
	border-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	line-height: 15px;
}

#contact_user_tag_auto {
	width: 518px;
}

#steps {
	text-align: center;
	margin: 10px auto 0 auto;
	width: 600px;
}

#steps.steps2 {
	width: 400px;
}

#steps.steps4 {
	width: 800px;
}

#steps div.step {
	float: left;
	width: 200px;
	text-align: center;
	background-image: url( '/images/main/arrow_gray.svg' ) ;
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: right 10px;
	margin-bottom: 20px;
}

#steps div.step.last {
	background: none;
}

#steps div.num {
	border: 3px solid #CCC;
	color: #CCC;
	font-size: 2.3em;
	font-weight: bold;
	border-radius: 40px;
	width: 40px;
	margin-left: 78px;
	height: 40px;
	text-align: center;
}

#steps div.num.clickable {
	cursor: pointer;
}

#steps div.step.active div.num {
	border-color: #1989ff;
	color: #1989ff;
}

#steps div.text {
	width: 100%;
	color: #b4b4b4;
	font-size: 1.2em;
	text-align: center;
	margin-top: 10px;
	font-weight: 300;
}

#steps div.step.active div.text {
	color: #444;
	font-weight: 400;
}

#importTable {
	float: left;
	width: 100%;
	height: calc( 100vh - 410px );
	overflow: auto;
	display: none;
}

#importTable .bodybg .padi {
	margin: 0px;
}

.bodybg, .bodybgThird {
	float: left;
	width: 100%;
	background: #FFFFFF;
	border-radius: 5px;
	margin-bottom: 30px;
}

.bodybgThird {
	width: 23.5%;
	margin-right: 1.95%;
}

.bodybgThird .chart_div {
	height: 172px;
}

.bodybgThird h2 {
	margin: 0;
}

.bodybgThird.last {
	margin-right: 0;
}

.bodybg .padi, .bodybgThird .padi, .new .padi {
	margin: 30px;
}

.center {
	text-align: center;
}

#files-output li, #node-output li {
	list-style: none;
	margin: 10px 0 10px 0;
}

.slidebut {
	float: left;
	margin-bottom: 30px;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
	background: url( '/images/main/arrow_gray_down.svg' ) right center no-repeat;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.slidebut:hover {
	background-image: url( '/images/main/arrow_orange_down.svg' );
}

.slidebut.active {
	background-image: url( '/images/main/arrow_gray_up.svg' );
}

.slidebut.active:hover {
	background-image: url( '/images/main/arrow_orange_up.svg' );
}

.flright {
	float: left;
	margin-top: 2px;
	margin-left: 4px;
}

.cntWarning {
	color: #666666;
    font-size: 13px;
}

.cntWarning a {
	color: #000;
}

.cntWarning a:hover {
	color: #2b8c2f;
}

.account ul {
	padding-left: 0;
}

.account h2 {
	margin-bottom: 30px;
	font-weight: normal;
}

/*helpdesk*/

#helpdesk {
	float: left;
	width: 100%;
}

#helpdesk-p {
	margin: 10px 15px 3px 15px;
}

#helpdesk-t {
	width: 100%;
}

#helpdesk-t .left {
	display: none;
}

#helpdesk-t h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 0;
	float: left;
}

#helpdesk-t textarea {
	margin-top: 10px;
	width: 360px;
}

#helpdeskTopSubmit {
	width: 378px;
	margin-top: 10px;
}

.helpdeskShow {
	float: right;
	margin: 5px 10px 0 10px;
}

.hd-t {
	float: left;
	width: 100%;
}

.hd-m {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.hd-u {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #AAA;
	color: #777;
}

.hd-s {
	font-weight: bold;
	margin-bottom: 5px;
	color: #777;
}

.hd-a {
	color: #222;
}

.hd-i {
	float: left;
	width: 100px;
	height: 75px;
}

.hd-i img {
	border-radius: 5px;
}

.sea, .seb {
	float: left;
	width: 100%;
	padding-top: 10px;	
	padding-bottom: 10px;
	font-size: 12px;
}

.seb {
	width: 40%;
	margin: 10px 4% 15px 4%;
	text-align: center;
}

.seb a {
	color: #999;
}

.seb a:hover {
	color: #1989ff;
	text-decoration: none;
}

.sel {
	float: left;
	width: 35%;
	margin-right: 5%;
}

.ser {
	float: left;
	width: 60%;
}

.nomar-b {
	margin-bottom: 0 !important;
}

table.ab {
	width: 100%;
}

table.ab td {
	border-bottom: 1px solid #f0f4f8;
}

table.ab tr:first-child td, table.ab tr:last-child td {
	border: none;
}

table.ab .title {
	width: 20%;
}

table.ab .a, table.ab .b, table.ab .at, table.ab .bt {
	width: 35%;
	text-align: center;
}

table.ab .a.fv, table.ab .b.fv {
	background-color: #2b8c2f;
	border-color: #2b8c2f;
	color: #FFF;
}

table.ab .at, table.ab .bt {
	background: none;
}

table.ab .fv.fb {
	-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;
}

table.ab .at.fv, table.ab .bt.fv {
	background-color: #2b8c2f;
	color: #FFF;
}

table.ab tr:first-child td {
	-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;
}

.strong {
	font-weight: bold;
}

/*helpdesk end*/

#designerPreview {
	position: absolute;
	z-index: 1;
	width: 345px;
	height: 330px !important;
	overflow: hidden;
	margin: 20px 0 0 -150px;
	border: 1px solid #f0f4f8;
	border-radius: 5px;
}

.errorLog {
	width: 100%;
	height: 400px;
	border: 1px solid #EEE;
	overflow-x: hidden;
	overflow-y: scroll;
}

.errorLog .pad {
	margin: 10px;
}

.errorLog .pad div {
	margin-bottom: 8px;
}

#articles-tree {
	margin: 0 0 0 -5px;
	padding: 0;
	list-style: none;
}

#articles-tree ul {
	list-style: none;
	padding: 0 0 0 20px;
}

#articles-tree li {
	width: 100%;
	padding: 10px 0 0 0;
	cursor: pointer;
}

#articles-tree li label {
	margin: 5px 0 0 10px;
    position: absolute;
    cursor: pointer;
}

#articles-tree .article-item input {
	margin-top: 0;
}

#articles-tree li .notlabel {
	color: #BBB;
}

#articles-tree li span:not( .article-buttons ) {
	padding: 1px 10px 7px 10px;
    border-radius: 5px;
    line-height: 16px;
}

.article-hidden {
	color: #AAA;
}

.article-concept {
	color: #cf0000;
}

.article-eshop {
	color: #45af25;
}

.article-news {
	color: purple;
}

@media screen and (max-width: 1400px) {
	.login-r .pad {
		margin: 30px 20px 20px 20px;
	}
	
	.login-r h2 {
		font-size: 1.6em;
	}
	
	.login {
		margin-top: 30px;
	}
	
	.login-r .logo:last-child {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.login-r {
		display: none;
	}
	
	.login-l {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.logout-bg {
		width: 90%;
	}
}