.large-Modal .modal-dialog{
  width:1000px; height: 1500px;
  position: absolute;
  top:2em; bottom: 0; left: 0; right: 0;
  margin: auto
}

.RbtnMargin { margin-left: 7px; }

.selectWidth {
	width: auto;
  	margin:2px;
 }

.button {
    background-color: orange;
    color: #fff;
    width: 150px;
    line-height: 30px;
    font-size: 26px;
    text-align: center;
    vertical-align: middle;

.border-between > [class*='col-']:before {
 background: #e3e3e3;
 bottom: 0;
 content: " ";
 left: 0;
 position: absolute;
 width: 1px;
 top: 0;
}
.border-between > [class*='col-']:first-child:before {
 display: none;
}

/* Put here the background (color, images, etc.) that you want between the columns */
.row.myBackground { background: #F00; }
/* This is the column background, for example white as the page background */
.row.myBackground > [class*="span"] { background: blue; }

