@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

body 
{  
  color: #444;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-weight: 400;
}

.wait
{
  background: #fff url( '../core/resources/graphic/ajax-loader.gif' ) no-repeat scroll center center;  
}

.content h3
{
  text-align: center;
}

section.content p
{
  font-size: 1.15em;
}

.hasDatepicker
{
  background: transparent url( ../core/resources/graphic/cldr.png) no-repeat scroll 10px center;
  padding-left: 36px;
  cursor: default;
}


section.content h3{
  color: #1786af;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
  margin: 0;
}

a {
  color: #1482ab;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  text-decoration: underline;
}


hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
  margin: 10px 0;
}
.btn {
  font-weight: 400;
}
.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
a:hover,
a:focus {
  color: blue;
  text-decoration: none;
  outline: none;
}
.dropdown-menu {
  margin-top: -1px;
  min-width: 90px;
}

body > section {
  padding: 20px 0;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/********** richmessage classes ***************/

.richmessage_wrapper
{
  padding-top: 30px;
}

.richmessage
{   
  font-size: 0.9em;
  display: block;
  float: none;
  clear: both;
  background: #fff;
  border: #dee6cf 10px solid;
  margin: 0 auto 20px;
  padding: 5px;
  max-width: 400px;
  box-shadow: 5px 5px 8px rgba(212,212,212,0.8);
}

.richmessage .richmessage_content
{
  padding: 0px 10px 5px 32px;
  min-height: 40px;
}

.richmessage .richmessage_text
{
  padding: 10px;
}

.richmessage .richmessage_links
{
  padding: 3px 10px;
  text-align: center;
}

.richmessage .richmessage_links a
{
  display: inline-block;
  color: #555;
}

.alertOK .ui-dialog-content
{
  padding-left: 50px;
  background: transparent url(../core/resources/graphic/ok32.webp) no-repeat scroll 6px 6px;
}

.alertWarning .ui-dialog-content
{
  padding-left: 50px;
  background: transparent url(../core/resources/graphic/warning32.webp) no-repeat scroll 6px 6px;
}

.alertError .ui-dialog-content
{
  padding-left: 50px;
  background: transparent url(../core/resources/graphic/error32.webp) no-repeat scroll 6px 6px;
}

.alertInfo .ui-dialog-content
{
  padding-left: 50px;
  background: transparent url(../core/resources/graphic/info32.webp) no-repeat scroll 6px 6px;
}

.alertQuestion .ui-dialog-content
{
  padding-left: 50px;
  background: transparent url(../core/resources/graphic/question32.webp) no-repeat scroll 6px 6px;
}
/********** END of richmessage classes ***************/

.alert {
    width: 100%;
    top: 0;
    position: relative;
    z-index: 10001;
    background-color: yellow;
    font-size: 12px;
    text-align: center;
    padding: 2px 0;
}

/*****************/

.warning16message
{
  width: 18px;
  height: 18px;
  
  background: transparent url(../core/resources/graphic/warning16.webp) no-repeat scroll 5px 5px;
  
}

.ok16message
{
  width: 18px;
  min-height: 18px;
  
  background: transparent url(../core/resources/graphic/ok16.webp) no-repeat scroll 0 0;
}


.warning24message 
{
  padding: 3px 3px 0 32px;
  margin-top: 3px;
  min-height: 26px;
  background: #fefacd url(../core/resources/graphic/warning24.webp) no-repeat scroll 3px 1px;
  border-left: #f0d435 3px solid;
}

.warning24message .message
{
  font-size: 0.85em;
}

/*************/

.warning32message
{
  padding: 3px 6px 3px 42px;
  margin-top: 3px;
  min-height: 40px;
  background: #fefacd url(../core/resources/graphic/warning32.webp) no-repeat scroll 3px 4px;
  border-left: #f0d435 3px solid;
}

.warning32message p
{
  margin-top: 2px;
  margin-bottom: 0;
}  

.warning32message .message
{
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
}

/*************/

.error32message
{
  padding: 3px 6px 3px 42px;
  margin-top: 3px;
  min-height: 40px;
  background: #ffe8e8 url(../core/resources/graphic/error32.webp) no-repeat scroll 3px 4px;
  border-left: #ffa8a8 3px solid;
}

.error32message p
{
  margin-top: 2px;
  margin-bottom: 0;
}  

.error32message .message
{
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
}

/*************/

.ok32message 
{
  background: #fffec8;
  padding: 3px 6px 3px 38px;
  margin-top: 3px;
  min-height: 40px;
  background: #fffec8 url(../core/resources/graphic/info32.webp) no-repeat scroll 3px 4px;
}


/*
.info32message
{
  padding: 9px 3px 2px 56px;
  margin: 10px 0;
  min-height: 40px;
  background: #fffec8 url(../core/resources/graphic/info32.webp) no-repeat scroll 16px 4px;
  border-radius: 4px;
}
*/

.info32message
{
  padding: 3px 6px 3px 42px;
  margin-top: 3px;
  min-height: 40px;
  background: #ddf1fb url(../core/resources/graphic/info32.webp) no-repeat scroll 3px 4px;
  border-left: #51c0f6 3px solid;
}

.info32message .message
{
  padding-top: 8px;
  text-align: left;
}

.info32message p
{
  margin-top: 2px;
  margin-bottom: 0;
}  

.info24message
{
  padding: 6px 3px 1px 32px;
  margin-top: 3px;
  min-height: 26px;
  background: #fffec8 url(../core/resources/graphic/info24.webp) no-repeat scroll 4px 4px;
  border-radius: 4px;
}

.info16message
{
  background: #fffec8;
  padding: 0px 3px 0 20px;
  margin-top: 3px;
  min-height: 20px;
  background: #fffec8 url(../core/resources/graphic/info16.webp) no-repeat scroll 2px 2px;
}

.ok24message
{
  background: #fffec8;
  padding: 3px 3px 0 28px;
  margin-top: 3px;
  min-height: 26px;
  background: #fffec8 url(../core/resources/graphic/ok24.webp) no-repeat scroll 0 0;
}

.message_standalone
{
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

/***************/

hr.style-one { border: 0; margin: 2px 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ccc, #333, #ccc); }
hr.style-two { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(27, 27, 27, 0), rgba(0, 0, 0, 0.45), rgba(27, 27, 27, 0)); }
hr.style-six { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }


/****************************************************************/

.fine_radio
{
  margin: 2px 0;
  display: inline-block;
}

.fine_radio input[type="radio"] 
{
  display: none;
}

.fine_radio label
{
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 24px;
  margin: 15px 15px 0;
  padding-left: 28px;
  position: relative;
  color: #666;
  border-radius: 5px;
  border: 1px solid #fff;
}

.fine_radio label:before {
  background: transparent url(../core/resources/graphic/checkbox_triple.webp) no-repeat scroll 0 0;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: -1px;
}

.fine_radio label:hover
{
  background-color: #fafafa;
  border: 1px dashed #eee;
}

.fine_radio label:hover:before
{
  background: transparent url(../core/resources/graphic/checkbox_triple.webp) no-repeat scroll 0 -24px;
}

.fine_radio input[type="radio"]:checked + label
{  
  background-color: #eee;
  border: 1px solid #ccc;
  font-weight: 700;
}

.fine_radio input[type="radio"]:checked + label:before,
.fine_radio input[type="radio"]:checked + label.active:before
{
   background: transparent url(../core/resources/graphic/checkbox_triple.webp) no-repeat scroll 0 -48px;
}

/****************************************************************/


#waitOverlay
{
  top:0; left:0; z-index:9999; overflow:hidden;
  position:fixed; width:100%; height:100vh;
  opacity: 0.6;
  filter: alpha(opacity = 60);
  background: #fff url( '../core/resources/graphic/loading-buffering.gif' ) no-repeat scroll center center;
}

.clear {
  float:none;
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.toppest
{
  z-index: 99999;
}


.icon-small
{

  height:14px;
  margin:-1px 0 0 0;
	padding:0;
}


.form-control.error
{
  border-color:#e96666;
  outline:0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(233,102,102,.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(233,102,102,.6) 
}

.form-group.widget_field, .input-group.widget_field
{
  border: #f3a746 2px solid !important;
  border-radius: 30px !important;
}

.form-group.widget_field .dropdown.form-control, 
.form-group.widget_field .dropdown.form-control .btn,
.form-group.widget_field .btn
{
  border-radius: 30px !important;  
  border: none !important;
  user-select: none;  
}

.form-group.widget_field .btn
{
  color: #888;
}

.form-group.widget_field .btn.btn_narrow
{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.input-group.widget_field .form-control
{
  background: white;
  border: none !important;
  user-select: none;
}

.input-group.widget_field .form-control.round_left
{
  border-top-left-radius: 30px !important;  
  border-bottom-left-radius: 30px !important;
}

.input-group.widget_field .btn.pre_button
{
  border-top-left-radius: 30px !important;  
  border-bottom-left-radius: 30px !important;
  border: none !important;
}

.input-group.widget_field .btn.post_button
{
  border-top-right-radius: 30px !important;  
  border-bottom-right-radius: 30px !important;
  border: none !important;
}

.form-group.widget_field.geopoint .dropdown.form-control .btn
{
  padding-left: 22px;
  background: transparent url(../core/resources/graphic/location.webp) no-repeat scroll 5px center;
  user-select: none;
}

.form-group.widget_field .open > .dropdown-toggle.btn-default
{
  background-color: #f4f4f4;
  user-select: none;
}

.dropdown_date
{
  padding-top: 0;
  padding-bottom: 0;
}

.d-flex {
    display:flex;
}
.d-flex>div {
    float: none;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
}


.svg-icon
{
	margin-right: 1.5rem;
	width: 3rem;
	height: 2rem;
  background-repeat: no-repeat;
}


.ui-dialog { z-index: 10001 !important ;}
/*.ui-front { z-index: 10000 !important; }*/

.my-0
{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.no-padding
{
  padding-left: 0;
  padding-right: 0;
}

.form_frametable
{
  width: 100%;    
  table-layout: fixed;
  border-collapse: collapse;
}

.form_frametable td
{
  background-color: #fefacd;
  padding: 2px 2px 6px;
}

.form_frametable td .label
{
  text-align: center;
  font-size: 0.8em;
}

.form_currencyline
{  
  overflow-y: auto;
}

.form_currencycontainer
{  
  width: auto;
  
}

.form_table
{  
  /*margin-top: 2px;*/
  /*margin-bottom: 10px;*/
}

.form_table td, .form_table input
{
  text-align: center;
  width: 75px;
}

.report_frametable
{
  width: 100%;    
  table-layout: fixed;
  border-collapse: collapse;
}

.report_frametable td
{
  padding: 0;
}

.report_frametable td.tdfirst
{
  width: 140px;  
}



.report_dataline
{  
  overflow-y: auto;  
}

.report_datacontainer
{  
  width: auto;
  
}

.report_table
{  
  margin-top: 10px;
  margin-bottom: 10px;
}



.report_rowheader
{
  table-layout: fixed;
  width: 100%;
}

.report_rowheader tr:nth-child(even), .report_table tr:nth-child(even)
{
  background-color: #efefef;
}

.report_rowheader td
{
  white-space: nowrap;
  width: auto;
  padding: 2px;
  font-weight: bold;
}

.report_table tr.currnames
{
  font-weight: bold;
}

.report_table td
{
  text-align: center;  
  width: 75px;
}

.report_table td div
{
  padding: 2px 8px;
}

select#point_ident
{
  max-width: 200px !important;
}

.form_currencycontainer label
{
  margin-left: 5px;
}

label:has(input[type=radio]:checked) 
{
  display: block;
  background-color: #ddd;
}

.report_total_place
{
  font-size: 1.1em;
  font-weight: bold;
}