body {
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif;
}

button {
    background: none;
    border: none;
    border-radius: 0;
}

button, html, input, select, textarea {
    font-family: 'Lato', sans-serif;
}

.page-title {
    font-weight: 500;
    font-size: 2em;
    margin: 0;
}

.ease-animation, .ease-animation * {
    transition: ease all 300ms;
}

.no-animation, .no-animation * {
    transition: none;
}

.full-window {
    width: 100%;
    height: 100%;
}

.md-chip-close {
    padding: 4px;
}

.md-chip-content {
    margin-right: 8px;
}

.brand-logo {
    margin-left: 16px;
    padding: 8px;
    height: 48px;
}

.header-menu {
    margin: 0 auto;
    height: 100%;
}

.header-menu > div {
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 4px 8px;
    text-align: center;
    color: #fff;
    transition: ease all 0.1s;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

#appTitleContainer h1, #appTitleContainer h2 {
    text-align: left;
}

@media screen and (max-width: 959px) {
    #appTitleContainer h1, #appTitleContainer h2 {
        text-align: center;
    }
}

@media screen and (min-width: 960px) {
    #appTitleContainer h1, #appTitleContainer h2 {
        text-align: left;
    }
}

@media screen and (max-width: 600px) {
    .header-menu {
        margin: 0;
        width: 100%;
    }

    #appTitleContainer h1, #appTitleContainer h2 {
        text-align: center;
    }

    .header-menu > div {
        min-width: 100%;
    }
}

.header-menu > div:hover {
    border-bottom: 2px solid #BDBDBD !important;
}

.header-menu > div:active {
    border-bottom: 2px solid #BDBDBD !important;
}

.header-menu-active {
    transition: ease all 0.3s;
    border-bottom: 2px solid #F5F5F5 !important;
    color: #fff !important;
    font-weight: 700;
}

.login-form {
    margin: 10% auto 16px auto;
    max-width: 360px;
}

.login-form form {
    overflow: hidden;
    border-radius: 2px;
}

.login-form-header h2 {
    padding: 16px;
}

.login-form-body {
    padding: 16px;
}

.login-form-footer {
    height: 56px;
}

.login-form-footer .md-button {
    right: 16px;
}

/******************* Dashboard ******************/
#dash {
}

.stats-container {
    margin-top: 32px;
}

.stats-box {
    margin: 8px auto 8px auto;
    border-radius: 1px;
    width: 240px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.6);
}

.stats {
    text-align: center;
    padding: 16px;
    color: #fff;
    font-size: 2em;
}

.stats-name {
    text-align: center;
    padding: 8px;
    color: #fff;
    font-weight: 500;
}

#smsSent .stats-box {
    background: #FF9800;
}

#smsSent .stats-name {
    background: #F57C00;
}

#studentNumber .stats-box {
    background: #8BC34A;
}

#studentNumber .stats-name {
    background: #689F38;
}

#smsBalanceUsed .stats-box {
    background: #F44336;
}

#smsBalanceUsed .stats-name {
    background: #D32F2F;
}

#smsBalanceRemaining .stats-box {
    background: #2196F3;
}

#smsBalanceRemaining .stats-name {
    background: #1976D2;
}

@media (max-width: 599px) {
    #smsSent .stats-box {
        width: 100%;
    }

    #studentNumber .stats-box {
        width: 100%;
    }

    #smsBalanceUsed .stats-box {
        width: 100%;
    }

    #smsBalanceRemaining .stats-box {
        width: 100%;
    }
}

#smsSendForm {
    margin: 16px auto 16px auto;
    border-radius: 1px;
    width: 100%;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.6);
}

#smsHistoryTitle md-chips-wrap {
    display: inline-block;
}

.box-shadow {
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.6);
    border-radius: 1px;
}

.notify {
    transition: all linear 0.5s;
}

.notify.ng-hide {
    opacity: 0;
}

/***************** Contacts *************************/
#contact {
}

#contact md-list md-list-item:hover {
    background-color: #fafafa;
    transform: scale(1.005);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

#contactForm {
    margin: 16px auto 16px auto;
    border-radius: 1px;
    width: 100%;
}

/***************** Forgot Password ***************/
.list-text-icon {
    min-width: 44px !important;
    min-height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
    line-height: 44px;
    margin-right: 16px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.5em;
    margin-top: 16px;
    display: inline-block;
}

.tag {
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#newContact.md-fab {
    margin-top: -2px;
    width: 44px;
    height: 44px;
    background-color: #689F38 !important;
}

#newContact.md-fab:hover {
    background-color: #8BC34A !important;
}

/******************Settings********************/
.menu-list {
    padding: 0;
}

.menu-list md-list-item {
    background-color: #fff;
}

.menu-list md-list-item.active {
    background-color: #fafafa;
    color: #1A237E;
    border-left: 3px solid #1A237E;
}

#settingsViewContainer > div {
    transition: none;
}

.gallery .image-container {
    padding: 4px;
    margin: 4px;
    border-radius: 3px;
    border: solid 1px #E0E0E0;
}

.gallery .image-container .image {
    height: 200px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/************************************************/
.brand-dev {
    background-image: url("http://annexbyte.com/logo/annexbyte_color.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 24px;
    width: 56px;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}