#appRosco body {
    font-size: 14px !important;
}

#appRosco .roscoButtonIcons {
    font-family: "rosco";
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    width: 17px;
    top: 0.65em;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    overflow: hidden;
    font-variant: normal;
    text-transform: none
}
#appRosco .roscoButtonIcons.inline {
    position: relative;
    top: -0.1em;
    left: -0.1em
}
#appRosco .roscoButtonIcons.video:before {
    content: '\e800';
	font-size: 1.3em
}
#appRosco .roscoButtonIcons.snapshot:before {
    content: '\e801';
	font-size: 1.3em
}
#appRosco .roscoButtonIcons.download:before {
    content: '\e802';
	font-size: 1.3em
}
#appRosco .roscoButtonIcons.upload:before {
    content: '\e803';
	font-size: 1.3em
}
#appRosco .roscoButtonIcons.flagged {
    background: url(/images/ico/event_flagged_off.png) center center;
    top: 5px;
    width: 20px;
    height: 20px;
}
#appRosco .roscoButtonIcons.flagged.on {
    background-image: url(/images/ico/event_flagged_on.png);
}
#appRosco .roscoButtonIcons.cancel:before {
    content: '\e804';
}
#appRosco .geotabButton .roscoButtonIcons {
    line-height: 1.1em
}
#appRosco .geotabButton.emptyButton>.roscoButtonIcons {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}
#appRosco .roscoButtonIcons {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}
@font-face {
    font-family: 'rosco';
    src: url('font/rosco.woff#') format('woff');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Material Icons';
    src: url("font/material-icons.woff2") format("woff2"), url("font/material-icons.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: block
}
@font-face
  font-family: "Material Icons"
  font-style: normal
  font-weight: 400
  font-display: block
  src: url("../../../../public/fonts/material-icons.woff2") format("woff2"), url("../../../../public/fonts/material-icons.woff") format("woff")

#appRosco .ui-front { z-index: 10001 !important; }
#appRosco .ui-dialog { z-index: 10002 !important; }

#appRosco .search-autocomplete .items-list {
        z-index: 10
}


#appRosco .redux-toastr .top-center {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 700px;
    opacity: 0.9;
    padding: 0;
    position: fixed;
}

#appRosco .redux-toastr .toastr {
    margin: 0;
    padding: 0;
    min-height: 10px;
    text-align: center;
    border-radius: 0;
}

#appRosco .redux-toastr .toastr.rrt-warning {
    border: 1px solid #ce838f;
    background-color: #f7a336;
    color: #fff;
    fill: #fff;
}
#appRosco .redux-toastr .toastr.rrt-error {
    border: 1px solid #ce838f;
    background-color: #f2dede;
    color: #ca0b0b;
    fill: #ca0b0b;
}
#appRosco .redux-toastr .toastr.rrt-success {
    border: 1px solid #a7dd79;
    background-color: #e6f7df;
    color: #468847;
    fill: #468847;
}

#appRosco .redux-toastr .rrt-left-container .rrt-holder {
    width: 15px;
    height: 15px;
    margin: 0;
    line-height: 0;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    font-size: 0;
    top: calc(50% - 8px);
} 

#appRosco .redux-toastr .rrt-error .rrt-left-container .rrt-holder:before,
#appRosco .redux-toastr .rrt-warning .rrt-left-container .rrt-holder:before {
    /* content: '\e823'; */
}

#appRosco .redux-toastr .rrt-success .rrt-left-container .rrt-holder:before {
    content: '\e820';
    /* content: url("/images/info.svg"); */
    display: block;
    width: 15px;
    height: 15px;
}

#appRosco .redux-toastr .rrt-left-container .rrt-holder svg {    
    /* width: 17px !important;
    height: 15px !important;
    margin: 0; */
    display: none
    
}

/* #app .redux-toastr .rrt-error .rrt-left-container .rrt-holder svg,
#app .redux-toastr .rrt-warning .rrt-left-container .rrt-holder svg {
    fill: #ca0b0b;
}

#app .redux-toastr .rrt-success .rrt-left-container .rrt-holder svg {
    fill: #468847;
} */

#appRosco .redux-toastr .rrt-middle-container {
    text-align: center;
    padding: 5px 25px;
    width: 100%;
    margin: 0;
}

#appRosco .redux-toastr .rrt-middle-container .rrt-text {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.2;
    color: inherit;
    font-size: 16px;
}

#appRosco .rrt-right-container {
    width: auto;
    font-weight: bold;
    font-family: "fontello";
    right: 0;
    position: absolute;
    font-size: 0;
    padding: 0 6px;
    /* height: 100%; */
    top: calc(50% - 8px);
}

#appRosco .rrt-right-container:before {
    /* content: '\e817'; */
    content: 'x';
    /* content: url("/images/close.svg"); */
    display: block;
    width: 15px;
    height: 15px;
}

#appRosco .rrt-right-container .close-toastr {
    width: 100%;
    text-indent: -9999px;
}

