html{
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(236, 229, 229)), color-stop(1, rgb(247, 247, 247)));
	height:100%;
}

body{
	height:100%;
	min-height:100%;
	max-height:1080px;
	max-width:1920px;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(223, 218, 218)), color-stop(1, rgb(243, 242, 242)));
	box-shadow: 6px 5px 2px #888888;
	font-family: "MS Sans Serif";
	background-repeat:no-repeat;
}
div#page{
	margin-left:auto;
	margin-right:auto;	
	margin-top:5px;
	max-height:135px;
	/*min-height: 75%;
	overflow:hidden;*/
}
div#loadContent{
	margin-left:auto;
	margin-right:auto;
	max-height: 80%;
	min-height:80%;
	width: 100%;
	overflow:scroll;
}
div#header{
	overflow:hidden;
	width:100%;
	height:80px;
	margin-left:auto;
	margin-right:auto;	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background:url(../images/header2015.png);
}
.iconWeb{
	cursor:pointer;
	width:35px;
	height:35px;
	margin-right:10px;
	margin-top:3px;;
}
.iconProfile{
	cursor:pointer;
	width:25px;
	height:25px;
	margin-right:5px;
	margin-top:5px;;
}
div#tools{
	width:100%;
	height:42px;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(133, 133, 133)), color-stop(1, rgb(163, 163, 163)));
	border-radius:0px 0px 5px 5px;
}
div#showWeb{
	width:25%;
	float:left;
	height:100%;
}
div#iconTools{
	float:right;
	width:75%;
	height:100%;
}
div#footer{
	font-family: "MS Sans Serif";
	padding-top:none;
	margin-top:5px;
	background: linear-gradient(to bottom, rgb(94, 94, 99) 0%, rgb(82, 82, 83) 100%);
	border-top:#CCC;
	clear:both;
	width :auto;
	box-shadow: inset 0 0 3px #000000;
	position:relative;
	width:100%;
	bottom:0;
	z-index:99;
	top:0px
}
div#contact{
	float:left;	
	margin-left:2%;
	margin-right:2%;
	margin-bottom:5px;
	padding-top:3px;
	margin-top:none;
}
div#productFooter{
	float:right;
	margin-top:none;
	margin-bottom:5px;
	margin-left:none;
	margin-right:10%;
	padding-top:3px;
	border-left:#999;	
}
div#copyright{
	margin-top:5px;
	margin-bottom:none;
	clear:both;
	width:100%;
	background: linear-gradient(to bottom, rgb(72, 72, 75) 0%, rgb(55, 55, 58) 100%);
}
.iconSearch{
	position:relative;
	top:4px;	
	width:25px;
	height:25px;
}

/***********************************************************************************************/
input[type=text],input[type=search]{
	background: #fafafa; /* Fallback color for non-css3 browsers */
	/* Gradients */
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(250,250,250)), color-stop(1, rgb(230,230,230)));
	background: -moz-linear-gradient( center top, rgb(250,250,250) 0%, rgb(230,230,230) 100%);

	border: 0;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #C1CDCD;
	padding-left:8px;
	padding-right:8px;
	font-size: 14px;
	/* Rounded Corners */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	/* Shadows */
	box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
	-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
}

 /******************************************* CSS Button ********************************************/
  .orange {
  background: rgb(255,183,0) !important;
  background: -moz-linear-gradient(top,  rgba(255,183,0,1) 0%, rgba(255,140,0,1) 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,0,1)), color-stop(100%,rgba(255,140,0,1))) !important;
  background: -webkit-linear-gradient(top,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%) !important;
  background: -o-linear-gradient(top,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%) !important;
  background: -ms-linear-gradient(top,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%) !important;
  background: linear-gradient(to bottom,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb700', endColorstr='#ff8c00',GradientType=0 ) !important;
  border: 1px solid #e59500 !important;
  box-shadow: #c46d00 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px !important;
}
  
  .orange:hover {
    background: rgb(255,203,72) !important;
    background: -moz-linear-gradient(top,  rgba(255,203,72,1) 0%, rgba(255,156,35,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,203,72,1)), color-stop(100%,rgba(255,156,35,1))) !important;
    background: -webkit-linear-gradient(top,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%) !important;
    background: -o-linear-gradient(top,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%) !important;
    background: -ms-linear-gradient(top,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%) !important;
    background: linear-gradient(to bottom,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb48', endColorstr='#ff9c23',GradientType=0 ) !important;
  }
  
.magenta {
  background: rgb(255,130,172) !important;
  background: -moz-linear-gradient(top,  rgba(255,130,172,1) 0%, rgba(247,37,129,1) 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,130,172,1)), color-stop(100%,rgba(247,37,129,1))) !important;
  background: -webkit-linear-gradient(top,  rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%) !important;
  background: -o-linear-gradient(top,  rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%) !important;
  background: -ms-linear-gradient(top,  rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%) !important;
  background: linear-gradient(to bottom,  rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff82ac', endColorstr='#f72581',GradientType=0 ) !important;
  border: 1px solid #c60a56 !important;
}
  
  .magenta:hover {
    background: rgb(255,155,189) !important;
    background: -moz-linear-gradient(top,  rgba(255,155,189,1) 0%, rgba(248,62,143,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,155,189,1)), color-stop(100%,rgba(248,62,143,1))) !important;
    background: -webkit-linear-gradient(top,  rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%) !important;
    background: -o-linear-gradient(top,  rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%) !important;
    background: -ms-linear-gradient(top,  rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%) !important;
    background: linear-gradient(to bottom,  rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9bbd', endColorstr='#f83e8f',GradientType=0 ) !important;
  }

.red {
  background: #e25b53 !important;
  background: -moz-linear-gradient(top,  #e25b53 0%, #dd2011 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e25b53), color-stop(100%,#dd2011)) !important;
  background: -webkit-linear-gradient(top,  #e25b53 0%,#dd2011 100%) !important;
  background: -o-linear-gradient(top,  #e25b53 0%,#dd2011 100%) !important;
  background: -ms-linear-gradient(top,  #e25b53 0%,#dd2011 100%) !important;
  background: linear-gradient(to bottom,  #e25b53 0%,#dd2011 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e25b53', endColorstr='#dd2011',GradientType=0 ) !important;
  border: 1px solid #c42222 !important;
  box-shadow: #88180e 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px !important;
}

  .red:hover {
    background: #dd7671 !important;
    background: -moz-linear-gradient(top,  #dd7671 0%, #dd2011 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd7671), color-stop(100%,#dd2011)) !important;
    background: -webkit-linear-gradient(top,  #dd7671 0%,#dd2011 100%) !important;
    background: -o-linear-gradient(top,  #dd7671 0%,#dd2011 100%) !important;
    background: -ms-linear-gradient(top,  #dd7671 0%,#dd2011 100%) !important;
    background: linear-gradient(to bottom,  #dd7671 0%,#dd2011 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd7671', endColorstr='#dd2011',GradientType=0 ) !important;
  }

.black {
  background: #444444 !important;
  background: -moz-linear-gradient(top,  #444444 0%, #1c1c1c 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#1c1c1c)) !important;
  background: -webkit-linear-gradient(top,  #444444 0%,#1c1c1c 100%) !important;
  background: -o-linear-gradient(top,  #444444 0%,#1c1c1c 100%) !important;
  background: -ms-linear-gradient(top,  #444444 0%,#1c1c1c 100%) !important;
  background: linear-gradient(to bottom,  #444444 0%,#1c1c1c 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#1c1c1c',GradientType=0 ) !important;
  border: 1px solid #2a2a2a !important;
}

  .black:hover {
    background: #686868 !important;
    background: -moz-linear-gradient(top,  #686868 0%, #1c1c1c 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#686868), color-stop(100%,#1c1c1c)) !important;
    background: -webkit-linear-gradient(top,  #686868 0%,#1c1c1c 100%) !important;
    background: -o-linear-gradient(top,  #686868 0%,#1c1c1c 100%) !important;
    background: -ms-linear-gradient(top,  #686868 0%,#1c1c1c 100%) !important;
    background: linear-gradient(to bottom,  #686868 0%,#1c1c1c 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#1c1c1c',GradientType=0 ) !important;
  }

.green {
  background: #82cc5d !important;
  background: -moz-linear-gradient(top,  #82cc5d 0%, #53b73c 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82cc5d), color-stop(100%,#53b73c)) !important;
  background: -webkit-linear-gradient(top,  #82cc5d 0%,#53b73c 100%) !important;
  background: -o-linear-gradient(top,  #82cc5d 0%,#53b73c 100%) !important;
  background: -ms-linear-gradient(top,  #82cc5d 0%,#53b73c 100%) !important;
  background: linear-gradient(to bottom,  #82cc5d 0%,#53b73c 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cc5d', endColorstr='#53b73c',GradientType=0 ) !important;
  border: 1px solid #429E34 !important;
    box-shadow: #439230 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px !important;  
}

  .green:hover {
    background: #99cc80 !important;
    background: -moz-linear-gradient(top,  #99cc80 0%, #53b73c 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99cc80), color-stop(100%,#53b73c)) !important;
    background: -webkit-linear-gradient(top,  #99cc80 0%,#53b73c 100%) !important;
    background: -o-linear-gradient(top,  #99cc80 0%,#53b73c 100%) !important;
    background: -ms-linear-gradient(top,  #99cc80 0%,#53b73c 100%) !important;
    background: linear-gradient(to bottom,  #99cc80 0%,#53b73c 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc80', endColorstr='#53b73c',GradientType=0 ) !important;
  }

 input[type="button"]{
	 border-radius: 2px;
  box-shadow: inset rgba(255,255,255,0.3) 1px 1px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 2px 12px 2px !important;
  margin: 0 5px 9px;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
  vertical-align: top;
  border-radius: 4px;
  
  background: rgb(130,207,241) ;
  background: -moz-linear-gradient(top,  rgba(130,207,241,1) 0%, rgba(56,174,234,1) 100%) ;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,207,241,1)), color-stop(100%,rgba(56,174,234,1))) ;
  background: -webkit-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%) ;
  background: -o-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%) ;
  background: -ms-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%) ;
  background: linear-gradient(to bottom,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%) ;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cff1', endColorstr='#38aeea',GradientType=0 ) ;
  border: 1px solid #3cafcf ;
  box-shadow: #1994d3 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
}
input[type="button"]:active{
	position: relative;
    top: 2px;
	box-shadow: #1994d3 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;  
 }
 input[type="button"]:hover{
	background: rgb(153,216,244);
    background: -moz-linear-gradient(top,  rgba(153,216,244,1) 0%, rgba(79,183,236,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,216,244,1)), color-stop(100%,rgba(79,183,236,1)));
    background: -webkit-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: -o-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: -ms-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: linear-gradient(to bottom,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d8f4', endColorstr='#4fb7ec',GradientType=0 );
	
 }
 
  input[type="submit"]{
	 border-radius: 2px;
  box-shadow: inset rgba(255,255,255,0.3) 1px 1px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 2px 12px 2px !important;
  margin: 0 5px 9px;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
  vertical-align: top;
  border-radius: 4px;
  
 background: #82cc5d ;
  background: -moz-linear-gradient(top,  #82cc5d 0%, #53b73c 100%) ;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82cc5d), color-stop(100%,#53b73c)) ;
  background: -webkit-linear-gradient(top,  #82cc5d 0%,#53b73c 100%) ;
  background: -o-linear-gradient(top,  #82cc5d 0%,#53b73c 100%) ;
  background: -ms-linear-gradient(top,  #82cc5d 0%,#53b73c 100%) ;
  background: linear-gradient(to bottom,  #82cc5d 0%,#53b73c 100%) ;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cc5d', endColorstr='#53b73c',GradientType=0 ) ;
  border: 1px solid #429E34 ;
  box-shadow: #439230 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px ;
}
input[type="submit"]:active{
	position: relative;
    top: 2px;
	box-shadow: #439230 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;  
 }
 input[type="submit"]:hover{
	background: #99cc80 ;
    background: -moz-linear-gradient(top,  #99cc80 0%, #53b73c 100%) ;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99cc80), color-stop(100%,#53b73c)) ;
    background: -webkit-linear-gradient(top,  #99cc80 0%,#53b73c 100%) ;
    background: -o-linear-gradient(top,  #99cc80 0%,#53b73c 100%) ;
    background: -ms-linear-gradient(top,  #99cc80 0%,#53b73c 100%) ;
    background: linear-gradient(to bottom,  #99cc80 0%,#53b73c 100%) ;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc80', endColorstr='#53b73c',GradientType=0 ) ;
 }
 
  .btnStyle{
  border-radius: 2px;
  box-shadow: inset rgba(255,255,255,0.3) 1px 1px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 2px 12px 2px !important;
  margin: 0 5px 9px;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
  vertical-align: top;
  border-radius: 4px;
  
 background: rgb(130,207,241) ;
  background: -moz-linear-gradient(top,  rgba(130,207,241,1) 0%, rgba(56,174,234,1) 100%) ;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,207,241,1)), color-stop(100%,rgba(56,174,234,1))) ;
  background: -webkit-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%) ;
  background: -o-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%) ;
  background: -ms-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%) ;
  background: linear-gradient(to bottom,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%) ;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cff1', endColorstr='#38aeea',GradientType=0 ) ;
  border: 1px solid #3cafcf ;
  box-shadow: #1994d3 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
}
.btnStyle:active{
	position: relative;
    top: 2px;
	box-shadow: #439230 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;  
 }
 .btnStyle:hover{
	background: rgb(153,216,244);
    background: -moz-linear-gradient(top,  rgba(153,216,244,1) 0%, rgba(79,183,236,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,216,244,1)), color-stop(100%,rgba(79,183,236,1)));
    background: -webkit-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: -o-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: -ms-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: linear-gradient(to bottom,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d8f4', endColorstr='#4fb7ec',GradientType=0 );
	
 }
 
@font-face {
    font-family: 'EntypoRegular';
    src: url('../fonts/entypo-webfont.eot');
    src: url('../fonts/entypo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/entypo-webfont.woff') format('woff'),
         url('../fonts/entypo-webfont.ttf') format('truetype'),
         url('../fonts/entypo-webfont.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
  
input[type="button"].orange {
  box-shadow: #c46d00 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px !important;
}

  input[type="button"].orange:active {
    box-shadow: #c46d00 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px !important;  
  }
  
input[type="button"].magenta {
  box-shadow: #ca075c 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px !important;
}

  input[type="button"].magenta:active {
    box-shadow: #ca075c 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px !important;  
  }
  
input[type="button"].cyan {
  box-shadow: #1994d3 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
}

  input[type="button"].cyan:active {
    box-shadow: #1994d3 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;  
  }
  
input[type="button"].red {
  box-shadow: #88180e 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
}

  input[type="button"].red:active {
    box-shadow: #88180e 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;  
  }
  
input[type="button"].black {
  box-shadow: #000 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px, inset rgba(255, 255, 255, 0.3) 0 0 3px;
}

  input[type="button"].black:active {
    box-shadow: #000 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px, inset rgba(255, 255, 255, 0.3) 0 0 3px;  
  }
  
input[type="button"].green {
  box-shadow: #439230 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
}

  input[type="button"].green:active {
    box-shadow: #439230 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;  
  }

 /******************************************* END CSS Button ********************************************/
 
/*********************************************** CSS Loading ************************************************/
 /* ANIMATION */
@-webkit-keyframes rotate { 
  from { -webkit-transform: rotate(0deg) } 
  to { -webkit-transform: rotate(360deg) } }
@-moz-keyframes rotate { 
  from { -moz-transform: rotate(0deg) } 
  to { -moz-transform: rotate(360deg) } }
@-o-keyframes rotate { 
  from { -o-transform: rotate(0deg) } 
  to { -o-transform: rotate(360deg) } }
@keyframes rotate { 
  from { transform: rotate(0deg) } 
  to { transform: rotate(360deg) } }

@-webkit-keyframes fade { 
  from { opacity: 1 }
  50% { opacity: 0 }
  to { opacity: 1 } }
@-moz-keyframes fade { 
  from { opacity: 1 }
  50% { opacity: 0 }
  to { opacity: 1 } }
@-o-keyframes fade { 
  from { opacity: 1 }
  50% { opacity: 0 }
  to { opacity: 1 } }
@keyframes fade { 
  from { opacity: 1 }
  50% { opacity: 0 }
  to { opacity: 1 } }

/* CONTAINER */
.containerLoading {
  width: 150px;
  height: 150px;
  /* PRESENTATIONAL PURPOSES */
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  /**/
  cursor: pointer;
  -webkit-user-select: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 6px #222,
    0 0 6px 10px #444;
  -moz-box-shadow: 0 0 0 6px #222,
    0 0 6px 10px #444;
  box-shadow: 0 0 0 6px #222,
    0 0 6px 10px #444
}

/* TEXT */
#contentLoading {
  background: #222;
  background: -webkit-linear-gradient(#222,#111);
  background: -moz-linear-gradient(#222,#111);
  background: -o-linear-gradient(#222,#111);
  background: linear-gradient(#222,#111);
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font: normal normal normal 22px/140px 
    'Electrolize', Helvetica, Arial, sans-serif;
  color: #fff
}

#contentLoading span {
  vertical-align: middle;
  -webkit-animation: fade 1s linear infinite;
  -moz-animation: fade 1s linear infinite;
  -o-animation: fade 1s linear infinite;
  animation: fade 1s linear infinite;

}

/* SPINNING GRADIENT */
.ringLoading {
  margin: 0 auto;
  border-radius: 110px;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: rotate 1s linear infinite;
  -moz-animation: rotate 1s linear infinite;
  -o-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite
}

/* COLORS */
.green { 
  background: -webkit-linear-gradient(#bfff00,transparent,#bfff00);
  background: -moz-linear-gradient(#bfff00,transparent,#bfff00);
  background: -o-linear-gradient(#bfff00,transparent,#bfff00);
  background: linear-gradient(#bfff00,transparent,#bfff00)
}

.blue {
  background: -webkit-linear-gradient(#3cf,transparent,#3cf);
  background: -moz-linear-gradient(#3cf,transparent,#3cf);
  background: -o-linear-gradient(#3cf,transparent,#3cf);
  background: linear-gradient(#3cf,transparent,#3cf)
}

.red {
  background: -webkit-linear-gradient(#cd5c5c,transparent,#cd5c5c);
  background: -moz-linear-gradient(#cd5c5c,transparent,#cd5c5c);
  background: -o-linear-gradient(#cd5c5c,transparent,#cd5c5c);
  background: linear-gradient(#cd5c5c,transparent,#cd5c5c)
}

.purple {
  background: -webkit-linear-gradient(#e166e1,transparent,#e166e1);
  background: -moz-linear-gradient(#e166e1,transparent,#e166e1);
  background: -o-linear-gradient(#e166e1,transparent,#e166e1);
  background: linear-gradient(#e166e1,transparent,#e166e1)
}
/*********************************************** END CSS Loading ************************************************/

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0 0;
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    color: #263238;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cfd8dc;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #eceff1;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: normal;
    color: #263238;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1c2429;
    text-decoration: none;
    background-color: #eceff1;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #20a8d8;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #b0bec5;
    background-color: transparent;
}

.show>.dropdown-menu {
    display: block;
}

.show>a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 0 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #b0bec5;
    white-space: nowrap;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 0.125rem;
}