/*.content{ margin:50px}*/

.location-prediction {
    border-bottom: 1px solid #f3f1f1;
    margin-left: 20px;
    margin-bottom: 10px;
}

.location-lookup {
    margin-bottom: 50px;
}

.input-prediction {
    margin-bottom: 0px!important;
}


/* slide in from the bottom */

@keyframes slideOutLeft {
    to {
        transform: translateX(-100%);
    }
}

@-moz-keyframes slideOutLeft {
    to {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes slideOutLeft {
    to {
        -webkit-transform: translateX(-100%);
    }
}

.girlsinict li {
    list-style: none!important;
    text-decoration: none!important;
}

.girlsinict a {
    text-decoration: none!important;
}

.girlsinict .content {
    min-height: 700px;
}

.girlsinict .mapLicense {
    font-size: 9px;
    position: absolute;
    bottom: 10px;
}

._md-nav-bar-list {
    padding: 0px !important;
}

md-input-container .md-input {
    border-width: 1px;
    padding-left: 10px;
    height: 40px;
}

md-input-container label:not(.md-no-float):not(.md-container-ignore),
md-input-container .md-placeholder {
    padding-left: 10px;
    font-size: 16px;
}

md-input-container.md-input-focused .md-input {
    border-width: 1px;
    padding-left: 10px;
}

.md-button.md-enable.md-raised {
    color: white;
    background-color: rgb(24, 150, 43);
}

md-input-container .md-input.ng-invalid.ng-dirty {
    border-width: 1px;
    padding-left: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    border-color: #eaeaea;
}

._md-nav-bar-list a {
    font-size: 20px;
}

.leaflet-container {
    /* -webkit-box-shadow: 5px 4px 16px 0px rgba(163, 163, 163, 0.64);
    -moz-box-shadow: 5px 4px 16px 0px rgba(163, 163, 163, 0.64);
    box-shadow: 5px 4px 16px 0px rgba(163, 163, 163, 0.64); */
}


/*angular material override*/

md-content {
    /*min-height: 750px;*/
    height: auto;
    width: 100%;
    background-color: rgba(250, 250, 250, 1);
}

md-dialog {
    max-height: 100%;
    /*max-width: 100%;*/
}

md-card:focus {
    outline: none;
    border: 0;
}


/*md-card, md-card md-card-header{
    display: -webkit-inline-box!important;
}*/

.md-datepicker-input.md-input {
    /*border-color: #ababab;*/
}

.md-datepicker-input.md-input:hover {
    border-color: #92c0e0;
}

.progress-bar {
    padding: 0px;
}

.welcome {
    float: right;
    color: #266cae;
}

.leaflet-container {
    background: #cad2d3;
    outline: 0;
}

button {
    margin-bottom: 20px;
    padding: 5px 10px;
}

.girlsinict {
    position: relative;
    height: auto;
    /* max-width: 760px; */
    /*display: none;*/
}

.headline-gic {
    color: #b172a4;
    font-size: 20px;
}
.sub-headline-gic{
    color: #b172a4;
    font-size: 16px;
}
.date-gic {
    color: #3789bd;
    font-size: 20px;
}

.md-avatar.avatar-gic {
    border-radius: 0%!important;
    /* width: 80px;
    height: 80px; */
}

.place-gic {
    color: #3789bd;
    font-size: 14px;
}

.country-warning {
    background-color: #FFA970;
    cursor: pointer;
}

.event-media {
    width: 100%;
    /*margin: 20px;*/
}

.event-media .grid {
    /*border: 1px solid #cccccc;*/
    list-style: none;
    background: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}

.event-media .grid-img {
    width: 100%;
    vertical-align: middle;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
}

.event-media .grid-img.img-loaded {
    visibility: visible;
    opacity: 1;
}

.card {
    background: white;
    min-width: 100px;
    min-height: 100px;
    max-width: 400px;
    margin: 8px;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
    -webkit-transform: scale(0.75) translate3d(0, 200px, 0);
    transform: scale(0.75) translate3d(0, 200px, 0);
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card.angular-grid-item {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
}

.card .img {
    width: 100%;
    height: 0;
    padding-top: 75%;
    background-size: cover;
    background-color: #ccc;
}

.card .inside {
    padding: 16px;
    word-wrap: break-word;
}

.card .inside h3 {
    margin-top: 0;
    margin-bottom: 8px;
}

.card .inside a {
    color: #E91E63;
    text-decoration: none;
}

.card .inside a:hover {
    text-decoration: underline;
}

.card .inside .description {
    font-size: 14px;
    line-height: 1.3;
    color: #555;
}

.cards-wrap {
    margin: 32px 64px;
    padding-bottom: 64px;
    position: relative;
}

.grid {
    border: 1px solid #cccccc;
    list-style: none;
    background: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.grid-img {
    width: 100%;
    vertical-align: middle;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
}

.grid-img.img-loaded {
    visibility: visible;
    opacity: 1;
}

.md-dialog-container {
    background: rgba(0, 0, 0, 0.62);
}

.list-pic {
    /*background-color: #f2f2f2;*/
    margin: 20px;
    height: auto;
}

.list-pic div {
    padding-top: 18px;
    padding-left: 4px;
}

.error-desc {
    margin-top: 0px;
    color: rgb(221, 44, 0);
    transition: all 3s cubic-bezier(.55, 0, .55, .2);
    -webkit-transition: all 3s cubic-bezier(.55, 0, .55, .2);
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
}

.events-list {
    cursor: pointer;
}

.regions .disabled {
    pointer-events: none;
    opacity: 0.3;
    /*background: #CCC;*/
}


/*froala*/

.fr-toolbar .fr-command.fr-btn.fr-hidden,
.fr-popup .fr-command.fr-btn.fr-hidden {
    /*iframe fix*/
    display: block!important;
}

.fr-toolbar.fr-top {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, 0.7);
}

.fr-toolbar {
    border-top: 5px solid #788e99;
    font-size: 8px;
}

.fr-box.fr-basic .fr-wrapper {
    background: transparent;
    border: 1px solid #d8d8d8;
}

.fr-box.fr-basic.fr-top .fr-wrapper {
    border-top: 0;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    /* background-clip: padding-box; */
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, .0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
}

.fr-box.fr-basic .fr-wrapper:hover {
    /*border-bottom: 1px solid rgb(110, 184, 237);*/
    border-bottom: 1px solid #d8d8d8;
}

.fr-element.fr-view[contenteditable="true"]:focus {
    border-bottom: 4px solid rgb(63, 81, 181);
}

.marker-cluster-small {
    background-color: rgba(37, 170, 225, 0.3)!important;
}

.marker-cluster-small div {
    background-color: #25AAE1!important;
    color: white;
}

.md-datepicker-triangle-button {
    margin: 6px 10px!important;
}

.md-datepicker-input-container {
    width: 100%!important;
}

.leaflet-control-layers {
    visibility: hidden !important;
}


/*.menu-item.md-button.md-icon-button md-icon{
    width: auto;
    height: auto;
    font-size: 60px;
    color:#25AAE1;
}*/

.simple-form md-icon {
    color: #5f7c8a;
}

.simple-form md-icon.remove-file {
    color: #3f51b5;
    cursor: pointer;
}

.simple-form .fr-toolbar .fr-command.fr-btn {
    color: #5f7c8a;
}

.upload-ok {
    /*font-size: 40px!important;*/
    color: mediumseagreen!important;
}

.upload-nok {
    /*font-size: 40px!important;*/
    color: darkred!important;
}

.md-headline.upload {
    color: #b172a4;
}

md-nav-ink-bar {
    display: none;
}

.menu .left-side {
    /*margin-right: auto;*/
}

.menu .right-side {
    margin-left: auto;
}


/* -----------------------------------------------
 * angular-lightbox
 * -----------------------------------------------
 */

.angular-lightbox-overlay {
    position: absolute;
    width: 718px;
    /*top: 0;
    bottom: 0;
    left: 0;*/
    z-index: 1000;
    background-color: rgba(0, 0, 0, .85);
    display: flex;
    align-items: center;
    justify-content: center;
}

span.angular-lightbox-inner {
    position: relative;
    min-width: 10em;
    min-height: 10em;
}

span.angular-lightbox-inner>img {
    vertical-align: bottom;
    /*height: 60%;*/
    width: auto;
}

span.angular-lightbox-inner>a {
    font-family: sans-serif;
    font-size: 80px;
    font-weight: normal;
    display: inline-block;
    line-height: 2em;
    text-align: center;
    text-decoration: none;
    outline: 0;
    position: absolute;
    color: #ddd!important;
    text-decoration: none!important;
}

span.angular-lightbox-inner>a:hover {
    color: white;
}

span.angular-lightbox-inner>a.previous,
span.angular-lightbox-inner>a.next {
    /*width: 2em;
    height: 2em;
    top: 50%;
    margin-top: -1em;*/
    /* center vertically */
}

.angular-lightbox-overlay a.previous {
    right: 90px;
    position: absolute;
    color: #70c8f1;
    font-weight: normal;
    font-size: 50px;
    top: 0px;
    text-decoration: none;
}

.angular-lightbox-overlay a.next {
    right: 50px;
    position: absolute;
    color: #70c8f1;
    font-weight: normal;
    font-size: 50px;
    top: 0px;
    text-decoration: none;
}

.angular-lightbox-overlay a.close {
    right: 10px;
    position: absolute;
    color: #70c8f1;
    font-weight: normal;
    font-size: 50px;
    top: 5px;
    text-decoration: none;
}

.preview-card {
    width: 730px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.preview-toolbar {
    background: rgb(250, 250, 250)!important;
    color: #3f51b5!important;
}

.preview-dialog {
    background-color: rgb(250, 250, 250)!important;
    width: 100%;
    height: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS here */
    .event-content {
        display:block;
    }
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.nav-header {
    background-color: #106CC8;
    background: -webkit-linear-gradient(#185694, #106cc8);
    background: linear-gradient(#185694, #106cc8);
    border-bottom: 1px solid #267ED5;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    z-index: 2;
}
.active .md-icon-button .material-icons{
    color: #267ED5;
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
}
