@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Regular.ttf");
}

@font-face {
    font-family: "Trebuchet MS";
    src: url("../fonts/Trebuchet-MS.ttf");
}

@font-face {
  font-family: 'FontAwesome';
  src: url('icon/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('icon/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('icon/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('icon/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('icon/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('icon/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-family: 'Trebuchet MS', sans-serif;
}

/* main */

.control-container
{
	width: 96%;
	margin-top: 5px;
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
}

.control-container.w50
{
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
}

.control-container .label-wrapper 
{
	width: 28%;
	float: left;
	margin-right: 2%;
	display: inline-block;
}

.control-container.double-line .label-wrapper 
{
	width: 100%;
	margin-right: 0%;
	clear: both;
}

.control-container .label-wrapper label
{
	width: 100%;
	line-height: 35px;
	height: 35px;
	font-size: 1.3em;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
}

.control-container .control-wrapper
{
	width: 70%;
	float: left;
	display: block;
}

.control-container.double-line .control-wrapper
{
	width: 100%;
}

.control-container.no-label .control-wrapper
{
	width: 100%;	
}

/* all */
.control-container.text-control input:focus,
.control-container.textarea-control input:focus,
.control-container.password-control input:focus,
.control-container.button-control input:focus,
/.control-container.combo-control input:focus
{
	border: 0px;
	outline: 0px;
	border-bottom: 2px solid rgba(34, 34, 34, 0.0627451);
}


/* text input */
.control-container.password-control input,
.control-container.text-control input
{
	width: 100%;
	display: block;
	line-height: 35px;
	border: 0px;
	padding-left: 5px;
	font-size: 1.4em;	
	background-color: #FAFAFA;
	border-bottom: 1px solid rgba(34, 34, 34, 0.0627451);		
	color: #555555;
}

.control-container.text-control input
{
	font-style: italic;
}

.control-container.textarea-control textarea
{
	width: 99%;
	display: block;
	line-height: 35px;
	border: 0px;
	padding-left: 5px;
	font-size: 1.4em;	
	background-color: #FAFAFA;
	border-bottom: 1px solid rgba(34, 34, 34, 0.0627451);
	min-height: 108px;
	color: #555555;
	resize: vertical;
}

/* button */


.control-container.button-control
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.control-container.button-control .control-wrapper
{
	width: 100%;
}

.control-container.button-control input
{
	float: left;
	width: 100%;
	display: block;
	line-height: 35px;
	border: 0px;
	padding-left: 5px;
	font-size: 1.4em;
	color: #eee;
	cursor: pointer;
	background-color: #8E8E8E;
}

.control-container.button-control.green input
{
	background-color: #2EB82E;
	color: #e2e2e2;
}

.control-container.button-control.orange input
{
	background-color: #E65C00;
	color: #e2e2e2;
}

/* CHECKBOX */

.checkbox-control .ui-button
{
	width: 90%;
	line-height: 35px;
	height: 35px;
	font-size: 1.4em;
	text-align: left;
	background-color: transparent;
    border-radius: 3px;
}

.checkbox-control .ui-button .ui-button-text
{
	padding: 0px;
	line-height: 35px;
}

.checkbox-control .ui-button .checkbox-state
{
	display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	text-indent: 0px;
	font-size: 1.1em;
	width: 35px;
	padding-top: 2px;
}

.checkbox-control .ui-button .checkbox-state:before
{
	content: "\f096";
}

.checkbox-control .ui-button.ui-state-active .checkbox-state:before	
{
	content: "\f046";
}

/*/* menu item */*/
/**/
/*.control-container.menu-link-control*/
/*{*/
/*	margin-top: 0px;*/
/*	width: 98%;*/
/*	height: 45px;*/
/*	line-height: 30px;*/
/*	text-decoration: none;*/
/*	font-size: 1.5em;*/
/*    vertical-align: middle;*/
/*	border-bottom: 1px solid rgba(255, 255, 255, 0.0627451);*/
/*	*/
/*}*/
/**/
/*.control-container.menu-link-control a*/
/*{*/
/*	display: block;*/
/*	color: white;*/
/*}*/
/**/
/*.control-container.menu-link-control a span*/
/*{*/
/*	line-height: 45px;*/
/*	width: 30px;*/
/*	height: 45px;*/
/*    border-left: 5px solid rgba(255,255,255,0);*/
/*}*/
/**/
/**/
/*.control-container.menu-link-control:hover*/
/*{*/
/*	background-color: #3e3e3e;*/
/*}*/
/**/
/*.control-container.menu-link-control:hover a span*/
/*{*/
/*	border-left: 5px solid #FFFFFF;*/
/*	padding-left: 2%;*/
/*    margin-left: -2%;*/
/*}*/
/**/
/*.control-container.menu-link-control.red a span*/
/*{*/
/*	color: red;*/
/*}*/

/* menu tab item */

.control-container.menu-tab-control
{
	margin-top: 0px;
	height: auto;
	line-height: 30px;
	text-decoration: none;
	font-size: 1.5em;
    vertical-align: middle;
	border-bottom: 1px solid rgba(255, 255, 255, 0.0627451);
	
}

.control-container.menu-tab-control a
{
    display: block;
    color: white;
    width: auto;
    height: auto;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 15px;
}

.control-container.menu-tab-control a span
{
	line-height: 50px;
	width: 30px;
    height: auto;
}


.control-container.menu-tab-control:hover
{
	height: auto;
	background-color: #4e4e4e;
}

.control-container.menu-tab-control:hover a span
{
}

.control-container.menu-tab-control.red a span
{
	color: red;
}

/*  table */

.control-container.table-control table
{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.control-container.table-control table thead tr
{
	border-bottom: 1px solid #555;
}

.control-container.table-control .flat-add
{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.control-container.table-control .flat-add a
{
	display: block;
	text-decoration: none;
	width: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 1.3em;
	color: #eee;
	background-color: #aaa;
}

.control-container.table-control table tbody tr td a.trash
{
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	background-image: url("../images/trash_close.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
}


.control-container.table-control table tr td a.trash:hover
{
	background-image: url("../images/trash_open.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}

/*  label */

.control-container.label-control .control-wrapper label
{
	width: 100%;
	line-height: 35px;
	font-size: 1.4em;
	display: block;
	height: 35px;
	background-color: #FAFAFA;
}

/*
	FILE UPLOAD
*/


.fileupload-area
{
	position: relative;
	width: 90%;
	margin-left: 5%;
}

.fileupload-area .fileupload-drop-zone
{
	margin-top: 5px;
	height: 180px;
	/*background-color: #f2f2f2;*/
	background-image: url('../images/bg_cloud.png');
	background-repeat: no-repeat;
	background-position: center;
	border-width: 2px;
	border-style: dashed;
	background-size: contain;
}

.fileupload-button-wrapper
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.fileupload-button-wrapper input[type="file"]
{
	cursor: pointer;
	direction: ltr;
	font-size: 200px;
	margin: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	filter: Alpha(opacity=50);
}
	
.fileupload-area p
{
	position: absolute;
	top: 5px;
	width: 100%;
	text-align: center;
}

.upload-image
{
	background-color: #FAFAFA;
	border: 1px solid rgba(34, 34, 34, 0.0627451);
}

/* table */

.box.table
{
	width: 100%;
	background-color: #FFFFFF ;/*#292929;*/
	padding: 0px;
	margin-top: 4px;
}

.table-body
{
	overflow: auto;
}

.table .table-row
{
	width: 100%;
	border-bottom: 1px solid rgba(34, 34, 34, 0.0627451);
	cursor: pointer;
	background-color: #FFFFFF;
	
	color: #222222;
}

.table .table-header
{
	width: 100%;
	border-bottom: 3px solid rgba(34, 34, 34, 0.0627451);
	background-color: #FAFAFA;
	color: #555555;
	margin-top: 3px;
}


.table .table-row:hover
{
	background-color: #FFFFFF;
}

.table .table-row.selected-tmp,
.table .table-row.selected
{
	background-image: none;
	background-color: #4285F4;
	color: #FFFFFF;
}

.table .table-row:last-of-type
{
	/* border-bottom: 0px:  */
}

.table .table-row .table-cell
{
	line-height: 36px;
	font-size: 1em;
	padding-left: 5px;
	padding-right: 2px;
	/*padding-top: 3px;*/
	height: 100%;
	cursor: pointer;
	height: 36px;
	white-space: nowrap;
	word-wrap: normal;
	display: inline-block;
	overflow: hidden;

}

.table .table-header .table-cell
{
	line-height: 20px;
	font-size: 1em;
	padding-left: 5px;
	height: 100%;
	height: 20px;
	white-space: nowrap;
	word-wrap: normal;
	display: inline-block;
	overflow: hidden;
}

.table .table-header .table-cell.order span
{
	margin-left: 5px;
}

.table .table-header .table-cell.order:hover
{
	cursor: pointer;
	background-color: #EEEEEE;
}

.table .table-row .table-cell.icon span
{
	font-size: 1.5em;
}

.table .table-row .table-cell.image-file
{
	position: relative;
}

.table .table-row .table-cell.image-file .img-wrapper
{
  position: relative;
  margin-top: 4px;
	width: 30px;
	left: 5px;
	text-align: center;
}

.table .table-row .table-cell.image-file .thumbnail-wrapper
{
	position: absolute;
  margin-top: 0px;
  width: 30px;
  right: 10px;
  top: 0px;
  border-radius: 4px;
  height: 20px;
  border-radius: 50%;
  font-size: 75%;
  text-align: center;
  line-height: 20px;
  color: #555;
  text-shadow: 0px 0px 3px white;
}

.battery-wrapper
{
  display: inline-block;
  border-radius: 10px;
  height: 15px;
  width: 35px;
  padding: 2px 5px;
  text-align: center;
  line-height: 10px;
  font-size: 75%;
  color: #555;
}



.table .table-row .table-cell.image-file img
{
	margin: auto;
	max-width: 30px;	
	max-height: 30px;	
}

.table .table-row .table-cell.image-folder
{
	position: relative;
	line-height: 0px;
	background-repeat: no-repeat;
	background-size: 32px  32px;
	background-position: 10px 3px;
	background-image: url('../images/folder_icon.png');	
}

.table .table-row .table-cell.image-folder .img-wrapper
{
	position: absolute;
	margin-top: 11px;
	width: 28px;
	left: 12px;
	border-radius: 2px;
	height: 18px;
	text-align: center;
	line-height: 20px;
}

.table .table-row .table-cell.image-folder img
{
	margin: auto;
	max-width: 28px;
	left: 12px;
	border-radius: 2px;
	max-height: 18px;	
}

.table .table-row .table-cell.image img
{
	position: absolute;
	margin-top: 8px;
	width: 20px;
	left: 20px;
	/* border-radius: 5px; */
	height: 20px;
	background-color: #fff;
	
}


.table .table-row .table-cell .bubble
{
  display:inline-block;
	font-size: 1em;
	font-weight: bold;
	line-height: 20px;
  min-width: 50px;
	text-align: center;
	border: 2px solid red;
  border-radius: 10px;
	color: #555;
	background-color: #FFFFFF;
}

.table .table-row.separator
{
	height: 20px;
	display: block;
	background-color: #FFFFFF;
	border: 0px;
}
	
.table .table-row .table-cell .bubble.green
{
	border-color: #009900;
	
}

.table .table-row .table-cell .bubble.grey
{
	border-color: #555;
	
}

/* toolbar */ 

.toolbar
{
	width: 100%;
	height: 76px;	
	margin-bottom: 5px;
	background-color:  #d14836;/*FAFAFA;*/
	color: #555555;
	box-shadow: rgba(34, 34, 34, 0.2) 0px 2px 4px 0px;
	display: inline-block;
}


.toolbar a.toolbar-button
{
	width: 64px;
	height: 64px;
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: 5px;	
	position: relative;
	border-bottom: 1px solid #FAFAFA;
	border-left: 1px solid #FAFAFA;
	border-top: 1px solid #FAFAFA;
	border-right: 1px solid #FAFAFA;
	/*background-color:  #FAFAFA;*/
}

.toolbar a.toolbar-button:first-of-type
{
	margin-left: 5px;
}

.toolbar a.toolbar-button.r
{
	float: right;
}

a.toolbar-button:hover
{
	background-color: rgba(219, 111, 97, 1); /*FFFFFF;*/
	border-bottom: 1px solid #C2C2C2;
	border-left: 1px solid #C2C2C2;
	border-top: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
}

.toolbar-button .button-icon
{
	position: absolute;
	top: 0px;
	height: 50%;
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	padding-top: 6px;
	color: #FFF;/*555555;*/
}

.toolbar-button .button-text
{
	position: absolute;
	bottom: 0px;
	max-height: 50%;
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
	font-size: 0.9em;
	color: #FFF;/*555555;*/
}

.toolbar .search-text span
{
	width: 22px;
	height: 24px;
	display: block;
	float: left;
	line-height: 22px;
	color: #dddddd;
	border-top: 1px solid #fafafa;
	border-left: 1px solid #fafafa;
	border-bottom: 1px solid #fafafa;
	border-right: 0px;
	text-align: center;
	margin-top: 40px;
	background-color: transparent;
	background-color: #c13e2c;
	/*border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;*/
}
.toolbar .search-text input[type="text"]
{
	width: 148px;
	line-height: 22px;
	float: left;
	border-top: 1px solid #fafafa;
	border-right: 1px solid #fafafa;
	border-bottom: 1px solid #fafafa;
	/*border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;*/
	border-left: 0px;
	outline: 0px;
	color: #dddddd;
	background-color: transparent;
	background-color: #c13e2c;
	margin-top: 40px;
	padding-left: 3px;
	
}

/* navigator */

.navigator
{
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 1em;
	font-style: italic;
	display: block;
	background-color: #FAFAFA ;
	box-shadow: rgba(34, 34, 34, 0.2) 0px 2px 4px 0px;
}

.navigator .navigator-item
{
	margin-left: 5px;
	cursor: pointer;
	color: #555555;
	position: relative;
	float: left;
}



.navigator .navigator-item.separator
{
	background-image: url('../images/bg_separator.png');
	background-size: contain;
	height: 36px;
	width: 10px;
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	
}


.navigator .navigator-item:last-of-type
{
	font-weight: bold;
}

.navigator .navigator-item.separator:last-of-type
{
	font-weight: normal;
}

.navigator a.navigator-item:hover
{
	font-weight: bold;
}

.navigator .search-text
{
	width: 178px;
	position: relative;
	margin-right: 5px;
}

.navigator .search-text span
{
	width: 25px;
	height: 20px;
	display: block;
	float: left;
	line-height: 20px;
	color: #777;
	border: 0px;		
	text-align: center;
	margin-top: 8px;
	background-color: transparent;
}
.navigator .search-text input[type="text"]
{
	width: 145px;
	line-height: 20px;
	float: left;
	border: 0px;
	
	outline: 0px;
	color: #777;
	background-color: #eee;
	padding: 0px;
	margin-top: 8px;
	padding-left: 3px;
	
}


/* choosen */

.chosen-container-single .chosen-single
	{
		background: #FAFAFA;
		border: 1px solid rgba(34, 34, 34, 0.0627451);
		color: #555555;
		border-radius: 0px;
		box-shadow: 0 0 0;
		height: 35px;
		font-size: 1.4em;
		line-height: 35px;
	}

.chosen-container-active.chosen-with-drop .chosen-single
{
	border-radius: 0px;	
	border-bottom: 0px;
	box-shadow: 0 0 0;
	height: 35px;
	font-size: 1.4em;
	line-height: 35px;
	background: #FAFAFA;
	color: #555555;
	border-top: 1px solid rgba(34, 34, 34, 0.0627451);
	border-left: 1px solid rgba(34, 34, 34, 0.0627451);
	border-right: 1px solid rgba(34, 34, 34, 0.0627451);
}

.chosen-container-single .chosen-drop
{
	border-radius: 0px;
	box-shadow: 0 0 0;
	background: #FAFAFA;
	color: #555555;
	border-left: 1px solid rgba(34, 34, 34, 0.0627451);
	border-right: 1px solid rgba(34, 34, 34, 0.0627451);
	border-bottom: 1px solid rgba(34, 34, 34, 0.0627451);	
}

.chosen-container-single .chosen-single div b
{
	background-image: none;
	font: normal normal normal 14px/1 FontAwesome;
  font-size: 0.8em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	line-height: 35px;	
}

.chosen-container-single .chosen-single div b:before
{
	content: "\f078";
}

.chosen-container-active.chosen-with-drop .chosen-single div b:before
{
	content: "\f077";
}

.chosen-container .chosen-results li
{
	line-height: 20px;
	font-size: 1.2em;
	color: #555555;
}

.control-container.button-control input
{
	background-color: #FAFAFA;
	border: 1px solid rgba(34, 34, 34, 0.0627451);		
	color: #555555;
}

.chosen-container-single .chosen-search input[type=text]
{
	background-image: none;
	line-height: 20px;
	font-size: 1.2em;
	background-color: #FAFAFA;
	border: 1px solid rgba(34, 34, 34, 0.0627451);		
	color: #555555;
}

/* alert message box */

.message-box
{
	color: #555555;
}

.message-box span
{
	font-size: 3em;
	float: left;
	width: 20%;
	height: 40px;
	display: block;
}

.message-box .message
{
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 1.1em;
	float: left;
	display: block;
	width: 80%;
}

.message-box .action-bar
{
	width: 90%;
	font-size: 1.1em;
	display: block;
	bottom: 5px;
	margin: auto;
	position: absolute;
	text-align: center;
	height: 30px;
	overflow: hidden;
	font: inherit;
}

.message-box .action-bar input[type="button"]
{
	width: 100px;
	height: 30px;
	font-size: 1.2em;
	color: #555555;
	margin-left: 3px;
	margin-right: 3px;
}

/* Submit spinner */ 

.spinner
{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	background-color: #999;
	opacity: 0.7;
	z-index: 99999999;
}

.spinner .loading-image
{
	position: absolute;
	width: 200px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -50px;	
}

.spinner .loading-image .image
{
	background-image: url('../images/bg_waiting.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
}

.spinner .loading-image .message
{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 1.2em;
	color: #222;
}

#floatingCirclesG{
	position:relative;
	width:112px;
	height:112px;
	margin:auto;
	transform:scale(0.6);
		-o-transform:scale(0.6);
		-ms-transform:scale(0.6);
		-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
}

.f_circleG{
	position:absolute;
	background-color:rgb(255,255,255);
	height:20px;
	width:20px;
	border-radius:10px;
		-o-border-radius:10px;
		-ms-border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
	animation-name:f_fadeG;
		-o-animation-name:f_fadeG;
		-ms-animation-name:f_fadeG;
		-webkit-animation-name:f_fadeG;
		-moz-animation-name:f_fadeG;
	animation-duration:0.932s;
		-o-animation-duration:0.932s;
		-ms-animation-duration:0.932s;
		-webkit-animation-duration:0.932s;
		-moz-animation-duration:0.932s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#frotateG_01{
	left:0;
	top:45px;
	animation-delay:0.3495s;
		-o-animation-delay:0.3495s;
		-ms-animation-delay:0.3495s;
		-webkit-animation-delay:0.3495s;
		-moz-animation-delay:0.3495s;
}

#frotateG_02{
	left:13px;
	top:13px;
	animation-delay:0.466s;
		-o-animation-delay:0.466s;
		-ms-animation-delay:0.466s;
		-webkit-animation-delay:0.466s;
		-moz-animation-delay:0.466s;
}

#frotateG_03{
	left:45px;
	top:0;
	animation-delay:0.5825s;
		-o-animation-delay:0.5825s;
		-ms-animation-delay:0.5825s;
		-webkit-animation-delay:0.5825s;
		-moz-animation-delay:0.5825s;
}

#frotateG_04{
	right:13px;
	top:13px;
	animation-delay:0.699s;
		-o-animation-delay:0.699s;
		-ms-animation-delay:0.699s;
		-webkit-animation-delay:0.699s;
		-moz-animation-delay:0.699s;
}

#frotateG_05{
	right:0;
	top:45px;
	animation-delay:0.8155s;
		-o-animation-delay:0.8155s;
		-ms-animation-delay:0.8155s;
		-webkit-animation-delay:0.8155s;
		-moz-animation-delay:0.8155s;
}

#frotateG_06{
	right:13px;
	bottom:13px;
	animation-delay:0.932s;
		-o-animation-delay:0.932s;
		-ms-animation-delay:0.932s;
		-webkit-animation-delay:0.932s;
		-moz-animation-delay:0.932s;
}

#frotateG_07{
	left:45px;
	bottom:0;
	animation-delay:1.0485s;
		-o-animation-delay:1.0485s;
		-ms-animation-delay:1.0485s;
		-webkit-animation-delay:1.0485s;
		-moz-animation-delay:1.0485s;
}

#frotateG_08{
	left:13px;
	bottom:13px;
	animation-delay:1.165s;
		-o-animation-delay:1.165s;
		-ms-animation-delay:1.165s;
		-webkit-animation-delay:1.165s;
		-moz-animation-delay:1.165s;
}



@keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

/*  JQUERY UI */


.ui-widget
{
	background-color: #EEEEEE;
	font-size: 1em;
}

.ui-corner-all
{
	border 1px solid rgba(34, 34, 34, 0.0627451);
}

.ui-widget-overlay
{
	background-color: #222222;
	opacity: 0.8;
}

.ui-dialog-titlebar 
{
	font-weight: bold;
	box-shadow: rgba(34, 34, 34, 0.2) 0px 2px 4px 0px;
	background-color: #222222;
	color: #FFFFFF;
}

.ui-dialog-titlebar .ui-button
{
	border: none;
	outline: none;
	/*background-color: #FFFFFF;*/
    background-color: rgb(209, 72, 54);
    border-radius: 3px;
}

.ui-dialog-titlebar .ui-button:hover
{
    opacity: 0.6;    
}

.ui-dialog-titlebar .ui-button .ui-icon
{
    display: inline-block;
    padding: 5px;
    
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.2em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
      text-indent: 0px;
      margin-top: -14px;
      margin-left: -11px;
    color: rgba(0,0,0,0.5);
}

.ui-dialog-titlebar .ui-button .ui-icon:hover
{
    color: rgba(0,0,0,0.8);
}

.ui-button-icon-only .ui-icon
{
	/*left: 0px;
	top: 0px;
	*/
}

.ui-icon-closethick:before
{
	content: "\f00d";
}

.ui-draggable-dragging
{
	z-index: 1000;
}


/* error input */

.control-container.control-error
{
	border-bottom: 1px solid red;	
}

.control-message-error
{
	display: block;
	color: white;
	background-color: red;
	line-height: 15px;
	width: 100%;
	text-wrap: unrestricted;
	clear: both;
}

.flash-message
{
	top: 0px;
	width: 50%;
	left: 25%;
	text-align: center;
	background-color: #005CE6;
	font-size: 1.3em;
	font-weight: bold;
	position: absolute;
	z-index: 9999;
	padding-top:3px;
	color: #e2e2e2;
	padding-bottom:3px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	line-height: 30px;
	border: 1px solid #99B2FF;
	border-top: 0px;
}

.flash-message.error
{
	background-color: #B80000;
}