html, body {
    height: 100%;
    margin: 0;
    /*font-family: arial,helvetica,sans-serif;*/
}

[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{
    top: -10px;
}

.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;
}

.core-header.double core-tooltip{
    height: 80px;
}

.core-header core-tooltip{
    height: 40px;
}

.button-input paper-icon-button{
    color: #757575;
}

.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;
}

.content-900{
    max-width: 900px;
    margin: 0px auto;
}

.title-list-cards{
    width: 100%;
    padding: 0px 0px 0px 35px;
    font-size: 13px;
}

[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(180deg);
    -ms-transform: perspective(300px) rotateY(180deg);
    -webkit-transform: perspective(300px) rotateY(180deg);
    transition-duration: 10ms;
    -webkit-transition-duration: 10ms;
}
.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(180deg);
    -ms-transform: perspective(300px) rotateY(180deg);
    -webkit-transform: perspective(300px) rotateY(180deg);
    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: 10ms;
    -webkit-transition-duration: 10ms;
}

.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;
    
}

.menu .user-logged{
    
    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;
}

.select-dialog-high{
    max-height: 600px;
    padding: 0px;
    margin: 0px;
    width:400px;
}


.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 core-icon{
    width: 20px;
    height: 20px;
}

.info-cell{
    font-size: 13px;
}

.info-campo{
    font-size: 11px;
    color: #aaaaaa;
    position: relative;
}

.table-row{
    display: table-row;
    line-height: 20px;
    padding: 5px;
    width: 100%;
}

.fixed,
paper-fab {
    position: fixed;
}

paper-fab.bottom{
    bottom: 15px;
}

paper-fab.left{
    left: 20px;
}

paper-fab.right{
    right: 20px;
}

paper-fab.top{
    top: 15px;
}

md-input-container input{
    border-bottom: 1px solid #bdbdbd;
}

md-input-container input:disabled{
    border-bottom: 1px solid #dddddd;
}

md-input-container.md-input-focused input{
    border-bottom: 1px solid #2196f3;
}

md-input-container.md-input-invalid input.ng-invalid{
    border-bottom: 1px solid #f44336;
}

md-input-container label{
    color: #9e9e9e;
}

md-input-container [ng-message]{
    color: #f44336;
    font-size: 11px;
    padding-left: 2px;
}

/*altera o tamanho da radio*/
#offRadio {
    width: 16px !important;
    height: 16px !important;
}

/* altera cor do efeito de click se marcado*/
paper-radio-button #ink[checked] {
    color: #1976D2 !important;
}

/* altera cor se marcado*/
md-radio-button .md-on,
paper-radio-button #onRadio {
    background-color: #1976D2 !important;
}

/* altera cor da borda se marcado*/
md-radio-button.md-checked .md-off,
paper-radio-button[checked] #offRadio {
    border-color: #1976D2 !important;
}

/* altera cor do efeito de click se desmarcado*/
paper-radio-button #ink {
    color: #1976D2 !important;
}


md-radio-group.inline md-radio-button{
    display: inline;
    margin-left: 0px;
    line-height: 40px;
}

/*altera cor se não marcada*/
/*paper-radio-button #offRadio {
  border-color: pink !important;
}*/

.input-label{
    color: #9e9e9e;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
}

.button-input{
    width: 40px;
    height: 40px;
    padding-top: 15px;
    
}

.button-input core-icon{
    background-color: #ffffff;
}

.acao_secundaria core-icon {
    height: 24px;
    width: 24px;
}

.list-card{
    -webkit-box-shadow: 0 0 25px 1px #383838;
    box-shadow: 0 0 25px 1px #383838;
}

.md_table{
    text-align: left;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.87);
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
    margin-right: 10px;

}

.md_table tr:hover td{
    background-color: #EEEEEE;
}

.md_table td{
    border-bottom: 1px solid #E0E0E0;
    padding-right: 21px;
    padding-left: 21px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.md_table th{
    text-align: left;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    border-bottom: 1px solid #E0E0E0;
    padding-right: 21px;
    padding-left: 21px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.md_table md-card{
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.md_table core-dropdown,
.md_table md-card{
    margin: 0px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.2);
    overflow: hidden;
}

.md_table tr.checked{
    background-color: #F5F5F5 !important;
}

.shadow{
    -webkit-box-shadow: 3px 3px 15px 1px #919191;
    box-shadow: 3px 3px 15px 1px #919191;
    -moz-box-shadow: 3px 3px 15px 1px #919191;
    -webkit-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -kthtml-transition: all 250ms linear;
    transition: all 250ms linear;
}

.no-shadow{
    -webkit-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -kthtml-transition: all 250ms linear;
    transition: all 250ms linear;
}

.bold{
    font-weight: bold;
}

.image-size{
    height:60px;
    width:60px;
    cursor:pointer;
}

.image-size-notCursor{
    height:60px;
    width:60px;
}

@media screen and (max-height: 520px) {
    .hide-less-h520{
        display: none !important;
    }
}

.selectdiv {
    position: relative;
}

.selectdiv:after {
    content: '\25BC';
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0px;
    right: 0;
    speak: none;
    -webkit-transform: scaleY(0.6) scaleX(1);
    transform: scaleY(0.6) scaleX(1);
    pointer-events: none;
    cursor: pointer;
    background-color: #FFF;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 30px;
    float: right;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    -ms-word-break: normal;
    word-break: normal;
}

.selectdiv:disabled,
.selectdiv[disabled] {
    color: #CCC;
}

.selectdiv select:disabled,
.selectdiv select[disabled] {
    color: #CCC;
}

select:focus {
    outline: unset;
}