/*
Custom css
*/

.page-container {
    max-width: 1300px;
}

mav-lightblue{
    color: #4184BB;
}

mav-lightgreen{
    color: #47A589;
}

#product-list .dx-datagrid-summary-item  {
    color: #47A589;
}

#service-list .dx-datagrid-summary-item  {
    color: #f4c414;
}

.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 5px;

    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
}

#pitch-list .dx-toolbar .dx-texteditor {
    width: 100%!important;
}

#pitch-list .dx-toolbar .dx-toolbar-after {
    padding-left: 0px;
    width: 100%!important;
}

#pitch-list .dx-datagrid-search-panel {
    margin-left: 0px;
}

.pdfobject-container { height: 30rem; border: 1rem solid rgba(0,0,0,.1); }