| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617 |
- /* ESTILOS DE TABLAS */
- /* - Ajusta el tamaño de la tabla */
- table {
- width: 100%;
- }
- /* - Ajusta el tamaño de la columna de "Acciones" en las tablas */
- .table-action {
- width: 300px;
- }
- /* - Ajusta el color de los botónes "Eliminar" en la columna de "Acciones" */
- .table-action-delete {
- background-color: #2196f3 !important;
- }
- /* - Ajusta el color de los botónes "Bloqueo" en la columna de "Acciones" */
- .table-action-block {
- background-color: #ffd740 !important;
- }
- .table-action-block:disabled {
- background-color: #dfdfdf !important;
- color: rgba(0, 0, 0, 0.26);
- }
- /* - Ajusta el color de los botónes "Cambiar Contraseña" en la columna de "Acciones" */
- .table-action-password {
- background-color: #2196f3 !important;
- }
- .table-action-password:disabled {
- background-color: #dfdfdf !important;
- color: rgba(0, 0, 0, 0.26);
- }
- tr.mat-row:hover {
- background-color: rgb(230, 230, 230);
- }
- /* - Ajusta los estilos que indica que la tabla aún no tiene datos */
- /* .data-empty {
- position: relative;
- background-color: #f44336;
- color: white;
- font-size: 16pt;
- text-align: center;
- padding: 20px;
- } */
- .data-empty {
- position: relative;
- background-color: #071d49;
- color: white;
- font-size: 16pt;
- text-align: center;
- padding: 20px;
- }
- /* ESTILO DE CARDS */
- /* - Ajusta el tamaño de las cards de tamaño estandar */
- @media only screen and (max-width: 1203px) {
- .card-normal {
- margin-top: 64px !important;
- width: 100% !important;
- margin-bottom: 62px !important;
-
- }
- .card-normal-text {
- margin-top: 64px !important;
- width: 100% !important;
- margin-bottom: 62px !important;
- }
- .card-normal-form {
- margin-top: 64px !important;
- width: auto !important;
- margin-bottom: 62px !important;
- }
- }
- .card-normal {
- padding: 25px 0 0 0 !important;
- margin-top: 100px;
- margin-bottom: 100px;
- width: 90%;
- min-width: 1110px !important;
- margin-left: auto;
- margin-right: auto;
- }
- /* - Ajusta el tamaño de las cards con texto arriba */
- .card-normal-text {
- margin-top: 30px;
- margin-bottom: 30px;
- width: 90%;
- margin-left: auto;
- margin-right: auto;
- }
- /* - Ajusta el tamaño de las cards para formularios de tamaño estandar */
- .card-normal-form {
- padding: 25px 40px 10px 40px !important;
- margin-top: 100px;
- margin-bottom: 100px;
- width: 90%;
- margin-left: auto;
- margin-right: auto;
- }
- /* - Ajusta el tamaño de las cards de tamaño pequeño */
- .card-small {
- padding: 25px 0 0 0 !important;
- margin-top: 100px;
- margin-bottom: 100px;
- width: 800px;
- margin-left: auto;
- margin-right: auto;
- }
- /* - Ajusta los títulos en las cards */
- .card-title {
- padding-bottom: 25px;
- }
- /* - Ajusta los buscadores en las cards */
- .card-title-search {
- width: 80%;
- }
- .searcher {
- width: 90% !important;
- font-size: 16px !important;
- }
- .mat-dialog-content {
- overflow: hidden !important;
- }
- /* ESTILO LETRAS */
- .mat-dialog-title {
- margin: 0 0 10px !important;
- display: block;
- }
- h3 {
- font-family: "Myriad Pro Light", sans-serif !important;
- margin: 15px 0 25px 0 !important;
- }
- /* ESTILO COLORES */
- /* - Coloca el color prinicipal de fondo */
- .primary {
- background-color: #1faf71 !important;
- color: white;
- }
- .ITTEC {
- background-color: #1faf71 !important;
- color: white;
- }
- .TME700618RC7{
- background-color: #ff8200 !important;
- color: white;
- }
- .ITTEC:disabled{
- background-color: #dfdfdf !important;
- color: rgba(0, 0, 0, 0.26);
- }
- .TME700618RC7:disabled{
- background-color: #dfdfdf !important;
- color: rgba(0, 0, 0, 0.26);
- }
- .TME700618RC7:disabled{
- background-color: #dfdfdf !important;
- color: rgba(0, 0, 0, 0.26);
- }
- .text-primary {
- /* color: #ff8200; */
- color: #1faf71
- }
- .text-ITTEC {
- /* color: #ff8200; */
- color: #1faf71
- }
- .text-TME700618RC7 {
- /* color: #ff8200; */
- color: #ff8200
- }
- .text-secondary {
- color: #071d49 !important;
- }
- /* - Coloca el color success de fondo */
- .success {
- background-color: #1faf71 !important;
- color: white !important;
- }
- .success:disabled {
- background-color: #dfdfdf !important;
- color: rgba(0, 0, 0, 0.26);
- }
- /* - Coloca el color danger de fondo */
- .danger {
- background-color: #cb0606 !important;
- color: white;
- }
- /* - Coloca el color info de fondo */
- .info {
- background-color: #0288d1 !important;
- color: white;
- }
- /* - Estilo cuando se deshabilita el color "primary" */
- .primary:disabled {
- background-color: #dfdfdf !important;
- color: rgba(0, 0, 0, 0.26);
- }
- /* - Coloca el color secundario de fondo */
- .secondary {
- background-color: #071d49 !important;
- color: white;
- }
- .secondary:disabled {
- background-color: #dfdfdf !important;
- color: rgba(0, 0, 0, 0.26);
- }
- /* ESTILO DE INPUTS */
- /* - Incrementa el tamaño de los input */
- mat-form-field.mat-form-field {
- font-size: 16px;
- }
- .mat-select-disabled .mat-select-value {
- color: #000 !important;
- }
- .mat-input-element:disabled,
- .mat-form-field-type-mat-native-select.mat-form-field-disabled
- .mat-form-field-infix::after {
- color: #000 !important;
- }
- .mat-simple-snackbar-action {
- color: #ff8200;
- }
- /* ESTILO ALINEACIÓN, MARGIN Y PADDING */
- .mat-expansion-panel-body {
- padding: 0 !important;
- }
- /* - Centra el texto y algunos componentes */
- .centre {
- text-align: center !important;
- }
- /* - Alinea a la derecha el texto y algunos componentes */
- .right {
- text-align: right !important;
- }
- /* - Alinea a la izquierda el texto y algunos componentes */
- .left {
- text-align: left !important;
- }
- /* - Estilos de margin a la derecha */
- .mr-5 {
- margin-right: 15px !important;
- }
- .mr-4 {
- margin-right: 12.5px !important;
- }
- .mr-3 {
- margin-right: 10px !important;
- }
- .mr-2 {
- margin-right: 7.5px !important;
- }
- .mr-1 {
- margin-right: 5px !important;
- }
- /* - Estilos de margin a la izquierda */
- .ml-5 {
- margin-left: 15px !important;
- }
- .ml-4 {
- margin-left: 12.5px !important;
- }
- .ml-3 {
- margin-left: 10px !important;
- }
- .ml-2 {
- margin-left: 7.5px !important;
- }
- .ml-1 {
- margin-left: 5px !important;
- }
- /* - Estilos de margin hacía arriba */
- .mt-5 {
- margin-top: 15px !important;
- }
- .mt-4 {
- margin-top: 12.5px !important;
- }
- .mt-3 {
- margin-top: 10px !important;
- }
- .mt-2 {
- margin-top: 7.5px !important;
- }
- .mt-1 {
- margin-top: 5px !important;
- }
- /* - Estilos de margin hacía abajo */
- .mb-5 {
- margin-bottom: 15px !important;
- }
- .mb-4 {
- margin-bottom: 12.5px !important;
- }
- .mb-3 {
- margin-bottom: 10px !important;
- }
- .mb-2 {
- margin-bottom: 7.5px !important;
- }
- .mb-1 {
- margin-bottom: 5px !important;
- }
- /* ESTILOS ANIMACIONES */
- .animated {
- -webkit-animation-duration: 1s;
- animation-duration: 1s;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- }
- .fast {
- -webkit-animation-duration: 0.4s;
- animation-duration: 0.4s;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- }
- @keyframes fadeIn {
- from {
- opacity: 0;
- }
- to {
- opacity: 1;
- }
- }
- .fadeIn {
- animation-name: fadeIn;
- }
- /* ESTILO FUENTES */
- @font-face {
- font-family: "Myriad Pro Regular";
- font-style: normal;
- font-weight: normal;
- src: local("Myriad Pro Regular"),
- url("assets/fonts/MYRIADPRO-REGULAR.woff") format("woff");
- }
- @font-face {
- font-family: "Myriad Pro Light";
- font-style: normal;
- font-weight: normal;
- src: local("Myriad Pro Light"),
- url("assets/fonts/MyriadPro-Light.woff") format("woff");
- }
- .mat-card {
- font-family: "Myriad Pro Regular", sans-serif !important;
- }
- /* TEXTOS */
- .text-card {
- /* - Ajusta el tamaño de las cards de tamaño estandar */
- margin-top: 90px;
- margin-bottom: 20px;
- margin-left: auto;
- margin-right: auto;
- }
- /* DISPLAYS */
- .display-4 {
- font-size: 112px;
- }
- .display-3 {
- font-size: 92px;
- }
- .display-2 {
- font-size: 45px;
- }
- .display-1 {
- font-size: 34px;
- }
- .display-0 {
- font-size: 28px;
- }
- .display-text {
- font-size: 20px;
- }
- .display-text-small {
- font-size: 36px;
- }
- .mat-progress-spinner circle,
- .mat-spinner circle {
- stroke: #071d49 !important;
- }
- .mat-progress-bar-fill::after {
- background-color: #071d49 !important;
- }
- html,
- body {
- height: 100%;
- }
- body {
- margin: 0;
- font-family: "Myriad Pro Regular", sans-serif !important;
- background: rgb(226, 226, 226);
- }
- ::-webkit-scrollbar:vertical {
- width: 10px !important;
- }
- ::-webkit-scrollbar-button:increment,
- ::-webkit-scrollbar-button {
- display: none !important;
- }
- /* .mat-drawer::-webkit-scrollbar:horizontal {
- height: 10px;
- }
- */
- ::-webkit-scrollbar-thumb {
- background-color: #797979 !important;
- border-radius: 20px !important;
- border: 2px solid #f1f2f3 !important;
- }
- ::-webkit-scrollbar-track {
- border-radius: 10px !important;
- }
- .mat-toolbar,
- .mat-toolbar h1,
- .mat-toolbar h2,
- .mat-toolbar h3,
- .mat-toolbar h4,
- .mat-toolbar h5,
- .mat-toolbar h6 {
- font: 500 20px / 32px "Myriad Pro Regular", sans-serif !important;
- letter-spacing: normal;
- margin: 0;
- }
- .mat-expansion-panel-content {
- font: 400 14px / 20px "Myriad Pro Regular", sans-serif !important;
- letter-spacing: normal;
- }
- .mat-table {
- font-family: "Myriad Pro Regular", sans-serif !important;
- }
- .mat-cell,
- .mat-footer-cell {
- font-size: 15px !important;
- }
- tr:hover{
- background-color: rgb(247, 247, 247);
- }
- .mat-paginator,
- .mat-paginator-page-size .mat-select-trigger {
- font-family: "Myriad Pro Regular", sans-serif !important;
- font-size: 12px;
- }
- .mat-input-element {
- font-family: "Myriad Pro Regular", sans-serif !important;
- }
- .mat-calendar {
- font-family: "Myriad Pro Regular", sans-serif !important;
- }
- .mat-button,
- .mat-raised-button,
- .mat-icon-button,
- .mat-stroked-button,
- .mat-flat-button,
- .mat-fab,
- .mat-mini-fab {
- font-family: "Myriad Pro Regular", sans-serif !important;
- font-size: 14px;
- font-weight: 500;
- }
- .mat-form-field {
- font-size: inherit;
- font-weight: 400;
- line-height: 1.125;
- font-family: "Myriad Pro Regular", sans-serif !important;
- letter-spacing: normal;
- }
- .mat-select {
- font-family: "Myriad Pro Regular", sans-serif !important;
- }
- .mat-option {
- font-family: "Myriad Pro Regular", sans-serif !important;
- font-size: 16px;
- }
|