@font-face {
    font-family: googlesans_regular;
    src: url(googlesans_regular.ttf);
}

@font-face {
    font-family: googlesans_bold;
    src: url(googlesans_bold.ttf);
}

body, html {
    -webkit-user-select: none;
    color: #535353;
    font-size: 20px;
    font-family: googlesans_regular,googlesans_bold;
    max-width: 100%;
    max-height: 100%;
}

.content {
    padding: 0 20px 0 20px;
}
.transparent{
    color: transparent;
}
.pad-10 {
    padding: 10px
}
.pdCustopm{
    position: relative;
    width: 100%;
    height: 200px;
    top: 150px;
   text-align: center;
   
}
.ecart {
    margin: 6px 8px;
}
.padhb10{
    padding: 10px 0;
}
.font-weight-bold {
    font-family: googlesans_bold;
    font-weight: 900;
}

/* image */

.overflow_ellipis_button {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* text-indent: 5px; */
}
.responsive {
    width: 100%;
    height: auto;
}

/* button */

/* .download {
    text-decoration: none;
    color: rgb(255, 255, 255);
   
} */

.btndownload {
    background-color: #689f38;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}


.btnsend {
    background-color: darkgreen;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    
}

 .send{
    text-decoration: none;
    color: rgb(255, 255, 255);
} 
.md-button {
    color: currentColor;
}
.md-button.btnsend:not([disabled]):hover {
    background-color:darkgreen;
}
/* .md-button.btndownload:not([disabled]):hover {
    background-color:#689f38;
}


.md-button[disabled] {
    color: rgba(0, 0, 0, 0.26);
    background-color: transparent;
} */


.scroll{
    overflow:auto;
  }
.listhidden{
    height: 50px;
}

.error {
    color: darkred;
}
#errorAPI{
    position: absolute;
   width: 100%;
    height: 100%;
   
}

.title_error{
    background-color: darkred;
}
.text_indent{
    text-indent: 10px;
}
/* TABLE */
.warning {
    color: darkgoldenrod;
}
.red {
    background-color: #ff00001a;
}
.errorCells {
    /* border-bottom: 1px solid red; */
    /* position: relative;
    top: 0;
    right: 0; */
    color: darkred;
    text-align: right;
    height: 2px;
}

 .mytable md-input-container {
    margin: 0;
    padding: 0;
}

.mytable md-input-container .md-input {
    position: relative;
    top: 10px;
    min-width: 115px;
    text-align: right;
   
}

 .e  .md-input {
       border-bottom: 2px solid darkred; 
 }
 .eW .md-input {
    border-bottom: 2px solid darkgoldenrod; 
}
.mytable md-input-container .md-input.ng-invalid.ng-dirty {
    border-color: darkred;
}
.padleft{
    padding-left:20px; 
}

.inputselect{
    min-width: 115px;
    text-align: right;
}
/* .mytable .society md-input-container .md-input {
    position: relative;
    top: 10px;
    min-width: 115px;
    text-align: right;
    border-bottom: 2px solid darkgoldenrod;
} */
/*
.mytable table.md-table td.md-cell {
     min-width: 115px;

}





.society md-input-container .md-input.ng-valid.ng-dirty {
    border-bottom: 2px solid darkgreen;
}

.society md-input-container .md-input.ng-invalid.ng-dirty {
    border-color: darkgoldenrod;
}

.heightRow {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mytable table.md-table th.md-column{
    text-align: center;
    padding: 0
} */