﻿body {
   font-family:Verdana;
   font-size:12px;
}

.form-control{
    padding: 0rem 0.5rem;
    font-size:12px;
     font-family: Verdana, Helvetica, sans-serif;
     border: 1px solid #5275a9;

}

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.card-footer{
    padding: 0.5rem 1rem;
    background-color: #43608B;
}
.card-header{
    font-family: verdana;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    padding: 6px;
    text-align: left;
    background-color: #5275A9;
}
.card{
    border: 1px solid #5275A9;
    border-radius:4px;
}
.card-body{
    background-color: #D0DAE8;
    font-family: Verdana, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
}
.MSCIT-btn-navy{
    color: #000000;
    font-family: Verdana;
    font-size: 10pt;
    border-style: solid;
    border-width: 1px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #BED0F5;
    border-color: #000000;
    border-radius: 3px;
}

.Bakbtn {
    color: #fff;
    font-family: Verdana;
    font-size: 14pt;
    border-style: solid;
    border-width: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #337ab7;
    border-color: #000000;
    border-radius: 3px;
}

.card-body-note {
    /*border-left: 1px solid #5275A9;
    border-top: 1px solid #5275A9;
    border-right: 1px solid #5275A9;
    border-bottom: 1px solid #5275A9;*/
    background-color: #BED0F5;
    font-size: 12px;

}
/*.tdclassHT {
    font-size: 17px;
    font-family: Tahoma;
    color: #000000;
    background-color: #FFFFFF;
    font-weight: normal;
    text-align:center;
}*/