body {

font-size:0.9em;
}
section {
	padding: 25px 0;
}
h1,h2,h3,h4,h5,h6{
	/*color:#f00 !important;*/
}
.bg-secondary, .bg-secondary a {
	background-color:#258 !important;
	color:#fff !important;
}
.bootstrap-dialog-header,.bootstrap-dialog-footer{
	width:100%;
}
footer {
	/*background-color: '';*/
}

.swal2-container {
  z-index: 100000 !important;
}

#sign-out {
      display: inline-block;

      white-space: nowrap;
    }
    #sign-out:hover {
      cursor: pointer;
    }
    span.label {
      font-family: serif;
      font-weight: normal;
    }
    span.icon {
      background: url('/identity/sign-in/g-normal.png') transparent 5px 50% no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 42px;
      height: 42px;
    }
    span.buttonText {
      display: inline-block;
      vertical-align: middle;
      padding-left: 42px;
      padding-right: 42px;
      font-size: 14px;
      font-weight: bold;
      /* Use the Roboto font that is loaded in the <head> */
      font-family: 'Roboto', sans-serif;
    }
.modal-full {
    max-width: 100%;
  }