*{font-family: Roboto;}
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
	background:white;
    /*background: #f4f4f4;*/
}
ui-view {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
input:-webkit-autofill ~ label { -webkit-transform: translate(0, 38%) scale(0.75) !important; transform: translate(0, 38%) scale(0.75) !important;}
md-menu-item {
    height: 32px;
    min-height: 32px;
}
md-menu-item>.md-button {
    margin: auto 0;
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    height: 32px;
    min-height: 32px;
    line-height: 32px;
}
md-menu-item>.md-button md-icon {
    margin: 0px;
    font-size: 16px;
    height: 16px;
    min-height: 16px;
    width: 16px;
    min-width: 16px;
    margin-right: 8px;
}



.floating-button-placeholder {
    position:absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
}
.button.floating-button {
	display: inline-block;
	background: #3264f1 !important;
	font-weight: 400;
	padding: 12px 24px;
	font-size: 16px;
	color: #fff;
	border-radius: 8px;
	text-align: center;
	font-family: Arial;
	box-sizing: border-box;
	flex: 1;
	width: 100%;
	position:relative;
	text-decoration: none;
}
.in-app-button{
	display: none;
}


.center{
	text-align:center;
	align-items: center;
	justify-content: center;
}
.link {
    text-decoration: none;
    color: teal;
    font-size: 14px;
    font-weight: 500;

    cursor: pointer;
}
.green {
    color: #0da84b;
}
.red {
    color: #dc4343;
}
.blue {
    color: #2867c5;
}
.spacer {
    
flex: 1;}
.button {
    font-size: 14px;
    width: 100px;
    background: #3b4f7e;
    text-align: center;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    outline:none;
}
.button:hover {
    background: #6e7da3;
}


.login-page {
    background: white;
    
    
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#080e7b+1,1d2949+100 */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 fallback on horizontal gradient */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
}
.login-form {margin: 20px;}
.login-headline {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}
.login-actions {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.login-main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-qr-code {
    margin: 10px 40px;
    text-decoration: none;
}
.login-qr-code label {
    color: #df8b19;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    pointer-events: none;
}
.qr {
    width: 160px;
    transform: translate(0px, 0px);
    display: block;
}
.logo {
    width: 200px;
    margin-bottom: 40px;
}


.login-form .input-container {
    width: 200px;
    flex-direction: column;
    padding-bottom: 12px;
}
.login-form .input-container > label {
    line-height: 2;
    font-size: 13px;
    color: #35313e;
    padding-left: 3px;
    width: 100%;
}
.login-form .input-container input {
    width: 100%;
    height: 32px;
    border-radius: 4px;
}
.login-form .input-container input.ng-invalid.ng-touched {
    border-color: rgb(221,44,0);
}

.custom-err-msg {
    position: relative;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
    overflow: hidden;
    clear: left;
    overflow: hidden;
    color: rgb(221,44,0);
    font-size: 12px;
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
}
.login-form .checkbox-container > label {
    width: auto;
}
.login-actions .button {
    width: 100%;
}


.app-content {
    flex: 1;
    overflow: hidden;
    display: flex;
}
.section-content{
	flex-direction: column;
	width:100%;
	height:100%;
	overflow:hidden;
	display: flex;
}

.app-header {
    display: flex;
    width: 100%;
    align-items: center;
    height: 40px;
    background: #0078d4;
}
.header-content {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}
.header-main-button {
    height: 100%;
    display: flex;
    align-items: center;
    width: 44px;
    cursor: pointer;
}
.header-main-button md-icon {
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
}
.header-main-button:hover {
    background: #106ebe;
}
.header-title {
    display: flex;
    align-items: center;
    height: 100%;
}
.header-title-text {
    display: inline-block;
    font-size: 15px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    color: white;
}
.header-profile-button {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    outline: none;
}
.header-profile-thumb {
    height: 28px;
    width: 28px;
    flex: 0 0 auto;
    padding-left: 6px;
    padding-right: 6px;
    box-sizing: content-box;
}
.header-profile-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.header-profile-username {
    color: white;
    font-size: 14px;
    padding-left: 20px;
    text-align: right;
}
.header-profile-button:hover {
    background: #106ebe;
}
.profile-card {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 320px;
    box-shadow: 0 24px 54px rgba(0,0,0,.15), 0 4.5px 13.5px rgba(0,0,0,.08);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    z-index: 1;
    outline: none;
}
.profile-card-headline {
    height: 50px;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}
.profile-card-button {
    font-size: 13px;
    padding: 16px 14px;
    cursor: pointer;
    color: #333;
    font-weight: 300;
    outline: none;
}
.profile-card-button:hover {
    background: #eee;
}
.profile-card-body {
    display: flex;
    align-items: start;
}
.profile-picture {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 88px;
    height: 88px;
    margin-left: 16px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.profile-picture img {
    width: 100%;
    height: 100%;
}
.profile-data {
    padding-right: 12px;
    display: flex;
    flex-direction: column;
    margin-top: 28px;
}
.profile-username {
    font-size: 18px;
    font-weight: 600;
    padding: 1px;
    color: #333;
}
.profile-email {
    margin-top: 3px;
    font-size: 14px;
    padding: 1px;
    color: #333;
    font-weight: 300;
}




.section-header {
    width: 100%;
    flex: none;
    display: flex;
    flex-direction: column;
}
.section-header-breadcrumbs {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: flex-start;
    padding-bottom: 0px;
}
.section-header-breadcrumb {
    font-size: 14px;
    font-weight: 400;
    color: #0078d4;
    text-decoration: none;
    padding: 0px 4px;
}
.section-header-breadcrumb:hover {
    text-decoration: underline;
    color: #004e8a;
}
.section-header-breadcrumbs-chevron {
    margin: 0px;
    font-weight: 300;
    color: #ccc;
}
.section-header-title {
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
}


.app-menu {
    width: 265px;
    /* box-shadow: 0 6.4px 14.4px 0 rgba(0,0,0,.132), 0 1.2px 3.6px 0 rgba(0,0,0,.108); */
    padding: 10px 0PX;
    box-sizing: BORDER-BOX;
}
.side-menu-content {
    width: 100%;
    height: 100%;
}
.side-menu-button {
    display: flex;
    align-items: center;
    height: 40px;
    cursor: pointer;
}
.side-menu-button .button-icon {
    text-align: center;
    color: #00ccff;
    font-size: 21px;
    margin: 0px 12px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
}
.side-menu-button:hover {
    background: #eee;
}
.button-text {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px;
    color: #333;
    font-weight: 300;
}
.side-menu-button.active .button-text {
    font-weight: 500;
}


.page {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.page-header {
    width: 100%;
    padding-bottom: 20px;
}
.page-title {
    padding-bottom: 10px;
    font-size: 32px;
    font-weight: 300;
}
.page-subtitle {
    font-weight: 500;
    padding-bottom: 8px;
}
.page-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.page-content {
    flex: 1;
    overflow: hidden;
    margin: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.page-content.page-scrollable-content {
    overflow: auto;
}
.page-content-toolbar {
    height: 36px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #ccc;
    margin: 0px 10px;
    flex: none;
}
.toolbar-button {
    width: auto;
    height: 36px;
    cursor: pointer;
    outline: none;
    display: flex;
    box-sizing: border-box;
    padding: 0px 8px;
    align-items: center;
}
.toolbar-button.disabled .toolbar-button-icon {
    color: #ccc;
}
.toolbar-button.disabled .toolbar-button-text {
    color: #ccc;
}
.toolbar-button:hover {
    background: rgba(0, 0, 0, 0.05);
}
.toolbar-button.disabled {
    pointer-events: none;
}
.toolbar-button-text {
    font-weight: 400;
    font-size: 13px;
    padding-left: 8px;
    white-space: nowrap;
}
.toolbar-search-box {
    display: flex;
    overflow: hidden;
    align-items: center;
    width: 400px;
    height: 25px;
    margin-bottom: 6px;
}
.toolbar-select-box {
    display: flex;
    overflow: hidden;
    align-items: center;
    width: 250px;
    height: 25px;
    margin-bottom: 6px;
    margin-right: 16px;
}
.toolbar-select, .toolbar-select select {
    width: 100%;
    height: 100%;

    outline-color: #0078d4;
    font-size: 12px;
}
.toolbar-datepicker-box {
    display: flex;
    overflow: hidden;
    align-items: center;
    width: 150px;
    height: 25px;
    margin-bottom: 6px;
    margin-right: 16px;
}
.toolbar-datepicker{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
} 
.toolbar-datepicker input {
    background: white;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #777;
    box-sizing: border-box;
    padding-left: 8px;
    outline-color: #0078d4;
    font-size: 12px;
}
.toolbar-pages {
    display: flex;
    align-items: center;
margin-left: auto;width: 250px;justify-content: flex-end;}
.toolbar-searcher {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.toolbar-search-button {
    width: 24px;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 100%;
}
.toolbar-search-button md-icon {
    font-size: 15px;
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    color: #0078d4;
}
.toolbar-searcher input {
    background: white;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #777;
    box-sizing: border-box;
    padding-left: 25px;
    outline-color: #0078d4;
    font-size: 12px;
}
.toolbar-searcher input:focus {
}
md-icon.toolbar-button-icon {
    font-size: 19px;
    min-width: 19px;
    min-height: 19px;
    width: 19px;
    height: 19px;
    color: #0078d4;
user-select: none;}
.toolbar-pages-text {
    display: inline-block;
    font-size: 13px;
    padding: 0px 10px;
    color: #333;
}

.list{
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 10px;
    overflow: hidden;
}
.list-header {
    padding-right: 17px;
    width: 100%;
    box-sizing: border-box;
    flex: none;
    background: #eee;
    border: 1px solid #ccc;
}
.list-item {
    display: flex;
    outline: none;
}
.list-item-clickable{
	cursor:pointer;
}
.list-body .list-item.list-item-clickable:hover{
	background: rgb(0 120 212 / 8%);
}
.list-cell {
    font-size: 12px;
    align-items: center;
    padding: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-cell-icon {
    font-size: 15px;
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
}
.list-body {
    overflow: scroll;
    overflow-x: hidden;
    flex: 1;
}
.list-cell[it-sorts] {
    cursor: pointer;
}
.list-cell[it-sorts]:hover {
    background: rgba(0, 0, 0, 0.02);
}
.list-cell[it-sorts] md-icon {
    color: #0078d4;
    font-size: 18px;
}
.list-cell-icon-button {
    cursor: pointer;
    outline: none;
}
.list-cell-icon-button md-icon {
    font-size: 16px;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    color: #0078d4;
}
.list-cell-check-box {
    outline: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}
.list-cell-check-box md-icon {
    font-size: 16px;
    color: #0078d4;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
}
.list-body .list-item:hover {
    background: rgba(0, 0, 0, 0.05);
}
.list-body .list-item:not(:last-child){
    border-bottom: 1px solid #ddd;
}
.list-cell input[type='number'] {
    width: 36px;
}


.input-container {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
}
.input-container > label {
    width: 250px;
    font-size: 13px;
    font-weight: 300;
}
.input-container input {
    font-size: 13px;
    font-weight: 300;
    box-sizing: border-box;
    border: 1px solid #777;
    height: 24px;
    padding: 0px 5px;
    width: 250px;
    border-radius: 2px;
}
.input-container input[disabled] {
    background: #eee;
}

.input-container select {
    font-size: 13px;
    font-weight: 300;
    box-sizing: border-box;
    border: 1px solid #777;
    height: 24px;
    padding: 0px 5px;
    width: 250px;
    border-radius: 2px;
}
.input-container select[disabled] {
	 background: #eee;
}

.input-container textarea {
    font-size: 13px;
    font-weight: 300;
    box-sizing: border-box;
    border: 1px solid #777;
    height: 24px;
    padding: 5px;
    width: 250px;
    border-radius: 2px;
    min-height: 44px;
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    height: 24px;
    outline: none;
}
.checkbox-container md-icon {
    margin: 0;
    font-size: 16px;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    margin-right: 4px;
    pointer-events: none;
    color: #0078d4;
}
.checkbox-container > label {
    width: 250px;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
}

.map-placeholder {
    width: 500px;
    height: 200px;
    overflow: hidden;
    border: 2px solid;
}
.map-label {
    font-size: 12px;
    font-weight: 500;
    color: #777;
    margin: 10px 0px 50px 0px;
}



.page.payment-denied-page {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
    background: #e7eff5;
}
.page-card {
    width: 100%;
    background: white;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    max-width: 800px;
}
.page-card-title {
    font-size: 28px;
    font-weight: 600;
    width: 100%;
    margin-top: 12px;
    padding: 24px;
    box-sizing: border-box;
    text-align: center;
}
.page-card-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 24px;
    box-sizing: border-box;
    color: #aaa;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}
.page-card-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
}
.page-card-image {
    width: 100%;
    max-width: 200px;
}



.error {
    color: red;
}
.success {
    color: green;
}


.page-event {
}
.page-event-container {
}
.page-event-container md-divider {
    padding-bottom: 8px;
}
.page-event-container .json-container {
    background: #eeee;
    padding: 8px;
    margin-right: 16px;
}
.page-event-container.payload, .page-event-container.response {
    padding-top: 24px;
}
.page-event-container .json-formatter {
    font-size: 12px;
}



.page-content.pay-page-content {
    background: #e7eff5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.page-content.pay-page-content .button {
    width: 200px;
    margin: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

