
# Empty CSS file for your own CSS

.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }
body{ background: #EDECEC; padding:10px}

.panel-heading {
    padding: 5px 5px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.login-btn{
    margin-left: -21px;
}
# Empty CSS file for your own CSS
.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }


.modal-backdrop.in {
    opacity: 0 !important;
}

.img-overlay {
    position: relative;
    max-width: 100%;
}
div#blur-layer, div#login-box{
    position: absolute;
    top: 1px;
    right: 5px;


}
div#blur-layer{
    background-color: lightgrey;
    opacity: 0.7;
}
div#login-box{
    background-color: transparent;
}
img#avatar {
    margin: auto;
}
div#bridge-info{
    color: black;
    font-size: 10px;
}
div#bridge-info-text{
    padding: 5px;
}
.login-form{
    padding: 5px;
    background-color: white;
    margin: 5px;
}
form{
    background-color: #E0F2FF;
    padding: 5px;
}

div#bridge-permission{
    padding: 5px;
    display: none;
    background-color: white;
    margin: 5px;
}
.panel-primary>.panel-heading{
    padding: 0.5px;
    max-height: 35px;
    background-color: #3c8dbc;
    border-color: #3c8dbc;
}
.form-group{
    margin-bottom: 5px;
}
.panel.panel-primary{
    border-color: #D1D0CE;
    background-color: #D1D0CE;
}

form#form-success{
    display:none;
}
p#error-msg{
    color: red;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 1px;
}

tr:nth-child(odd) {
    background-color: #E0F2FF;
}
.cell-header{
    background-color: #3c8dbc;
    font-weight: 400;
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

body {
    font-size: 10px;
}