dl.value-list{display:grid;grid-template-columns:110px auto}dl.value-list dt{grid-column:1/span 1;text-align:right;color:#7f8fa4;padding:0px 7px 0px 0}dl.value-list dd{color:#354052;padding:0px 7px 0px 0}dl.value-list dd ul.extras-list{margin-left:4px}dl.value-list dd ul.extras-list li{margin-right:8px;width:18px;height:18px;background-size:contain}.grid-dashboard{display:grid;grid-template-columns:1fr;grid-auto-rows:20px;margin:0 20px;padding:0 0 20px 0;grid-gap:10px;max-width:1320px}.grid-dashboard.masonry{display:block;-moz-column-count:3;column-count:3;-moz-column-gap:10px;column-gap:10px;overflow:hidden;margin-top:-10px}.grid-dashboard.masonry .column{height:100%;-moz-column-break-inside:avoid;break-inside:avoid;-moz-column-break-after:always;break-after:always;-webkit-column-break-after:always;border:1px solid transparent}.grid-dashboard.masonry .column .dash-block{margin-top:10px}.grid-dashboard.masonry .column .dash-block.half-row .dash-content{height:120px}.grid-dashboard.masonry .column .dash-block .dash-content.scrollable{max-height:292px;overflow-x:hidden;text-overflow:ellipsis;overflow-y:auto}.grid-dashboard .dash-block{grid-column:span 1;grid-row:span 2;background:#fff;border:1px solid #e6eaee;border-radius:4px;display:flex;flex-direction:column}.grid-dashboard .dash-block.half-row{grid-row:span 1}.grid-dashboard .dash-block.half-row .dash-content.scrollable{overflow-y:auto;max-height:120px}.grid-dashboard .dash-block .title{padding:5px 5px 5px 10px;border-bottom:2px solid #e6eaee;display:flex;justify-content:space-between;min-height:40px}.grid-dashboard .dash-block .title h2{margin:0;padding:0;font-size:18px;align-self:center}.grid-dashboard .dash-block .title .title-actions a.btn{justify-self:flex-end;font-size:14px;background:#50b848;background-image:-ms-linear-gradient(90deg, #33aa44 0%, #39b54a 100%);border:1px solid #249533;color:#fff;font-weight:700;margin-left:4px;padding:3px 9px 3px 11px}.grid-dashboard .dash-block .title .title-actions a.btn:active{background-image:-ms-linear-gradient(90deg, #33aa44 0%, #39b54a 100%)}.grid-dashboard .dash-block .title .title-actions a.btn.add:before,.grid-dashboard .dash-block .title .title-actions a.btn.edit:before,.grid-dashboard .dash-block .title .title-actions a.btn.confirm:before,.grid-dashboard .dash-block .title .title-actions a.btn.view:before,.grid-dashboard .dash-block .title .title-actions a.btn.remove:before{content:"";display:inline-block;width:16px;height:16px;margin:0 5px -3px -5px}.grid-dashboard .dash-block .title .title-actions a.btn.add:before{background:url("../images/ico_add_lght.svg") 0 0 no-repeat}.grid-dashboard .dash-block .title .title-actions a.btn.edit:before{background:url("../images/ico_edit_lght.svg") 0 0 no-repeat}.grid-dashboard .dash-block .title .title-actions a.btn.confirm:before{background:url("../images/ico_confirm_lght.svg") 0 0 no-repeat}.grid-dashboard .dash-block .title .title-actions a.btn.view:before{background:url("../images/ico_view_white.svg") 0 0 no-repeat}.grid-dashboard .dash-block .title .title-actions a.btn.remove{border:1px solid #d9241a;background:#fff;color:#d9241a}.grid-dashboard .dash-block .title .title-actions a.btn.remove:hover{background:#eff3f6}.grid-dashboard .dash-block .title .title-actions a.btn.remove:before{background:url("../images/ico_trash_red.svg") 0 0 no-repeat;background-size:cover}.grid-dashboard .dash-block .dash-content{padding:0px 5px;flex-grow:1;height:100%}.grid-dashboard .dash-block .dash-content.scrollable{overflow-y:auto;max-height:250px}.grid-dashboard .dash-block .dash-content .alert{margin-top:5px;margin-bottom:5px;padding:6px}.grid-dashboard .dash-block .dash-content .title-block{text-align:center;height:100%;display:flex;flex-direction:column;justify-content:center}.grid-dashboard .dash-block .dash-content .title-block h3{font-size:12px;color:#7f8fa4;margin:0 0 6px 0;font-size:14px;font-weight:400}.grid-dashboard .dash-block .dash-content .title-block h4{font-size:16px;margin:0;font-weight:700}.grid-dashboard.grid-4-col{grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr 1fr}.grid-dashboard.grid-4-col .dash-block{grid-column:span 1}.grid-dashboard.grid-4-col .dash-block.wide{grid-column:span 1}.grid-dashboard.grid-4-col .dash-block.half-row{grid-column:1}.grid-dashboard.grid-4-col .dash-block.half-row .dash-content.scrollable{overflow-y:auto;max-height:120px}.grid-dashboard.grid-4-col .dash-block.third-row{grid-column:3/4;grid-row:span 2}.grid-dashboard.grid-4-col .dash-block.third-row .dash-content.scrollable{overflow-y:auto;max-height:160px}@media(min-width: 768px){.grid-dashboard.grid-4-col{grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, 1fr)}.grid-dashboard.grid-4-col .dash-block{grid-column:span 1}.grid-dashboard.grid-4-col .dash-block.wide{grid-column:span 2}.grid-dashboard.grid-4-col .dash-block.half-row{grid-column:auto;grid-row:auto}}@media(min-width: 992px){.grid-dashboard{grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(4, 1fr)}.grid-dashboard.grid-4-col{grid-template-columns:repeat(4, 1fr);grid-template-rows:repeat(6, auto)}.grid-dashboard.grid-4-col .dash-block{grid-column:span 1}.grid-dashboard.grid-4-col .dash-block.wide{grid-column:span 2;grid-row:1/7}.grid-dashboard.grid-4-col .dash-block.half-row{grid-column:3/4;grid-row:span 3}.grid-dashboard.grid-4-col .dash-block.third-row{grid-column:3/4;grid-row:span 2}}.dash-quick-cal{display:flex;margin:8px 5px 5px 5px;padding:6px 6px 0px 6px;background:#eff3f6;border-radius:2px;vertical-align:middle;justify-self:flex-end;height:45px}.dash-quick-cal .quick-cal-title{font-size:16px;margin:5px 12px 0 6px;font-weight:700;height:25px}.dash-quick-cal select{font-size:13px;padding:1px 4px;border:1px solid #8b8d8e;color:#354052;height:25px;margin:0 8px 0 0;font-weight:300}.dash-quick-cal a.btn{height:25px;line-height:17px;justify-self:flex-end;font-size:16px;background:#50b848;background-image:-ms-linear-gradient(90deg, #33aa44 0%, #39b54a 100%);border:1px solid #249533;color:#fff;font-weight:700}.dash-quick-cal a.btn:active{background-image:-ms-linear-gradient(90deg, #33aa44 0%, #39b54a 100%)}.dash-block dl.value-list{margin-bottom:0px}ul.dash-list li{display:flex;border-bottom:1px solid #e6eaee;padding:0px 6px 0px 6px}ul.dash-list li:first-child{padding-top:0}ul.dash-list li .data{flex-grow:1;align-self:center}ul.dash-list li .data .name{display:inline-block;flex-basis:50%;flex-grow:1;font-weight:700;margin-bottom:0;width:75%;overflow:hidden;text-overflow:ellipsis;padding:0 0}ul.dash-list li .data .name.xl{width:70%}ul.dash-list li .data .name.full{width:100%}ul.dash-list li .data .name.has-wrap{white-space:pre-wrap}ul.dash-list li .data .phone a{font-weight:300}ul.dash-list li .data .price{color:#7f8fa4;font-weight:300}ul.dash-list li .data .date{display:inline-block;color:#7f8fa4;font-weight:300;vertical-align:top;padding:6px 0}ul.dash-list li .data .date a{font-weight:300}ul.dash-list li .actions{display:flex;justify-self:flex-end;align-content:center}ul.dash-list li .actions a{display:block;width:25px;height:25px;text-indent:-9999px;align-self:center;opacity:.7}ul.dash-list li .actions a.edit{background:url("../images/ico_edit.svg") center center no-repeat}ul.dash-list li .actions a.delete{background:url("../images/ico_trash.svg") center center no-repeat}ul.dash-list li .actions a.print{background:url("../images/ico_print.svg") center center no-repeat}ul.dash-list li .actions a.mail{background:url("../images/ico_mail.svg") center center no-repeat}ul.dash-list li .actions a:hover{opacity:1;background-color:#f5f9fc;border-radius:3px}ul.dash-list li .actions input[type=checkbox]{align-self:center;font-size:24px;margin-top:0}form.form-horizontal .form-group{margin-bottom:2px}form.form-horizontal .form-group .control-label{font-size:13px;padding-top:5px;padding-right:0;color:#354052;margin-right:-5px}form.form-horizontal .form-group input[type=text].form-control,form.form-horizontal .form-group input[type=password].form-control,form.form-horizontal .form-group input[type=number].form-control,form.form-horizontal .form-group input[type=tel].form-control,form.form-horizontal .form-group input[type=email].form-control,form.form-horizontal .form-group select.form-control{height:26px;padding:0px 6px 0px 2px;font-size:14px;line-height:26px}form.form-horizontal .form-check .form-check-input{font-size:16px;margin:0 3px 0 4px}form.form-horizontal .form-check .form-check-label{font-size:15px;padding:3px 0;margin-bottom:0}.nav-md.ng-scope{height:100%}.nav-md.ng-scope .dragable-modal-content{height:100%}.jsPanel .jsPanel-content .nav-pills+.tab-content{margin-top:20px}.jsPanel .jsPanel-content .tab-content{overflow:hidden}.jsPanel .jsPanel-content .tab-content .tabpanel{overflow:hidden}.jsPanel .jsPanel-content .tab-content .tabpanel>.actions{margin:0}.jsPanel .jsPanel-content .tab-content>.actions{margin:10px 0 30px 0;clear:both}.bus-header{border-bottom:1px solid #e6eaee;padding-bottom:10px;margin-bottom:16px;overflow:hidden}.bus-header h3{font-size:18px;line-height:18px;margin:0}.bus-header h4{font-size:12px;line-height:12px;margin:16px 0 5px 0}.bus-header .bus-size{text-align:right}.bus-header .bus-size .lbl{margin:16px 0 5px 0;font-size:12px;line-height:12px}.bus-header .bus-size .value{margin:0;font-size:18px;line-height:18px}.bus-header .drivers-photo{padding:0;text-align:right}.bus-header .drivers-photo img{width:42px;height:42px;-o-object-fit:cover;object-fit:cover;margin-top:10px;border-radius:4px}.dash-block.dash-gallery{grid-column:1/2 !important}.dash-block.dash-gallery .dash-content ul.gallery-grid{display:flex;flex-wrap:wrap;margin-top:5px;margin-bottom:5px}.dash-block.dash-gallery .dash-content ul.gallery-grid li{flex-basis:20%;padding:2px;position:relative}.dash-block.dash-gallery .dash-content ul.gallery-grid li img{width:100%;height:90px;-o-object-fit:cover;object-fit:cover}.dash-block.dash-gallery .dash-content ul.gallery-grid li .actions{position:absolute;top:50%;left:50%;margin:-16px 0 0 -36px;visibility:hidden}.dash-block.dash-gallery .dash-content ul.gallery-grid li .actions a.view{display:inline-block;background:#fff url("../images/ico_view.svg") center center no-repeat;border:1px solid #7f8fa4;width:25px;height:25px;text-indent:-9999px;border-radius:4px;margin:0 2px}.dash-block.dash-gallery .dash-content ul.gallery-grid li .actions a.delete{display:inline-block;background:#fff url("../images/ico_trash_red.svg") center center no-repeat;border:1px solid #d9241a;width:25px;height:25px;text-indent:-9999px;border-radius:4px;margin:0 2px}.dash-block.dash-gallery .dash-content ul.gallery-grid li:hover:before{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;background:rgba(0,0,0,.6)}.dash-block.dash-gallery .dash-content ul.gallery-grid li:hover .actions{visibility:visible}.dash-block.dash-gallery .dash-content ul.gallery-grid li:hover .actions a:hover{background-color:#eff3f6 !important}.dash-block.dash-gallery .dash-content .clear{margin:0;padding:0;border:0;background:0;height:0;line-height:0;overflow:hidden;clear:both}@media(min-width: 768px){.dash-block.dash-gallery{grid-column:1/3 !important}}/*# sourceMappingURL=styles_new.css.map*/

@media (max-width: 914px) {
    .grid-dashboard.masonry {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 16px;
    }

    .grid-dashboard.masonry .column {
        display: block;
        width: 100%;
    }
}