
.wookmark-placeholder {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #eee;
    border: 1px solid #dedede;
    z-index: -1;
}

/*Grid container*/
.tiles-wrap {
    position: relative; /** Needed to ensure items are laid out relative to this container **/
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
    display: none;
}

    /*Grid items*/
    .tiles-wrap > li {
        /*display: block;
        opacity: 0;
        text-align: left;
        list-style-type: none;
        background-color: #fff;
        float: left;
        cursor: pointer;
        width: 210px;
        padding: 4px;
        border: 1px solid #dedede;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background: rgba(105, 105, 105, 0.50);
        cursor: pointer;*/

        text-align: left;
        list-style-type: none;
    }

    .tiles-wrap.wookmark-initialised.animated li {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .tiles-wrap.wookmark-initialised li {
        opacity: 1;
    }

    .tiles-wrap li.wookmark-inactive {
        visibility: hidden;
        opacity: 0;
    }

    .tiles-wrap img {
        display: block;
    }

    .tiles-wrap a:hover {
        /*background-color: transparent;*/
    }

.tile-loading:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ddd;
    content: "Loading\2026";
    padding-top: 20px;
    color: #999;
}

/*Filters*/
#filters {
    list-style-type: none;
    text-align: center;
    margin: 0 5% 0 5%;
}

    #filters:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #filters li {
        font-size: 12px;
        float: left;
        padding: 6px 8px 4px;
        cursor: pointer;
        margin: 0 10px;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        #filters li:hover {
            background: #4281f5;
            color: #ffffff;
        }

        #filters li.active {
            background: #4281f5;
            color: #ffffff;
        }

/*Type Ahead*/
.typeahead, .tt-query, .tt-hint {
    /*width: 396px; font-size: 24px;  line-height: 30px;
    padding: 5px 11px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;*/
}


twitter-typeahead .form-control:focus {
    outline: none; /* Removes the default outline */
    border: none; /* Removes the border */
    box-shadow: none; /* Removes any box-shadow */
}

.typeahead {
    background-color: white !important;
    border-right: none;
}

    .typeahead:focus {
        border: 1px solid #ced4da !important;
        border-right: none;
        outline: none; /* Removes the default outline */
        border: none; /* Removes the border */
        box-shadow: none; /* Removes any box-shadow */
    }

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: gray !important;
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}
    .tt-suggestion.tt-cursor,
    .tt-suggestion:hover {
        cursor: pointer;
        background-color: #dee2e6;
    }

    .tt-suggestion p {
        margin: 0;

    }

    .tt-suggestion.active {
        /*background-color: blue;*/
    }

#multiple-datasets .btn {
    border: 1px solid #ced4da;
    border-left: none;
    background-color:white;
}
    #multiple-datasets .btn:hover {
        border: 1px solid #ced4da;
        border-left: none;
        background-color: white;
        color: #ced4da;
    }
#btnSearch:focus {
    border-right: none !important;
}

.gist {
    font-size: 14px;
}

.tt-menu {
    margin-top: 5px;
    padding: 8px 0;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /*-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;*/
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    background-color: white;
    text-align: left;
    width:100%;

}

.container .text-muted {
    margin: 20px 0;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

.input-group > .twitter-typeahead {
    flex: 1 1 auto;
    width: auto;
}

#multiple-datasets .league-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 0px solid #ccc;
    font-family: 'urban_jungleregular';
}


/*Login Window CSS*/
.form-signin {
    max-width: 400px;
    display: block;
    background-color: #f7f7f7;
    -moz-box-shadow: 0 0 3px 3px #888;
    -webkit-box-shadow: 0 0 3px 3px #888;
    box-shadow: 0 0 3px 3px #888;
    border-radius: 2px;
}


.social-box {
    margin: 0 auto;
    padding: 16px;
    border-bottom: 1px #ccc solid;
}

    .social-box a {
        font-weight: bold;
        font-size: 18px;
        padding: 8px;
    }

        .social-box a i {
            font-weight: bold;
            font-size: 20px;
        }

.heading-desc {
    font-size: 20px;
    font-weight: bold;
    padding: 38px 38px 0px 38px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}
/*.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: 20px;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}*/
.form-signin input[type="text"] {
    margin-bottom: 10px;
    border-radius: 5px;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-radius: 5px;
}

.login-footer {
    background: #f0f0f0;
    margin: 0 auto;
    border-top: 1px solid #dadada;
    padding: 20px;
}

    .login-footer .left-section a {
        font-weight: bold;
        color: #8a8a8a;
        line-height: 19px;
    }

.mg-btm {
    margin-bottom: 20px;
}

#pDragDrop {
    /*position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    text-align: center;
}

#pDragDrop, #imgDragDrop {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#holder {
    text-align: center;
    font: 0/0 a;
}

    #holder:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

#pDragDrop {
    display: inline-block;
    vertical-align: middle;
    font: 16px/1 Arial, sans-serif;
}

#ulLooperImage {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 250px;
}

#lbMain {
    cursor: pointer;
    color: yellow;
}

#navPagination .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: darkgray;
    background-color: gainsboro;
    border-color: gainsboro;
}

.logo {
    overflow: hidden;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1em;
    -moz-border-radius: 1em;
    
}

    .logo img {
        height: 250px;
    }




.imgLink {
    cursor: pointer;
}

.center {
    margin: auto;
    width: 35%;
}


#divProgress .progress {
    height: 50px;
    margin-bottom: 0px;
}

body .dropdown-toggle::after {
    display: none
}


#loopers {
    text-align: center;
}

    #loopers .pagination {
        display: inline-flex;
    }



.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.page-link {
    color: #000000;
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

    .btn-primary:hover {
        color: #ffffff !important;
        background-color: #545b62 !important;
        border-color: #4e555b !important;
    }

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}

.cardActive {
    background-color: #e7edf3;
}





.card {
    background-color: transparent;
    border: 0px solid rgba(0,0,0,.125);
}

@font-face {
    font-family: 'urban_jungleregular';
    src: url('urbanjungledemo-webfont.eot');
    src: url('urbanjungledemo-webfont.eot?#iefix') format('embedded-opentype'), url('urbanjungledemo-webfont.woff') format('woff'), url('urbanjungledemo-webfont.ttf') format('truetype'), url('urbanjungledemo-webfont.svg#urban_jungleregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
