﻿/*Datatable support */
.paginate_button > a {
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    height: 2.25rem;
    min-width: 2.25rem;
    vertical-align: middle;
    padding: 0.5rem;
    text-align: center;
    position: relative;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;

    color: #898b96;
    border: 0;
}

.paginate_button.active > a {
    background: #716aca;
    color: #fff;
}

.portlet-body, .m-portlet__body {
    position: relative;
}

.portlet-body-hide, .portletbodyhide {
    display: none;
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
}

.loader .loading-message {
    top: 50%;
    left: calc(50% - 125px);
    position: absolute;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
    opacity:0;
}

.clearfix {
    clear: both;
}

@media (min-width: 992px) {
    .rightsidebar {
        border-left: #3e4b5c 2px solid;
        top: 0;
        bottom: 0;
        position: fixed;
        right: 0;
    }
}

@media (min-width: 400px) {
    .rightsidebar {
    }
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.modal.fade:not(.show) {
    opacity: 1;
}

.modal-content {
    margin-top: 160px;
    border-radius: 11px;
}

body {
    font-family: "Open Sans",sans-serif;
    font-size: 1.05em;
}

.m-portlet .m-portlet__body {
    color:black;
}

/* autocomplete */
.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
    text-align: left;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.peel-shadows:before {
    background: url(/Content/images/fbassets.png) -63px -483px no-repeat;
    content: '';
    display: block;
    height: 7px;
    left: 6px;
    position: absolute;
    bottom: -8px;
    width: 110px;
}


 .peel-shadows:after {
    background: url(/Content/images/fbassets.png) -173px -483px no-repeat;
    content: '';
    display: block;
    height: 7px;
    position: absolute;
    right: 6px;
    bottom: -8px;
    width: 110px;
}