html, body {
    height: 100%;
    margin: 0;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak{
    display: none !important;
}

core-header-panel {
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

core-dropdown {
    position: absolute;
    top: 25px;
    left: 0;
    width: 320px;
    color: #000;
    border-radius: 3px;
    background-color: #fff;
    z-index: 9999;
}

core-dropdown-menu {
    box-sizing: border-box;
    width:320px;
    background-color: #fff;
    z-index: 9999;
}

core-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 5px;
}

.dropdown {
    max-height: 120px;
}

.core-header{
    height: 60px;
    line-height: 60px;
    padding: 0px;
}

.core-header.double{
    height: 108px;
    line-height: 108px;
}

core-toolbar{
    width: 100%;
    height: 60px;
    font-size: 18px;
    position: fixed;
}

.core-header.double core-tooltip{
    height: 80px;
}

.core-header core-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-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;
}

.input-busca{
    border: none;
    background-color: #757575 !important;
    color: #fff !important;
}

.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;
}

.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: 330px;
    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: 640px;
    text-align: center;
    padding: 20px;
    margin: 20px auto;
}

core-icon.big {
    height: 128px;
    width: 128px;
    border-radius: 50%;
}

core-icon.small {
    height: 40px;
    width: 40px;
}

.menu{

}

.menu .logo{
    max-height: 70px;
    width: 100%; 
    height: 70px; 
    background-image: url("../img/logo/cigam_200.png");
    background-repeat:no-repeat;
    background-size:100% 100%;
}

.menu .user-logged{
    height: 60px !important;
    width: 100%;
}

.menu .user-logged .img{
    width: 60px;
}

.menu .user-logged .img core-icon{
    height: 40px;
    width: 40px;
}

.menu .user-logged .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;
}

.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;
    color: #aaaaaa;
}

.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 core-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%;
}

@media screen and (max-height: 520px) {
    .hide-less-h520{
        display: none !important;
    }
}
