body {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s;
}

.table-responsive {
    min-height: 130px;
}

textarea {
    resize: vertical;
}

.input-group .form-control {
    z-index: 3;
}

.form-group label {
    margin-bottom: 0px;
}

input.ng-invalid, select.ng-invalid {
    border: 1px solid red !important;
}

.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 {
    max-width: 125px;
    margin-top: -10px;
}

.navbar-nav .dropdown .navbar-brand {
    max-width: 100%;
    margin-right: inherit;
    margin-left: inherit;
}

.header-placeholder {
    height: 50px;
}

.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);
    }
}

.form-signin {
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    margin: 20px auto 0px auto;
    max-width: 400px;
    padding: 10px 30px 50px;
}

.form-client-new {
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    margin: 20px auto 0px auto;
    max-width: 600px;
    padding: 10px 30px 50px;
}

#loginStatusSmall {
    color: #777 !important;
    position: relative;
    top: 15px;
    padding-right: 10px;
}

.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;
}

.text-helper {
    font-size: 0.9em;
}

.form-group {
    margin-bottom: 5px;
}

div.tab-pane {
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px 10px 10px 10px;
}

.cke_notifications_area {
    display: none !important;
}

.modal-xlg {
    width: auto;
    max-width: 90%;
}

@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;
    }
}
