.img_container {
    position: relative;
    margin-top: 12px;
}

.img_topright {
    position: absolute;
    top: -13px;
    right: 16px;
    font-size: 10px;
    font-weight: bold;
}

.img_topleft {
    position: absolute;
    top: -13px;
    left: 26px;
    font-size: 10px;
    font-weight: bold;
    color: orangered;
}

.editgrid {
    border: 0;
    background: transparent;
    outline: none;
    color: #556B2F;
    font-weight: bold;
    width: 80px;
}

.actiongrid {
    font-size: 30px;
}

.imageprd {
    border: 1px solid gray;
}

.labelTblGraphic {
    border-left: 2px solid gray;
    text-align: left;
    min-width: 200px;
}

.valueTblGraphic {
    border-left: 2px solid gray;
    text-align: right;
    width: 100px;
}

.charts {
    width: 500px;
    height: 500px;
    border: 1px solid gray;
}

.dateClass {;
    background-image: url('/admb/sys/images/calendar.jpg');
    background-position: center right;
    background-size: 20px;
    background-repeat: no-repeat;
    min-width: 110px;
    max-width: 115px;
    /*background-color: yellow;*/
}

label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #454140;
    font-size: 11px;
    padding-left: 3px;
    padding-right: 3px;
}

.headerLegend {
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 3px solid gray;
}

.headerValue {
    font-weight: bolder;
    padding-left: 5px;
    padding-right: 5px;
}

.itemmenu.dropdown-toggle {
    border-left: 1px solid #E6E6E6;
    padding-left: 5px;
    padding-right: 5px;
}

.divcalendar {
    display: none;
}

.imageaba {
    border: 1px dotted #000;
    height: 250px;
    width: 250px;
    max-height: 250px;
    max-width: 250px;
    /*-webkit-transform: rotate(90deg);*/
    /*-moz-transform: rotate(90deg);*/
    /*-o-transform: rotate(90deg);*/
    /*-ms-transform: rotate(90deg);*/
    /*transform: rotate(90deg);*/
}

._ABloader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: _ABspin 2s linear infinite; /* Safari */
    animation: _ABspin 2s linear infinite;
    visibility: hidden;
    display: none;
    margin: 10px;
}

/* Safari */
@-webkit-keyframes _ABspin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes _ABspin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}