/*Fixes after updating bootstrap 3.3.1  to 3.4.1*/
body {
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    font-size: 13px;
    line-height: 1.42857143;
}

.form-control {
    font-size: 13px;
}

.form-group-sm, .input-sm {
    font-size: 12px;
}

.btn-warning {
    color: #fff;
    background-color: #c79121;
    border-color: #b1811d;
}

.btn-danger {
    color: #fff;
    background-color: #a90329;
    border-color: #900323;
}

.btn-success {
    color: #fff;
    background-color: #739e73;
    border-color: #659265;
}

.btn-info {
    color: #fff;
    background-color: #57889c;
    border-color: #4e7a8c;
}

.label-success {
    background-color: #739e73;
}

.row {
    margin-right: -13px;
    margin-left: -13px;
}

/*End of fixes*/

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-google-plus {
    color: white;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook {
    color: white;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.animated.slow {
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -o-animation-duration: 10s;
    animation-duration: 10s;
}

.animated.faster {
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
}

.router-animation-container {
    position: relative;
}

    .router-animation-container .router-animation-loader {
        position: absolute;
        display: none;
        top: 10px;
        left: 10px;
    }

    .router-animation-container.active .router-animation-loader {
        display: block;
    }

.fixed-ribbon .router-animation-container .router-animation-loader {
    top: 50px;
}

.inbox-animation-container .router-animation-loader {
    left: 210px;
}

.error-text-2 {
    text-align: center;
    font-size: 700%;
    font-weight: bold;
    font-weight: 100;
    color: #333;
    line-height: 1;
    letter-spacing: -.05em;
    background-image: -webkit-linear-gradient(92deg, #333333, #ed1c24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.particle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: #ed1c24;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0));
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.25);
}

.particle--a {
    -webkit-animation: particle-a 1.4s infinite linear;
    -moz-animation: particle-a 1.4s infinite linear;
    -o-animation: particle-a 1.4s infinite linear;
    animation: particle-a 1.4s infinite linear;
}

.particle--b {
    -webkit-animation: particle-b 1.3s infinite linear;
    -moz-animation: particle-b 1.3s infinite linear;
    -o-animation: particle-b 1.3s infinite linear;
    animation: particle-b 1.3s infinite linear;
    background-color: #00A300;
}

.particle--c {
    -webkit-animation: particle-c 1.5s infinite linear;
    -moz-animation: particle-c 1.5s infinite linear;
    -o-animation: particle-c 1.5s infinite linear;
    animation: particle-c 1.5s infinite linear;
    background-color: #57889C;
}

@-webkit-keyframes particle-a {
    0% {
        -webkit-transform: translate3D(-3rem, -3rem, 0);
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -webkit-transform: translate3D(4rem, 3rem, 0);
        opacity: 1;
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .75rem;
        height: .75rem;
        opacity: .5;
    }

    100% {
        -webkit-transform: translate3D(-3rem, -3rem, 0);
        z-index: -1;
    }
}

@-moz-keyframes particle-a {
    0% {
        -moz-transform: translate3D(-3rem, -3rem, 0);
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -moz-transform: translate3D(4rem, 3rem, 0);
        opacity: 1;
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .75rem;
        height: .75rem;
        opacity: .5;
    }

    100% {
        -moz-transform: translate3D(-3rem, -3rem, 0);
        z-index: -1;
    }
}

@-o-keyframes particle-a {
    0% {
        -o-transform: translate3D(-3rem, -3rem, 0);
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -o-transform: translate3D(4rem, 3rem, 0);
        opacity: 1;
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .75rem;
        height: .75rem;
        opacity: .5;
    }

    100% {
        -o-transform: translate3D(-3rem, -3rem, 0);
        z-index: -1;
    }
}

@keyframes particle-a {
    0% {
        transform: translate3D(-3rem, -3rem, 0);
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        transform: translate3D(4rem, 3rem, 0);
        opacity: 1;
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .75rem;
        height: .75rem;
        opacity: .5;
    }

    100% {
        transform: translate3D(-3rem, -3rem, 0);
        z-index: -1;
    }
}

@-webkit-keyframes particle-b {
    0% {
        -webkit-transform: translate3D(3rem, -3rem, 0);
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -webkit-transform: translate3D(-3rem, 3.5rem, 0);
        opacity: 1;
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -webkit-transform: translate3D(3rem, -3rem, 0);
        z-index: -1;
    }
}

@-moz-keyframes particle-b {
    0% {
        -moz-transform: translate3D(3rem, -3rem, 0);
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -moz-transform: translate3D(-3rem, 3.5rem, 0);
        opacity: 1;
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -moz-transform: translate3D(3rem, -3rem, 0);
        z-index: -1;
    }
}

@-o-keyframes particle-b {
    0% {
        -o-transform: translate3D(3rem, -3rem, 0);
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -o-transform: translate3D(-3rem, 3.5rem, 0);
        opacity: 1;
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -o-transform: translate3D(3rem, -3rem, 0);
        z-index: -1;
    }
}

@keyframes particle-b {
    0% {
        transform: translate3D(3rem, -3rem, 0);
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        transform: translate3D(-3rem, 3.5rem, 0);
        opacity: 1;
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        transform: translate3D(3rem, -3rem, 0);
        z-index: -1;
    }
}

@-webkit-keyframes particle-c {
    0% {
        -webkit-transform: translate3D(-1rem, -3rem, 0);
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.3rem;
        height: 1.3rem;
    }

    50% {
        -webkit-transform: translate3D(2rem, 2.5rem, 0);
        opacity: 1;
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -webkit-transform: translate3D(-1rem, -3rem, 0);
        z-index: -1;
    }
}

@-moz-keyframes particle-c {
    0% {
        -moz-transform: translate3D(-1rem, -3rem, 0);
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.3rem;
        height: 1.3rem;
    }

    50% {
        -moz-transform: translate3D(2rem, 2.5rem, 0);
        opacity: 1;
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -moz-transform: translate3D(-1rem, -3rem, 0);
        z-index: -1;
    }
}

@-o-keyframes particle-c {
    0% {
        -o-transform: translate3D(-1rem, -3rem, 0);
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.3rem;
        height: 1.3rem;
    }

    50% {
        -o-transform: translate3D(2rem, 2.5rem, 0);
        opacity: 1;
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -o-transform: translate3D(-1rem, -3rem, 0);
        z-index: -1;
    }
}

@keyframes particle-c {
    0% {
        transform: translate3D(-1rem, -3rem, 0);
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.3rem;
        height: 1.3rem;
    }

    50% {
        transform: translate3D(2rem, 2.5rem, 0);
        opacity: 1;
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        transform: translate3D(-1rem, -3rem, 0);
        z-index: -1;
    }
}

.lockscreen {
    height: 250px;
    left: 50%;
    margin-left: -239px;
    margin-top: -185px;
    position: absolute;
    top: 50%;
    width: 478px;
}

    .lockscreen .logo {
        padding: 15px 0;
        display: block;
    }

        .lockscreen .logo + div {
            background: #FFF;
            box-shadow: -31px 32px 53px rgba(0, 0, 0, 0.2);
            overflow: hidden;
            padding: 13px;
            position: relative;
        }

        .lockscreen .logo > :first-child {
            margin: 0;
        }

        .lockscreen .logo img {
            width: 29px;
            margin-top: -4px;
            margin-right: -2px;
        }

        .lockscreen .logo + div > img {
            float: left;
        }

            .lockscreen .logo + div > img + div {
                float: right;
                width: 318px;
            }

                .lockscreen .logo + div > img + div > :first-child {
                    margin-top: 0;
                }

                    .lockscreen .logo + div > img + div > :first-child > :first-child {
                        opacity: .1;
                        padding: 15px;
                    }

                    .lockscreen .logo + div > img + div > :first-child > small {
                        display: block;
                        padding-top: 5px;
                    }

                    .lockscreen .logo + div > img + div > :first-child + p {
                        margin-bottom: 12px;
                    }

#lock-page #main {
    position: static;
}

@media (max-width: 767px) {
    .right-nav-ul {
        margin-left: 0px !important;
    }

    .lockscreen .logo + div > img {
        float: none !important;
    }

    .lockscreen {
        height: auto;
        left: 5%;
        margin-left: 0;
        margin-top: 0;
        position: absolute;
        top: 0;
        width: 90%;
        text-align: center;
    }

        .lockscreen .logo + div > img + div {
            float: none;
            width: 100%;
            height: auto;
        }
}
/*
			 * Glyphicons
			 *
			 * Special styles for displaying the icons and their classes in the docs.
			 */
.bs-glyphicons {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}

    .bs-glyphicons li {
        float: left;
        width: 25%;
        height: 115px;
        padding: 10px;
        margin: 0 -1px -1px 0;
        font-size: 12px;
        line-height: 1.4;
        text-align: center;
        border: 1px solid #ddd;
    }

    .bs-glyphicons .glyphicon {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 24px;
    }

    .bs-glyphicons .glyphicon-class {
        display: block;
        text-align: center;
    }

    .bs-glyphicons li:hover {
        background-color: rgba(86, 61, 124, 0.1);
    }

@media (min-width: 768px) {
    .right-nav-ul {
        margin-left: -132px !important;
    }

    .bs-glyphicons li {
        width: 12.5%;
    }
}

.placeholder-header {
    display: block;
    height: 49px;
    margin: 0;
    padding: 0 13px 0 0;
    background-color: #f3f3f3;
    background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
    background-image: linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3F3F3', endColorstr='#FFE2E2E2', GradientType=0);
}

.placeholder-left-panel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 904;
    margin-top: 49px;
    width: 220px;
    display: block;
    background: #3a3633;
    background-image: -webkit-linear-gradient(left, color-stop(#3a3633 93%), color-stop(#2a2725 100%));
    background-image: linear-gradient(to right, #3a3633 93%, #2a2725 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3A3633', endColorstr='#FF2A2725', GradientType=1);
    min-height: 100%;
}

.placeholder-live-feeds {
    height: 386px;
}

/* fixes */
a[ng-click] {
    text-decoration: none;
}

    a[ng-click]:hover {
        text-decoration: none;
        cursor: pointer;
    }

/* chat 
.message-picture {
  max-width: 50px;
  max-height: 50px; }*/

/*datatables*/
.dataTables_filter .input-group-addon {
    height: 30px !important;
}

.bootstrap-timepicker-widget table td input {
    width: 64px;
    padding: 0;
}

.slider .tooltip.tooltip-main.top {
    margin-top: -35px;
}

#jcrop-demo-with-preview #preview-pane {
    display: block;
    position: absolute;
    z-index: 200;
    right: 0px;
    padding: 3px;
    border: 1px rgba(0, 0, 0, 0.4) solid;
    background-color: white;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.1);
}

/* The Javascript code will set the aspect ratio of the crop
 area based on the size of the thumbnail preview,
 specified here */
#jcrop-demo-with-preview .preview-container {
    width: 250px;
    height: 170px;
    overflow: hidden;
}

.smart-treeview-group {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 1;
}

    .smart-treeview-group.ng-hide {
        opacity: 0;
    }

.angular-google-map-container {
    height: 100%;
    width: 100%;
    position: absolute;
}

.menu-on-top aside#left-panel .collapse-sign {
    display: none;
}


.router-animation-container.active .ng-scope {
    display: none;
}

.dd3-handle {
    height: 100%
}

.smart-timeline-list li {
    overflow: auto;
    border-bottom: 1px solid #ddd;
}

.dd-list li {
    margin: 0;
    padding: 0;
    overflow: visible;
}

.dd3-content label {
    font-size: 13px;
}

.smart-timeline-time > small.workflow {
    font-style: italic;
    font-size: 15px;
    font-weight: 700;
}

.bootstrapWizard li {
    width: 25%;
}

.bootstrapWizard {
    margin-top: 45px
}

.onoffswitch {
    margin-top: 8px;
}

.top-buffer {
    margin-top: 20px;
}

.DTTT.btn-group {
    float: right !Important;
}

.dataTables_filter label {
    display: none;
}

.debtorDetailsheader {
    margin-left: 27px;
    margin-bottom: 27px;
}

.smart-form {
    padding-bottom: 10px;
}

#case-menu {
    float: left;
    height: 977px;
}

    #case-menu.minified {
        width: 42px;
    }

#content.caseDetailsDiv {
    margin-left: 220px;
}

    #content.caseDetailsDiv.minified {
        margin-left: 41px;
        padding-bottom: 0 !important;
    }

#case-menu:not(.minified) span.minifyme {
    margin-left: 184px;
}

.keep-menu-open {
    display: none;
    float: right;
}

.keep-menu-open {
    color: #c0bbb7;
}

#case-menu:not(.minified) .keep-menu-open {
    display: block;
    margin-right: 13px;
    margin-top: 5px;
}

.menu-on-top .menu-item-parent {
    max-width: none;
}

.page-footer {
    position: fixed;
    z-index: 99998 !important;
}

.jarviswidget-color-blueDark .nav-tabs li:not(.active) a {
    color: #333 !important;
}

.widget-body-ajax-loading::before {
    z-index: 100
}

.smart-timeline-list li:not(.nohover):hover {
    color: #333;
}

.select2-hidden-accessible {
    display: none;
}

li a.case-tab {
    cursor: pointer;
}

li.active a.case-tab {
    cursor: default;
}

li a.case-tab .close-tab {
    cursor: pointer;
}

    li a.case-tab .close-tab:hover {
        color: #000000;
    }

@media (max-width: 979px) {
    .right-nav-ul {
        margin-left: 0 !important;
    }

    #header {
        height: 49px;
    }

    #left-panel {
        margin-top: 10px;
    }
}

@media (min-width: 980px) {
    .right-nav-ul {
        margin-left: -132px !important;
    }

    #header {
        height: 0;
    }
}

#left-panel {
    z-index: 100;
}

.alert-background-color {
    background-color: #C46A69 !important;
}

.info-background-color {
    border-color: #8ac38b !important;
    color: #356635 !important;
    background-color: #cde0c4 !important;
}

table {
    table-layout: fixed;
}

.inbox-data-date {
    width: 120px;
}

.bootstrap-timepicker-widget table {
    width: auto;
}

#calendar {
    margin-top: -44px !important;
}

.fc-toolbar {
    margin-bottom: 7px !important;
}

    .fc-toolbar > .fc-left {
        padding-top: 6px;
        padding-left: 10px;
    }

.fc-time {
    font-weight: 700;
    font-size: 12px;
}

.fc-title {
    line-height: 16px;
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box;
}

.modal-dialog {
    padding-bottom: 30px;
}