@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
.loading{
    position: absolute;
    z-index: 10;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8) url('../img/loading.gif') no-repeat 50%;
}
body{
    font: normal 14px/1.42857143 "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #333;
}
.page-header {
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #eee;
}
.navbar-default{
    background-color: #fff;
}
.navbar{
    border-radius: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
}
.btn {
    border-radius: 2px;
}
.form-control,.alert,.panel,#myTable,.modal-content,.dropdown-menu{
    border-radius: 2px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */

    text-align: left;
    color: #bbb;
    background: #eee;
    font-size: 12px;
    line-height: 24px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


.container .text-muted {
    margin: 20px 0;
}

.list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.input-group-addon{
    border-radius: 2px;
    font-weight: bold;
}

