html, body {
    height: 100%;
    margin: 0;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

paper-header-panel {
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

iron-dropdown {
    position: absolute;
    top: 25px;
    left: 0;
    width: 320px;
    color: #000;
    border-radius: 3px;
    background-color: #fff;
    z-index: 9999;
}

iron-dropdown-menu {
    box-sizing: border-box;
    width: 320px;
    background-color: #fff;
    z-index: 9999;
}

paper-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 5px;
}

.dropdown {
    max-height: 120px;
}

.paper-header {
    height: 60px;
    line-height: 60px;
    padding: 0px;
}

    .paper-header.double {
        height: 108px;
        line-height: 108px;
    }

paper-toolbar {
    width: 100%;
    height: 60px;
    font-size: 18px;
}

.paper-header.double paper-tooltip {
    height: 80px;
}

/*.paper-header paper-tooltip{
    height: 40px;
}*/

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.h-center {
    margin: 0px auto;
}

paper-item .label-text {
    padding-left: 15px;
}

.content {
    width: 100%;
}

.content-600 {
    max-width: 600px;
    margin: 0px auto;
}

.content-800 {
    max-width: 800px;
    margin: 0px auto;
}

.title-list-cards {
    width: 100%;
    padding: 0px 0px 0px 35px;
    font-size: 13px;
}

.width100 {
    width: 100%;
}

[ng-click],
[onclick],
[data-ng-click],
[x-ng-click] {
    cursor: pointer;
}

.menuBotao {
    display: block;
    margin-bottom: 5px;
}

[rotate]:hover {
    transform: perspective(300px) rotateZ(360deg);
    -ms-transform: perspective(300px) rotateZ(360deg);
    -webkit-transform: perspective(300px) rotateZ(360deg);
    transition-duration: 550ms;
    -webkit-transition-duration: 550ms;
}

[rotate] {
    transform: perspective(300px) rotateZ(-360deg);
    -ms-transform: perspective(300px) rotateZ(-360deg);
    -webkit-transform: perspective(300px) rotateZ(-360deg);
    transition-duration: 550ms;
    -webkit-transition-duration: 550ms;
}

.chip-parent {
    width: 72px;
}


.fab {
    display: inline-block;
    box-sizing: border-box;
    width: 56px;
    height: 56px;
    margin: 16px;
    padding: 16px 0 16px 0;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.md-avatar {
    min-width: 36px !important;
    min-height: 36px !important;
}

    .md-avatar.text {
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        line-height: 36px;
    }

.chip {
    text-transform: uppercase;
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin: 16px;
    padding: 12px 0 12px 0;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
}

    .chip paper-icon-button {
        margin: -15px;
    }

.chip-check.ng-enter,
.chip-check.ng-leave {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.35s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.35s;
    display: block;
    position: absolute;
    top: calc(50% - 36px);
    left: 0;
    right: 0;
    bottom: 0;
}

.chip-check.ng-enter {
    transform: perspective(300px) rotateY(360deg);
    -ms-transform: perspective(300px) rotateY(360deg);
    -webkit-transform: perspective(300px) rotateY(360deg);
    transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
}

    .chip-check.ng-enter.ng-enter-active {
        transform: perspective(300px) rotateY(0deg);
        -ms-transform: perspective(300px) rotateY(0deg);
        -webkit-transform: perspective(300px) rotateY(0deg);
        transition-duration: 800ms;
        -webkit-transition-duration: 800ms;
    }

.chip-check.ng-leave {
    transform: perspective(300px) rotateY(360deg);
    -ms-transform: perspective(300px) rotateY(360deg);
    -webkit-transform: perspective(300px) rotateY(360deg);
    transition-duration: 800ms;
    -webkit-transition-duration: 800ms;
}

    .chip-check.ng-leave.ng-leave-active {
        transform: perspective(300px) rotateY(0deg);
        -ms-transform: perspective(300px) rotateY(0deg);
        -webkit-transform: perspective(300px) rotateY(0deg);
        transition-duration: 100ms;
        -webkit-transition-duration: 100ms;
    }

.div-fixed {
    right: 20px;
    bottom: 20px;
    position: fixed;
}

md-whiteframe {
    background: #fff;
    margin: 20px;
    padding: 20px;
}

.form-login {
    max-width: 300px;
    margin: 0px auto;
}

    .form-login .input {
        width: 100%;
    }

        .form-login .input:focus {
            border-bottom: 1px solid #fff;
        }

.form-login {
    color: #fff;
}

    .form-login .text-login {
        text-align: center;
    }

    .form-login .error {
        color: #B12F36;
        font-size: 14px;
    }

.logo {
    max-width: 300px;
    text-align: center;
    padding: 10px;
    margin: 20px auto;
}

    .logo .img {
        max-width: 250px;
    }

.tela_login {
    width: 260px;
}

iron-icon.small {
    height: 40px;
    width: 40px;
}

.menu {
}

    .menu .img {
        width: 60px;
    }

        .menu .img iron-icon {
            height: 40px;
            width: 40px;
        }

    .menu .name {
        font-size: 14px;
    }

.loading {
    width: 100%;
    max-height: 400px;
}

.load {
    background-color: #eeeeee;
    margin: 40px auto;
    border-radius: 3px;
    height: 49px;
    width: 49px;
    border-radius: 50%;
    padding: 10px;
}

.md-tile-left {
    min-width: 50px;
}

.titulo-pre-card {
    padding: 25px 0px 25px 10px;
    font-weight: 500;
}

.default-theme .form-control {
    border-bottom: 1px solid #ccc;
}

.form-control.flx-cal {
    width: 90%;
}

.default-theme .label-text {
    color: #ccc !important;
}

.default-theme.md-input-focused .form-control {
    border-bottom: 2px solid #00BCD4;
}

.default-theme.md-input-focused .label-text {
    color: #00BCD4 !important;
}

.select-dialog {
    max-height: 360px;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.erro {
    color: #F44336;
    font-size: 18px;
}

    .erro .erro-descricao {
        font-size: 14px !important;
    }

.disabled {
    opacity: 0.5;
    filter: Alpha(opacity=50); /* IE8 and earlier */
}


.title {
    font-weight: bold;
    font-size: 16px;
}

.icon-cell {
    display: table-cell;
    text-align: center;
}

.info-cell {
    display: table-cell;
    width: 100%;
}

.icon-cell iron-icon {
    width: 20px;
    height: 20px;
}

.info-cell {
    font-size: 13px;
}

.info-campo {
    font-size: 11px;
    color: #aaaaaa;
    position: relative;
    top: -5px;
}

.table-row {
    display: table-row;
    line-height: 20px;
    padding: 5px;
    width: 100%;
}

.img-flag {
    width: 36px;
    height: 36px;
}

.button-input {
    width: 40px;
    height: 40px;
    padding-top: 15px;
    margin-left: -20px;
}

    .button-input paper-icon-button {
        color: #757575;
    }

md-sidenav md-content {
    overflow-x: hidden;
}

div md-content {
    width: 100%;
}

.item .button-item md-icon,
.item .button-item span {
    float: left;
}

.item .button-item md-icon {
    padding: 6px 0px;
}

md-input-container .md-errors-spacer {
    display: none !important;
}

/* CUSTOM */
@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, html {
    font-family: 'Work Sans', sans-serif !important;
}

.input-busca {
    border: none;
    background-color: #E3EBEE !important;
    color: #757575 !important;
    border-radius: 2px;
    padding: 2px;
    font-size: medium;
}

    .input-busca:focus {
        border: none;
    }

/* CUSTOM */
.navbar-brand {
    position: absolute;
    width: 112px;
    left: 50%;
    top: 0;
    padding: 13px 0 0 0;
    margin: 0 0 0 -56px !important;
}

md-dialog.md-transition-in {
    transition: none !important;
}

md-dialog {
    margin-top: 110px !important;
}


md-toolbar.md-default-theme:not(.md-menu-toolbar) .md-button:not(.md-raised), md-toolbar:not(.md-menu-toolbar) .md-button:not(.md-raised) {
    color: #000 !important;
}

md-toast.md-default-theme .md-toast-content, md-toast .md-toast-content {
    transition: none !important;
    z-index: 10000 !important;
    position: relative !important;
    height: 50px;
    padding-top: 18px;
}

md-toast {
    margin: 0 !important;
    bottom: 10px !important;
    left: 0 !important;
    position: fixed !important;
    border-radius: 5px !important;
}

.portal {
}

    .portal.content-right {
        text-align: right;
    }

    .portal.sidenav-left {
        background-color: #0b4f6e;
        color: #fff;
    }

        .portal.sidenav-left.subitem {
            background-color: rgba(255, 255, 255, 0.05);
            padding-left: 12%;
        }

    .portal.nav-center {
        padding: 1%;
    }

    .portal.span-head {
        color: #707070;
    }

        .portal.span-head.menu-center {
            font-size: 16px;
            padding: 4% 2% 3% 2%;
        }

        .portal.span-head.subhead-menu-center {
            font-size: 14px;
        }

        .portal.span-head.xl {
            font-size: 20px;
        }

    .portal.button {
    }

        .portal.button.login {
            width: 100%;
            max-height: 48px;
            background-color: #2E586B;
        }

            .portal.button.login:hover {
                background-color: #366c83;
            }

    .portal.btn-clean {
        margin: 0;
        padding: 0;
    }

    .portal.toolbar-btn-title {
        text-transform: none;
        font-size: 9px;
        margin-top: -20px;
        height: 20px;
        color: #298AB7;
        padding: 0;
    }

    .portal.btn-thumb {
        background-color: #E4EBEF;
        max-width: 45px !important;
        height: 45px !important;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        float: right;
        display: block;
        margin: 2px;
    }

        .portal.btn-thumb > md-icon > svg {
            fill: #298AB7;
            margin-top: -3px;
            display: block;
        }

        .portal.btn-thumb.set-up {
        }

        .portal.btn-thumb.set-down {
        }

    .portal.input {
    }

        .portal.input.login {
            color: #000 !important;
        }

    .portal.nav-top {
        background-color: #013147;
    }

        .portal.nav-top.nav-main {
            float: left;
            height: 50px;
            width: 100%;
            background-repeat: no-repeat;
            background-image: url(../../mobile/img/svg/logo_cigam.svg);
            background-position: center;
            background-size: 122px;
        }

        .portal.nav-top.nav-left {
            float: left;
            width: 10%;
            height: 100%;
        }

        .portal.nav-top.nav-middle {
            padding: 2px 2px 2px 2px;
            float: right;
            min-width: 39%;
            height: 80%;
            color: #fff;
        }

        .portal.nav-top.icon-login > md-icon {
            height: 44px;
            width: 44px;
            float: right;
            margin-left: 5px;
        }

        .portal.nav-top.text-span {
            float: right;
            white-space: nowrap;
        }

            .portal.nav-top.text-span > span {
                float: right;
            }

    .portal.row-back-white {
        background-color: #fff !important;
    }

/*MEDIA QUERIES*/
@media screen and (min-width: 319px) and (max-width: 429px) {
    .portal.h4-item-text-aprovados {
        width: 239px !important;
        word-break: break-word;
    }
}

@media screen and (min-width: 600px) {
    .portal.h4-item-text-aprovados {
        min-width: 500px !important;
        word-break: break-word;
    }
}

@media only screen and (max-width:430px) {
    .logo .img {
        max-width: 200px;
    }

    .portal.nav-top.nav-main {
        background-size: 80px;
        background-position: 16%;
    }

    .portal.nav-top.text-span {
        font-size: 12px;
        margin-top: 5px;
    }

    .portal.nav-top.nav-middle {
        min-width: 50%;
    }

    .portal.card-filtro {
        font-size: 12px;
    }

    .portal.checkbox-item {
        margin: 0;
        padding: 0;
    }

    .portal.h4-item-text {
        font-size: 12px !important;
        max-width: 270px;
        word-wrap: break-word;
    }

    .portal.h4-item-text-aprovados {
        width: 384px;
        word-break: break-word;
    }

    .portal.toolbar-btn-title {
        font-size: 9px;
        margin-top: -28px;
        height: 15px;
    }

    .portal.btn-thumb {
        min-width: 60px !important;
        max-width: 60px !important;
        max-height: 60px !important;
    }

        .portal.btn-thumb > md-icon > svg {
            margin-top: -8px;
            max-width: 20px;
            max-height: 20px;
        }
}

@media screen and (max-height: 520px) {
    .hide-less-h520 {
        display: none !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 360px) {
    .portal.nav-top.text-span {
        max-width: 100px;
    }
}

@media screen and (min-width: 430px) and (max-width: 516px) {
    .portal.nav-top.text-span {
        max-width: 100px;
    }
}

@media screen and (min-width: 517px) and (max-width: 580px) {
    .portal.nav-top.text-span {
        max-width: 150px;
    }
}