/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */



.font-default
{
    font-family: 'Source Sans Pro', 'Helvetica Neue', 'Segoe UI', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-size: 20px;
    color: #666;
}

.font-mono
{
    font-family: 'Consolas', 'Bitstream Vera Sans Mono', 'Courier New', 'Courier', monospace !important;
}

body {
    margin: 0;
    text-shadow: none;

}

p {
    margin-top: 0;
}

h3, h4 {
    color: steelblue;
}

.indent {
    margin-left: 15px;
}

#page_title {
    background: #F5F5F5;
    color: steelblue;
    padding: 0.5em;
    margin: 0;
}

#content {
    padding: 0 20px 20px;
}

#logo {
    width: 150px;
    height: 150px;
    background: lightgray;
    margin: 0 20px 10px 5px;
    float: left;
}

#client-summary {
    float: left;
}

#client-link-list {
    margin: 0;
    padding: 0;
}

#client-link-list li {
    list-style-type: none;
}

#client-link-list a {
    position: relative;
    padding-left: 25px;
    text-decoration: none;
    color: cadetblue;
}

#client-link-list a:hover {
    text-decoration: underline;
}

#client-link-list a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    margin: -5px 0 0 0;
    border-top: 12px solid cadetblue;
    border-left: 12px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#client-link-list2 {
    margin: 0;
    padding: 0;
}

#client-link-list2 li {
    list-style-type: none;
}

#client-link-list2 a {
    position: relative;
    padding-left: 25px;
    text-decoration: none;
    color: cadetblue;
}

#client-link-list2 a:hover {
    text-decoration: underline;
}

#client-link-list3 a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    margin: -5px 0 0 0;
    border-top: 12px solid cadetblue;
    border-left: 12px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#scope-list {
    margin-left: 20px;
}

#scope-list dt {
    font-weight: bold;
}

#scope-list dd {
    margin-bottom: 10px;
}

.placeholder {
    color: #666;
}

input {
    color: black;
}

.social-login-link {
    text-decoration: none;
}

.social-login-image {
    width: 50px;
    height: 50px;
    padding: 2px;
    margin: 8px;
    border: none;
}

.social-login-image:hover {
    background: #1255f4;
}

.social-login-image:active {
    background: blue;
}

#login-fields {
    margin-bottom: 20px;
}

#loginId {
    display: block;
    border: 1px solid #666;
    border-bottom: none;
    padding: 0.3em 0.5em;
    width: 300px;
}

#password {
    display: block;
    border: 1px solid #666;
    padding: 0.3em 0.5em;
    width: 300px;
}

#authorization-form-buttons {
    margin: 20px auto;
}

#authorize-button, #deny-button {
    display: inline-block;
    width: 150px;
    padding: 12px 0;
    margin: 13px;
    min-height: 26px;
    text-align: center;
    text-decoration: none;
    outline: 0;
    -webkit-transition: none;
    transition: none;
}

#authorize-button {
    background-color: #4285f4;
    color: white;
}

#authorize-button:hover {
    background-color: #1255f4;
}

#authorize-button:active {
    background-color: blue;
}

#deny-button {
    background-color: #f08080;
    color: white;
}

#deny-button:hover {
    background-color: #f05050;
}

#deny-button:active {
    background-color: red;
}

.normal-message {
    color: green;
}

.error-message {
    color: red;
}



.green {
    height: 200px;
    width: 200px;
    color: #fff;
    text-align: center;
}

.blue{
    height: 200px;
    width: 200px;
    color: #fff;
    text-align: right;
}


.blue {
    grid-area: 'blue';
}

.green {

}

.blue-wrapper {
    display: grid;
    grid-template-areas: 'green blue';
    grid-auto-columns: calc(100% - 200px);
}



/*

.login #login_error, .login .message, .login .success {
    border-left: 4px solid #72aee6;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    word-wrap: break-word
}

.login .success {
    border-left-color: #00a32a
}

.login #login_error {
    border-left-color: #d63638
}

#loginform p.submit, .login-action-lostpassword p.submit {
    border: none;
    margin: -10px 0 20px
}

.login * {
    margin: 0;
    padding: 0
}

.login .input::-ms-clear {
    display: none
}

.login .pw-weak {
    margin-bottom: 15px
}

.login .button.wp-hide-pw {
    background: 0 0;
    border: 1px solid transparent;
    box-shadow: none;
    font-size: 14px;
    line-height: 2;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 40px;
    min-height: 40px;
    margin: 0;
    padding: 5px 9px;
    position: absolute;
    right: 0;
    top: 0
}

.login .button.wp-hide-pw:hover {
    background: 0 0
}

.login .button.wp-hide-pw:focus {
    background: 0 0;
    border-color: #3582c4;
    box-shadow: 0 0 0 1px #3582c4;
    outline: 2px solid transparent
}

.login .button.wp-hide-pw:active {
    background: 0 0;
    box-shadow: none;
    transform: none
}

.login .button.wp-hide-pw .dashicons {
    width: 1.25rem;
    height: 1.25rem;
    top: .25rem
}

.login .wp-pwd {
    position: relative
}

.no-js .hide-if-no-js {
    display: none
}

.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 34px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04)
}



.login form .forgetmenot {
    font-weight: 400;
    float: left;
    margin-bottom: 0
}

.login .button-primary {
    float: right
}

.login .reset-pass-submit {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.login .reset-pass-submit .button {
    display: inline-block;
    float: none;
    margin-bottom: 6px
}

.login .admin-email-confirm-form .submit {
    text-align: center
}

.admin-email__later {
    text-align: left
}

.login form p.admin-email__details {
    margin: 1.1em 0
}

.login h1.admin-email__heading {
    border-bottom: 1px #f0f0f1 solid;
    color: #50575e;
    font-weight: 400;
    padding-bottom: .5em;
    text-align: left
}

.admin-email__actions div {
    padding-top: 1.5em
}

.login .admin-email__actions .button-primary {
    float: none;
    margin-left: .25em;
    margin-right: .25em
}

#login form p {
    margin-bottom: 0
}

#login form p.submit {
    margin: 0;
    padding: 0
}

.login label {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px
}

.login .forgetmenot label, .login .pw-weak label {
    line-height: 1.5;
    vertical-align: baseline
}

.login h1 {
    text-align: center
}

.login h1 a {
    background-image: url(/wp-admin/images/w-logo-blue.png?ver=20131202);
    background-image: none, url(/wp-admin/images/wordpress-logo.svg?ver=20131107);
    background-size: 84px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #3c434a;
    height: 84px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 84px;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block
}

#login {
    width: 320px;
    padding: 5% 0 0;
    margin: auto
}

.login #backtoblog, .login #nav {
    font-size: 13px;
    padding: 0 24px
}

.login #nav {
    margin: 24px 0 0
}


.login .privacy-policy-page-link {
    text-align: center;
    width: 100%;
    margin: 3em 0 2em
}

.login form .input, .login input[type=password], .login input[type=text] {
    font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none
}


 */
