* {
    font-family: -apple-system, 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', sans-serif;
    font-family: 'Roboto', 'Noto', sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#pannelConnection {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: all 1s;
    z-index:200;
}
#version{
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:12px;
	color:#999;
	text-decoration: none;
}

#contentLogo {
    text-align: center;
    line-height: 200px;
    width: 100%;
}
#contentLogo img {
    max-width: calc(100% - 50px);
    max-height: 150px;
    margin: 15px auto;
}

.page__background {
    background-color: white;
}

.center {
    text-align: center;
}

._left {
    float: left;
}

._right {
    float: right;
}

.toast__message {
    font-size: 16px;
    line-height: 48px;
}

.hide {
    display: none;
}

#my-dialog ons-row {
    padding: 0 10px;
}

#my-dialog #col-img {
    width: 100px;
    text-align: center;
}

#my-dialog #col-img img {
    width: 72px;
    margin-top: 14px;
}

#my-dialog #p1 {
    white-space: break-spaces;
    line-height: 24px;
    margin-top: 25px;
}

#my-dialog #p2 {
    display: none;
    margin: auto;
    margin-top: 30px;
}

#my-dialog #p3 {
    display: none;
    white-space: break-spaces;
    line-height: 24px;
    margin-top: 25px;
}
#my-dialog #p3 a{
    text-decoration: none;
    color: white;
}