.col_filter {float:left; position: relative; width:33%; min-height: 1px; padding-right: 5px; padding-right: 5px;}
.modal-lg .modal_content{ padding:0px 20px; }

/* ----------------------------------------------------------------
   Spinner Loader
-----------------------------------------------------------------*/
.spinner { width: 50px; text-align: center; position: relative; margin:auto; }
.spinner > div { width: 12px; height: 12px; background-color: #fff;  border-radius: 100%; display: inline-block; -webkit-animation: bouncedelay 0.7s infinite ease-in-out; -moz-animation: bouncedelay 0.7s infinite ease-in-out; animation: bouncedelay 0.7s infinite ease-in-out; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }
.spinner.spinner-md > div { width: 16px; height: 16px; }
.spinner.spinner-lg{ width: 80px; }
.spinner.spinner-lg > div { width: 24px; height: 24px; }
.spinner.light > div { background-color: #000; }
.spinner .bounce1 { -webkit-animation-delay: -0.32s; -moz-animation-delay: -0.32s; animation-delay: -0.32s; }
.spinner .bounce2 { -webkit-animation-delay: -0.16s; -moz-animation-delay: -0.16s; animation-delay: -0.16s; }
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
@-moz-keyframes bouncedelay {
  0%, 80%, 100% { -moz-transform: scale(0.0) }
  40% { -moz-transform: scale(1.0) }
}

.control-label small{
	color: #999;
}
