/**
 * CSS Styles fuer die Login Seite
 */

 /*BODY*/
html {
  height: 100%;
  font-size: 10px;
}

body {
  margin: 0px;
  height: 100%;
  width: 100%;
  font-size: 14px;
  font-family: 'latoregular';
  background-color: #f2f2f2;
}

.Wid50 {
    width: 50%;
}

.Wid70 {
    width: 70%;
}

.Wid80 {
    width: 80%;
}

.ui-button-text, .ui-button-text-only .ui-button-text {
        padding: 15px !important;
        transition: none !important;
}

.ui-button-text, .ui-button-text-only .ui-button-text {
        padding: 15px !important;
        transition: none !important;
}

.body .ui-dialog .ui-dialog-titlebar {
	background: #00aeef !important;
	color: #ffffff !important;
}
.body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
	color: #ffffff !important;
}
.body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    margin: 5px 16px 5px 0px !important;
} 

.FontLatoBold {
    font-weight: 700;
}

.Black {
    color: #282828 !important;
}

.Separator {
    border-bottom: dashed 1px #d1d3d4;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 0px;
    margin: 1.2rem 0px;
    clear: both;
}

.Container100 {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.icon-cross47:before {
    content: "\e943";
}