/* CSS Document */
.opps-page{width:100%; height:100%;}
.opps-header{}
.opps-body{}
.opps-footer{}
.opps-box{width:100%; max-width:300px; height:auto; margin:0 auto; border-radius: 10px;
	box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;)
}
.opps-box-header{font-weight:400;padding:15px; background-color:rgba(136, 165, 191, 0.48); border-top-left-radius:10px; border-top-right-radius:10px; }
.opps-box-body{padding:20px; }
.opps-box-footer{text-align:right;padding:15px; border-bottom-left-radius:10px; border-bottom-right-radius:10px;}
.btn-opps{background-color:#c6d4e0; font-size:100%; font-weight: normal; padding:5px; border-radius: 4px; border: none; box-shadow: 0px 1px 1px rgba(9, 30, 66, 0.25), 0px 0px 1px 1px rgba(9, 30, 66, 0.13);}
.btn-opps:hover {background-color:#FFF; font-weight: 400;}
.opps-warning-color{color:#C00;}

