/*.modal-header {background-color: #2e4877;padding:10px 10px;color:#FFF;/*border-bottom:2px dashed #2e4877;#337AB7 }
.modal-footer {background-color: rgba(206, 212, 212, 0.5);}*/

  .modal-header {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #1e6d94;
    color: white;
    padding:10px 10px;
}
.modal-content{
  border-radius: 5px;
}
.modal-footer {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: rgba(206, 212, 212, 0.5);
    padding:6px 6px;
}
.tablecart{
  background-color: #237b56f2 !important;
  color: white;
}
.tablecartv{
  background-color: #0a62ad !important;
  color: white;
}
.closemodalicon {
    padding-right: 6px;
    padding-left: 4px;
}
