/*** -----------------------------------------------------------------------------------------------

	ADMIN TEMPLATE | BOO Admin Template
	----------------------------------------

	UTILITY CLASS - Utility stylesheed
	
  filename      : asset/css/boo-utility.css
  version       : 16.11.2012
  copyright     : (c) 2012 Petr Marasek
  contact       : gootoboo@gmail.com
	
	-------------------------------------------------------------------------------------------- ***/

/*** ONLY DEMO
------------------------------------------------------------------------- ***/    
.btn-demo .btn { 
  width: 90px; 
  margin: 5px 10px;
}

.color-scheme,
.btn-icon-demo {
  margin-left: 0;
  list-style: none;;
}

.btn-icon-demo li {
  margin-bottom: 10px;
  display: inline-block;
}

.color-scheme li {
  margin: 5px;
  padding: 5px;
  display: inline-block;
  width: 60px;
  height: 20px;
  text-align: center;
  text-transform:lowercase;
}
.color-scheme li span {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}

.color-scheme li:hover span {
  opacity: 100;
  filter: alpha(opacity=100);
}

.btn-icon-demo .icoclass {
  display: inline-block;
  width: 300px;
  margin-left: 10px;
  font-size: 13px;
}

#iconSet.icoclass-hidden .icoclass {
  display:none;
}

.btn-toolbar-demo .btn,
.btn-group-demo .btn-group { 
  margin-bottom: 5px;
}

.the-icons {
	list-style: none outside none;
	margin-left: 0;
}

.the-icons li {
	font-size: 14px;
	line-height: 25px;
	height: 25px;
}
    
/*** TEXT
------------------------------------------------------------------------- ***/
.f10 { font-size:10px; }
.f11 { font-size:11px; }
.f12 { font-size:12px; }
.f13 { font-size:13px; }
.f14 { font-size:14px; }
.f16 { font-size:16px; }
.f18 { font-size:18px; }
.f20 { font-size:20px; }
.f22 { font-size:22px; }
.f24 { font-size:24px; }
.f26 { font-size:26px; }
.f28 { font-size:28px; }
.f30 { font-size:30px; }
.f32 { font-size:32px; }
.f34 { font-size:34px; }
.f36 { font-size:36px; }
.f38 { font-size:38px; }
.f40 { font-size:40px; }
.f42 { font-size:42px; }

strong 				{ color: #222 }
.well-black strong 	{ color: #fff } 

.bold 				{ font-weight:bold; }
.normal 			{ font-weight:normal; }
.upper 				{ text-transform:uppercase;}
.em                 { font-style: italic; } 

.clickable 			{ cursor:pointer; }

.va-top             { vertical-align: top !important}
.va-middle          { vertical-align: middle !important}

/*** ALIGNMENT
------------------------------------------------------------------------- ***/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/*** CLEARINGING ELEMENTS
------------------------------------------------------------------------- ***/
.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

/*** DISPLAY
------------------------------------------------------------------------- ***/
.block {
  display:block !important;
}

.overflow { 
  overflow:visible;
}

.overflow-x { 
  overflow-x:visible;
}

.overflow-y { 
  overflow-y:visible;
}

.inline-block {
  display:inline-block;
  *display:inline;
  *z-index:1 !important;
}

/*** POSITION
------------------------------------------------------------------------- ***/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/*** SHADOW
------------------------------------------------------------------------- ***/
.box-shadow {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25) !important;
}

.box-shadow-inset {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25), inset 0px 10px 30px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25), inset 0px 10px 30px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25), inset 0px 10px 30px 0px rgba(255, 255, 255, 0.4);
}

.no-shadow {
  box-shadow: none !important;
}

/*** WRAP
------------------------------------------------------------------------- ***/
.image-wrap-out {
  background: #f3f3f3;
  border:1px solid #e3e3e3;
}

.image-wrap-in {
  border:1px solid #fff;
}

/*** RADIUS
------------------------------------------------------------------------- ***/
.radius4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
}

.radius-top4 {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  -webkit-background-clip: padding-box;
}

.radius-bototm4 {
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
}

.radius3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
}

.radius-top3 {
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  -webkit-background-clip: padding-box;
}

.radius-bottom3 {
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  -webkit-background-clip: padding-box;
}

.radius2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
}

.radius-top2 {
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
  -webkit-background-clip: padding-box;
}

.radius-bottom2 {
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
  -webkit-background-clip: padding-box;
}

.no-radius { 
  border-radius: none !important;
}

/*** OPACITY
------------------------------------------------------------------------- ***/
.opaci15 {
  opacity: 0.15;
  filter: alpha(opacity=15);
}

.opaci25 {
  opacity: 0.25;
  filter: alpha(opacity=25);
}

.opaci35 {
  opacity: 0.35;
  filter: alpha(opacity=35);
}

.opaci45 {
  opacity: 0.45;
  filter: alpha(opacity=45);
}

.opaci55 {
  opacity: 0.55;
  filter: alpha(opacity=55);
}

.opaci65 {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.opaci75 {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.opaci85 {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

/*** REMOVING
------------------------------------------------------------------------- ***/
/* Remove Border */
.no-border {
  border: none;
}

.no-border-top {
  border-top: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.no-border-left {
  border-left: none !important;
}

/* Remove Background */
.no-bg {
  background:none !important;
}

/* No Wrap */
.no-wrap {
  white-space: nowrap
}

/*** CORRECTION GAP and SPACE (2px 4px 8px 16px)
------------------------------------------------------------------------- ***/
/* Margin */
.margin2 {
  margin: 2px !important;
}

.margin5 {
  margin: 5px !important;
}

.margin10 {
  margin: 10px !important;
}

.margin-15 {
  margin: 15px !important;
}

.margin20 {
  margin: 20px !important;
}

.margin25 {
  margin: 25px !important;
}

.margin30 {
  margin: 30px !important;
}

/* Margin top */
.margin-top2 {
  margin-top: 2px !important;
}

.margin-top5 {
  margin-top: 5px !important;
}

.margin-top10 {
  margin-top: 10px !important;
}

.margin-top15 {
  margin-top: 15px !important;
}

.margin-top20 {
  margin-top: 20px !important;
}

.margin-top25 {
  margin-top: 25px !important;
}

.margin-top30 {
  margin-top: 30px !important;
}

/* Margin left */
.margin-left2 {
  margin-left: 2px !important;
}

.margin-left5 {
  margin-left: 5px !important;
}

.margin-left10 {
  margin-left: 10px !important;
}

.margin-left15 {
  margin-left: 15px !important;
}

.margin-left20 {
  margin-left: 20px !important;
}

.margin-left25 {
  margin-left: 25px !important;
}

.margin-left30 {
  margin-left: 30px !important;
}

/* Margin bottom */
.margin-bottom2 {
  margin-bottom: 2px !important;
}

.margin-bottom5 {
  margin-bottom: 5px !important;
}

.margin-bottom10 {
  margin-bottom: 10px !important;
}

.margin-bottom15 {
  margin-bottom: 15px !important;
}

.margin-bottom20 {
  margin-bottom: 20px !important;
}

.margin-bttm25 {
  margin-bottom: 25px !important;
}

.margin-bottom30 {
  margin-bottom: 30px !important;
}

/* Margin right */
.margin-right2 {
  margin-right: 2px !important;
}

.margin-right5 {
  margin-right: 5px !important;
}

.margin-right10 {
  margin-right: 10px !important;
}

.margin-right15 {
  margin-right: 15px !important;
}

.margin-right20 {
  margin-right: 20px !important;
}

.margin-right25 {
  margin-right: 25px !important;
}

.margin-right30 {
  margin-right: 30px !important;
}

/* Margin Remove */
.no-margin {
  margin: 0px !important;
}

.no-margin-top {
  margin-top: 0px !important;
}

.no-margin-left {
  margin-left: 0px !important;
}

.no-margin-bootom {
  margin-bottom: 0px !important;
}

.no-margin-right {
  margin-right: 0px !important;
}

.margin-side {
  margin-left: 15px;
  margin-right: 15px;
}

.margin-btn .btn {
  margin-bottom: 5px;
}

/* Use an element especially for correcting top and bottom gaps (a combination of size 0 s m x) */
.margin-00 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.margin-ss {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.margin-0s {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}

.margin-s0 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.margin-mm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.margin-0m {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.margin-m0 {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

.margin-0x {
  margin-top: 0 !important;
  margin-bottom:20px !important;
}

.margin-x0 {
  margin-top: 20px !important;
  margin-bottom:0 !important;
}

.margin-ms {
  margin-top: 10px !important;
  margin-bottom:5px !important;
}

.margin-sm {
  margin-top: 5px !important;
  margin-bottom:10px !important;
}

.margin-xm {
  margin-top: 20px !important;
  margin-bottom:10px !important;
}

.margin-mx {
  margin-top: 10px !important;
  margin-bottom:20px;
}

.margin-xs {
  margin-top: 20px !important;
  margin-bottom:5px !important;
}

.margin-sx {
  margin-top: 5px !important;
  margin-bottom:20px !important;
}

.margin-xx {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.margin-xxx {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

/* Padding */
/* 2 4 6 8 - use for progress bar */
.padding2 {
  padding: 2px !important;
}

.padding4 {
  padding: 4px !important;
}

.padding5 {
  padding: 5px !important;
}

.padding6 {
  padding: 6px !important;
}

.padding8 {
  padding: 8px !important;
}

.padding10 {
  padding: 10px !important;
}

.padding15 {
  padding: 15px !important;
}

.padding20 {
  padding: 20px !important;
}

.padding25 {
  padding: 25px !important;
}

.padding30 {
  padding: 30px !important;
}

/* Padding top */
.padding-top2 {
  padding-top: 2px;
}

.padding-top5 {
  padding-top: 5px;
}

.padding-top10 {
  padding-top: 10px;
}

.padding-top15 {
  padding-top: 15px;
}

.padding-top20 {
  padding-top: 20px;
}

.padding-top25 {
  padding-top: 25px;
}

.padding-top30 {
  padding-top: 30px;
}

/* Padding right */
.padding-right2 {
  padding-right: 2px;
}

.padding-right5 {
  padding-right: 5px;
}

.padding-right10 {
  padding-right: 10px;
}

.padding-right15 {
  padding-right: 15px;
}

.padding-right20 {
  padding-right: 20px;
}

.padding-right25 {
  padding-right: 25px;
}

.padding-right30 {
  padding-right: 30px;
}

/* Padding bottom */
.padding-bottom2 {
  padding-bottom: 2px;
}

.padding-bottom5 {
  padding-bottom: 5px;
}

.padding-bottom10 {
  padding-bottom: 10px;
}

.padding-bottom15 {
  padding-bottom: 15px;
}

.padding-bottom20 {
  padding-bottom: 20px;
}

.padding-bottom25 {
  padding-bottom: 25px;
}

.padding-bottom30 {
  padding-bottom: 30px;
}

/* Padding left */
.padding-left2 {
  padding-left: 2px;
}

.padding-left5 {
  padding-left: 5px;
}

.padding-left10 {
  padding-left: 10px;
}

.padding-left15 {
  padding-left: 15px;
}

.padding-left20 {
  padding-left: 20px;
}

.padding-left25 {
  padding-left: 25px;
}

.padding-left30 {
  padding-left: 30px;
}

/* Padding side */
.padding-side {
  padding-left: 15px;
  padding-right: 15px;
}

/* Padding Remove */
.no-padding {
  padding: 0px;
}

.no-padding-top {
  padding-top: 0px;
}

.no-padding-left {
  padding-left: 0px;
}

.no-padding-bootom {
  padding-bottom: 0px;
}

.no-padding-right {
  padding-right: 0px;
}

/* width table column - use to <colgroup><col class=""><colgroup> */
.col2  { width: 2% }
.col5  { width: 5% }
.col10 { width: 10% }
.col15 { width: 15% }
.col20 { width: 20% }
.col25 { width: 25% }
.col30 { width: 30% }
.col35 { width: 35% }
.col40 { width: 40% }
.col45 { width: 45% }
.col50 { width: 50% }
.col55 { width: 55% }
.col60 { width: 60% }
.col65 { width: 65% }
.col70 { width: 70% }
.col75 { width: 75% }
.col80 { width: 80% }
.col85 { width: 85% }
.col90 { width: 90% }
.col95 { width: 95% }

