@charset "utf-8";
/* CSS Document */

th.options {
	padding:5px 5px 5px 5px;	
}
#listCont {
	position:relative;	
}
.jobs .listForm {
	margin-top:2em;
}
.message {
	padding:30px 0px;
	border:1px solid #CCC;
	border-radius:10px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}
.no_results {
	color:#900;
	font-size:1em;
	margin:3em 0;
	text-align:center;
}
.no_results a.noResultsAction {
	float:none;
	width:auto;
	display:inline-block;
	color:white;
	padding: .2em;

}
.lista {
	background-color:#FFFFFF;
	width:100%;
}
.lista th {
	padding:.5em;
	white-space:nowrap;
	color:#ff5f17;
	font-size:1.2em
}
.lista th span {
	color:#AAAAAA;	
}
.lista .option {
	padding:0px 2px 0px 2px;
	width:16px;
	text-align:center;
}
.lista TD.erro {
	text-align:center;
}
.lista TD {
	padding:.3em;
	vertical-align:top;
}
.lista TD button,
.lista TD .btn{
	white-space:nowrap;
	margin-left:1em;
}
.lista.actives TD .btn i {
	margin-right:0;
}
.lista .line:nth-child(odd) {
	background-color:#e6fdff;
}
.lista .line:hover {
	background-color:#ffecda;
}

.line1 {
	background-color:#b3fcc6;
}
.line2 {
	background-color:#91fbae;
}
.glow {
	background-color:#bdeff7;	
}
.selected {
	background-color:#ffc37d;	
}
.shortBar {
	height:auto;
	margin:0px 0px 5px 0px;
}
.showState {
	font-weight:bold;
	width:auto;
	padding:0px 0px 0px 22px;
}

.listLink, a.listLink {
	color:#00ABD0;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	display:inline-block;
	margin:5px;
	padding:5px;
	background-color: #DDD;
	border-radius:5px;
}

.quickSort {
	float:right;
	height:21px;
	position:relative;
}
.listWrp {
	display:flex;
}
.listWrp>div {
	flex-grow:1;
	width:100%;
}
.listWrp .search {
	order:1;
	max-width:25%;
	padding-left:2em;
}
.listWrp .search label {
	color:#ff5f17;
	text-transform:none;
}
.cvs td{
	font-size:1.3em;
	vertical-align:middle;
}
.cvphoto {
	width:48px;
	height:48px;
	border-radius:24px;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:white;
	margin:5px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(110, 110, 110, 0.75);
	-moz-box-shadow:    1px 1px 3px 0px rgba(110, 110, 110, 0.75);
	box-shadow:         1px 1px 3px 0px rgba(110, 110, 110, 0.75);
}
.cvphoto.empty.f {
	background-image:url('/images/cv_female.png');
}
.cvphoto.empty.m {
	background-image:url('/images/cv_male.png');
}
.lista.agents td {
	white-space:nowrap;
	text-overflow:ellipsis;
}
table.options {
	margin-top:2em;
}
table .colDate {
	width:130px;
}
table .colText,
.lista.agents .colText{
	white-space:normal;
}
#listCont .preload{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(255,255,255,.8);
}
#listCont .preload i {
	font-size:5em;
	color:#ff5f17;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-.5em;
	margin-top:-1em;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 500ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 500ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.listSettings {
	display:flex;
	width:100%;
	justify-content:space-between;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:2em;
}
.listSettings div {
	
}
.listSettings div>a {
	border-left:2px solid #c0c0c0;
	padding:0 .3em;
	color:#c0c0c0;
	cursor:pointer;
	background-color:transparent;
	background:none;
}
.listSettings div>a:nth-child(2n) {
	background:none;
}
.listSettings div>a:first-child{
	border-left:0;
}
.listSettings div>a.selected {
	color:black;
}

.listSettings .itemsperpage a {
	display:inline-block;
	float:none;
	margin-left:.5em;
	padding-left:.5em;
	width:auto;
	vertical-align:middle;
	border-bottom:0;
}
.listSettings .select2-container--default .select2-selection--single {
	border:1px solid #c0c0c0;
	border-radius:0;
}
.pop_savesearch,
.pop_savesearch_disabled {
	float:right;
	letter-spacing:0;
}
.pop_savesearch i
.pop_savesearch_disabled i{
	margin-right:.3em;
}
.pop_savesearch_disabled {
	opacity:.5;
}