body{ 
    margin-top:40px; 
}

.stepwizard-step p {
    margin-top: 10px;
    
}

.stepwizard-row {
    display: table-row;
    
}
/* .2stepwizard-row {
  display: table-row;
  
} */

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    /* z-order: 0; */

}
/* .2stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  
  z-order: 0;
} */
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    
}
/*Radio input styles
.radionew input[type=radio] { 
  position: absolute !important;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES 
.radionew input[type=radio] + img {
  cursor: pointer !important;
}/* IMAGE STYLES */

/* CHECKED STYLES 
.radionew input[type=radio]:checked + img {
  outline: 4px solid #f00 !important;
}
/*button*/
a.btn.btn-default.btn-circle {
  color: white;
}
a.btn.btn-lg.pull-left.btn-default {
  color: white;
}
.btn{
  color: white;
}
.new-btn-primary{
  color: white;
}
.new-btn-circle {
  width: 60px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  color: white;
 
}

* {
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, Helvetica, sans-serif;
  }
  .formtable1{
    border: 1px solid #555;
    /*background-color: lightblue;*/
    
  }
  .formtable1 td {
    padding:5px;
  }
  /* Float three columns side by side */
  input[type=text]:focus {
    border: 1px solid #555;
    background-color: lightblue;
    border-radius: 2px;
  }
  /*input[type=text] {
    border: none;
    border-bottom: 2px solid red;
    background-color: rgba(0,0,0,.05);
  }*/
  .column2 {
    float: right;
    width: 50%;
    padding: 0 10px;
   
  }
  .column2Container {
    padding-right: 5%;
    padding-left: 5%;
    
  }
  .column {
    float: left;
    width: 33.33%;
    padding: 0 10px;
  }
  
.left, .middle {
    width: 40%;
  }
  
  .right {
    width: 20%;
  }
  /* Remove extra left and right margins, due to padding */
  .row {margin: 0 -5px;}
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive columns */
  @media screen and (max-width: 1100px) {
    .column2Container {
      padding-right: 5%;
      padding-left: 5%;
    }
    .column2 {
      width: 90%;
      display: block;
      margin-bottom: 20px;
    }
    .column {
      width: 90%;
      display: block;
      margin-bottom: 20px;
    }
    .itemImage img {
        max-width: 70%;
        box-shadow: 10px 10px 5px grey;
    }
      
}
.btn-sm{

    background-color: #e44f00;
}


.btn{

    background-color: #e44f00;
}

.btn-info{
  border-color: #e44f00;
}
  /* Style the counter cards */
  .cardForm {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: rgba(21, 53, 105, 0.25);
    text-align: left;
  
  }
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f3ac43b8;
    /*border-top-left-radius: 15%;
    border-bottom-right-radius: 15%;*/
 
  
  }

.btn:hover{
  background-image:none;
background-color:#ff6f22;
border-color: #e44f00;
color: white;
}
.btn:focus{
  background-color:rgb(255, 94, 0);
}
  /*Card images*/
  .itemImage img {
      max-width: 90%;
      box-shadow: 10px 10px 5px grey;
  }
  
  .itemImageDouble img {
      /*padding: 10px;*/
     
      max-width: 65%;
      box-shadow: 5px 5px 5px grey;
      text-align: left;
      
  }
  
  .itemImageDoubleHi img {
      /*padding: 2px;*/
      border: 2px;
      max-width: 70%;
      box-shadow: 10px 10px 5px grey;
      text-align: left;
      
  }

  .itemHighlighted{

    
    border: 4px solid #f00d;
  
  }

  .itemHighlightedCustom{

    
    border: 4px solid rgba(5, 187, 45, 0.867);
  
  }

  /* CUSTOM RADIO & CHECKBOXES
   http://stackoverflow.com/a/17541916/383904 */
.rad,
.ckb{
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.rad > input,
.ckb > input{ /* HIDE ORG RADIO & CHECKBOX */
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
/* RADIO & CHECKBOX STYLES */

/* DEFAULT <i> STYLE */
.rad > i,
.ckb > i{ 
  display: inline-block;
  vertical-align: middle;
  width:  16px;
  height: 16px;
  border-radius: 50%;
  transition: 0.2s;
  box-shadow: inset 0 0 0 8px #fff;
  border: 1px solid gray;
  background: gray;
}
/* CHECKBOX OVERWRITE STYLES */
.ckb > i {
  width: 25px;
  border-radius: 3px;
}
.rad:hover > i{ /* HOVER <i> STYLE */
  box-shadow: inset 0 0 0 3px #fff;
  background: gray;
}
.rad > input:checked + i{ /* (RADIO CHECKED) <i> STYLE */
  box-shadow: inset 0 0 0 3px #fff;
  background: #e44f00;
}
/* CHECKBOX */
.ckb > input + i:after{
  content: "";
  display: block;
  height: 12px;
  width:  12px;
  margin: 2px;
  border-radius: inherit;
  transition: inherit;
  background: gray;
}
.ckb > input:checked + i:after{ /* (RADIO CHECKED) <i> STYLE */
  margin-left: 11px;
  background:  orange;
}
.modal-body {
/*Modal print*/
@media print {
    /* on modal open bootstrap adds class "modal-open" to body, so you can handle that case and hide body */
    body.modal-open {
        visibility: hidden;
    }

    body.modal-open .modal .modal-header,
    body.modal-open .modal .modal-body {
        visibility: visible; /* make visible modal body and header */
    }
}
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
  color: white;
}

/*Align My Buttons

div button {
  float: right;
  margin-left: -50%;
  margin-top: 2em;
}

*/

.btn-orange {
    background: #e94d1c !important;
}

