﻿@import url(//fonts.googleapis.com/css?family=Lato:300,400);
body {
    line-height: normal;
    font-family: 'Lato',sans-serif;
}

.ng-invalid {
    background-color: #ffedf8;
    border-radius: 4px;
}


.search-control.ng-dirty {
    background-color: #ffffff;
    border-radius: 4px;
}

form.ng-invalid {
    background-color: #ffffff;
    border-radius: 6px;
}

form.ng-dirty {
    background-color: #ffffff;
    border-radius: 4px;
}



.table th {
    font-size: 12px;
   background-color: #F8F8F8;
   
}

.table td {
    font-size: 12px;
}

.table tbody > tr > td {
    vertical-align: middle;
}

    .table tbody > tr > td.td-right {
        vertical-align: middle;
        text-align: right;
    }

    .table tbody > tr > td.td-left {
        vertical-align: middle;
    }


    .table tbody > tr > td.td-center {
        vertical-align: middle;
        text-align: center;
    }

.table thead > tr > th.th-center {
    vertical-align: middle;
    text-align: center;
}

.table thead > tr > th.th-left {
    vertical-align: middle;
}

.table thead > tr > th.th-right {
    vertical-align: middle;
    text-align: right;
}

table>tbody>tr.primary>td, .table>tbody>tr.primary>th, .table>tbody>tr>td.primary, .table>tbody>tr>th.primary, .table>tfoot>tr.primary>td, .table>tfoot>tr.primary>th, .table>tfoot>tr>td.primary, .table>tfoot>tr>th.primary, .table>thead>tr.primary>td, .table>thead>tr.primary>th, .table>thead>tr>td.primary, .table>thead>tr>th.primary {
    background-color: rgb(46, 109, 164);

    color:#ffffff;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.modal-header {
    padding-bottom: 0px;
}

.input-group {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.btn-command {
    margin: 0;
    padding: 5px;
    color: #337AB7;
}

.panel {
    margin-bottom: 10px;
}

.panel-body {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
}

.nav-tabs {
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: #f8f8f8;
        border: 1px solid #ccc;
        border-bottom-color: transparent;
        color: #000000;
        font-size:12px;
    }

    .nav-tabs > li > a {
        color: #000000;
        font-size:12px;
    }

.tab-pane {
    padding: 10px;
    padding-bottom: 0px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-top-color: transparent;
}

label {
    margin-bottom: 1px;
    font-weight: 600;
    font-size: 12px;
    padding-left: 1px;
}

.form-group {
    margin-bottom: 8px;
}

select.form-control {
    padding-left: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 28px;
    border-radius: 4px 4px;
    font-size: 12px;
}

input.form-control {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 28px;
    border-radius: 4px;
    font-size: 12px;
}

div.form-control {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(238, 238, 238);
    font-size: 12px;
}

textarea.form-control {
    font-size: 12px;
}


input[type=checkbox].form-control {
    box-shadow: none;
    width: 28px;
    height: 28px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    font-size: 12px;
}

.btnx {
    height: 28px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar {
    position: relative;
    min-height: 20px;
    margin-bottom: 0px;
}

.navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}

h3.form-title {
    padding-bottom: 0px;
    padding-top: 5px;
    margin-top: 5px;
    font-size: 20px;
}

h3.modal-title {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 10px;
    font-size: 20px;
}

.number3 {
    text-align: right;
    width: 50px;
}


.number5 {
    text-align: right;
    width: 50px;
}

.number6 {
    text-align: right;
    width: 60px;
}


.number8 {
    text-align: right;
    width: 76px;
}

.number10 {
    text-align: right;
    width: 100px;
}

.number12 {
    text-align: right;
    width: 124px;
}


input.form-control.ng-valid-date {
    width: 80px;
}

.small, small {
    font-weight: bold;
    color: #404040;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFF8F7;
}

.typeahead {
    background-image: url(backgrounds/find_text.png);
    background-repeat: no-repeat;
    background-position: center right;
}


.loadingBox {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 1em;
    background: rgba(192,192,192,0.3);
    z-index: 1060;
}

.loadingMessage {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    position: fixed;
    width: 180px;
    height: 60px;
    padding: 1em;
    text-align: center;
    color: #000000;
    font-weight: bold;
    z-index: 1060;
}

#form2
{
    background-color:white;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:0px;
    border-radius:4px;
    min-height:400px;
    margin-top:5px;
    margin-bottom:20px;

    
}

.amount {
    text-align: right;
    width: 100px; 
}

div.form-control-disabled {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(238, 238, 238);
    font-size: 12px;
}
