
	button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

	/* links */
	
	a { color: #4cabd2; cursor: pointer; text-decoration: none; display: inline-block;
	-webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }

	
	/* @buttons
	==================================================================================================== */

	.btn {
		background-color: #fff; color: #666; text-transform: uppercase;
		padding: 0 12px; font: 14px "'Oswald', sans-serif";
		

		display: inline-block;
		*display: inline;

		line-height: 50px;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		
		*margin-left: .3em;
		*zoom: 1;
		
		background-color: #fcfcfc;
		background-image: -moz-linear-gradient(top, #ffffff, #fafafb);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#fafafb));
		background-image: -webkit-linear-gradient(top, #ffffff, #fafafb);
		background-image: -o-linear-gradient(top, #ffffff, #fafafb);
		background-image: linear-gradient(to bottom, #ffffff, #fafafb);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafb', GradientType=0);
		*background-color: #fafafb;

		border: 1px solid #ccc;
		border-color: #ddd #ddd #ccc;

		filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);

		-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
		-webkit-transition: all .1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all .1s ease-in-out; transition: all .1s ease-in-out;
		-webkit-box-shadow: inset 0 -1px 0 #ccc; -moz-box-shadow: inset 0 -1px 0 #ccc; box-shadow: inset 0 -1px 0 #ccc;
	}
	
	.btn:first-child { *margin-left: 0; }
	
	.btn:hover, .btn:focus {
	  border-color: rgba(0,0,0,.2);
	  text-decoration: none;
	  -webkit-transition: all .1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all .1s ease-in-out; transition: all .1s ease-in-out; }
	  
	.btn:focus { outline: 0; }
	  
	.btn.active,
	.btn:active {
		background-color: #fcfcfc;
		outline: 0;
		text-decoration: none;
		position: relative;
		bottom: -1px;
		-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1); -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.1); box-shadow: inset 0 1px 3px rgba(0,0,0,.1); }
	
	.btn.disabled:active,
	.btn[disabled]:active {
		
		-webkit-box-shadow: inset 0 -1px 0 #ccc;
		-moz-box-shadow: inset 0 -1px 0 #ccc;
		box-shadow: inset 0 -1px 0 #ccc;
		top: 0; }
	
	
	.btn.disabled, .btn[disabled], .btn.disabled:hover, .btn[disabled]:hover {
		border-color: #ddd #ddd #ccc;
		cursor: default;
		background-image: none;
		top: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7; }
	
	
	/* primary */
	
	.btn-primary.active {
	  color: rgba(255, 255, 255, 0.8);
	}
	
	.btn-primary {
		color: #ffffff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
		-moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
		background-color: #ec3b3b;
		background-image: -moz-linear-gradient(top, #ec3b3b, #ec3b3b);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ec3b3b), to(#ec3b3b));
		background-image: -webkit-linear-gradient(top, #ec3b3b, #ec3b3b);
		background-image: -o-linear-gradient(top, #ec3b3b, #ec3b3b);
		background-image: linear-gradient(to bottom, #ec3b3b, #ec3b3b);
		background-repeat: repeat-x;
		border: 0;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cabd2', endColorstr='#3f99c8', GradientType=0);
		/*padding: 10px 16px;*/
		padding: 5px 12px;

		*background-color: #3f99c8;
		-webkit-transition: all .1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all .1s ease-in-out; transition: all .1s ease-in-out;
		filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);

		-webkit-box-shadow: inset 0 -2px 0 #cb2525; -moz-box-shadow: inset 0 -2px 0 #cb2525; box-shadow: inset 0 -2px 0 #cb2525;
	}
	
	.btn-primary:hover { background-color: #3f99c8; border: 0; color: rgba(255,255,255,.8);
		/*box-shadow: inset 0 -2px 0 #2b6b8c, inset 0 0 0 1px #2b6b8c;
		-webkit-box-shadow: inset 0 -2px 0 #2b6b8c, inset 0 0 0 1px #2b6b8c;
		-moz-box-shadow: inset 0 -2px 0 #2b6b8c, inset 0 0 0 1px #2b6b8c;*/ }
	
	.btn-primary:active,
	.btn-primary.active,
	.btn-primary.disabled,
	.btn-primary[disabled] {
		background-image: none;
		-webkit-transition: all .1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all .1s ease-in-out; transition: all .1s ease-in-out; }
	
	.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary.disabled:active, .btn-primary[disabled]:active  { background-color: #3f99c8; color: #fff;
		box-shadow: inset 0 -2px 0 #2b6b8c; -webkit-box-shadow: inset 0 -2px 0 #2b6b8c; -moz-box-shadow: inset 0 -2px 0 #2b6b8c; }

	.btn-primary:active, .btn-primary.active { background-color: #3f99c8; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }

	.btn-secondary { padding-left: 30px; position: relative; }
	
	button.btn, input[type="submit"].btn { *padding-top: 3px; *padding-bottom: 3px; } 
	button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner { padding: 0; border: 0; }
	button.btn.btn-small, input[type="submit"].btn.btn-small { *padding-top: 3px; *padding-bottom: 3px; }
	
	.btn-small { padding: 6px 12px; font: 14px "SourceSansProRegular"; }
	.btn-small [class^="icon-"],
	.btn-small [class*=" icon-"] { margin-top: 0; }
	
	.btn-primary.btn-small { padding: 7px 12px; }
	
	.btn-transparent, .btn-transparent:active, .btn-transparent.active { background: rgba(255,255,255,.1); border: 1px solid rgba(0,0,0,.6); 
	-webkit-box-shadow: 0 0 2px rgba(255,255,255,.7) inset; -moz-box-shadow: 0 0 2px rgba(255,255,255,.7) inset; box-shadow: 0 0 2px rgba(255,255,255,.7) inset;	}
	.btn-transparent:hover { background: #44a1cd; color: #fff; border: 1px solid rgba(0,0,0,.6);  text-shadow: 0 1px 1px rgba(0,0,0,.6); -moz-text-shadow: 0 1px 1px rgba(0,0,0,.6); 
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;	}
	.btn-transparent:active, .btn-transparent.active { background: rgba(255,255,255,.04); bottom: auto; }

	.btn-block { display: block; margin-left: 0 !important; width: 100%; padding-left: 0; padding-right: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	
	.btn-block + .btn-block { margin-top: 5px; }
	
	input[type="submit"].btn-block,
	input[type="reset"].btn-block,
	input[type="button"].btn-block { width: 100%; }
	
	.input-block { display: block; width: 100%; margin-left: 0 !important; min-height: 30px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box; }
	
	.close { float: right; }
	.close:hover { color: #666; text-decoration: none; cursor: pointer; }
	button.close { padding: 2px; }
	
	.btn-navbar .icon-bar { background-color: #f5f5f5; display: block; width: 18px; height: 2px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
	.btn-navbar .icon-bar + .icon-bar { margin-top: 3px; }

	.btn-group { position: relative; display: inline-block; *display: inline; *margin-left: .3em; font-size: 0; white-space: nowrap; vertical-align: middle; *zoom: 1; }
	.btn-group:first-child {*margin-left: 0;}
	.btn-group > .btn { position: relative; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
	.btn-group > .btn + .btn { margin-left: -1px; }
	.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover { font-size: 14px; }

	.btn-group > .btn:first-child { margin-left: 0; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topleft: 3px; }
	.btn-group > .btn:last-child,
	.btn-group > .dropdown-toggle { -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; }

	.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active { z-index: 2; }

	

	/* @table
	==================================================================================================== */

	table {
	  max-width: 100%;
	  background-color: transparent;
	  border-collapse: collapse;
	  border-spacing: 0;
	}

	.table {
	  width: 100%;
	  margin-bottom: 20px;
	}

	.table th,
	.table td {
	  padding: 8px;
	  line-height: 20px;
	  text-align: left;
	  vertical-align: top;
	  /*border-top: 1px solid #dddddd;*/
	}

	/*.table th {
	  font-weight: bold;
	}*/

	.table thead th {
	  vertical-align: bottom;
	}

	.table caption + thead tr:first-child th,
	.table caption + thead tr:first-child td,
	.table colgroup + thead tr:first-child th,
	.table colgroup + thead tr:first-child td,
	.table thead:first-child tr:first-child th,
	.table thead:first-child tr:first-child td {
	  border-top: 0;
	}

	.table tbody + tbody {
	  border-top: 2px solid #dddddd;
	}

	.table .table {
	  background-color: #ffffff;
	}

	.table-condensed th,
	.table-condensed td {
	  padding: 4px 5px;
	}

	.table-bordered {
	  border: 1px solid #dddddd;
	  border-collapse: separate;
	  *border-collapse: collapse;
	  border-left: 0;
	  -webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
			  border-radius: 4px;
	}

	.table-bordered th,
	.table-bordered td {
	  border-left: 1px solid #dddddd;
	}

	.table-bordered caption + thead tr:first-child th,
	.table-bordered caption + tbody tr:first-child th,
	.table-bordered caption + tbody tr:first-child td,
	.table-bordered colgroup + thead tr:first-child th,
	.table-bordered colgroup + tbody tr:first-child th,
	.table-bordered colgroup + tbody tr:first-child td,
	.table-bordered thead:first-child tr:first-child th,
	.table-bordered tbody:first-child tr:first-child th,
	.table-bordered tbody:first-child tr:first-child td {
	  border-top: 0;
	}

	.table-bordered thead:first-child tr:first-child > th:first-child,
	.table-bordered tbody:first-child tr:first-child > td:first-child,
	.table-bordered tbody:first-child tr:first-child > th:first-child {
	  -webkit-border-top-left-radius: 4px;
			  border-top-left-radius: 4px;
	  -moz-border-radius-topleft: 4px;
	}

	.table-bordered thead:first-child tr:first-child > th:last-child,
	.table-bordered tbody:first-child tr:first-child > td:last-child,
	.table-bordered tbody:first-child tr:first-child > th:last-child {
	  -webkit-border-top-right-radius: 4px;
			  border-top-right-radius: 4px;
	  -moz-border-radius-topright: 4px;
	}

	.table-bordered thead:last-child tr:last-child > th:first-child,
	.table-bordered tbody:last-child tr:last-child > td:first-child,
	.table-bordered tbody:last-child tr:last-child > th:first-child,
	.table-bordered tfoot:last-child tr:last-child > td:first-child,
	.table-bordered tfoot:last-child tr:last-child > th:first-child {
	  -webkit-border-bottom-left-radius: 4px;
			  border-bottom-left-radius: 4px;
	  -moz-border-radius-bottomleft: 4px;
	}

	.table-bordered thead:last-child tr:last-child > th:last-child,
	.table-bordered tbody:last-child tr:last-child > td:last-child,
	.table-bordered tbody:last-child tr:last-child > th:last-child,
	.table-bordered tfoot:last-child tr:last-child > td:last-child,
	.table-bordered tfoot:last-child tr:last-child > th:last-child {
	  -webkit-border-bottom-right-radius: 4px;
			  border-bottom-right-radius: 4px;
	  -moz-border-radius-bottomright: 4px;
	}

	.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	  -webkit-border-bottom-left-radius: 0;
			  border-bottom-left-radius: 0;
	  -moz-border-radius-bottomleft: 0;
	}

	.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	  -webkit-border-bottom-right-radius: 0;
			  border-bottom-right-radius: 0;
	  -moz-border-radius-bottomright: 0;
	}

	.table-bordered caption + thead tr:first-child th:first-child,
	.table-bordered caption + tbody tr:first-child td:first-child,
	.table-bordered colgroup + thead tr:first-child th:first-child,
	.table-bordered colgroup + tbody tr:first-child td:first-child {
	  -webkit-border-top-left-radius: 4px;
			  border-top-left-radius: 4px;
	  -moz-border-radius-topleft: 4px;
	}

	.table-bordered caption + thead tr:first-child th:last-child,
	.table-bordered caption + tbody tr:first-child td:last-child,
	.table-bordered colgroup + thead tr:first-child th:last-child,
	.table-bordered colgroup + tbody tr:first-child td:last-child {
	  -webkit-border-top-right-radius: 4px;
			  border-top-right-radius: 4px;
	  -moz-border-radius-topright: 4px;
	}

	.table-striped tbody > tr:nth-child(odd) > td,
	.table-striped tbody > tr:nth-child(odd) > th {
	  background-color: #fafafa;
	}

	.table-hover tbody tr:hover > td,
	.table-hover tbody tr:hover > th {
	  background-color: #f5f5f5;
	}

	table td[class*="span"],
	table th[class*="span"],
	.row-fluid table td[class*="span"],
	.row-fluid table th[class*="span"] {
	  display: table-cell;
	  float: none;
	  margin-left: 0;
	}

	.table td.span1,
	.table th.span1 {
	  float: none;
	  width: 44px;
	  margin-left: 0;
	}

	.table td.span2,
	.table th.span2 {
	  float: none;
	  width: 124px;
	  margin-left: 0;
	}

	.table td.span3,
	.table th.span3 {
	  float: none;
	  width: 204px;
	  margin-left: 0;
	}

	.table td.span4,
	.table th.span4 {
	  float: none;
	  width: 284px;
	  margin-left: 0;
	}

	.table td.span5,
	.table th.span5 {
	  float: none;
	  width: 364px;
	  margin-left: 0;
	}

	.table td.span6,
	.table th.span6 {
	  float: none;
	  width: 444px;
	  margin-left: 0;
	}

	.table td.span7,
	.table th.span7 {
	  float: none;
	  width: 524px;
	  margin-left: 0;
	}

	.table td.span8,
	.table th.span8 {
	  float: none;
	  width: 604px;
	  margin-left: 0;
	}

	.table td.span9,
	.table th.span9 {
	  float: none;
	  width: 684px;
	  margin-left: 0;
	}

	.table td.span10,
	.table th.span10 {
	  float: none;
	  width: 764px;
	  margin-left: 0;
	}

	.table td.span11,
	.table th.span11 {
	  float: none;
	  width: 844px;
	  margin-left: 0;
	}

	.table td.span12,
	.table th.span12 {
	  float: none;
	  width: 924px;
	  margin-left: 0;
	}

	.table tbody tr.success > td {
	  background-color: #dff0d8;
	}

	.table tbody tr.error > td {
	  background-color: #f2dede;
	}

	.table tbody tr.warning > td {
	  background-color: #fcf8e3;
	}

	.table tbody tr.info > td {
	  background-color: #d9edf7;
	}

	.table-hover tbody tr.success:hover > td {
	  background-color: #d0e9c6;
	}

	.table-hover tbody tr.error:hover > td {
	  background-color: #ebcccc;
	}

	.table-hover tbody tr.warning:hover > td {
	  background-color: #faf2cc;
	}

	.table-hover tbody tr.info:hover > td {
	  background-color: #c4e3f3;
	}



	/* @modal
	==================================================================================================== */	

	.modal-backdrop {
	  position: fixed;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: 1040;
	  background: rgba(75, 86, 108, .98);
	  -webkit-box-shadow: 0 -2px 300px rgba(0,0,0,.4) inset; -moz-box-shadow: 0 -2px 300px rgba(0,0,0,.4) inset; box-shadow: 0 -2px 300px rgba(0,0,0,.4) inset; 
	}

	.modal-backdrop.fade { opacity: 0; }
	.modal-backdrop, .modal-backdrop.fade.in { opacity: 0.9; filter: alpha(opacity=90); }

	.modal {
	  position: fixed;
	  top: 10%;
	  left: 50%;
	  z-index: 1050;
	  width: 560px;
	  margin-left: -280px;
	  background-color: #fff;
	  *border: 1px solid #999;
	  -webkit-border-radius: 6px;
		 -moz-border-radius: 6px;
			  border-radius: 6px;
	  outline: none;
	  /*-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
		 -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
			  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);*/
	  -webkit-background-clip: padding-box;
		 -moz-background-clip: padding-box;
			  background-clip: padding-box;
	}

	.modal.fade {
	  top: -25%;
	  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
		 -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
		   -o-transition: opacity 0.3s linear, top 0.3s ease-out;
			  transition: opacity 0.3s linear, top 0.3s ease-out;
	}

	.modal.fade.in {
	  top: 10%;
	}

	.modal-header {
	  background-color: #7fc7af;
	  color: #fff;
	  font-family: 'SourceSansProBold';
	  padding: 12px 30px 10px 30px;
	  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	  -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;
	}

	.modal-header .close { margin-top: 2px; background: url("../img/ico16.png") -48px 0 no-repeat; border: 0; width: 16px; height: 16px; display: block; }
	.modal-header h3 { font-size: 20px; margin: 0; line-height: 30px; }
	.modal-body { position: relative; max-height: 400px; padding: 40px; overflow-y: auto; }

	.modal-form { margin-bottom: 0; }
	.modal-footer { padding: 14px 15px 15px; margin-bottom: 0; text-align: right; background-color: #f5f5f5; border-top: 1px solid #ddd; -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; *zoom: 1; }
	.modal-footer:before,
	.modal-footer:after { display: table; line-height: 0; content: ""; }
	.modal-footer:after { clear: both; }
	.modal-footer .btn + .btn { margin-bottom: 0; margin-left: 5px; }
	.modal-footer .btn-group .btn + .btn { margin-left: -1px; }
	.modal-footer .btn-block + .btn-block { margin-left: 0; }
	
	
	/* scroll modal */
	/*.modal-backdrop { overflow-x: hidden; overflow-y: auto; background-color: rgba(0, 0, 0, 0.8); }
	.modal-backdrop.fade { background-color: rgba(0, 0, 0, 0.0); }
	.modal-backdrop.fade.in { background: rgba(75, 86, 108, .92); }
	.modal-backdrop.in, .modal-backdrop.fade.in { opacity: 1.0; filter: alpha(opacity=100); }
	.modal-wrapper { position: relative; top: 50px; left: 50%; z-index: 1050; width: 560px; margin-left: -280px; margin-bottom: 100px; overflow: visible; }
	.modal-wrapper .modal { position: static; margin: 0; z-index: 1060; }

	.modal-wrapper .modal .modal-body { overflow-y: visible; max-height: none; z-index: 1060; }

	@media (max-width: 767px) {
	  .modal-wrapper {
		  position: relative;
		  top: 50px;
		  left: 20%;
		  z-index: 1050;
		  width: 70%;
		  margin-left: 0px;
		  margin-bottom: 80px;
		  overflow: visible;
	  }
	  
	}

	@media (max-width : 480px) {
		.modal-wrapper {
		  position: relative;
		  top: 50px;
		  left: 10%;
		  z-index: 1050;
		  width: 80%;
		  margin-left: 0px;
		  margin-bottom: 80px;
		  overflow: visible; }
	}
	
	/* small 
	.modal.small { width: 560px; margin-left: -280px; }
	.modal-wrapper .modal.small { margin-left: 118px; }*/
	


/* @forms
	==================================================================================================== */
	
	form { margin: 0 0 20px; }
	fieldset { padding: 0; margin: 0; border: 0; }
	legend { display: block; width: 100%; padding: 0; margin-bottom: 22px; font-size: 2em; line-height: 1.6em; margin-bottom: 20px !important; color: #444; border: 0; }
	legend small { font-size: 15px; color: #999999; }
	label, input, button, select, textarea { font-size: 16px; font-weight: normal; line-height: 20px; }
	input, button, select, textarea { font-family: "SourceSansProRegular", Helvetica, Arial, sans-serif; }
	label { display: block; margin-bottom: 5px; }
	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { display: inline-block; height: 20px; padding: 4px 6px; /*margin-bottom: 10px;*/ font-size: 16px; line-height: 20px; color: #666; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; vertical-align: middle; }
	textarea { height: auto; }
	textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"],
	.uneditable-input { background-color: #fff; border: 1px solid #549BB6; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); box-shadow: inset 0 1px 3px rgba(0,0,0,.1); -webkit-transition: border linear .2s, box-shadow linear .2s; -moz-transition: border linear .2s, box-shadow linear .2s; -o-transition: border linear .2s, box-shadow linear .2s; transition: border linear .2s, box-shadow linear .2s; }
	textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { border-color: #7fc7af; outline: 0; outline: thin dotted \9; /* IE6-9 */ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); box-shadow: inset 0 1px 3px rgba(0,0,0,.1); }
	input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; *margin-top: 0; /* IE7 */ margin-top: 1px \9; /* IE8-9 */ line-height: normal; }
	input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] { width: auto; }
	select, input[type="file"] { height: 30px; /* In IE7, the height of the select element cannot be changed by height, only font-size */ *margin-top: 4px; /* For IE7, add top margin to align select with labels */ padding: 9px; height: 40px; line-height: 30px; }
	select { width: 220px; border: 1px solid #cccccc; background-color: #ffffff; }
	select[multiple], select[size] { height: auto; }
	select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
	.uneditable-input, .uneditable-textarea { color: #999999; background-color: #fcfcfc; border-color: #cccccc; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); cursor: not-allowed; }
	.uneditable-input { overflow: hidden; white-space: nowrap; }
	.uneditable-textarea { width: auto; height: auto; }
	input:-moz-placeholder, textarea:-moz-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999999; }
	.radio, .checkbox { min-height: 20px; padding-left: 20px; }
	.radio input[type="radio"], .checkbox input[type="checkbox"] { float: left; margin-right: 8px; margin-top: 3px; }
	.controls > .radio:first-child, .controls > .checkbox:first-child { padding-top: 5px; }
	.radio.inline, .checkbox.inline { display: inline-block; padding-top: 5px; margin-bottom: 0; vertical-align: middle; }
	.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline { margin-left: 10px; }
	input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] { float: none; margin-left: 0; }
	.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] { display: inline-block; }
	input, textarea, .uneditable-input { margin-left: 0; }
	.controls-row [class*="span"] + [class*="span"] { margin-left: 20px; }
	.controls-row { *zoom: 1; }
	.controls-row:before,
	.controls-row:after { display: table; content: ""; line-height: 0; }
	.controls-row:after { clear: both; }
	.controls-row [class*="span"],
	.row-fluid .controls-row [class*="span"] { float: left; }
	.controls-row .checkbox[class*="span"],
	.controls-row .radio[class*="span"] { padding-top: 5px; }
	input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { cursor: not-allowed; background-color: #eeeeee; }
	input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] { background-color: transparent; }
	/*.control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline { color: #c09853; }
	.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea { color: #c09853; }
	.control-group.warning input, .control-group.warning select, .control-group.warning textarea { border-color: #c09853; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
	.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus { border-color: #a47e3c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }
	.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on { color: #c09853; background-color: #fcf8e3; border-color: #c09853; }
	.control-group.error .control-label, .control-group.error .help-block,
	.control-group.error .help-inline { color: #da3c26; }
	.control-group.error input, .control-group.error select, .control-group.error textarea { background: url(../../img/ico-exclamation.png) right 4px no-repeat; border-color: #da3c26; }
	.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus { border-color: #da3c26; -webkit-box-shadow: 0 0 4px rgba(218, 60, 38, 0.5); -moz-box-shadow: 0 0 4px rgba(218, 60, 38, 0.5); box-shadow: 0 0 4px rgba(218, 60, 38, 0.5); }
	.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on { color: #da3c26; background-color: #f2dede; border-color: #da3c26; }
	.control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline { color: #468847; }
	.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea { color: #468847; }
	.control-group.success input, .control-group.success select, .control-group.success textarea { border-color: #468847; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
	.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus { border-color: #356635; }
	.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on { color: #468847; background-color: #dff0d8; border-color: #468847; }
	.control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline { color: #3a87ad; }
	.control-group.info .checkbox, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea { color: #3a87ad; }
	.control-group.info input, .control-group.info select, .control-group.info textarea { border-color: #3a87ad; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
	.control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus { border-color: #2d6987; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; }
	.control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on { color: #3a87ad; background-color: #d9edf7; border-color: #3a87ad; }*/
	
	.form-actions { padding: 19px 20px 20px; margin-top: 20px; margin-bottom: 20px; background-color: #f5f5f5; border-top: 1px solid #e5e5e5; *zoom: 1; }
	.form-actions:before, .form-actions:after { display: table; content: ""; line-height: 0; }
	.form-actions:after { clear: both; }
	.help-block, .help-inline { color: #595959; }
	.help-block { display: block; margin-bottom: 10px; }
	.help-inline { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; vertical-align: middle; padding-left: 5px; }
	.input-append, .input-prepend { margin-bottom: 5px; font-size: 0; white-space: nowrap; }
	/*.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu { font-size: 14px; }*/
	.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input { position: relative; margin-bottom: 0; *margin-left: 0; vertical-align: top; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; }
	.input-append input:focus, .input-prepend input:focus, .input-append select:focus, .input-prepend select:focus, .input-append .uneditable-input:focus, .input-prepend .uneditable-input:focus { z-index: 2; }
	.input-append .add-on, .input-prepend .add-on { display: inline-block; width: auto; height: 30px; min-width: 16px; padding: 4px 10px; font-size: 16px; font-weight: normal; line-height: 28px; text-align: center; text-shadow: 0 1px 0 #ffffff; background-color: #f5f5f5; border: 1px solid #ccc; color: #999; font-size: 20px; font-weight: bold; }
	.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle { vertical-align: top; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
	.input-append .active, .input-prepend .active { background-color: #a9dba9; border-color: #46a546; }
	.input-prepend .add-on, .input-prepend .btn { margin-right: -1px; }
	.input-prepend .add-on:first-child, .input-prepend .btn:first-child { -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; }
	.input-append input, .input-append select, .input-append .uneditable-input { -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; }
	.input-append input + .btn-group .btn:last-child, .input-append select + .btn-group .btn:last-child, .input-append .uneditable-input + .btn-group .btn:last-child { -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; }
	.input-append .add-on, .input-append .btn, .input-append .btn-group { margin: 0 0 0 -1px; position: relative; z-index: 2; }
	.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle { -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; }
	.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
	.input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append select + .btn-group .btn, .input-prepend.input-append .uneditable-input + .btn-group .btn { -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; }
	.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child { margin-right: -1px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; }
	.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child { margin-left: -1px; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; }
	.input-prepend.input-append .btn-group:first-child { margin-left: 0; }
	input.search-query { padding-right: 14px; padding-right: 4px \9; padding-left: 14px; padding-left: 4px \9; /* IE7-8 doesn't have border-radius, so don't indent the padding */ margin-bottom: 0; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }

	/* Allow for input prepend/append in search forms */
	.form-search .input-append .search-query, .form-search .input-prepend .search-query { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
	.form-search .input-append .search-query { -webkit-border-radius: 14px 0 0 14px; -moz-border-radius: 14px 0 0 14px; border-radius: 14px 0 0 14px; }
	.form-search .input-append .btn { -webkit-border-radius: 0 14px 14px 0; -moz-border-radius: 0 14px 14px 0; border-radius: 0 14px 14px 0; }
	.form-search .input-prepend .search-query { -webkit-border-radius: 0 14px 14px 0; -moz-border-radius: 0 14px 14px 0; border-radius: 0 14px 14px 0; }
	.form-search .input-prepend .btn { -webkit-border-radius: 14px 0 0 14px; -moz-border-radius: 14px 0 0 14px; border-radius: 14px 0 0 14px; }
	.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; /*margin-bottom: 0;*/ vertical-align: middle; }
	.form-search .hide, .form-inline .hide, .form-horizontal .hide { display: none; }
	.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group { display: inline-block; }
	.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend { margin-bottom: 0; }
	.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox { padding-left: 0; margin-bottom: 0; vertical-align: middle; }
	.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { float: left; margin-right: 3px; margin-left: 0; }
	.control-group { margin-bottom: 15px; }
	legend + .control-group { margin-top: 20px; -webkit-margin-top-collapse: separate; }
	/*.form-horizontal .control-group { /*margin-bottom: 15px;*/ *zoom: 1; }
	/*.form-horizontal .control-group:before, .form-horizontal .control-group:after { display: table; content: ""; line-height: 0; }
	.form-horizontal .control-group:after { clear: both; }
	.form-horizontal .control-label { float: left; width: 165px; padding-top: 10px; text-align: right; }
	.form-horizontal .controls { *display: inline-block; *padding-left: 20px; margin-left: 180px; *margin-left: 0; }
	.form-horizontal .controls:first-child { *padding-left: 180px; }
	.form-horizontal .help-block { margin-bottom: 0; }
	.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block { margin-top: 10px; }
	.form-horizontal .form-actions { padding-left: 180px; }
	/*.form-horizontal .radio input[type="radio"], .form-horizontal .checkbox input[type="checkbox"] { margin-left: -20px; }*/
