.afx-overlay {
	background: #aaaaaa 50% 50% repeat-x;
	opacity: .3;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.afx-front{
	z-index: 100;
}

.afx-dialog-header {
	font-weight: lighter;
}

.afx-dialog .afx-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}

.afx-dialog .afx-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.afx-dialog .afx-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}

.afx-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}

.afx-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff 50% 50% repeat-x;
}

.afx-dialog .afx-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}

.afx-dialog .afx-dialog-buttonpanel {
	text-align: left;
	/*border-width: 1px 0 0 0;*/
	border: none;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}

.afx-dialog .afx-dialog-buttonpanel .afx-dialog-buttonset {
	float: right;
}

.afx-dialog .afx-dialog-buttonpanel button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.afx-dialog-button {
	border: none;
	background: #ffffff 50% 50% repeat-x;
	font-weight: normal;
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.afx-dialog-button-hover,
.afx-dialog-button-focus {
	border: 1px solid #D5D5D5;
	background: #F1F0F0 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}

.afx-helper-clearfix:before,
.afx-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.afx-helper-clearfix:after {
	clear: both;
}
.afx-helper-clearfix {
	min-height: 0; /* support: IE7 */
}

.ui-icon-closethick { 
	background-position: -96px -128px; 
}

/* POPOVER  */
.afx-popover {
  font-family: 'Roboto';

  color: black;
  font-weight: normal;
  line-height: 1;
  cursor: auto;
  position: absolute;
  display: none;
  opacity: 0;
  background-color: white;
  border: 2px solid black;
  border-radius: 4px;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.25s linear;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-transition: opacity 0.25s linear;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.25s linear; 
}
  
.afx-popover.active {
   opacity: 1; 
}

.afx-popover > .triangle {
  position: absolute;
  top: -20px;
  float: left;
  font-size: 0px;
  line-height: 0%;
  width: 0px;
  border-top: 10px solid rgba(0,0,0,0);
  border-left: 10px solid rgba(0,0,0,0);
  border-right: 10px solid rgba(0,0,0,0);
  border-bottom: 10px solid black; 
}

.afx-popover > .header {
  font-weight: bold;
  margin: 0;
  padding: 3px;
  height: 30px;
  color: black;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(0.2, rgba(255, 255, 255, 0.4)), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent) );
  text-align: center; 
  border-bottom: 2px solid black;
  line-height: 28px;  
}

.afx-popover > .content {
  min-width: 200px;
  overflow-x: hidden;
  overflow-y: auto; 
}

/* MODAL FULLSCREEN */
.afx-modalfullscreen {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1050;
	display: none;
	outline: 1px solid transparent;

}

.afx-modalfullscreen-content {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.afx-modalfullscreen-header {
	height: 30px;
	padding: 15px;
	background-color: #e5e5e5;
}
.afx-modalfullscreen-header button {
	width: 100px;
	float: right;
}
.afx-modalfullscreen-header img {
	width: 100px;
	float: left;
}
.afx-modalfullscreen-header h4 {
	margin: 0;
	padding-left: 100px;
	float: left;
}

.afx-modalfullscreen-body {
	position: relative;
	padding: 15px;
	clear: both;
	height: calc(100% - 150px);
	margin: 0;
	overflow-y: auto;
}

/* LIVESEARCH */

.afx-livesearch {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.afx-livesearch-content {
	border: 1px solid #b6b6b6;
	background: #ffffff;
	color: #444444;
}


.afx-livesearch-menu {
	list-style: none;
	padding: 0px;
	margin: 0;
	display: block;
	outline: none;
	width: 272px;
	overflow: auto;
}

.afx-livesearch-menu .afx-livesearch-menu-item {
	margin: 0;
	padding: 10px;
	width: 100%;
	/*border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	/* support: IE10, see #8844; */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

li.afx-livesearch-menu-item:hover,
li.afx-livesearch-menu-item:focus  {
	border: 1px solid #D5D5D5;
	background: #F1F0F0;
	font-weight: normal;
	color: #212121;
}


li.afx-livesearch-menu-item.selected {
    border: 1px solid #D5D5D5;
	background: #F1F0F0;
	font-weight: normal;
	color: #212121;
}

.afx-mask{
     /*display: none;*/
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background:#787B7E;
     z-index:1001;
     opacity:.25;
     -moz-opacity: 0.25;
     filter: alpha(opacity=25);
}

.afx-loading-text, .afx-mask .text{
	position: absolute; 
	left: 40%; 
	top: 50%; 
	margin: -25px 0 50px -25px;
}

.afx-loading-mask {
	position: relative;
	top: 37%;
	left: 40%;
}

.afx-loading {
	background: #F1F0F0;
}

/* MODAL FULL-SCREEN */

.afx-modalfullscreen-footer {
	height: 30px;
	padding: 15px;
	background-color: #e5e5e5;
}
.afx-modalfullscreen-footer button {
	width: 100px;
	float: right;
}
.afx-modalfullscreen-footer button.enddate {
	width: 100px;
	float: left;
}

/* FILE UPLOADER */

.afx-fileUploader-container {
    margin: 20px;
    font-size: 15px;
    color: #7f8c8d;
    
    width: 150px;
    height: 150px;
    border-radius: 50%;
    
    text-align: center;
    
    border: 5px dashed #7f8c8d;
}

.afx-fileUploader-enter {
    border: 5px solid #7f8c8d;
}

.afx-fileUploader-uploading {
	overflow: hidden;
    color: #7f8c8d;
    background-color: #7f8c8d;
    border: 5px solid #7f8c8d;
    
    background-color: rgba(255,255,255,0.4);
}

.afx-fileUploader-uploadContainer {

}

.afx-fileUploader-progress {
    font-size: 200%;
    margin: 10px;
    text-align: center;
}

.afx-fileUploader-fileSize {
	font-size: 16px;
}

.afx-fileUploader-abort {
    text-align: center;
    width: inherit;
    height: 27%;
    line-height: 100%;
    bottom: 0;
    cursor: pointer;
    
    color: #ea6153;
}

.afx-fileUploader-abort:hover {
    color: #e67e22;
}

.afx-fileUploader-add {
    border: 5px dashed #7f8c8d;	
=======
}

/* SEARCHBUTTONGROUP */

.afx-searchButtonGroup {
}

.afx-searchButtonGroup .searchForm {
	display: inline-block;
	
}

.afx-searchButtonGroup .searchForm > input[type=search]  {
	display: inline;
	width: 70px;
	transition: all .5s;
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; 
	box-sizing: content-box;
}

.afx-searchButtonGroup .searchForm > input[type=search]::-webkit-search-cancel-button  {
	-webkit-appearance: none;
}

.afx-searchButtonGroup .searchForm > input[type=search]::-webkit-search-decoration  {
	-webkit-appearance: none;
}

.afx-searchButtonGroup .searchForm > input[type=search]:focus  {
}

.afx-searchButtonGroup .searchForm > button {
}

.afx-searchButtonGroup .filterResume {
	float: inherit;
	clear: both;
}
/* COLORPICKER */
/*
colpick Color Picker / colpick.com
*/

/*Main container*/
.colpick {
	position: absolute;
	width: 346px;
	height: 170px;
	overflow: hidden;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	background:#ebebeb;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 30000;
	/*Prevents selecting text when dragging the selectors*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/*Color selection box with gradients*/
.colpick_color {
	position: absolute;
	left: 7px;
	top: 7px;
	width: 156px;
	height: 156px;
	overflow: hidden;
	outline: 1px solid #aaa;
	cursor: crosshair;
}
.colpick_color_overlay1 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')"; /* IE8 */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff'); /* IE6 & IE7 */
}
.colpick_color_overlay2 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')"; /* IE8 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/*Circular color selector*/
.colpick_selector_outer {
	background:none;
	position: absolute;
	width: 11px;
	height: 11px;
	margin: -6px 0 0 -6px;
	border: 1px solid black;
	border-radius: 50%;
}
.colpick_selector_inner{
	position: absolute;
	width: 9px;
	height: 9px;
	border: 1px solid white;
	border-radius: 50%;
}
/*Vertical hue bar*/
.colpick_hue {
	position: absolute;
	top: 6px;
	left: 175px;
	width: 19px;
	height: 156px;
	border: 1px solid #aaa;
	cursor: n-resize;
}
/*Hue bar sliding indicator*/
.colpick_hue_arrs {
	position: absolute;
	left: -8px;
	width: 35px;
	height: 7px;
	margin: -7px 0 0 0;
}
.colpick_hue_larr {
	position:absolute;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #858585;
}
.colpick_hue_rarr {
	position:absolute;
	right:0;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-right: 7px solid #858585; 
}
/*New color box*/
.colpick_new_color {
	position: absolute;
	left: 207px;
	top: 6px;
	width: 60px;
	height: 27px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Current color box*/
.colpick_current_color {
	position: absolute;
	left: 277px;
	top: 6px;
	width: 60px;
	height: 27px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Input field containers*/
.colpick_field, .colpick_hex_field  {
	position: absolute;
	height: 20px;
	width: 60px;
	overflow:hidden;
	background:#f3f3f3;
	color:#b8b8b8;
	font-size:12px;
	border:1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_rgb_r {
	top: 40px;
	left: 207px;
}
.colpick_rgb_g {
	top: 67px;
	left: 207px;
}
.colpick_rgb_b {
	top: 94px;
	left: 207px;
}
.colpick_hsb_h {
	top: 40px;
	left: 277px;
}
.colpick_hsb_s {
	top: 67px;
	left: 277px;
}
.colpick_hsb_b {
	top: 94px;
	left: 277px;
}
.colpick_hex_field {
	width: 88px;
	left: 230px;
	top: 121px;
}
/*Text field container on focus*/
.colpick_focus {
	border-color: #999;
}
/*Field label container*/
.colpick_field_letter {
	position: absolute;
	width: 12px;
	height: 20px;
	line-height: 20px;
	padding-left: 4px;
	background: #efefef;
	border-right: 1px solid #bdbdbd;
	font-weight: bold;
	color:#777;
}
/*Text inputs*/
.colpick_field input, .colpick_hex_field input {
	position: absolute;
	right: 11px;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	background: transparent;
	border: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	text-align: right;
	outline: none;
}
.colpick_hex_field input {
	right: 4px;
}
/*Field up/down arrows*/
.colpick_field_arrs {
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: 21px;
	cursor: n-resize;
}
.colpick_field_uarr {
	position: absolute;
	top: 5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #959595;
}
.colpick_field_darr {
	position: absolute;
	bottom:5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #959595;
}
/*Submit/Select button*/
.colpick_submit {
	position: absolute;
	left: 207px;
	top: 149px;
	width: 130px;
	height: 22px;
	line-height:22px;
	background: #efefef;
	text-align: center;
	color: #555;
	font-size: 12px;
	font-weight:bold;
	border: 1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_submit:hover {
	background:#f3f3f3;
	border-color:#999;
	cursor: pointer;
}

/*full layout with no submit button*/
.colpick_full_ns  .colpick_submit, .colpick_full_ns .colpick_current_color{
	display:none;
}
.colpick_full_ns .colpick_new_color {
	width: 130px;
	height: 25px;
}
.colpick_full_ns .colpick_rgb_r, .colpick_full_ns .colpick_hsb_h {
	top: 42px;
}
.colpick_full_ns .colpick_rgb_g, .colpick_full_ns .colpick_hsb_s {
	top: 73px;
}
.colpick_full_ns .colpick_rgb_b, .colpick_full_ns .colpick_hsb_b {
	top: 104px;
}
.colpick_full_ns .colpick_hex_field {
	top: 135px;
}

/*rgbhex layout*/
.colpick_rgbhex .colpick_hsb_h, .colpick_rgbhex .colpick_hsb_s, .colpick_rgbhex .colpick_hsb_b {
	display:none;
}
.colpick_rgbhex {
	width:282px;
}
.colpick_rgbhex .colpick_field, .colpick_rgbhex .colpick_submit {
	width:68px;
}
.colpick_rgbhex .colpick_new_color {
	width:34px;
	border-right:none;
}
.colpick_rgbhex .colpick_current_color {
	width:34px;
	left:240px;
	border-left:none;
}

/*rgbhex layout, no submit button*/
.colpick_rgbhex_ns  .colpick_submit, .colpick_rgbhex_ns .colpick_current_color{
	display:none;
}
.colpick_rgbhex_ns .colpick_new_color{
	width:68px;
	border: 1px solid #8f8f8f;
}
.colpick_rgbhex_ns .colpick_rgb_r {
	top: 42px;
}
.colpick_rgbhex_ns .colpick_rgb_g {
	top: 73px;
}
.colpick_rgbhex_ns .colpick_rgb_b {
	top: 104px;
}
.colpick_rgbhex_ns .colpick_hex_field {
	top: 135px;
}

/*hex layout*/
.colpick_hex .colpick_hsb_h, .colpick_hex .colpick_hsb_s, .colpick_hex .colpick_hsb_b, .colpick_hex .colpick_rgb_r, .colpick_hex .colpick_rgb_g, .colpick_hex .colpick_rgb_b {
	display:none;
}
.colpick_hex {
	width:206px;
	height:201px;
}
.colpick_hex .colpick_hex_field {
	width:72px;
	height:25px;
	top:168px;
	left:80px;
}
.colpick_hex .colpick_hex_field div, .colpick_hex .colpick_hex_field input {
	height: 25px;
	line-height: 25px;
}
.colpick_hex .colpick_new_color {
	left:9px;
	top:168px;
	width:30px;
	border-right:none;
}
.colpick_hex .colpick_current_color {
	left:39px;
	top:168px;
	width:30px;
	border-left:none;
}
.colpick_hex .colpick_submit {
	left:164px;
	top: 168px;
	width:30px;
	height:25px;
	line-height: 25px;
}

/*hex layout, no submit button*/
.colpick_hex_ns  .colpick_submit, .colpick_hex_ns .colpick_current_color {
	display:none;
}
.colpick_hex_ns .colpick_hex_field {
	width:80px;
}
.colpick_hex_ns .colpick_new_color{
	width:60px;
	border: 1px solid #8f8f8f;
}
