.containerDISABLED 
{
    height: 100%;
    width:100%;
}
.container-box
{
	display:inline-block; 
	padding:10px; 
	background: rgba(255, 255, 255, .8);
	border: 1px solid #fff;	
	position: fixed;
  	top: 97% !important;
  	left: 0;

}

.modal-content
{
	background: rgba(246, 242, 193, .7);	
}


.rotated
{
	-moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform-origin: top left;  
}

.container-box {
    background:transparent;
    border:none;
}

.btn-info, .btn-success {
    background-image: -webkit-linear-gradient(top,#f5e17b 0,#ca9a50 100%);
    background-image: -o-linear-gradient(top,#f5e17b 0,#ca9a50 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5e17b),to(#ca9a50));
    background-image: linear-gradient(to bottom,#f5e17b 0,#ca9a50 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5e17b', endColorstr='#ffca9a50', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3c2415 !important;
}
.btn-info:focus, .btn-info:hover, .btn-success:focus, .btn-success:hover {
    background-color: #ca9a50 !important;
    background-position: 0 -15px;
}
