/*-------------FRONT-PAGE-LOGIN--------------*/

.center{
    margin-top: 20%;
    margin-bottom: 20%;
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    text-align: center;
    border: 7px solid gray;
    padding: 10px;
}
.login-button-label{
	text-align: right;
}
.resetpassword-button-label{
	text-align: right;
}
#grad{
	background: linear-gradient(#333, #eee);
	margin:0;
	padding:0;
}
#clickme{
  font-size: 64px;
  background: -webkit-linear-gradient(#333, #eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*--------------------------------------------*/

#modal_warehouse .modal-header{
  background-color: #2c3e50;
  color: white;
}

#warehouse_form #warehouse_btn{
  
  text-align: right;
}

#user_btn{
  text-align: right;
}

#warehouse_form input {
  margin-bottom: 20px;
}

.btn_add{
  font-size: 18px;
  margin-bottom: 20px;
}

#modal_user .modal-header{
  background-color: #2c3e50;
  color: white;
}

.modal_deactivate .modal-header{
  background-color: #2c3e50;
  color: white;
}

.modal_deactivate .btn_confirm{
  text-align: center;
  margin-top: 20px;
}

#loginbox{
  margin-top: 50px;
}
#login-btn{
  margin-top: 10px;
}

#login-panel-body{
  padding-top: 30px;
}

#login-input-group{
  margin-bottom: 25px;
}

#login-form-group{
  margin-top: 10px;
}

#file-select{
  margin-bottom: 10px;
}

#btn-file-submit{
  margin-top: 5px;
}

#ongoing_tbl_filter, #ongoing_tbl_paginate, #attachment_tbl{
  text-align: right;  
}

#done_tbl_filter, #done_tbl_paginate{
  text-align: right;  
}

#ongoing_tbl thead{
  background-color: #2c3e50;
  color: white; 
}
#attachment_tbl thead{
  background-color: #2c3e50;
  color: white; 
}

#ongoing_tbl{
  font-size: 13px;
}

#done_tbl thead{
  background-color: #2c3e50;
  color: white; 
}

#done_tbl{
  font-size: 13px;
}

#received_tbl thead{
  background-color: #2c3e50;
  color: white; 
}

#received_tbl{
 font-size: 13px; 
}

#done_attachment_tbl thead{
  background-color: #2c3e50;
  color: white; 
}

#done_attachment_tbl{
 font-size: 13px; 
}

#received_tbl_filter, #attachment_tbl_filter, #received_tbl_paginate, #attachment_tbl_paginate{
  text-align: right;  
}


#user_tbl thead{
  background-color: #2c3e50;
  color: white; 
}

#user_tbl, #attachment_tbl{
 font-size: 13px; 
}

#user_tbl_filter, #user_tbl_paginate{
  text-align: right;  
}

#warehouse_tbl thead{
  background-color: #2c3e50;
  color: white; 
}

#warehouse_tbl{
 font-size: 13px; 
}

#warehouse_tbl_filter, #warehouse_tbl_paginate{
  text-align: right;  
}

.warehouse_details .modal-header{
  background-color: #2c3e50;
  color: white;
}

.negative{
  color: red;
}

.done{
  color: green;
}

#modal_shipment .modal-header{
  background-color: #2c3e50;
  color: white; 
}

#import_btn{
  text-align: right;
}

#confirm a{
  margin-left: 5px;
}

#lbl_shipment{
  font-size: 17px;
  margin: 20px;
}

#done_tbl thead{
  background-color: #2c3e50;
  color: white;  
}

.received{
  
}

.update_user .modal-header{
  background-color: #2c3e50;
  color: white; 
}

#warehouse_shipment_filter, #warehouse_shipment_paginate{
  text-align: right;  
}

#warehouse_shipment thead{
  background-color: #2c3e50;
  color: white; 
}

#warehouse_shipment{
 font-size: 13px; 
}

#warehouse_shipment_done_filter, #warehouse_shipment_done_paginate{
  text-align: right;  
}

#warehouse_shipment_done thead{
  background-color: #2c3e50;
  color: white; 
}

#warehouse_shipment_done{
 font-size: 13px; 
}

#my-file-selector{
  border: 1px solid #2980b9;
  border-radius: 5px;
}

#download_icon{
  text-align: right;
}
input[type=text]{
  min-width: 100px;
}

.btn-form{
  text-align: right;
  margin-top: 20px;
  margin-right: : 20px;
}

#edit-received{
  margin-bottom: 20px;
}