body {
    color:#000;
    font-family:Lato, Arial,Helvetica,sans-serif;
    font-size: 80%;
    background-color: #F6F6F8 !important;
}

.brand-link {
    font-size: 14px;
    text-align: center;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5px;
}

#wrapper {
    max-width: 1000px;
    margin: 10px auto;
}

h1{
    font-size: 14px;
}

h2{
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.information_box {
    border: 2px solid #ccc; padding: 5px 10px;margin:5px
}

.information_box .information {
    padding: 5px;
}

a {
    color:#084482;
    text-decoration:underline;
}

.error {
    color: red;
}

img {
    border: 0px
}

.pager {
     padding: 5px;    
     text-align: right;
     background: #F7FBFE;
     padding:8px 6px;
     font-size:0.9em;
     border-bottom: 1px solid #ccc;
     border-top: 1px solid #ccc;
}

.footer {
    font-size: 0.8em;
    margin-top: 10px;
}

/******/
.list-wrapper {
    border: 1px solid #ccc;
}
.list {
    border-collapse: collapse;
    
    width: 100%;
}

.list td, .list th {
    padding: 5px;
    line-height:1.2em;
    text-align: left;
}

.list th {
    background: #E8F1FA;
    border-bottom:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    
}

.list tr.on td {
    background: #F3F3F3;    
}

.list .center {
    text-align: center;
}


.landing-steps {
    margin-top: 20px;
}

.landing-steps img {
    float: left;
    width: 64px;
    height: 64px;
    margin-left: 40px;
}
.landing-steps p {
    font-weight: bold;
    font-size: 150%;
    line-height: 64px;
    margin-left: 140px;

}
.selectBorder {
    border: 1px solid #ced4da !important;
    height: 31px !important;
}
.selectBorder .select2-selection__placeholder {

    color: #495057 !important;
    font-weight: 400;
}