﻿.btn-primary {
  background-color: #569147;
}
.btn-primary:hover {
  background-color: #5eb148;
}
.maincontent {
  margin-top: 0;
}
.jumbotron {
  padding: 30px 15px 30px 15px;
  background: rgba(128, 128, 128, 0.3);
  background: -webkit-linear-gradient(rgba(128, 128, 128, 0.3), rgba(255, 255, 255, 0.3));
  background: -o-linear-gradient(rgba(128, 128, 128, 0.3), rgba(255, 255, 255, 0.3));
  background: -moz-linear-gradient(rgba(128, 128, 128, 0.3), rgba(255, 255, 255, 0.3));
  background: linear-gradient(rgba(200, 200, 200, 0.3), rgba(255, 255, 255, 0.3));
}
.newpagetitle {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.thickGreyBorder {
  border: solid 2px #BBB;
}
.newInvoiceAuthorizationJumbotronContainer {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
.newInvoiceAuthorizationThumnailContainer {
  width: 20em;
  max-width: 20em;
  height: 18em;
  padding: 1em;
  text-align: center;
  border: solid 2px #BBB;
  background: rgba(128, 128, 128, 0.3);
  background: -webkit-linear-gradient(rgba(128, 128, 128, 0.3), rgba(255, 255, 255, 0.3));
  background: -o-linear-gradient(rgba(128, 128, 128, 0.3), rgba(255, 255, 255, 0.3));
  background: -moz-linear-gradient(rgba(128, 128, 128, 0.3), rgba(255, 255, 255, 0.3));
  background: linear-gradient(rgba(200, 200, 200, 0.3), rgba(255, 255, 255, 0.3));
}
/*
.newInvoiceAuthorizationFormLabelSize {
    font-size:16px;
    text-align:left;
}

.newInvoiceAuthorizationFormInputBoxHeight {
    height:30px;
}

.fontGreyGothicBold{
    font-weight:bold;
    //font-family: Roboto; //"Century Gothic";
    color:#777;
}
*/
.cbcharge-input-form label {
  font-weight: bold;
  color: #777;
  font-size: 16px;
}
.cbcharge-input-form input,
select {
  height: 30px;
  border: solid 2px #BBB !important;
  border-radius: 0 !important;
}
.cbcharge-input-form input {
  text-align: center;
}
.newInvoiceAuthorizationThumnailLabelSize {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.square {
  border-radius: 0;
}
.newbreadcrumb {
  /*font-family: Oswald; /*"Century Gothic";*/
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #7c9854;
  background-color: white;
}
.newdashboardcontainer {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
.newiconcolor {
  color: #e29717;
}
.newthumnailcenterblock {
  margin-top: 5px;
}
.newthumnailbtn {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
}
.newSubmitInvoiceJumbotronContainer {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.newalertinfo {
  color: #646464;
  font-size: 16px;
}
.newpendingJumbotronContainer {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.newpendingtable {
  margin-top: 30px;
}
/*table layout - last column*/
table tr td:last-child {
  white-space: nowrap;
  width: 1px;
  text-align: right;
}
/* layout.css Style */
.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}
/* skin.css Style*/
.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center;
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}
.image-preview-input {
  position: relative;
  overflow: hidden;
  margin: 0px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.image-preview-input input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.image-preview-input-title {
  margin-left: 2px;
}