.circleBase {
    border-radius: 50%;
    position: absolute;
    left: -10px !important;
    top: -16px !important;
    border: 4px solid white;
}

.circle {
    width: 100px;
    height: 100px;
    background: #0097db;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    opacity: 1;
}

.loader-wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    opacity: 1;
    display: block;
}

.loader-text {
    font-weight: bolder;
    margin-top: -1.5em;
    margin-left: 7em;
    width: 200px;
    top: 45px !important;
    position: absolute;
    color: #7c7c7c;
}

.loader {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    width: 64px;
    height: 64px;
    animation: unset;
    border: none;
    border-top: none;
}

.loader .bar {
    display: inline-block;
    position: absolute;
    top: 6px;
    height: 11px;
    width: 40px;
    background: #fafafa;
    z-index: 2;
    animation: loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.loader .bar:nth-child(1) {
    top: 6px;
    animation-delay: -0.24s;
}

.loader .bar:nth-child(2) {
    top: 28px;
    animation-delay: -0.12s;
}

.loader .bar:nth-child(3) {
    top: 50px;
    animation-delay: 0;
}

@keyframes loader {
    0% {
        transform: translate(20px, 0) scale(1.66, 1);
    }

    50%,
    100% {
        transform: translate(20px, 0) scale(1, 1);
    }
}

.bs-datepicker {
    z-index: 2 !important;
}

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
    cursor: pointer;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

span.twitter-typeahead .tt-highlight {
    font-weight: bold;
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}
.input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
span.twitter-typeahead {
    width: 100%;
}
.input-group span.twitter-typeahead {
    display: block !important;
    height: 34px;
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important;
}
.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
    border-radius: 0;
}
.input-group span.twitter-typeahead:first-child .form-control {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group span.twitter-typeahead:last-child .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.input-group.input-group-sm span.twitter-typeahead {
    height: 30px;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 30px !important;
}
.input-group.input-group-lg span.twitter-typeahead {
    height: 46px;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 46px !important;
}

.tt-menu > .tt-dataset {
    max-height: 150px;
    overflow-y: auto;
}

.typeahead-column1 {
    overflow: hidden;
    max-width: 180px;
    width: 180px;
    word-wrap: break-word;
}

.typeahead-column2 {
    overflow: hidden;
    max-width: 225px;
    width: 180px;
    word-wrap: break-word;
    padding-left: 5px;
}

.typeahead-footer {
    position: absolute;
    width: 449px;
    bottom: -34px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: -5px;
    left: 0px;
    padding: 4px;
    background-color: lightblue;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.typeahead-footer > button {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 1em;
}

div.card {
    /* width: 250px; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.13), 1px 3px 7px 0 rgba(0, 0, 0, 0.16);

    text-align: center;
}

/* .ng-valid[required], .ng-valid.required  {
  border-left: 5px solid #42A948;
}

.ng-invalid:not(form)  {
  border-left: 5px solid #a94442;
} */

.gi-2x {
    font-size: 1.66em;
}

.gi-3x {
    font-size: 3em;
}

.gi-4x {
    font-size: 4em;
}

.gi-5x {
    font-size: 5em;
}
