﻿.datetimepicker {
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
}

.TRSDropDownMenu {
    position: absolute;
    top: 0;
    right: 0;
}

    .TRSDropDownMenu img {
        position: relative;
        width: 32px;
        cursor: pointer;
        z-index: 100;        
    }

    .TRSDropDownMenu .TRSDropDownMenuImage {
        width: 16px;
        height: 16px;
    }

.trsinfofield {
    background: linear-gradient(to right, #039be5 4px, transparent 4px) 0% 0%, linear-gradient(to bottom, #039be5 4px, transparent 4px) 0% 0%, linear-gradient(to left, #039be5 4px, transparent 4px) 100% 100%, linear-gradient(to top, #039be5 4px, transparent 4px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: 1px solid #039be5;
    margin-bottom: .5rem;
}

.trsinfofield .value {
    font-weight: bold;
}
