:focus {
    outline: none;
}
html, body {
    background-color: #eceff4;
    min-height: 100%;
    height: 100%;
}
main {
    width: 100vw;
}
[ng-cloak] {
    display: none !important;
}
a {
    text-decoration: none !important;
    cursor: pointer;
}
span a {
    color: #2196f3 !important;
}
.geo {
    width: 130px;
}
.geo img {
    display: block;
    margin: 0 auto;
    width: 80%;
}
.geo a:hover {
    color: white !important;
}
.center-text {
    text-align: center;
}
.avatar {
    height: 54px;
    width: 54px;
}
.small-avatar {
    height: 40px;
    width: 40px;
    margin-right: 5px;
}
.big-avatar {
    height: 100px;
    width: 100px;
}
.circle {
   border-radius: 50%;
}
md-toolbar {
    background-color: #2d3e50 !important;
    color: white;
}
.dark-blue-button  {
   background-color: #3f51b5 !important;
}
.blue-button  {
    background-color: #2196f3 !important;
}
.margin {
    margin-bottom: 10px;
}
.social-preview .social {
    cursor: pointer;
}
.social-preview md-icon {
    margin: 0 !important;
    cursor: pointer;
}

.fixed-toolbar {
    position: fixed;
    bottom:0;
}

.footer {
    background-color: transparent !important;
    height: 60px;
    font-size: 14px;
}
@media screen and (max-width: 959px) {
    .footer {
        height: 90px;
    }
}
.footer a {
    color: #2196f3 !important;
}
.similar-account, .link {
    cursor: pointer;
}
.link {
    color: #2196f3 !important;
}
md-toolbar .md-select-value,md-toolbar .md-select-placeholder,md-toolbar .md-select-icon{
    color: white !important;
    border-bottom-color: white;
    margin: 0 !important;
}
.md-select-value {
    min-width: 30px !important;
}
md-select-value {
    width: 30px;
}
md-toolbar .md-select-icon {
    display: none !important;
}
.flags {
    padding-right: 20px;
}
.flags img {
    width: 30px;
    height: 22px;
}
md-option img {
    width: 100%;
    height: 100%;
}
md-select-menu md-content {
    min-width: 66px !important;
    /*width: 66px !important;*/
}
.flag{
    width: 32px !important;
}
md-toast {
    z-index: 10000;
    position: fixed !important;
}

/* fix bug when toast showing/hiding */
.md-toast-animating {
    overflow: auto !important;
}
.error {
    color: #f44336;
    font-size: 12px;
    margin-bottom: 10px;
}
.password-container .md-icon-button {
    margin-top: 10px;
}

.card-preview {
    position: relative;
}

.positive {
    color: #009688 !important;
}
.negative {
    color: #ef5350 !important;
}

.remove-card-button {
    position: absolute;
    left: 100%;
    padding: 0 !important;
    width: 24px !important;
    height: 24px !important;
    min-height: 24px;
}


.full-width {
    width: 100%;
}

.secondary-login .md-button:not(.md-icon-button) {
    min-width: 180px;
}

@media screen and (min-width: 600px) {
    md-card {
        min-width: 450px;
        width: 450px;
    }
    .sign-in .links {
        font-size: 14px;
    }
}
@media screen and (max-width: 599px) {
     md-card {
        min-width: 300px;
        width: 300px;
    }
    .md-title {
        text-align: center;
    }
}
@media screen and (max-width: 400px) {
     md-card {
        min-width: 280px;
        width: 280px;
    }
}
.sign-in .md-subhead {
    font-size: 20px;
}
.sign-in md-card {
    padding-bottom: 16px;
}
.sign-in md-divider {
    margin: 0 5px;
}
.sign-in .phone-input {
    padding-right: 5px;
}
.sign-in md-input-container>md-icon {
    color: rgba(0,0,0,0.54);
}
.sign-in .md-primary {
    width: 200px;
}
.sign-in md-input-container {
    margin: 18px 0 0;
}
.sign-in .links {
    margin-top: 10px;
}
.top-padding {
    padding-top: 16px;
}
.two-factor md-input-container {
    margin-bottom: 0;
}

@media (min-width: 600px) {
    .login-step md-input-container {
        min-width: 280px;
        width: 280px;
    }
}

@media (min-width: 599px) {
    .login-step .md-button.md-raised {
        min-width: 120px;
    }
}

.facebook-icon {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}
.warning {
    color: #ef5350 !important;
    font-size: 18px;
    font-weight: 500;
    max-width: 50vw;
}
@media screen and (min-width: 700px) and (max-width: 960px){
    .warning {
        max-width: 70vw;
    }
}
@media screen and (max-width: 699px) {
    .warning {
        max-width: 90vw;
    }
    .policy-message {
        font-size: 14px;
    }
}

.md-tooltip {
    background-color: #2d3e50 !important;
}
@media (min-width: 960px) {
    .md-tooltip {
        font-size: 14px;
        height: 42px;
        line-height: 42px;
    }
}
.email-message {
    font-size: 13px;
}
.policy-error {
    margin-left: 30px;
}
