/* --------------------------------------
=========================================
Smrithi - Multipurpose Bootstrap 4 Admin Template
Version: 1.0
Designed By: PVR Tech Studio (Palani Velayudam)
=========================================
--------------------------------------------------------*/

.Urgent
{
    background-color : red !important;
    color : white !important;
    font-weight : bold !important;
}
.High {
    background-color: orange !important;
    color: white !important;
    font-weight: bold !important;
}
.Medium {
    background-color: yellow !important;
    font-weight: bold !important;
}
.Low {
    background-color: lightyellow !important;
    font-weight: bold !important;
}
.Info {
    background-color: lightgray !important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12
{
    padding-bottom : 5px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    padding-bottom: 5px;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-bottom: 5px;
}


select
{
    height : 20px;
}

.row {
    padding-top: 5px;
    padding-left: 5px;
}

[type=submit], button {
    padding-left: 10px !important;
    padding-right: 10px !important;
}