﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input, 
select,
textarea {
   /* max-width: 500px;*/
/*    width:300px;
*/}

/*button {
    width: 100%;
    max-width: 150px;
}
*/
body {
    font-family: Verdana,Verdana;
}

.content-xpand {
    background-color: white !important;
    font-family: Verdana,Verdana;
  
}

.bg-xpand {
    background-color: #F0F0F0;
    color: #1A2162;
    font-family: Verdana,Verdana;
}

.nav-link-xpand {
    background-color: #1A2162;
    color:white;
    font-family: Verdana,Verdana;
}

.btn-xpand {
    background-color: #1A2162;
    color: white;
    border-radius: 5px;
    font-family: Verdana,Verdana; 
/*    max-width: 150px;
*/}

    .btn-xpand:disabled {
        background-color: #D0D1DF;
        color: #1A2162;
        border-radius: 5px;
        font-family: Verdana,Verdana;
    }

.txt-xpand {
    background-color: white;
    color: #1A2162; 
    font-family: Verdana,Verdana;
}

.file-txt-xpand {
    background-color: white;
    color: #1A2162;
    display: none;
    font-family: Verdana,Verdana;
}

.file-xpand {
    background-color: #1A2162;
    color: white;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 3px 12px;
    cursor: pointer;
    border-radius: 5px;
}

.tbl-header  {
    background-color: #1A2162 !important;
    color: white;
}

.tbl-row {
    background-color: #D0D1DF !important;
    color: #1A2162 !important;
}

.tbl-rowLight {
    background-color: white !important;
    color: #1A2162 !important;
}
.tbl-form-check{
    width:10% !important;
}

.tbl-form-rdo{
    vertical-align: central;
    text-align: center;
}