/*
Bootstrap 3.1 overrides from http://bootply.com

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/

body {
  background-color: #f0f0f0;
}

#currentJobTbl tr td{
	vertical-align: middle;
	text-align: center;
}

.table .pendingTable{
	margin:	0;
	background-color: transparent;
}

.pendingTable tbody tr td{
	border: none;
}

.modal-body, .modal-header{
	text-align: center;
}

#deallocateModal .modal-footer, #notifyModal .modal-footer{
	margin-top: 0;
	border-top: none;
}

#editModal .modal-body{
	height: 230px;
}

#editModal input{
	margin-bottom: 20px;
}

#rejectModal .modal-body{
	text-align: left;
}

.admin .sidebartog{
	display:none;
}

.oper .sidebartog{
	display:block;
}

 .titlename{
 	width:	70px;
     background-color:#000000;
     color:#ffffff;
 }

.color-dropdown-menu{
	left:36%;
}

 .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
	top: 210px !important;
	left: 781px !important;
 }

#dp2{
	border-left: 1px solid black;
	border-top: 1px solid black;
	height: 100%;
	background-color: #FAFAFA;
}

.databox
{
    min-width:250px;
    min-height:160px;
}

.form_checkbox
{
    color:#777;
}

.popupbox
{
    min-width:200px;
    min-height:200px;
    max-width:200px;
    max-height:200px;
}

.LHS
{
    background-color:#fafafa;
}

.RightSide
{
 
    min-width:800px;
    background-color:#fafafa;
    padding:10px 10px 10px 10px;
    overflow:visible;
    float:left;
    margin-top:-16px;
    margin-left:20px;
}

.NavArea
{
    background-color:#ffffff;
    height:140px;
    min-height:140px;
    text-align:left;
    vertical-align:middle;
    box-shadow: 2px 2px 2px #888888;
}

.NavArea img
{
    margin-right:10px;
}

.navbar-head
{
    font-size:24px;
    line-height:28px;
    color:#777777;
}

.navbar-nav
{
    margin:7.5px -15px

}

.navbar-item li a
{
    padding-top:10px;
    padding-bottom:10px;
    line-height:20px;
    color:#777777;
}

.navbar-item {
    float: left;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    padding-left: 30px;
}

.navbar-item li 
{
    display: inline;
    list-style-type: none;
    padding-right: 40px;
}

.NavLeft
{
        float:left;
        margin-right:50px;
        height:100%;
}

.NavRight
{
        padding-top:50px;
        float:left;
        height:100%;
}

.UserDetails
{
    float:right;
    color:#777777;
    margin-top:30px;
    margin-right:30px;
}

.joblist
{
    padding:2px !important;
    font-size:11px !important;
    line-height:10px !important;
    vertical-align:middle !important;
}
.btn
{
    padding: 2px 10px !important;
    font-size: 12px !important;
    line-height: 1.0 !important;
}

.accountlist
{
    position:relative;
    float:left;
}

.controls
{
    float:left;
}

.imagepicker
{
    float:left;
    margin-top:40px;
    margin-left:30px;
}

.buttonzone
{
    float:right;
    margin-top:5px;
}

/* STATISTICS PAGE */


.greyback
{
 background-color:#eeeeee;   
}


.driverrow1
{
    outline: thin solid;
}

.statstable
{
 border-top:solid 2px black;   
 border-bottom:solid 2px black; 
 border-right:solid 2px black; 
 border-left:solid 2px black;     
}

.statstable td
{
 border: solid 1px #dddddd; 
    padding:3px !important;
}

.statspage td
{
 font-size:12px !important;
    font-family:verdana;
    
}
