styles.less 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685
  1. // Variables, Mixins
  2. @import "variables.less";
  3. @import "buttons.less";
  4. // html5
  5. article,
  6. aside,
  7. details,
  8. figcaption,
  9. figure,
  10. footer,
  11. header,
  12. hgroup,
  13. nav,
  14. section,
  15. summary {
  16. display: block;
  17. }
  18. /* MIX */
  19. body {
  20. margin: 0 0;
  21. padding-bottom: 0!important;
  22. font-family: @font-primary;
  23. font-size: 17px;
  24. line-height: 27px;
  25. color: @brand-text;
  26. }
  27. p, ul, li {
  28. font-size: 17px;
  29. text-align: justify;
  30. }
  31. strong {
  32. color: @brand-primary;
  33. }
  34. .link-primary {
  35. color: @brand-primary!important;
  36. cursor: pointer;
  37. }
  38. .font-weight-700 {
  39. font-weight: 700;
  40. }
  41. .padding-0 {
  42. padding: 0;
  43. }
  44. .padding-lr-0 {
  45. padding-left: 0;
  46. padding-right: 0;
  47. }
  48. .padding-top-bottom-25 {
  49. padding-top: 25px;
  50. padding-bottom: 25px;
  51. }
  52. .padding-bottom-25 {
  53. padding-bottom: 25px;
  54. }
  55. .pl-20 {
  56. padding-left: 20px;
  57. }
  58. .smad-divider {
  59. margin: 20px 0;
  60. height: 1px;
  61. width: 100%;
  62. background-color: @brand-grey;
  63. }
  64. .smad-line-grey {
  65. color: @brand-grey;
  66. }
  67. .smad-line-red {
  68. color: @brand-primary;
  69. }
  70. .text-grey {
  71. color: @brand-text-light;
  72. }
  73. .bg-white {
  74. background-color: @brand-white!important;
  75. }
  76. .btn {
  77. padding-top: 10px;
  78. padding-bottom: 10px;
  79. padding-left: 15px;
  80. padding-right: 15px;
  81. }
  82. .border-top-grey {
  83. border-top: 2px solid @brand-grey;
  84. }
  85. .border-bottom-grey {
  86. border-bottom: 2px solid @brand-grey;
  87. }
  88. ul.breadcrumb {
  89. background-color: @brand-white;
  90. li {
  91. a {
  92. color: @brand-dark;
  93. font-weight: 700;
  94. &:first-child:before {
  95. padding-right: 5px;
  96. content: "|";
  97. color: @brand-primary;
  98. }
  99. }
  100. }
  101. }
  102. /* menu hamburger*/
  103. #hamburger-menu {
  104. .smad-menu-title {
  105. font-size: 11px;
  106. height: 17px;
  107. text-align: center;
  108. color: @brand-primary;
  109. font-weight: bold;
  110. }
  111. float: right;
  112. .hamburger-menu-line {
  113. width: 35px;
  114. height: 3px;
  115. background-color: @brand-dark;
  116. margin: 6px 0;
  117. text-align: right;
  118. }
  119. }
  120. /** drop down menu */
  121. #smad-header-section ul.dropdown-menu li{
  122. display: block;
  123. }
  124. /** Bootstrap */
  125. .btn:focus,.btn:active {
  126. outline: none !important;
  127. }
  128. /*.btn-primary {
  129. color: @brand-text;
  130. background-color: @brand-grey;
  131. border-color: @brand-grey;
  132. }
  133. .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
  134. color: @brand-white;
  135. background-color: @brand-primary;
  136. border-color: @brand-primary;
  137. }
  138. .btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
  139. color: @brand-white;
  140. background-color: @brand-primary;
  141. border-color: @brand-primary;
  142. }*/
  143. /*
  144. .btn-default {
  145. color: @brand-primary;
  146. background-color: @brand-white;
  147. border-color: @brand-primary;
  148. }
  149. .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
  150. color: @brand-white;
  151. background-color: @brand-primary;
  152. border-color: @brand-primary;
  153. }
  154. .btn-default.active, .btn-default:active, .btn-default:hover, .open>.dropdown-toggle.btn-default {
  155. color: @brand-white;
  156. background-color: @brand-primary;
  157. border-color: @brand-primary;
  158. }*/
  159. /*.btn-default-red {
  160. color: @brand-white!important;
  161. background-color: @brand-primary;
  162. border-color: @brand-primary;
  163. }
  164. .btn-default-red.active.focus, .btn-default-red.active:focus, .btn-default-red.active:hover, .btn-default-red:active.focus, .btn-default-red:active:focus, .btn-default-red:active:hover, .open>.dropdown-toggle.btn-default-red.focus, .open>.dropdown-toggle.btn-default-red:focus, .open>.dropdown-toggle.btn-default-red:hover {
  165. color: @brand-primary!important;
  166. background-color: @brand-white;
  167. border-color: @brand-primary;
  168. }
  169. .btn-default-red.active, .btn-default-red:active, .btn-default-red:hover, .open>.dropdown-toggle.btn-default-red {
  170. color: @brand-primary!important;
  171. background-color: @brand-white;
  172. border-color: @brand-primary;
  173. }*/
  174. /*
  175. .btn-grey-border {
  176. color: @brand-secondary!important;
  177. background-color: @brand-white;
  178. border-color: @brand-secondary;
  179. }
  180. .btn-grey-border.active.focus, .btn-grey-border.active:focus, .btn-grey-border.active:hover, .btn-grey-border:active.focus, .btn-grey-border:active:focus, .btn-grey-border:active:hover, .open>.dropdown-toggle.btn-grey-border.focus, .open>.dropdown-toggle.btn-grey-border:focus, .open>.dropdown-toggle.btn-grey-border:hover {
  181. color: @brand-white!important;
  182. background-color: @brand-secondary;
  183. border-color: @brand-secondary;
  184. }
  185. .btn-grey-border.active, .btn-grey-border:active, .btn-grey-border:hover, .open>.dropdown-toggle.btn-grey-border {
  186. color: @brand-white!important;
  187. background-color: @brand-secondary;
  188. border-color: @brand-secondary;
  189. }*/
  190. /* Select option */
  191. .form-control {
  192. height: 43px;
  193. }
  194. .col-centered {
  195. margin: 0 auto;
  196. float: none;
  197. }
  198. /**Table */
  199. .table {
  200. thead {
  201. td {
  202. color: @brand-text;
  203. }
  204. }
  205. tbody {
  206. td {
  207. color: @brand-text-light;
  208. }
  209. }
  210. }
  211. /** TOP */
  212. #smad-header-section {
  213. padding: 10px 10px;
  214. background-color: @brand-grey-light;
  215. .smad-top-first {
  216. padding-top: 20px;
  217. border-bottom: 1px solid @brand-primary;
  218. }
  219. .smad-top-second {
  220. text-align: right;
  221. }
  222. ul {
  223. text-align: right;
  224. list-style-type: none;
  225. li {
  226. padding: 0px;
  227. display: inline-block;
  228. .smad-header-title {
  229. color: @brand-text-light;
  230. font-size: 13px;
  231. }
  232. .smad-desc {
  233. padding-right: 10px;
  234. color: @brand-text;
  235. font-size: 13px;
  236. #ProcesMenuLoginDropdownLink {
  237. color: @brand-text;
  238. }
  239. }
  240. }
  241. }
  242. a.smad-logout {
  243. color: @brand-text;
  244. font-size: 14px;
  245. text-decoration: none;
  246. &:focus, &:hover {
  247. color: @brand-text;
  248. text-decoration: none;
  249. }
  250. }
  251. }
  252. /** Menu */
  253. #smad-menu-section {
  254. .smad-heder-title {
  255. color: @brand-text;
  256. font-weight: 700;
  257. }
  258. .menu-items {
  259. padding-top: 20px;
  260. padding-bottom: 20px;
  261. .menu-item {
  262. display: inline-block;
  263. }
  264. ul {
  265. list-style-type: none;
  266. display: inline-block;
  267. li {
  268. padding: 0 7px;
  269. display: inline-block;
  270. }
  271. }
  272. }
  273. }
  274. /* Menu form */
  275. #smad-menu-form-section {
  276. .smad-border-col {
  277. border-right: 2px solid @brand-grey;
  278. @media screen and (max-width : @screen-md ) {
  279. border-right: 0;
  280. border-bottom: 2px solid @brand-grey;
  281. }
  282. }
  283. .menu-items {
  284. padding-top: 45px;
  285. padding-bottom: 20px;
  286. .menu-item {
  287. padding-top: 25px;
  288. padding-bottom: 65px;
  289. display: inline-block;
  290. a {
  291. color: @brand-text;
  292. text-decoration: none;
  293. font-weight: 700;
  294. &:focus, &:hover {
  295. color: @brand-text;
  296. text-decoration: none;
  297. font-weight: 700;
  298. }
  299. }
  300. input {
  301. width: 80px;
  302. }
  303. }
  304. }
  305. .menu-form-input {
  306. padding-top: 25px;
  307. padding-bottom: 25px;
  308. .menu-item {
  309. display: inline-block;
  310. a {
  311. color: @brand-text;
  312. text-decoration: none;
  313. font-weight: 700;
  314. &:focus, &:hover {
  315. color: @brand-text;
  316. text-decoration: none;
  317. font-weight: 700;
  318. }
  319. }
  320. input {
  321. width: 80px;
  322. }
  323. }
  324. }
  325. }
  326. #smad-generate-link {
  327. padding: 60px 60px;
  328. }
  329. /** Footer */
  330. footer {
  331. height: 75px;
  332. bottom: 0;
  333. width: 100%;
  334. }
  335. #smad-footer-section {
  336. padding: 28px 0 10px 0;
  337. background-color: @brand-secondary;
  338. text-align: center;
  339. ul {
  340. text-align: center;
  341. list-style-type: none;
  342. li {
  343. padding: 0 30px;
  344. display: inline-block;
  345. @media screen and (max-width : @screen-md ) {
  346. padding: 0 10px;
  347. }
  348. @media screen and (max-width : @screen-xs ) {
  349. text-align: center;
  350. padding: 0 10px;
  351. display: block;
  352. }
  353. a {
  354. text-decoration: none;
  355. color: @brand-text;
  356. text-decoration: none;
  357. &:focus, &:hover {
  358. color: @brand-text;
  359. text-decoration: underline;
  360. }
  361. }
  362. }
  363. }
  364. }
  365. /**
  366. * Employees
  367. */
  368. #smad-reaport-section {
  369. }
  370. /**
  371. * Employees
  372. */
  373. #smad-employees-section, #smad-reaport-section {
  374. /*Form Wizard*/
  375. .smad-wizard {
  376. margin-top: 0px;
  377. }
  378. .smad-wizard {
  379. border-bottom: solid 1px #e0e0e0;
  380. padding: 0 0 10px 0;
  381. }
  382. .smad-wizard > .smad-wizard-step {
  383. padding: 0;
  384. position: relative;
  385. }
  386. .smad-wizard > .smad-wizard-step + .smad-wizard-step {
  387. }
  388. .smad-wizard > .smad-wizard-step .smad-wizard-stepnum {
  389. color: #595959;
  390. font-size: 16px;
  391. margin-bottom: 5px;
  392. }
  393. .smad-wizard-info {
  394. color: #999;
  395. font-size: 14px;
  396. .step-item {
  397. a {
  398. color: @brand-primary;
  399. &:focus, &:hover {
  400. color: @brand-primary;
  401. }
  402. }
  403. .step-title {
  404. color: @brand-text-light;
  405. }
  406. }
  407. }
  408. .smad-wizard-step.complete {
  409. .step-item {
  410. color: @brand-primary;
  411. a {
  412. color: @brand-primary;
  413. &:focus, &:hover {
  414. color: @brand-primary;
  415. }
  416. }
  417. }
  418. .step-title {
  419. color: @brand-text;
  420. }
  421. }
  422. .smad-wizard > .smad-wizard-step > .smad-wizard-dot {
  423. position: absolute;
  424. width: 30px;
  425. height: 30px;
  426. display: block;
  427. background: none;
  428. top: 48px;
  429. left: 50%;
  430. margin-top: -15px;
  431. margin-left: -15px;
  432. border-radius: 50%;
  433. }
  434. .smad-wizard > .smad-wizard-step > .smad-wizard-dot:after {
  435. content: ' ';
  436. width: 14px;
  437. height: 14px;
  438. background: @brand-white;
  439. border-radius: 50px;
  440. position: absolute;
  441. top: 8px;
  442. left: 8px;
  443. border: 2px solid @brand-primary;
  444. }
  445. .smad-wizard > .smad-wizard-step > .progress {
  446. position: relative;
  447. border-radius: 0px;
  448. height: 3px;
  449. box-shadow: none;
  450. margin: 20px 0;
  451. background: @brand-grey-light;
  452. }
  453. .smad-wizard > .smad-wizard-step > .progress > .progress-bar {
  454. width: 0px;
  455. box-shadow: none;
  456. background: @brand-grey;
  457. }
  458. .smad-wizard > .smad-wizard-step.complete > .progress > .progress-bar {
  459. width: 100%;
  460. }
  461. .smad-wizard > .smad-wizard-step.active > .progress > .progress-bar {
  462. width: 50%;
  463. }
  464. .smad-wizard > .smad-wizard-step:first-child.active > .progress > .progress-bar {
  465. width: 0%;
  466. }
  467. .smad-wizard > .smad-wizard-step:last-child.active > .progress > .progress-bar {
  468. width: 100%;
  469. }
  470. .smad-wizard > .smad-wizard-step.disabled > .smad-wizard-dot {
  471. background-color: @brand-grey;
  472. }
  473. .smad-wizard > .smad-wizard-step.disabled > .smad-wizard-dot:after {
  474. opacity: 0;
  475. }
  476. .smad-wizard > .smad-wizard-step:first-child > .progress {
  477. left: 50%;
  478. width: 50%;
  479. }
  480. .smad-wizard > .smad-wizard-step:last-child > .progress {
  481. width: 50%;
  482. }
  483. .smad-wizard > .smad-wizard-step.disabled a.smad-wizard-dot {
  484. pointer-events: none;
  485. }
  486. /*END Form Wizard*/
  487. /** Form employes */
  488. .smad-employees-form-section {
  489. .menu-items {
  490. padding-top: 20px;
  491. padding-bottom: 20px;
  492. .menu-item {
  493. display: inline-block;
  494. }
  495. ul {
  496. list-style-type: none;
  497. display: inline-block;
  498. li {
  499. padding: 10px 10px;
  500. display: inline-block;
  501. }
  502. }
  503. }
  504. .form-input {
  505. padding-top: 35px;
  506. padding-bottom: 25px;
  507. @media screen and (max-width : @screen-md ) {
  508. border-top: 1px solid @brand-grey;
  509. }
  510. .form-item {
  511. display: inline-block;
  512. }
  513. .smad-heder-title {
  514. padding-top: 3px;
  515. font-size: 14px;
  516. }
  517. }
  518. .smad-depth {
  519. width: 80px;
  520. text-align: center;
  521. }
  522. }
  523. /** form list employes */
  524. .smad-employees-list-head, .smad-form-list-head {
  525. padding: 15px 0px;
  526. background-color: @brand-grey-light;
  527. display: flex;
  528. .title {
  529. }
  530. .desc {
  531. font-size: 15px;
  532. line-height: 20px;
  533. }
  534. .menu-items {
  535. padding-top: 30px;
  536. padding-bottom: 20px;
  537. float: right;
  538. .menu-item {
  539. display: inline-block;
  540. }
  541. ul {
  542. list-style-type: none;
  543. display: inline-block;
  544. li {
  545. padding: 0 10px;
  546. display: inline-block;
  547. }
  548. }
  549. }
  550. }
  551. .smad-employees-bottom-navigation {
  552. padding-top: 30px;
  553. padding-bottom: 30px;
  554. }
  555. }
  556. /**
  557. * Login
  558. */
  559. #smad-login-section {
  560. .main {
  561. padding-top: 50px;
  562. .title-system {
  563. padding: 20px 0;
  564. color: @brand-text-light;
  565. line-height: 20px;
  566. }
  567. .header-title {
  568. h4 {
  569. padding: 40px 0 30px 0;
  570. }
  571. }
  572. .login-button {
  573. margin: 20px 0 ;
  574. padding: 10px 90px;
  575. }
  576. .first-input {
  577. float: right;
  578. @media (max-width: @screen-md) {
  579. float: none;
  580. }
  581. }
  582. }
  583. }