.circle {
    height: 50px;
    background: #2f731c;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50px;
    width: 50px;
}
.green{
     background-color: #62a70f !important;
}
.grey{
     background-color: gray !important;
}
.display-none{
    display:none;
}
.display-block{
    display:block;
}
.highlight{
    background-color:#d9f3fc;
}

.message-container-height{
     height: calc(100% - 5px) !important;
}
table#dbAgreement tr.ng-table-filters {
    display: none;
}

body#body {
    overflow: auto;
}

div#pendingAppDiv {
    margin-right: 40px;
}

div#inReqDiv {
    margin-right: 40px;
}

div#urgentDiv {
    margin-right: 40px;
}

div#overlay {
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: whitesmoke; /* Black fallback color */
    opacity: 0.5;
    overflow-x: hidden; /* Disable horizontal scroll */
}

.overlay-content {
    position: relative;
    top: 30%;
    left: 8%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 150px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

#slides_control > div {
    height: 200px;
}

.DisplayFullHeight {
    width: 100% !important;
}

.RemoveElementHeight {
    width: 0% !important;
}
/*img {
        margin: auto;
        width: 400px;
    }*/

.jk-carousel {
    height: 100%;
    overflow: hidden;
    position: relative;
}

    .jk-carousel .slides-container {
        height: 100%;
        position: relative;
    }

        .jk-carousel .slides-container .slide .ng-scope img:first-child {
            max-width: 100%;
            max-height: 100%;
        }

    .jk-carousel .left-arrow-button,
    .jk-carousel .right-arrow-button {
        position: absolute;
        margin: auto !important;
        top: 0;
        bottom: 0;
    }

    .jk-carousel .right-arrow-button {
        right: 0;
    }

    .jk-carousel .md-icon-button {
        width: 48px;
        height: 48px;
        margin: 0;
        padding: 0;
    }

        .jk-carousel .md-icon-button md-icon {
            color: #ffffff;
            width: 48px;
            height: 48px;
            font-size: 48px;
            cursor: pointer;
            outline: none !important;
        }

    .jk-carousel .radio-buttons-container {
        position: absolute;
        bottom: 0;
        margin-bottom: 20px;
        width: 100%;
    }

        .jk-carousel .radio-buttons-container md-radio-button {
            margin-right: 5px;
            outline: none;
        }

            .jk-carousel .radio-buttons-container md-radio-button .md-off {
                border-color: #ffffff;
            }
.elipsis-dot-for-large-string{
    white-space: nowrap;
    width: 150PX;
    overflow: hidden;
    text-overflow: ellipsis;
    /* border: 1px solid #000000; */
    display: inline-block;
}

#send-for-review .md-errors-spacer
{
    display:none;

}