﻿body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    font-family: 'Segoe UI' !important;
    font-size: 12px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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,
textarea {
    max-width: 280px;
}

div.login {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.full-width {
    width: 100%;
}

.no-border, table.no-border tr, table.no-border tr td {
    border: none;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: darkgray;
    background-color: transparent;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: darkgray;
        background-color: transparent;
    }

.home-menu {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

    .home-menu a {
        margin-top: 15px;
    }

.a-home {
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.img-profile {
    width: 50px;
    margin-right: 10px;
    margin-left: 10px;
    display: block;
}


.label-amount {
    font-size: 16px;
}

.label-green {
    color: forestgreen;
}

.label-red {
    color: darkred;
}

a.btn {
    max-width: 280px;
}


.ignore-max-width {
    max-width: 100% !important;
}

#pUserName {
    font-weight: 500;
    margin: 0px;
    margin-top: 8px;
}

#pUserAccounts {
    font-weight: 400;
    font-size: 10px;
}

#phomeButton {
    margin-top: 8px;
    margin-right: 10px;
}

#divTop {
    border-bottom: 1px solid #eee;
    padding: 5px;
    height: 60px;
}

.btn-info {
    background-color: darkorange;
    border-color: orange;
}

    .btn-info:hover, .btn-info:active, .btn-info:focus {
        background-color: orange !important;
        border-color: darkorange !important;
    }

.btn {
    border-radius: 20px;
    outline: none !important;
}

    .btn:hover, .btn:focus, .btn:active {
        outline: none !important;
    }


.pAmount {
    margin: 0px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 700;
}

.pAmountRed {
    color: indianred;
}

.pAmountGreen {
    color: forestgreen;
}

.pAmountType {
    font-size: 10px;
}

i {
    margin-right: 5px;
}

#btnNewAccount {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.tableAccounts td {
    padding: 1px 10px !important;
    vertical-align: middle !important;
}

.tableAccounts-extra-padding td {
    padding: 10px 10px !important;
}

.img-account {
    width: 32px;
    margin-right: 10px;
    display: block;
}

.txt-account {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #eee;
    background-color: cornflowerblue;
    color: white;
}

.font-14 {
    font-size: 14px;
}

.div-center {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

    .div-center input {
        max-width: 100%;
    }

    .div-center textarea {
        max-width: 100%;
    }

.table-transactions {
    position: absolute;
    left: 0px;
    bottom: 50px;
    right: 0px;
    top: 110px;
    margin-bottom: 80px;
}

    .table-transactions tr:last-child > td{
        padding-bottom:200px;
    }

    .tableAccountTransactions {
        position: absolute;
        left: 0px;
        right: 0px;
    }

#btnTransactions {
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: white;
    height: 70px;
    padding: 10px 10px 0px 10px;
    width: 100%;
    margin: 0px;
    border-top: solid 1px #eee;
}


.apply-max-width {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}


input[type="number"] {
    -moz-appearance: textfield;
}

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.mask-text {
    -webkit-text-security: disc;
    -moz-webkit-text-security: disc;
    -moz-text-security: disc;
}




.modalImg {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modalImg-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#captionImg {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modalImg-content, #captionImg {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modalImg-content {
        width: 100%;
    }
}



#divLogin {
    width: 100%;
    bottom: 350px;
    position: absolute;
    left: 0px;
}


.td-filter select {
    max-width: 100px;
    display: inline-block;
}

.td-filter button {
    display: inline-block;
    margin-top:-7px;
    margin-left:5px;
}


.divButtons{
    width:100%;
    text-align:center;
}
.divButtons a{
    margin-top:15px;
}

.horizontally-center {
    margin: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}