main.css 36 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661
  1. /* latin-ext */
  2. @font-face {
  3. font-family: 'Lato';
  4. font-style: normal;
  5. font-weight: 300;
  6. src: local('Lato Light'), local('Lato-Light'), url(../fonts/lato-light-latin-ext.woff2) format('woff2');
  7. unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  8. }
  9. /* latin */
  10. @font-face {
  11. font-family: 'Lato';
  12. font-style: normal;
  13. font-weight: 300;
  14. src: local('Lato Light'), local('Lato-Light'), url(../fonts/lato-light-latin.woff2) format('woff2');
  15. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  16. }
  17. /* latin-ext */
  18. @font-face {
  19. font-family: 'Lato';
  20. font-style: normal;
  21. font-weight: 400;
  22. src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/lato-regular-latin-ext.woff2) format('woff2');
  23. unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  24. }
  25. /* latin */
  26. @font-face {
  27. font-family: 'Lato';
  28. font-style: normal;
  29. font-weight: 400;
  30. src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/lato-regular-latin.woff2) format('woff2');
  31. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  32. }
  33. /* Page de maintenance */
  34. .maintenance-page,
  35. .maintenance-page body {
  36. font-family: 'Lato';
  37. background-color: #e55039;
  38. color:#fff;
  39. }
  40. .maintenance-page h1 {
  41. font-size: 50px;
  42. }
  43. .maintenance-page body {
  44. text-align: center;
  45. }
  46. .maintenance-page .container-fluid {
  47. padding: 0;
  48. }
  49. .maintenance-page .icon{
  50. border-radius: 100px;
  51. padding:20px;
  52. margin:50px auto;
  53. background-color: #ffffff;
  54. text-align: center;
  55. width:70px;
  56. height: 70px;
  57. }
  58. .maintenance-page .content-block {
  59. margin: 50px 0;
  60. background: #ffffff33;
  61. padding: 20px;
  62. border: 1px solid #fff;
  63. border-radius: 3px;
  64. text-align: left;
  65. }
  66. .maintenance-page .icon i{
  67. color:#e55039;
  68. font-size: 30px;
  69. }
  70. .maintenance-page .admin-access {
  71. position: absolute;
  72. bottom: 20px;
  73. width: 100%;
  74. left: 50%;
  75. transform: translateX(-50%);
  76. display: block;
  77. }
  78. .maintenance-page .admin-access a {
  79. color:#e55039;
  80. }
  81. .account-api-form .api_section .api_credentials{
  82. transition: all 0.2s ease-in-out;
  83. }
  84. .account-api-form .api_section[data-enabled="0"] .api_credentials{
  85. opacity: 0.2;
  86. }
  87. /** PRELOADER DE BOUTON **/
  88. .btn-preloader{
  89. opacity: 0.5;
  90. }
  91. .btn-preloader i {
  92. width: 16px;
  93. height: 14px;
  94. position: relative;
  95. }
  96. .btn-preloader i:before {
  97. left: 0;
  98. opacity: 0;
  99. position: absolute;
  100. transform: translate(0px,35px);
  101. animation: slide-up-origin 150ms 1 ease-out;
  102. animation-direction: normal;
  103. }
  104. .btn-preloader i:after {
  105. left: 0;
  106. opacity: 0;
  107. position: absolute;
  108. font-weight: 900;
  109. font-family: "Font Awesome 5 Free";
  110. content: "\f1ce"!important;
  111. top: -35px;
  112. transform-origin: center;
  113. animation:
  114. slide-up-preload 150ms forwards ease-out,
  115. spin-preload 1s infinite linear;
  116. }
  117. @keyframes slide-up-origin{
  118. 0% { transform: translate(0px,0px); opacity: 1; }
  119. 100% { transform: translate(0px,35px); opacity: 0; }
  120. }
  121. @keyframes slide-up-preload{
  122. to { top: 0px; opacity: 1; }
  123. }
  124. @keyframes spin-preload{
  125. to { transform: rotate(360deg); }
  126. }
  127. @keyframes pulse-spin-preload{
  128. from { transform: scale(1) rotate(0deg); }
  129. 50% { transform: scale(1.2) rotate(180deg); }
  130. to { transform: scale(1) rotate(360deg); }
  131. }
  132. @-moz-keyframes slide-up-origin{
  133. 0% { transform: translate(0px,0px); opacity: 1; }
  134. 100% { transform: translate(0px,35px); opacity: 0; }
  135. }
  136. @-moz-keyframes slide-up-preload{
  137. to { top: 0px; opacity: 1; }
  138. }
  139. @-moz-keyframes spin-preload{
  140. to { transform: rotate(360deg); }
  141. }
  142. @-moz-keyframes pulse-spin-preload{
  143. from { transform: scale(1) rotate(0deg); }
  144. 50% { transform: scale(1.2) rotate(180deg); }
  145. to { transform: scale(1) rotate(360deg); }
  146. }
  147. @-webkit-keyframes slide-up-origin{
  148. 0% { transform: translate(0px,0px); opacity: 1; }
  149. 100% { transform: translate(0px,35px); opacity: 0; }
  150. }
  151. @-webkit-keyframes slide-up-preload{
  152. to { top: 0px; opacity: 1; }
  153. }
  154. @-webkit-keyframes spin-preload{
  155. to { transform: rotate(360deg); }
  156. }
  157. @-webkit-keyframes pulse-spin-preload{
  158. from { transform: scale(1) rotate(0deg); }
  159. 50% { transform: scale(1.2) rotate(180deg); }
  160. to { transform: scale(1) rotate(360deg); }
  161. }
  162. @-o-keyframes slide-up-origin{
  163. 0% { transform: translate(0px,0px); opacity: 1; }
  164. 100% { transform: translate(0px,35px); opacity: 0; }
  165. }
  166. @-o-keyframes slide-up-preload{
  167. to { top: 0px; opacity: 1; }
  168. }
  169. @-o-keyframes spin-preload{
  170. to { transform: rotate(360deg); }
  171. }
  172. @-o-keyframes pulse-spin-preload{
  173. from { transform: scale(1) rotate(0deg); }
  174. 50% { transform: scale(1.2) rotate(180deg); }
  175. to { transform: scale(1) rotate(360deg); }
  176. }
  177. /* SETTINGS */
  178. a.setting-menu-item * {
  179. transition: transform 0.1s ease-out;
  180. }
  181. a.setting-menu-item.active span,
  182. a.setting-menu-item:not(.active):hover span {
  183. transform: translateX(5px);
  184. }
  185. .general-settings-block .type-image-bloc {
  186. text-align: right;
  187. }
  188. .maintenance-block textarea {
  189. resize: none;
  190. }
  191. .maintenance-block .trumbowyg-box,
  192. .maintenance-block .trumbowyg-editor {
  193. min-height: 150px;
  194. }
  195. .table-users .avatar-head,
  196. .table-users .avatar-cell,
  197. .table-users .action-cell{
  198. width: 85px;
  199. }
  200. .logs-settings-block {
  201. display: flex;
  202. }
  203. .logs-settings-block > label {
  204. margin: auto;
  205. margin-right: 10px;
  206. flex: 0 1 auto;
  207. }
  208. .logs-settings-block > input {
  209. flex: 1 0 0;
  210. }
  211. /* Settings listes */
  212. .lists-settings .lists-selector {
  213. min-width:300px;
  214. }
  215. .lists-settings .table-dictionaries {
  216. width: 100%;
  217. }
  218. /* Popover bootstrap */
  219. .popover-body * {
  220. width: 100%;
  221. }
  222. /* Permet une modale a 100% de largeur */
  223. .modal-fullwidth{
  224. max-width: 100%;
  225. }
  226. /* fix ie10 et ie11 mr-auto et div parent en justify-content */
  227. .modal-footer-margin-auto{
  228. justify-content: space-around !important;
  229. }
  230. /* Général */
  231. html {
  232. position: relative;
  233. min-height: 100%;
  234. }
  235. body {
  236. /* Margin bottom by footer height */
  237. margin-bottom: 50px;
  238. font-family: 'Lato', sans-serif;
  239. }
  240. body > .container {
  241. padding: 60px 15px 0;
  242. }
  243. div[required="required"],
  244. input:required,
  245. textarea:required,
  246. select:required {
  247. border-left: 0.25rem solid #FFA100 !important;
  248. }
  249. div[required="required"]{
  250. border-top-left-radius: 4px;
  251. border-bottom-left-radius: 4px;
  252. }
  253. div[contenteditable="false"]{
  254. background-color: #e9ecef;
  255. color: #495057;
  256. }
  257. .hidden:first-child + .list-group-item{
  258. border-top-left-radius: .25rem;
  259. border-top-right-radius: .25rem;
  260. border: 1px solid rgba(0,0,0,.125);
  261. }
  262. #mainMenu{
  263. background : #343a40;
  264. padding: 5px;
  265. height:50px;
  266. z-index:10001;
  267. }
  268. .modal-open #mainMenu{
  269. z-index:1030;
  270. }
  271. #mainMenu .navigation-menu .nav-item{
  272. font-size:0.9rem;
  273. }
  274. #mainMenu .navbar-brand {
  275. padding-left: 70px;
  276. margin-left: 5px;
  277. margin-right: 0;
  278. background: url(../img/logo/default-logo.png) no-repeat center/contain;
  279. height: 40px;
  280. }
  281. #mainMenu > button,
  282. #mainMenu > button:focus,
  283. #mainMenu > button:active {
  284. border: none;
  285. text-decoration: none;
  286. outline: none;
  287. box-shadow: none;
  288. }
  289. .menu {
  290. position: relative;
  291. height: 30px;
  292. width: 30px;
  293. cursor: pointer;
  294. overflow: hidden;
  295. }
  296. .menu-icon {
  297. position: absolute;
  298. width: 30px;
  299. height: 20px;
  300. top: 50%;
  301. left: 50%;
  302. -webkit-transform: translate(-50%, -50%);
  303. transform: translate(-50%, -50%);
  304. }
  305. .menu-line {
  306. position: absolute;
  307. left: 0;
  308. background-color: #f2f2f2;
  309. height: 2px;
  310. width: 100%;
  311. border-radius: 3px;
  312. pointer-events: none;
  313. }
  314. .menu-line-1 {
  315. top: 0;
  316. }
  317. .menu-line-2 {
  318. top: 0;
  319. bottom: 0;
  320. margin: auto;
  321. }
  322. .menu-line-3 {
  323. bottom: 0;
  324. }
  325. .menu .menu-line-4,
  326. .menu .menu-line-5 {
  327. opacity: 0;
  328. top: 8.5px;
  329. transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  330. transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  331. transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  332. }
  333. .menu .menu-line-1 {
  334. transition: width .2s ease-in-out .4s;
  335. }
  336. .menu .menu-line-2 {
  337. transition: width .2s ease-in-out .3s;
  338. }
  339. .menu .menu-line-3 {
  340. transition: width .2s ease-in-out .2s;
  341. }
  342. .menu .menu-line-4 {
  343. -webkit-transform: rotate(45deg) translate3d(-30px, 0, 0);
  344. transform: rotate(45deg) translate3d(-30px, 0, 0);
  345. transition: opacity .2s ease-in-out .2s, -webkit-transform .2s ease-in-out .2s;
  346. transition: opacity .2s ease-in-out .2s, transform .2s ease-in-out .2s;
  347. transition: opacity .2s ease-in-out .2s, transform .2s ease-in-out .2s, -webkit-transform .2s ease-in-out .2s;
  348. }
  349. .menu .menu-line-5 {
  350. -webkit-transform: rotate(-45deg) translate3d(30px, 0, 0);
  351. transform: rotate(-45deg) translate3d(30px, 0, 0);
  352. transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  353. transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  354. transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  355. }
  356. .menu.open .menu-line-1 {
  357. width: 0;
  358. transition: width .2s ease-in-out;
  359. }
  360. .menu.open .menu-line-2 {
  361. width: 0;
  362. transition: width .2s ease-in-out .1s;
  363. }
  364. .menu.open .menu-line-3 {
  365. width: 0;
  366. transition: width .2s ease-in-out .2s;
  367. }
  368. .menu.open .menu-line-4 {
  369. opacity: 1;
  370. -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  371. transform: rotate(45deg) translate3d(0, 0, 0);
  372. transition: opacity .2s ease-in-out .2s, -webkit-transform .2s ease-in-out .2s;
  373. transition: opacity .2s ease-in-out .2s, transform .2s ease-in-out .2s;
  374. transition: opacity .2s ease-in-out .2s, transform .2s ease-in-out .2s, -webkit-transform .2s ease-in-out .2s;
  375. }
  376. .menu.open .menu-line-5 {
  377. opacity: 1;
  378. -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  379. transform: rotate(-45deg) translate3d(0, 0, 0);
  380. transition: opacity .2s ease-in-out .4s, -webkit-transform .2s ease-in-out .4s;
  381. transition: opacity .2s ease-in-out .4s, transform .2s ease-in-out .4s;
  382. transition: opacity .2s ease-in-out .4s, transform .2s ease-in-out .4s, -webkit-transform .2s ease-in-out .4s;
  383. }
  384. .navbar-nav .nav-link {
  385. padding-right: 0.75rem !important;
  386. padding-left: 0.75rem !important;
  387. }
  388. .navbar-nav.navigation-menu {
  389. /*margin-left: 5px;*/
  390. }
  391. /* PAGE DE LOGIN */
  392. .login-request{
  393. text-align: center;
  394. padding-top: 100px;
  395. }
  396. .login-request label {
  397. font-size: 1rem;
  398. }
  399. .login-form-block label{
  400. display: block;
  401. }
  402. .login-form-block .form-check label{
  403. display: inline-block;
  404. }
  405. .login-request #loginForm .lost-password {
  406. margin-top: 1.5em !important;
  407. }
  408. #loginHeader {
  409. /*min-width: 160px;*/
  410. }
  411. #mainMenu .btn-dark:focus {
  412. box-shadow: none;
  413. }
  414. #loginHeader > .user-dropdown-menu .dropdown-menu >.user-fullname {
  415. font-weight: bold;
  416. padding: 0.5rem;
  417. text-align: center;
  418. }
  419. #loginHeader > .user-dropdown-menu > button.dropdown-toggle > .user-fullname {
  420. display: inline;
  421. color: #fff !important;
  422. }
  423. #loginHeader > .user-dropdown-menu > .dropdown-menu-right > a:hover{
  424. cursor:pointer;
  425. }
  426. #loginForm{
  427. margin: 0;
  428. font-size: 0.8em;
  429. }
  430. #loginForm .password-field {
  431. width: 100%;
  432. }
  433. #loginForm .password-field i {
  434. right: 5px;
  435. font-size: 0.85em;
  436. }
  437. #loginForm input{
  438. padding: 3px;
  439. width: 100%;
  440. box-sizing: border-box;
  441. }
  442. .login-item #loginForm input{
  443. height: auto;
  444. }
  445. #loginForm .connexion-remember > input {
  446. width: auto;
  447. }
  448. #loginForm .lost-password {
  449. font-size: 0.8em;
  450. }
  451. #userForm .form-control-file {
  452. width: auto;
  453. }
  454. .connexion-remember {
  455. padding: 0;
  456. padding-top: 5px;
  457. margin: auto;
  458. width: auto !important;
  459. }
  460. #loginHeader button.dropdown-toggle {
  461. width: 100%;
  462. text-align: left;
  463. }
  464. .user-dropdown-menu > button.dropdown-toggle {
  465. padding: .375rem .425rem;
  466. }
  467. .user-dropdown-menu .dropdown-menu {
  468. width: 100%;
  469. min-width: 200px;
  470. }
  471. .user-dropdown-menu .dropdown-menu .user-menu-item{
  472. font-size: 0.9em;
  473. padding: 0.2rem 1.5rem;
  474. }
  475. .user-dropdown-menu{
  476. display: inline-block;
  477. }
  478. .user-form .type-image-bloc input {
  479. width: auto;
  480. }
  481. #loginForm .login-menu-item{
  482. text-align: center;
  483. width: 100%;
  484. padding: 5px;
  485. box-sizing: border-box;
  486. color: inherit;
  487. display: block;
  488. }
  489. #firmForm{
  490. max-width: 600px;
  491. margin: auto;
  492. }
  493. #firmForm img{
  494. max-width:150px;
  495. max-height: 150px;
  496. height: auto;
  497. width: auto;
  498. }
  499. .firm-item{
  500. padding-top:0;
  501. padding:0 15px;
  502. }
  503. .firm-ranks {
  504. padding: 0;
  505. overflow: auto;
  506. max-height: 100px;
  507. }
  508. .firm-ranks::-webkit-scrollbar {
  509. width: 6px;
  510. height: 6px;
  511. }
  512. .firm-ranks::-webkit-scrollbar-button {
  513. width: 0px;
  514. height: 0px;
  515. }
  516. .firm-ranks::-webkit-scrollbar-thumb {
  517. background: #cecece;
  518. border: 0px none #ffffff;
  519. border-radius: 50px;
  520. }
  521. .firm-ranks::-webkit-scrollbar-thumb:hover {
  522. background: #707070;
  523. }
  524. .firm-ranks::-webkit-scrollbar-thumb:active {
  525. background: #949494;
  526. }
  527. .firm-ranks::-webkit-scrollbar-track {
  528. background: #ffffff;
  529. border: 0px none #ffffff;
  530. border-radius: 50px;
  531. }
  532. .firm-ranks::-webkit-scrollbar-track:hover {
  533. background: #d4d4d4;
  534. }
  535. .firm-ranks::-webkit-scrollbar-track:active {
  536. background: #d3d3d3;
  537. }
  538. .firm-ranks::-webkit-scrollbar-corner {
  539. background: transparent;
  540. }
  541. .firm-ranks ul {
  542. padding-left: 0.5rem;
  543. margin-bottom: 0;
  544. }
  545. .firm-ranks li{
  546. padding: 0;
  547. list-style-type: none;
  548. margin: 0;
  549. }
  550. .firm-ranks li:before{
  551. content : "\f105";
  552. font-family: 'Font Awesome 5 Free';
  553. font-weight: 900;
  554. margin-right: 2px;
  555. }
  556. .firm-item small{
  557. font-weight: bold;
  558. font-size: 9px;
  559. color: #969996;
  560. width: 100%;
  561. display: block;
  562. }
  563. #ranks .rank-rights{
  564. max-height: 100px;
  565. overflow-y: auto;
  566. font-size: 0.75em;
  567. }
  568. #ranks .rank-rights ul{
  569. margin:0;
  570. padding:0;
  571. list-style-type: none;
  572. }
  573. .firm-item select{
  574. width: 100%;
  575. }
  576. .firm-plugin-header {
  577. display: flex;
  578. }
  579. .firm-plugin-header > label {
  580. width: 30%;
  581. margin: auto;
  582. }
  583. .firm-plugin-header > select {
  584. flex: 1 1 auto;
  585. }
  586. #loginForm .btn{
  587. margin-top:5px;
  588. width: 100%;
  589. }
  590. #prev-button {
  591. margin-right: 10px;
  592. }
  593. #parent + code {
  594. margin-left: 5px;
  595. }
  596. .table {
  597. border-left: 1px solid #e9ecef;
  598. border-bottom: 1px solid #e9ecef;
  599. border-right: 1px solid #e9ecef;
  600. }
  601. .table > thead {
  602. border-bottom: 1px solid #e9ecef;
  603. }
  604. .table > thead th{
  605. border-bottom: 1px solid #e9ecef;
  606. }
  607. .table tr > th:first-of-type,
  608. .table tr > td:first-of-type {
  609. border-right: 1px solid #e9ecef;
  610. }
  611. .table-striped tbody tr:nth-of-type(odd) {
  612. background-color: #ffffff;
  613. }
  614. .table-striped tbody tr:nth-of-type(even) {
  615. background-color: rgba(0,0,0,.05);
  616. }
  617. .select-inline {
  618. margin: 0 10px;
  619. padding: .5rem .75rem;
  620. font-size: 1rem;
  621. line-height: 1.25;
  622. color: #495057;
  623. background-color: #fff;
  624. background-image: none;
  625. background-clip: padding-box;
  626. border: 1px solid rgba(0,0,0,.15);
  627. border-radius: .25rem;
  628. transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  629. }
  630. select.select-inline:first-of-type {
  631. margin-left: 0;
  632. }
  633. .dictionnary-container select.select-control {
  634. margin-bottom: 10px;
  635. }
  636. div.advanced-search div.filter-value-block select.form-control.filter-value {
  637. max-width: 160px;
  638. min-width: 218px;
  639. }
  640. div.filter-box div.simple-search > div.input-group-prepend {
  641. z-index: 10;
  642. }
  643. .input-group-sm .form-control[data-type="dictionnary"] {
  644. height: calc(1.5em + .5rem + 2px);
  645. }
  646. .filter-box .advanced-search .filter-value {
  647. max-width: 160px;
  648. }
  649. .filter-box .advanced-search-action-separator {
  650. cursor: default;
  651. margin: 0 5px;
  652. }
  653. .filter-box .advanced-search{
  654. border: 1px solid #eaeaea;
  655. padding-bottom: 10px;
  656. margin-top: 10px;
  657. }
  658. #search-clear {
  659. position: absolute;
  660. opacity: 0;
  661. display: flex;
  662. top: 50%;
  663. transform: translateY(-50%);
  664. height: 25px;
  665. margin: auto;
  666. font-size: 14px;
  667. cursor: pointer;
  668. color: #a0a0a0;
  669. z-index: 4;
  670. transition: opacity 0.15s ease-in;
  671. }
  672. .filter-value-block {
  673. padding: 0;
  674. border: none;
  675. display: none;
  676. }
  677. .input-group-append {
  678. z-index: 5;
  679. }
  680. #loginHeader button.dropdown-toggle {
  681. width: 100%;
  682. text-align: left;
  683. }
  684. #loginHeader .user-dropdown-menu button.dropdown-toggle{
  685. padding: .35rem .75rem;
  686. }
  687. /* PAGE UPDATES*/
  688. .update-timeline {
  689. list-style: none;
  690. padding: 20px 0 20px;
  691. position: relative;
  692. }
  693. .update-timeline:before {
  694. top: 0;
  695. bottom: 0;
  696. position: absolute;
  697. content: " ";
  698. width: 3px;
  699. background-color: #eeeeee;
  700. left: 50%;
  701. margin-left: -1.5px;
  702. }
  703. .update-timeline > li {
  704. margin-bottom: 10px;
  705. position: relative;
  706. }
  707. .update-timeline > li:before,
  708. .update-timeline > li:after {
  709. content: " ";
  710. display: table;
  711. }
  712. .update-timeline > li:after {
  713. clear: both;
  714. }
  715. .update-timeline > li > .update-timeline-panel {
  716. width: 46%;
  717. float: left;
  718. border: 1px solid #d4d4d4;
  719. border-radius: 2px;
  720. padding: 10px;
  721. position: relative;
  722. -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  723. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
  724. }
  725. .update-timeline > li > .update-timeline-panel:before {
  726. position: absolute;
  727. top: 26px;
  728. right: -15px;
  729. display: inline-block;
  730. border-top: 15px solid transparent;
  731. border-left: 15px solid #ccc;
  732. border-right: 0 solid #ccc;
  733. border-bottom: 15px solid transparent;
  734. content: " ";
  735. }
  736. .update-timeline > li > .update-timeline-panel:after {
  737. position: absolute;
  738. top: 27px;
  739. right: -14px;
  740. display: inline-block;
  741. border-top: 14px solid transparent;
  742. border-left: 14px solid #fff;
  743. border-right: 0 solid #fff;
  744. border-bottom: 14px solid transparent;
  745. content: " ";
  746. }
  747. .update-timeline > li > .update-timeline-badge {
  748. color: #fff;
  749. width: 50px;
  750. height: 50px;
  751. line-height: 50px;
  752. font-size: 1.4em;
  753. text-align: center;
  754. position: absolute;
  755. top: 16px;
  756. left: 50%;
  757. margin-left: -25px;
  758. background-color: #999999;
  759. z-index: 100;
  760. border-top-right-radius: 50%;
  761. border-top-left-radius: 50%;
  762. border-bottom-right-radius: 50%;
  763. border-bottom-left-radius: 50%;
  764. }
  765. .update-timeline > li.update-timeline-inverted > .update-timeline-panel {
  766. float: right;
  767. }
  768. .update-timeline > li.update-timeline-inverted > .update-timeline-panel:before {
  769. border-left-width: 0;
  770. border-right-width: 15px;
  771. left: -15px;
  772. right: auto;
  773. }
  774. .update-timeline > li.update-timeline-inverted > .update-timeline-panel:after {
  775. border-left-width: 0;
  776. border-right-width: 14px;
  777. left: -14px;
  778. right: auto;
  779. }
  780. .update-timeline-badge.primary { background-color: #2e6da4 !important; }
  781. .update-timeline-badge.success { background-color: #3f903f !important; }
  782. .update-timeline-badge.warning { background-color: #f0ad4e !important; }
  783. .update-timeline-badge.danger { background-color: #d9534f !important; }
  784. .update-timeline-badge.info { background-color: #5bc0de !important; }
  785. .update-timeline-body > p,
  786. .update-timeline-body > ul {
  787. margin-bottom: 0;
  788. }
  789. .update-timeline-body > p + p {
  790. margin-top: 5px;
  791. }
  792. .update-commit-module{
  793. margin-right: 3px;
  794. display: inline-block;
  795. color: #dc3545;
  796. text-transform: uppercase;
  797. font-size: 0.7rem;
  798. font-weight: bold;
  799. padding-right: 6px;
  800. border-right: 2px solid #dcd4d4;
  801. }
  802. .update-commit-tag{
  803. display: inline-block;
  804. color: #3f51b5;
  805. font-size: 0.7rem;
  806. font-weight: bold;
  807. margin: 0 5px;
  808. }
  809. .update-timeline-body > .update-commit-tag:last-of-type {
  810. margin-right: 0;
  811. }
  812. @media (max-width: 767px) {
  813. ul.update-timeline:before {
  814. left: 40px;
  815. }
  816. ul.update-timeline > li > .update-timeline-panel {
  817. width: calc(100% - 90px);
  818. width: -moz-calc(100% - 90px);
  819. width: -webkit-calc(100% - 90px);
  820. }
  821. ul.update-timeline > li > .update-timeline-badge {
  822. left: 15px;
  823. margin-left: 0;
  824. top: 16px;
  825. }
  826. ul.update-timeline > li > .update-timeline-panel {
  827. float: right;
  828. }
  829. ul.update-timeline > li > .update-timeline-panel:before {
  830. border-left-width: 0;
  831. border-right-width: 15px;
  832. left: -15px;
  833. right: auto;
  834. }
  835. ul.update-timeline > li > .update-timeline-panel:after {
  836. border-left-width: 0;
  837. border-right-width: 14px;
  838. left: -14px;
  839. right: auto;
  840. }
  841. }
  842. li.active .dropdown-item{
  843. color: #16181b;
  844. text-decoration: none;
  845. background-color: #f8f9fa;
  846. }
  847. .dropdown-item.login-item{
  848. color:#222222;
  849. padding: 0 5px;
  850. background-color: #fff;
  851. }
  852. .dropdown-item.active, .dropdown-item.login-item:active {
  853. color: #222222;
  854. text-decoration: none;
  855. background-color: transparent;
  856. }
  857. .container-fluid{
  858. padding: 66px 15px 0 15px;
  859. }
  860. .container-small{
  861. margin:auto;
  862. max-width: 700px;
  863. }
  864. .no-border-radius {
  865. border-radius: 1px;
  866. }
  867. .btn{
  868. cursor: pointer;
  869. }
  870. .btn-small {
  871. padding: 5px 10px;
  872. font-size: 15px;
  873. }
  874. .btn-squarred.btn-small {
  875. padding: 3px 5px;
  876. font-size: 1em;
  877. width: 31px;
  878. height: 31px;
  879. line-height: 1.5;
  880. }
  881. .btn-mini{
  882. padding: 0.1rem .4rem;
  883. font-size: 0.6rem;
  884. line-height: 1.8;
  885. border-radius: .2rem;
  886. }
  887. .btn-squarred.btn-mini {
  888. padding: 0;
  889. font-size: 0.8em;
  890. width: 21px;
  891. height: 21px;
  892. line-height: 1.5;
  893. }
  894. .btn-squarred {
  895. padding: 5px 7px;
  896. font-size: 1em;
  897. width: 36px;
  898. height: 36px;
  899. }
  900. .btn-rounded {
  901. padding-top: 5px;
  902. padding-left: 9px;
  903. box-sizing: border-box;
  904. border-radius: 100%;
  905. width: 36px;
  906. height: 36px;
  907. font-size: 1em;
  908. }
  909. .btn-rounded.btn-mini {
  910. padding-top: 2px;
  911. padding-left: 5px;
  912. width: 22px;
  913. height: 22px;
  914. font-size: 0.7em;
  915. }
  916. .btn.btn-link{
  917. -webkit-appearance: none;
  918. }
  919. .noLabel{
  920. margin-top: 31px;
  921. }
  922. .form-control:focus {
  923. border: 1px solid rgba(0,0,0,.15);
  924. outline: 0;
  925. box-shadow: 0 0 0 0 rgba(0,0,0,0);
  926. color: #000;
  927. }
  928. .form-control:disabled:focus,
  929. .form-control[readonly]:focus,
  930. .form-control[disabled]:focus {
  931. color: #495057;
  932. border: 1px solid #ced4da;
  933. }
  934. /*Pagination*/
  935. .pagination {
  936. flex-wrap: wrap;
  937. }
  938. .pagination [data-toggle="dropdown"]{
  939. position:absolute;
  940. top:0;
  941. left:0;
  942. width:100%;
  943. height:100%;
  944. text-align:center;
  945. line-height: 1.70;
  946. }
  947. .pagination [data-toggle="dropdown"] > i{
  948. transform: scale(0.7);
  949. line-height: 2.5;
  950. opacity:0.5;
  951. transition: all 0.2s ease-in-out;
  952. }
  953. .pagination [data-toggle="dropdown"]:hover > i{
  954. opacity: 1;
  955. transform: scale(0.9);
  956. }
  957. .pagination .pagination-select {
  958. height: auto;
  959. max-height: 200px;
  960. min-width: auto;
  961. overflow-x: hidden;
  962. }
  963. .page-link {
  964. cursor: pointer;
  965. }
  966. /* Pagination Préférence */
  967. .pagination-preference .dropdown-menu {
  968. max-height: 150px;
  969. overflow: auto;
  970. min-width: 5rem;
  971. }
  972. .white{
  973. color:white !important;
  974. }
  975. .white a{
  976. color:white !important;
  977. }
  978. /* TOAST */
  979. .toastContainer{
  980. z-index: 11000;
  981. max-height: 400px;
  982. overflow: auto;
  983. position: fixed;
  984. right: 15px;
  985. bottom: 5px;
  986. width: 350px;
  987. }
  988. .toastContainer .toast{
  989. border-bottom: 0;
  990. color: #ffffff;
  991. opacity: 1;
  992. transform: translateY(0px);
  993. border-radius: 3px;
  994. text-align: center;
  995. margin-bottom: 10px;
  996. width: 100%;
  997. box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  998. position: relative;
  999. background: #dc3545;
  1000. transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  1001. }
  1002. .toastMessage{
  1003. overflow-y: auto;
  1004. }
  1005. .toastContainer .toast:hover i.toastIcon{
  1006. transform-origin: center center;
  1007. animation-name: swing;
  1008. animation-duration: 1s;
  1009. animation-fill-mode: both;
  1010. }
  1011. .toastContainer .toast.hidden{
  1012. opacity: 0;
  1013. display: flex !important;
  1014. transform: translateY(100px);
  1015. }
  1016. .toastContainer .toast-error{
  1017. background:#dc3545;
  1018. }
  1019. .toastContainer .toast-error code{
  1020. border-radius: 3px;
  1021. padding: 3px;
  1022. background-color: #2f3038;
  1023. font-size: 87.5%;
  1024. color: #ffed92;
  1025. word-wrap: break-word;
  1026. }
  1027. .toastContainer .toast-warning {
  1028. background:#ffc107;
  1029. color:#212529;
  1030. }
  1031. .toastContainer .toast-light{
  1032. background:#FFFFFF;
  1033. color: #333333;
  1034. }
  1035. .toastContainer .toast-info {
  1036. background:#2AA7EA;
  1037. }
  1038. .toastContainer .toast-success {
  1039. background:#28a745;
  1040. }
  1041. .toastContainer .toast-success i.toastIcon:before{
  1042. content: "\f00c";
  1043. }
  1044. .toastContainer .toast-warning i.toastIcon:before{
  1045. content: "\f06a";
  1046. }
  1047. .toastContainer .toast-info i.toastIcon:before{
  1048. content: "\f05a";
  1049. }
  1050. .toastContainer .toast-error i.toastIcon:before{
  1051. content: "\f12a";
  1052. }
  1053. .toastContainer .toast .toastTitle{
  1054. width: 100%;
  1055. min-height: 10px;
  1056. font-size: 0.75em;
  1057. font-weight: bold;
  1058. position: relative;
  1059. display: flex;
  1060. }
  1061. .toastContainer .toast .toastRemove{
  1062. display: inline-block;
  1063. margin: auto 0;
  1064. margin-right: 0;
  1065. font-size: 1.1em;
  1066. cursor: pointer;
  1067. }
  1068. .toastContainer .toast .toastContent{
  1069. display: block;
  1070. height: 100%;
  1071. padding: 5px;
  1072. padding-left: 0;
  1073. padding-bottom: 0.75rem;
  1074. width: 300px;
  1075. }
  1076. .toastContainer .toast .toastContent:after{
  1077. content:'';
  1078. display:block;
  1079. clear:both;
  1080. }
  1081. .toastContainer .toast i.toastIcon{
  1082. width: 30px;
  1083. font-size: 1.5em;
  1084. margin: 15px 5px;
  1085. }
  1086. .toastContainer .toast .toastProgress{
  1087. position: absolute;
  1088. background: #00000047;
  1089. height: 4px;
  1090. width: 100%;
  1091. bottom: 0;
  1092. border-radius: 2rem;
  1093. }
  1094. /* FIN TOAST */
  1095. .fieldtype-image-cover{
  1096. position:relative;
  1097. }
  1098. .fieldtype-image-cover > span{
  1099. padding:3px;
  1100. font-size:15px;
  1101. font-weight:bold;
  1102. position:absolute;
  1103. bottom:0;
  1104. right:0;
  1105. color:#ffffff;
  1106. background-color:rgba(0,0,0,0.5);
  1107. }
  1108. .fieldtype-image-cover span{
  1109. }
  1110. /* DYNAMIC TABLE */
  1111. table[data-slug] thead .dynamic-table-add,
  1112. table[data-slug] thead .dynamic-table-delete{
  1113. transition: all 0.2s ease-in-out;
  1114. vertical-align: middle;
  1115. cursor: pointer;
  1116. font-size: .9em;
  1117. }
  1118. table[data-slug] thead .dynamic-table-delete{
  1119. opacity: 0;
  1120. transform: translateX(-10px);
  1121. }
  1122. table[data-slug] thead .dynamic-table-add{
  1123. }
  1124. table[data-slug] thead th:hover .dynamic-table-add,
  1125. table[data-slug] thead th:hover .dynamic-table-delete{
  1126. opacity: 1;
  1127. transform: translateY(0px);
  1128. }
  1129. /* FIN DYNAMIC TABLE */
  1130. table thead th[data-sortable]{
  1131. cursor: pointer;
  1132. }
  1133. table thead th[data-sortable]:before{
  1134. content: "\f0dc";
  1135. padding-right:5px;
  1136. font-size: 13px;
  1137. color:#aeaeae;
  1138. font-family: 'Font Awesome 5 Free';
  1139. font-weight: 900;
  1140. }
  1141. table thead th.sort-asc:before{
  1142. content: "\f0de";
  1143. padding-right:5px;
  1144. font-size: 13px;
  1145. color:#aeaeae;
  1146. font-family: 'Font Awesome 5 Free';
  1147. font-weight: 900;
  1148. }
  1149. table thead th.sort-desc:before{
  1150. content: "\f0dd";
  1151. padding-right:5px;
  1152. font-size: 13px;
  1153. color:#aeaeae;
  1154. font-family: 'Font Awesome 5 Free';
  1155. font-weight: 900;
  1156. }
  1157. ul[data-type="filter"]{
  1158. display: none;
  1159. }
  1160. input[type="color"].form-control{
  1161. border-radius: 0 3px 3px 0;
  1162. border-left: 0;
  1163. width: 45px;
  1164. height: 38px;
  1165. }
  1166. /* BACK TO TOP */
  1167. #scroll-top {
  1168. display: flex;
  1169. box-shadow: 0 1px 1px 1px rgba(0,0,0,.05);
  1170. width: 30px;
  1171. height: 30px;
  1172. background-color: #ffffff;
  1173. border-radius: 3000px;
  1174. border-right: 0;
  1175. position: fixed;
  1176. right: 10px;
  1177. bottom: 10px;
  1178. cursor: pointer;
  1179. z-index: 100;
  1180. transform: translateX(50px);
  1181. transition: transform 0.15s ease-in;
  1182. }
  1183. #scroll-top:after {
  1184. content: "\f106";
  1185. font-family: 'Font Awesome 5 Free';
  1186. font-weight: 900;
  1187. color: #007bff;
  1188. position: absolute;
  1189. top: 50%;
  1190. left: 50%;
  1191. transform: translate(-50%, -50%);
  1192. }
  1193. #scroll-top.active {
  1194. transform: translateX(0px);
  1195. }
  1196. /* FIN BACK TO TOP */
  1197. .typeahead.dropdown-menu{
  1198. overflow: auto;
  1199. max-height: 300px;
  1200. }
  1201. #logs .log-col {
  1202. width: 700px;
  1203. max-width: 700px;
  1204. word-break: break-all;
  1205. }
  1206. .avatar-large{
  1207. width: 140px;
  1208. height: 140px;
  1209. }
  1210. .avatar{
  1211. width: 100px;
  1212. height: 100px;
  1213. }
  1214. .avatar-medium{
  1215. width: 60px;
  1216. height: 60px;
  1217. }
  1218. .avatar-mini{
  1219. width: 30px;
  1220. height: 30px;
  1221. }
  1222. .avatar-rounded{
  1223. border-radius: 100%;
  1224. }
  1225. .avatar-login {
  1226. margin-right: 5px;
  1227. object-fit: cover;
  1228. }
  1229. .default {
  1230. cursor: default;
  1231. }
  1232. .pointer{
  1233. cursor: pointer;
  1234. }
  1235. .help{
  1236. cursor: help;
  1237. }
  1238. i.fal.add:after,
  1239. i.far.add:after,
  1240. i.fab.add:after,
  1241. i.fas.add:after {
  1242. content: "\f067";
  1243. font-family: "Font Awesome 5 Free";
  1244. font-weight: 900;
  1245. font-size: 0.6em;
  1246. position: absolute;
  1247. top: -5px;
  1248. }
  1249. .left{
  1250. float: left;
  1251. }
  1252. .mini-title{
  1253. font-size: 0.7em;
  1254. font-weight: bold;
  1255. text-transform: uppercase;
  1256. }
  1257. .right{
  1258. float: right;
  1259. }
  1260. .clear{
  1261. clear: both;
  1262. }
  1263. .inline{
  1264. display: inline-block;
  1265. vertical-align: top;
  1266. }
  1267. .block{
  1268. display:block!important;
  1269. }
  1270. .width100{
  1271. width:100%!important;
  1272. }
  1273. .alignleft{
  1274. text-align: left;
  1275. }
  1276. .footer {
  1277. position: absolute;
  1278. bottom: 0;
  1279. width: 100%;
  1280. /* Set the fixed height of the footer here */
  1281. min-height: 50px;
  1282. max-height: 100px;
  1283. line-height: 50px; /* Vertically center the text there */
  1284. background-color: #f5f5f5;
  1285. }
  1286. .footer > .container {
  1287. padding-right: 15px;
  1288. padding-left: 15px;
  1289. }
  1290. .footer-spacing {
  1291. height: 50px;
  1292. }
  1293. .footer .footer-menu{
  1294. list-style-type: none;
  1295. padding: 0;
  1296. margin:0 0 0 36px;
  1297. }
  1298. code {
  1299. font-size: 80%;
  1300. color: #ea0046;
  1301. }
  1302. @page { size: auto !important; }
  1303. @media print {
  1304. .noPrint,
  1305. .tooltip[role="tooltip"] {
  1306. display: none !important;
  1307. }
  1308. }
  1309. .plugins {
  1310. list-style: none;
  1311. }
  1312. .plugins .activator{
  1313. position : absolute;
  1314. right:10px;
  1315. top:10px;
  1316. width: 130px;
  1317. text-align: left;
  1318. }
  1319. .hidden,
  1320. .form-control.hidden{
  1321. display: none!important;
  1322. }
  1323. .invisible,
  1324. .form-control.invisible{
  1325. visibility: hidden;
  1326. }
  1327. #rankList {
  1328. margin-top: 30px;
  1329. }
  1330. /* fix input-group-text manquant dans cette version */
  1331. .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
  1332. border-top-right-radius: 0;
  1333. border-bottom-right-radius: 0;
  1334. }
  1335. .input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  1336. border-top-left-radius: 0;
  1337. border-bottom-left-radius: 0;
  1338. }
  1339. .input-group-text {
  1340. display: -ms-flexbox;
  1341. display: flex;
  1342. -ms-flex-align: center;
  1343. align-items: center;
  1344. padding: .375rem .75rem;
  1345. margin-bottom: 0;
  1346. font-size: 1rem;
  1347. font-weight: 400;
  1348. line-height: 1.5;
  1349. color: #495057;
  1350. text-align: center;
  1351. white-space: nowrap;
  1352. background-color: #e9ecef;
  1353. border: 1px solid #ced4da;
  1354. border-radius: .25rem;
  1355. }
  1356. .input-group-check{
  1357. margin: 0 5px 0 0;
  1358. }
  1359. .input-group-inline{
  1360. display: inline-block;
  1361. vertical-align: top;
  1362. width:auto;
  1363. }
  1364. .modal.w-100 .modal-dialog {
  1365. max-width: 100%;
  1366. margin: 1.75rem auto;
  1367. }
  1368. .component-dictionnary-table .action-cell{
  1369. width: 90px;
  1370. }
  1371. .text-small{
  1372. font-size: 12px!important;
  1373. }
  1374. /* EFFECTS */
  1375. /* shine */
  1376. .shine {
  1377. overflow: hidden;
  1378. }
  1379. .shine:after {
  1380. animation: shine 1s cubic-bezier(0.5, -0.01, 1, 1) infinite;
  1381. animation-fill-mode: forwards;
  1382. content: "";
  1383. position: absolute;
  1384. top: 50%;
  1385. left: -100px;
  1386. width: 80px;
  1387. height: 125%;
  1388. opacity: 0;
  1389. overflow: hidden;
  1390. transform: skew(25deg) translateY(-50%);
  1391. background: linear-gradient(
  1392. to right,
  1393. rgba(255, 255, 255, 0.13) 0%,
  1394. rgba(255, 255, 255, 0.25) 35%,
  1395. rgba(255, 255, 255, 0.75) 75%,
  1396. rgba(255, 255, 255, 0.0) 100%
  1397. );
  1398. }
  1399. .fa-spin-fast {
  1400. animation: fa-spin 0.6s infinite linear;
  1401. }
  1402. @keyframes shine{
  1403. 60% {
  1404. opacity: 1;
  1405. left: calc(100% + 180px);
  1406. transition-property: left, top, opacity;
  1407. transition-duration: 2.7s, 2.7s, 2.15s;
  1408. transition-timing-function: ease;
  1409. }
  1410. 100% {
  1411. opacity: 0;
  1412. left: calc(100% + 180px);
  1413. transition-property: left, top, opacity;
  1414. }
  1415. }
  1416. @-webkit-keyframes shine{
  1417. 60% {
  1418. opacity: 1;
  1419. left: calc(100% + 180px);
  1420. transition-property: left, top, opacity;
  1421. transition-duration: 2.7s, 2.7s, 2.15s;
  1422. transition-timing-function: ease;
  1423. }
  1424. 100% {
  1425. opacity: 0;
  1426. left: calc(100% + 180px);
  1427. transition-property: left, top, opacity;
  1428. }
  1429. }
  1430. @-moz-keyframes shine{
  1431. 60% {
  1432. opacity: 1;
  1433. left: calc(100% + 180px);
  1434. transition-property: left, top, opacity;
  1435. transition-duration: 2.7s, 2.7s, 2.15s;
  1436. transition-timing-function: ease;
  1437. }
  1438. 100% {
  1439. opacity: 0;
  1440. left: calc(100% + 180px);
  1441. transition-property: left, top, opacity;
  1442. }
  1443. }
  1444. /* pop-in */
  1445. @-webkit-keyframes pop-in {
  1446. 0% { -webkit-transform: scale(1); }
  1447. 50% { -webkit-transform: scale(1.1); }
  1448. 100% { -webkit-transform: scale(1); }
  1449. }
  1450. @-moz-keyframes pop-in {
  1451. 0% { -moz-transform: scale(1); }
  1452. 50% { -moz-transform: scale(1.1); }
  1453. 100% { -moz-transform: scale(1); }
  1454. }
  1455. @keyframes pop-in {
  1456. 0% { transform: scale(1); }
  1457. 50% { transform: scale(1.1); }
  1458. 100% { transform: scale(1); }
  1459. }
  1460. /* Horizontal shake */
  1461. @-webkit-keyframes hshake {
  1462. 10%, 90% { -webkit-transform: translate3d(-1px, 0, 0); }
  1463. 20%, 80% { -webkit-transform: translate3d(2px, 0, 0); }
  1464. 30%, 50%, 70% { -webkit-transform: translate3d(-4px, 0, 0); }
  1465. 40%, 60% { -webkit-transform: translate3d(4px, 0, 0); }
  1466. }
  1467. @-moz-keyframes hshake {
  1468. 10%, 90% { -moz-transform: translate3d(-1px, 0, 0); }
  1469. 20%, 80% { -moz-transform: translate3d(2px, 0, 0); }
  1470. 30%, 50%, 70% { -moz-transform: translate3d(-4px, 0, 0); }
  1471. 40%, 60% { -moz-transform: translate3d(4px, 0, 0); }
  1472. }
  1473. @keyframes hshake {
  1474. 10%, 90% { transform: translate3d(-1px, 0, 0); }
  1475. 20%, 80% { transform: translate3d(2px, 0, 0); }
  1476. 30%, 50%, 70% { transform: translate3d(-4px, 0, 0); }
  1477. 40%, 60% { transform: translate3d(4px, 0, 0); }
  1478. }
  1479. /* Vertical Shake */
  1480. @-webkit-keyframes vshake {
  1481. 10%, 90% { -webkit-transform: translate3d(0, -1px, 0); }
  1482. 20%, 80% { -webkit-transform: translate3d(0, 2px, 0); }
  1483. 30%, 50%, 70% { -webkit-transform: translate3d(0, -4px, 0); }
  1484. 40%, 60% { -webkit-transform: translate3d(0, 4px, 0); }
  1485. }
  1486. @-moz-keyframes vshake {
  1487. 10%, 90% { -moz-transform: translate3d(0, -1px, 0); }
  1488. 20%, 80% { -moz-transform: translate3d(0, 2px, 0); }
  1489. 30%, 50%, 70% { -moz-transform: translate3d(0, -4px, 0); }
  1490. 40%, 60% { -moz-transform: translate3d(0, 4px, 0); }
  1491. }
  1492. @keyframes vshake {
  1493. 10%, 90% { transform: translate3d(0, -1px, 0); }
  1494. 20%, 80% { transform: translate3d(0, 2px, 0); }
  1495. 30%, 50%, 70% { transform: translate3d(0, -4px, 0); }
  1496. 40%, 60% { transform: translate3d(0, 4px, 0); }
  1497. }
  1498. #preloader-text {
  1499. position: absolute;
  1500. top: 37%;
  1501. left: 46.5%;
  1502. -webkit-user-select: none;
  1503. -moz-user-select: none;
  1504. -ms-user-select: none;
  1505. user-select: none;
  1506. color: #373b3c;
  1507. }
  1508. #preloader {
  1509. /* Uncomment this to make it run! */
  1510. /*animation: loader 5s linear infinite; */
  1511. position: absolute;
  1512. top: calc(30% - 20px);
  1513. left: calc(50% - 20px);
  1514. }
  1515. @keyframes loader {
  1516. 0% { left: -100px }
  1517. 100% { left: 110%; }
  1518. }
  1519. #preloader-box {
  1520. width: 50px;
  1521. height: 50px;
  1522. background: #81d0ef;
  1523. animation: animate .5s linear infinite;
  1524. position: absolute;
  1525. top: 0;
  1526. left: 0;
  1527. border-radius: 3px;
  1528. }
  1529. @keyframes animate {
  1530. 17% { border-bottom-right-radius: 3px; }
  1531. 25% { transform: translateY(9px) rotate(22.5deg); }
  1532. 50% {
  1533. transform: translateY(18px) scale(1,.9) rotate(45deg) ;
  1534. border-bottom-right-radius: 40px;
  1535. }
  1536. 75% { transform: translateY(9px) rotate(67.5deg); }
  1537. 100% { transform: translateY(0) rotate(90deg); }
  1538. }
  1539. #preloader-shadow {
  1540. width: 50px;
  1541. height: 5px;
  1542. background: #000;
  1543. opacity: 0.1;
  1544. position: absolute;
  1545. top: 59px;
  1546. left: 0;
  1547. border-radius: 50%;
  1548. animation: shadow .5s linear infinite;
  1549. }
  1550. @keyframes shadow {
  1551. 50% {
  1552. transform: scale(1.2,1);
  1553. }
  1554. }
  1555. @keyframes heartbeat {
  1556. 0% { transform: scale(.75) }
  1557. 20% { transform: scale(1) }
  1558. 40% { transform: scale(.75) }
  1559. 60% { transform: scale(1) }
  1560. 80% { transform: scale(.75) }
  1561. to { transform: scale(.75) }
  1562. }
  1563. /** MEDIA QUERIES **/
  1564. @media (max-width: 1000px) {
  1565. #mainMenu .navigation-menu .nav-item i{
  1566. display: none;
  1567. }
  1568. }
  1569. @media (max-width: 767px) {
  1570. #mainMenu{
  1571. height: auto;
  1572. }
  1573. #mainMenu .navigation-menu .nav-item i{
  1574. display: inline-block;
  1575. }
  1576. #loginHeader .user-dropdown-menu {
  1577. width: 100%;
  1578. }
  1579. #loginRequest{
  1580. padding-top: 0;
  1581. }
  1582. .dropdown-toggle::after {
  1583. float: right;
  1584. margin-top: 12px;
  1585. }
  1586. #loginHeader{
  1587. position: unset;
  1588. }
  1589. #navbarCollapse {
  1590. margin-top: 5px;
  1591. border-top: 1px #808080 solid;
  1592. }
  1593. #navbarCollapse.collapse.show {
  1594. /*overflow-y: auto;*/
  1595. }
  1596. .firm-plugin-header {
  1597. display: block;
  1598. }
  1599. .firm-plugin-header > label {
  1600. width: 100%;
  1601. margin-bottom: 10px;
  1602. }
  1603. .dashboard > li {
  1604. margin: auto;
  1605. }
  1606. .type-image-bloc input {
  1607. width: 100%;
  1608. }
  1609. .lists-settings .lists-selector {
  1610. min-width: 0;
  1611. }
  1612. .lists-settings .lists-navigation-block span {
  1613. margin-bottom: 15px;
  1614. display: inline-block;
  1615. }
  1616. .filter-box > .input-group > .input-group-prepend {
  1617. display: none;
  1618. }
  1619. }