﻿html {
    background-color: lightslategrey;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: Oswald, "Open sans",tahoma, arial, sans-serif;
    font-size: 15px;
    color: #262626;
}

#login{
    background-color:white;
    width:600px;
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
}


.oauth{

}

.header {
    background-color: #193978;
    color: white;
    padding: 2px 10px 2px 10px;
}

.oauth.logon.image{
    width:100%;
}



div.oauth.logon.box {
    padding-left: 15px;
    padding-right: 15px;
}

h2.oauth.logon {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.5em;
    font-weight:300;
}


div.oauth.logon.input {
    border: 0.2px solid #193978;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px;
}

div.oauth.logon.input > input {
    font-size: 1.0em;
    border: none;
    margin:5px 0px 5px 0px;
    width: 100%;
}

div.oauth.logon.button {
    background-color: #193978;
    height: 2em;
    color: white;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px;
}

div.oauth.logon.button>input {
    width: 100%;
    height: 100%;
    background-color: #193978;
    border: none;
    font-size:1em;
    color: white;
    margin-bottom: 20px;
    padding: 5px;
    cursor: pointer;
}

div.oauth.logon.info.box{
    margin:0px;
    font-size:0.9em;
}

.px-bar .px-button {
    white-space: normal
}

.px-bar-block .px-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.px-bar-block.px-center .px-bar-item {
    text-align: center
}

.px-block {
    display: block;
    width: 100%
}

.px-responsive {
    display: block;
    overflow-x: auto
}

.px-container:after, .px-container:before, .px-panel:after, .px-panel:before, .px-row:after, .px-row:before, .px-row-padding:after, .px-row-padding:before,
.px-cell-row:before, .px-cell-row:after, .px-clear:after, .px-clear:before, .px-bar:before, .px-bar:after {
    content: "";
    display: table;
    clear: both
}

.px-col, .px-half, .px-third, .px-twothird, .px-threequarter, .px-quarter {
    float: left;
    width: 100%
}

    .px-col.s1 {
        width: 8.33333%
    }

    .px-col.s2 {
        width: 16.66666%
    }

    .px-col.s3 {
        width: 24.99999%
    }

    .px-col.s4 {
        width: 33.33333%
    }

    .px-col.s5 {
        width: 41.66666%
    }

    .px-col.s6 {
        width: 49.99999%
    }

    .px-col.s7 {
        width: 58.33333%
    }

    .px-col.s8 {
        width: 66.66666%
    }

    .px-col.s9 {
        width: 74.99999%
    }

    .px-col.s10 {
        width: 83.33333%
    }

    .px-col.s11 {
        width: 91.66666%
    }

    .px-col.s12 {
        width: 99.99999%
    }

@media (min-width:601px) {
    .px-col.m1 {
        width: 8.33333%
    }

    .px-col.m2 {
        width: 16.66666%
    }

    .px-col.m3, .px-quarter {
        width: 24.99999%
    }

    .px-col.m4, .px-third {
        width: 33.33333%
    }

    .px-col.m5 {
        width: 41.66666%
    }

    .px-col.m6, .px-half {
        width: 49.99999%
    }

    .px-col.m7 {
        width: 58.33333%
    }

    .px-col.m8, .px-twothird {
        width: 66.66666%
    }

    .px-col.m9, .px-threequarter {
        width: 74.99999%
    }

    .px-col.m10 {
        width: 83.33333%
    }

    .px-col.m11 {
        width: 91.66666%
    }

    .px-col.m12 {
        width: 99.99999%
    }
}

@media (min-width:993px) {
    .px-col.l1 {
        width: 8.33333%
    }

    .px-col.l2 {
        width: 16.66666%
    }

    .px-col.l3 {
        width: 24.99999%
    }

    .px-col.l4 {
        width: 33.33333%
    }

    .px-col.l5 {
        width: 41.66666%
    }

    .px-col.l6 {
        width: 49.99999%
    }

    .px-col.l7 {
        width: 58.33333%
    }

    .px-col.l8 {
        width: 66.66666%
    }

    .px-col.l9 {
        width: 74.99999%
    }

    .px-col.l10 {
        width: 83.33333%
    }

    .px-col.l11 {
        width: 91.66666%
    }

    .px-col.l12 {
        width: 99.99999%
    }
}

.px-content {
    max-width: 980px;
    margin: auto
}

.px-rest {
    overflow: hidden
}

.px-cell-row {
    display: table;
    width: 100%
}

.px-cell {
    display: table-cell
}

.px-cell-top {
    vertical-align: top
}

.px-cell-middle {
    vertical-align: middle
}

.px-cell-bottom {
    vertical-align: bottom
}

.px-hide {
    display: none !important
}

.px-show-block, .px-show {
    display: block !important
}

.px-show-inline-block {
    display: inline-block !important
}

@media (max-width:600px) {
    .px-modal-content {
        margin: 0 10px;
        width: auto !important
    }

    .px-modal {
        padding-top: 30px
    }

    .px-dropdown-hover.px-mobile .px-dropdown-content, .px-dropdown-click.px-mobile .px-dropdown-content {
        position: relative
    }

    .px-hide-small {
        display: none !important
    }

    .px-mobile {
        display: block;
        width: 100% !important
    }

    .px-bar-item.px-mobile, .px-dropdown-hover.px-mobile, .px-dropdown-click.px-mobile {
        text-align: center
    }

        .px-dropdown-hover.px-mobile, .px-dropdown-hover.px-mobile .px-btn, .px-dropdown-hover.px-mobile .px-button, .px-dropdown-click.px-mobile, .px-dropdown-click.px-mobile .px-btn, .px-dropdown-click.px-mobile .px-button {
            width: 100%
        }
}

@media (max-width:768px) {
    .px-modal-content {
        width: 500px
    }

    .px-modal {
        padding-top: 50px
    }
}

@media (min-width:993px) {
    .px-modal-content {
        width: 900px
    }

    .px-hide-large {
        display: none !important
    }

    .px-sidebar.px-collapse {
        display: block !important
    }
}

@media (max-width:992px) and (min-width:601px) {
    .px-hide-medium {
        display: none !important
    }
}

@media (max-width:992px) {
    .px-sidebar.px-collapse {
        display: none
    }

    .px-main {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.px-top, .px-bottom {
    position: fixed;
    width: 100%;
    z-index: 1
}

.px-top {
    top: 0
}

.px-bottom {
    bottom: 0
}

.px-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2
}

.px-display-topleft {
    position: absolute;
    left: 0;
    top: 0
}

.px-display-topright {
    position: absolute;
    right: 0;
    top: 0
}

.px-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.px-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0
}

.px-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
}

.px-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%)
}

.px-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%)
}

.px-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%)
}

.px-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%)
}

.px-display-container:hover .px-display-hover {
    display: block
}

.px-display-container:hover span.px-display-hover {
    display: inline-block
}

.px-display-hover {
    display: none
}

.px-display-position {
    position: absolute
}

.px-circle {
    border-radius: 50%
}

.px-round-small {
    border-radius: 2px
}

.px-round, .px-round-medium {
    border-radius: 4px
}

.px-round-large {
    border-radius: 8px
}

.px-round-xlarge {
    border-radius: 16px
}

.px-round-xxlarge {
    border-radius: 32px
}

.px-row-padding, .px-row-padding > .px-half, .px-row-padding > .px-third, .px-row-padding > .px-twothird, .px-row-padding > .px-threequarter, .px-row-padding > .px-quarter, .px-row-padding > .px-col {
    padding: 0 8px
}

.px-container, .px-panel {
    padding: 0.01em 16px
}

.px-panel {
    margin-top: 16px;
    margin-bottom: 16px
}

.px-code, .px-codespan {
    font-family: "wf_segoe-ui_light", "Segoe UI Light", "Segoe WP Light", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;
    font-size: 16px
}

.px-code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
    word-wrap: break-word
}

.px-codespan {
    color: crimson;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%
}

.px-card, .px-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

.px-card-4, .px-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)
}

.px-spin {
    animation: px-spin 2s infinite linear
}

@keyframes px-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.px-animate-fading {
    animation: fading 10s infinite
}

@keyframes fading {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.px-animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.px-animate-top {
    position: relative;
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.px-animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.px-animate-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.px-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.px-animate-zoom {
    animation: animatezoom 0.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.px-animate-input {
    transition: width 0.4s ease-in-out
}

    .px-animate-input:focus {
        width: 100% !important
    }

.px-opacity, .px-hover-opacity:hover {
    opacity: 0.60
}

.px-opacity-off, .px-hover-opacity-off:hover {
    opacity: 1
}

.px-opacity-max {
    opacity: 0.25
}

.px-opacity-min {
    opacity: 0.75
}

.px-greyscale-max, .px-grayscale-max, .px-hover-greyscale:hover, .px-hover-grayscale:hover {
    filter: grayscale(100%)
}

.px-greyscale, .px-grayscale {
    filter: grayscale(75%)
}

.px-greyscale-min, .px-grayscale-min {
    filter: grayscale(50%)
}

.px-sepia {
    filter: sepia(75%)
}

.px-sepia-max, .px-hover-sepia:hover {
    filter: sepia(100%)
}

.px-sepia-min {
    filter: sepia(50%)
}

.px-tiny {
    font-size: 10px !important
}

.px-small {
    font-size: 12px !important
}

.px-medium {
    font-size: 15px !important
}

.px-large {
    font-size: 18px !important
}

.px-xlarge {
    font-size: 24px !important
}

.px-xxlarge {
    font-size: 36px !important
}

.px-xxxlarge {
    font-size: 48px !important
}

.px-jumbo {
    font-size: 64px !important
}

.px-left-align {
    text-align: left !important
}

.px-right-align {
    text-align: right !important
}

.px-justify {
    text-align: justify !important
}

.px-center {
    text-align: center !important
}

.px-border-0 {
    border: 0 !important
}

.px-border {
    border: 1px solid #ccc !important
}

.px-border-top {
    border-top: 1px solid #ccc !important
}

.px-border-bottom {
    border-bottom: 1px solid #ccc !important
}

.px-border-left {
    border-left: 1px solid #ccc !important
}

.px-border-right {
    border-right: 1px solid #ccc !important
}

.px-topbar {
    border-top: 6px solid #ccc !important
}

.px-bottombar {
    border-bottom: 6px solid #ccc !important
}

.px-leftbar {
    border-left: 6px solid #ccc !important
}

.px-rightbar {
    border-right: 6px solid #ccc !important
}

.px-section, .px-code {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.px-margin {
    margin: 16px !important
}

.px-margin-top {
    margin-top: 16px !important
}

.px-margin-bottom {
    margin-bottom: 16px !important
}

.px-margin-left {
    margin-left: 16px !important
}

.px-margin-right {
    margin-right: 16px !important
}

.px-padding-small {
    padding: 4px 8px !important
}

.px-padding {
    padding: 8px 16px !important
}

.px-padding-large {
    padding: 12px 24px !important
}

.px-padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.px-padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.px-padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.px-padding-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.px-padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.px-left {
    float: left !important
}

.px-right {
    float: right !important
}

.px-button:hover {
    color: #000 ;
    background-color: #ccc ;
}

.px-transparent, .px-hover-none:hover {
    background-color: transparent !important
}

.px-hover-none:hover {
    box-shadow: none !important
}
/* Colors */
.px-amber, .px-hover-amber:hover {
    color: #000 !important;
    background-color: #ffc107 !important
}

.px-aqua, .px-hover-aqua:hover {
    color: #000 !important;
    background-color: #00ffff !important
}

.px-blue, .px-hover-blue:hover {
    color: #fff !important;
    background-color: #2196F3 !important
}

.px-blue-praxis {
    color: #fff !important;
    background-color: #004F9F !important
}


.px-light-blue, .px-hover-light-blue:hover {
    color: #000 !important;
    background-color: #87CEEB !important
}

.px-brown, .px-hover-brown:hover {
    color: #fff !important;
    background-color: #795548 !important
}

.px-cyan, .px-hover-cyan:hover {
    color: #000 !important;
    background-color: #00bcd4 !important
}

.px-blue-grey, .px-hover-blue-grey:hover, .px-blue-gray, .px-hover-blue-gray:hover {
    color: #fff !important;
    background-color: #607d8b !important
}

.px-green, .px-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important
}

.px-light-green, .px-hover-light-green:hover {
    color: #000 !important;
    background-color: #8bc34a !important
}

.px-indigo, .px-hover-indigo:hover {
    color: #fff !important;
    background-color: rgb(0, 112, 192) !important
}

.px-khaki, .px-hover-khaki:hover {
    color: #000 !important;
    background-color: #f0e68c !important
}

.px-lime, .px-hover-lime:hover {
    color: #000 !important;
    background-color: #cddc39 !important
}

.px-orange, .px-hover-orange:hover {
    color: #000 !important;
    background-color: #ff9800 !important
}

.px-deep-orange, .px-hover-deep-orange:hover {
    color: #fff !important;
    background-color: #ff5722 !important
}

.px-pink, .px-hover-pink:hover {
    color: #fff !important;
    background-color: #e91e63 !important
}

.px-purple, .px-hover-purple:hover {
    color: #fff !important;
    background-color: #9c27b0 !important
}

.px-deep-purple, .px-hover-deep-purple:hover {
    color: #fff !important;
    background-color: #673ab7 !important
}

.px-red, .px-hover-red:hover {
    color: #fff !important;
    background-color: #f44336 !important
}

.px-sand, .px-hover-sand:hover {
    color: #000 !important;
    background-color: #fdf5e6 !important
}

.px-teal, .px-hover-teal:hover {
    color: #fff !important;
    background-color: #009688 !important
}

.px-yellow, .px-hover-yellow:hover {
    color: #000 !important;
    background-color: #ffeb3b !important
}

.px-white, .px-hover-white:hover {
    color: #000 !important;
    background-color: #fff !important
}

.px-black, .px-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important
}

.px-grey, .px-hover-grey:hover, .px-gray, .px-hover-gray:hover {
    color: #000 !important;
    background-color: #9e9e9e !important
}

.px-light-grey, .px-hover-light-grey:hover, .px-light-gray, .px-hover-light-gray:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important
}

.px-dark-grey, .px-hover-dark-grey:hover, .px-dark-gray, .px-hover-dark-gray:hover {
    color: #fff !important;
    background-color: #616161 !important
}

.px-pale-red, .px-hover-pale-red:hover {
    color: #000 !important;
    background-color: #ffdddd !important
}

.px-pale-green, .px-hover-pale-green:hover {
    color: #000 !important;
    background-color: #ddffdd !important
}

.px-pale-yellow, .px-hover-pale-yellow:hover {
    color: #000 !important;
    background-color: #ffffcc !important
}

.px-pale-blue, .px-hover-pale-blue:hover {
    color: #000 !important;
    background-color: #ddffff !important
}

.px-text-amber, .px-hover-text-amber:hover {
    color: #ffc107 !important
}

.px-text-aqua, .px-hover-text-aqua:hover {
    color: #00ffff !important
}

.px-text-blue, .px-hover-text-blue:hover {
    color: #2196F3 !important
}

.px-text-light-blue, .px-hover-text-light-blue:hover {
    color: #87CEEB !important
}

.px-text-brown, .px-hover-text-brown:hover {
    color: #795548 !important
}

.px-text-cyan, .px-hover-text-cyan:hover {
    color: #00bcd4 !important
}

.px-text-blue-grey, .px-hover-text-blue-grey:hover, .px-text-blue-gray, .px-hover-text-blue-gray:hover {
    color: #607d8b !important
}

.px-text-green, .px-hover-text-green:hover {
    color: #4CAF50 !important
}

.px-text-light-green, .px-hover-text-light-green:hover {
    color: #8bc34a !important
}

.px-text-indigo, .px-hover-text-indigo:hover {
    color: #3f51b5 !important
}

.px-text-khaki, .px-hover-text-khaki:hover {
    color: #b4aa50 !important
}

.px-text-lime, .px-hover-text-lime:hover {
    color: #cddc39 !important
}

.px-text-orange, .px-hover-text-orange:hover {
    color: #ff9800 !important
}

.px-text-deep-orange, .px-hover-text-deep-orange:hover {
    color: #ff5722 !important
}

.px-text-pink, .px-hover-text-pink:hover {
    color: #e91e63 !important
}

.px-text-purple, .px-hover-text-purple:hover {
    color: #9c27b0 !important
}

.px-text-deep-purple, .px-hover-text-deep-purple:hover {
    color: #673ab7 !important
}

.px-text-red, .px-hover-text-red:hover {
    color: #f44336 !important
}

.px-text-sand, .px-hover-text-sand:hover {
    color: #fdf5e6 !important
}

.px-text-teal, .px-hover-text-teal:hover {
    color: #009688 !important
}

.px-text-yellow, .px-hover-text-yellow:hover {
    color: #d2be0e !important
}

.px-text-white, .px-hover-text-white:hover {
    color: #fff !important
}

.px-text-black, .px-hover-text-black:hover {
    color: #000 !important
}

.px-text-grey, .px-hover-text-grey:hover, .px-text-gray, .px-hover-text-gray:hover {
    color: #757575 !important
}

.px-text-light-grey, .px-hover-text-light-grey:hover, .px-text-light-gray, .px-hover-text-light-gray:hover {
    color: #f1f1f1 !important
}

.px-text-dark-grey, .px-hover-text-dark-grey:hover, .px-text-dark-gray, .px-hover-text-dark-gray:hover {
    color: #3a3a3a !important
}

.px-border-amber, .px-hover-border-amber:hover {
    border-color: #ffc107 !important
}

.px-border-aqua, .px-hover-border-aqua:hover {
    border-color: #00ffff !important
}

.px-border-blue, .px-hover-border-blue:hover {
    border-color: #2196F3 !important
}

.px-border-light-blue, .px-hover-border-light-blue:hover {
    border-color: #87CEEB !important
}

.px-border-brown, .px-hover-border-brown:hover {
    border-color: #795548 !important
}

.px-border-cyan, .px-hover-border-cyan:hover {
    border-color: #00bcd4 !important
}

.px-border-blue-grey, .px-hover-border-blue-grey:hover, .px-border-blue-gray, .px-hover-border-blue-gray:hover {
    border-color: #607d8b !important
}

.px-border-green, .px-hover-border-green:hover {
    border-color: #4CAF50 !important
}

.px-border-light-green, .px-hover-border-light-green:hover {
    border-color: #8bc34a !important
}

.px-border-indigo, .px-hover-border-indigo:hover {
    border-color: #3f51b5 !important
}

.px-border-khaki, .px-hover-border-khaki:hover {
    border-color: #f0e68c !important
}

.px-border-lime, .px-hover-border-lime:hover {
    border-color: #cddc39 !important
}

.px-border-orange, .px-hover-border-orange:hover {
    border-color: #ff9800 !important
}

.px-border-deep-orange, .px-hover-border-deep-orange:hover {
    border-color: #ff5722 !important
}

.px-border-pink, .px-hover-border-pink:hover {
    border-color: #e91e63 !important
}

.px-border-purple, .px-hover-border-purple:hover {
    border-color: #9c27b0 !important
}

.px-border-deep-purple, .px-hover-border-deep-purple:hover {
    border-color: #673ab7 !important
}

.px-border-red, .px-hover-border-red:hover {
    border-color: #f44336 !important
}

.px-border-sand, .px-hover-border-sand:hover {
    border-color: #fdf5e6 !important
}

.px-border-teal, .px-hover-border-teal:hover {
    border-color: #009688 !important
}

.px-border-yellow, .px-hover-border-yellow:hover {
    border-color: #ffeb3b !important
}

.px-border-white, .px-hover-border-white:hover {
    border-color: #fff !important
}

.px-border-black, .px-hover-border-black:hover {
    border-color: #000 !important
}

.px-border-grey, .px-hover-border-grey:hover, .px-border-gray, .px-hover-border-gray:hover {
    border-color: #9e9e9e !important
}

.px-border-light-grey, .px-hover-border-light-grey:hover, .px-border-light-gray, .px-hover-border-light-gray:hover {
    border-color: #f1f1f1 !important
}

.px-border-dark-grey, .px-hover-border-dark-grey:hover, .px-border-dark-gray, .px-hover-border-dark-gray:hover {
    border-color: #616161 !important
}

.px-border-pale-red, .px-hover-border-pale-red:hover {
    border-color: #ffe7e7 !important
}

.px-border-pale-green, .px-hover-border-pale-green:hover {
    border-color: #e7ffe7 !important
}

.px-border-pale-yellow, .px-hover-border-pale-yellow:hover {
    border-color: #ffffcc !important
}

.px-border-pale-blue, .px-hover-border-pale-blue:hover {
    border-color: #e7ffff !important
}
