	@import url('adobe-clean.css');
	@import url('fonts.css');
	@import url('table.css');
	@import url('../fw/pikaday/pikaday.css');

	*{
		font-family: 'adobe-clean', 'arial';
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		outline: none !important;
		transition: all .3s ease;
	}
	::-webkit-input-placeholder { color:#999 !important; font-style: italic ; } /*Chrome*/
	::-moz-placeholder { color: #999;  font-style: italic; } /* firefox 19+ */
	:-ms-input-placeholder { color:#999;  font-style: italic; } /* ie */
	/*noinspection CssInvalidPseudoSelector*/
	:-o-input-placeholder { color:#999;  font-style: italic; } /* ie */

	input::-webkit-calendar-picker-indicator {
		display: none;
	}

	::-webkit-scrollbar {
		width: 10px;
	}

	::-webkit-scrollbar-track {
		background: #eee;
	}

	::-webkit-scrollbar-thumb {
		background: #00B9A3;
	}
	::-webkit-scrollbar:horizontal{
		height: 5px;
	}

	body .no-transition{
		transition: none !important;
	}
	body,
	.content-body,
	.header-1,
	.header-2,
	.header-2 ul,
	.flex-form,
	.xpert-is-wl,
	.content-w-lateral,
/*.xpert-list div.item-list,
.xpert-list ul li,*/

.modalFrame,
.alert nav,
.modal-header,
.bt-yes-no-cancel,
.xpert-alert,
.content-w-lateral aside,
.content-w-lateral article,
.content-w-lateral .multiple nav{
	display: flex;
}


.flex-form,
.header-1,
.header-2,
.header-2 ul,
/*.xpert-list div.item-list,*/
.alert nav,
.modal-header,
/*.xpert-list ul li,*/
.content-w-lateral .multiple nav{
	justify-content: space-between;
}

.filter.flex-form {
    align-items: baseline;
}

.header-1,
.modalFrame,
.content-w-lateral .multiple nav,
.xpert-alert{
	align-items: center;
}


.xpert-form button{
	cursor: pointer;
}
.x-autocomplete input,
.xpert-form  input[type=text],
.xpert-form  input[type=password],
.xpert-form  select{
	border: 0;
	border-bottom: 2px #dfdfdf solid;
	background: transparent;
	font-size: .98rem;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin-bottom: 1.6rem;
	transition: all .5s;
}
.xpert-form textarea{
	border: 2px #dfdfdf solid;
	padding: 0 6px;
	resize: none;
}
.x-autocomplete input:focus,
.xpert-form input[type=text]:focus,
.xpert-form  input[type=password]:focus,
.xpert-form  select:focus{
	border-bottom: 2px #3598DB solid !important;
}
.xpert-form textarea:focus{
	border: 2px #3598DB solid !important;
}
.xpert-form input[type=text]:disabled,
.xpert-form  input[type=password]:disabled,
.xpert-form  select:disabled,
.xpert-form textarea:disabled{
	border-bottom: 2px transparent solid !important;
}
input.empty,
select.empty{
	border-bottom: 2px red solid !important;
}
.camposObrigatorios{
	color: red;
}
select.is-placeholder{
	color: #aaa !important;
	font-style: italic;
}
.xpert-form input[type=text].number-right{
	text-align: right;
}
.flex-form{
	flex-wrap: wrap;
}

.flex-form .input-total{
	width: 100%;
}
.flex-form .input-2{
	width: 47%;
}
.flex-form .input-2-1{
	width: 60%;
}
.flex-form .input-3{
	width: 30%;
}
.flex-form .input-3-1{
	width: 35%;
}
.flex-form .input-4{
	width: 22%;
}
.flex-form .input-5{
		width: 12%;
	}
.xpert-is-wl input,
.xpert-is-wl select{
	margin-left: 10px;
}



body{
	height: 100vh;
	flex-direction: column;
	overflow: hidden;
}
.content-body{
	flex-grow: 1;
	background: #F3F7FA;
}

h1,h2,h3{
	font-weight: lighter;
}
ul{
	list-style: none;
}
i.icon-radio-checked2{
	color: #0C83DA;
}
header nav{
	width: 100%;

}
header .pin{
	position: fixed;
	top: 15px;
	left: 5px;
	font-size: .8rem;
	cursor: pointer;
	width: 27px;
	line-height: 25px;
	background: rgba(220,220,220, .1);

	text-align: center;
	border-radius: 50%;
	color: #3879D9;
	transform: rotate(-45deg);
	border: 1px solid #3879D9;
}
header .pin:hover{
	border: 1px solid #3879D9;
}
header .pin.unpin{
	border-color: transparent;
	transform: rotate(135deg);
	border: 1px solid rgba(220,220,220, .5);
	background: #FFF;
}
.header-1{
	font-size: .9rem;
	color: #00B9A3;
	padding-left: 1rem;
	max-height: 500px;
	transition: all 1s;

}
.header-1.shrinked{
	max-height: 0;
	overflow: hidden;
	transition: none;
}
.header-1 .logo{
	margin-left: 2.5rem;
}
.header-1 img{
	max-height: 50px;

}
.header-1 .logged-user{
	position: relative;
	overflow: hidden;
	padding: .6rem 1rem;
}
.logged-user .photo{
	width: 50px;
	height: 50px;
	background: #FFF;

}
.logged-user .photo2{
	width: 100px;
	height: 100px;
	background: #333;
	margin: 1rem auto;

}
.logged-user ul{
	position: absolute;
	right: 4px;
	margin-right: .7rem;
	width: 100%;
	min-width: 260px;
	background: #FFF;
	transform: translateY(10%);
	border-radius: 2px;
	color: #444;
	border: 1px #ddd solid;
	padding-top: 1rem;
	box-shadow: 0 5px 15px -5px rgba(100,100,100,.5);
	opacity: 0;

	z-index: 500;
}
.logged-user ul:before,
.logged-user ul:after{
	content: "";
	position: absolute;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.logged-user ul:after{
	top: -7px;
	right: 1.2rem;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 7px solid #FBFBFB;

}
.logged-user ul:before{
	top: -9px;
	right: 1.1rem;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ddd;

}
.logged-user:hover{
	overflow: visible;
}
.logged-user:hover ul{
	transform: translateY(0);
	margin-top: .6rem;
	opacity: 1;

}
.logged-user ul p{
	padding: .5rem 1rem;
	text-align: center;
}
.logged-user .username{
	font-size: 1.05rem;
	color: #00B9A3;
}
.logged-user .more-opt{
	margin-top: 2rem;
}
.more-opt li{
	padding-left: 1rem;
	border-top: 1px solid #eee;
	line-height: 2.5rem;
	font-size: .95rem;
	cursor: pointer;
}
.more-opt li:hover{
	background: #f5f5f5;
}
.more-opt div{
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.more-opt i{
	display: block;
	text-align: center;
	width: 2.7rem;
	background: #FC716A;
	color: #FFF;
	line-height: 2.5rem;
}
.more-opt i:hover{
	background: #E61326;
}
.master-menu .menu-2{
	background: #FFF;
	padding: 1rem;
	border-bottom: 2px #eee solid;
	color: #4A585F;
}

.header-2{
	justify-content: flex-end;
	background: #00B9A3;
	padding: .5rem 1rem;
	min-height: 61.594px;
}
.header-2 ul{
	max-width: 600px;
}
.header-2 ul li{
	font-weight: bold;
	color: #fff;
	margin-left: 10px;
	position: relative;
}
.header-2 ul li:last-child{
	padding-right: 0;
}
.header-2 a{
	text-decoration: none;
	color: #fff;
	display: block;
	width: 100%;
	padding: .8rem 1.7rem;
	/*border: 1px #fff solid;*/
}

.default-user-img{
	background: content-box #444 url("../img/user.png") no-repeat;
	background-position: center;
	background-size: cover;
	border: 1px #eee solid;
}

/*####################### LATERAL MENU ################*/

.content-w-lateral{
	width: 100%;
	flex-grow: 1;
}

.content-w-lateral aside{
	flex-direction: column;
	width: 250px;
	flex-shrink: 0;
	background: #fff;
	border-right: 1px #eee solid;
	position: relative;
	color: #666;
	height: 90vh;
}

.content-w-lateral aside .icon-menu{
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 1.5rem;
	cursor: pointer;
	color: #00B9A3;
}
.content-w-lateral aside > ul{
	flex-grow: 1;
	margin-top: 3rem;
	overflow: auto;
	max-height: 100%;
}
.content-w-lateral aside ul i{
	margin-right: 10px;
}
.content-w-lateral aside ul li{
	line-height: 2.3rem;
	margin-top: 7px;
	padding-left: 1rem;
	cursor: pointer;
	white-space: nowrap;
	overflow-x: hidden;
}
.content-w-lateral aside ul li:hover span{
	color: #111;
}
.content-w-lateral .single li.active{
	background: #FAFAFA;
	color: #3398DC;
}
.content-w-lateral .multiple li{
	padding-left: 1rem;
	line-height: 2.4rem;
	margin-bottom: 5px;
	cursor: pointer;
}
.multiple li:last-child{
	margin-bottom: 0;
}
.multiple li.active{
	background: #FAFAFA;
	font-weight: bold;
}
.multiple li:hover{
	color: #555;

}
.multiple li li{
	font-size: .9rem;
}
.multiple nav{
	padding-right: 1rem;
}
.multiple nav i{
	font-size: 1.2rem;
}
.multiple nav i.icon-ctrl{
	font-size: 1.1rem;
	line-height: 5px;
	transform: rotate(180deg);
}
.multiple > li ul{
	max-height: 0;
	overflow: hidden;
	transition: all .6s;
	padding-left: 1rem;

}
.multiple > li.active nav i.icon-ctrl{
	transform: translateY(30%) rotate(0deg);
}
.multiple > li.active ul{
	max-height: 500px;
	transition: all 1s;
}

.multiple ul{
	font-weight: normal;
	font-size: .92rem;
	color: #666;
}
.multiple li{
	margin-bottom: 0;
}
.multiple ul li.active{
	color: #3398DC;
}

.multiple ul ul{
	font-weight: normal;
	font-size: .92rem;
	color: #555;
}
.multiple ul ul li.active{
	color: #3398DC;
}

.content-w-lateral article{
	flex-grow: 1;
	flex-direction: column;
	position: relative;
	/*border: 5px tomato solid;*/
}

/*###############################################*/


.content-w-lateral.shrinked aside{
	width: 55px;
}
.content-w-lateral.shrinked ul span{
	display: none;
}
.content-w-lateral.shrinked ul i{
	font-size: 1.2rem;
}

.xpert-toggle-bt{
	cursor: pointer;
}
.xpert-toggle-bt *{
	transition: all 0s;
}
.xpert-toggle-bt .affect{
	transition: all .5s ease;
}
.xpert-toggle-bt .bar{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 3px 10px;
	border-radius: 30px;
	font-size: .8rem;
	background: #eaebec;
	color: #fff;
	text-align: center;
}

.xpert-toggle-bt .bar.on{
	background: #2DCE71;
}
.xpert-toggle-bt .bar.off{
	background: tomato;
}
.xpert-toggle-bt .round{
	position: absolute;
	top: 50%;
	background: #eee;
	border-radius: 50%;
	display: inline-block;
	border: 1px #ddd solid;
	width: 30px;
	height: 30px;
}
.xpert-toggle-bt .bar.off .round{
	left: 0;
	transform: translate(0, -50%);

	}.xpert-toggle-bt .bar.on .round{
		left: 100%;
		transform: translate(-100%, -50%);
	}

	.xpert-toggle-2 {
		display: inline-block;
		cursor: pointer;
	}
	.xpert-toggle-2 span{
		display: inline-block;
		padding: 0 15px;
		line-height: 2rem;
		font-weight: bolder;
		background: #fbfbfb;
		color: #222;
		border: 1px #ddd solid;
	}
	.xpert-toggle-2 span.active{
		background: #4387FD;
		color: #fff;
		border: 1px #4387FD solid;
	}
	.xpert-toggle-2 span:first-child{
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	.xpert-toggle-2 span:last-child{
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	.x-list{
		border: 1px #ddd solid;
		padding: 5px;
		padding-bottom: 0;
		background: #FFF;
		display: flex;
		flex-wrap: wrap;
		overflow-x: hidden;
	}
	.x-list span{
		font-size: .9rem;
		padding: 5px 5px 5px 1rem;
		background: #f5f5f5;
		border-radius: 3px;
		border: 1px #eee solid;
		margin-bottom: 5px;
		margin-right: 5px;
		white-space: nowrap;
	}
	.x-list span.good{
		border-color: #50C14E;
	}
	.x-list span.bad{
		border-color: tomato;
	}
	.x-list input{
		min-width: 5px;
		width: 100% !important;
		max-width: 100%;
		border: none;
		margin-bottom: 5px;
	}
	.x-list .sltd-item{

	}
	.x-list i:before{

		margin: 0 5px;
		height: 14px;
		width: 14px;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
		color: #fff;
		background: #4387FD;
		content: "i";
		font:  italic bold 12px 'Times New Roman';
	}
	.x-list i,
	.x-list b{
		opacity: 0;
		max-width: 0;
	}
	.x-list i{
		opacity: 0;
		max-width: 0;
	}
	.x-list b{
		display: inline-block;
		margin-left: 0;
		cursor: pointer;
		opacity: 0;
	}
	.x-list b:before{
		content: "\2716";
		color: #888;
		font-size: .75rem;
	}
	.x-list span.hovered i{
		margin-left: .6rem;
	}
	.x-list span.hovered i:before{
		display: inline-block;
	}
	.x-list span.hovered i,
	.x-list span.hovered b{
		opacity: 1;
		max-width: 100px;
	}

	.x-list-select{
		position: relative;
	}
	.x-list-select ul{
		position: absolute;
		width: 100%;
		background: #FFF;
		z-index: 10;
		font-size: .9rem;
		max-height: 0;
		overflow: auto;
		margin-top: -1.6rem;

	}
	.x-list-select ul.show{
		max-height: 200px;
		border: 1px #ddd solid;
		border-top-color: transparent;
		border-bottom-width: 2px;
		box-shadow: 3px 3px 6px -4px #c8c8c8,-3px 3px 6px -4px #c8c8c8;
	}
	.x-list-select li{
		line-height: 2rem;
		cursor: pointer;
		transition: all .4s;
		padding: 0 1rem;
	}
	.x-list-select li[status = "good"]{
		color: #111;
	}
	.x-list-select li[status = "bad"]{
		color: #999;
	}
	.x-list-select  li:hover{
		background: #f5f5f5;
		padding-left: 2rem;

	}
	.x-list-select  li[status="good"]:hover{
		color: #4387FD;
	}
	/*################### MODAL FRAME #################*/

/*<section class="modalPage mp-new-credit">
    <div class="modalFrame">
        <div class="modalContainer">

            <div class="bt-yes-no-cancel">
                <button>OK</button>
                <button class="bt-no-option">Cancelar</button>
            </div>
            <div class="modal-header">
                    <b>Novo crédito</b>
                    <span class="mp-close">X</span>
            </div>
        </div>
    </div>
    </section>*/

    .modalPage{
    	background: rgba(0,0,0,.5);
    	position:fixed;
    	width: 100%;
    	height: 100vh;
    	left:0; top:0;
    	color: #555;
    	z-index: 1000;
    	transition: none;
    	display: none;
    }


    /*usado apenas para centralizar a modal*/
    .modalFrame{
    	width: 100%;
    	min-height: 100vh;
    	justify-content: center;
    }

    /*estilo geral das modais*/
    .modalContainer{
    	background: #fff;
    	padding: 20px;
    	padding-top: 50px;
    	border-radius: 3px;
    	position: relative;
    	min-width: 150px;
    }

    .modalContainer .alert{

    	width: 100%;
    	position: absolute;
    	padding: 10px 15px;
    	color: #f9f9f9;
    	line-height: 2em;
    	background: rgba(0,0,0,.9);
    	top: 40px;
    	left: 0;
    	display: none;
    	font-size: .9em;
    	z-index: 1;
    }
    .alert label{
    	font-size: 1.2rem;
    }
    .modal-header{
    	flex-shrink: 0;
    	padding: 10px;
    	width: 100%;
    	background: #f5f5f5;
    	position: absolute;
    	top: 0;
    	left: 0;
    	border-top-left-radius: 3px;
    	border-top-right-radius: 3px;
    	border-bottom: 1px #eee solid;
    	z-index: 10;
    }
    .modal-header span{
    	cursor: pointer;
    	color: #555;
    }

    .modal-header span:before{
    	content: "\2716";
    	color: red;
    }
    .bt-yes-no-cancel{
    	justify-content: center;
    }
    .bt-yes-no-cancel button{
    	background: #F0F0F0;
    	margin-top: 10px;
    	min-width: 80px;
    	margin: 10px;
    	border: 1px #d0d0d0 solid;
    	padding: 5px 10px;
    	border-radius: 3px;
    	font-size: .9rem;
    	font-weight: bold;
    	cursor: pointer;
    }
    .bt-yes-no-cancel button:first-child{
    	background: #0C83DA !important;
    	border: 1px #0C83DA solid !important;
    	color: #fff;
    }


    .mp-logout p{
    	margin: 2rem;
    	color: #000;
    	font-weight: lighter;
    }

    .mp-change-pwd .xpert-form{
    	max-width: 300px;
    	padding: 1rem;
    }
    .mp-change-pwd h2{
    	color: #00B9A3;
    	text-align: center;
    	margin: 1rem 0 2rem 0;
    }
    .mp-change-pwd .pwd-1{
    	margin-bottom: 2.5rem !important;
    }
    .mp-loading{
    	color: #fff;
    }
    .mp-loading span{
    	text-align: center;
    }
    .mp-loading i{
    	font-size: 2.5rem;
    	animation: rotateAll .8s linear infinite;
    }
    .xpert-alert{
    	position: fixed;
    	bottom: 0;
    	right: -100%;
    	padding: 1rem 2.5rem 1rem 1.5rem;
    	color: #fff;
    	min-width: 200px;
    	max-width: 400px;
    	transition: all 1s;
    	z-index: 5000;
    }
    .xpert-alert.show{
    	right: 0;
    	transition: all .5s;
    }
    .xpert-alert .close{
    	font: bold .55rem 'Gill Sans MT';
    	color: #000;
    	cursor: pointer;
    	width: 1.2rem;
    	line-height: 1.2rem;
    	border-radius: 50%;
    	background: #fff;
    	text-align: center;
    	position: absolute;
    	top: 7px;
    	right: 5px;
    }
    .xpert-alert i{
    	margin-right: 1.5rem;
    	font-size: 1.5rem;
    }
    /*font-size: 2.2rem;*/
    .xpert-alert.warning{
    	background: #FAC552;
    }
    .xpert-alert.checkmark{
    	background: #2FCC71;
    }
    .xpert-alert.cross{
    	background: tomato;
    }
    .xpert-alert.notification{
    	background: #3398DC;
    }
    .xpert-alert.warning i{
    }

    .xClose{
    	position: absolute;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	width: 25px;
    	height: 25px;
    	top: 5px;
    	right: 5px;
    	cursor: pointer;
    }

    .xClose hr{
    	width: 60%;
    	border: 1px tomato solid;
    }
    .xClose hr:first-child{
    	transform: rotate(45deg);
    }
    .xClose hr:last-child{
    	transform: rotate(-45deg);
    	margin-top: -2px;
    }
    .x-close{
    	position: absolute;
    	right: 2rem;
    	top: 1rem;
    }
    .x-close:before{
    	position: absolute;
    	content: "\2716";
    	color: red;

    }

    i.icon-checkbox-checked{
    	color: #3879D9;
    }

    nav.ph-bk{
    	border-radius: 50%;
    	background-position: center !important;
    	background-size: cover;
    }


    .mp-feedback{
    	background-color: rgba(255, 255, 255, 0.75)
    }
    .mp-feedback .modalContainer{
    	display: flex;
    	padding: 0;
    	border-radius: 0;
    	box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
    	max-width: 680px;
    }
    .mp-feedback .left-panel{
    	width: 240px;
    	background: #252B37;
    	padding: 2rem;

    	flex-shrink: 0;
    }

    .mp-feedback h1{
    	text-align: center;
    	color: #00B9A3;
    	font-size: 2.5rem;
    }
    .mp-feedback p{
    	line-height: 1.8rem;
    	margin-top: 2rem;
    	color: #f5f5f5;
    	text-align: center;
    	font-weight: lighter;
    }
    .mp-feedback .content-feed{
    	padding: 2rem;
    	padding-bottom: 0;
    	align-items: flex-end;
    }
    .content-feed .another{
    	max-height: 200px;
    	transition: all 1s;
    }
    .content-feed .another.disabled{
    	max-height: 0;
    	overflow: hidden;
    }

    .content-feed textarea {
    	height: 160px;
    	font-size: .98rem;
    	font-weight: lighter;
    }

    .mp-anular-credito textarea {
    	height: 160px;
    	font-size: .98rem;
    	font-weight: lighter;
    }

    .content-feed button{
    	margin: 2rem 0;
    	display: block;
    	line-height: 3rem;
    	width: 100%;
    	cursor: pointer;
    	font-size: 1rem;
    	border-radius: 3px;
    	border: 1px solid #00B9A3;
    	font-weight: bold;
    	color: #fff;
    	background: #00B9A3;
    	box-shadow: 0 1px 0 rgba(0,0,0,.15);
    }
    /*#########################################*/

    #p1 #m1:after,
    #p2 #m2:after,
    #p3 #m3:after{
    	content: "";
    	position: absolute;
    	border-left: 5px transparent solid;
    	border-right: 5px transparent solid;
    	left: 50%;
    	transform: translateX(-50%);
    }
    #p1 #m1:after, #p2 #m2:after, #p3 #m3:after{
    	border-bottom: 7px #f7f7f7 solid;
    	bottom: 0;
    	margin-bottom: -.5rem;
    }

    @keyframes rotateAll{
    	0% {
    		transform: rotate(0deg);
    	}
    	100%{
    		transform: rotate(360deg);
    	}
    }

    @-webkit-keyframes rubberBand {
    	from {
    		-webkit-transform: scale3d(1, 1, 1);
    		transform: scale3d(1, 1, 1);
    	}

    	30% {
    		-webkit-transform: scale3d(1.25, 0.75, 1);
    		transform: scale3d(1.25, 0.75, 1);
    	}

    	40% {
    		-webkit-transform: scale3d(0.75, 1.25, 1);
    		transform: scale3d(0.75, 1.25, 1);
    	}

    	50% {
    		-webkit-transform: scale3d(1.15, 0.85, 1);
    		transform: scale3d(1.15, 0.85, 1);
    	}

    	65% {
    		-webkit-transform: scale3d(.95, 1.05, 1);
    		transform: scale3d(.95, 1.05, 1);
    	}

    	75% {
    		-webkit-transform: scale3d(1.05, .95, 1);
    		transform: scale3d(1.05, .95, 1);
    	}

    	to {
    		-webkit-transform: scale3d(1, 1, 1);
    		transform: scale3d(1, 1, 1);
    	}
    }

    @keyframes rubberBand {
    	from {
    		-webkit-transform: scale3d(1, 1, 1);
    		transform: scale3d(1, 1, 1);
    	}

    	30% {
    		-webkit-transform: scale3d(1.25, 0.75, 1);
    		transform: scale3d(1.25, 0.75, 1);
    	}

    	40% {
    		-webkit-transform: scale3d(0.75, 1.25, 1);
    		transform: scale3d(0.75, 1.25, 1);
    	}

    	50% {
    		-webkit-transform: scale3d(1.15, 0.85, 1);
    		transform: scale3d(1.15, 0.85, 1);
    	}

    	65% {
    		-webkit-transform: scale3d(.95, 1.05, 1);
    		transform: scale3d(.95, 1.05, 1);
    	}

    	75% {
    		-webkit-transform: scale3d(1.05, .95, 1);
    		transform: scale3d(1.05, .95, 1);
    	}

    	to {
    		-webkit-transform: scale3d(1, 1, 1);
    		transform: scale3d(1, 1, 1);
    	}
    }

    .rubberBand {
    	-webkit-animation-name: rubberBand;
    	animation-name: rubberBand;
    }

    .select option[state="good"] { /* value not val */
    	color: #00C853;
    }

    select option[value="bad"] { /* value not val */
    	color: #777;
    }

    xtitle{
    	/*width: 100%;*/
    	position: absolute;
    	left: 0;
    	top: 0;
    	white-space: nowrap;
    	font-size: .8rem;
    	line-height: 2rem;
    	background: rgba(0,0,0,.85);
    	color: #f5f5f5;
    	padding: 0 1rem;
    	border-radius: 2px;
    	z-index: 500000;
    	opacity: 0;
    }
    xtitle.show{
    	opacity: 1;
    }
    xtitle:before,
    xtitle:after{
    	position: absolute;
    }
    xtitle:before{
    	content: "";
    	width: 0;
    	height: 0;
    	left: .5rem;
    	border-right: 5px transparent solid;
    	border-left: 5px transparent solid;
    	border-top: 5px rgba(0,0,0,.85) solid;
    	top: 100%;
    }
    .pagination{
    	border-top: none;
    	border: 1px #ddd solid;
    }
    .pagination div {
    	width: 35px;
    	line-height: 30px;
    	border-right: 1px #ddd solid;
    	text-align: center;
    	border-radius: 1px;
    	cursor: pointer;
    }
    .pagination div:last-child{
    	border-right: none;
    }

    .pagination div:hover {
    	border-color: #3B94CD;
    }

    .pagination div.active {
    	background: #3B94CD;
    	border-color: #3B94CD;
    	color: #FFF;
    }

    .flex {
    	display: -webkit-box;
    	display: -webkit-flex;
    	display: -ms-flexbox;
    	display: flex; }

    	.flex.wrap {
    		-webkit-flex-wrap: wrap;
    		-ms-flex-wrap: wrap;
    		flex-wrap: wrap; }

    		.flex.h-sb {
    			-webkit-box-pack: justify;
    			-webkit-justify-content: space-between;
    			-ms-flex-pack: justify;
    			justify-content: space-between; }

    			.flex.h-ct {
    				-webkit-box-pack: center;
    				-webkit-justify-content: center;
    				-ms-flex-pack: center;
    				justify-content: center; }

    				.flex.v-ct {
    					-webkit-box-align: center;
    					-webkit-align-items: center;
    					-ms-flex-align: center;
    					align-items: center; }
