apsa.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. /*
  2. Created on : 5/12/2018, 01:34:49 PM
  3. Author : Alejandro
  4. */
  5. body{font-family: 'indivisa-text', Arial; font-size: 12pt !important; color:#777;}
  6. .header{ height: 100px; background: #001E61; color: #FFFFFF; padding: 20px; text-align: center; }
  7. .header-pruebas{ height: 100px; background: #ce0e2d; color: #FFFFFF; padding: 20px; text-align: center; }
  8. /*background-color:#101d61; color:white; padding:20px; width:100%;}*/
  9. .menu{min-height:60px; max-width: 1366px; width: 100%; padding: 10px; margin: auto; font-size: 16px; text-align: center;}
  10. .subMenu{background-color: #D6D8DB; min-height: 50px; max-width: 1366px; width: 100%; padding: 4px 10px 7px 10px; font-size: 15px; text-align: center; margin-bottom: 10px;}
  11. .bg-white{background-color: white !important;}
  12. .marco {max-width: 1366px; width: 100%; margin-left: auto; margin-right: auto; display: flex; flex-direction: column;}
  13. .subMenu .nav .nav-link:hover{text-decoration: underline;color:#006094;}
  14. .subMenu .nav .nav-link{color:#232323;}
  15. .menu .nav-pills .nav-link:hover{ color: #fff!important; background-color: #006094;}
  16. .menu .nav-pills .nav-link{color:#000!important;}
  17. .nav-pills .nav-link.active, .nav-pills .show>.nav-link{color: #006094!important; background-color: #ffffff;}
  18. .menu .nav-link {padding: 2px 15px;}
  19. h1, h2, h3, h4, h5 {font-family: 'indivisa-display', Arial; font-weight: bold;}
  20. h1{margin-bottom:32px;}
  21. .space-after{margin-bottom:1em;}
  22. .space-after-2x{margin-bottom:2em;}
  23. .space-before{margin-top:1em;}
  24. .filter-box{margin-bottom:38px;}
  25. .content{min-height: 500px;}
  26. .modal-header{background-color: #006094!important;color: #fff!important;}
  27. .modal-title{font-weight: bold; text-align: center;}
  28. .table .thead-dark th {border-color: #006094;}
  29. .alert-heading .fa, .card-header .fa{ transition: .3s transform ease-in-out; }
  30. .alert-heading .collapsed .fa, .card-header .collapsed .fa { transform: rotate(90deg); }
  31. .hasDatepicker[readonly]{ background-color: #fff !important;}
  32. .badge {padding: 0.5em 1.4em; }
  33. .border-mid:not(:last-child){border-bottom:1px dotted #ccc}
  34. .pointer{cursor: pointer;}
  35. /***** SCROLLBAR *****/
  36. ::-webkit-scrollbar {/*Ancho*/
  37. width: 8px;
  38. }
  39. ::-webkit-scrollbar-track { /*Riel*/
  40. background: #F1F1F1;
  41. }
  42. ::-webkit-scrollbar-thumb {/* Handle */
  43. background: #D6D8DB;
  44. }
  45. ::-webkit-scrollbar-thumb:hover { /*Hover Handle */
  46. background: #006094;
  47. }
  48. /***** FOOTER *****/
  49. .footer{
  50. /*clear: both;/*/
  51. background: #232323;
  52. color: #A5A5A5;
  53. width: 100%;
  54. max-width: 1366px;
  55. border-top:5px solid #006094;
  56. display: flex;
  57. flex-direction: row;
  58. flex-wrap: wrap;
  59. margin-bottom:0;
  60. margin-top:3em;
  61. }
  62. .footer a{
  63. text-decoration: none;
  64. color: inherit;
  65. }
  66. .footer a:visited{
  67. color: inherit;
  68. }
  69. .footerLinks{
  70. padding: 60px 30px 40px;
  71. width: 100%;
  72. display: flex;
  73. flex-wrap: wrap;
  74. justify-content: space-around;
  75. }
  76. .footerIzq, .footerCentral, .footerDer{
  77. display: grid;
  78. grid-template-columns: auto;
  79. grid-gap: 15px;
  80. }
  81. .footerIzq{
  82. justify-self: left;
  83. grid-template-rows: auto auto auto auto;
  84. }
  85. .footerCentral{
  86. justify-self: center;
  87. grid-template-rows: 70px 45px 45px;
  88. }
  89. .footerDer{
  90. justify-self: right;
  91. grid-template-rows: 60px 80px 65px;
  92. }
  93. .divRedesFooter{
  94. display: grid;
  95. grid-template-columns: 1fr 1fr 1fr 1fr;
  96. }
  97. .redesFooter{
  98. color: #FFFFFF !important;
  99. border: 2px solid #FFFFFF;
  100. border-radius: 50%;
  101. width: 42px;
  102. height: 42px;
  103. text-align: center;
  104. font-size: 1.25em;
  105. margin: 0 8px;
  106. }
  107. .footerBottom{
  108. background: #191919;
  109. color: #BCBCBC;
  110. height: 66px;
  111. width: 100%;
  112. padding: 20px;
  113. text-align: center;
  114. font-size: 14px;
  115. }
  116. @media only screen and (max-width: 800px) {
  117. .menu, .subMenu {
  118. position: relative;
  119. }
  120. .iconoMenu {
  121. position: absolute;
  122. display: block;
  123. right: 20px;
  124. top:10px;
  125. }
  126. .menuOculto{
  127. display: none;
  128. }
  129. .responsive{
  130. float: none;
  131. text-align: center;
  132. display: flex;
  133. flex-direction: column;
  134. flex-wrap: wrap;
  135. justify-content: center;
  136. align-items: center;
  137. }
  138. .popupContent {
  139. width: 75%;
  140. }
  141. .footer{
  142. grid-template-columns: auto;
  143. grid-template-rows: auto auto auto;
  144. }
  145. .footerIzq,.footerCentral, .footerDer{
  146. justify-self: center;
  147. }
  148. .footerIzq{
  149. grid-template-rows: auto auto auto auto;
  150. text-align: center;
  151. }
  152. .footerCentral, .footerDer{
  153. grid-template-rows: auto auto auto;
  154. }
  155. }