html {
    height: 100%;
}

body {
    background-color: #F7F7F7;
    height: 100%;
}

underline.a {
    text-decoration: underline;
}

h3 {
    text-align: center;
}

.content {
    background: rgb(255, 255, 255);
    margin: 15px 0px;
    padding: 15px 50px;
    border: 1px solid #E2E2E2;
    box-shadow: 0px 0px 5px #F2F2F2;
}

table.horiz tr th {
    width: 250px;
    background: rgb(244, 244, 244);
}

.logo {
    padding: 10px 5px 0px 5px;
}

ul.logout {
    float: right;
    padding: 20px 5px 10px 0px;
}

ul.logout li {
    float: left;
    padding-left: 15px;
    list-style: none;
}

p#notice {
    padding: 10px;
}

.bold {
    font-weight: bold;
    font-size: 110%;
}

footer.footer1 { 
    background-color: rgb(40, 69, 89);
    margin-top: -70px;
    padding-top: 20px;
    height: 70px;
    font-size: 95%;
    color: white;
}

footer.footer { 
    border-top: 3px solid #205a94; 
    background-color: #064373;
    padding-top: 20px;
    color: white;
}

.footer a {
    color: white;
}

.notice_counter {
    padding: 10px;
    text-indent: 25px;
    font-size: 110%;
}

.copyright {
    float: right;
}

/* 
 * custom navbar 
 * */
nav.navbar.navbar-default {
    background-image: none;
    background-color: #2A536E;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    text-decoration: none;
    background-color: #337AB7;
    color: white;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    color: white;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}

@media only screen and (min-width: 760px), (min-device-width: 768px) and (min-device-width: 1024px)  {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        display: none;
    }
    .content {
        background: rgb(255, 255, 255);
        margin: 15px 0px 90px 0px;
    }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {
    ul.logout {
        float: left;
        padding: 10px 0px;
    }
    .logo {
        padding: 0px 15px;
    }
    .copyright {
        float: left;
    }
    .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }
    .input-group.input-daterange {
        margin: 10px 0px;
    }
}

.form-daterange {
    margin: 20px 0px 15px 0px;
}

.wrap {
    min-height:100%;
    position:relative;
    min-height: calc(100vh - 73px);
}

input#value {
    margin: 0px;
    padding: 3px 5px;
    height: auto;
}

.alert-table-danger {
    background: #ffdcdc;
    padding: 5px;
    margin: 5px 0px;
    border-radius: 7px;
}

.alert-table-success {
    background: #d2eccd;
    padding: 5px;
    margin: 5px 0px;
    border-radius: 7px;
}

.table>tbody>tr>td {
    padding: 6px;
}

input.form-control {
    height: 28px;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

div.values_send p {
    padding: 15px;
}
