@charset "UTF-8";
/* CSS Document */

.btn-custom {
  background-color: hsl(201, 100%, 39%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0081c6", endColorstr="#0081c6");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#0081c6), to(#0081c6));
  background-image: -moz-linear-gradient(top, #0081c6, #0081c6);
  background-image: -ms-linear-gradient(top, #0081c6, #0081c6);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0081c6), color-stop(100%, #0081c6));
  background-image: -webkit-linear-gradient(top, #0081c6, #0081c6);
  background-image: -o-linear-gradient(top, #0081c6, #0081c6);
  background-image: linear-gradient(#0081c6, #0081c6);
  border-color: #0081c6 #0081c6 hsl(201, 100%, 39%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.00);
}

.input_group_small  {
	font-size:12px;
	line-height:12px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #B3ECFF;
  border-color: #adadad;
}

.addon_white {
  background-color: #fff;
}

.panel-body {
	padding:5px;
	padding-top:8px;
}

.panel-heading2 {
  padding: 10px 15px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  margin-top:10px;
  margin-bottom:10px;
  background-color: #f5f5f5;
}

.nav-tabs > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
	zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs {
  border-bottom: 1px solid #CCC;
  text-align:center;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color:#005BAA;
  cursor: default;
  background-color: #fff;
  border: 1px solid #CCC;
  border-bottom-color: transparent;
  font-weight:bold;
  font-size:13px;
}
	
.nav-tabs > li > a {
  background-color: #EEE;
  border-bottom: 1px solid #CCC;
  font-size:13px;
}

.myTab {
	border-left: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	padding:5px;
}
	
.btn-light-blue {
  background-color: hsl(188, 100%, 37%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00bedb", endColorstr="#00a3bc");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#00bedb), to(#00a3bc));
  background-image: -moz-linear-gradient(top, #00bedb, #00a3bc);
  background-image: -ms-linear-gradient(top, #00bedb, #00a3bc);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bedb), color-stop(100%, #00a3bc));
  background-image: -webkit-linear-gradient(top, #00bedb, #00a3bc);
  background-image: -o-linear-gradient(top, #00bedb, #00a3bc);
  background-image: linear-gradient(#00bedb, #00a3bc);
  border-color: #00a3bc #00a3bc hsl(188, 100%, 35.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.09);
}

.input-group-addon.input-sm {
  padding: 3px 6px;
  font-size: 12px;
  border-radius: 3px;
}

.label {
	font-size:11px;
}

.btn-green {
  background-color: hsl(162, 100%, 33%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a875", endColorstr="#00a875");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#00a875), to(#00a875));
  background-image: -moz-linear-gradient(top, #00a875, #00a875);
  background-image: -ms-linear-gradient(top, #00a875, #00a875);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a875), color-stop(100%, #00a875));
  background-image: -webkit-linear-gradient(top, #00a875, #00a875);
  background-image: -o-linear-gradient(top, #00a875, #00a875);
  background-image: linear-gradient(#00a875, #00a875);
  border-color: #00a875 #00a875 hsl(162, 100%, 33%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.00);
}

.btn {
  padding: 3px 8px;
}

.alert {
	padding:10px;
	margin-bottom: 15px;
}

.alert-info {
  border-color: #A1CADD;
}

.alert-warning {
  border-color: #DBC8A9;
}

.pagination > li img {
  display: inline;
  vertical-align:top;
}