
html,
body {
    height: 100%;
}

.container 
{
    height: 100%;
    width:100%;  
}
.container-box
{
	display:inline-block; 
	padding:2px; 
	background: rgba(255, 255, 255);
	position: fixed;
  	top: 95%;
  	right: 0;
    z-index: 100000;
}
.container-box .btn-info
{
    background-color: #000d34;
}
.modal-content
{
	background: #fff;	
}

.modal-body input
{
    display: block;
    padding: 1px 20px;
}
.rotated
{
	-moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform-origin: top;  
}




