mg-form[editable="false"] .btn-container{display:none}mg-form[editable="true"] .btn-container{display:inline-block}mg-form .file-field-btn .text{display:none}mg-form .file-field-container{position:relative}mg-form .file-field-btn{display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:1.1rem;width:50px;height:50px;position:absolute;bottom:5px;right:20px;font-weight:bolder}mg-input,mg-select,mg-textarea,mg-multiselect,mg-editor,mg-select-auto{position:relative}mg-input-content,mg-input span{font-size:small}mg-multiselect,mg-tree-multiselect{padding-bottom:10px;min-height:max-content}mg-multiselect .mg-multiselect-input,mg-tree-multiselect .mg-multiselect-input{max-height:100%;min-height:250px;overflow:hidden;background-color:var(--light);padding:5px}mg-multiselect .mg-search-container,mg-tree-multiselect .mg-search-container{display:flex;width:100%;flex-direction:column;justify-content:flex-start;align-items:stretch;margin-bottom:10px}mg-multiselect .mg-multiselect-buttons mg-tree-multiselect .mg-multiselect-buttons{display:flex;flex-direction:column;justify-content:stretch;align-items:flex-start;max-width:99%;max-height:300px;height:100%;overflow-y:auto;overflow-x:hidden;transition:color 200ms linear,border-color 200ms linear}mg-multiselect i,mg-tree-multiselect i{margin-right:3px}mg-tree-multiselect span.mg-btn-content{display:flex;width:100%;justify-content:space-between;font-weight:bold}mg-tree-multiselect .mg-option-btn small{font-weight:bold;font-size:x-small;background-color:#f0f0f0;border-radius:5px;padding:1px 5px;color:#555!important}mg-multiselect .mg-option-btn,mg-tree-multiselect .mg-option-btn,mg-tree-multiselect .mg-category-btn{display:flex;width:98%;padding:5px 10px;justify-content:flex-start;align-items:center;border:1px solid var(--border-color);background-color:white;margin:0.2rem;border-radius:5px;transition:color 100ms ease-in,background-color 200ms ease-in}mg-tree-multiselect .mg-option-btn:not([data-parent="none"]){}mg-tree-multiselect .mg-category-btn{justify-content:space-between;background-color:var(--light-gray)}mg-multiselect .mg-option-btn:hover,mg-tree-multiselect .mg-option-btn:hover,mg-tree-multiselect .mg-category-btn:hover{background-color:var(--success);color:white;cursor:pointer}mg-multiselect .mg-option-btn.selected,mg-tree-multiselect .mg-option-btn.selected{display:none}mg-tree-multiselect .mg-option-back{display:flex;justify-content:flex-start;align-items:center;width:max-content;padding:5px 10px;color:var(--primary);border-radius:5px;margin-bottom:5px}mg-tree-multiselect .mg-option-back:hover{background-color:var(--border-color);border-radius:5px}mg-multiselect .mg-selected-elements,mg-tree-multiselect .mg-selected-elements{display:flex;max-width:100%;width:100%;flex-wrap:wrap;justify-content:flex-start;align-items:center;margin-bottom:10px;background-color:var(--details-row-color);padding-bottom:5px;border-bottom:1px solid var(--light)}mg-multiselect .selected-tag,mg-tree-multiselect .selected-tag{display:flex;justify-content:flex-start;align-items:center;border:1px solid var(--border-color);border-radius:5px;padding:5px 10px;margin-right:2px;background-color:white;transition:background-color 300ms linear}mg-multiselect .selected-tag:hover,mg-tree-multiselect .selected-tag:hover{cursor:pointer;background-color:var(--dark);color:white}mg-tree-multiselect .mg-path-container{display:flex;align-items:center;background-color:var(--ligth-color);color:var(--muted-color);padding-bottom:5px}mg-tree-multiselect .mg-path{font-size:small;font-family:sans;color:var(--muted-color);background-color:var(--light-gray);margin-top:-2px;padding:5px 10px;border-radius:3px}mg-multiselect .mg-input-content,mg-tree-multiselect .mg-input-content{opacity:0;width:100%;transition:opacity 200ms linear;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.selected-badge:before,mg-multiselect .mg-selected-badge:before,mg-tree-multiselect .mg-selected-badge:before{font-family:"font awesome 5 free";content:"\f00a";font-size:.6rem;font-weight:900;margin-right:10px;color:var(--main-color);background-color:white}.selected-badge,mg-multiselect .mg-selected-badge,mg-tree-multiselect .mg-selected-badge{width:100%;color:var(--sidebar-text-color);padding:10px;margin-right:0.5rem;border-radius:6px}mg-input span.mg-date-content{margin-right:1em}mg-input span.mg-time-content{font-size:0.9rem;font-weight:lighter}.categories-panel{display:flex;flex-direction:column}mg-select-auto{display:flex;justify-conent:flex-start;align-items:center}.autocomplete{width:100%;display:block;position:relative}.autocomplete input[type="text"]{display:block;width:100%}.autocomplete .chev-down{position:absolute;top:10px;left:94%;font-size:1rem}.autocomplete{position:relative;display:inline-block}.autocomplete-items{position:absolute;border:1px solid #d4d4d4;border-bottom:none;border-top:none;z-index:99;top:90%;left:2%;right:2%;max-height:400px;overflow-y:auto}.autocomplete-items div{padding:10px;cursor:pointer;background-color:#fff;border-bottom:1px solid #d4d4d4}.autocomplete-items div:hover{background-color:#e9e9e9}.autocomplete-active{background-color:var(--primary)!important;color:#ffffff}@font-face{font-family:'FontAwesome';src:url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0")}:root{--main-color:#f3ae2d;--main-color-dark:#9c6602;--main-color-rgba5:rgba(243,174,45,0.9);--light-color:#f8f9fa;--lighter:#fbfbfb;--light-gray:#eee;--violet-color:#9954bb;--primary-dark:#2a588c;--danger:indianred;--danger-dark:#e00031;--details-row-color:#fbfaf6;--details-row-color-hover:#f5f3ed;--border-color:#ccc;--details-row-height:50px;--header-height:55px;--list-picture-size:45px;--profile-picture-size:130px;--main-container-height:100%;--sidebar-expanded:250px;--sidebar-expanded-mobile:100%;--sidebar-collapsed:250px;--sidebar-collapsed-mobile:100%;--sidebar-text-color:#4a4a4a;--muted-color:#888;--text-color:#303030;--bold-color:#222;--footer-height:30px;--distance-1:0.25rem;--distance-2:0.5rem;--distance-3:0.75rem;--distance-4:1rem;--distance-5:1.25rem;--distance-6:1.5rem}@keyframes blink{0%{opacity:0}50%{opacity:.5}100%{opacity:1}50%{opacity:.5}}button{background:transparent;border:none;border-radius:none;color:var(--text-color);padding:none;margin:none}a:hover{text-decoration:none;cursor:pointer;color:var(--primary)}a{color:#777;transition:color 200ms linear}p a{color:var(--main-color)!important}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);border-radius:10px;max-width:10px;background-color:#f5f5f5}::-webkit-scrollbar{width:8px;height:8px;background-color:#f5f5f5}::-webkit-scrollbar-thumb{border-radius:3px;-webkit-box-shadow:inset 0 0 6px var(--main-color);background-color:var(--main-color)}form{margin-block-end:0}ul{padding-inline-start:0;margin-inline-start:0}button{outline:none!important}.bg-main{background-color:var(--main-color);color:var(--text-color)}.clickable:hover{cursor:pointer}h3,h4{font-weight:600;color:#f3ae2d!important;font-size:1rem}.city-8cat{font-weight:600;font-size:1.5rem}.loading-box{display:flex;width:100%;height:100%;justify-content:center;align-items:center}.grid-table{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;width:100}.w-95{width:95%!important}.w-90{width:89.9%!important}.w-85{width:84.9%!important}.w-80{width:79.9%}.w-75{width:74.9%}.w-70{width:69.9%}.w-65{width:65%}.w-60{width:60%}.w-55{width:54.9%}.w-50{width:49.9%}.w-45{width:45%}.w-40{width:40%}.w-35{width:35%}.w-30{width:30%}.w-25{width:24.9%}.w-20{width:19.9%}.w-15{width:14.9%}.w-10{width:9.9%}.w-5{width:4.9%}.m-auto{margin:auto!important}.mr-auto{margin-right:auto!important}.ml-auto{margin-left:auto!important}.mt-auto{margin-top:auto!important}.mb-auto{margin-bottom:auto!important}.m-none{margin:none!important}.mr-none{margin-right:none!important}.ml-none{margin-left:none!important}.mt-none{margin-top:none!important}.mb-none{margin-bottom:none!important}.m-1{margin:var(--distance-1)!important}.mr-1{margin-right:var(--distance-1)!important}.ml-1{margin-left:var(--distance-1)!important}.mt-1{margin-top:var(--distance-1)!important}.mb-1{margin-bottom:var(--distance-1)!important}.m-2{margin:var(--distance-2)!important}.mr-2{margin-right:var(--distance-2)!important}.ml-2{margin-left:var(--distance-2)!important}.mt-2{margin-top:var(--distance-2)!important}.mb-2{margin-bottom:var(--distance-2)!important}.m-3{margin:var(--distance-3)!important}.mr-3{margin-right:var(--distance-3)!important}.ml-3{margin-left:var(--distance-3)!important}.mt-3{margin-top:var(--distance-3)!important}.mb-3{margin-bottom:var(--distance-3)!important}.m-4{margin:var(--distance-4)!important}.mr-4{margin-right:var(--distance-4)!important}.ml-4{margin-left:var(--distance-4)!important}.mt-4{margin-top:var(--distance-4)!important}.mb-4{margin-bottom:var(--distance-4)!important}.m-5{margin:var(--distance-5)!important}.mr-5{margin-right:var(--distance-5)!important}.ml-5{margin-left:var(--distance-5)!important}.mt-5{margin-top:var(--distance-5)!important}.mb-5{margin-bottom:var(--distance-5)!important}.p-none{padding:none!important}.pr-none{padding-right:none!important}.pl-none{padding-left:none!important}.pt-none{padding-top:none!important}.pb-none{padding-bottom:none!important}.p-1{padding:var(--distance-1)!important}.pr-1{padding-right:var(--distance-1)!important}.pl-1{padding-left:var(--distance-1)!important}.pt-1{padding-top:var(--distance-1)!important}.pb-1{padding-bottom:var(--distance-1)!important}.p-2{padding:var(--distance-2)!important}.pr-2{padding-right:var(--distance-2)!important}.pl-2{padding-left:var(--distance-2)!important}.pt-2{padding-top:var(--distance-2)!important}.pb-2{padding-bottom:var(--distance-2)!important}.p-3{padding:var(--distance-3)!important}.pr-3{padding-right:var(--distance-3)!important}.pl-3{padding-left:var(--distance-3)!important}.pt-3{padding-top:var(--distance-3)!important}.pb-3{padding-bottom:var(--distance-3)!important}.p-4{padding:var(--distance-4)!important}.pr-4{padding-right:var(--distance-4)!important}.pl-4{padding-left:var(--distance-4)!important}.pt-4{padding-top:var(--distance-4)!important}.pb-4{padding-bottom:var(--distance-4)!important}.p-5{padding:var(--distance-5)!important}.pr-5{padding-right:var(--distance-5)!important}.pl-5{padding-left:var(--distance-5)!important}.pt-5{padding-top:var(--distance-5)!important}.pb-5{padding-bottom:var(--distance-5)!important}.flex{display:flex}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.justify-between,.space-between{justify-content:space-between}.justify-evenly,.space-evenly{justify-content:space-evenly}.align-center,.center-vertical{align-items:center}.align-stretch{align-items:stretch}.flex-right,.justify-end{justify-content:flex-end}.flex-center{justify-content:center}.flex-end,.align-end{align-items:flex-end}.self-right{justify-self:flex-right}.block{display:block}.none{display:none}.hide{display:none;opacity:0;height:0;padding:0!important;margin:0;visibility:hidden}.border-box{border:1px solid var(--light-color)}.border-primary{border-color:var(--primary)}.border-main{border-color:var(--main)}.border-warning{border-color:var(--warning)}.border-danger{border-color:var(--danger)}.border-radius-xs{border-radius:2px}.border-radius-sm{border-radius:4px}.border-radius-md{border-radius:8px}.border-radius-lg{border-radius:12px}.border-radius-xl{border-radius:20px}.border-circle{border-radius:50%}.text-xxsmall{font-size:8pt}.text-bolder{font-weight:bolder}.break-word{word-break:break-all}.tabs ul{margin-left:0;list-style:none;display:flex;justify-content:flex-start;align-items:center;border-bottom:1px solid var(--border-color)}.tabs li.tab-item{display:flex;justify-content:center;align-items:center;border-bottom:none;margin-bottom:-1px;padding:10px 20px;color:var(--border-color)}.tabs li.tab-item .fas{margin-right:5px}.tabs li.tab-item:hover{color:var(--primary)}.tabs li.tab-item.active,.tabs li.tab-item.active:hover{cursor:pointer;color:var(--muted-color);border:1px solid var(--border-color);border-bottom:2px solid white;border-top:4px solid var(--main-color)}.dropdown{position:relative;display:flex}.dropdown-content{display:none;flex-direction:column;opacity:0;position:absolute;top:100%;right:0;background-color:#fff;min-width:100px;max-width:300px!important;box-shadow:0px 8px 16px 0px rgba(0,0,0,0,0.4);padding:10px;z-index:10;border-radius:5px;border:1px solid silver;transition:opacity 200ms ease-in;max-height:90vh;padding-bottom:1rem;overflow-y:auto}.dropdown-xl .dropdown-content{max-width:400px;min-width:330px}.dropdown.active .dropdown-content{display:flex;opacity:1}.dropdown-content .dropdown-menu-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:max-content;color:black;font-size:small;transition:color 200ms ease-out;padding:10px}.svg-inline--fa.fa-w-16,.svg-inline--fa.fa-w-18,.dropdown-content .dropdown-menu-item i{margin-right:10px!important}.dropdown-menu-item:hover{color:var(--muted-color)}.tools{display:flex;justify-content:flex-start;align-items:stretch;padding-right:10px;margin-top:0.1em}.tools-evenly{justify-content:space-evenly}.tools-center{justify-content:center}.tools-end{justify-content:flex-end}.btn-tools{display:flex;justify-content:center;align-items:center;width:30px;height:30px;color:#373a3c;font-size:1rem;font-weight:700;transition:color 200ms linear;border-radius:50%;text-decoration:none}.btn-tools:last-child{border-right:none}.btn-tools.btn-labeled{width:max-content;height:max-content;font-size:small;border-radius:5px}.btn-tools.btn-labeled i{margin-right:5px}.btn-tools.btn-labeled a{color:#1c273c}.btn-tools:hover{cursor:pointer;color:var(--primary);background-color:#eaeaea;text-decoration:none}.tools-no-shadow{width:100%}.tools-no-shadow .btn-tools:hover{background-color:transparent}.btn-tools.tools-success:hover{cursor:pointer;color:var(--success)}.btn-tools.tools-danger:hover{cursor:pointer;color:var(--danger)}.btn-tools-sm{width:15px;height:15px}.btn-labeled.btn-tools-sm{width:max-content;font-size:x-small}.btn-stroke{position:relative}.btn-stroke svg,.btn-stroke svg rect{position:absolute;top:0;left:0;width:40px;height:40px;fill:transparent}.btn-stroke svg rect{stroke:var(--primary);stroke-width:3;transition:stroke-dashoffset 600ms linear;transition-delay:0;stroke-dasharray:480;stroke-dashoffset:480}.btn-stroke:hover svg rect{stroke-dashoffset:0}.btn-stroke.tools-success svg rect{stroke:var(--success)}h5.modal-title{text-align:center;width:100%;line-height:50px;color:#ffffff;font-size:2.5rem}.modal-header{background-color:var(--main-color);color:#000;height:80px}.modal-body{line-height:30px}.confirm-modal .modal-body{width:100%;justify-content:flex-start}.modal-cancel i.fas,.confirm-modal .modal-body i.fas{display:flex;justify-content:center;align-items:center;color:var(--main-color);font-size:2rem}@media only screen and (max-width:900px){input[type="checkbox"]{width:1.1rem;height:1.1rem;border:1px solid silver}.flex-mv{display:flex!important}.flex-column-mv{flex-direction:column}.flex-column-rev-mv{flex-direction:column-reverse}.flex-wrap-mv{flex-wrap:wrap}.justify-center-mv{justify-content:center!important}.justify-start-mv{justify-content:flex-start!important}.justify-end-mv{justify-content:flex-end!important}.justify-between-mv{justify-content:space-between!important}.justify-evenly-mv{justify-content:space-evenly!important}.justify-aroun-mv{justify-content:space-around!important}.align-center-mv{align-items:center}.align-start-mv{align-items:flex-start}.align-end-mv{align-items:flex-end}.align-stretch-mv{align-items:stretch}.hide-mv{display:none!important}.show-mv{display:inline;opacity:1;width:max-content;height:max-content;visibility:visible}.block-mv{display:block}.inline-mv{display:inline!important}.m-auto-mv{margin:auto!important}.mr-auto-mv{margin-right:auto!important}.ml-auto-mv{margin-left:auto!important}.mt-auto-mv{margin-top:auto!important}.mb-auto-mv{margin-bottom:auto!important}.m-auto-mv{margin:0!important}.mr-none-mv{margin-right:0!important}.ml-none-mv{margin-left:0!important}.mt-none-mv{margin-top:0!important}.mb-none-mv{margin-bottom:0!important}.m-1-mv{margin:var(--distance-1)!important}.mr-1-mv{margin-right:var(--distance-1)!important}.ml-1-mv{margin-left:var(--distance-1)!important}.mt-1-mv{margin-top:var(--distance-1)!important}.mb-1-mv{margin-bottom:var(--distance-1)!important}.m-2-mv{margin:var(--distance-2)!important}.mr-2-mv{margin-right:var(--distance-2)!important}.ml-2-mv{margin-left:var(--distance-2)!important}.mt-2-mv{margin-top:var(--distance-2)!important}.mb-2-mv{margin-bottom:var(--distance-2)!important}.m-3-mv{margin:var(--distance-3)!important}.mr-3-mv{margin-right:var(--distance-3)!important}.ml-3-mv{margin-left:var(--distance-3)!important}.mt-3-mv{margin-top:var(--distance-3)!important}.mb-3-mv{margin-bottom:var(--distance-3)!important}.m-4-mv{margin:var(--distance-4)!important}.mr-4-mv{margin-right:var(--distance-4)!important}.ml-4-mv{margin-left:var(--distance-4)!important}.mt-4-mv{margin-top:var(--distance-4)!important}.mb-4-mv{margin-bottom:var(--distance-4)!important}.m-5-mv{margin:var(--distance-5)!important}.mr-5-mv{margin-right:var(--distance-5)!important}.ml-5-mv{margin-left:var(--distance-5)!important}.mt-5-mv{margin-top:var(--distance-5)!important}.mb-5-mv{margin-bottom:var(--distance-5)!important}.p-none-mv{padding:0!important}.pr-none-mv{padding-right:0!important}.pl-none-mv{padding-left:0!important}.pt-none-mv{padding-top:0!important}.pb-none-mv{padding-bottom:none!important}.p-1-mv{padding:var(--distance-1)!important}.pr-1-mv{padding-right:var(--distance-1)!important}.pl-1-mv{padding-left:var(--distance-1)!important}.pt-1-mv{padding-top:var(--distance-1)!important}.pb-1-mv{padding-bottom:var(--distance-1)!important}.p-2-mv{padding:var(--distance-2)!important}.pr-2-mv{padding-right:var(--distance-2)!important}.pl-2-mv{padding-left:var(--distance-2)!important}.pt-2-mv{padding-top:var(--distance-2)!important}.pb-2-mv{padding-bottom:var(--distance-2)!important}.p-3-mv{padding:var(--distance-3)!important}.pr-3-mv{padding-right:var(--distance-3)!important}.pl-3-mv{padding-left:var(--distance-3)!important}.pt-3-mv{padding-top:var(--distance-3)!important}.pb-3-mv{padding-bottom:var(--distance-3)!important}.p-4-mv{padding:var(--distance-4)!important}.pr-4-mv{padding-right:var(--distance-4)!important}.pl-4-mv{padding-left:var(--distance-4)!important}.pt-4-mv{padding-top:var(--distance-4)!important}.pb-4-mv{padding-bottom:var(--distance-4)!important}.p-5-mv{padding:var(--distance-5)!important}.pr-5-mv{padding-right:var(--distance-5)!important}.pl-5-mv{padding-left:var(--distance-5)!important}.pt-5-mv{padding-top:var(--distance-5)!important}.pb-5-mv{padding-bottom:var(--distance-5)!important}.w-100-mv{width:100%!important}.w-80-mv{width:79.9%!important}.w-75-mv{width:74.9%!important}.w-70-mv{width:69.9%!important}.w-50-mv{width:49.9%!important}.w-45-mv{width:44.9%!important}.w-40-mv{width:39.9%!important}.w-35-mv{width:34.9%!important}.w-20-mv{width:19.9%!important}.w-15-mv{width:15%!important}.w-auto-mv{width:auto!important}.tools-float-bottom-mv{position:fixed;display:flex;justify-content:space-evenly;padding:10px!important;width:100%;bottom:0;left:0;width:100%;border-top:1px solid silver;z-index:1000;background-color:white}.btn-tools{padding:.75rem}.btn-tools.btn-labeled{width:max-content;height:max-content;font-size:small;border-radius:3px}.tab-item .text{display:none}.tab-item.active .text{display:inline-flex}.bg-light-mv{background-color:var(--light-color)!important}.bg-success-mv{background-color:var(--success)!important}.bg-primary-mv{background-color:var(--primary)!important}.bg-danger-mv{background-color:var(--danger)!important}.border-light-mv{border:1px solid silver}}@media only screen and (max-width:900px) and (orientation:portrait){.hide-mv-portrait{display:none!important}.flex-mv-portrait{display:flex!important}.justify-between-mv-portrait{justify-content:space-between!important}.justify-evenly-mv-portrait{justify-content:space-evenly!important}.w-70-mv-portrait{width:79.9%!important}.w-70-mv-portrait{width:69.9%!important}.w-50-mv-portrait{width:49.9%!important}.w-45-mv-portrait{width:44.9%!important}.w-40-mv-portrait{width:39.9%!important}.w-35-mv-portrait{width:34.9%!important}}@media only screen and (max-width:330px){.dropdown-xl .dropdown-content{max-width:400px;min-width:290px}}