﻿.icon-ruler {
    background-image: url(../images/icons/ruler_64.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-ruler-white {
    background-image: url(../images/icons/ruler_white_64.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-ruler-area {
    background-image: url(../images/icons/ruler_area_64.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-ruler-area-white {
    background-image: url(../images/icons/ruler_area_white_64.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-layers {
    background-image: url(../images/icons/layers_32.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-satellite {
    background-image: url(../images/icons/satellite_14.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

span.custom-icon {
    height: 14px;
    width: 14px;
    position: relative;
    display: inline-block;
    top: 2px;
}

.icon-script {
    background-image: url(../images/icons/script_64.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-doc {
    background-image: url(../images/icons/doc_64.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-e {
    background-image: url(../images/icons/E.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-e2 {
    background-image: url(../images/icons/e2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-e2-white {
    background-image: url(../images/icons/e2_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-chevron-down {
    background-image: url(../images/icons/chevron_down_16.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-chevron-up {
    background-image: url(../images/icons/chevron_up_16.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}