﻿/*================== REGULAR ZAIN BOX ===============================*/
.corner-tl-dg, .corner-tr-dg, .corner-bl-dg, .corner-br-dg
{
    position: absolute;
    z-index: 1;
    width: 5px !important;
    height: 5px !important;
    min-height: 5px !important;
    max-height: 5px !important;
    background: url('img/bgr-cornerborder-darkg.png') no-repeat;
}

.corner-tr-dg {
    top: 0px;
    right: 0px;
    background-position: 100% 0px;
}

.corner-tl-dg {
    top: 0px;
    left: 0px;
    background-position: 0px 0px;
}

.corner-br-dg {
    bottom: 0px;
    right: 0px;
    background-position: 100% 100%;
}

.corner-bl-dg {
    bottom: 0px;
    left: 0px;
    background-position: 0px 100%;
}
/*================== STATUS BOX ===============================*/
.status_corner-tl-dg, .status_corner-tr-dg, .status_corner-bl-dg, .status_corner-br-dg {
    position: absolute;
    z-index: 1;
    width: 5px !important;
    height: 5px !important;
    min-height: 5px !important;
    max-height: 5px !important;
    background: url('img/bgr-cornerborder-status.png') no-repeat;
}

.status_corner-tr-dg {
    top: 0px;
    right: 0px;
    background-position: 100% 0px;
}

.status_corner-tl-dg {
    top: 0px;
    left: 0px;
    background-position: 0px 0px;
}

.status_corner-br-dg {
    bottom: 0px;
    right: 0px;
    background-position: 100% 100%;
}

.status_corner-bl-dg {
    bottom: 0px;
    left: 0px;
    background-position: 0px 100%;
}

/*================== ERROR BOX ===============================*/
.error_corner-tl-dg, .error_corner-tr-dg, .error_corner-bl-dg, .error_corner-br-dg {
    position: absolute;
    z-index: 1;
    width: 5px !important;
    height: 5px !important;
    min-height: 5px !important;
    max-height: 5px !important;
    background: url('img/bgr-cornerborder-error.png') no-repeat;
}

.error_corner-tr-dg {
    top: 0px;
    right: 0px;
    background-position: 100% 0px;
}

.error_corner-tl-dg {
    top: 0px;
    left: 0px;
    background-position: 0px 0px;
}

.error_corner-br-dg {
    bottom: 0px;
    right: 0px;
    background-position: 100% 100%;
}

.error_corner-bl-dg {
    bottom: 0px;
    left: 0px;
    background-position: 0px 100%;
}
/*================== REGULAR ZAIN BOX LIGHT===============================*/
.light_corner-tl-dg, .light_corner-tr-dg, .light_corner-bl-dg, .light_corner-br-dg
{
    position: absolute;
    z-index: 1;
    width: 5px !important;
    height: 5px !important;
    min-height: 5px !important;
    max-height: 5px !important;
    background: url('img/bgr-cornerborder-light.png') no-repeat;
}

.light_corner-tr-dg {
    top: 0px;
    right: 0px;
    background-position: 100% 0px;
}

.light_corner-tl-dg {
    top: 0px;
    left: 0px;
    background-position: 0px 0px;
}

.light_corner-br-dg {
    bottom: 0px;
    right: 0px;
    background-position: 100% 100%;
}

.light_corner-bl-dg {
    bottom: 0px;
    left: 0px;
    background-position: 0px 100%;
}
