	.border_left {
		border-left: 3px solid blue;
	}
	.border_right {
		border-right: 3px solid blue;
	}
	
	.border_left_thin {
		border-left: 1px solid blue;
	}
	
	.title_1 {
		font-size: 12px;
		color: blue;
	}
	
	.title_2 {
		font-size: 22px;
	}
	
	.input-group-addon {
		text-align: left;
		background: #ecf2f8;
		border-bottom: 1px solid black;
	}
	
	.laber-left {
		margin-left: 10px;
	}
	
	.no-outline {
		border-width: 0px;
		border: none;
		outline: none;
		background: #ecf2f8;
		border-bottom: 1px solid black;
	}
	
	.text-area {
		background: #ecf2f8;
	}
	
	.selectBox {
		height: 40px;
		border-width: 0px;
		border: none;
		outline: none;
		background: #ecf2f8;
		border-bottom: 1px solid black;
	}
	
	.dateBox {
		height: 43px;
		border-width: 0px;
		border: none;
		outline: none;
		background: #ecf2f8;
		border-bottom: 1px solid black;
		text-align: center;
		width: 90%;
	}
	
	.btn-bold {
		font-weight: bold;
	}
	
	.red-letter {
		color: red;
	}
	
	.hiddenView {
		display: none;
	}
	
	.editButton {
		background-color: white;
		color: black;
		border: 2px solid black;
	}
	
	.radio-inline {
	
	}
	
	.checkBox-central {
		margin-top: .3rem; !important;
	}
	
	.radio-right-margin {
		margin-left: 10px !important;
	}
	
	.scroll-body {
		overflow-x: hidden;
    position: relative;
    width: 100%;
	}
	
	.example {
    padding: 20px;
    color: white;
	}
	
	.noPaddingMargin {
		padding-right: 0; /** TODO imported CSS was invalid; is this !important; **/
		padding-left: 0; /** TODO imported CSS was invalid; is this !important; **/
		margin-right: 0; /** TODO imported CSS was invalid; is this !important; **/
		margin-left: 0; /** TODO imported CSS was invalid; is this !important; **/
	}
	
	.selectFormat {
		height: 48px;
	}
		
	.checkBox1 {
		width: 13px; /** TODO imported CSS was invalid; is this !important; **/
		height: 13px; /** TODO imported CSS was invalid; is this !important; **/
	}
	
	.checkPosition {
		position: absolute;
		top: 20%;
		transform: translateX(100%);
	}
		
	@media only screen and (min-width: 280px) {
    .example {background: red;}
	}
	@media only screen and (min-width: 600px) {
    .example {background: green;}
	}
	
	/* Large devices (laptops/desktops, 992px and up) */
	@media only screen and (min-width: 992px) {
    .example {background: orange;}
	}
	
	/* Extra large devices (large laptops and desktops, 1200px and up) */
	@media only screen and (min-width: 1200px) {
    .example {background: pink;}
	}
	
	@media (max-width: @screen-xs) {
    body{font-size: 10px;}
	}
	
	@media (max-width: @screen-sm) {
    body{font-size: 14px;}
	}
