sgi.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. /*
  2. Created on : 5/12/2018, 01:34:49 PM
  3. Author : Alejandro
  4. */
  5. /* General */
  6. .container-fluid{padding: 0;}
  7. #logo{max-height: 64px; height: 64px;}
  8. body{font-family: 'indivisa-text', Arial; font-size: 16px !important; color:#001D68; background-color: white;}
  9. .bg-head{background-color: white;}
  10. .bg-info{background-color: #F0F0F0 !important;}/* SOBREESCRIBE BOOTSTRAP */
  11. .bg-azul{background-color: #00a6CE;}
  12. .marco {max-width: 960px; width: 100%; margin-left: auto; margin-right: auto; }
  13. .marco-wide {max-width: 1366px; width: 100%; margin-left: auto; margin-right: auto; }
  14. .content{min-height: 480px; padding: 1em;}
  15. .menu {max-width: 960px; width: 100%; margin-left: auto; margin-right: auto; display: flex; padding:0 15px;}
  16. .menu-list .sistema:not(:last-child):after {content: "|"; margin-left: 10px; margin-right: 10px; }
  17. .sistema-active{color: #d21034 !important; font-weight: bold;}
  18. /*.font-small{font-size:14px;}*/
  19. /* Contenidos */
  20. h1, h2, h3 {letter-spacing: 1px; position: relative;}
  21. h1{margin-bottom:40px;}
  22. .subtitle:before{ content: ''; position: absolute; bottom: -8px; left: 0; width: 80px; display: block; background: #d21034; height: 3px; }
  23. .main-title{font-size: 3.2rem; margin-bottom: 60px;}
  24. /* Otros */
  25. .alert-heading .ing-caret, .card-header .ing-caret, .side-menu .ing-caret{ transition: .3s transform ease-in-out; }
  26. .alert-heading .collapsed .ing-caret, .card-header .collapsed .ing-caret { transform: rotate(-90deg); }
  27. #accordionMenu .collapsed .ing-caret { transform: rotate(-90deg); }
  28. .alert-heading .fa, .card-header .fa { transition: .3s transform ease-in-out; }
  29. .alert-heading .collapsed .fa, .card-header .collapsed .fa { transform: rotate(90deg); }
  30. #accordionMenu .collapsed .fa { transform: rotate(-90deg); }
  31. .border-mid:not(:last-child){border-bottom:1px dotted #ccc}
  32. .pointer{cursor: pointer;}
  33. /* TABLAS */
  34. .table-white .thead-dark th {text-align: center; border-color:#fff; text-transform: uppercase;}
  35. .table-white tr td, .table-white tr th { border-left: 1px !important; border-color:#fff; border-style: solid;}
  36. .table-white tr td:first-child, .table-white tr th:first-child {border-left:0;}
  37. .table-nostriped tbody tr:nth-of-type(odd) { background-color:transparent; }
  38. .rotate-text {
  39. writing-mode: vertical-lr;
  40. transform: rotate(180deg);
  41. height: max-content;
  42. height: -moz-max-content;
  43. height: -webkit-max-content;
  44. height: -o-max-content;
  45. height: -ms-max-content;
  46. }
  47. .icono-acciones span, .icono-acciones i{margin:0 3px; text-decoration:none !important;}
  48. .icono-acciones a:focus, .icono-acciones a:hover, .icono-acciones a:active{text-decoration:none !important;}
  49. /* FORMAS */
  50. .form-box{margin-bottom:28px;}
  51. .form-box > .form-group{margin-bottom: 10px}
  52. .form-box > .form-group > label{font-weight:bold; text-align: right; color: #001d68; padding-left: 0}
  53. .form-box > .form-group > label.disabled{color: #969696;}
  54. .form-box > .form-group > label:before{ content: ''; position: absolute; top: -8px; right: 0px; width: 2px; height: calc(100% + 16px); display: block; background: #d21034;}
  55. .form-box > .form-group > label.disabled:before{background: #969696 !important;}
  56. .form-box-info > .form-group > div{ background-color: #f7f7f7; padding-bottom:10px; padding-left:8px;}
  57. .form-box-info > .form-group > div:first-child{ margin-left:7px;}
  58. .form-box-info > .form-group:first-child > label{ padding-top:27px;}
  59. .form-box-info > .form-group:first-child > div{ padding-top:20px;}
  60. .form-box-info > .form-group:last-child > div{ padding-bottom:20px;}
  61. .form-box-info > .form-group.row{margin-bottom:0 !important;}
  62. .modal .form-box-info > .form-group > div{margin-left:0px;}
  63. .radio-md{width:1em; height:1em;}
  64. .radio-lg{width:1.5em; height:1.5em;}
  65. .radio-xl{width:2em; height:2em;}
  66. select:disabled {color:#969696!important;}
  67. .input-info{color:#969696;}
  68. .barra-right:before{ content: ''; position: absolute; top: -8px; right: 0px; width: 2px; height: calc(100% + 16px); display: block; background: #d21034;}/* Uso independiente */
  69. .barra-right.disabled:before{ background: #969696 !important;}/* Uso independiente */
  70. textarea{resize: none; overflow-x: hidden; overflow-wrap: break-word; overflow-y: auto;}
  71. .clock[readonly]{ background-color: #fff !important;}
  72. .hasDatepicker[readonly]{ background-color: #fff !important;}
  73. .badge {padding: 0.5em 1.4em; }
  74. .badge-blue {background-color:#00a8d1; color:white}
  75. .ui-autocomplete {max-height: 160px;overflow-y: auto;overflow-x: hidden; font-size: 90%}
  76. /* Data list*/
  77. .datalist {position: relative; border:1px solid #969696; border-radius: .25rem;}
  78. .datalist-input {padding:6px 30px 6px 12px !important;background: #FFFFFF !important;border-radius: .25rem;cursor:pointer; border:0;}
  79. .datalist.disabled .datalist-input {background: #f7f7f7 !important; cursor:default; color:#969696;}
  80. .datalist.disabled .icono{opacity: 0;}
  81. .datalist .icono {position: absolute;font-size: 20px;right: 10px;top: 9px;color: #969696;transition: transform 0.2s ease;}
  82. /*.iconoAzul{color: #001D68 !important;} Usar text-primary*/
  83. .datalist>ul {position: absolute;margin: 0;padding: 0;width: 100%;max-height: 204px;top: 100%;left: 0;list-style: none;border-radius: 2px;background: #FFFFFF;border: 1px solid #001D68;overflow: hidden;overflow-y: auto;z-index: 100;}
  84. .datalist> ul li {display: flex;align-items: center;justify-content: start;padding: 0.3em 1em /*0.8em 1em 0.8em 1em*/;color: #969696;}
  85. .datalist> ul li:not(.not-selectable):hover{background: #D21034;color: #FFFFFF; cursor: pointer;}
  86. .datalist .selected{background: #D21034;color: #FFFFFF;}
  87. .datalist .not-selectable{text-align: center; font-weight: bold; cursor:default; color: #001d68;padding-left: 10px !important;}
  88. .datalist-invalid{ border-color: #d21034;}
  89. .datalist-invalid .icono{color: #d21034 !important;}
  90. /* Icono alerta */
  91. .alerta{color:#ffb700!important; text-shadow: -1px -1px 0 #3f2f06, 1px -1px 0 #3f2f06, -1px 1px 0 #3f2f06, 1px 1px 0 #3f2f06;}
  92. /* Modal */
  93. .modal-content{border: 4px solid #001d68;}
  94. .modal-header{background-color: #001D68!important;color: #fff!important; border-top-left-radius: 0; border-top-right-radius: 0; padding:4px 8px 8px 8px;}
  95. .modal-title{font-weight: normal; text-align: center; padding:0 30px;}
  96. .modal-header .close{position:absolute; top:0; right:0;}
  97. .modal-header .close:focus{border: none;outline:none;}
  98. /* The side navigation menu */
  99. #sidebar { width: 400px; position: fixed; top: 0; right: -400px; height: 100vh; z-index: 1023; transition: all 0.3s; overflow-y: auto; }
  100. #sidebar.active {right: 0;}
  101. .overlay {display: none; position: fixed; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.6); z-index: 1022; opacity: 0; transition: all 0.5s ease-in-out;}
  102. .overlay.active { display: block; opacity: 1;}
  103. #sidebar a:hover{text-decoration:none;color:#d12034 !important;}
  104. #sidebar a{transition: color 0.6s ease;}
  105. /* ICONOS MENU */
  106. header{ padding: 20px 0; height: 110px; }
  107. header .logotipo{ float: left; clear: none; text-align: inherit; width: 20%;margin-left: 0; margin-right: 0;}
  108. header .logotipo:before {content: '';display: table;}
  109. header .logotipo img, aside .logotipo img {max-width: 200px;}
  110. .mainMenu{min-width: 85px;}
  111. .menu .nav-item{border-right: 1px solid #969696;}
  112. .menu .nav-item:last-child {border-right: 0;}
  113. .menu .nav-item > a, .menu .nav-item > span{color:#969696;padding: 1px 10px;}
  114. .menu .nav-item > a:hover{color:#D21034;text-decoration: none;}
  115. .menu .nav-item > a{transition: color 0.6s ease;}
  116. .max-h{ height: 45px !important; max-height: 45px;}
  117. .max-w{ width: 45px !important; max-width: 45px; }
  118. .iconSesion{ margin-right: -20px; }
  119. .iconLogin, .iconOff{font-size: 16px;display: block;width: 60px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-radius: 30px 0 0 30px;}
  120. .iconOff:hover, .iconOff:active{text-decoration: none;background: #D21034;color: #FFFFFF !important;height: 40px;}
  121. .iconOff{color: #D21034 !important;}
  122. .iconLogin:hover, .iconLogin:active, .iconOff:hover, .iconOff:active{text-decoration: none;color: #FFFFFF !important;height: 40px;}
  123. .iconLogin{color: #339933;}
  124. .iconLogin:hover, .iconLogin:active{background: #339933;}
  125. .iconMenu{ font-size: 32px;}
  126. .menuicon:hover{color: #101097 !important;}
  127. .cerraricon{height: 40px !important;max-height: 40px;width: 40px !important;max-width: 40px;cursor: pointer;}
  128. .cerraricon:hover{background: #101097 !important;}
  129. .fa-ul{list-style-type: none; margin-left: 2.5em; padding-left: 0;}
  130. /* BUTTONS */
  131. /*.btn .fa-circle{color:rgba(255,255,255,0.15);}
  132. .btn .icon{font-weight: bold;}
  133. .btn-round{border-radius:30px; padding-left: 0.5rem!important; padding-right: 0.5rem!important;}*/
  134. .btn-ing{position: relative;padding-right: 35px; padding-left: 20px;}
  135. .btn.arrow:after {content: "\e905";font-size: 14px;position: absolute;font-family: "ingfont";right: 14px;margin-top: 3px;font-weight: bold;-webkit-transition: 0.6s all ease;-moz-transition: 0.6s all ease;-o-transition: 0.6s all ease;-ms-transition: 0.6s all ease;transition: 0.6s all ease;vertical-align: middle;}
  136. .btn-outline-secondary{border:0;}/* SOBREESCRIBE BOOTSTRAP */
  137. .btn-outline-primary.arrow:after {color: #D21034;}
  138. .btn-outline-danger.arrow:after {color: #001D68;}
  139. .btn-outline-secondary:hover.arrow:after {color: #D21034;}
  140. .btn-outline-info:hover.arrow:after {color: #001D68;}
  141. /***** SCROLLBAR *****/
  142. div ::-webkit-scrollbar {width: 8px;}/*Ancho*/
  143. div ::-webkit-scrollbar-track {background: #f7f7f7;}/*Riel*/
  144. div ::-webkit-scrollbar-thumb {background: #969696;}/* Handle */
  145. div ::-webkit-scrollbar-thumb:hover { background: #001d68; }/*Hover Handle */
  146. /***** FOOTER *****/
  147. footer{ font-size: 14px; color: #fff; }
  148. footer .footerTop { background: #001d68; padding: 15px 0; }
  149. footer .footerTop .logotipo { overflow: hidden; }
  150. footer .footerTop .logotipo h3 { display: inline-block; vertical-align: top; color: #fff; margin: 0; float: right; text-align: right; font-size: 25px; font-family: 'indivisa-text'}
  151. footer .footerTop .logotipo h3 span { display: block; }
  152. footer .footerTop .menuFooter h3 { font-size: 12px; font-family: 'indivisa-text'; color: #fff !important;}
  153. footer .footerTop .menuFooter ul { overflow: hidden;}
  154. footer ul { list-style: none; padding: 0; margin: 0; }
  155. footer .footerTop .menuFooter ul>li {*zoom: 1; float: left; clear: none; text-align: inherit; width: 16%; margin-left: 0; margin-right: 3%;}
  156. footer .footerTop .menuFooter ul>li ul li a{font-size:10px;}
  157. footer ul>li { display: inline-block; vertical-align: top;}
  158. .footerMore { position: relative; display: none; padding: 5px 0; }
  159. footer a { color: #fff;-webkit-transition: color 0.5s; transition: color 0.5s;}
  160. footer a:hover{color:#ce0e2d !important; text-decoration: none !important;}
  161. footer .footerTop .menuFooter ul>li ul li { display: block; width: 100%; margin-bottom: 0px;}
  162. footer .ubicacion { margin-top: 20px; overflow: hidden; }
  163. footer .ubicacion .address {display: inline-block; /*width: 65%;*/ vertical-align: bottom; }
  164. footer .ubicacion .address h4, footer .ubicacion .address h4 a { color: #0fb7f1; font-size: 14px; margin: 0 0 0 -5px; position: relative;}
  165. footer .ubicacion .address h4 a { display: inline-block; }
  166. footer .ubicacion .redes{display:inline-block;vertical-align:bottom;/*width:32%;text-align:right*/}
  167. footer .ubicacion .redes h4{display:inline-block;vertical-align:middle;margin:0;font-size:16px !important; font-weight: bold;}
  168. footer .ubicacion .redes ul{display:inline-block;vertical-align:middle}
  169. footer .ubicacion .redes ul li{margin-left:2px}
  170. footer .footerMiddle { background: #071e58; overflow: hidden; }
  171. footer .footerMiddle nav ul { text-align: center; }
  172. footer .footerMiddle nav ul li { border-right: 1px solid #fff; padding: 1px 10px; display: inline-block; margin-bottom: 10px;}
  173. footer ul>li { display: inline-block; vertical-align: top;}
  174. footer .footerBottom { background: #091941; overflow: hidden; padding: 15px 0;}
  175. .footerBottom .logotipos{display:inline-block;vertical-align:middle;width:20%}
  176. footer .footerBottom .logotipos a{display:inline-block;width:80px;margin-right:6px}
  177. footer .footerBottom .logotipos a.internacional{width:80px}
  178. footer .footerBottom .logotipos a.red{width:75px}
  179. footer .footerBottom .legales{text-align:right;float:right;width:60%;margin-right:0;margin-left:auto;padding-top:10px;padding-bottom:0}
  180. footer .footerBottom .legales ul li{border-right:1px solid #fff;padding:1px 10px}
  181. footer .footerBottom .legales ul li:last-child{border:0}
  182. footer .tab-pane p{font-size:12px; line-height: 18px;}
  183. @media (max-width: 800px) {
  184. .menu, .subMenu {
  185. position: relative;
  186. }
  187. .menu .navbar {
  188. display: none!important;
  189. }
  190. .iconoMenu {
  191. position: absolute;
  192. display: block;
  193. right: 20px;
  194. top:10px;
  195. }
  196. .menuOculto{display: none;}
  197. .menu-sistema:not(.sistema-active){display: none;}
  198. .menu .nav-item {border-right: 0;}
  199. .menu-sistema{border-left: 1px solid #969696;}
  200. .form-box-info > .form-group > div{ margin-left:0px;}
  201. }