.gb{
	border-bottom: 3px solid rgba(22,193,200, 1);
	
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	display:block;

	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background:rgba(198,198,198, .1);
	text-align:center;
	font-weight:bold;


	transition: background 0.2s ease-in-out ;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out ;
	-ms-transition: background 0.2s ease-in-out ;
	-o-transition: background 0.2s ease-in-out ;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:pointer;
}
.gb:hover {
	border-bottom: 3px solid rgba(0,0,0, 0.2);
	border-top: 1px solid rgba(22,193,200, 1);
	border-left: 1px solid rgba(22,193,200, 1);
	border-right:1px solid rgba(22,193,200, 1);
	background:#7CD7CF;
}
.gb:active {
	box-shadow: inset 0px 0px 3px #888;
	-o-box-shadow: inset 0px 0px 3px #888;
	-webkit-box-shadow: inset 0px 0px 3px #888;
	-moz-box-shadow: inset 0px 0px 3px #888;
	background:#7CD7CF;
}
.gb_small {
	padding: 1px 0 2px 0;
	width: 150px;
	height:auto;
	font-size:10px
	
}
.gb_small_ext {
	padding: 1px 0 2px 0;
	width: 200px;
	height:auto;
	font-size:10px
	
}
.gb_med {
	padding: 2px 0 3px 0;
	width: 180px;
	height:auto;
	font-size:12px
}
.gb_med_ext {
	padding: 2px 0 3px 0;
	width: 230px;
	height:auto;
	font-size:12px;
}
.gb_med_shrt {
	padding: 2px 0 3px 0;
	width: 120px;
	height:auto;
	font-size:12px
}
.gb_large {
	padding: 3px 0 4px 0;
	width: 220px;
	height:auto;
	font-size:14px
}
.gb_left {
	float:left;
}
.gb_right {
	float:right;
}
/**Margins -> */
.gb_top_10 {
	margin-top:10px;
}
.gb_top_20 {
	margin-top:20px;
}
.gb_left_200 {
	margin-left:200px;
}
/**Last Insert is bg image of button */
/** DISABLED */
.gbDis{
	border-bottom: 3px solid rgba(201,0,0, .6);
	
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	display:block;
	cursor:not-allowed;
	
	
	background:rgba(201,0,0, .6) no-repeat;
	text-align:center;
	font-weight:bold;


	transition: background 0.2s ease-in-out ;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out ;
	-ms-transition: background 0.2s ease-in-out ;
	-o-transition: background 0.2s ease-in-out ;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.gbDis:hover {
	border-bottom: 3px solid rgba(201,0,0, .6);
	border-top: 1px solid rgba(201,0,0, .6);
	border-left: 1px solid rgba(201,0,0, .6);
	border-right:1px solid rgba(201,0,0, .6);
}
.gbDis:active {
	box-shadow: inset 0px 0px 3px #888;
	-o-box-shadow: inset 0px 0px 3px #888;
	-webkit-box-shadow: inset 0px 0px 3px #888;
	-moz-box-shadow: inset 0px 0px 3px #888;
}
/** RED */
.gbRed{
	border-bottom: 3px solid rgba(201,0,0, .6);
	
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	display:block;
	cursor:pointer;
	
	
	background:rgba(198,198,198, .1);
	text-align:center;
	font-weight:bold;


	transition: background 0.2s ease-in-out ;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out ;
	-ms-transition: background 0.2s ease-in-out ;
	-o-transition: background 0.2s ease-in-out ;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.gbRed:hover {
	border-bottom: 3px solid rgba(0,0,0, 0.2);
	border-top: 1px solid rgba(201,0,0, .6);
	border-left: 1px solid rgba(201,0,0, .6);
	border-right:1px solid rgba(201,0,0, .6);
	background:rgba(201,0,0, .3);
	

}
.gbRed:active {
	box-shadow: inset 0px 0px 3px #888;
	-o-box-shadow: inset 0px 0px 3px #888;
	-webkit-box-shadow: inset 0px 0px 3px #888;
	-moz-box-shadow: inset 0px 0px 3px #888;
}
/** hex -> #7CD7CF -> 124,215,207 -> pastel turqoise
/** hex -> #16c1c8 -> 22, 193, 200 -> pastel turqoise Darker
/********************************************************* Global BASIC ADDON CLASSES*****************************************************************/
.noSelect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div.padding10 {
	padding: 10px !important;
}
.tran_bg_02 {
	transition: background 0.2s ease-in-out ;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out ;
	-ms-transition: background 0.2s ease-in-out ;
	-o-transition: background 0.2s ease-in-out ;
}
.tran_bg_03 {
    transition: background 0.3s ease-in-out ;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out ;
    -ms-transition: background 0.3s ease-in-out ;
    -o-transition: background 0.3s ease-in-out ;
}
.tran_color_03 {
    transition: color 0.3s ease-in-out ;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out ;
    -ms-transition: color 0.3s ease-in-out ;
    -o-transition: color 0.3s ease-in-out ;
}
.tran_opa_03 {
    transition: opacity 0.3s ease-in-out ;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out ;
    -ms-transition: opacity 0.3s ease-in-out ;
    -o-transition: opacity 0.3s ease-in-out ;
}
.tran_height_03 {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.tran_all_03 {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.tran_opa_03_ease {
    transition: 0.3s ease-in-out ;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out ;
    -ms-transition: 0.3s ease-in-out ;
    -o-transition: 0.3s ease-in-out ;
}
.w200 {
	width:200px;
}
.w150 {
	width:150px;
}
.w100 {
	width:100px;
}
.w80 {
	width:80px;
}
.w50 {
	width:50px;
}
.w40 {
	width:40px;
}
.mL10 {
	margin-left:10px;
}
div.global_br {
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 2px;
	background: rgba(198,198,198, .6);
}
.overflow:after {
        content: " ";
        display: block; 
        height: 0; 
        clear: both;
 }
 .vertAlign {
 	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
 }
 .colorRed
 {
     color:red;
 }
 .colorGreen
 {
     color:green;
 }
/********************************************************* Global Div LOADING BAR*****************************************************************/
#global_loadingBar{
	display:none;
	position:fixed;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:100%;
	height:0px;
	background:#03F;
	/*
	-webkit-box-shadow: 0px 0px 0px 2px #03F;
	-moz-box-shadow:    0px 0px 0px 2px #03F;
	box-shadow:         0px 0px 0px 2px #03F;
	*/

}
/*
 Creating an errorLog display 
*/

#global_errorDisplay {
    margin: 0 0 0 0;
    padding: 15px;
    width:auto;
    height:auto;
    font-size:14px;
    font-family:monospace;
}
#global_errorDisplay > p{
    color:black;
}
#global_errorDisplay > p > span{
    color:red;
    font-weight: bold;
}




















