.loading-system{
    height: 100%;
    padding: 10% 0;
    text-align: center;
    width: 100%;
	color:#666666;
}
.loadingMod{
	position:relative;
	width:240px;
	height:29px;
	margin: 0 auto;
}

.loadingModG{
	position:absolute;
	top:0;
	background-color:#212121;
	width:29px;
	height:29px;
	-moz-animation-name:bounce_loadingModG;
	-moz-animation-duration:0.9s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-moz-transform:scale(.3);
	-moz-border-radius:19px;
	-webkit-animation-name:bounce_loadingModG;
	-webkit-animation-duration:0.9s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-webkit-transform:scale(.3);
	-webkit-border-radius:19px;
	-ms-animation-name:bounce_loadingModG;
	-ms-animation-duration:0.9s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-ms-transform:scale(.3);
	-ms-border-radius:19px;
	-o-animation-name:bounce_loadingModG;
	-o-animation-duration:0.9s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	-o-transform:scale(.3);
	-o-border-radius:19px;
	animation-name:bounce_loadingModG;
	animation-duration:0.9s;
	animation-iteration-count:infinite;
	animation-direction:linear;
	transform:scale(.3);
	border-radius:19px;
}

#loadingModG_1{
	left:0;
	-moz-animation-delay:0.36s;
	-webkit-animation-delay:0.36s;
	-ms-animation-delay:0.36s;
	-o-animation-delay:0.36s;
	animation-delay:0.36s;
}
#loadingModG_2{
	left:30px;
	-moz-animation-delay:0.45s;
	-webkit-animation-delay:0.45s;
	-ms-animation-delay:0.45s;
	-o-animation-delay:0.45s;
	animation-delay:0.45s;
}

#loadingModG_3{
	left:60px;
	-moz-animation-delay:0.54s;
	-webkit-animation-delay:0.54s;
	-ms-animation-delay:0.54s;
	-o-animation-delay:0.54s;
	animation-delay:0.54s;
}
#loadingModG_4{
	left:90px;
	-moz-animation-delay:0.63s;
	-webkit-animation-delay:0.63s;
	-ms-animation-delay:0.63s;
	-o-animation-delay:0.63s;
	animation-delay:0.63s;
}
#loadingModG_5{
	left:120px;
	-moz-animation-delay:0.72s;
	-webkit-animation-delay:0.72s;
	-ms-animation-delay:0.72s;
	-o-animation-delay:0.72s;
	animation-delay:0.72s;
}
#loadingModG_6{
	left:150px;
	-moz-animation-delay:0.81s;
	-webkit-animation-delay:0.81s;
	-ms-animation-delay:0.81s;
	-o-animation-delay:0.81s;
	animation-delay:0.81s;
}
#loadingModG_7{
	left:180px;
	-moz-animation-delay:0.9s;
	-webkit-animation-delay:0.9s;
	-ms-animation-delay:0.9s;
	-o-animation-delay:0.9s;
	animation-delay:0.9s;
}
#loadingModG_8{
	left:210px;
	-moz-animation-delay:0.99s;
	-webkit-animation-delay:0.99s;
	-ms-animation-delay:0.99s;
	-o-animation-delay:0.99s;
	animation-delay:0.99s;
}


@-moz-keyframes bounce_loadingModG{
0%{
-moz-transform:scale(1);
background-color:#212121;
}

100%{
-moz-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-webkit-keyframes bounce_loadingModG{
0%{
-webkit-transform:scale(1);
background-color:#212121;
}

100%{
-webkit-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-ms-keyframes bounce_loadingModG{
0%{
-ms-transform:scale(1);
background-color:#212121;
}

100%{
-ms-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-o-keyframes bounce_loadingModG{
0%{
-o-transform:scale(1);
background-color:#212121;
}

100%{
-o-transform:scale(.3);
background-color:#FFFFFF;
}

}

@keyframes bounce_loadingModG{
0%{
transform:scale(1);
background-color:#212121;
}

100%{
transform:scale(.3);
background-color:#FFFFFF;
}

}
.savedKeep {
    color: #666666;
    float: left;
    margin: 7px;

}

.loadingForm{
    float: left;
    height: 10px;
    margin: 10px;
    position: relative;
    width: 80px;
}

.fountainG{
position:absolute;
top:0;
background-color:#292929;
width:10px;
height:10px;
-moz-animation-name:bounce_fountainG;
-moz-animation-duration:0.8s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.3);
-moz-border-radius:7px;
-webkit-animation-name:bounce_fountainG;
-webkit-animation-duration:0.8s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.3);
-webkit-border-radius:7px;
-ms-animation-name:bounce_fountainG;
-ms-animation-duration:0.8s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.3);
-ms-border-radius:7px;
-o-animation-name:bounce_fountainG;
-o-animation-duration:0.8s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.3);
-o-border-radius:7px;
animation-name:bounce_fountainG;
animation-duration:0.8s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.3);
border-radius:7px;
}

#fountainG_1{
left:0;
-moz-animation-delay:0.32s;
-webkit-animation-delay:0.32s;
-ms-animation-delay:0.32s;
-o-animation-delay:0.32s;
animation-delay:0.32s;
}

#fountainG_2{
left:10px;
-moz-animation-delay:0.4s;
-webkit-animation-delay:0.4s;
-ms-animation-delay:0.4s;
-o-animation-delay:0.4s;
animation-delay:0.4s;
}

#fountainG_3{
left:20px;
-moz-animation-delay:0.48s;
-webkit-animation-delay:0.48s;
-ms-animation-delay:0.48s;
-o-animation-delay:0.48s;
animation-delay:0.48s;
}

#fountainG_4{
left:30px;
-moz-animation-delay:0.56s;
-webkit-animation-delay:0.56s;
-ms-animation-delay:0.56s;
-o-animation-delay:0.56s;
animation-delay:0.56s;
}

#fountainG_5{
left:40px;
-moz-animation-delay:0.64s;
-webkit-animation-delay:0.64s;
-ms-animation-delay:0.64s;
-o-animation-delay:0.64s;
animation-delay:0.64s;
}

#fountainG_6{
left:50px;
-moz-animation-delay:0.72s;
-webkit-animation-delay:0.72s;
-ms-animation-delay:0.72s;
-o-animation-delay:0.72s;
animation-delay:0.72s;
}

#fountainG_7{
left:60px;
-moz-animation-delay:0.8s;
-webkit-animation-delay:0.8s;
-ms-animation-delay:0.8s;
-o-animation-delay:0.8s;
animation-delay:0.8s;
}

#fountainG_8{
left:70px;
-moz-animation-delay:0.88s;
-webkit-animation-delay:0.88s;
-ms-animation-delay:0.88s;
-o-animation-delay:0.88s;
animation-delay:0.88s;
}

@-moz-keyframes bounce_fountainG{
0%{
-moz-transform:scale(1);
background-color:#292929;
}

100%{
-moz-transform:scale(.3);
background-color:#E8E8E8;
}

}

@-webkit-keyframes bounce_fountainG{
0%{
-webkit-transform:scale(1);
background-color:#292929;
}

100%{
-webkit-transform:scale(.3);
background-color:#E8E8E8;
}

}

@-ms-keyframes bounce_fountainG{
0%{
-ms-transform:scale(1);
background-color:#292929;
}

100%{
-ms-transform:scale(.3);
background-color:#E8E8E8;
}

}

@-o-keyframes bounce_fountainG{
0%{
-o-transform:scale(1);
background-color:#292929;
}

100%{
-o-transform:scale(.3);
background-color:#E8E8E8;
}

}

@keyframes bounce_fountainG{
0%{
transform:scale(1);
background-color:#292929;
}

100%{
transform:scale(.3);
background-color:#E8E8E8;
}
}





input:focus, textarea:focus, select:focus {
    border-color: #4787ed !important;
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.form p {
	margin-bottom:15px;
}
.form fieldset, .fieldset {
	background:#f1f1f1 none repeat scroll 0 0;
	border:1px solid #d9d9d9;
	margin:0	 0 20px;
	padding:10px 20px 15px;
	clear:both;
	position:relative;
	min-height:20px;
	/*border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;*/
}
body.ie7 fieldset, body.ie8 fieldset, body.ie7 .fieldset, body.ie8 .fieldset {
	padding:25px 20px 05px;
	margin-top:10px;
}
.form fieldset.collapsed > *, .fieldset.collapsed > * {
	display:none ;
}
.form fieldset.collapsed legend, .fieldset.collapsed .legend {
	display:block;
	margin-left:0;
}
.form fieldset.collapsed, .fieldset.collapsed {
	background:none !important;
	border:none;
	padding:0;
}
.form fieldset.grey {
	background:#f7f7f7;
	box-shadow:0px 1px 0px #fff inset;
	-moz-box-shadow:0px 1px 0px #fff inset;
	-webkit-box-shadow:0px 1px 0px #fff inset;
}
/*.form legend, .legend {*/

.form legend {
	/*background:#e2e2e2 url('images/boxheader.gif') repeat-x top;*/
	background-color:#F8F8F8;
	background-image:linear-gradient(to bottom, #F8F8F8, #E6E6E6);
	background-repeat: repeat-x;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
	border:1px solid #ccc;
	font-size:93%;
	padding:5px 8px;
}


body.ie7 legend, body.ie8 legend, body.ie7 .legend, body.ie8 .legend {
	position:absolute;
	left:0;
	top:-10px;
}
.form legend a {
	background:url("/css/images/icons/bullet_toggle_plus.png") no-repeat right center;
	text-decoration:none;
	display:block;
	color:#181818;
	padding-right:20px;
}
.form legend a.collapse {
	background:url("/css/images/icons/bullet_toggle_minus.png") no-repeat right center;
}



.form label {
	display:block;
	text-align:left;
	cursor:hand;
	margin-bottom:10px;
}
.inline label {
	display:inline-block ;
	margin-right:15px;
}
.inline select {
	margin-right:15px;
}
.form input, .form textarea {
	/*background:#fefefe url(images/bg-input.gif) repeat-x top;*/
	background-color:#fefefe;
	border:1px solid #ccc;
	padding:1px;
	color:#4d4d4d;
	width:150px;
	/*-moz-border-radius:3px;
	-webkit-border:3px;
	border-radius:3px;*/
}


.form textarea {
	width:98%;
	resize: none;
}
.form input.small {
	width:50px;
}
.form input.large {
	width:200px;
}
.form input.larger {
	width:260px;
}
.form select {
	/*background:#fefefe url(images/bg-input.gif) repeat-x top;*/
	background-color:#fefefe;
	border:1px solid #ccc;
	padding:1px;
	color:#4d4d4d;
	/*-moz-border-radius:3px;
	-webkit-border:3px;
	border-radius:3px;*/
	width:150px;
}
.form input[type=checkbox], .form input[type=radio] {
	width:auto;
	border:0;
	background:none;
	margin:0 10px 0 0;
}
/* Input Validation */
.form span.required {
	color:#F45D43;
	font-weight:700;
	font-size:131%;
}
.form input.success {
	background:#F1FFBF url("/css/images/icons/success.png") no-repeat 140px center;
	border-color:#A6D50F;
}
.form input.error {
	background:#FECDC6 url("/css/images/icons/error.png") no-repeat 140px center;
	border-color:#F45D43;
}
.form input.warning {
	background:#FFECB0 url("/css/images/icons/warning.png") no-repeat 140px center;
	border-color:#FFBC2A;
}
.form input.info {
	background:#D4E7F5 url("/css/images/icons/information.png") no-repeat 140px center;
	border-color:#589AD7;
}
.form input.tip {
	background:#FFECCD url("/css/images/icons/tip.png") no-repeat 140px center;
	border-color:#DD9854;
}
.form input.success, .form input.error, .form input.warning, .form input.info, .form input.tip {
	padding:5px 25px 5px 5px;
	width:130px;
}
.form p img {
	vertical-align:middle;
	margin-left:5px;
}
.form label.strong {
	font-weight:700;
}
.form.col label {
	float:left;
	width:90px;
	margin-top:5px;
	clear:left;
}
/* Stylish Switches */
.switch-enable, .switch-disable {
box-sizing: content-box;
	display: block;
	float: left;
	line-height: 30px;
	border:1px solid #ccc;
	padding: 0 10px;
	/*background:#fefefe url(images/bg-input.gif) repeat-x top;
	background-color:#fefefe;*/
       background-color: #E0E0E0;
       background-image: -moz-linear-gradient(center top , #FEFEFE, #E0E0E0);
	font-weight: 700;
	color:#333333;
}
.switch-enable {
	border-right:0;
	/*border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;*/
}
.switch-disable {
	/*border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;*/
}
.switch-disable.selected, .switch-enable.selected {
	color: #fff;
	padding: 0 10px;
}
.switch-disable.selected {
 	background-color: #D14836;
       background-image: -moz-linear-gradient(center top , #DD4B39, #D14836);
	border:1px solid #B0281A;
	/*border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;*/
}
.switch-enable.selected {

	background-color: #3D9400;
	background-image: -moz-linear-gradient(center top , #3D9400, #398A00);	
	border:1px solid #2D6200;
	border-right:0;
	/*border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;*/
}
.switch-wrapper span {
    cursor: pointer;
    min-width: 16px;
    text-align: center;
}
.switch-wrapper input {
	display: none;
}
.switch-wrapper {
	clear:both;
}
/* Stylish Switches (Small) */

.switch-wrapper.small{
    color: #666666;
    font-size: 90%;
	margin:0;
	display:inline-block;
}

.switch-wrapper.small label{
    float: left;
    padding-right: 4px;
}
.switch-wrapper.small .switch-disable, .switch-wrapper.small .switch-enable {
	padding: 0 5px;
}
.switch-wrapper.small .switch-disable.selected {

	/*border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;*/
}
.switch-wrapper.small .switch-enable.selected {

	border-right:0;
	/*border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;*/
}
.switch-wrapper.small .switch-enable, .switch-wrapper.small .switch-disable {
	font-size:85%;
	line-height:20px;
}
/* Progress Bars */
.progress-bar {
	background:url("/css/images/grad.png") repeat-x center bottom #ccc;
	border:1px solid #808080;
	display:inline-block;
	padding:10px;
	position:relative;
	text-align:center;
	width:100px;
	vertical-align:middle;
	box-shadow:0 2px 4px #808080 inset;
	-moz-box-shadow:0 2px 4px #808080 inset;
	-webkit-box-shadow:0 2px 4px #808080 inset;
/*	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;*/
}
body.ie7 .progress-bar, body.ie8 .progress-bar {
	zoom:1;
	display:inline;
}
.progress-bar span {
	background-image:url("/css/images/grad.png");
	background-repeat:repeat-x;
	background-position:bottom center;
	border:1px solid rgba(0, 0, 0, 0.3);
	color:#fff;
	font-size:93%;
	position:absolute;
	left:0;
	bottom:0;
	top:0;
	text-shadow:0 -1px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 2px rgba(255, 255, 255, 0.4) inset;
	-moz-box-shadow:0 0 2px rgba(255, 255, 255, 0.4) inset;
	-webkit-box-shadow:0 0 2px rgba(255, 255, 255, 0.4) inset;
	/*border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;*/
}
.progress-bar.blue > span {
	background-color:#00A1CD;
}
.progress-bar.red > span {
	background-color:#F00;
}
.progress-bar.green > span {
	background-color:#0F0;
}


/* NEW BOTTONS */

button, .buttonGrag {
	font-size: 11px;
	display: inline-block;
	background-color: #f1f1f1;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
	border: 1px solid #dcdcdc;
	color: #444;
	
	font-weight: bold;
	text-align: center;
	min-width: 40px;
	cursor: pointer;
	line-height: 20px;
	padding:2px 6px;
	text-decoration:none;
	transition:all 0.3s ease 0s !important;
	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none; 
	
}

/* form buttons */ 

.tDiv2 .buttonGrag {
    float: left;
    margin: 3px;
    padding: 0 5px 0 0;
	line-height: 22px;
}

.noClose.flexbox  .tDiv2 .buttonGrag.close.red{display:none;}
.tDiv2 .buttonGrag.next,
.tDiv2 .buttonGrag.prev{
    padding: 0 6px 0 0;
	cursor: pointer;
}

.tDiv2 .buttonGrag.loading,
.tDiv2 .buttonGrag.loading input{
	cursor: progress;
}
 
.tDiv2 .buttonGrag input{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    padding: 0 3px 0 0;
	height: 21px;
}	

.tDiv2 .buttonGrag input:focus{
	box-shadow:none;
}
.tDiv2 .buttonGrag.blue input,
.tDiv2 .buttonGrag.green input,
.tDiv2 .buttonGrag.red input{
    color: #FFFFFF;
}	
.tDiv2 .buttonGrag [class^="icomoon-icon-"]{
    margin-right:5px;
    margin-left:5px;
}	
.tDiv2 .buttonGrag.blue input,
.tDiv2 .buttonGrag.green input,
.tDiv2 .buttonGrag.red input{
    color: #FFFFFF !important;
}	
.tDiv2 .buttonGrag.blue [class^="icomoon-icon-"],
.tDiv2 .buttonGrag.green [class^="icomoon-icon-"],
.tDiv2 .buttonGrag.red [class^="icomoon-icon-"]{
    color: #FFFFFF !important;
}	
/* form reports buttons */ 
.report .tDiv2 .buttonGrag {
	line-height: 24px;
}
.report .tDiv2 .buttonGrag [class^="icomoon-icon-"]{
	font-size: 16px;
}	



button.small, .buttonGrag.small {
	line-height:14px;
	font-size: 10px;
}

button.disabled:active, .buttonGrag.disabled:active {
	position:relative;
	background-image: url('/css/images/grad.png');
}
fieldset button, .buttonGrag {
	margin:0 5px 10px 0;
}
.pDiv .buttonGrag{
	margin:1px 0 0 0;
 
}
.searchAdvance button {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    float: left;
    font-weight: normal;
    line-height: 22px;
    margin: 0 3px 0 0;
    padding: 2px 5px;
}
.searchAdvance button.searchtoggle {
    line-height: 22px;
    margin-top: 3px;
}
button img, .buttonGrag img {
	display:inline;
	height:16px;
	margin-right:5px;
	margin-left:0 ; /* !important*/
	vertical-align:-3px !important;
	width:16px;
}
button.small.right {
    float: right !important;
    margin: -2px 0 0 !important;
}

button:active , .buttonGrag:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
button:visited ,.buttonGrag:visited {
	color: #444;
}
button:hover ,.buttonGrag:hover {
	background-color: #e9e4e1;
	background-image: -webkit-linear-gradient(top, #f8f8f8, #e9e4e1);
	background-image: -moz-linear-gradient(top, #f8f8f8, #e9e4e1);
	background-image: -ms-linear-gradient(top, #f8f8f8, #e9e4e1);
	background-image: -o-linear-gradient(top, #f8f8f8, #e9e4e1);
	background-image: linear-gradient(top, #f8f8f8, #e9e4e1);
	border: 1px solid #c6c6c6;
	color: #333;
	text-decoration: none !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

button.disabled, .buttonGrag.disabled {
    background: #e9e9e9 url("/css/images/flex/load.gif") no-repeat scroll 50% 50% !important;
    border: 1px solid #c3c3c3 !important;
    color: #e9e9e9 !important;
    cursor: progress;
    text-indent: -100000px;
	transition:none !important;
}
button.success, .buttonGrag.success {
	background-color: #3d9400 !important;
	background-image: -webkit-linear-gradient(top, #3d9400, #398a00) !important;
	background-image: -moz-linear-gradient(top, #3d9400, #398a00) !important;
	background-image: -ms-linear-gradient(top, #3d9400, #398a00) !important;
	background-image: -o-linear-gradient(top, #3d9400, #398a00) !important;
	background-image: linear-gradient(top, #3d9400, #398a00) !important;
	border: 1px solid #29691d !important;
	color: #fff !important;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1) !important;
	
    cursor: defatult !important;
    text-indent: 0 !important; 
	transition:none !important;
}



/* Blue button */
button.blue, .buttonGrag.blue {
	background-color: #4787ed;
	background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
	background-image: linear-gradient(top, #4d90fe, #4787ed);
	border: 1px solid #3079ed;
	color: #fff !important;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}




button.blue:active, .buttonGrag.blue:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}
button.blue:visited, .buttonGrag.blue:visited {
	color: #fff;
}
button.blue:hover, .buttonGrag.blue:hover {
	background-color: #357ae8;
	background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
	background-image: linear-gradient(top, #4d90fe, #357ae8);
	border: 1px solid #2f5bb7;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
button.blue:focus, .buttonGrag.blue:focus {
	background-color: #084dbb;
	background-image: -webkit-linear-gradient(top, #2c6fdd, #084dbb);
	background-image: -moz-linear-gradient(top, #2c6fdd, #084dbb);
	background-image: -ms-linear-gradient(top, #2c6fdd, #084dbb);
	background-image: -o-linear-gradient(top, #2c6fdd, #084dbb);
	background-image: linear-gradient(top, #2c6fdd, #084dbb);
	border: 1px solid #2f5bb7;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}




/* Green button */
button.green, .buttonGrag.green {
	background-color: #3d9400;
	background-image: -webkit-linear-gradient(top, #3d9400, #398a00);
	background-image: -moz-linear-gradient(top, #3d9400, #398a00);
	background-image: -ms-linear-gradient(top, #3d9400, #398a00);
	background-image: -o-linear-gradient(top, #3d9400, #398a00);
	background-image: linear-gradient(top, #3d9400, #398a00);
	border: 1px solid #29691d;
	color: #fff !important;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
button.green:active, .buttonGrag.green:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}
button.green:visited, .buttonGrag.green:visited {
	color: #fff;
}
button.green:hover, .buttonGrag.green:hover {
	background-color: #368200;
	background-image: -webkit-linear-gradient(top, #3d9400, #368200);
	background-image: -moz-linear-gradient(top, #3d9400, #368200);
	background-image: -ms-linear-gradient(top, #3d9400, #368200);
	background-image: -o-linear-gradient(top, #3d9400, #368200);
	background-image: linear-gradient(top, #3d9400, #368200);
	border: 1px solid #2d6200;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
button.green:focus, .buttonGrag.green:focus {
	background-color: #0c5800;
	background-image: -webkit-linear-gradient(top, #1e7500, #0c5800);
	background-image: -moz-linear-gradient(top, #1e7500, #0c5800);
	background-image: -ms-linear-gradient(top, #1e7500, #0c5800);
	background-image: -o-linear-gradient(top, #1e7500, #0c5800);
	background-image: linear-gradient(top, #1e7500, #0c5800);
	border: 1px solid #2d6200;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}

button::-moz-focus-inner {
  border: 0;
}
input::-moz-focus-inner {
  border: 0;
}
/* Red button */
button.red, .buttonGrag.red {
	background-color: #d14836;
	background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
	background-image: -moz-linear-gradient(top, #dd4b39, #d14836);
	background-image: -ms-linear-gradient(top, #dd4b39, #d14836);
	background-image: -o-linear-gradient(top, #dd4b39, #d14836);
	background-image: linear-gradient(top, #dd4b39, #d14836);
	border: 1px solid #e83535;
	color: #fff !important;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
button.red:active, .buttonGrag.red:active

{
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}
button.red:visited, .buttonGrag.red:visited {
	color: #fff;
}
button.red:hover, .buttonGrag.red:hover
{
	background-color: #c53727;
	background-image: -webkit-linear-gradient(top, #dd4b39, #c53727);
	background-image: -moz-linear-gradient(top, #dd4b39, #c53727);
	background-image: -ms-linear-gradient(top, #dd4b39, #c53727);
	background-image: -o-linear-gradient(top, #dd4b39, #c53727);
	background-image: linear-gradient(top, #dd4b39, #c53727);
	border: 1px solid #b0281a;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
button.red:focus, .buttonGrag.red:focus
{
	background-color: #b12313;
	background-image: -webkit-linear-gradient(top, #c2301e, #b12313);
	background-image: -moz-linear-gradient(top, #c2301e, #b12313);
	background-image: -ms-linear-gradient(top, #c2301e, #b12313);
	background-image: -o-linear-gradient(top, #c2301e, #b12313);
	background-image: linear-gradient(top, #c2301e, #b12313);
	border: 1px solid #b0281a;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}


/* Yellow button */
button.yellow, .buttonGrag.yellow {
	background-color: #ffb105;
	background-image: -webkit-linear-gradient(top, #ffcb12, #ffb105);
	background-image: -moz-linear-gradient(top, #ffcb12, #ffb105);
	background-image: -ms-linear-gradient(top, #ffcb12, #ffb105);
	background-image: -o-linear-gradient(top, #ffcb12, #ffb105);
	background-image: linear-gradient(top, #ffcb12, #ffb105);
	border: 1px solid #ff9e00;
	color: #444 !important;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
button.yellow:active, .buttonGrag.yellow:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}
button.yellow:visited, .buttonGrag.yellow:visited {
	color: #444;
}
button.yellow:hover, .buttonGrag.yellow:hover {
	background-color: #ffa305;
	background-image: -webkit-linear-gradient(top, #ffcb12, #ffa305);
	background-image: -moz-linear-gradient(top, #ffcb12, #ffa305);
	background-image: -ms-linear-gradient(top, #ffcb12, #ffa305);
	background-image: -o-linear-gradient(top, #ffcb12, #ffa305);
	background-image: linear-gradient(top, #ffcb12, #ffa305);
	border: 1px solid #ff9b05;
	color: #444;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

/* orange button */
button.orange, .buttonGrag.orange {
	background-color: #FF8A00;
	background-image: -webkit-linear-gradient(top, #ffaa43, #FF8A00);
	background-image: -moz-linear-gradient(top, #ffaa43, #FF8A00);
	background-image: -ms-linear-gradient(top, #ffaa43, #FF8A00);
	background-image: -o-linear-gradient(top, #ffaa43, #FF8A00);
	background-image: linear-gradient(top, #ffaa43, #FF8A00);
	border: 1px solid #D15C00;
	color: #444 !important;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
button.orange:active, .buttonGrag.orange:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}
button.orange:visited, .buttonGrag.orange:visited {
	color: #444;
}
button.orange:hover, .buttonGrag.orange:hover {
	background-color: #f07b00;
	background-image: -webkit-linear-gradient(top, #ffaa43, #f07b00);
	background-image: -moz-linear-gradient(top, #ffaa43, #f07b00);
	background-image: -ms-linear-gradient(top, #ffaa43, #f07b00);
	background-image: -o-linear-gradient(top, #ffaa43, #f07b00);
	background-image: linear-gradient(top, #ffaa43, #f07b00);
	border: 1px solid #ff9b05;
	color: #444;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
/* Grey (flat) button */
button.grey, .buttonGrag.grey {
	background-color: #f1f1f1;
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #444 !important;
}
button.grey:active, .buttonGrag.grey:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
button.grey:visited, .buttonGrag.grey:visited {
	color: #444;
}
button.grey:hover, .buttonGrag.grey:hover {
	background-color: #f8f8f8;
	background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f6f6f6, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f6f6f6, #f1f1f1);
	background-image: -o-linear-gradient(top, #f6f6f6, #f1f1f1);
	background-image: linear-gradient(top, #f6f6f6, #f1f1f1);
	border: 1px solid #c6c6c6;
	color: #333;
}
button.loading, .buttonGrag.loading {
    background-color: #f1f1f1 !important;
    background-image: -moz-linear-gradient(center top , #f5f5f5, #f1f1f1) !important;
    border: 1px solid #dcdcdc !important;
    color: #444444 !important;
    text-shadow: none;
}
.tDiv2 .buttonGrag.loading.blue [class^="icomoon-icon-"],
.tDiv2 .buttonGrag.loading.green [class^="icomoon-icon-"],
.tDiv2 .buttonGrag.loading.red [class^="icomoon-icon-"]{
    color: #444444 !important;
}	
button [class^="icomoon-icon-"],
.buttonGrag .btn [class^="icomoon-icon-"],
button [class*=" icomoon-icon-"],
.buttonGrag [class*=" icomoon-icon-"]
{
    margin-left: 0;
    margin-right: 5px;
    margin-top: -2px;
}

button.ico [class^="icomoon-icon-"],
.buttonGrag.ico .btn [class^="icomoon-icon-"],
button.ico [class*=" icomoon-icon-"],
.buttonGrag.ico [class*=" icomoon-icon-"]
{
    margin-left: 0;
    margin-right: 0;
    margin-top: -2px;
}


/* notifications */
.advice {
    background-color: #DDDDDD;
    border: 1px solid #D3D3D3;
    color: #333333;
    line-height: 19px;
    margin: 1px 5px;
	font-size: 10px;
    padding: 3px 5px;
}
.guiderForm  .pagerNotification{display:none !important}




.notification.success {
	background:#f1ffbf url('/css/images/icons/success.png') no-repeat 10px 10px;
	border-color:#a6d50f;
 }
.notification.success span.strong {
	color:#283304;
}
.notification.error {
	background:#fecdc6 url('/css/images/icons/error.png') no-repeat 10px 10px;
	border-color:#e83535;
}
.notification.error span.strong {
	color:#33130e;
}
.notification.warning {
	background:#ffecb0 url('/css/images/icons/warning.png') no-repeat 10px 10px;
	border-color:#ff9e00;
}
.notification.loading {
	background:#e9e9e9 url('/css/images/flex/load.gif') no-repeat 10px 10px;
	border-color:#c9c9c9;
	text-align:left;
}
.notification.login {
	background:#E2E2E2 url('/css/images/icons/lock.png') no-repeat 10px 10px;
	border-color:#292525;
	text-align:left;
	padding:10px 5px 10px 35px;
    line-height: 18px;
}

.notification.warning span.strong {
	color:#332508;
}
.notification.info {
	background:#d4e7f5 url('/css/images/icons/information.png') no-repeat 10px 10px;
	border-color:#3079ed;
}
.notification.approved {
	background:#d4e7f5 url('/css/images/icons/success.png') no-repeat 10px 10px;
	border-color:#3079ed;
}
.notification.border {
	background-color: transparent !important;
}
.notification.noicon {
    background-image: none !important;
	padding: 10px;
}
.pagerNotification{
	margin:5px 0 0 0;
}
.notification.info span.strong {
	color:#152433;
}
.notification.tip {
	background:#ffeccd url('/css/images/icons/tip.png') no-repeat 10px 10px;
	border-color:#dd9854;
}
.notification.tip span.strong {
	color:#332313;
}
.notification {
	padding:10px 30px 10px 35px;
	border:1px solid #fff;
	margin-bottom:10px;
	position:relative;
	z-index:1;
	/*border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;*/
}

.checkPass .notification {
	margin: 5px 0 0 0; 
	background-position: 2px 2px;
	padding: 3px 3px 3px 21px;
	/*border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;*/
}
.notification.inline-block {
	display:inline-block;
}

.flex.grid .notification {
	/*width:100%;*/
}

.flexmap .notification {
	margin:3px 8px 3px 309px !important;
}
.flexmap.closedPanel .notification {
	margin:10px 8px 10px 268px  !important;
}

.flexmap .mapPanel .notification {
	margin:0 10px 10px 10px !important;
}

.notification.noimg {
    background-image: none;
    font-size: 10px;
    padding: 2px;
}
.notification.no-margin {
	/*border-top:1px solid #fff;*/
	border-top:none;
	border-left:none;
	border-right:none;
	margin:0;
}
.notification.small {
    background-position: 2px 2px;
    margin: 0;
    padding: 3px 10px 3px 20px;
    top: 3px;
	display:block;
}
.notification.cropTip {
    background-position: 2px 2px;
    float: left;
    margin: 0;
    padding: 3px 10px 3px 20px;
    top: -1px;
}
.notification.cropTip.alt {
    margin: 2px 5px 0;
    top: 3px;
}

.notification .close {
	background:url("/css/images/icons/close_inactive.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	height:16px;
	position:absolute;
	right:10px;
	top:10px;
	width:16px;
}
.notification .close:hover {
	background:url("/css/images/icons/close.png") no-repeat scroll 0 0 transparent;
}
.notification.nopic {
	background-image:none;
	padding:10px;
}
.notification span.strong {
	margin-right:10px;
}

/* checker */
#remember{ display:none;}
div.checker {
	display: inline-block;
	vertical-align: middle;
	/*width: 19px;*/
	height: 19px;
	cursor: pointer;
	line-height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}
div.checker span {
	display: inline-block;
	text-align: center;
	background: url(/css/images/checkbox.png) no-repeat;
	background-position: 0px -3px;
	height: 19px;
	width: 19px;
	float:left;
}

div.checker:active span, 
div.checker.active span {
  background-position: 0px -10px;
}

div.checker.focus span,
div.checker:hover span {
  background-position: -0px -28px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: 0px -28px;
}

div.checker span.checked {
  background-position: 0px -53px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
  background-position: 0px -78px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: 0px -78px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: 0px -78px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: 0px -28px;
  opacity: 0.5;
  filter:alpha(opacity=50);
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -0px -53px;
}
 	
.ui-datepicker-trigger {
	padding:8px;
	cursor:pointer;
	float:left;
}

.limiterBox {
    background-color: #65BCDA !important;
    border-top: 0 none;
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 6px;
    padding: 3px 6px;
}
.limiterBox:after {
    display: none;
}
.limiterBox:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #65BCDA;
    border-style: solid;
    border-width: 0 8px 8px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -8px;
    width: 0;
}