

/* app fonts */

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/* chart fonts */

@font-face {
    font-family: 'helveticaneueltstd_lt';
    src: url('../fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneueltstd_ltit';
    src: url('../fonts/HelveticaNeueLTStd-LtIt.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-LtIt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'helveticaneueltstd_th';
    src: url('../fonts/HelveticaNeueLTStd-Th.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Th.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneueltstd_thit';
    src: url('../fonts/HelveticaNeueLTStd-ThIt.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-ThIt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {
    font-family: 'helveticaneueltstd_md';
    src: url('../fonts/HelveticaNeueLTStd-Md.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Md.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'minion_pro';
    src: url('../fonts/MinionPro-Regular.woff2') format('woff2'),
        url('../fonts/MinionPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'miller_it';
    src: url('../fonts/Miller-DisplayItalic.woff2') format('woff2'),
        url('../fonts/Miller-DisplayItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'celesteot_boldita';
    src: url('../fonts/CelesteOT-BoldIta.woff2') format('woff2'),
        url('../fonts/CelesteOT-BoldIta.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*
@font-face {
    font-family: 'helvetica_neuebold';
    src: url('../fonts/helveticaneue-bold-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_neuelight';
    src: url('../fonts/helveticaneue-light-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_neueregular';
    src: url('../fonts/helveticaneue-roman-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_neueitalic';
    src: url('../fonts/helveticaneue-italic-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_neuelightitalic';
    src: url('../fonts/helveticaneue-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/


/* fonts for the bar's logo */

@font-face {
    font-family: 'ebg_bi';
    src: url('../fonts/ebgaramond-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/ebgaramond-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ebg_ri';
    src: url('../fonts/ebgaramond-regularitalic-webfont.woff2') format('woff2'),
         url('../fonts/ebgaramond-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mon_b';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mon_l';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pfd_bl';
    src: url('../fonts/playfairdisplay-black-webfont.woff2') format('woff2'),
         url('../fonts/playfairdisplay-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pts_r';
    src: url('../fonts/ptsans-regular-webfont.woff2') format('woff2'),
         url('../fonts/ptsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



.font-preloader{
    position: absolute;
    left: 0px;
    top: -100px;
}

* {
	margin: 			0;
	padding: 			0;
	border: 			0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 		border-box;

    -webkit-appearance: none;
}


:focus {outline:none;}
::-moz-focus-inner {border:0;}

input::-moz-focus-inner {
  border: 0;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

h1,h2,h3,h4,h5{
    font-weight: normal;
	font-family: 'robotobold',Arial;
}


/*
*:not(html) {
    -webkit-transform: 	translate3d(0, 0, 0);
}
*/

::selection {
	background: 		#e32612;
	color:				#ffffff;
	}

::-moz-selection {
	background: 		#e32612;
	color:				#ffffff;
}

html {
	width:				100%;
	height: 			100%;
	overflow-y: 		none;
	font-family: 		'robotoregular',Arial,Georgia,Courier;
	font-weight:		normal;
	background: 		#eeeeee;
}

body {
	width:				100%;
	height: 			100%;
	font-size:			14px;
	line-height:		18px;
	font-weight: 		normal;
	text-align:			left;
	color:				#000000;
}


#screen{
	position:			absolute;
	height: 			100%;
	width:				100%;
	background:			#f9f8f6;
	text-align:			center;
    }

.backwhite{
    background: #ffffff !important;
}

.loginbox{
	background:			#ffffff;
	min-width:			300px;
	max-width:			480px;
	width:				30%;
	display: 			inline-block;
	vertical-align:		middle;
	margin:				0px auto;
	border-radius:		8px;
}

.loginbox[data-f="remember"]{
    display: none;
}

.loginbox header{
	text-align:			center;
	background: 		#e32612;
	padding: 			20px 10px;
	border-radius:		8px 8px 0px 0px;
}

.loginbox .in{
	padding:			32px 32px;
}


.loginbox .forget-link, .loginbox .back-to-login-link {
    color: #e32612;
    cursor: pointer;
}

.loginbox .forget-link:hover, .loginbox .back-to-login-link:hover {
    text-decoration: underline;
    color: #e32612;
}

.loginbox .field{
	position:			relative;
	width: 				100%;
	border: 			1px solid #cbcbcb;
	height:				48px;
	margin-bottom:		8px;
	border-radius:		8px;
	padding-left:		48px;
}

.loginbox .field input{
	height:				100%;
	width:				100%;
	background:			transparent;
	font-family: 		'robotoregular',Arial;
	font-size:			16px;
	color:				#aaaaaa;
	padding:			0px 10px;
}

.loginbox .field span{
	position: 			absolute;
	left:				0px;
	top:				0px;
	height:				100%;
	width:				48px;
	background:			#eeeeee;
	border-right:		1px solid #cbcbcb;
	border-radius:		8px 0px 0px 8px;
}

.login-error, .remember-error{
	margin:				20px 0px 20px 0px;
	color:				#e32612;
}

.remember-ok{
	margin:				20px 0px 20px 0px;
	color:				#008800;
}


.button{
	background: 		#e32612;
	color:				#ffffff;
	font-family: 		'robotobold',Arial;
	font-size:			11px;
	border-radius:		6px;
	padding:			0px 20px;
	line-height:		18px;
	cursor:				pointer;
	border:				2px solid #e32612;
    text-decoration:    none;
}

.button:hover{
	background: 		#ffffff;
	color:				#e32612;
}

.button.dif{
    background: 		#400000;
	color:				#ffffff;
    border:				2px solid #400000;
}

.button.dif:hover{
    background: 		#ffffff;
	color:				#e32612;
}

.button.dif2{
    /*background: 		#006000;*/
    background:         #78BE50;
	color:				#ffffff;
    border:				2px solid #006000;
}

.button.dif2:hover{
    background: 		#ffffff;
	color:				#e32612;
}

.button.dif3{
    background: 		#0000b0;
	color:				#ffffff;
    border:				2px solid #0000b0;
}

.button.dif3:hover{
    background: 		#ffffff;
	color:				#0000b0;
}

.button-big{
	font-size:			24px !important;
	line-height:		48px !important;
}

.button-disabled{
	background: 		#cccccc;
	color:				#ffffff;
	font-family: 		'robotobold',Arial;
	font-size:			11px;
	border-radius:		6px;
	padding:			0px 20px;
	line-height:		18px;
	border:				2px solid #cccccc;
}

.trash{
    display:            inline-block;
    vertical-align:     middle;
    cursor:             pointer;
    padding-top:         18px;
    margin-left:        4px;
}

.wide{
	width: 				100%;
}


.checkbox{
    display:            inline-block;
    vertical-align:     top;
	cursor:				pointer;
	line-height:		26px;
	position:			relative;
	padding-left:		26px;
    font-family:        "robotoregular";
    font-size:          11px;
    color:              #000000;
}
.checkbox input{
	display: 			none;
}


.checkbox input + span{
   position: 			absolute;
   left: 				0px;
   top: 				5px;
   background: 			#ffffff;
   height: 				16px;
   width: 				16px;
   display:				inline-block;
   padding: 			0 0 0 0px;
   border: 				1px solid #cbcbcb;
   border-radius:		2px;
}

.checkbox input + span i{
	position: 			absolute;
	display: 			none;
    left: 				3px;
    top: 				3px;
	right: 				3px;
	bottom: 			3px;
	background: 		#e32612;
	border-radius:		1px;
}

.checkbox input:checked + span i{
	display: 			block;
}




.radiobutton{
    display:            inline-block;
    vertical-align:     top;
	cursor:				pointer;
	line-height:		26px;
	position:			relative;
	padding-left:		26px;
    font-family:        "robotoregular";
    font-size:          11px;
    color:              #000000;
}
.radiobutton input{
	display: 			none;
}


.radiobutton input + span{
   position: 			absolute;
   left:				0px;
   top: 				5px;
   background: 			#ffffff;
   height: 				16px;
   width: 				16px;
   display:				inline-block;
   padding: 			0 0 0 0px;
   border: 				1px solid #cbcbcb;
   border-radius:		50%;
}

.radiobutton input + span i{
	position: 			absolute;
	display: 			none;
    left: 				3px;
    top: 				3px;
	right: 				3px;
	bottom: 			3px;
	background: 		#e32612;
	border-radius:		50%;
}

.radiobutton input:checked + span i{
	display: 			block;
}

.select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /* remove default arrow */
   background-image: url(../img/tridown.svg);   /* add custom arrow */
   background-size: 12px auto;
   background-position: center right 6px;
   background-repeat: no-repeat;
   line-height:		26px;
   border:	1px solid #bbbbbb;
   padding: 0px 30px 0px 6px;
   border-radius: 6px;
   font-family: 'robotoregular',Arial,Georgia,Courier;
   font-weight:	normal;
   font-size: 11px;
   cursor: pointer;
   color: #000000;
}

.select::-ms-expand {
    display: none; /* hide the default arrow in ie10 and ie11 */
}


.editbox{
	line-height:		28px;
    border:	1px solid #cccccc;
	padding: 0px 6px 0px 6px;
	font-family: 'robotoregular',Arial,Georgia,Courier;
    font-weight:	normal;
    font-size: 12px;
	border-radius: 6px;
}

.editbox-readonly{
    background: #eeeeee !important;
    }

.menu-left{
	position: 			fixed;
	left: 				0px;
	top: 				0px;
	width: 				120px;
	height: 			100%;
	background: 		#e32612;
	text-align:			center;
}

.menu-left .logo img{
	padding:			50px 0px 10px 0px;
	width:				70%;
}

.menu-left .option{
    position:           relative;
	cursor: 			pointer;
    display:			block;
    height:				100%;
    width:				100%;
    padding:			20px 0px;
}

.menu-left .option:hover{
	background:			#000000;
}


.menu-left .option-current{
	background:			#000000;
}

.menu-left .option.disabled{
    opacity: 0.3 !important;
    cursor: auto !important;
}


.menu-left .option.disabled:hover{
    background:	transparent !important;
}

/*
.menu-left .option span{
	display:			block;
	height:				100%;
	padding:			20px 0px;
}
*/
.menu-left .option span{
    position:           absolute;
    right:              10px;
    bottom:             16px;
	display:			block;
	height:				24px;
    width:              auto;
    min-width:          24px;
	text-align:         center;
    font-size:          10px;
    line-height:        22px;
    color:              #000000;
    border:             1px solid #ffffff;
    border-radius:      50%;
    font-family: 		'robotobold',Arial;
    padding:            0px 3px;
    margin:             0px;
    display:            none;
    background:         #ffffff;
}

.menu-left .connectionstatus{
	position:			absolute;
	bottom:				0px;
    padding-bottom:     10px;
	height:				auto;
	line-height:		16px;
	color: 				#ffffff;
	font-size:			12px;
	text-align:			center;
	left:				0px;
	width:				100%;
	font-family: 		'robotobold',Arial;
}


.menu-top{
	position: 			fixed;
    display:            none;
	padding-left:		100px;
	left: 				0px;
	top: 				0px;
	height: 			70px;
	width: 				100%;
	text-align: 		left;
	background: 		#e32612;
}

.menu-top header{
    display: 			inline-block;
	vertical-align:		middle;
    height: 			70px;
	margin: 			0px 0px 0px 50px;
	color:				#ffffff;
}

.menu-top h3{
    display:            inline;
    color:              #ffffff;
    font-weight:        bold;
    font-size:          12px;
}

.menu-top h1{
    font-family:        "robotobold",Arial;
	font-size:			24px;
	line-height:		25px;
    color:				#ffffff;
    margin:             0px;
    padding:            15px 0px 0px 0px;
}

.menu-top h2{
	font-size:			12px;
	line-height:		25px;
    color:				#ffffff;
    margin:             0px;
    padding:            0px;
}


.menu-top u{
	position: absolute;
	left: 100px;
	top: 0px;
	height: 100%;
	width: 40px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.33) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.33) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.33) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}

.menu-top span{
	position: relative;
	float: right;
	display: block;
	height: 100%;
	width: auto;
	text-align: center;
}



.menu-top span img{
	display: block;
}


.menu-top i{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0;
  	height: 0;
  	border-top: 0px solid transparent;
  	border-bottom: 0px solid transparent;
  	border-left: 0px solid #e32612;
}


.menu-top b{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0;
  	height: 0;
  	border-top: 0px solid transparent;
  	border-bottom: 0px solid transparent;
  	border-left: 0px solid #ffffff;
}



.desktop{
	position:			relative;
	text-align: 		left;
	min-width:			100%;
	min-height:			100%;
    display:            none;
}

h1{
	font-size:			24px;
	line-height:		1.1em;
	color:				#cccccc;
    margin-bottom:      14px;
    font-family:        "robotobold";
    font-weight:        normal;
}

h2{
    font-family:        "robotoregular";
	font-size:			17px;
	line-height:		1.1em;
	color:				#808080;
    font-weight:        normal;
}

h2 span{
    color:              #e32612;
    font-size:			20px;
}

h3{
    font-family:        "robotoregular";
	font-size:			12px;
	line-height:		1.1em;
	color:				#999999;
    font-weight:        normal;
}



h5{
    font-family:        "robotoregular";
	font-size:			17px;
	line-height:		1.1em;
	color:				#808080;
    font-weight:        normal;
    text-decoration:    underline;
    cursor:             pointer;
    margin:             20px 0px;
}




.desktop .module-notifications{
	position:			relative;
	float:				left;
	padding:            50px 20px 20px 30px;
}

.desktop .module-profile{
	position:			relative;
	float:				left;
    padding:            14px 10px 14px 28px;
}

.desktop .module-profile p{
	line-height: 40px;
    font-family: "robotobold",Arial;
    font-size: 10px;
    font-weight: normal;
    color: #333333;
}

.desktop .module-profile p .checkbox{
    position: relative;
    margin-top: 7px;
    float: right;
}

.desktop .module-profile .module-profile-in{
    position: relative;
    background: #ffffff;
    padding: 20px 20px 20px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.desktop .module-profile .module-profile-in .godown{
    position: relative;
    padding: 0px 0px 0px 0px;
    bottom: 0;
    left: 0px;
    right: 0px;
    margin-top: 10px;
    overflow: auto;
}



.desktop .module-profile p > a {
    display: block;
    position: relative;
    padding: 0px 32px 0px 32px;
    color: #666666;
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

.desktop .module-profile p > a:hover{
    text-decoration: none;
}

.desktop .module-profile p > a > img{
    position: absolute;
    width: 20px;
    height: auto;
    top: 0px;
    left: auto;
    right: auto;
    bottom: auto;
}

.desktop .module-profile p > a > img:first-of-type{
    left: 0px;
}

.desktop .module-profile p > a > img:last-of-type{
    right: 10px;
}


.desktop .module-profile .module-sendmsg-in{

}

.desktop .module-profile .module-sendmsg-in textarea{
    font-family: 'robotoregular',Arial;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    width: 100%;
    height: 80%;
    resize: none;
}

.desktop .module-budget{
	position:			relative;
	float:				left;
    padding:            14px 20px 14px 20px;
}

.desktop .module-budget .module-budget-in{
    position: relative;
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    height: 100%;
}

.desktop .module-budget h1{
    float: left;
}

.desktop .module-budget select{
    float: right;
}

.desktop .module-history{
	position:			relative;
	float:				left;
    padding:            20px 10px 20px 30px;
}

.desktop .module-history .historylist{
    overflow: auto;
}

.desktop .module-history .historylist table{
    width: 100%;
}

.desktop .module-history .historylist table th{
    background: #e32612;
    color: #ffffff;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
}

.desktop .module-history .historylist table td{
    color: #222222;
    line-height: 28px;
    height: 28px;
    font-size: 12px;
}


.lineV{
	position: absolute;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=1 ); /* IE6-9 */
}

.lineH{
	position: relative;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
    height: 4px;
    width: 100%;
}

.notification{
	position: relative;
	background: #e5e5e5;
	padding: 0px 10px;
	margin-bottom: 20px;
    line-height: 34px;
}

.notification button{
	float: left;
	width: 160px;
}

.notification p{
	float: left;
	margin: 0px 0px 0px 0px;
    line-height: 34px;
    font-family: 'robotobold',Arial;
    font-size: 10px;
    color: #333333;
}

.notification b{
	line-height: 34px;
    font-family: 'robotobold',Arial;
	font-size: 13px;
	font-weight: normal;
    color: #333333;
}

.notification span{
	float: right;
	display: block;
	line-height: 34px;
    font-family: 'robotobold',Arial;
    font-size: 10px;
    color: #575757;
}

.notification u{
	position: absolute;
	right: 20px;
	top: 100%;
	width: 0;
 	height: 0;
 	border-left: 10px solid transparent;
 	border-right: 10px solid transparent;
 	border-top: 10px solid #e5e5e5;
}

.budget-circle-container{
    position: relative;
	display: inline-block;
	vertical-align: top;
    margin: 0px;
    width: 140px;
    text-align: center;
}

.budget-circle-foot{
    position: relative;
	display: inline-block;
	vertical-align: top;
    font-family: 'robotobold',Arial;
    font-size: 10px;
    color: #333333;
    margin: 3px 0px 3px 0px;
    width: 140px;
    text-align: center;
}

.budget-circle-foot select{
    margin: 0px;
    width: 100%;
}

.budget-circle-foot p{
    text-align: center;
    margin: 0px;
}


.budget-circle{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 140px;
	height: 140px;
	overflow: hidden;
    margin: 0px auto;
}

.budget-circle canvas{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	height: 140px;
}

.budget-circle div{
	position: relative;
	text-align: center;
	color: #999999;
}

.budget-circle p{
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
    font-family: 'robotoregular',Arial;
    color: #808080;
}

.budget-circle span{
	position: relative;
    font-family: 'robotoregular',Arial;
	font-size: 9px;
	line-height: 1.2em;
    color: #808080;
}

.quadbutton{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: #ffffff;
	color: #1a1a1a;
	width: auto;
	padding: 6px 20px;
	text-align: right;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
	cursor: pointer;
	border-radius: 3px;
	font-family: 'robotobold';
	font-size: 10px;
	line-height: 12px;
	margin: 10px;
}

.quadbutton:hover{
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.0);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.0);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.0);
}

.quadbutton-disabled{
    opacity: 0.4;
    cursor: auto !important;
}

.quadbutton-disabled:hover{
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25) !important;
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25) !important;
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25) !important;
}

.quadbutton span{
	display: inline-block;
	vertical-align: middle;
}

.quadbutton span:nth-child(1) {
    margin-right: 10px;
}

.classicbutton{
    background: #666666;
    color: #ffffff;
	font-family: 'robotobold';
	font-size: 12px;
	line-height: 28px;
    padding: 0px 30px;
    border-radius: 6px;
    cursor: pointer;
    margin-left: 12px;
}

.classicbutton:hover{
    background: #444444;
}


.uploadimagebutton img{
    height: 28px;
    display: inline-block;
    vertical-align: middle;
}

.uploadimagebutton p{
    line-height: 28px;
    margin: 0px;
    padding: 0px 0px 0px 2px;
    display: inline-block;
    vertical-align: middle;
}

.padder{
	position: relative;
	padding: 40px 60px;
}

.padder-only-h{
    padding: 0px 60px;
}

.padder .in{
	position: relative;
}

h4{
	position: absolute;
	right: 20px;
	top: 0px;
	color: #e6e6e6;
	width: auto;
	height: auto;
	font-family: 'robotobold';
	font-size: 26px;
	line-height: 28px;
}

.vertical-text {
	transform: rotate(270deg);
	transform-origin: 100% 0%;
}

.forbidfields-reedition{
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #f9f8f680;
}

.properties-field{
    position: relative;
	margin-bottom: 20px;
}

.properties-field div{
	display: inline-block;
	vertical-align: top;
	margin-right: 0px;
	font-family: 'robotoregular';
	font-size: 14px;
	line-height: 26px;
	color: #999999;
	margin-bottom: 2px;
    width: 180px;
}

.properties-field i{
    display: inline-block;
    vertical-align: top;
    font-family: 'robotoregular';
	font-size: 10px;
	line-height: 12px;
    font-style: normal;
    margin-top: 0px;
}


.properties-field span{
    display: inline-block;
    font-family: 'robotoregular';
	font-size: 10px;
	line-height: 12px;
}

.properties-field p{
    position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: 'robotoregular';
	font-size: 16px;
	line-height: 26px;
	color: #222222;
}

.properties-field .fixw{
    width: 80px !important;
}


.properties-field .checkbox{
	margin-right: 40px;
	display: inline-block;
}


.properties-field .radiobutton{
	margin-right: 20px;
}

.properties-field .select{
	margin-right: 40px;

}

.properties-field u{
    display: none;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    background: #f9f8f6;
    opacity: 0.5;
}

.project-screen{
	display: none;
}

.half{
    position: relative;
	width: 50%;
	float: left;
}


.searcher-field{
	margin-bottom: 10px;
}


.searcher-field input[type=text]{
	line-height: 34px;
    padding: 0px 10px;
    color: #999999;
    background: #ffffff;
    font-size: 14px;
    width: 280px;
}

.searcher-field input.datepicker{
    width: 140px;
}

.searcher-field span{
	position: relative;
	margin: 0px 10px 0px 0px;
	display: inline-block;
	vertical-align: middle;
}

.searcher-field span i{
	position: absolute;
	right: -6px;
	top: -6px;
	width: 18px;
	height: 18px;
	line-height: 16px;
	font-style: normal;
	font-size: 18px;
	font-family: Arial;
	cursor: pointer;
	background: #dddddd;
	border-radius: 50%;
	border: 1px solid #888888;
	text-align: center;
	display: none;
}

.searcher-field span i:hover{
	background: #ffffff;
}

.searcher-field span u{
	position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    height: 100%;
    padding: 3px 4px 0px 3px;
    text-decoration: none;
    border-left: 2px solid #dddddd;
}

.searcher-field span u img{
	position: relative;
}


.button-search{
	display: inline-block;
	vertical-align: top;
	font-family: 'robotoregular';
	font-size: 14px;
	height: 34px !important;
	line-height: 34px !important;
	color: #ffffff;
	border: 1px solid #555555;
	background: #4d4d4d;
	border-radius: 4px;
	cursor: pointer;
	padding: 0px 20px;
	margin: 1px 0px 0px 0px;
}


.button-search:hover{
	color: #555555;
	background: #ffffff;
}

.list{
	margin: 0px 0px;
}

.list table{
	width: 100%;
    margin: 0px auto;
}


.list table th{
    position: relative;
	background: #f7f7f7;
	line-height: 50px;
    color: #000000;
    font-family: 'robotobold';
    font-size: 14px;
    font-weight: normal;

}

.list table td{
    position: relative;
	font-family: 'robotoregular';
    font-size: 14px;
    font-weight: normal;
    line-height: 50px;
    color: #000000;
}

.list table tr:hover{
	background: #ffffff;
}

.list table th span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
    margin-left: 0px;
    padding: 0px;
}

.list table th[data-orderby]:hover{
	cursor: pointer;
}

.list table th[data-orderby]:hover span{
	text-decoration: underline;
}

.list table td > input{
	width: 90%;
}

.list table td > select{
	width: 90%;
}


.list table td > button{
	background: 		#e32612;
	color:				#ffffff;
	font-family: 		'robotobold',Arial;
	font-size:			11px;
	border-radius:		6px;
	padding:			0px 20px;
	line-height:		18px;
	cursor:				pointer;
	border:				2px solid #e32612;
    text-decoration:    none;
}

.list table td > button:hover{
	background: 		#ffffff;
	color:				#e32612;
}


.new-external-order-bt{
    position: absolute;
    right: 20px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: 		#e32612;
	color:				#ffffff;
	font-family: 		Arial;
	font-size:			32px;
	border-radius:		50%;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e32612;
}

.new-external-order-bt:hover{
	background: 		#ffffff;
	color:				#e32612;
}

/*
.list table tr td:nth-child(1){
	width: 20%;
    padding: 0px 0px 0px 60px;
}

.list table tr td:nth-child(2){
	width: 25%;
}

.list table tr td:nth-child(3){
	width: 15%;
}

.list table tr td:nth-child(4){
	width: 10%;
}

.list table tr td:nth-child(5){
	width: 21%;;
}


.list table tr th:nth-child(1){
	width: 20%;
    padding: 0px 0px 0px 60px;
}

.list table tr th:nth-child(2){
	width: 25%;
    padding: 0px 0px 0px 0px;
}

.list table tr th:nth-child(3){
	width: 15%;
    padding: 0px 0px 0px 0px;
}

.list table tr th:nth-child(4){
	width: 10%;
    padding: 0px 0px 0px 0px;
}

.list table tr th:nth-child(5){
	width: 21%;
    padding: 0px 0px 0px 0px;
}
*/

.list .arrow-asc {
  display: none;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;

  border-bottom: 7px solid #e32612;
}

.list .arrow-desc {
  display: none;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;

  border-top: 7px solid #e32612;
}



.modal-layer{
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(255,255,255,0.9);
    display: none;
    z-index: 2;
}

.msgbox{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    min-width: 250px;
    max-width: 400px;
    height: auto;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 0px;
    display: none;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
}


.msgbox h1{
    padding: 0px 10px;
    background: #e32612;
    font-family: 'robotobold',Arial,Georgia,Courier;
    font-size: 26px;
    line-height: 60px;
    font-weight: normal;
	color: #ffffff;
}

.msgbox h2{
    padding: 20px 10px;
    font-family: 'robotoregular',Arial,Georgia,Courier;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-align: center;
    font-weight: normal;
}

.msgbox .prompt{
    position: relative;
    padding: 10px 20px;
}

.msgbox .prompt p{
    padding: 0px 0px;
    font-family: 'robotoregular',Arial,Georgia,Courier;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    text-align: left;
    margin: 0px 0px 8px 0px;
}

.msgbox .prompt input{
    margin: 0px auto;
    border:	1px solid #cccccc;
    width: 100%;
    line-height: 28px;
    font-size: 12px;
    padding: 0px 6px 0px 6px;
    font-family: 'robotoregular',Arial,Georgia,Courier;
    border-radius: 6px;
}


.msgbox .prompt2{
    position: relative;
    padding: 10px 20px;
}

.msgbox .prompt2 p{
    padding: 0px 0px;
    font-family: 'robotoregular',Arial,Georgia,Courier;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    text-align: left;
    margin: 0px 0px 8px 0px;
}

.msgbox .prompt2 input{
    margin: 0px auto;
    border:	1px solid #cccccc;
    width: 100%;
    line-height: 28px;
    font-size: 12px;
    padding: 0px 6px 0px 6px;
    font-family: 'robotoregular',Arial,Georgia,Courier;
    border-radius: 6px;
}


.msgbox .selection{
    text-align: center;
    padding: 10px 32px;
}

.msgbox .selection select{
    height: 32px;
    width: 100%;
}

.msgbox .list{
    text-align: center;
    padding: 0px 32px;
}

.msgbox .list p{
    background: #bbbbbb;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 4px;
    cursor: pointer;
}

.msgbox .list p.active{
    background: #444444;
}

.msgbox .buttons{
    position: relative;
    padding: 10px 20px;
    text-align: center;
}

.msgbox button{
    background: #e32612;
    border: 2px solid #e32612;
    color: #ffffff;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    padding: 0px 10px;
    margin: 10px 20px;
    cursor: pointer;
    border-radius: 6px;
}

.msgbox button:hover{
    background: #ffffff;
    color: #e32612;
}

.msgbox .progression {
    position: relative;
    padding: 10px 20px 20px 20px;
}

.msgbox .progression div{
    position: relative;
    width: 100%;
    height: 32px;
    border: 1px solid #dddddd;
    background: #ffffff;
}


.msgbox .progression div p { position: absolute; background: #e32612; left: 0; top: 0; bottom: 0; right: 0;  }

.msgbox a{
    color: #e32612;
}

.scrollformore{
	text-align: right;
	line-height: 20px;
	font-size: 10px;
	margin: 20px 0px 20px 0px;
    color: #b3b3b3;
	padding: 0px 100px;
    font-family: "robotobold",Arial;
}

.scrollformore img{
	display: inline-block;
	vertical-align: middle;
    height: 26px;
}

.scrollformore span{
	display: inline-block;
	vertical-align: middle;
	line-height: 14px;
	font-size: 10px;
	text-align: left;
	color: #b3b3b3;
	margin: 0px 0px 0px 10px;
    font-family: "robotobold",Arial;
}

.scrollformore .scroll-stopped{
	display: inline-block;
}

.scrollformore .scroll-running{
	display: none;
}

.screenshots{
	text-align: center;
	padding: 40px 0px 0px 0px;
}

.screenshot{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	position: relative;
	margin: 0px 1% 30px 1%;
}

.screenshot div{
    cursor: pointer;
    border: 2px solid transparent;
}


.screenshot img{
	width: 100%;
    display: block;
}

.screenshot p{
	text-align: center;
	margin: 6px 0px;
    font-family: "robotoregular",Arial;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}

.screenshot-selected{
    border: 2px solid #e32612 !important;
}

.innerscroll{
	position: relative;
	overflow: scroll;
}


.ballsflavours{
    margin-top: -20px;
}

.products{
	text-align: center;
	padding: 40px 0px 0px 0px;
}

.product{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	position: relative;
	margin: 0px 1% 30px 1%;
}

.product div{
    position: relative;
    cursor: pointer;
    border: 1px solid #cccccc;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ballsdessertpricespreview{
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    background: #e32612;
    color: #ffffff;
    text-align: center;
    padding: 0px 8px;
    min-width: 40px;
    margin-left: 20px;
    cursor: pointer;
}

.product div > span{
    position: absolute;
    right: 4px;
    bottom: 4px;
    height: 24px;
    line-height: 24px;
    background: #e32612;
    color: #ffffff;
    text-align: center;
    padding: 0px 8px;
    min-width: 40px;
}

.product img{
	width: 100%;
    display: block;
}

.product p{
	text-align: center;
	margin: 6px 0px;
    font-family: "robotoregular",Arial;
    font-size: 10px;
    line-height: 15px;
    color: #000000;
}

.product-selected{
    border: 1px solid #e32612 !important;
}

.menu-families{
    font-family: "robotobold";
    font-size: 10px;
    color: #000000;
}

.menu-families div{
    position: relative;
    line-height: 28px;
    padding: 0px 10px 0px 20px;
    cursor: pointer;
}

.menu-families div:nth-child(even){
    background: #ffffff;
}
.menu-families div:nth-child(odd){
    background: #eeeeee;
}

.menu-families div span{
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 11px;
    color: #e32612;
}

.menu-families div:hover{
    background: #e32612;
    color: #ffffff;
}

.menu-families div:hover span{
    color: #ffffff;
}


.menu-families div.active{
    color: #e32612;
}

.menu-families div:hover.active{
    color: #ffffff;
}

.shadow{

    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
}

.canvas{
    width: 0px;
    height: 0px;
    transform-origin: 0 0;
    transform: scale(1.0);
    /*overflow: hidden;*/
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
    user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}


.canvas .fakebackground{

    position: absolute;
    left: auto;
    right: auto;
    top: 0px;
    height: 100%;
    width: 100%;

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.canvas img.background{

    position: absolute;
    left: auto;
    right: auto;
    top: 0px;
    height: 100%;
    width: 100%;

}

.canvas hr{
    position: absolute;
    background: #e32612;
    display: none;
}

.verticalnumorder{
	transform: rotate(270deg);
	transform-origin: 0% 100%;
    position: absolute;
    left: 279mm;
    bottom: 5mm;
    color: #000000;
    font-family: 'helveticaneueltstd_md',Arial;
    font-weight: normal;
    font-size:  8pt;
    line-height: 1.8em;
}

.ballflavour-column{
    width: 33.333%;
    float: left;
    text-align: left;
}

.ballflavour{
    padding: 2px 10px 2px 0px;
}

.trans05{
    transition: all 0.50s ease;
}

.dessert{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 140mm;
    height: 140mm;
    cursor: pointer;

    user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.dessert  div{
    position: absolute;
    left: 0mm;
    top: 0mm;
}

.dessert div.dessert-bottom-line{
    position: absolute;
    left: 35% !important;
    right: auto !important;
    width: 30% !important;
    height: 0.1mm !important;
    top: 0px !important;
    bottom: auto !important;
    /*bottom: 1px !important;*/
    border-top: 1px dotted #b4952c;
}

.dessert img{

}

.dessert .dessert-image{
    position: absolute;
    left: 0mm;
    top: 0mm;
    border-radius: 50%;
    border: 1mm solid #b4952c;
    -webkit-box-shadow: 6px 6px 7px 0px rgba(50, 50, 50, 0.10);
    -moz-box-shadow:    6px 6px 7px 0px rgba(50, 50, 50, 0.10);
    box-shadow:         6px 6px 7px 0px rgba(50, 50, 50, 0.10);
}

.dessert span{
    display: inline-block;
    margin: 1mm 0mm 0mm 0mm;
}

.dessert span u{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 1mm 2mm 0.5mm 2mm;
    font-family: 'helveticaneueltstd_md',Arial;
    font-weight: normal;
    font-size:  11pt;
    line-height: 1.3em;
    /*border: 0.1mm dotted #222221;*/
    background: #b4952c;
    color: #ffffff;
    min-width: 20mm;
}

.dessert span.multiple{
    margin: 0mm 0.5mm 2mm 0.5mm;
}

.dessert span.multiple u{
    min-width: 18mm;
}

.dessert h1{
    position: relative;
    font-size:  13pt;
    line-height: 1.2em;
    color: #8f742d;
    font-family: 'miller_it',Arial;
    font-weight: normal;
    margin: 0;
    margin-bottom: 1mm;
}


.dessert p{
    position: relative;
    font-size:  9.3pt;
    line-height: 1.2em;
    color: #b4952c;
    font-family: 'celesteot_boldita',Arial;
    font-weight: normal;
    margin: 0;
    margin-bottom: 1mm;
}

.dessert p i{
    position: relative;
    font-size:  9pt;
    line-height: 1.2em;
    color: #222221;
    font-weight: normal;
    color: #222221;
    /*padding-left: 2mm;*/
    font-style: normal;
}

.dessert p i.dessert-sec-lang-desc-1{
    font-family: 'helveticaneueltstd_lt',Arial;
}

.dessert p i.dessert-sec-lang-desc-2{
    font-family: 'helveticaneueltstd_ltit',Arial;
}

.dessert i u{
    color: #e32612;
    text-decoration: none;
    font-style: none;
    display: none;
}

.dessert-property{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10mm;
    height: 10mm;
}


.project-documents-observations{

}

.project-documents-observations textarea{
    width: 100%;
    max-width: 500px;
    min-height: 200px;
    padding: 10px;
    border: 1px solid #dddddd;
    color: #222222;
    resize: none;
    font-family: "robotoregular";
    font-size: 14px;
    line-height: 18px;
    background: #fbfbfb;
}

.logoarea{
    position: absolute;
    background: #ffffff;
    right: 25.5mm;
    top: 249mm;
    width: 90mm;
    height: 32mm;
    overflow: hidden;
    line-height: 1.2em;
    text-align: center;
    border-radius: 4mm;
}

.logoarea img{
    position: absolute;
    left: auto;
    top: auto;
    width: auto;
    image-orientation: none;
}

.trashlogo{
    position: absolute;
    left: 0px;
    top: 0px;
    width: auto;
    height: auto;
    padding: 4px 4px 4px 4px;
    background: #888888;
    cursor: pointer;
}

.trashlogo img{
    width: 48px;
    height: auto;
}


.logo-tool{
    width: 320px;
    margin-bottom: 30px;
}

.logo-tool input[type=file]{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 1px;
    opacity: 0.1;
}

.logo-tool-colors{
    position: absolute;
    right: 20px;
    top: 100px;
    width: 120px;
}

.logo-preview{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #444444;
    margin: 10px 0px 10px 0px;
}

.logo-preview-image{
    position: relative;
    height: 80px;
    overflow: hidden;
}

.logo-preview-image img{
    cursor: move;
    image-orientation: none;
}


.text-preview{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #444444;
    margin: 10px 0px 10px 0px;
}


.text-preview textarea{
    position: relative;
    width: 100%;
    height: 150px;
    resize: none;
    text-align: center;
    background: #ffffff;
    color: #000000;
    line-height: 1.2em;
    padding: 10px 0px;
    overflow: hidden;
}

.logo-tool-zoomer{
    position: relative;
    height: 38px;
    background: #444444;
    padding: 19px 40px 0px 40px;
    color: #ffffff;
}


.logo-tool-zoomer div{
    position: relative;
    height: 1px;
    background: #f0f0f0;
}

.logo-tool-zoomer i{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 1px;
    width: auto;
    background: #e32612;
}


.logo-tool-zoomer div span{
    position: absolute;
    left: 0px;
    top: 0px;
    margin: -12px 0px 0px 0px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background: #ffffff;
    cursor: pointer;
}

.logo-tool-zoomer div span u.left{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 7px solid #e32612;
    text-decoration: none;
}

.logo-tool-zoomer div span u.right{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: 2px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #e32612;
    text-decoration: none;
}


.logo-tool-zoomer div b{
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    top: -8px;
}

.logo-colors-color{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    border: 2px solid #aaaaaa;
    margin: 5px 5px 0px 0px;
    cursor: pointer;
    line-height: 1px;
}

.logo-colors-color.selected{
    border: 2px solid #e32612;
}

.logo-colors-color div:nth-child(even){
    display: inline-block;
    vertical-align: top;
    width: 4px !important;
    height: 4px !important;
    margin: 0px !important;
    padding: 0px !important;
    background: #aaaaaa;
}

.logo-colors-color div:nth-child(odd){
    display: inline-block;
    vertical-align: top;
    width: 4px !important;
    height: 4px !important;
    margin: 0px !important;
    padding: 0px !important;
    background: #ffffff;
}

.homemade-info{
    position: relative;
    margin: 20px 0px 0px 0px;
}

.homemade-info h3{
    margin-bottom: 4px;
}

.homemade-info input.editbox{
    width: 100%;
}




.homemade-info select{
    width: 100%;
}

.homemade-info .noteditable{
    background: #eeeeee !important;
}

.impulsoarea{
    position: absolute;
    left: 10.5mm;
    top: 12.7mm;
    width: 117mm;
    height: 271.6mm;
    overflow: hidden;
}

.impulsoarea img{
    width: 100%;
}

.qr-simil{
    position: absolute;
    overflow: hidden;
    width: 30mm;
    height: 30mm;
}

.qr-simil img{
    width: 100%;
    display: block;
}


.qr-simil-type0{
    left: 237mm;
    bottom: 5mm;
}

.qr-simil-type1{
    left: 99mm;
    bottom: 5mm;
}

.qr-simil-type2{
    left: 80mm;
    bottom: 5mm;
}

.logo-ana-bella{
    position: absolute;
    overflow: hidden;
    background: #ffffff;
    border-radius: 3mm;
    padding: 1mm;
}

.logo-ana-bella-type0{
    /*
    left: 33.5mm;
    top: 272mm;
    */
    left: 150mm;
    top: 272mm;
    width: 71mm;
}

.logo-ana-bella-type1{
    /*
    left: 33.5mm;
    top: 272mm;
    */
    left: 12mm;
    top: 272mm;
    width: 71mm;

}

.logo-ana-bella-type2{
    right: 3mm;
    bottom: 5mm;
    width: 57mm;
}

.logo-ana-bella img{
    width: 100%;
}


.homemadearea{
    position: relative;
    background: rgba(255,255,255,0.8);
    left: 0mm;
    top: 12.7mm;
    width: 117mm;
    /*height: auto;*/
    /*
    height: 271.6mm;
    max-height: 271.6mm;
    */
    height: auto;
    max-height: 271.6mm;
    line-height: 13pt;
    text-align: left;
    padding: 11mm 6mm 8mm 6mm;
    overflow-y: auto;
    overflow-x: hidden;
}

.homemadearea-in{
    position: relative;
    width: 105mm;
    height: auto;
    max-height: 236.0mm;
}

.homemadearea p{
    text-align: center;
    margin: 0 0 6mm 0;
    font-family: "miller_it";
    font-weight: normal;
    font-size: 15pt;
    line-height: 1.2em;
    color: #5c5855;
}

.homemadearea p b{
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    height: 6mm;
    width: 6mm;
}

.homemadearea p b > i{
    position: absolute;
    background: #b4952c;
    margin: -0.8mm 0mm 0mm -0.8mm;
    left: 50%;
    top: 50%;
    width: 1.6mm;
    height: 1.6mm;
    border-radius: 50%;
}

.homemadearea h1{
    position: relative;
    font-family: "miller_it";
    font-weight: normal;
    font-size: 25pt;
    line-height: 1.2em;
    color: #b4952c;
    text-align: center;
    margin: 0px;
}


.homemadearea h2{
    position: relative;
    font-family: "celesteot_boldita";
    font-weight: normal;
    font-size: 10pt;
    line-height: 1.2em;
    padding-bottom: 0.5mm;
    color: #8a7227;
    margin: 0px;
    padding-right: 25mm;
}

.homemadearea span{
    position: absolute;
    right: 0px;
    bottom: 1.4mm;
    color: #222221;
    font-family: "helveticaneueltstd_lt";
    font-weight: bold;
    font-size: 9pt;
    line-height: 1.2em;
}


.homemade-item{
    position: relative;
    margin: 0px 0px 1.5mm 0px;
    padding-bottom: 0.5mm;
    border-bottom: thin dotted #b4952c;
    cursor: pointer;
}

.homemade-item:hover{
    background: #dddddd;
}

.homemade-item i{
    position: relative;
    display: block;
    /*padding-left: 3mm;*/
    font-style: normal;
    font-weight: normal;
    font-size: 9pt;
    line-height: 1.2em;
    margin-bottom: 0.5mm;
    color: #222221;
}

.homemade-item i.lang1{
    font-family: "helveticaneueltstd_lt",Arial;
}

.homemade-item i.lang2{
    font-family: "helveticaneueltstd_ltit",Arial;
}

.homemade-item i u{
    position: absolute;
    display: none;
    left: 0mm;
    top: 50%;
    width: 1mm;
    height: 1mm;
    margin-top: -0.5mm;
    background: #000000;
    border-radius: 50%;
}

.homemade-item-modified{
    position: absolute;
    left: -50px;
    top: 50%;
    color: #ff0000;
    font-size: 40px;
    line-height: 40px;
    margin-top: -20px;
}

.dessert-item-modified-left{
    position: absolute;
    left: -50px;
    top: 50%;
    color: #ff0000;
    font-size: 40px;
    line-height: 40px;
    margin-top: -20px;
}

.dessert-item-modified-right{
    position: absolute;
    right: -50px;
    top: 50%;
    color: #ff0000;
    font-size: 40px;
    line-height: 40px;
    margin-top: -20px;
}


.whiteweird{
    margin: 0px 0px;
    padding: 10px;
    background: white;
}

.sides{
    position: absolute;
    left: auto;
    top: auto;
}

.sidebt{
    position: relative;
    display: inline-block;
    width: 76px;
    background: #e5e5e5;
    color: #666666;
    line-height: 24px;
    font-size: 11px;
    font-weight: normal;
    cursor: pointer;
    margin-right: 10px;
    text-align: center;
    font-family: "robotobold";
}

.sidebt.actv{
    background: #e32612;
    color: #ffffff;
}

#SCREEN-EDIT-6{

}

#SCREEN-EDIT-6 .dessert{
    cursor: auto !important;
}

#SCREEN-EDIT-6 .homemade-item{
    cursor: auto !important;
}

#SCREEN-EDIT-6 .homemade-item:hover{
    background: transparent !important;
}

#SCREEN-BUDGET table{
    width: 100%;
    margin-top: 20px;
}

#SCREEN-BUDGET table th{
    padding: 10px 10px 2px 10px;
    font-family: "robotobold",Arial;
    font-weight: normal;
    color: #666666;
    line-height: 14px;
    font-size: 10px;
}

#SCREEN-BUDGET table td{
    padding: 6px 10px;
    font-family: "robotoregular",Arial;
    font-weight: normal;

    line-height: 14px;
    font-size: 12px;
}

.budgets-list{
    margin: 0px -10px;
    height: 400px;
    overflow: auto;
}


.budgets-operation{
    position: relative;
    margin: 0px -10px;
}

.budgets-lastoperations-in{
    overflow: auto;
}

.budgets-lastoperations div{
    margin: 0px -10px;
}

.budgets-lastoperations .redarrow{
    color: #e32612;
    font-size: 26px !important;
}

.budgets-lastoperations .greenarrow{
    color: #008800;
    font-size: 26px !important;
}

.budgets-lastoperations-in{

}


.budget-block{
    margin-bottom: 20px;

}

.serviceanswer{
    text-align: left;
    color: #008800;
}

.errortxt{
    color: #ff0000 !important;
}

.budget-row{
    cursor: pointer;
}

.budget-row-selected{
    background: #e32612 !important;
    color: #ffffff !important;
}


.pricesmode-0{
    position: absolute;
    right: 6mm;
    bottom: 5mm;
    font-family: 'helveticaneueltstd_ltit',Arial;
    font-size: 8pt;
    line-height: 1.2em;
}

.pricesmode-1{
    position: absolute;
    right: 6mm;
    bottom: 5mm;
    font-family: 'helveticaneueltstd_ltit',Arial;
    font-size: 8pt;
    line-height: 1.2em;
}

.pricesmode-2{
    position: absolute;
    right: 170mm;
    bottom: 5mm;
    font-family: 'helveticaneueltstd_ltit',Arial;
    font-size: 8pt;
    line-height: 1.2em;
}

.pricesmode-3{
    position: absolute;
    right: 160mm;
    bottom: 5mm;
    font-family: 'helveticaneueltstd_ltit',Arial;
    font-size: 8pt;
    line-height: 1.2em;
}


.sugerencia{
    position: absolute;
    left: 6mm;
    bottom: 5mm;
    font-family: 'helveticaneueltstd_ltit',Arial;
    font-size: 8pt;
    line-height: 1.2em;
}

.propsymbol{
    position: absolute;

}

#hojadeenvio{
	max-width: 840px;
}

#hojadeenvio h1{
    font-family: "robotobold",Arial;
    font-weight: normal;
    color: #000000;
    line-height: 20px;
    font-size: 16px;
}

#hojadeenvio h2{
    font-family: "robotobold",Arial;
    font-weight: normal;
    color: #000000;
    line-height: 18px;
    font-size: 14px;
}

#hojadeenvio hr{
    height: 2px;
    background: #dddddd;
}

.bulk-options{
    padding: 10px 20px;
    text-align: right;
}

.bulk-options span{
    line-height: 40px !important;
    height: 40px !important;
    margin-left: 10px !important;
}

.not-enough-resolution{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #666666;
    color: #eeeeee;
    text-align: center;
}

.not-enough-resolution span{
    display: block;
    width: 300px;
    height: auto;
    font-size: 24px;
    line-height: 32px;
    color: #eeeeee;
    margin: 0px auto;
}

.qr-view{
    position: relative;
    margin: 40px 0px;
    max-width: 480px;
}

.qr-view img{
    width: 100%;
}

.budgets-lastoperations-in{
    max-height: 400px;
}

.frigo-uploader{

}

.frigo-uploader h2{
    margin-bottom: 20px;
}


.frigo-uploader input[type=file]{
    display: none;
}


.frigo-uploader-button{
    cursor: pointer;
}

.frigo-uploader-button span{
    display: inline-block;
    vertical-align: middle;
}

.uploaded-list{

}

.uploaded-list p{
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    background: #e32612;
    border-radius: 6px;
    padding: 4px 8px;
    line-height: 20px;
    margin-bottom: 4px;
}


.uploaded-list p > span{
    position: absolute;
    right: -30px;
    top: 0px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #e32612;
    cursor: pointer;
    border-radius: 50%;
    display: none;
}

.uploaded-list div:hover p > span{
    display: block;
}

.list-of-items{
    margin: 10px 0px 10px 0px;
    max-height: 200px;
    overflow: auto;
    width: 80%;
}

.list-of-items p{
    line-height: 24px;
}

.custom-review-observations{
    margin: 10px 0px 10px 0px;
}

#SCREEN-APROVATION-CYCLE{

}

#SCREEN-APROVATION-CYCLE .quadbutton{

    display: none;
}

.aprovation-cycle{
    margin: 50px 0px;
}

.aprovation-cycle-date{
    text-align: center;
    border-bottom: 1px solid #aaaaaa;
    margin-top: 30px;
}

.aprovation-cycle-date h2{
    margin-bottom: -12px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 20px;
    background: #aaaaaa;
    color: #ffffff;
    line-height: 24px;
    border-radius: 8px;
}

.aprovation-cycle-title{
    text-align: center;
    margin-top: 25px;
}

.aprovation-cycle-file{
    color: #888888;
}

.aprovation-cycle-file a{
    color: #222221;
    text-decoration: none;
    margin-left: 20px;
}

.aprovation-cycle-file a img{
    display: inline-block;
    vertical-align: middle;
}

.aprovation-cycle-file a span{
    display: inline-block;
    vertical-align: middle;
}

.aprovation-cycle-file-comments{
    width: 100%;
    max-width: 500px;
    height: 200px;
    padding: 10px;
    border: 1px solid #dddddd;
    color: #222222;
    resize: none;
    font-family: "robotoregular";
    font-size: 14px;
    line-height: 18px;
    background: #eeeeee;
    overflow: auto;
}

.aprovation-form-designer{
    margin: 50px 0px;
}

.aprovation-cycle-corrections-fields{
    display: none;
}



.aprovation-cycle-button{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 0px 10px;
    border-radius: 6px;
    margin-right: 8px;
    cursor: pointer;
    color: #aaaaaa;
}

.aprovation-cycle-button[data-value='0']{
    border: 2px solid #ffbbbb;
}

.aprovation-cycle-button[data-value='1']{
    border: 2px solid #bbffbb;
}

.aprovation-cycle-button[data-value='0']:hover{
    background: red;
    border: 2px solid red;
    color: #ffffff;
}

.aprovation-cycle-button[data-value='1']:hover{
    background: green;
    border: 2px solid green;
    color: #ffffff;
}

.aprovation-cycle-button[data-value='0'].selected{
    background: red;
    border: 2px solid red;
    color: #ffffff;
}

.aprovation-cycle-button[data-value='1'].selected{
    background: green;
    border: 2px solid green;
    color: #ffffff;
}

.list-status{  
    position: relative;
}

.list-status span{    
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-right: 3px;
}

.list-status p{
    position: absolute;
    left: 0px;
    bottom: 0px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    color: #AAAAAA;
    font-weight: bold;
}

.list-status-1{
    background: rgb(231,188,53);
    background: linear-gradient(90deg, rgba(231,188,53,1) 0%, rgba(231,210,49,1) 100%);
    border-radius: 4px 0px 0px 4px;
}

.list-status-2{
    background: rgb(227,212,49);
    background: linear-gradient(90deg, rgba(227,212,49,1) 0%, rgba(176,201,64,1) 100%);
}

.list-status-3{
    background: rgb(165,198,6);
    background: linear-gradient(90deg, rgba(165,198,6,1) 0%, rgba(112,167,88,1) 100%);
    border-radius: 0px 4px 4px 0px;
}


.unifysend-info{
    text-align: right !important;
    padding: 10px 20px;
}

.help-support{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px !important;
    color: #ffffff;
    background: #e32612;
    cursor: pointer;
    font-size: 18px !important;
    font-style: none;
}

.dialog{


}

.dialog.dialog-supports{
    display: none;
    position: absolute;
    left: 180px;
    top: 60px;
    right: 30px;
    height: auto;
    border: 1px solid #ffffff;
    padding: 20px 30px 20px 20px;
    background: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

.dialog.dialog-supports h1{
    font-size: 24px;
    line-height: 32px;
}

.dialog.dialog-supports .close{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
    line-height: 28px;
    cursor: pointer;
}

.dialog.dialog-supports table th{
    padding: 10px;
    color: #e32612;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;

}

.dialog.dialog-supports table td{
    padding: 10px;
    color: #222222;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.dialog.dialog-supports table td:nth-child(1){
    color: #777777;
}

.dialog.dialog-supports > div > p{
    position: relative;
    text-align: right;
    margin-top: 10px;
}

.dialog.dialog-supports > div > p > a{
    position: relative;
    color: #e32612;
    font-size: 14px;
    line-height: 24px;
    padding-right: 30px;
}

.dialog.dialog-supports > div > p > a > img{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0,-50%);
}

p.seeimagepopup{
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #888888;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}

p.seeimagepopup:hover{
    color: #222222;
}



.dialog.dialog-cartastop{
    display: none;
    position: absolute;
    left: 180px;
    top: 60px;
    right: 30px;
    height: auto;
    border: 1px solid #ffffff;
    padding: 20px 30px 20px 20px;
    background: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

.dialog.dialog-cartastop h1{
    font-size: 24px;
    line-height: 32px;
}

.dialog.dialog-cartastop .close{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
    line-height: 28px;
    cursor: pointer;
}

.dialog.dialog-cartastop > div > div{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}


.dialog.dialog-cartastop > div > div > img{
    display: block;
    width: 100%;
    border: 1px solid #444444;
}

.dialog.dialog-cartastop table th{
    padding: 10px;
    color: #888888;
}

.dialog.dialog-cartastop table td{
    padding: 10px;
    color: #222222;
}

.dialog.dialog-cartastop table{
    width: 100%;
}

#SCREEN-CHANGE-PRICES .select{
    width: 200px;
    background: #ffffff;
}

#SCREEN-CHANGE-PRICES .select:disabled{
    background: #dddddd;
}

#SCREEN-CHANGE-PRICES .editbox{
    width: 200px;
    display: inline-block;
}

#SCREEN-CHANGE-PRICES .editbox:read-only{
    background: #dddddd;
}

#SCREEN-CHANGE-PRICES .change-prices-data{
    display: none;
}

#SCREEN-CHANGE-PRICES .change-prices-prev > div{
    display: none;
    margin-top: 20px;
}

#SCREEN-CHANGE-PRICES .change-prices-prev > div > div{
    margin: 10px 0px 0px 0px;
}




.msgconfirmation{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80%;
    min-width: 250px;
    max-width: 800px;
    height: auto;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 0px;
    display: none;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
}


.msgconfirmation h1{
    padding: 0px 10px;
    background: #e32612;
    font-family: 'robotobold',Arial,Georgia,Courier;
    font-size: 26px;
    line-height: 60px;
    font-weight: normal;
	color: #ffffff;
}

.msgconfirmation h2{
    padding: 20px 10px;
    font-family: 'robotoregular',Arial,Georgia,Courier;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-align: center;
    font-weight: normal;
}

.msgconfirmation > div{
    text-align: left;
    position: relative;
    padding: 0px 40px;
}

.msgconfirmation p{
    padding: 0px 0px;
    font-family: 'robotoregular',Arial,Georgia,Courier;
    font-size: 14px;
    line-height: 20px;
    color: #444444;
    text-align: left;
    margin: 8px 0px 2px 0px;
}

.msgconfirmation select{
    margin: 0px auto;
    border:	1px solid #cccccc;
    width: 100%;
    line-height: 28px;
    font-size: 12px;
    padding: 0px 6px 0px 6px;
    font-family: 'robotoregular',Arial,Georgia,Courier;
    border-radius: 6px;
}


.msgconfirmation input{
    margin: 0px auto;
    border:	1px solid #cccccc;
    width: 100%;
    line-height: 28px;
    font-size: 12px;
    padding: 0px 6px 0px 6px;
    font-family: 'robotoregular',Arial,Georgia,Courier;
    border-radius: 6px;
}

.msgconfirmation input[readonly] {
    background: #f0f0f0;
    color: #444444;
}

.msgconfirmation select[disabled]{
    background: #f0f0f0;
    color: #444444;
}


.msgconfirmation .buttons{
    position: relative;
    padding: 10px 20px;
    text-align: center;
}

.msgconfirmation button{
    background: #e32612;
    border: 2px solid #e32612;
    color: #ffffff;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    padding: 0px 10px;
    margin: 10px 20px;
    cursor: pointer;
    border-radius: 6px;
}

.msgconfirmation button:hover{
    background: #ffffff;
    color: #e32612;
}


.msgconfirmation .p50{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}


.msgconfirmation .addr{
    position: relative;
    padding: 10px 10px 0px 10px;
}

.msgconfirmation .addr > div{
    text-align: left;
    position: relative;
    padding: 0px 20px;
}


.no_available_in_this_concession{
    display: none !important;
}


.msgpopup{
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    width: 40%;
    min-width: 300px;
    height: auto;
    transform: translate(-50%,-50%);
    font-size: 14px;
    line-height: 24px;
    color: #222222;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #bfbfbf;
}

.msgpopup h1{
    background: #e32612;
    color: #ffffff;
    padding: 10px 20px;
}

.msgpopup button{
    position: relative;
    margin: 20px auto;
    font-size: 20px;
    line-height: 28px;
    background: #e32612;
    color: #ffffff;
    padding: 4px 10px;
    cursor: pointer;
    border-radius: 8px;
    font-family: 'robotobold',Arial;
}





.maintenance{
	position: relative;
	background: #f03c35;
	color: #ffffff;
	font-size: 20px;
	line-height: 26px;
	width: 100%;
	max-width: 1024px;
	margin: 150px auto 50px auto;
	padding: 32px 64px;
	text-align: center;
}

.maintenance a{
	text-decoration: none;
	color: #ffffff;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}

.maintenance img{
	display: block;
	width: 180px;
	margin: 0px auto;
}


@media screen and (min-width: 0px) {
    .list table tr td:nth-child(1){ padding: 0px 0px 0px 30px; }
    .list table tr th:nth-child(1){ padding: 0px 0px 0px 30px; }
    .padder{ padding: 40px 30px; }
    .padder-only-h{ padding: 0px 30px; }
}

@media screen and (min-width: 980px) {


}

@media screen and (min-width: 1200px) {

    .list table tr td:nth-child(1){ padding: 0px 0px 0px 60px; }
    .list table tr th:nth-child(1){ padding: 0px 0px 0px 60px; }
    .padder{ padding: 40px 60px; }
    .padder-only-h{ padding: 0px 60px; }
}

@media screen and (min-width: 1400px) {

}

@media screen and (min-width: 1600px) {

}

@media screen and (min-width: 1800px) {

}
