.f-8 { font-size: 8px;}
.f-9 { font-size: 9px;}
.f-10 { font-size: 10px;}
.f-11 { font-size: 11px;}
.f-12 { font-size: 12px;}
.f-13 { font-size: 13px;}
.f-14 { font-size: 14px;}
.f-15 { font-size: 15px;}
.f-16 { font-size: 16px;}
.f-17 { font-size: 17px;}
.f-18 { font-size: 18px;}
.f-19 { font-size: 19px;}
.f-20 { font-size: 20px;}
.f-21 { font-size: 21px;}
.f-22 { font-size: 22px;}
.f-23 { font-size: 23px;}
.f-24 { font-size: 24px;}
.f-25 { font-size: 25px;}
.f-26 { font-size: 26px;}
.f-27 { font-size: 27px;}
.f-28 { font-size: 28px;}

.rotation {
bottom: 0;
display: inline-block;
font-weight: 400;
height: 10px;

padding: 0;
text-align: left;
transform: rotate(-90deg);
transform-origin: left;
white-space: nowrap;
width: 15px;

	

}

.tt {
border-top: 0;
height: 100px;
vertical-align: bottom;
	width: 15px;
}

.wrapper1, .wrapper2 { width: 100%; overflow-x: auto; overflow-y: hidden; }
.wrapper1 { height: 20px; }
.wrapper2 {}
.div1 { height: 20px; }
.div2 { overflow: none; }



/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 800px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}
	
	.modal.right .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
		border-bottom-color: #EEEEEE;
		background-color: #FAFAFA;
	}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #17a2b8;
  border-color: #17a2b8;
}



