﻿.email-picker {
	padding: 8px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	line-height: 40px;
	background: #EEEEEE;
}

#input-selecionar {
	border: none;
	display: inline-block;
	height: 30px;
	border-radius: 15px;
	padding-left: 10px;
	font-family: Roboto;
	font-size: 14px;
	color: rgba(0, 0, 0, .87);
	width: calc(100% - 8px);
}

	#input-selecionar:focus {
		outline: none;
	}

#emails-selecionados {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.input-group > .select2-container > .select2-choices {
    max-height: 300px;
    overflow-y: scroll !important;
}

.email-selecionado {
    display: flex;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    color: white;
    border-radius: 20px;
    background: #319EF3;
    margin-right: 5px;
    font-family: sans-serif;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    margin-bottom: 10px;
    position: relative;
    padding-right: 30px
}

	.email-selecionado.error {
		background: #E10051;
	}

		.email-selecionado.error .excluir i {
			color: #E10051;
		}

	.email-selecionado .excluir {
		position: absolute;
		right: 5px;
		top: 5px;
		display: block;
		height: 20px;
		width: 20px;
		border-radius: 10px;
		line-height: 20px;
		background: rgba(255,255,255,.5);
		display: flex;
		align-items: center;
		justify-content: center;
	}

		.email-selecionado .excluir:hover {
			background: white;
		}

		.email-selecionado .excluir i {
			color: #319EF3;
			font-size: 12px;
			line-height: 10px;
		}

.email-tooltip {
	background-color: #6F6F6F;
	color: #fff;
	max-height: 16px;
	line-height: 16px;
	text-align: center;
	padding: 0px 5px;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 0;
	font-size: 9px;
	font-family: Roboto;
	transform: scale(0, 0);
	opacity: 0;
	transition: all 150ms ease-in-out;
}

.email-selecionado:hover {
	cursor: pointer;
}

	.email-selecionado:hover .email-tooltip {
		transform: scale(1, 1);
		opacity: 1;
	}

/* BOTOES SITUACIONAIS */
.td-arrow {
}

.div-arrow {
    padding-right: 5px;
}

.btn-arrow-right,
.btn-arrow-right-connector,
.btn-arrow-right-begin,
.btn-arrow-right-end,
.btn-arrow-left-end,
.btn-arrow-left { /* just for this demo. */
    margin-top: 5px;
}

.btn-arrow-right,
.btn-arrow-right-begin,
.btn-arrow-right-end,
.btn-arrow-left-end,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
    margin-left: 5px;
}

.btn-arrow-right-begin,
.btn-arrow-right-end,
.btn-arrow-right {
    padding-left: 36px;
    margin-right: 5px;
}

.btn-arrow-left-end,
.btn-arrow-left {
    padding-right: 36px;
    margin-left: 5px;
}

    .btn-arrow-right:before,
    .btn-arrow-right:after,
    .btn-arrow-right-begin:after,
    .btn-arrow-right-end:before,
    .btn-arrow-left:before,
    .btn-arrow-left-end:after,
    .btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
        content: "";
        position: absolute;
        top: 5px; /* move it down because of rounded corners */
        width: 22px; /* same as height */
        height: 22px; /* button_outer_height / sqrt(2) */
        background: inherit; /* use parent background */
        border: inherit; /* use parent border */
        border-left-color: transparent; /* hide left border */
        border-bottom-color: transparent; /* hide bottom border */
        border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
        -webkit-border-radius: 0px 4px 0px 0px;
        -moz-border-radius: 0px 4px 0px 0px;
    }

.btn-arrow-right:before,
.btn-arrow-right-begin:after,
.btn-arrow-right-end:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.btn-arrow-left:before,
.btn-arrow-left-end:after,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

.btn-arrow-right:before,
.btn-arrow-right-end:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -11px;
}

.btn-arrow-right:after,
.btn-arrow-right-begin:after,
.btn-arrow-left-end:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -11px;
}

.btn-arrow-right:after,
.btn-arrow-right-begin:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 0;
}

.btn-arrow-right:before,
.btn-arrow-right-end:before,
.btn-arrow-left-end:after,
.btn-arrow-left:after { /* hide arrow tails background */
    background-color: white;
}
/* CONECTOR */
.btn-arrow-right-connector {
    position: relative;
    padding-left: 36px;
    padding-right: 18px;
}

    .btn-arrow-right-connector:before,
    .btn-arrow-right-connector:after { /* make two squares (before and after), looking similar to the button */
        content: "";
        position: absolute;
        top: 5px; /* move it down because of rounded corners */
        width: 22px; /* same as height */
        height: 22px; /* button_outer_height / sqrt(2) */
        background: inherit; /* use parent background */
        border: inherit; /* use parent border */
        border-left-color: transparent; /* hide left border */
        border-bottom-color: transparent; /* hide bottom border */
        border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
        -webkit-border-radius: 0px 4px 0px 0px;
        -moz-border-radius: 0px 4px 0px 0px;
        transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .btn-arrow-right-connector:after { /* bring arrow pointers to front */
        z-index: 1;
        right: -11px;
    }

    .btn-arrow-right-connector:before { /* hide arrow tails background */
        background-color: white;
        left: -11px;
    }

.btn-arrow-zindexafter-0:after {
    z-index: 0;
}

.btn-arrow-zindexafter-1:after {
    z-index: 1;
}

.btn-arrow-zindexafter-2:after {
    z-index: 2;
}

.btn-arrow-zindexafter-3:after {
    z-index: 3;
}

.btn-arrow-zindexafter-4:after {
    z-index: 4;
}

.btn-arrow-zindexafter-5:after {
    z-index: 5;
}

.btn-arrow-zindexafter-6:after {
    z-index: 6;
}

.btn-arrow-zindexafter-7:after {
    z-index: 7;
}

.btn-arrow-zindexafter-8:after {
    z-index: 8;
}

.btn-arrow-zindexafter-9:after {
    z-index: 9;
}

.displayFlex .input-group {
    display: flex !important;
}

/* CSS PARA FAZER RADIO BUTTON HORIZONTAL 
   
   classes: 'sem-borda radioHorizontal',
   groupClasses: 'displayFlex',
*/
.radioHorizontal {
    display: flex !important;
    justify-content: space-between;
    padding: 0;
}

    .radioHorizontal .radio {
        width: 20%;
    }

    .radioHorizontal input[type=radio] {
        margin-left: 0;
        position: relative;
    }

    .radioHorizontal label {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

        .radioHorizontal label input {
            position: relative;
            margin-left: 0;
        }

/* Correção do problema da busca no mapa não aparecerem por estarem por baixo dos elementos */
.pac-container {
    z-index: 10000 !important;
}

.autocomplete-items {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 2px rgb(0 0 0 / 10%);
    border-top: none;
    background-color: #fff;
    position: absolute;
    z-index: 99;
    top: 34px;
    right: 0;
    left: 0;
}

    .autocomplete-items div {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        cursor: pointer;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: rgba(0, 0, 0, 0.1);
}

.rating {
    display: inline-block;
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
}

    .rating label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        cursor: pointer;
    }

        .rating label:last-child {
            position: static;
        }

        .rating label:nth-child(1) {
            z-index: 5;
        }

        .rating label:nth-child(2) {
            z-index: 4;
        }

        .rating label:nth-child(3) {
            z-index: 3;
        }

        .rating label:nth-child(4) {
            z-index: 2;
        }

        .rating label:nth-child(5) {
            z-index: 1;
        }

        .rating label input {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }

        .rating label .icon {
            float: left;
            color: transparent;
        }

        .rating label:last-child .icon {
            color: #000;
        }

    .rating:not(:hover) label input:checked ~ .icon,
    .rating:hover label:hover input ~ .icon {
        color: #ffd600;
    }

    .rating label input:focus:not(:checked) ~ .icon:last-child {
        color: #000;
        text-shadow: 0 0 5px #09f;
    }