/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 17, 2016, 4:20:25 PM
    Author     : MacBook
*/

body{
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: 12px;
}

.navbar-fixed-top{
    top: 32px;
}
.navbar-brand{
    padding-right: 15px;
}
.list-group-item{
    padding: 4px 15px;
    background-color: #e5e5e5;
    border: none;
    margin-bottom: 2px;
    font-size: 12px;
}
.empty{
    padding: 10px 8px;
}
.form-group{
    margin-bottom: 4px;
}
.modal-footer{
    background: #f2f2f2;
}
.inputsearch .form-control{
    background: white !important;
}
.summary{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    border-bottom:1px dashed #e8e8e8;
}
.list-view{
    margin-left: 2px;
    margin-right: 2px;
}

.cells{
    padding: 4px 4px;
    font-size: 12px;
}
.datarow{
    border-bottom: 2px solid #ffffff;
    -webkit-transition : border 400ms ease-out;
    -moz-transition : border 400ms ease-out;
    -o-transition : border 400ms ease-out;
    transition : border 400ms ease-out;
}

.datarow:nth-child(odd){
    background: #eeeeee;
    border-bottom: 2px solid #eeeeee;
    -webkit-transition : border 500ms ease-out;
    -moz-transition : border 500ms ease-out;
    -o-transition : border 500ms ease-out;
    transition : border 500ms ease-out;
}

.datarow:hover{
    cursor: pointer;
    border-bottom: 2px solid #73a72f;

}

h4{
    font-size: 14px;
}

h1{
    font-size: 22px;
}

a{
    color: #1a1a1a !important;
}

#title-nav{
    background: #f3f3f3;
    padding: 10px;
}

.table-box{
    margin-left: 2px;
    margin-right: 2px;
}

.table-box .headerdiv{
    padding: 4px;
    background: #6b6b6b;
    color: white;
    font-size: 12px;
}


#err{
    position: fixed; 
    z-index: 2500; 
    right: 15px; 
    top: 15px; 
    background: rgba(0,0,0,0.8); 
    padding: 14px;
    display: none;
}

.errp{
    margin: 0px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0;
}

header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #8abb22;
    font-size: 12px;
    padding: 8px 0;
    z-index: 10;
}

footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #eaeaea;
    font-size: 10px;
    padding: 8px 0;
    z-index: 10;
}

#submenu{
    background: #f6f6f6;
    padding: 10px;
}


.datarow h4{
    margin: 0px;
    padding: 0px;
    padding-bottom: 4px;
}

.totalMain{
    border-top: 2px solid #333333;
    border-bottom: 1px solid #333333;
}

.remarks_section{
    margin-top: 20px;
}
.infobox{
    border: 1px solid #e1e1e1; padding: 10px; padding: 10px;
}

.form-control{
    border: 1px solid #d8d8d8;
}