.dhx_sample-container__widget {
	height: 600px;
	width: 600px;
}

.dhx_sample-container > div:not(:last-child) {
	margin-right: 12px;
}

.dhx_sample-form-group {
	max-width: 300px;
}

.innerHtml img {
	float: left;
	margin-right: 10px;
}

.innerHtml p {
	margin: 0;
	font-family: Roboto, Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}

.item_wrap {
	max-height: 150px;
	overflow: hidden;
	position: relative;
}

.item_wrap .image {
	width: 128px;
	height: auto;
	display: block;
    margin: auto;
}

.item_wrap .title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.2em;
	padding-bottom: 4px;
	padding-top: 12px;
	min-height: 40px;
	color: #009c3b;
	text-align: center;
}

.item_wrap .description {
	margin: 0;
}

.item_menu {
	max-height: 64px;
	overflow: hidden;
	position: relative;
	margin-top: -10px;
}
.item_menu .image {
	width: 64px;
	height: auto;
	display: block;
    margin: auto;
}

.prt_action_template_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    padding: 2px;
}

.prt_action_template_c__inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.showCode {
    height: 35px;
    width: 130px;
    position: relative;
    border: 2px solid #4CAF50;
    border-color: #4CAF50;
    background-color: #eeeeee;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 14px;
}
.showCode_text {
    overflow: hidden;
    width: 100%;
    font: normal 22px Roboto, sans-serif;
    display: flex;
    justify-content: right;
    align-items: center;
    height:  36px;
    margin-top: -2px;
    margin-right: 5px;
}
.showCode_title {
    height: 35px;
    font: normal 22px Roboto, sans-serif;
    position: relative;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 14px;
}
.showCode_title_text {
    overflow: hidden;
    width: 100%;
    font: normal 22px Roboto, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height:  36px;
    margin-top: -2px;
}
.showCode_rend {
    height: 35px;
    width: 110px;
    position: relative;
    border: 2px solid #4CAF50;
    border-color: #4CAF50;
    background-color: #eeeeee;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 14px;
}

.prt_action_template_c__button2 {
    background-color: #4CAF50;
    color: white;
    border: 2px solid #4CAF50; 
    border-radius: 6px;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    margin-left:auto;
}
.prt_action_template_c__button2:hover {
    background-color: white;
    color: #4CAF50;
}
.prt_action_template_c__button2_disable {
    background-color: #cccccc;
    color: #999999;
    border: 2px solid #4CAF50; 
    border-radius: 6px;
    width: 80px;
    margin-right: 10px;
    margin-left:auto;   
    cursor: not-allowed;
    pointer-events: none;
}
.prt_action_template_c__button {
  	background-color: #4CAF50;
  	color: white;
  	border: 2px solid #4CAF50; 
  	border-radius: 6px;
	margin-right: 10px;
    width: 80px;
	margin-left:auto;
}
.prt_action_template_c__button:hover {
  	background-color: white;
  	color: #4CAF50;
}
.prt_action_template_c__button_disable {
  	background-color: #cccccc;
  	color: #999999;
    border: 2px solid #4CAF50; 
    border-radius: 6px;
    width: 80px;
    margin-right: 10px;
    margin-left:auto;  	
    cursor: not-allowed;
    pointer-events: none;
}
.prt_action_template_c__button_text {
	overflow: hidden;
  	width: 100%;
  	font: normal 22px Roboto, sans-serif;
 	display: flex;
    justify-content: center;
    align-items: center;
    height:  36px;
}
.prt_action_template_c__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 4px 0;
}
.prt_action_template_c__icon {
    font-size: 16px;
    margin-right: 4px;
    color: rgba(0, 0, 0, 0.5);
}
.prt_action_template_c__text {
    font: normal 18px Roboto, sans-serif;
    white-space: wrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.7);
}
.prt_action_template_bimby {
    background-image: url(/images/bimby20.png);
}


.prt_main_template_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 5px;
    -webkit-overflow-scrolling: touch;
}
.prt_main_template_c__inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
.prt_main_template_c__background {
	background-color: #cccccc;
}

.prt_main_template_c__table {
  border-spacing: 0.3rem 0.3rem;
}
.prt_main_template_c__table2 {
  border-spacing: 0.3rem 0.3rem;
}
.prt_main_template_c__table3 {
  border-spacing: 0.3rem 0.2rem;
}
.prt_main_template_c__tr {
  background: #cccccc;
  font-weight: lighter;
  text-shadow: 0 1px 0 #38678f;
  color: white;
}
.prt_main_template_c__td {
  padding: 0.2rem 0.5rem 0.2rem 0.5rem;
  background: #999999;
  height: 15px;
  text-align: right;
  font: normal 18px Roboto, sans-serif;
}
.prt_main_template_c__td2 {
  padding: 0rem;
  background: #cccccc;
  height: 20px;
  text-align: right;
  font: normal 18px Roboto, sans-serif;
}


.prt_main_template_c__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: right;
    margin: 4px 0;
}
.prt_main_template_c__title {
    font: normal 10px Roboto, sans-serif;
}
.prt_main_template_c__header {
    font: normal 16px Roboto, sans-serif;
   	width: 100%; 
   	text-align: center; 
   	border-bottom: 2px solid #999999; 
   	line-height: 0.1em;
   	margin: 5px 0 5px;
   	padding:0 0px;
   	color: #00b359;

}
.prt_main_template_c__header span{
    background:#cccccc; 
    padding:0 10px;
}
.prt_main_template_c__qt {
    font: normal 24px Roboto, sans-serif;
}
.prt_main_template_c__top {
    display: inline-flex;
    margin-left: 10px;
    width: 60%;
    font: normal 20px Roboto, sans-serif;
    text-align: right;
}
.prt_main_template_c__date {
    font: normal 18px Roboto, sans-serif;
    background-color: #cccccc;
    cursor:pointer; 
}
.prt_main_template_c__img {
    border-spacing: 0px;
}
.prt_main_template_c__chart {
	width: 170px;
	height: 170px;
	display: block;
    background-color: #cccccc;
}
.prt_main_template_c__icon {
    font-size: 16px;
    margin-right: 4px;
    color: #00b359;
}
.bg-gray, .bg-gray .dhx_layout-cell {
    background: rgb(220, 237, 226);
}
.bg-gray2, .bg-gray2 .dhx_layout-cell {
    background: rgb(220, 220, 220);
}
.prt_voucher_template_c__qt {
    font: normal 24px Roboto, sans-serif;
    width:  40px;
    margin-top: -5px;
    margin-right:  20px;
    text-align: right;
}
.prt_voucher_template_c__header {
    font: normal 18px Roboto, sans-serif;
    width:  100%;
    margin-top: -5px;
    margin-left:  20px;
    text-align: right;
}
.prt_voucher_template_c__cost {
    font: normal 12px Roboto, sans-serif;
    width:  100%;
    margin-top: -5px;
    margin-left:  20px;
    text-align: right;
}
.dhx_voucher_template_c__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    padding: 5px;    
}
.dhx_alert {
    width: 400px;
}
.prt_promo_template_c__header {
    font: normal 18px Roboto, sans-serif;
    width:  100%;
    margin-top: -5px;
    margin-left:  0px;
    text-align: right;
}
.prt_promo_template_c__text {
    font: normal 14px Roboto, sans-serif;
    width:  100%;
    margin-top: -5px;
    margin-left:  0px;
    text-align: left;
}
.dhx_dataview-item--selected {
    border-color: transparent;
    background-color: #eee;
    box-shadow: 0px 1px 5px 0px rgb(2, 136, 209, 0.5), 
        inset 0px 0px 0px 1px rgb(2, 136, 209, 1);
}



.dhx_dvPersonal_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 116px;
}

.dhx_dvPersonal_c__inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;}

.dhx_dvPersonal_c__picture {
    width: 64px;
    min-width: 64px;
    border-radius: 2px;
    padding-top: 5px;
    background: #f7f7f7;
}

.dhx_dvPersonal_c__picture:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.dhx_dvPersonal_c_text {
    overflow: word-wrap;
    width: 100%;
    font: normal 22px Roboto, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height:  36px;
}

.dhx_dvPersonal__body {
    padding-left: 12px;
    min-width: 250px;
}

.bg-white .dhx_form .dhx_layout {
    background-color: #cccccc;
}
.bg-white__background {
    background-color: #cccccc;
}
.bg-white .dhx_input {
    background: #909090;
    color: #fff;
    font-family: Roboto,Arial,Tahoma,Verdana,sans-serif;
    font-size: 20px;
    height: 50px;
    text-align: right;
}
.bg-white .dhx_text {
    background: #909090;
    color: #fff;
    font-family: Roboto,Arial,Tahoma,Verdana,sans-serif;
    font-size: 20px;
    height: 50px;
    text-align: right;
}
.bg-white .dhx_input--textinput {
    background: #cccccc;
    color: #909090;
    font-family: Roboto,Arial,Tahoma,Verdana,sans-serif;
    font-size: 11px;
    height: 12px;
    text-align: right;
}


.bg-white .dhx_layout-cell {
    background: #cccccc;
}
.bg-white .dhx_form-group {
    margin-bottom: 1px;
}
.prt_main_form__header {
    background: #cccccc;
    font: normal 16px Roboto, sans-serif;
    width: 100%; 
    text-align: center; 
    border-bottom: 2px solid #999999; 
    line-height: 0.1em;
    margin: 5px 0 5px;
    padding:0 0px;
    color: #00b359;
}
.prt_main_form__header_c {
  padding: 0.2rem 0.5rem 0.2rem 0.5rem;
  background: #cccccc;
  height: 15px;
  text-align: right;
  font: normal 18px Roboto, sans-serif;
}
.prt_main_form__header_txt {
    background-color: #cccccc;
    font: normal 16px Roboto, sans-serif;
    text-shadow: 0 1px 0 #38678f;
    text-align: center; 
    color: #00b359;
}
.prt_main_form__header_c span{
    background:#cccccc; 
    padding:0 10px;
}
.prt_main_form_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px;
    -webkit-overflow-scrolling: touch;
}
.prt_main_form_c__chart {
    width: 170px;
    height: 170px;
    display: block;
    background-color: #cccccc;
}
.prt_main_form_c__date {
    font: normal 18px Roboto, sans-serif;
    background-color: #cccccc;
    cursor:pointer; 
    height: 40px;
    float: right;
}
.prt_main_form_c__team {
    font: normal 18px Roboto, sans-serif;
    background-color: #cccccc;
    cursor:pointer; 
    height: 40px;
    float: left;
}

.bg-white-big .dhx_input {
    background: #cccccc;
    color: #000000;
    font-family: Roboto,Arial,Tahoma,Verdana,sans-serif;
    font-size: 60px;
    font-weight: bold;
    height: 80px;
    text-align: center;
    border-color: #cccccc;
    box-shadow: inset 0 0 0 1px #cccccc;
}
.bg-white-big_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    width: 100%;
    padding: 0px;
   -webkit-overflow-scrolling: touch;
    background-color: #cccccc;
}
.bg-white-big_c__chart {
    width: 170px;
    height: 170px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #cccccc;
}
.bg-white-big .dhx_layout .dhx_form .dhx_layout-rows {
    background-color: #cccccc;
}
.dhx_layout {
    background-color: #cccccc;
}
.bg-promo .dhx_form .dhx_layout {
    background-color: #ffffff;
}

.ptsExpire_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 5px;
    -webkit-overflow-scrolling: touch;
}
.ptsExpire_main__inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    display: block;
}
.ptsExpire_main__background {
    background-color: #cccccc;
}
.ptsExpire_main__table {
  border-spacing: 1rem 1rem;
  width: 100%;
}
.ptsExpire_main__tr {
  background: #cccccc;
  font-weight: lighter;
  text-shadow: 0 1px 0 #38678f;
  color: white;
}
.ptsExpire_main__td_pts {
  background: #999999;
  height: 2rem;
  text-align: center;
  font: normal 84px Roboto, sans-serif;
}
.ptsExpire_main__td {
  padding: 1rem 1rem 1rem 1rem;
  background: #999999;
  height: 2rem;
  text-align: center;
}
.ptsExpire_main__td_inside {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ptsExpire_main__title {
    margin-top: 0px;
    font: normal 14px Roboto, sans-serif;
}
.ptsExpire_main__td_days {
   background: #999999;
  height: 2rem;
  text-align: center;
  font: normal 64px Roboto, sans-serif;
}

