var/cache/dev/twig/e0/e06689d660561185c7b8342033b032d7.php line 658

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* Theme/layoutbaseadmin.html.twig */
  15. class __TwigTemplate_4df561bb00e680db28a3d6c328256586 extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->parent false;
  24.         $this->blocks = [
  25.             'title' => [$this'block_title'],
  26.             'meta' => [$this'block_meta'],
  27.             'stylesheets' => [$this'block_stylesheets'],
  28.             'body' => [$this'block_body'],
  29.             'javascript' => [$this'block_javascript'],
  30.         ];
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Theme/layoutbaseadmin.html.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Theme/layoutbaseadmin.html.twig"));
  39.         // line 1
  40.         yield "  
  41.   <!DOCTYPE html>
  42. <html lang=\"en\">
  43. <head>
  44.   <!-- Required meta tags -->
  45.   <meta charset=\"utf-8\">
  46.   <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  47.   <title>";
  48.         // line 9
  49.         yield from $this->unwrap()->yieldBlock('title'$context$blocks);
  50.         yield "</title>
  51.   ";
  52.         // line 10
  53.         yield from $this->unwrap()->yieldBlock('meta'$context$blocks);
  54.         // line 11
  55.         yield "  ";
  56.         yield from $this->unwrap()->yieldBlock('stylesheets'$context$blocks);
  57.         // line 22
  58.         yield "  <script src=\"";
  59.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/js/vendor.bundle.base.js"), "html"nulltrue);
  60.         yield "\"></script>
  61.   <!-- endinject -->
  62.   <link rel=\"stylesheet\" href=\"";
  63.         // line 25
  64.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/notify/themes/alertify.core.css"), "html"nulltrue);
  65.         yield "\" />
  66. \t<link rel=\"stylesheet\" href=\"";
  67.         // line 26
  68.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/notify/themes/alertify.default.css"), "html"nulltrue);
  69.         yield "\" id=\"toggleCSS\" />
  70.   <script src=\"";
  71.         // line 27
  72.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/notify/lib/alertify.min.js"), "html"nulltrue);
  73.         yield "\"></script>
  74. \t<script>
  75. \t\tfunction resetNotif() {
  76. \t\t\t\$(\"#toggleCSS\").attr(\"href\", \"";
  77.         // line 30
  78.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/notify/themes/alertify.default.css"), "html"nulltrue);
  79.         yield "\");
  80. \t\t\talertify.set({
  81. \t\t\t\tlabels : {
  82. \t\t\t\t\tok     : \"OK\",
  83. \t\t\t\t\tcancel : \"Cancel\"
  84. \t\t\t\t},
  85. \t\t\t\tdelay : 5000,
  86. \t\t\t\tbuttonReverse : false,
  87. \t\t\t\tbuttonFocus   : \"ok\"
  88. \t\t\t});
  89. \t\t}
  90. \t</script>
  91.   <style>
  92.     .sidebar {
  93.       background: #e8eff9;
  94.       box-shadow: none;
  95.       -webkit-box-shadow: none;
  96.       -moz-box-shadow: none;
  97.       -ms-box-shadow: none;
  98.   }
  99.   .btn, .btn:hover {
  100.   color: #88a5b1;
  101. }
  102. .btn-primary, .btn-primary:hover, .btn-info, .btn-info:hover, .btn-success, .btn-success:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-inverse, .btn-inverse:hover {
  103.   color: #fff;
  104. }
  105. .btn {
  106.   font: 14px Helvetica;
  107.   padding: 12px 22px 10px;
  108.   margin: 0;
  109.   border: none;
  110.   border-bottom: 3px #aacedd solid;
  111.   text-decoration: none;
  112.   background-image: -moz-linear-gradient(#ffffff, #f8f8f8);
  113.   background-image: -webkit-linear-gradient(#ffffff, #f8f8f8);
  114.   background-image: linear-gradient(#ffffff, #f8f8f8);
  115.   position: relative;
  116.   -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px -5px;
  117.   -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px -5px;
  118.   box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px -5px;
  119.   -moz-border-radius: 5px;
  120.   -webkit-border-radius: 5px;
  121.   border-radius: 5px;
  122. }
  123. .btn:active {
  124.   position: relative;
  125.   top: 3px;
  126.   border: none;
  127. }
  128. .btn-primary {
  129.   border-bottom: 3px #000609 solid;
  130.   background-image: -moz-linear-gradient(#0079bb, #005888);
  131.   background-image: -webkit-linear-gradient(#0079bb, #005888);
  132.   background-image: linear-gradient(#0079bb, #005888);
  133. }
  134. .btn-primary:hover {
  135.   background-image: -moz-linear-gradient(#009aee, #005888);
  136.   background-image: -webkit-linear-gradient(#009aee, #005888);
  137.   background-image: linear-gradient(#009aee, #005888);
  138. }
  139. .btn-info {
  140.   border-bottom: 3px #206376 solid;
  141.   background-image: -moz-linear-gradient(#71c1d8, #49afcd);
  142.   background-image: -webkit-linear-gradient(#71c1d8, #49afcd);
  143.   background-image: linear-gradient(#71c1d8, #49afcd);
  144. }
  145. .btn-info:hover {
  146.   background-image: -moz-linear-gradient(#99d2e3, #49afcd);
  147.   background-image: -webkit-linear-gradient(#99d2e3, #49afcd);
  148.   background-image: linear-gradient(#99d2e3, #49afcd);
  149. }
  150. .btn-success {
  151.   border-bottom: 3px #2d662d solid;
  152.   background-image: -moz-linear-gradient(#7ec77e, #5bb75b);
  153.   background-image: -webkit-linear-gradient(#7ec77e, #5bb75b);
  154.   background-image: linear-gradient(#7ec77e, #5bb75b);
  155. }
  156. .btn-success:hover {
  157.   background-image: -moz-linear-gradient(#a2d6a2, #5bb75b);
  158.   background-image: -webkit-linear-gradient(#a2d6a2, #5bb75b);
  159.   background-image: linear-gradient(#a2d6a2, #5bb75b);
  160. }
  161. .btn-warning {
  162.   border-bottom: 3px #a86404 solid;
  163.   background-image: -moz-linear-gradient(#fbbc64, #faa732);
  164.   background-image: -webkit-linear-gradient(#fbbc64, #faa732);
  165.   background-image: linear-gradient(#fbbc64, #faa732);
  166. }
  167. .btn-warning:hover {
  168.   background-image: -moz-linear-gradient(#fcd296, #faa732);
  169.   background-image: -webkit-linear-gradient(#fcd296, #faa732);
  170.   background-image: linear-gradient(#fcd296, #faa732);
  171. }
  172. .btn-danger {
  173.   border-bottom: 3px #88201c solid;
  174.   background-image: -moz-linear-gradient(#e37873, #da4f49);
  175.   background-image: -webkit-linear-gradient(#e37873, #da4f49);
  176.   background-image: linear-gradient(#e37873, #da4f49);
  177. }
  178. .btn-danger:hover {
  179.   background-image: -moz-linear-gradient(#eba19e, #da4f49);
  180.   background-image: -webkit-linear-gradient(#eba19e, #da4f49);
  181.   background-image: linear-gradient(#eba19e, #da4f49);
  182. }
  183. .btn-inverse {
  184.   border-bottom: 3px black solid;
  185.   background-image: -moz-linear-gradient(#505050, #363636);
  186.   background-image: -webkit-linear-gradient(#505050, #363636);
  187.   background-image: linear-gradient(#505050, #363636);
  188. }
  189. .btn-inverse:hover {
  190.   background-image: -moz-linear-gradient(#696969, #363636);
  191.   background-image: -webkit-linear-gradient(#696969, #363636);
  192.   background-image: linear-gradient(#696969, #363636);
  193. }
  194. .btn-large {
  195.   font-size: 18px;
  196.   padding: 12px 22px 10px;
  197. }
  198. .btn-small {
  199.   font-size: 11px;
  200.   padding: 8px 16px 6px;
  201. }
  202. .btn-mini {
  203.   font-size: 9px;
  204.   padding: 7px 12px 5px;
  205. }
  206. .accordion__item {
  207.   padding: 20px;
  208.   margin-bottom: 20px;
  209.   border-radius: 4px;
  210.   background: #fff;
  211. }
  212. .accordion__body {
  213.   display: none;
  214.   padding-top: 10px;
  215. }
  216. .accordion__body p {
  217.   margin-bottom: 0;
  218. }
  219. .accordion__title {
  220.   font-size: 18px;
  221.   cursor: pointer;
  222.   margin-bottom: 0;
  223.   position: relative;
  224. }
  225. .accordion__title:after {
  226.   content: \"\";
  227.   width: 20px;
  228.   height: 20px;
  229.   position: absolute;
  230.   right: 0;
  231.   top: 0;
  232.   background: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABlUlEQVRIS72V6zEEQRSFv81ABogAESADIiADRIAIEAEiQASIABmQgQyor+rerZ7enp71Y92qqZrpxznnPmfGim22YnyWITgGdoHteNT0Hs8j8NQT2SM4AK6AjQkvP4EzQLIFGyO4Bk7i9Bfg90uodllv9oBTYD3OeUaigbUISnAv+N0zSfRUuwnS+fmawLA8xO5OoXiqFvToLQ4dluGqCYynLi+jvCZNT8TYzM2SwGq5BYz5VGLHPEqBcy9KgjvgqFJ/ETn4HkFci2K4jP304h5Q8KAPrO0tIGMv+HnkYR+oSQR/joqSwPOZC7HEGRD8hIr0SgBLU1IvlCQl+EeUbAoY4JQhqgnka5G4nsprcPdGCeoQZdhrkmy0FniGyD3fByFqJblF4loL3PVukrPJBnVcVE964pJjolVZ3TL14lSjSaK1wFP9oI/+fVSorhx2qnKA9exPwy6BShLD5vdrNa79CQmeY2VhktZVVKs06QLnvB/zwphL9KcfTgkmkY91bVdnmdo3gjaBE2CZf/JECvrbKyf4BdpXaxkir2UhAAAAAElFTkSuQmCC\") no-repeat;
  233.   background-size: 20px;
  234. }
  235. .accordion__title.active {
  236.   color: #2B9FDF;
  237. }
  238. .accordion__title.active:after {
  239.   transform: rotate(-180deg);
  240. }
  241. .breadcrumb_{
  242.     padding: 0px;
  243.   }
  244. .breadcrumb_ li {
  245.   display: inline-block;
  246.   font-size: 1.5em;
  247.   list-style: none;
  248.   padding-right: 0.5em;
  249.   max-width: 200px;
  250.   overflow: hidden;
  251.   text-overflow: ellipsis;
  252.   white-space: nowrap;
  253. }
  254. .breadcrumb_ li:before {
  255.   content: \"/\";
  256.   padding-right: 0.5em;
  257. }
  258. .breadcrumb_ li:first-of-type:before {
  259.   display: none;
  260. }
  261. .breadcrumb_ li:last-of-type {
  262.   max-width: 100%;
  263. }
  264. .breadcrumb_ li h1 {
  265.   display: inline-block;
  266.   font-size: 1em;
  267.   margin: 0;
  268. }
  269. .navbar {
  270. \tborder-bottom: 1px solid #ddd!important;
  271. }
  272. .box {
  273. \twidth: 100%;
  274. \tmin-height: 325px;
  275. \tborder-radius: 8px;
  276. \tbox-shadow: 0 0 0 #fff,0 0 0 #fff,0 0 0 #fff;
  277.   background: #fff;
  278. \tbox-sizing: border-box;
  279. \tfont-family: open sans;
  280. \tpadding: 20px;
  281. \tcursor: pointer;
  282. \tdisplay: inline-block;
  283. \ttransition: .3s;
  284.   border-bottom: 1px dashed #ddd;
  285. }
  286. .box:hover {
  287. \tbox-shadow: 5px 5px 10px #ddd,-5px -5px 10px #ddd;
  288. \ttransform: scale(1.1);
  289. \tz-index: 999;
  290. }
  291. .box .title {
  292. \tfont-family: Roboto;
  293. \tfont-size: 16px;
  294. \tfont-weight: 500;
  295. }
  296. .box .subtitle {
  297. \tfont-family: Roboto;
  298. \tfont-size: 15px;
  299. \tfont-weight: 500;
  300. \tcolor: #555;
  301. }
  302. .box .number {
  303. \tfont-family: Roboto;
  304. \tfont-size: 15px;
  305. \tfont-weight: 500;
  306. \tcolor: #555;
  307. \tright: 7px;
  308. \ttop: 10px;
  309. \tposition: absolute;
  310. }
  311. .box .text {
  312. \tfont-size: 30px;
  313. \tline-height: 1.10909;
  314. \tfont-family: Roboto;
  315. \tfont-weight: 400;
  316. \tfont-style: normal;
  317. }
  318. .SheetTitle {
  319. \tfont-family: Roboto;
  320. \tfont-size: 40px;
  321. \tfont-weight: 300;
  322. }
  323. .SheetSubtitle {
  324. \tfont-family: Roboto;
  325. \tfont-size: 20px;
  326. \tfont-weight: 600;
  327. \tcolor: #888;
  328. }
  329. .line {
  330. \theight: 2px;
  331. \tbackground-color: #ccc;
  332. \tmargin: 10px;
  333. \twidth: 70%;
  334. }
  335. @media (min-width: 989px){
  336.   #sidebar{
  337.     position: fixed; top: 62px; left: 0px; z-index: 999;
  338.   }
  339.   #sidebar2{
  340.     opacity: 0;
  341.   }
  342. }
  343. @media (max-width: 989px){
  344.   #sidebar{
  345.     
  346.   }
  347.   #sidebar2{
  348.     display: none;
  349.   }
  350. }
  351. figure {
  352. \tdisplay: block;
  353. \tbackground-color: #fff;
  354. \t-ms-interpolation-mode: bicubic;
  355. }
  356. figure img {
  357. \tdisplay: block;
  358. \twidth: auto;
  359. \tmax-width: 100%;
  360. }
  361. /**
  362.  * Variables 
  363.  */
  364. :root {
  365. \t--master-color: #005888;
  366. \t--master-color-partner-dark: #005888;
  367. \t
  368. \t--headings-color: #263358;\t
  369. \t
  370. \t--main-bg-color: #fff;
  371. \t--secondary1-bg-color: #f6f6f6;
  372. \t--secondary2-bg-color: #fff0ec;
  373. \t
  374. \t--main-txt-color: #333;
  375. \t--secondary-txt-color: #757575;
  376. \t
  377. \t--sub-color: #b4b4b4;
  378. }
  379. .post__header h1, .post__header h2 {
  380. \tdisplay: block;
  381. \tfont-family: 'Oswald', sans-serif;
  382. \tfont-style: normal;
  383. \tfont-weight: 300;
  384. \tline-height: 1.4em;
  385. \tcolor: var(--headings-color);
  386. }
  387. .post__header h1 a,
  388. .post__header h2 a {
  389. \tfont-weight: 300;
  390. \ttext-decoration: none;
  391. \tcolor: var(--headings-color);
  392. \tbackground-color: transparent;
  393. \toutline: none;
  394. }
  395. .post__header a:hover {
  396. \tcolor: var(--master-color-partner-dark);
  397. }
  398. .post__header a:focus {
  399. \tcolor: var(--headings-color);
  400. \tbackground-color: var(--secondary2-bg-color); 
  401. }
  402. /**
  403.  * Post List Layout
  404.  */
  405.  .post-list_grid {
  406. \tdisplay: grid;
  407. \tgrid-template-columns: repeat(3, 1fr);
  408. \talign-items: stretch;
  409. }
  410. .post-list__post {
  411. \tdisplay: grid;
  412. \tgrid-template-areas: 
  413. \t\t\"header\"
  414. \t\t\"footer\"
  415. \t\t\"pr_img\";
  416. \tgrid-auto-rows: 1fr auto auto;
  417. \talign-items: start;
  418. \tgrid-gap: 1em 0;
  419. }
  420. .post-list__post:nth-child(2n+1) {
  421. \tbackground-color: var(--secondary1-bg-color);
  422. }
  423. .post-list__post:nth-child(3n+2) {
  424. \tgrid-template-areas: 
  425. \t\t\"pr_img\"
  426. \t\t\"header\"
  427. \t\t\"footer\";
  428. \tgrid-auto-rows: auto 1fr auto;\t
  429. }
  430. .post__preview-img {
  431. \tgrid-area: pr_img;
  432. }
  433. .post__header {
  434. \tgrid-area: header;
  435. }
  436. .post__meta {
  437. \tgrid-area: footer;
  438. \talign-self: start;
  439. \tdisplay: flex;
  440. \tjustify-content: space-between;
  441. \talign-items: flex-start;
  442. }
  443. /**
  444.  * Post List Design
  445.  */
  446. .post-list {
  447. \tmargin-bottom: 4em;
  448.  
  449. .post {
  450. \tposition: relative;
  451. \tpadding: 1.6em;
  452. .post:after {
  453. \tcontent: '';
  454. \tdisplay: block;
  455. \tposition: absolute;
  456. \ttop: 0;
  457. \tright: 0;
  458. \tbottom: 0;
  459. \tleft: 0;
  460. \tborder: 3px var(--master-color) solid;
  461. \tborder-image: linear-gradient(110deg, #c19f63, #c6972b, #f5cd87, #c6972b, #c19f63) 1;
  462. \tz-index: 2;
  463. \topacity: 0;
  464. \t-webkit-transition: all .25s ease-out;\t\t\t
  465. \t\t\ttransition: all .25s ease-out;
  466. }
  467. .post:hover:after {
  468. \topacity: 1;
  469. }
  470. .post > * {
  471. \tz-index: 4;
  472. \tposition: relative;
  473. }
  474. .post__preview-img {
  475. \twidth: 100%;
  476. \theight: 0;
  477. \tpadding-bottom: 56.25%;
  478. \tposition: relative;
  479. \toverflow: hidden;
  480. }
  481. .post__preview-img img {
  482. \twidth: 100%;
  483.     height: auto;
  484.     position: absolute;
  485.     top: -50%;
  486.     right: -50%;
  487.     bottom: -50%;
  488.     left: -50%;
  489.     margin: auto;
  490. }
  491. .post__time {
  492. \tcolor: var(--sub-color);
  493. }
  494. .post__meta a {
  495. \tcolor: var(--sub-color);
  496. \ttext-decoration: none;
  497. \tborder-bottom: 1px var(--sub-color) solid;
  498. }
  499. .post__meta a:hover {
  500. \tcolor: var(--master-color-partner-dark);
  501. }
  502. .post__comments {
  503. \tposition: relative;
  504. \tpadding-left: 24px;
  505. }
  506. .post__comments:before,
  507. .post__comments:after {
  508. \tcontent: '';
  509. \tdisplay: block;
  510. \tposition: absolute;
  511. \tborder: 1px var(--sub-color) solid;
  512. }
  513. .post__comments:before {
  514. \twidth: 16px;
  515. \theight: 11px;
  516. \tborder-radius: 50%;
  517. \tleft: 0;
  518. \ttop: calc(50% - 8px);
  519. \tz-index: 1;
  520. }
  521. .post__comments:after {
  522. \twidth: 3px;
  523.     height: 6px;
  524.     border-width: 0 1px 1px 0;
  525.     transform: rotate(31deg);
  526.     top: 50%;
  527.     left: 11px;
  528. \tz-index: 2;
  529. \tbackground-color: var(--secondary1-bg-color);
  530. /**
  531.  * Breakpoint 900px
  532.  */
  533. @media all and (max-width: 900px) {
  534. \t.post-list_grid {
  535. \t\tgrid-template-columns: repeat(2, 1fr);
  536. \t}
  537. \t
  538. \t.post-list__post:nth-child(n) {
  539. \t\tbackground-color: transparent;
  540. \t\tgrid-template-areas: 
  541. \t\t\t\"header\"
  542. \t\t\t\"footer\"
  543. \t\t\t\"pr_img\";
  544. \t\tgrid-auto-rows: 1fr auto auto;
  545. \t}
  546. \t
  547. \t.post-list__post:nth-child(4n), 
  548. \t.post-list__post:nth-child(4n+1) {
  549. \t\tbackground-color: var(--secondary1-bg-color);
  550. \t}
  551. \t
  552. \t.post-list__post:nth-child(even) {
  553. \t\tgrid-template-areas: 
  554. \t\t\t\"pr_img\"
  555. \t\t\t\"header\"
  556. \t\t\t\"footer\";
  557. \t\tgrid-auto-rows: auto 1fr auto;\t
  558. \t}
  559. }
  560. /**
  561.  * Breakpoint 670px
  562.  */
  563. @media all and (max-width: 670px) { 
  564. \t.post-list_grid {
  565. \t\tgrid-template-columns: 1fr;
  566. \t}
  567. \t
  568. \t.post-list__post:nth-child(n) {
  569. \t\tbackground-color: var(--secondary1-bg-color);
  570. \t\tgrid-template-areas: 
  571. \t\t\t\"header\"
  572. \t\t\t\"footer\"
  573. \t\t\t\"pr_img\";
  574. \t\tgrid-auto-rows: 1fr auto auto;
  575. \t}
  576. \t
  577. \t.post-list__post:nth-child(even) {
  578. \t\tbackground-color: transparent;
  579. \t}
  580.   </style>
  581. </head>
  582. <body>
  583.   <div class=\"container-scroller\">
  584.       ";
  585.         // line 596
  586.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\General\\Template\\MenuController:menubare", ["position" => "dash"]));
  587.         yield "
  588.       <div class=\"container-fluid page-body-wrapper\">
  589.           ";
  590.         // line 598
  591.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\General\\Template\\MenuController:menuleft", ["position" => "dash"]));
  592.         yield "
  593.           <div class=\"main-panel\" style=\"background: #e8eff9;\">
  594.               ";
  595.         // line 600
  596.         yield from $this->unwrap()->yieldBlock('body'$context$blocks);
  597.         // line 603
  598.         yield "              ";
  599.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\General\\Template\\MenuController:footer", ["position" => "dash"]));
  600.         yield "
  601.           </div>
  602.       </div>
  603.   </div>
  604.   
  605.   <!-- inject:js -->
  606.   \t<script src=\"";
  607.         // line 609
  608.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/js/off-canvas.js"), "html"nulltrue);
  609.         yield "\"></script>
  610.   \t<script src=\"";
  611.         // line 610
  612.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/js/hoverable-collapse.js"), "html"nulltrue);
  613.         yield "\"></script>
  614.   \t<script src=\"";
  615.         // line 611
  616.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/js/template.js"), "html"nulltrue);
  617.         yield "\"></script>
  618.   \t<script src=\"";
  619.         // line 612
  620.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/js/settings.js"), "html"nulltrue);
  621.         yield "\"></script>
  622.   \t<script src=\"";
  623.         // line 613
  624.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/js/todolist.js"), "html"nulltrue);
  625.         yield "\"></script>
  626.   <!-- endinject -->
  627.   <script type=\"text/javascript\">
  628.     ";
  629.         // line 617
  630.         yield from $this->unwrap()->yieldBlock('javascript'$context$blocks);
  631.         // line 620
  632.         yield "  </script>
  633. </body>
  634. </html>";
  635.         
  636.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  637.         
  638.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  639.         return; yield '';
  640.     }
  641.     // line 9
  642.     public function block_title($context, array $blocks = [])
  643.     {
  644.         $macros $this->macros;
  645.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  646.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  647.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  648.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  649.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["site"]) || array_key_exists("site"$context) ? $context["site"] : (function () { throw new RuntimeError('Variable "site" does not exist.'9$this->source); })()), "html"nulltrue);
  650.         
  651.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  652.         
  653.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  654.         return; yield '';
  655.     }
  656.     // line 10
  657.     public function block_meta($context, array $blocks = [])
  658.     {
  659.         $macros $this->macros;
  660.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  661.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  662.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  663.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  664.         yield " ";
  665.         
  666.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  667.         
  668.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  669.         return; yield '';
  670.     }
  671.     // line 11
  672.     public function block_stylesheets($context, array $blocks = [])
  673.     {
  674.         $macros $this->macros;
  675.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  676.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  677.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  678.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  679.         // line 12
  680.         yield "  <!-- base:css -->
  681.   <link rel=\"stylesheet\" href=\"";
  682.         // line 13
  683.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/typicons.font/font/typicons.css"), "html"nulltrue);
  684.         yield "\">
  685.   <link rel=\"stylesheet\" href=\"";
  686.         // line 14
  687.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/css/vendor.bundle.base.css"), "html"nulltrue);
  688.         yield "\">
  689.   <!-- endinject -->
  690.   <!-- inject:css -->
  691.   <link rel=\"stylesheet\" href=\"";
  692.         // line 17
  693.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/css/style.css"), "html"nulltrue);
  694.         yield "\">
  695.   <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  696.         // line 18
  697.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/css/bootstrap-icons.css"), "html"nulltrue);
  698.         yield "\">
  699.   <!-- endinject -->
  700.   <link rel=\"shortcut icon\" href=\"";
  701.         // line 20
  702.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/images/favicon.png"), "html"nulltrue);
  703.         yield "\" />
  704.   ";
  705.         
  706.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  707.         
  708.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  709.         return; yield '';
  710.     }
  711.     // line 600
  712.     public function block_body($context, array $blocks = [])
  713.     {
  714.         $macros $this->macros;
  715.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  716.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  717.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  718.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  719.         // line 601
  720.         yield "                  
  721.               ";
  722.         
  723.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  724.         
  725.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  726.         return; yield '';
  727.     }
  728.     // line 617
  729.     public function block_javascript($context, array $blocks = [])
  730.     {
  731.         $macros $this->macros;
  732.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  733.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  734.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  735.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  736.         // line 618
  737.         yield "
  738.     ";
  739.         
  740.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  741.         
  742.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  743.         return; yield '';
  744.     }
  745.     /**
  746.      * @codeCoverageIgnore
  747.      */
  748.     public function getTemplateName()
  749.     {
  750.         return "Theme/layoutbaseadmin.html.twig";
  751.     }
  752.     /**
  753.      * @codeCoverageIgnore
  754.      */
  755.     public function isTraitable()
  756.     {
  757.         return false;
  758.     }
  759.     /**
  760.      * @codeCoverageIgnore
  761.      */
  762.     public function getDebugInfo()
  763.     {
  764.         return array (  836 => 618,  826 => 617,  814 => 601,  804 => 600,  791 => 20,  786 => 18,  782 => 17,  776 => 14,  772 => 13,  769 => 12,  759 => 11,  739 => 10,  719 => 9,  705 => 620,  703 => 617,  696 => 613,  692 => 612,  688 => 611,  684 => 610,  680 => 609,  670 => 603,  668 => 600,  663 => 598,  658 => 596,  89 => 30,  83 => 27,  79 => 26,  75 => 25,  68 => 22,  65 => 11,  63 => 10,  59 => 9,  49 => 1,);
  765.     }
  766.     public function getSourceContext()
  767.     {
  768.         return new Source("  
  769.   <!DOCTYPE html>
  770. <html lang=\"en\">
  771. <head>
  772.   <!-- Required meta tags -->
  773.   <meta charset=\"utf-8\">
  774.   <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  775.   <title>{% block title %}{{ site }}{% endblock %}</title>
  776.   {% block meta %} {% endblock %}
  777.   {% block stylesheets %}
  778.   <!-- base:css -->
  779.   <link rel=\"stylesheet\" href=\"{{ asset('templatedash/typicons.font/font/typicons.css') }}\">
  780.   <link rel=\"stylesheet\" href=\"{{ asset('templatedash/css/vendor.bundle.base.css') }}\">
  781.   <!-- endinject -->
  782.   <!-- inject:css -->
  783.   <link rel=\"stylesheet\" href=\"{{ asset('templatedash/css/style.css') }}\">
  784.   <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('templatedash/css/bootstrap-icons.css') }}\">
  785.   <!-- endinject -->
  786.   <link rel=\"shortcut icon\" href=\"{{ asset('templatedash/images/favicon.png') }}\" />
  787.   {% endblock %}
  788.   <script src=\"{{ asset('templatedash/js/vendor.bundle.base.js') }}\"></script>
  789.   <!-- endinject -->
  790.   <link rel=\"stylesheet\" href=\"{{ asset('plugins/notify/themes/alertify.core.css') }}\" />
  791. \t<link rel=\"stylesheet\" href=\"{{ asset('plugins/notify/themes/alertify.default.css') }}\" id=\"toggleCSS\" />
  792.   <script src=\"{{ asset('plugins/notify/lib/alertify.min.js') }}\"></script>
  793. \t<script>
  794. \t\tfunction resetNotif() {
  795. \t\t\t\$(\"#toggleCSS\").attr(\"href\", \"{{ asset('plugins/notify/themes/alertify.default.css') }}\");
  796. \t\t\talertify.set({
  797. \t\t\t\tlabels : {
  798. \t\t\t\t\tok     : \"OK\",
  799. \t\t\t\t\tcancel : \"Cancel\"
  800. \t\t\t\t},
  801. \t\t\t\tdelay : 5000,
  802. \t\t\t\tbuttonReverse : false,
  803. \t\t\t\tbuttonFocus   : \"ok\"
  804. \t\t\t});
  805. \t\t}
  806. \t</script>
  807.   <style>
  808.     .sidebar {
  809.       background: #e8eff9;
  810.       box-shadow: none;
  811.       -webkit-box-shadow: none;
  812.       -moz-box-shadow: none;
  813.       -ms-box-shadow: none;
  814.   }
  815.   .btn, .btn:hover {
  816.   color: #88a5b1;
  817. }
  818. .btn-primary, .btn-primary:hover, .btn-info, .btn-info:hover, .btn-success, .btn-success:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-inverse, .btn-inverse:hover {
  819.   color: #fff;
  820. }
  821. .btn {
  822.   font: 14px Helvetica;
  823.   padding: 12px 22px 10px;
  824.   margin: 0;
  825.   border: none;
  826.   border-bottom: 3px #aacedd solid;
  827.   text-decoration: none;
  828.   background-image: -moz-linear-gradient(#ffffff, #f8f8f8);
  829.   background-image: -webkit-linear-gradient(#ffffff, #f8f8f8);
  830.   background-image: linear-gradient(#ffffff, #f8f8f8);
  831.   position: relative;
  832.   -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px -5px;
  833.   -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px -5px;
  834.   box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px -5px;
  835.   -moz-border-radius: 5px;
  836.   -webkit-border-radius: 5px;
  837.   border-radius: 5px;
  838. }
  839. .btn:active {
  840.   position: relative;
  841.   top: 3px;
  842.   border: none;
  843. }
  844. .btn-primary {
  845.   border-bottom: 3px #000609 solid;
  846.   background-image: -moz-linear-gradient(#0079bb, #005888);
  847.   background-image: -webkit-linear-gradient(#0079bb, #005888);
  848.   background-image: linear-gradient(#0079bb, #005888);
  849. }
  850. .btn-primary:hover {
  851.   background-image: -moz-linear-gradient(#009aee, #005888);
  852.   background-image: -webkit-linear-gradient(#009aee, #005888);
  853.   background-image: linear-gradient(#009aee, #005888);
  854. }
  855. .btn-info {
  856.   border-bottom: 3px #206376 solid;
  857.   background-image: -moz-linear-gradient(#71c1d8, #49afcd);
  858.   background-image: -webkit-linear-gradient(#71c1d8, #49afcd);
  859.   background-image: linear-gradient(#71c1d8, #49afcd);
  860. }
  861. .btn-info:hover {
  862.   background-image: -moz-linear-gradient(#99d2e3, #49afcd);
  863.   background-image: -webkit-linear-gradient(#99d2e3, #49afcd);
  864.   background-image: linear-gradient(#99d2e3, #49afcd);
  865. }
  866. .btn-success {
  867.   border-bottom: 3px #2d662d solid;
  868.   background-image: -moz-linear-gradient(#7ec77e, #5bb75b);
  869.   background-image: -webkit-linear-gradient(#7ec77e, #5bb75b);
  870.   background-image: linear-gradient(#7ec77e, #5bb75b);
  871. }
  872. .btn-success:hover {
  873.   background-image: -moz-linear-gradient(#a2d6a2, #5bb75b);
  874.   background-image: -webkit-linear-gradient(#a2d6a2, #5bb75b);
  875.   background-image: linear-gradient(#a2d6a2, #5bb75b);
  876. }
  877. .btn-warning {
  878.   border-bottom: 3px #a86404 solid;
  879.   background-image: -moz-linear-gradient(#fbbc64, #faa732);
  880.   background-image: -webkit-linear-gradient(#fbbc64, #faa732);
  881.   background-image: linear-gradient(#fbbc64, #faa732);
  882. }
  883. .btn-warning:hover {
  884.   background-image: -moz-linear-gradient(#fcd296, #faa732);
  885.   background-image: -webkit-linear-gradient(#fcd296, #faa732);
  886.   background-image: linear-gradient(#fcd296, #faa732);
  887. }
  888. .btn-danger {
  889.   border-bottom: 3px #88201c solid;
  890.   background-image: -moz-linear-gradient(#e37873, #da4f49);
  891.   background-image: -webkit-linear-gradient(#e37873, #da4f49);
  892.   background-image: linear-gradient(#e37873, #da4f49);
  893. }
  894. .btn-danger:hover {
  895.   background-image: -moz-linear-gradient(#eba19e, #da4f49);
  896.   background-image: -webkit-linear-gradient(#eba19e, #da4f49);
  897.   background-image: linear-gradient(#eba19e, #da4f49);
  898. }
  899. .btn-inverse {
  900.   border-bottom: 3px black solid;
  901.   background-image: -moz-linear-gradient(#505050, #363636);
  902.   background-image: -webkit-linear-gradient(#505050, #363636);
  903.   background-image: linear-gradient(#505050, #363636);
  904. }
  905. .btn-inverse:hover {
  906.   background-image: -moz-linear-gradient(#696969, #363636);
  907.   background-image: -webkit-linear-gradient(#696969, #363636);
  908.   background-image: linear-gradient(#696969, #363636);
  909. }
  910. .btn-large {
  911.   font-size: 18px;
  912.   padding: 12px 22px 10px;
  913. }
  914. .btn-small {
  915.   font-size: 11px;
  916.   padding: 8px 16px 6px;
  917. }
  918. .btn-mini {
  919.   font-size: 9px;
  920.   padding: 7px 12px 5px;
  921. }
  922. .accordion__item {
  923.   padding: 20px;
  924.   margin-bottom: 20px;
  925.   border-radius: 4px;
  926.   background: #fff;
  927. }
  928. .accordion__body {
  929.   display: none;
  930.   padding-top: 10px;
  931. }
  932. .accordion__body p {
  933.   margin-bottom: 0;
  934. }
  935. .accordion__title {
  936.   font-size: 18px;
  937.   cursor: pointer;
  938.   margin-bottom: 0;
  939.   position: relative;
  940. }
  941. .accordion__title:after {
  942.   content: \"\";
  943.   width: 20px;
  944.   height: 20px;
  945.   position: absolute;
  946.   right: 0;
  947.   top: 0;
  948.   background: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABlUlEQVRIS72V6zEEQRSFv81ABogAESADIiADRIAIEAEiQASIABmQgQyor+rerZ7enp71Y92qqZrpxznnPmfGim22YnyWITgGdoHteNT0Hs8j8NQT2SM4AK6AjQkvP4EzQLIFGyO4Bk7i9Bfg90uodllv9oBTYD3OeUaigbUISnAv+N0zSfRUuwnS+fmawLA8xO5OoXiqFvToLQ4dluGqCYynLi+jvCZNT8TYzM2SwGq5BYz5VGLHPEqBcy9KgjvgqFJ/ETn4HkFci2K4jP304h5Q8KAPrO0tIGMv+HnkYR+oSQR/joqSwPOZC7HEGRD8hIr0SgBLU1IvlCQl+EeUbAoY4JQhqgnka5G4nsprcPdGCeoQZdhrkmy0FniGyD3fByFqJblF4loL3PVukrPJBnVcVE964pJjolVZ3TL14lSjSaK1wFP9oI/+fVSorhx2qnKA9exPwy6BShLD5vdrNa79CQmeY2VhktZVVKs06QLnvB/zwphL9KcfTgkmkY91bVdnmdo3gjaBE2CZf/JECvrbKyf4BdpXaxkir2UhAAAAAElFTkSuQmCC\") no-repeat;
  949.   background-size: 20px;
  950. }
  951. .accordion__title.active {
  952.   color: #2B9FDF;
  953. }
  954. .accordion__title.active:after {
  955.   transform: rotate(-180deg);
  956. }
  957. .breadcrumb_{
  958.     padding: 0px;
  959.   }
  960. .breadcrumb_ li {
  961.   display: inline-block;
  962.   font-size: 1.5em;
  963.   list-style: none;
  964.   padding-right: 0.5em;
  965.   max-width: 200px;
  966.   overflow: hidden;
  967.   text-overflow: ellipsis;
  968.   white-space: nowrap;
  969. }
  970. .breadcrumb_ li:before {
  971.   content: \"/\";
  972.   padding-right: 0.5em;
  973. }
  974. .breadcrumb_ li:first-of-type:before {
  975.   display: none;
  976. }
  977. .breadcrumb_ li:last-of-type {
  978.   max-width: 100%;
  979. }
  980. .breadcrumb_ li h1 {
  981.   display: inline-block;
  982.   font-size: 1em;
  983.   margin: 0;
  984. }
  985. .navbar {
  986. \tborder-bottom: 1px solid #ddd!important;
  987. }
  988. .box {
  989. \twidth: 100%;
  990. \tmin-height: 325px;
  991. \tborder-radius: 8px;
  992. \tbox-shadow: 0 0 0 #fff,0 0 0 #fff,0 0 0 #fff;
  993.   background: #fff;
  994. \tbox-sizing: border-box;
  995. \tfont-family: open sans;
  996. \tpadding: 20px;
  997. \tcursor: pointer;
  998. \tdisplay: inline-block;
  999. \ttransition: .3s;
  1000.   border-bottom: 1px dashed #ddd;
  1001. }
  1002. .box:hover {
  1003. \tbox-shadow: 5px 5px 10px #ddd,-5px -5px 10px #ddd;
  1004. \ttransform: scale(1.1);
  1005. \tz-index: 999;
  1006. }
  1007. .box .title {
  1008. \tfont-family: Roboto;
  1009. \tfont-size: 16px;
  1010. \tfont-weight: 500;
  1011. }
  1012. .box .subtitle {
  1013. \tfont-family: Roboto;
  1014. \tfont-size: 15px;
  1015. \tfont-weight: 500;
  1016. \tcolor: #555;
  1017. }
  1018. .box .number {
  1019. \tfont-family: Roboto;
  1020. \tfont-size: 15px;
  1021. \tfont-weight: 500;
  1022. \tcolor: #555;
  1023. \tright: 7px;
  1024. \ttop: 10px;
  1025. \tposition: absolute;
  1026. }
  1027. .box .text {
  1028. \tfont-size: 30px;
  1029. \tline-height: 1.10909;
  1030. \tfont-family: Roboto;
  1031. \tfont-weight: 400;
  1032. \tfont-style: normal;
  1033. }
  1034. .SheetTitle {
  1035. \tfont-family: Roboto;
  1036. \tfont-size: 40px;
  1037. \tfont-weight: 300;
  1038. }
  1039. .SheetSubtitle {
  1040. \tfont-family: Roboto;
  1041. \tfont-size: 20px;
  1042. \tfont-weight: 600;
  1043. \tcolor: #888;
  1044. }
  1045. .line {
  1046. \theight: 2px;
  1047. \tbackground-color: #ccc;
  1048. \tmargin: 10px;
  1049. \twidth: 70%;
  1050. }
  1051. @media (min-width: 989px){
  1052.   #sidebar{
  1053.     position: fixed; top: 62px; left: 0px; z-index: 999;
  1054.   }
  1055.   #sidebar2{
  1056.     opacity: 0;
  1057.   }
  1058. }
  1059. @media (max-width: 989px){
  1060.   #sidebar{
  1061.     
  1062.   }
  1063.   #sidebar2{
  1064.     display: none;
  1065.   }
  1066. }
  1067. figure {
  1068. \tdisplay: block;
  1069. \tbackground-color: #fff;
  1070. \t-ms-interpolation-mode: bicubic;
  1071. }
  1072. figure img {
  1073. \tdisplay: block;
  1074. \twidth: auto;
  1075. \tmax-width: 100%;
  1076. }
  1077. /**
  1078.  * Variables 
  1079.  */
  1080. :root {
  1081. \t--master-color: #005888;
  1082. \t--master-color-partner-dark: #005888;
  1083. \t
  1084. \t--headings-color: #263358;\t
  1085. \t
  1086. \t--main-bg-color: #fff;
  1087. \t--secondary1-bg-color: #f6f6f6;
  1088. \t--secondary2-bg-color: #fff0ec;
  1089. \t
  1090. \t--main-txt-color: #333;
  1091. \t--secondary-txt-color: #757575;
  1092. \t
  1093. \t--sub-color: #b4b4b4;
  1094. }
  1095. .post__header h1, .post__header h2 {
  1096. \tdisplay: block;
  1097. \tfont-family: 'Oswald', sans-serif;
  1098. \tfont-style: normal;
  1099. \tfont-weight: 300;
  1100. \tline-height: 1.4em;
  1101. \tcolor: var(--headings-color);
  1102. }
  1103. .post__header h1 a,
  1104. .post__header h2 a {
  1105. \tfont-weight: 300;
  1106. \ttext-decoration: none;
  1107. \tcolor: var(--headings-color);
  1108. \tbackground-color: transparent;
  1109. \toutline: none;
  1110. }
  1111. .post__header a:hover {
  1112. \tcolor: var(--master-color-partner-dark);
  1113. }
  1114. .post__header a:focus {
  1115. \tcolor: var(--headings-color);
  1116. \tbackground-color: var(--secondary2-bg-color); 
  1117. }
  1118. /**
  1119.  * Post List Layout
  1120.  */
  1121.  .post-list_grid {
  1122. \tdisplay: grid;
  1123. \tgrid-template-columns: repeat(3, 1fr);
  1124. \talign-items: stretch;
  1125. }
  1126. .post-list__post {
  1127. \tdisplay: grid;
  1128. \tgrid-template-areas: 
  1129. \t\t\"header\"
  1130. \t\t\"footer\"
  1131. \t\t\"pr_img\";
  1132. \tgrid-auto-rows: 1fr auto auto;
  1133. \talign-items: start;
  1134. \tgrid-gap: 1em 0;
  1135. }
  1136. .post-list__post:nth-child(2n+1) {
  1137. \tbackground-color: var(--secondary1-bg-color);
  1138. }
  1139. .post-list__post:nth-child(3n+2) {
  1140. \tgrid-template-areas: 
  1141. \t\t\"pr_img\"
  1142. \t\t\"header\"
  1143. \t\t\"footer\";
  1144. \tgrid-auto-rows: auto 1fr auto;\t
  1145. }
  1146. .post__preview-img {
  1147. \tgrid-area: pr_img;
  1148. }
  1149. .post__header {
  1150. \tgrid-area: header;
  1151. }
  1152. .post__meta {
  1153. \tgrid-area: footer;
  1154. \talign-self: start;
  1155. \tdisplay: flex;
  1156. \tjustify-content: space-between;
  1157. \talign-items: flex-start;
  1158. }
  1159. /**
  1160.  * Post List Design
  1161.  */
  1162. .post-list {
  1163. \tmargin-bottom: 4em;
  1164.  
  1165. .post {
  1166. \tposition: relative;
  1167. \tpadding: 1.6em;
  1168. .post:after {
  1169. \tcontent: '';
  1170. \tdisplay: block;
  1171. \tposition: absolute;
  1172. \ttop: 0;
  1173. \tright: 0;
  1174. \tbottom: 0;
  1175. \tleft: 0;
  1176. \tborder: 3px var(--master-color) solid;
  1177. \tborder-image: linear-gradient(110deg, #c19f63, #c6972b, #f5cd87, #c6972b, #c19f63) 1;
  1178. \tz-index: 2;
  1179. \topacity: 0;
  1180. \t-webkit-transition: all .25s ease-out;\t\t\t
  1181. \t\t\ttransition: all .25s ease-out;
  1182. }
  1183. .post:hover:after {
  1184. \topacity: 1;
  1185. }
  1186. .post > * {
  1187. \tz-index: 4;
  1188. \tposition: relative;
  1189. }
  1190. .post__preview-img {
  1191. \twidth: 100%;
  1192. \theight: 0;
  1193. \tpadding-bottom: 56.25%;
  1194. \tposition: relative;
  1195. \toverflow: hidden;
  1196. }
  1197. .post__preview-img img {
  1198. \twidth: 100%;
  1199.     height: auto;
  1200.     position: absolute;
  1201.     top: -50%;
  1202.     right: -50%;
  1203.     bottom: -50%;
  1204.     left: -50%;
  1205.     margin: auto;
  1206. }
  1207. .post__time {
  1208. \tcolor: var(--sub-color);
  1209. }
  1210. .post__meta a {
  1211. \tcolor: var(--sub-color);
  1212. \ttext-decoration: none;
  1213. \tborder-bottom: 1px var(--sub-color) solid;
  1214. }
  1215. .post__meta a:hover {
  1216. \tcolor: var(--master-color-partner-dark);
  1217. }
  1218. .post__comments {
  1219. \tposition: relative;
  1220. \tpadding-left: 24px;
  1221. }
  1222. .post__comments:before,
  1223. .post__comments:after {
  1224. \tcontent: '';
  1225. \tdisplay: block;
  1226. \tposition: absolute;
  1227. \tborder: 1px var(--sub-color) solid;
  1228. }
  1229. .post__comments:before {
  1230. \twidth: 16px;
  1231. \theight: 11px;
  1232. \tborder-radius: 50%;
  1233. \tleft: 0;
  1234. \ttop: calc(50% - 8px);
  1235. \tz-index: 1;
  1236. }
  1237. .post__comments:after {
  1238. \twidth: 3px;
  1239.     height: 6px;
  1240.     border-width: 0 1px 1px 0;
  1241.     transform: rotate(31deg);
  1242.     top: 50%;
  1243.     left: 11px;
  1244. \tz-index: 2;
  1245. \tbackground-color: var(--secondary1-bg-color);
  1246. /**
  1247.  * Breakpoint 900px
  1248.  */
  1249. @media all and (max-width: 900px) {
  1250. \t.post-list_grid {
  1251. \t\tgrid-template-columns: repeat(2, 1fr);
  1252. \t}
  1253. \t
  1254. \t.post-list__post:nth-child(n) {
  1255. \t\tbackground-color: transparent;
  1256. \t\tgrid-template-areas: 
  1257. \t\t\t\"header\"
  1258. \t\t\t\"footer\"
  1259. \t\t\t\"pr_img\";
  1260. \t\tgrid-auto-rows: 1fr auto auto;
  1261. \t}
  1262. \t
  1263. \t.post-list__post:nth-child(4n), 
  1264. \t.post-list__post:nth-child(4n+1) {
  1265. \t\tbackground-color: var(--secondary1-bg-color);
  1266. \t}
  1267. \t
  1268. \t.post-list__post:nth-child(even) {
  1269. \t\tgrid-template-areas: 
  1270. \t\t\t\"pr_img\"
  1271. \t\t\t\"header\"
  1272. \t\t\t\"footer\";
  1273. \t\tgrid-auto-rows: auto 1fr auto;\t
  1274. \t}
  1275. }
  1276. /**
  1277.  * Breakpoint 670px
  1278.  */
  1279. @media all and (max-width: 670px) { 
  1280. \t.post-list_grid {
  1281. \t\tgrid-template-columns: 1fr;
  1282. \t}
  1283. \t
  1284. \t.post-list__post:nth-child(n) {
  1285. \t\tbackground-color: var(--secondary1-bg-color);
  1286. \t\tgrid-template-areas: 
  1287. \t\t\t\"header\"
  1288. \t\t\t\"footer\"
  1289. \t\t\t\"pr_img\";
  1290. \t\tgrid-auto-rows: 1fr auto auto;
  1291. \t}
  1292. \t
  1293. \t.post-list__post:nth-child(even) {
  1294. \t\tbackground-color: transparent;
  1295. \t}
  1296.   </style>
  1297. </head>
  1298. <body>
  1299.   <div class=\"container-scroller\">
  1300.       {{ render(controller(\"App\\\\Controller\\\\General\\\\Template\\\\MenuController:menubare\", {'position': 'dash'})) }}
  1301.       <div class=\"container-fluid page-body-wrapper\">
  1302.           {{ render(controller(\"App\\\\Controller\\\\General\\\\Template\\\\MenuController:menuleft\", {'position': 'dash'})) }}
  1303.           <div class=\"main-panel\" style=\"background: #e8eff9;\">
  1304.               {% block body %}
  1305.                   
  1306.               {% endblock %}
  1307.               {{ render(controller(\"App\\\\Controller\\\\General\\\\Template\\\\MenuController:footer\", {'position': 'dash'})) }}
  1308.           </div>
  1309.       </div>
  1310.   </div>
  1311.   
  1312.   <!-- inject:js -->
  1313.   \t<script src=\"{{ asset('templatedash/js/off-canvas.js') }}\"></script>
  1314.   \t<script src=\"{{ asset('templatedash/js/hoverable-collapse.js') }}\"></script>
  1315.   \t<script src=\"{{ asset('templatedash/js/template.js') }}\"></script>
  1316.   \t<script src=\"{{ asset('templatedash/js/settings.js') }}\"></script>
  1317.   \t<script src=\"{{ asset('templatedash/js/todolist.js') }}\"></script>
  1318.   <!-- endinject -->
  1319.   <script type=\"text/javascript\">
  1320.     {% block javascript %}
  1321.     {% endblock %}
  1322.   </script>
  1323. </body>
  1324. </html>""Theme/layoutbaseadmin.html.twig""/home/syscofie/public_html/syscofie/templates/Theme/layoutbaseadmin.html.twig");
  1325.     }
  1326. }