/* Tiles SR Grid Styles*/

.sr-grid-col{
    margin-bottom: 10px;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}

.btn-col-service {
    background: transparent;
    border: 0;
    margin-top: 20px;
    width: auto;
    padding: 10px;
}

.service-image {}

.service-image:hover {
    opacity: 0.7;
}

@media screen and (min-width: 501px) {
    .service-image {
        width: 200px;
    }
    .sr-title {
        width: 200px;
    }
  
}

@media screen and (max-width: 500px) {
    .service-image {
        width: 150px;
    }
    .sr-title {
        width: 150px;
    }
  
}

@media screen and (max-width: 375px) {
    .service-image {
        width: 120px;

    }
    .sr-title {
        width: 120px;
    }
  
}

@media screen and (max-width: 320px) {
    .service-image {
        width: 100px;

    }
    .sr-title {
        width: 100px;
    }
  
}

/* End Tiles SR Grid Styles*/

/* Header Web Template Styles */

.margin-bottom {
    margin: 0 0 15px 0 !important
}

.margin-right {
    margin: 0 15px 0 0 !important
}

.margin-top {
    margin: 15px 0 0 0 !important
}

.center {
    margin: auto;
    padding: 0 10px 0 10px;
}

.alert-post {
    margin: 0 0 15px 0;
}

.navbar-brand {
    padding: 10px;
}

.navbar {
    margin: 0px;
}

.dropdown-search {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.form-search > div.input-group {
    min-width: 300px;
}

@media screen and (max-width: 992px) {
    .navbar {
        margin: 0px 0px 20px 0px;
    }
}

#velocity-carousel {
    margin: 0 0 25px 0;
}

.carousel-inner {
    height: 350px;
}

.carousel-caption {
    position: sticky !important;
}

.img-icon {
    max-width: 16px;
    max-height: 16px;
}

.parent-name {
    font-size: large;
}

.btn-tile-block {
    text-align: left;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    padding: 10px 15px 10px 15px
}

.btn-block {
    text-align: left;
    background-color: #f5f5f5;
}

#filter-search.btn-block {
    background-color: #337ab7;
}

@media screen and (max-width: 600px) {
    .baseview {
        padding: 0px
    }
}

.btn-block:hover,
.panel.panel-default.text-center > .panel-heading:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

#iframe_subscriber_entityform {
    width: 100%;
    border: none;
    height: 80px;
    scrolling: no;
    overflow: hidden;
    margin-top: -15px;
}

.dataTables_wrapper .pagination > .active > a {
    background-color: transparent;
    border-color: transparent;
    color: #337ab7;
}

.dataTables_wrapper .pagination > .active > a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #337ab7;
}

.dataTables_wrapper .pagination > .active > a:focus,
.pagination > a:focus {
    background-color: transparent;
    border-color: transparent;
    color: #337ab7;
}

.dataTables_wrapper .pagination > li > a {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.dataTables_wrapper .pagination > li > a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #337ab7;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.active {
    border: 1px solid #979797;
    background-color: #fff;
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.panel-footer {
    overflow: auto;
}

.select2-container .select2-choice .select2-arrow {
    border-left: none !important;
    background: none !important;
    background-image: none !important;
    top: 2px !important;
}

.select2-container .select2-choice {
    height: 34px !important;
    background-image: none !important;
    line-height: 32px !important;
    padding: 0 12px !important;
}

.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -ms-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0, 174, 239, .15);
    border-right: 6px solid rgba(0, 174, 239, .15);
    border-bottom: 6px solid rgba(0, 174, 239, .15);
    border-top: 6px solid rgba(0, 174, 239, .8);
    border-radius: 100%;
}

.spinner-bg {
    position: absolute;
    background-color: rgba( 255, 255, 255, .8);
    height: 100%;
    width: 100%;
    top: 0;
    left: 15px
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.anonymous-alert {
    overflow: auto;
}

.tag-list {
    list-style-type: none;
}

/* End Header Web Template Styles */


.baseview {
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
}

.footer-link-title{
 font-size: x-large;
}

.fixed-height{
  max-height:225px;
  overflow-y:auto;
}

.left-column{
  z-index:1;
}

#interaction-types-legend{
    max-height: 500px;
    overflow-y: auto;
}