
.agl_tile {
	position: relative;
	float: left;
	padding: 15px;
	width: 25%;
	height: 162px;
}
.agl_tile.agl_tile_size_normal {
	height: 120px;
}
.agl_tile.agl_tile_size_small {
	height: 80px;
}


@media (min-width: 768px) {
	.col-md-12 .agl_tile,
	.col-md-11 .agl_tile,
	.col-md-10 .agl_tile {
		width: 25%;
	}
	.col-md-9 .agl_tile,
	.col-md-8 .agl_tile {
		width: 33.33333333%;
	}
	.col-md-7 .agl_tile,
	.col-md-6 .agl_tile,
	.col-md-5 .agl_tile {
		width: 50%;
	}
	.col-md-4 .agl_tile,
	.col-md-3 .agl_tile,
	.col-md-2 .agl_tile,
	.col-md-1 .agl_tile {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.col-md-12 .agl_tile,
	.col-md-11 .agl_tile,
	.col-md-10 .agl_tile,
	.col-md-9 .agl_tile,
	.col-md-8 .agl_tile,
	.col-md-7 .agl_tile,
	.col-md-6 .agl_tile,
	.col-md-5 .agl_tile,
	.col-md-4 .agl_tile,
	.col-md-3 .agl_tile,
	.col-md-2 .agl_tile,
	.col-md-1 .agl_tile,
	.agl_tile {
		width: 100%;
	}
}


/* tile ACTION > Process */
.agl_tile.agl_tile_action_process {
	float: none;
	width: auto;
	height: auto;
	clear: both;
	padding: 0;
	margin: 15px;
}
.agl_tile.agl_tile_action_process > .loadingAjax {
	height: 100%;
}

.agl_tile .agl_tile_content {
	position:relative;
	display: block;
	height: 100%;
	width:100%;
	background: #b8b8b8;
	border:1px solid #858585;
	border-radius:3px;
	color:#000;
	z-index: 10;
}
.agl_tile .agl_tile_content {
	position: relative;
}


/* 
 * .agl_is_linked 
 *     hover / active
 */
.agl_tile.agl_is_linked .content:hover,
.agl_tile.agl_is_linked .content:focus,
.agl_tile.agl_is_linked .agl_tile_content:hover,
.agl_tile.agl_is_linked .agl_tile_content:focus,
.agl_tile_instances_create .agl_tile_content:hover,
.agl_tile_instances_create .agl_tile_content:focus{
	margin:-4px 4px 4px -4px;
	box-shadow:2px 2px 6px 2px rgba(0,0,0,.4);
	cursor: pointer;
}
.agl_tile.agl_is_linked .content:active,
.agl_tile.agl_is_linked .agl_tile_content:active {
	margin:0;
	box-shadow:0px 0px 6px 2px rgba(0,0,0,.4);
}

/* disabled */
.agl_tile.agl_tile_disabled {
	opacity:0.4;
}
.agl_tile.agl_tile_disabled .agl_tile_content {
	cursor:not-allowed;
}
.agl_tile.agl_tile_disabled .agl_tile_content {
	background-image:url(rayures.png);
}
.agl_tile.agl_tile_disabled .agl_tile_content:hover {
	margin:0;
	box-shadow:0 0 0 0;
}

/* type */
.agl_tile .type {
	display:none;
}

/* icon */
.agl_tile .icon {
    position: absolute;
	display: block;
	padding: 0;
	margin: -30px 0 0;
	top: 50%;
	width: 37%;
	height: auto;
	font-size:60px;
	text-align: center;
}
.agl_tile.agl_tile_size_normal .icon {
	margin: -20px 0 0;
	font-size:40px;
	width: 30%;
}
.agl_tile.agl_tile_size_small .icon {
	margin: -16px 0 0;
	font-size:30px;
	width: 24%;
}
.agl_tile .icon span {
	display: block;
}

.agl_tile .number {
	margin: 4px 0 0;
	font-size:36px;
	text-align: center;
}
.agl_tile.agl_tile_size_normal .number {
	font-size:24px;
}
.agl_tile.agl_tile_size_small .number {
	margin: 0;
	font-size:18px;
}

.agl_tile .icon .glyphicon:before {
	width:100%;
}
.agl_tile .icon img {
	display: block;
    margin: auto;
	max-height: 80px;
	max-width: 80px;
}
@media screen and (max-width: 767px) {
    .agl_tile .icon {
        font-size: 4em;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .agl_tile .icon {
        font-size: 2em;
    }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
    .agl_tile .icon {
        font-size: 4em;
    }
}

/* title */
.agl_tile .title {
	position: absolute;
	display: table;
	top: 50%;
	padding: 0;
	margin: -15px 0 0 100px;
	width: auto;
	height: auto;
	font-size: 18px;
}
.agl_tile .title.mo {
}
.agl_tile .title span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/* LEFT */
.agl_tile.agl_tile_style_icon_left .title {
	position: absolute;
	top: 0;
	margin: 0 0 0 40%;
	height: 100%;
	width: 60%;
}
.agl_tile.agl_tile_size_normal.agl_tile_style_icon_left .title {
	margin: 0 0 0 34%;
	width: 66%;
}
.agl_tile.agl_tile_size_small.agl_tile_style_icon_left .title {
	margin: 0 0 0 28%;
	width: 72%;
}
.agl_tile.agl_tile_style_icon_left .title span {
	text-align: left;
}
/* ICON TOP BOTTOM */
.agl_tile.agl_tile_style_icon_top .icon,
.agl_tile.agl_tile_style_icon_bottom .icon,
.agl_tile.agl_tile_style_icon_top .title,
.agl_tile.agl_tile_style_icon_bottom .title {
	top: 6%;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 49%;
}
.agl_tile.agl_tile_style_icon_top .icon,
.agl_tile.agl_tile_style_icon_bottom .icon {
	top: 4%;
}
.agl_tile.agl_tile_style_icon_top .icon img,
.agl_tile.agl_tile_style_icon_bottom .icon img {
    max-height: 65px;
    max-width: 65px;
}
.agl_tile.agl_tile_style_icon_top .title,
.agl_tile.agl_tile_style_icon_bottom .title {
	top: 52%;
}
.agl_tile.agl_tile_style_icon_bottom .icon {
	top: 48%;
}
.agl_tile.agl_tile_style_icon_bottom .title {
	top: 0;
}
/* NO ICON */
.agl_tile.agl_tile_style_icon_none .title {
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
.agl_tile.agl_tile_style_icon_none .icon {
	display: none;
}


/* icon_number_left */
.agl_tile.agl_tile_style_icon_number_left .title {
	position: absolute;
	top: 0;
	margin: 0 0 0 36%;
	height: 100%;
	width: 64%;
}
.agl_tile.agl_tile_style_icon_number_left .title span {
	text-align: left;
}
.agl_tile.agl_tile_style_icon_number_left .number {
	position: absolute;
	display: block;
	bottom: 50%;
	width: 37%;
}
.agl_tile.agl_tile_style_icon_number_left .icon {
    margin: 0;
    font-size: 50px;
}
.agl_tile.agl_tile_style_icon_number_left .icon img {
    max-height: 50px;
    max-width: 50px;
}

/* icon_number_left */
.agl_tile.agl_tile_style_icon_left_number_top .title {
	top: 52%;
	margin: 0 0 0 36%;
}
.agl_tile.agl_tile_style_icon_left_number_top .title span {
	text-align: left;
}
.agl_tile.agl_tile_style_icon_left_number_top .number {
	position: absolute;
	display: block;
	bottom: 48%;
	margin: 0 0 0 36%;
}
/* icon_top_number_top  */
.agl_tile.agl_tile_style_icon_top_number_top .title {
	top: 52%;
	margin: 0;
	width: 100%;
	height: 48%;
}
.agl_tile.agl_tile_style_icon_top_number_top .icon {
	top: 8%;
	right: 55%;
	margin: 5px 0 0;
	height: 52%;
	width: auto;
    font-size: 50px;
}
.agl_tile.agl_tile_style_icon_top_number_top .icon img {
    max-height: 50px;
    max-width: 50px;
}
.agl_tile.agl_tile_style_icon_top_number_top .number {
	position: absolute;
	display: block;
	top: 8%;
	left: 50%;
	height: 52%;
	width: auto;
}
/* icon_bottom_number_bottom  */
.agl_tile.agl_tile_style_icon_bottom_number_bottom .title {
	top: auto;
	bottom: 52%;
	margin: 0;
	width: 100%;
	height: 48%;
}
.agl_tile.agl_tile_style_icon_bottom_number_bottom .icon {
	top: 45%;
	right: 55%;
	margin: 5px 0 0;
	height: 52%;
	width: auto;
    font-size: 50px;
}
.agl_tile.agl_tile_style_icon_bottom_number_bottom .icon img {
    max-height: 50px;
    max-width: 50px;
}
.agl_tile.agl_tile_style_icon_bottom_number_bottom .number {
	position: absolute;
	display: block;
	bottom: 10%;
	left: 50%;
	width: auto;
}

/* icon_none_number_left */
.agl_tile.agl_tile_style_icon_none_number_left .title {
	position: absolute;
	top: 0;
	margin: 0 0 0 36%;
	height: 100%;
	width: 64%;
}
.agl_tile.agl_tile_style_icon_none_number_left .title span {
	text-align: left;
}
.agl_tile.agl_tile_style_icon_none_number_left .icon {
	display: none;
}
.agl_tile.agl_tile_style_icon_none_number_left .number {
    position: absolute;
    display: block;
    padding: 0;
    margin: -30px 0 0;
    top: 50%;
    width: 37%;
    height: auto;
    text-align: center;
}

/* icon_none_number_top */
.agl_tile.agl_tile_style_icon_none_number_top .title {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 50%;
}
.agl_tile.agl_tile_style_icon_none_number_top .icon {
	display: none;
}
.agl_tile.agl_tile_style_icon_none_number_top .number {
	display: block;
	margin: 6% 0 0;
	padding: 0;
	width: 100%;
}

/* icon_none_number_bottom */
.agl_tile.agl_tile_style_icon_none_number_bottom .title {
	top: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 50%;
}
.agl_tile.agl_tile_style_icon_none_number_bottom .icon {
	display: none;
}
.agl_tile.agl_tile_style_icon_none_number_bottom .number {
	position: absolute;
	top: 44%;
	display: block;
	padding: 0;
	height: auto;
	width: 100%;
}

/* INDICATOR */
.agl_tile .indicator {
	position:absolute;
	display:block;
	bottom:-12px;
	left:-12px;
	padding:4px 6px;
	background:#e59c2e;
	border:2px solid #cc5800;
	text-align:center;
	font-weight:bold;
	min-width:32px;
	font-size:14px;
	color:#fff;
	border-radius:20px;
}
.agl_tile .indicator.number {
	background:#cc3d3d;
	border:2px solid #990000;
}
.agl_tile .indicator.total {
	left:auto;
	right:-12px;
	background:#2cad69;
	border:2px solid #007a39;
}
.agl_tile .indicator.state {
	font-size: 16px;
	background:#d9d9d9;
	border:2px solid #b8b8b8;
}
.agl_tile .indicator.todo {
	background:#cc3d3d;
	border:2px solid #990000;
}
.agl_tile .indicator.late {
	background:#ff7b00;
	border:2px solid #cc5200;
}
.agl_tile .indicator.running {
	background:#2cad69;
	border:2px solid #007a39;
}
.agl_tile .indicator.property {
	left:auto;
	right:-12px;
}
/* .agl_tile .indicator */
.agl_tile .indicator.confirm {
	top: 25px;
	left: 50%;
	margin-left: -40px;
	padding: 18px;
	height: 110px;
	font-size: 70px;
	background: #2cad69;
	border: 2px solid #007a39;
	border-radius: 80px;
	box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.6);
	z-index: 100;
	opacity: 0;
}

/* tile FUNCTION */
.agl_tile.agl_tile_function {
	float: none;
	width: auto;
	height: auto;
	clear: both;
	padding: 0;
	margin: 15px;
}
.agl_tile.agl_tile_function > .loadingAjax {
	height: 100%;
}

/* tile PICTURE */
.agl_tile.agl_tile_picture {
	float: none;
	width: auto;
	height: auto;
	clear: both;
}
.agl_tile.agl_tile_picture .content {
	position:relative;
	border-radius:4px;
	background: #3d3d3d;
	color:#000;
	z-index: 10;
}
.agl_tile.agl_tile_picture .content h4 {
	position:relative;
	margin: 0 0 -2px;
	padding: 0 0 0 13px;
	height: 40px;
	line-height: 40px;
	font-size: 1.4em;
	background: #3d3d3d;
	border: 0;
	color: #fff;
	border-radius:0;
	border-radius: 3px 3px 0 0;
}
.agl_tile.agl_tile_picture .content img {
	border-radius:3px;
	width: 100%;
	border:2px solid #3d3d3d;
}
.agl_tile.agl_tile_picture .content img.agl_border_hide {
	border-radius:0;
	border:0;
}

/* tile PDF & iframe */
.agl_tile.agl_tile_pdf,
.agl_tile.agl_tile_iframe {
	float: none;
	width: auto;
	clear: both;
    padding: 0;
    margin: 15px;
}
.agl_tile.agl_tile_pdf .content,
.agl_tile.agl_tile_iframe .content {
	position:relative;
	background: #b8b8b8;
	border-radius:4px;
	color:#000;
	z-index: 10;
}
.agl_tile.agl_tile_iframe .content {
    border-radius: 8px;
}
.agl_tile.agl_tile_pdf .content .pdfViewer,
.agl_tile.agl_tile_iframe .content .pdfViewer {
	padding: 5px 5px 0px 5px ;
	background: #b8b8b8;
	border: 0;
}
.agl_tile.agl_tile_pdf .content h4,
.agl_tile.agl_tile_iframe .content h4 {
	position:relative;
	margin: 0 0 -2px;
	padding: 0 0 0 13px;
	height: 40px;
	line-height: 40px;
	font-size: 1.4em;
	background: #3d3d3d;
	border: 0;
	color: #fff;
	border-radius: 3px 3px 0 0;
	z-index: 15;
}
.agl_tile.agl_tile_iframe .content h4 {
	border-radius: 6px 6px 0 0;
}
.agl_tile.agl_tile_iframe .agl_iframe {
	height: 100%;
	width: 100%;
	border: 2px solid #cdcdcd;
    border-radius: 8px;
}
.agl_tile.agl_tile_iframe.agl_tile_label_show .agl_iframe {
	position: absolute;
	top: 0;
	padding: 38px 0 0;
    border: 2px solid #3d3d3d;
}

/* border & bottom */
.agl_tile.agl_tile_style_border .agl_tile_content,
.agl_tile.agl_tile_style_bottom .agl_tile_content {
	background: #fff;
	color: #333 !important;
}
.agl_tile.agl_tile_style_bottom .agl_tile_content {
	border-left-width: 1px !important;
	border-top-width: 1px !important;
	border-right-width: 1px !important;
}
/* icon_color */
.agl_tile.agl_tile_style_icon_color .agl_tile_content {
	background: #fff;
}

/******************************
 *
 * Dashboar generator
 * 		sample
 *
 ******************************/
.agl_columns_editor_sample div {
	padding: 10px;
}
.agl_columns_editor_sample div span {
	display:block;
	border: 1px solid #ddd;
	border-top:0;
	text-align:center;
	font-size:0.8em;
	color:#ccc;
}



/******************************
 *
 * Graph
 *
 ******************************/
.agl_graph {
	position: relative;
	float: left;
	padding: 15px;
	width: 100%;
}
.agl_graph .agl_graph_content {
	position:relative;
	min-height: 290px;
	border-radius:4px;
	background: #d9d9d9;
	border:2px solid #b8b8b8;
	color:#000;
	z-index: 10;
}
.agl_graph .agl_graph_content h4 {
	margin:0;
	padding:0.6em;
	border:0;
	text-align:center;
	font-size:3em;
	font-weight:bold;
	color:#b8b8b8;
}
/******************************
 *
 * tiles height
 *
 ******************************/
.agl_tile_height_1,
.agl_tile.agl_tile_height_1 {
	height: 130px;
}
.agl_tile_height_2,
.agl_tile.agl_tile_height_2 {
	height: 292px;
}
.agl_tile_height_3,
.agl_tile.agl_tile_height_3 {
	height: 454px;
}
.agl_tile_height_4,
.agl_tile.agl_tile_height_4 {
	height: 616px;
}
.agl_tile_height_5,
.agl_tile.agl_tile_height_5 {
	height: 778px;
}
.agl_tile_height_6,
.agl_tile.agl_tile_height_6 {
	height: 940px;
}
.agl_tile_height_7,
.agl_tile.agl_tile_height_7 {
	height: 1102px;
}
.agl_tile_height_8,
.agl_tile.agl_tile_height_8 {
	height: 1264px;
}
.agl_tile_height_9,
.agl_tile.agl_tile_height_9 {
	height: 1426px;
}
.agl_tile_height_10,
.agl_tile.agl_tile_height_10 {
	height: 1588px;
}
.agl_tile_height_11,
.agl_tile.agl_tile_height_11 {
	height: 1750px;
}
.agl_tile_height_12,
.agl_tile.agl_tile_height_12 {
	height: 1912px;
}

/******************************
 *
 * Containers
 *
 ******************************/
.agl_columns {
	clear:both;
}

/****************************************
	.agl_select_icon
****************************************/
.agl_select_icon {
	user-select: none;
}
.agl_select_icon .icons {
	max-height:380px;
	overflow:auto;
	padding: 3px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	text-align: center;
}
.agl_select_icon .icons label {
	position:relative;
	width:18.5%;
	height:105px;
	margin:3px;
	padding: 4px;
	line-height: 1.42857143;
	color: #555;
	font-size:4em;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	text-align: center;
}
.agl_select_icon .icons label:hover,
.agl_select_icon .icons label:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.agl_select_icon .icons label.selected {
	background:#bde1ff;
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.2), 0 0 16px rgba(102, 175, 233, 0.8);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.2), 0 0 16px rgba(102, 175, 233, 0.8);
}
/* image */
.agl_select_icon .icons label.image img {
	margin: 6px;
	max-height:60px;
	max-width:60px;
}
.agl_select_icon .icons .label {
	position:absolute;
	display: block;
	bottom:0;
	left:0;
	padding: 3px 0 3px 2px;
	width:100%;
	overflow: hidden;
	background: rgba(255,255,255,.6);
	border-radius: 0 0 3px 3px;
	text-align:center;
	line-height:1;
	font-family:Verdana,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
.agl_select_icon .icons input {
	position:absolute;
	top:2px;
	right:2px;
	display: block;
}

/****************************************
	.agl_select_pic
****************************************/
.agl_select_pic {
	position: relative;
	user-select: none;
}
.agl_select_pic .pics {
	height:100%;
	overflow:auto;
	padding: 3px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	text-align: center;
}
.agl_select_pic .pics label {
	position:relative;
	width:110px;
	height:105px;
	margin:3px;
	padding: 4px;
	line-height: 1.42857143;
	color: #555;
	font-size:4em;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	text-align: center;
}
.agl_editor_picture .agl_select_pic .pics label {
	width:115px;
}
.agl_select_pic .pics label:hover,
.agl_select_pic .pics label:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.agl_select_pic .pics label.selected {
	background:#bde1ff;
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.2), 0 0 16px rgba(102, 175, 233, 0.8);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.2), 0 0 16px rgba(102, 175, 233, 0.8);
}
/* image */
.agl_select_pic .pics label.picture img {
	margin: 0 0 15px;
	max-height:65px;
	max-width:95px;
}
.agl_editor_picture .agl_select_pic .pics label.picture img {
	max-width:105px;
}
.agl_select_pic .pics .agl_remove {
	position:absolute;
	display: none;
	top: 2px;
	left: 2px;
}
.agl_select_pic .pics label.selected .agl_remove {
	display: block;
}
.agl_select_pic .pics .label {
	position:absolute;
	display: block;
	bottom:0;
	left:0;
	padding: 3px 0 3px 2px;
	width:100%;
	overflow: hidden;
	background: rgba(255,255,255,.6);
	border-radius: 0 0 3px 3px;
	text-align:center;
	line-height:1;
	font-family:Verdana,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
.agl_select_pic .pics input {
	position:absolute;
	top:0;
	right:2px;
	display: block;
}
.agl_select_pic .progress_bar {
	position:absolute;
	top:0;
	right:0;
	left:0;
	z-index: 20;
    background: linear-gradient(#1183d4, #93c8ec 30%, #93c8ec 70%, #1183d4);
}
.agl_select_pic .progress_bar div {
	height: 5px;
	width: 20px;
    background: #5cb85c;
}

/****************************************
	.agl_select_pdf
****************************************/
.agl_select_pdf .list {
	position: relative;
	max-height:380px;
	overflow:auto;
	padding: 3px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.agl_select_pdf .element {
	position: relative;
	z-index: 1;
}
.agl_select_pdf .element.nothing {
	padding: 3px;
	text-align: center;
	font-style: italic;
	color: #999;
}
.agl_select_pdf .list .agl_open,
.agl_select_pdf .list .agl_remove {
	position: absolute;
	right: 7px;
	top: 3px;
	font-size: 13px;
	z-index: 10;
}
.agl_select_pdf .list .agl_remove {
	right: 38px;
}
.agl_select_pdf .list label {
	position:relative;
	display: block;
	margin:3px;
	padding: 4px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	z-index: 1;
}
.agl_select_pdf .list label:hover,
.agl_select_pdf .list label:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.agl_select_pdf .list label.selected {
	background:#bde1ff;
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.2), 0 0 16px rgba(102, 175, 233, 0.8);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.2), 0 0 16px rgba(102, 175, 233, 0.8);
}
/* image */
.agl_select_pdf .list label.image img {
	margin: 6px;
	max-height:60px;
	max-width:60px;
}

/* add */
.agl_select_pdf .add {
	position: relative;
}
.agl_select_pdf .add button {
	position: relative;
}
.agl_select_pdf .add button input {
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	width: 100%;
	overflow: hidden;
	opacity: 0;
}
.agl_select_pdf .add .progress {
	position: absolute;
	width: 90%;
	height: 4px;
	bottom: -8px;
	margin: 0 5%;
}


/******************************
	tile tasks weather
******************************/
.agl_tile_tasks_weather {
    float: none;
    height: auto;
    width: 100% !important;
    max-width: 327.5px;
    padding: 0;
    margin: 15px auto;
	background: #ededed;
    border: 15px solid #3d3d3d;
    border-width: 15px 0;
    border-radius: 15px;
    text-align: center;
}
.agl_tile_tasks_weather .agl_tile_tasks_header {
	position: relative;
	height: 210px;
}
.agl_tile_tasks_weather .agl_tile_tasks_label {
	position: absolute;
	bottom: 5px;
	margin-left: 0px;
	width: 100%;
	border:0;
    font-size: 1.2em;
    font-weight: bold;
}
.agl_tile_tasks_weather .agl_tile_tasks_number {
	margin:0 0 15px;
	border:1px solid #d9d9d9;
	border-width:1px 0;
	height:120px;
	line-height:115px;
	font-size:100px;
	font-weight:normal;
	background:#f5f5f5;
	color: #333;
}
/* number sizes font */
.agl_tile_tasks_weather .agl_tile_tasks_number.size_3 {
	font-size:85px;
}
.agl_tile_tasks_weather .agl_tile_tasks_number.size_4 {
	font-size:60px;
}
.agl_tile_tasks_weather .agl_tile_tasks_number.size_5 {
	font-size:45px;
}
.agl_tile_tasks_weather .agl_tile_tasks_number.size_6 {
	font-size:40px;
}
.agl_tile_tasks_weather .agl_tile_tasks_number.size_7 {
	font-size:35px;
}

.agl_tile_tasks_weather .agl_tile_tasks_button {
	padding:0 0 15px;
}
.agl_tile_tasks_weather .agl_tile_tasks_button .btn {
	display: block;
	margin: 0 15px;
	font-weight: bold;
}
/* type tile : colors */
.agl_tile_tasks_weather.agl_tile_tasks_weather_todo .agl_tile_tasks_label {
	color: #4cae4c;
}
.agl_tile_tasks_weather.agl_tile_tasks_weather_running .agl_tile_tasks_label {
	color: #f18403;
}
.agl_tile_tasks_weather.agl_tile_tasks_weather_late .agl_tile_tasks_label {
	color: #d9534f;
}
.agl_tile_tasks_weather.agl_tile_tasks_weather_delegated .agl_tile_tasks_label {
	color: #1183d4;
}



.agl_tile_tasks_weather .agl_tile_tasks_header {
	background: center 10px no-repeat;
}
.agl_tile_tasks_weather.thin .agl_tile_tasks_header {
	background-size: contain;
}

.agl_tile_tasks_weather.agl_tile_tasks_weather_todo .agl_tile_tasks_header {
	background-image: url(../../../template/images/weather_sun.png);
}
.agl_tile_tasks_weather.agl_tile_tasks_weather_running .agl_tile_tasks_header {
	background-image: url(../../../template/images/weather_sunnycloudy.png);
}
.agl_tile_tasks_weather.agl_tile_tasks_weather_late .agl_tile_tasks_header {
	background-image: url(../../../template/images/weather_storm.png);
}
.agl_tile_tasks_weather.agl_tile_tasks_weather_delegated .agl_tile_tasks_header {
	background-image: url(../../../template/images/weather_cloud.png);
}


.agl_tile_tasks_list {
	margin: 15px auto;
}


/**
 * COLUMNS idem sizes
 * 
 */
.agl_page_generator .agl_columns > .agl_contents {
	display: flex;
	align-items: stretch;
	margin-bottom: 18px;
}
.agl_page_generator .agl_columns > .agl_contents > .agl_column {
	margin: 0 15px;
	padding: 0;
}

/**
 * Align HORIZONTAL
 */
.agl_page_generator .agl_columns.agl_columns_justify_center > .agl_contents > .agl_column > .agl_content_body {
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	width:100%;
}
.agl_page_generator .agl_columns.agl_columns_justify_right > .agl_contents > .agl_column > .agl_content_body {
	display:flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	width:100%;
}

/**
 * Align VERTICAL
 */
.agl_page_generator .agl_columns.agl_columns_align_center > .agl_contents > .agl_column > .agl_content_body,
.agl_page_generator .agl_columns.agl_columns_align_bottom > .agl_contents > .agl_column > .agl_content_body {
	display:flex;
	flex-wrap: wrap;
	width:100%;
}
.agl_page_generator .agl_columns.agl_columns_align_center > .agl_contents > .agl_column {
	display:flex;
	align-items:center;
}
.agl_page_generator .agl_columns.agl_columns_align_bottom > .agl_contents > .agl_column {
	display:flex;
	align-items:flex-end;
}

/* PANEL */
.agl_page_generator .agl_element.agl_container {
	width: 100%;
}