﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    color: white;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    background-color: gray;
    opacity: 0.3;
    border: none;
    z-index: 999;
    padding-top: 100px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 55px;
    padding-right: 55px;
}

/* 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 {
    max-width: 680px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-text {
    color: #fff;
}

.navbar-inverse {
    background-color: #10306f;
    color: #fff;
}

.card{
    border:1px solid #10306f;
    cursor:pointer;
    color:#10306f;
    font-weight:bold;
    font-family:Calibri;
    min-width:350px !important;
    margin: 5px;

}

.card_site {
    cursor: pointer;
    min-width: 350px !important;
}

.etic{
    font-size:10px;
    color:#808080;
}
.etic_priv {
    font-size: 10px;
    color: #fff;
    background-color: #10306f;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
}
.etic_pub {
    font-size: 10px;
    color: #fff;
    background-color: #379b0d;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
}
.desc {
    font-size: 15px;
    color: #808080;
}

.tit{
    font-size:35px;
    font-weight:bold;
}

/*.erp {
    background-image: url('/Content/erp.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}*/

.jumbotron1 {
    
    margin-bottom: 25px;
    margin-top: 25px;
    vertical-align: middle;
}

@media only screen and (max-width: 600px) {
    .log {
        display:none;
    }
}

h1{
    font-size:45px;
    font-weight:bold;
    color:#10306f;
}

.log{

}
