/* #box-list {
  list-style-type: none;
  margin: 0;
  float: left;
  margin-right: 1px;
  padding: 1px;
  width: 90%;
  box-sizing: border-box;
}

#box-list li {
  margin: 1px;
  padding: 2px;
  font-size: .85em;
  width: 100%;
  background-color: #F8F8F8;
} */

/* .myselect {
  width: 90%;
  height: 30px;
  border-radius: 5px;
  border-width: 1px;
  font-size: .9em;
}

#myselect option {
  width: 80%;
} */

.inner_div {
  padding-left: 4px;
  padding-right: 4px;
}

.link:hover {
  background-color: #ADD8E6;
  color: #fff;
}

.affix {
  top: 0;
  /* -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; */
}

.affix-top {
  position: static;
  top: -35px;
}

.flex-container-half {
  padding-bottom: 15px;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.flex-container-driver {
  padding-bottom: 15px;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.flex-container-full {
  padding-bottom: 5px;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-item {
  background-color: #F8F8F8;
  padding: 2px;
  width: 50%;
  text-align: center;
}

.flex-item-driver {
  /*  background-color: #F8F8F8;*/
  padding: 2px;
  width: 33.3%;
  text-align: center;
}

.flex-item-driver-full {
  /*  background-color: #F8F8F8;*/
  padding: 2px;
  width: 100%;
  text-align: center;
}

.flex-container-full .flex-item {
  width: 100%;
  text-align: center;
}

/* Fuel Replenishment */
.FRtable-container {
  /* height: 140px; */
  height: 1000px;
  width: 100%;
  overflow: auto;
}

.FRtable-fixed tbody::-webkit-scrollbar {
  width: 0;
}

tbody.FRremoveScrollbar::-webkit-scrollbar {
  width: 0;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}

.FRtable-bordered > tbody > tr > td,
.FRtable-bordered > tbody > tr > th,
.FRtable-bordered > tfoot > tr > td,
.FRtable-bordered > tfoot > tr > th,
.FRtable-bordered > thead > tr > td,
.FRtable-bordered > thead > tr > th {
  border: 1px solid #dddddd;
}

.FRBorder-bottom {
  border-bottom: 1px solid #dddddd;
}

.FRBorder {
  border-bottom: 3px solid black;
  width: 100%;
}

.fa-info {
  color: red;
}

.fa-sticky-note {
  color: orange;

}

.FRtable-fixed {
  width: 100%;
  background-color: #f3f3f3;
}

/* MASTERPLAN */
.divider {
  width: 5px;
  height: auto;
  display: inline-block;
}

.masterplan {
  font-family: Arial;
  font-size: .9em;
}

#myselectMPMP {
  width: 50px;
  height: 25px;
  border-width: .5px;
  font-size: .9em;
}

.deliveryPlan {
  font-family: Arial;
  font-size: .9em;
}

/* Scheduling  */
ul.schedule {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

ul li {
  border-radius: 5px;
}

ul.droptrue {
  min-height: 20px;
}

#box-list {
  list-style-type: none;
  margin: 0;
  float: left;
  margin-right: 1px;
  padding: 1px;
  width: 90%;
  box-sizing: border-box;
}

#box-list li {
  margin: 1px;
  padding: 2px;
  font-size: .85em;
  width: 100%;
  background-color: #F8F8F8;
}

#myselect {
  width: 90%;
  height: 30px;
  border-radius: 5px;
  border-width: 1px;
  font-size: .9em;
}

#myselect option {
  width: 80%;
}

/* Table Masterplan */
table.table-fixed-head .table-fixed-head-thead {
  border-bottom: 1px solid #dddddd;
  background: #fafafa;
  color: #222;
}

::-webkit-scrollbar-track {
  border: 1px solid black;
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 0;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #000000;
}

/* Scrollable Tables */
.table th,
td {
  text-align: center;
}

.header-fixed {
  width: 100%;
}

.header-fixed > tbody,
.header-fixed > tbody > tr,
.header-fixed > tbody > tr > td,
.header-fixed > thead,
.header-fixed > thead > tr,
.header-fixed > thead > tr > th {
  display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}

.header-fixed > tbody {
  overflow-y: auto;
  height: 500px;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
  width: 3.8%;
  float: left;
}
/*********************************************************/
/*Set a min width where your table start to look like crap*/

.table-fixed {
  min-width: 600px;
}

/*The next 3 sections make the magic happen*/
.table-fixed thead {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-fixed tbody {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-fixed tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-fixed tbody {
  display: block;
  min-height: 700px;
  max-height: 1000px;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
}

.table-fixed td {
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-fixed > tbody > tr:after,
.table-fixed > thead > tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}
/*Use the following to make sure cols align correctly*/
.table-fixed table > tr > th > td {
  border: 1px solid black;
  border-collapse: collapse;
}

/*Set your columns to where you want them to be, skip the one that you can have resize to any width*/
.table-fixed-rows td:nth-child(1),
.table-fixed-rows th:nth-child(1) {
  width: 7%;
}

.table-fixed-rows td:nth-child(2),
.table-fixed-rows th:nth-child(2) {
  width: 7%;
}

.table-fixed-rows td:nth-child(3),
.table-fixed-rows th:nth-child(3) {
  width: 10%;
}

.table-fixed-rows td:nth-child(4),
.table-fixed-rows th:nth-child(4) {
  width: 7%;
}

.table-fixed-rows td:nth-child(5),
.table-fixed-rows th:nth-child(5) {
  width: 12%;
}

.table-fixed-rows td:nth-child(6),
.table-fixed-rows th:nth-child(6) {
  width: 5%;
}

.table-fixed-rows td:nth-child(7),
.table-fixed-rows th:nth-child(7) {
  width: 5%;
}

.table-fixed-rows td:nth-child(8),
.table-fixed-rows th:nth-child(8) {
  width: 5%;
}

.table-fixed-rows td:nth-child(9),
.table-fixed-rows th:nth-child(9) {
  width: 4%;
}

.table-fixed-rows td:nth-child(10),
.table-fixed-rows th:nth-child(10) {
  width: 18%;
}

.table-fixed-rows td:nth-child(11),
.table-fixed-rows th:nth-child(11) {
  width: 10%;
}

.table-fixed-rows td:nth-child(12),
.table-fixed-rows th:nth-child(12) {
  width: 10.5%;
}
/***********************************************************/

/*Set your columns to where you want them to be, skip the one that you can have resize to any width*/
.masterplan-fixed-rows td:nth-child(1),
.masterplan-fixed-rows th:nth-child(1) {
  width: 4%;
}

.masterplan-fixed-rows td:nth-child(2),
.masterplan-fixed-rows th:nth-child(2) {
  width: 10%;
}

.masterplan-fixed-rows td:nth-child(3),
.masterplan-fixed-rows th:nth-child(3) {
  width: 7%;
}

.masterplan-fixed-rows td:nth-child(4),
.masterplan-fixed-rows th:nth-child(4) {
  width: 5%;
}

.masterplan-fixed-rows td:nth-child(5),
.masterplan-fixed-rows th:nth-child(5) {
  width: 8%;
}

.masterplan-fixed-rows td:nth-child(6),
.masterplan-fixed-rows th:nth-child(6) {
  width: 8%;
}

.masterplan-fixed-rows td:nth-child(7),
.masterplan-fixed-rows th:nth-child(7) {
  width: 5%;
}

.masterplan-fixed-rows td:nth-child(8),
.masterplan-fixed-rows th:nth-child(8) {
  width: 5%;
}

.masterplan-fixed-rows td:nth-child(9),
.masterplan-fixed-rows th:nth-child(9) {
  width: 5%;
}

.masterplan-fixed-rows td:nth-child(10),
.masterplan-fixed-rows th:nth-child(10) {
  width: 5%;
}

.masterplan-fixed-rows td:nth-child(11),
.masterplan-fixed-rows th:nth-child(11) {
  width: 10%;
}

.masterplan-fixed-rows td:nth-child(12),
.masterplan-fixed-rows th:nth-child(12) {
  width: 15%;
}

.masterplan-fixed-rows td:nth-child(13),
.masterplan-fixed-rows th:nth-child(13) {
  width: 5%;
}

.masterplan-fixed-rows td:nth-child(14),
.masterplan-fixed-rows th:nth-child(14) {
  width: 9%;
}

/*********************************************************/
.fuelplan-fixed-rows td:nth-child(1),
.fuelplan-fixed-rows th:nth-child(1) {
  width: 9%;
}

.fuelplan-fixed-rows td:nth-child(2),
.fuelplan-fixed-rows th:nth-child(2) {
  width: 16%;
}

.fuelplan-fixed-rows td:nth-child(3),
.fuelplan-fixed-rows th:nth-child(3) {
  width: 4%;
}

.fuelplan-fixed-rows td:nth-child(4),
.fuelplan-fixed-rows th:nth-child(4) {
  width: 9%;
}

.fuelplan-fixed-rows td:nth-child(5),
.fuelplan-fixed-rows th:nth-child(5) {
  width: 9%;
}

.fuelplan-fixed-rows td:nth-child(6),
.fuelplan-fixed-rows th:nth-child(6) {
  width: 9%;
}

.fuelplan-fixed-rows td:nth-child(7),
.fuelplan-fixed-rows th:nth-child(7) {
  width: 9%;
}

.fuelplan-fixed-rows td:nth-child(8),
.fuelplan-fixed-rows th:nth-child(8) {
  width: 9%;
}

.fuelplan-fixed-rows td:nth-child(9),
.fuelplan-fixed-rows th:nth-child(9) {
  width: 9%;
}

.fuelplan-fixed-rows td:nth-child(10),
.fuelplan-fixed-rows th:nth-child(10) {
  width: 9%;
}

.fuelplan-fixed-rows td:nth-child(11),
.fuelplan-fixed-rows th:nth-child(11) {
  width: 9%;
}

/*********************************************************/
.editHistory-fixed-rows td:nth-child(1),
.editHistory-fixed-rows th:nth-child(1) {
  width: 5%;
}

.editHistory-fixed-rows td:nth-child(2),
.editHistory-fixed-rows th:nth-child(2) {
  width: 15%;
}

.editHistory-fixed-rows td:nth-child(3),
.editHistory-fixed-rows th:nth-child(3) {
  width: 25%;
}

.editHistory-fixed-rows td:nth-child(4),
.editHistory-fixed-rows th:nth-child(4) {
  width: 41%;
}

.editHistory-fixed-rows td:nth-child(5),
.editHistory-fixed-rows th:nth-child(5) {
  width: 15%;
}

/*********************************************************/
.notifications-fixed-rows td:nth-child(1),
.notifications-fixed-rows th:nth-child(1) {
  width: 3%;
}

.notifications-fixed-rows td:nth-child(2),
.notifications-fixed-rows th:nth-child(2) {
  width: 15%;
}

.notifications-fixed-rows td:nth-child(3),
.notifications-fixed-rows th:nth-child(3) {

  width: 55%;
}

.notifications-fixed-rows td:nth-child(4),
.notifications-fixed-rows th:nth-child(4) {
  width: 8%;
}

.notifications-fixed-rows td:nth-child(5),
.notifications-fixed-rows th:nth-child(5) {
  width: 10%;
}

.notifications-fixed-rows td:nth-child(6),
.notifications-fixed-rows th:nth-child(6) {
  width: 10%;
}

.notifications-fixed-rows td:nth-child(3) {
  text-justify: auto;
  text-align: left;
}

/*********************************************************/
.checklist-fixed-rows td:nth-child(1),
.checklist-fixed-rows th:nth-child(1) {
  width: 16.6%;
}

.checklist-fixed-rows td:nth-child(2),
.checklist-fixed-rows th:nth-child(2) {
  width: 16.6%;
}

.checklist-fixed-rows td:nth-child(3),
.checklist-fixed-rows th:nth-child(3) {

  width: 16.6%;
}

.checklist-fixed-rows td:nth-child(4),
.checklist-fixed-rows th:nth-child(4) {
  width: 16.6%;
}

.checklist-fixed-rows td:nth-child(5),
.checklist-fixed-rows th:nth-child(5) {
  width: 18%;
}

.checklist-fixed-rows td:nth-child(6),
.checklist-fixed-rows th:nth-child(6) {
  width: 16%;
}

/*********************************************************/
.defectlist-fixed-rows td:nth-child(1),
.defectlist-fixed-rows th:nth-child(1) {
  width: 4%;
}

.defectlist-fixed-rows td:nth-child(2),
.defectlist-fixed-rows th:nth-child(2) {
  width: 10%;
}

.defectlist-fixed-rows td:nth-child(3),
.defectlist-fixed-rows th:nth-child(3) {

  width: 10%;
}

.defectlist-fixed-rows td:nth-child(4),
.defectlist-fixed-rows th:nth-child(4) {
  width: 12%;
}

.defectlist-fixed-rows td:nth-child(5),
.defectlist-fixed-rows th:nth-child(5) {
  width: 25%;
}

.defectlist-fixed-rows td:nth-child(6),
.defectlist-fixed-rows th:nth-child(6) {
  width: 18%;
}

.defectlist-fixed-rows td:nth-child(7),
.defectlist-fixed-rows th:nth-child(7) {
  width: 10%;
}

.defectlist-fixed-rows td:nth-child(8),
.defectlist-fixed-rows th:nth-child(8) {
  width: 3%;
}

.defectlist-fixed-rows td:nth-child(9),
.defectlist-fixed-rows th:nth-child(9) {
  width: 10%;
}

/*********************************************************************/

/* .fiveDay-fixed-rows  th.row-header:nth-child(1){
    width:auto;
}
 .fiveDay-fixed-rows  th.row-header:nth-child(2){
    width:1%;
}
 .fiveDay-fixed-rows  th.row-header:nth-child(3),{
    width:auto;
}
 .fiveDay-fixed-rows  th.row-header:nth-child(4){
    width:auto;
}
 .fiveDay-fixed-rows th.row-header:nth-child(5){
    width:auto;
}
.fiveDay-fixed-rows  th.row-header:nth-child(6){
    width:auto;
}

.fiveDay-fixed-rows    th:nth-child(1),  .fiveDay-fixed-rows   td:nth-child(1) {
    width: fit-content;
}
 .fiveDay-fixed-rows   th:nth-child(2), .fiveDay-fixed-rows   td:nth-child(2) {
    width: fit-content;
}
 .fiveDay-fixed-rows   th:nth-child(3),  .fiveDay-fixed-rows   td:nth-child(3) {

    width: fit-content;
}
 .fiveDay-fixed-rows   th:nth-child(4),  .fiveDay-fixed-rows   td:nth-child(4) {
    width: fit-content;
}
 .fiveDay-fixed-rows   th:nth-child(5),  .fiveDay-fixed-rows   td:nth-child(5) {
    width: fit-content;
}
.fiveDay-fixed-rows   th:nth-child(6),  .fiveDay-fixed-rows   td:nth-child(6) {
    width: fit-content;
}
.fiveDay-fixed-rows   th:nth-child(7),  .fiveDay-fixed-rows   td:nth-child(7) {
    width: 4%;
}
 .fiveDay-fixed-rows   th:nth-child(8),  .fiveDay-fixed-rows   td:nth-child(8) {
    width: 4%;
}
.fiveDay-fixed-rows   th:nth-child(9),  .fiveDay-fixed-rows   td:nth-child(9) {
    width: 4%;
}
.fiveDay-fixed-rows    th:nth-child(10),  .fiveDay-fixed-rows   td:nth-child(10) {
    width: 0.2%;
}
 .fiveDay-fixed-rows   th:nth-child(11), .fiveDay-fixed-rows   td:nth-child(11) {
    width: 4%;
}
 .fiveDay-fixed-rows   th:nth-child(12),  .fiveDay-fixed-rows   td:nth-child(12) {

    width: 4%;
}
 .fiveDay-fixed-rows   th:nth-child(13),  .fiveDay-fixed-rows   td:nth-child(13) {
    width: 4%;
}
 .fiveDay-fixed-rows   th:nth-child(14),  .fiveDay-fixed-rows   td:nth-child(14) {
    width: 4%;
}
.fiveDay-fixed-rows   th:nth-child(15),  .fiveDay-fixed-rows   td:nth-child(15) {
    width: 4%;
}
.fiveDay-fixed-rows   th:nth-child(16),  .fiveDay-fixed-rows   td:nth-child(16) {
    width: 4%;
}
 .fiveDay-fixed-rows   th:nth-child(17),  .fiveDay-fixed-rows   td:nth-child(17) {
    width: 4%;
}
.fiveDay-fixed-rows   th:nth-child(18),  .fiveDay-fixed-rows   td:nth-child(18) {
    width: 4%;
}
.fiveDay-fixed-rows   th:nth-child(19),  .fiveDay-fixed-rows   td:nth-child(19) {
   width: 4%;
}
.fiveDay-fixed-rows   th:nth-child(20),  .fiveDay-fixed-rows   td:nth-child(20) {
   width: 4%;
}
.fiveDay-fixed-rows   th:nth-child(21),  .fiveDay-fixed-rows   td:nth-child(21) {
   width: 4%;
}
.fiveDay-fixed-rows   th:nth-child(22),  .fiveDay-fixed-rows   td:nth-child(22) {
   width: 4%;
}
.fiveDay-fixed-rows   th:nth-child(23),  .fiveDay-fixed-rows   td:nth-child(23) {
   width: 4%;
}
.fiveDay-fixed-rows   th:nth-child(24),  .fiveDay-fixed-rows   td:nth-child(24) {
   width: 4%;
}
.fiveDay-fixed-rows   th:nth-child(25),  .fiveDay-fixed-rows   td:nth-child(25) {
    width: 4%;
 } */

.fiveDay-fixed-rows th {
  height: .4%;
}

.fiveDay-fixed-rows th.row-header:nth-child(1) {
  width: auto;
}

.fiveDay-fixed-rows th.row-header:nth-child(2) {
  width: 1;
}

.fiveDay-fixed-rows th.row-header:nth-child(3) {
  width: auto;
}

.fiveDay-fixed-rows th.row-header:nth-child(4) {
  width: auto;
}

.fiveDay-fixed-rows th.row-header:nth-child(5) {
  width: auto;
}

.fiveDay-fixed-rows th.row-header:nth-child(6) {
  width: auto;
}

.table-fixed tbody::-webkit-scrollbar {
  width: 0;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}

.header-fixed tbody::-webkit-scrollbar {
  width: 0;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
/* 
::-webkit-scrollbar-thumb {
    background: #FF0000;
} */

/*********************************************************/
.infringement-fixed-rows td:nth-child(1),
.infringement-fixed-rows th:nth-child(1) {
  width: 10%;
}

.infringement-fixed-rows td:nth-child(2),
.infringement-fixed-rows th:nth-child(2) {
  width: 25%;
}

.infringement-fixed-rows td:nth-child(3),
.infringement-fixed-rows th:nth-child(3) {

  width: 25%;
}

.infringement-fixed-rows td:nth-child(4),
.infringement-fixed-rows th:nth-child(4) {
  width: 25%;
}

.infringement-fixed-rows td:nth-child(5),
.infringement-fixed-rows th:nth-child(5) {
  width: 15%;
}

/***********************************************************/

/*Set your columns to where you want them to be, skip the one that you can have resize to any width*/
.invoice-fixed-rows td:nth-child(1),
.invoice-fixed-rows th:nth-child(1) {
  width: 4%;
}

.invoice-fixed-rows td:nth-child(2),
.invoice-fixed-rows th:nth-child(2) {
  width: 6%;
}

.invoice-fixed-rows td:nth-child(3),
.invoice-fixed-rows th:nth-child(3) {
  width: 7%;
}

.invoice-fixed-rows td:nth-child(4),
.invoice-fixed-rows th:nth-child(4) {
  width: 4%;
}

.invoice-fixed-rows td:nth-child(5),
.invoice-fixed-rows th:nth-child(5) {
  width: 4%;
}

.invoice-fixed-rows td:nth-child(6),
.invoice-fixed-rows th:nth-child(6) {
  width: 4%;
}

.invoice-fixed-rows td:nth-child(7),
.invoice-fixed-rows th:nth-child(7) {
  width: 4%;
}

.invoice-fixed-rows td:nth-child(8),
.invoice-fixed-rows th:nth-child(8) {
  width: 5%;
}

.invoice-fixed-rows td:nth-child(9),
.invoice-fixed-rows th:nth-child(9) {
  width: 3%;
}

.invoice-fixed-rows td:nth-child(10),
.invoice-fixed-rows th:nth-child(10) {
  width: 5%;
}

.invoice-fixed-rows td:nth-child(11),
.invoice-fixed-rows th:nth-child(11) {
  width: 5%;
}

.invoice-fixed-rows td:nth-child(12),
.invoice-fixed-rows th:nth-child(12) {
  width: 5%;
}

.invoice-fixed-rows td:nth-child(13),
.invoice-fixed-rows th:nth-child(13) {
  width: 5%;
}

.invoice-fixed-rows td:nth-child(14),
.invoice-fixed-rows th:nth-child(14) {
  width: 5%;
}

.invoice-fixed-rows td:nth-child(15),
.invoice-fixed-rows th:nth-child(15) {
  width: 3%;
}

.invoice-fixed-rows td:nth-child(16),
.invoice-fixed-rows th:nth-child(16) {
  width: 5%;
}

.invoice-fixed-rows td:nth-child(17),
.invoice-fixed-rows th:nth-child(17) {
  width: 5%;
}

.invoice-fixed-rows td:nth-child(18),
.invoice-fixed-rows th:nth-child(18) {
  width: 5%;
}

.invoice-fixed-rows td:nth-child(19),
.invoice-fixed-rows th:nth-child(19) {
  width: 5%;
}

.invoice-fixed-rows td:nth-child(20),
.invoice-fixed-rows th:nth-child(20) {
  width: 6%;
}

.invoice-fixed-rows td:nth-child(21),
.invoice-fixed-rows th:nth-child(21) {
  width: 5%;
}

.invoice-fixed-rows td:nth-child(22),
.invoice-fixed-rows th:nth-child(22) {
  width: 5%;
}


/* 06/05/2019 */

.info-box{
  
    min-height: 108px;
   
    margin-bottom: 20px;
}

.info-box-icon {
  
  height: 108px;
 
  line-height: 108px;
  
}
.info-box-content {
  padding: 15px 10px;
}
.select-box{
  display: unset !important;
  width: unset !important;
  margin-left: 8px;
}
.less-mb{
  margin-bottom:unset !important;
}
.mapbtn {
  width:100px;
  margin-bottom: 8px;
}

/* Dashboard 2*/
.profile-user-img{
  height: 100px;
}
.tankhead{
  margin-top: 20px;
}
.tankhead, .tankbody {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}
.tb3, .tankhead div, .tankbody div {
  width: 33%;
  text-align: center;
}
.tb3 input[type="text"]{
width: 90%;
}
.tb2 select{
  width:90%;
  text-align: center;
  height: 26px;
  border-radius: 5px
}
.tb2 select option{
  text-align: center
}
/*Aromal*/
input {
    color: #000000;
}
.red{
  color: #FF0000;
  font-weight: bold;
}

.orange{
  color: #FF9900;
  font-weight: bold;
}

.green{
  color: #328332;
  font-weight: bold;
  font-style: italic;
}
/* Absolute Center CSS Spinner by Aromal_________*/
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.lds-ellipsis {
  width: 64px;
  height: 64px;
  margin: 300px auto;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.masterplan input, select {
  font-size: 10px;
}