body {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s;
    font-size: 16px;
}

.table-responsive {
    min-height: 130px;
}

textarea {
    resize: vertical;
}

.navbar-fixed-top .collapse {
    border-top: 1px solid #e7e7e7;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-inner {
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.175);
    box-shadow: 0 3px 3px rgba(0,0,0,0.175);
}

.navbar-brand > img {
    width: auto;
    margin-top: -15px;
    height: 100px;
}

.navbar-nav .dropdown .navbar-brand {
    max-width: 100%;
    margin-right: inherit;
    margin-left: inherit;
}

.header-placeholder {
    height: 100px;
}

.session-pixel {
    width: 0px;
    height: 0px;
    display: none;
}

#loadingToastContainerWrapper {
}

    #loadingToastContainerWrapper #loadingToastContainerWrapperBackground {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9998;
        background-color: #000;
        opacity: .5;
    }

    #loadingToastContainerWrapper .loading-toast {
        position: fixed;
        left: 23px;
        bottom: 23px;
        display: block;
        padding: 15px 20px;
        color: #000000;
        background-color: #f0ad4e;
        border-radius: 3px;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
        z-index: 9999;
        opacity: 1 !important;
    }

        #loadingToastContainerWrapper .loading-toast.reload-toast {
            padding: 10px 10px 5px 10px;
        }

    #loadingToastContainerWrapper span#loadingToastMessage {
        margin-left: 10px;
        padding-top: 5px;
        font-weight: bold;
        font-family: "Courier New";
        font-size: 16px;
    }

    #loadingToastContainerWrapper .lds-dual-ring {
        display: inline-block;
        width: 30px;
        height: 30px;
    }

        #loadingToastContainerWrapper .lds-dual-ring:after {
            content: " ";
            display: block;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: 6px solid #000000;
            border-color: #000000 transparent #000000 transparent;
            animation: lds-dual-ring 1.2s linear infinite;
        }

.progress-open {
    overflow: hidden;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fix-5 {
    clear: both;
    width: 100%;
    height: 5px;
    display: block;
}

.fix-10 {
    clear: both;
    width: 100%;
    height: 10px;
    display: block;
}

.fix-15 {
    clear: both;
    width: 100%;
    height: 15px;
    display: block;
}

.fix-20 {
    clear: both;
    width: 100%;
    height: 20px;
    display: block;
}

.fix-30 {
    clear: both;
    width: 100%;
    height: 30px;
    display: block;
}

.fix-50 {
    clear: both;
    width: 100%;
    height: 50px;
    display: block;
}

.page-content {
    margin-top: 20px;
}

.text-center {
    text-align: center;
}

.div-new-row {
    margin-right: -15px;
    margin-left: -15px;
}

.pointer {
    cursor: pointer !important;
}

.form-group {
    margin-bottom: 10px;
}

input.ng-invalid, select.ng-invalid {
    border: 1px solid red !important;
}

.table-responsive {
    min-height: 270px;
}

@media screen and (min-width: 768px) {
    .dropdown.open > .navbar-brand + .dropdown-menu {
        left: 10px;
    }

    /*.header-placeholder {
        height: 50px;
    }*/

    .navbar-nav .dropdown .navbar-brand {
        max-width: 200px;
        margin-right: 5px;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .visible-xs.collapse.in {
        display: block !important;
    }

    .visible-xs.collapse {
        display: none !important;
    }
}

.event-container .btn {
    padding: 20px 16px;
}

div.records-actions {
}

    div.records-actions ul.pagination {
        display: inline;
        margin: 0px;
    }

.modal-xlg {
    width: auto;
    max-width: 90%;
}

.modal-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background-image: url('/assets/img/fancybox-sprite.png');
}