﻿.ui-button-icon-only {
    text-indent: -9999px;
}
.rightHeaderText {
    text-align: right !important;
}

.circleR {
    background: #f00;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.circleG {
    background: #4cff00;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.circleY {
    background: #ffd800;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.mobile_def_label {
    text-align: center;
    background-color: white;
    Height: 40px;
    font-size: x-large;
}

.mobile_def_button {
    text-align: center;
    background-color: white;
    width: 100%;
    height: 80px;
    font-size: x-large;
}

.mobile_def_TextBox {
    text-align: center;
    background-color: white;
    width: 100%;
    height: 80px;
    font-size: x-large;
}

.mobile_def_ddl {
    text-align: center;
    width: 100%;
    height: 80px;
    font-size: x-large;
    font-size: 20px !important;
}

.prj_filter_Date {
    Width: 50% !important;
    background-color: lightgray;
    text-align: center;
    font-size: 9pt;
    display: inline-block;
    line-height: 0;
    float: left;
    height: 27px;
}

.prj_detail_hyperl > img {
    margin-top: -60px !important;
}

.prj_filter_txt {
    Width: 100% !important;
    background-color: lightgray;
    text-align: center;
}

.prj_filter_title {
    /*background-color: #2c3e50;*/
    background-color: #6c7a89;
    color: white;
    width: 100% !important;
    text-align: center;
}

.label {
    color: black !important;
}

.TestCsslbl {
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: none
}

.row {
    padding-bottom: 5px;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px !important;
    }
}

.btn-sva {
    background-color: #df871b !important;
    width: 100% !important;
    margin: 5px !important;
    padding: 0px !important;
}

.btn-sva:hover, .btn-sva:focus, .btn-sva.focus {
   background-color:   #c37719
}
