.t-align-v {
    display: flex;
    justify-content: center;
    align-self: center;
    flex-flow: row wrap
}

.no-scroll {
    overflow: hidden !important
}

.sep__50px {
    width: 100%;
    height: 50px;
    display: block
}

.g-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0,0,0,.5)
}

.lds-spinner {
    color: official;
    display: inline-block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px
}

.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #fff
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s
}

@keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

textarea.autogrow-field {
    min-height: 1em;
    overflow: hidden;
    resize: none
}

textarea.autogrow-field ~ .autogrow-mirror {
    position: absolute;
    visibility: hidden;
    white-space: normal;
    word-break: break-word;
    z-index: -1
}

@-webkit-keyframes show_left {
    0% {
        opacity: 0;
        left: -300px
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@-moz-keyframes show_left {
    0% {
        opacity: 0;
        left: -300px
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@-o-keyframes show_left {
    0% {
        opacity: 0;
        left: -300px
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes show_left {
    0% {
        opacity: 0;
        left: -300px
    }

    100% {
        opacity: 1;
        left: 0
    }
}

.container {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    flex-direction: row
}

.container--full {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important
}

.container--full__content {
    padding: 15px
}

.grid__column {
    margin-bottom: 15px
}

@media only screen and (min-width: 1080px) {
    .container {
        padding:15px 0;
        width: 100%;
        margin: auto
    }

    .container--full {
        padding: 0
    }

    .container--full__content {
        max-width: 1080px;
        width: 100%;
        margin: auto;
        padding: 15px
    }
}

.tooltip_card{
	font-size: 14px;
	font-family: Arial;
	color: #000000;
	box-sizing: border-box;
	padding: 2px 0;
	border: 1px solid #000000;
	background: #ffecaa;
	position: absolute;
    top: 23px;
	left: -196px;
	z-index: 1;
	width: 220px;
	text-align: center;
}
