/* here you can put your own css to customize and override the theme */
body > [uib-modal-window]:not([modal-render]) {
    display: none;
}

.hand {
    cursor: pointer;
}

a.black {
    color: inherit;
}

    a.black:hover {
        color: inherit;
        text-decoration: underline;
    }

.invisible {
    visibility: hidden;
}

.readonlyinput {
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
    border-color: rgb(229, 230, 231);
    border-width: 1px;
    background-color: #eee;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.bg-white {
    background-color: white;
}

.text-align-right {
    text-align: right;
}

span .has-error {
    color: #ed5565;
}

/* Polls */
.poll-container .poll-field {
    margin: 5px 5px 5px 5px;
    padding: 15px 5px 15px 5px;
    border-bottom: 1px solid #f1f1f1;
}

.poll-field:first-child {
    margin-top: 0;
}

.poll-field, .poll-field-body {
    overflow: hidden;
    zoom: 1;
}

.poll-field {
    margin-top: 15px;
}

.poll-question {
    /* padding: 9px 12px 6px 12px; */
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
}

.html_field p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

/* Start Compact Panel*/
.panel-compact .row {
    margin-left: 0;
    margin-right: 0;
}

    .panel-compact .row > div {
        padding-left: 5px;
        padding-right: 5px;
    }

        .panel-compact .row > div .form-control {
            padding-left: 5px;
            padding-right: 5px;
        }

.panel-compact .form-control {
    height: 30px;
    padding: 5px 10px;
    line-height: 1.428571429;
    border-radius: 3px;
}

.panel-compact .select2-container--bootstrap .select2-selection--single {
    height: 30px;
    line-height: 1.428571429;
    padding: 5px 10px;
}

.panel-compact .btn {
    height: 30px;
    line-height: 1.428571429;
    padding: 5px 10px;
}

/* End Compact Panel*/

/* Start Angular send Feedback override*/
.feedback-btn-gray {
    font-family: 'Open sans';
    color: #f5f5f5;
    text-align: center;
    cursor: pointer;
    background-color: #1ab394;
    background-image: none;
    border: 1px solid #dcdcdc;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 2px;
}

    .feedback-btn-gray:hover {
        color: #f5f5f5;
        background-color: #18a689;
        background-image: none;
        border: 1px solid #c6c6c6;
    }
/* End Angular send Feedback override*/

/* Start Angular UI Router Tabs */
tabs .ui-tab .tab-content {
    padding: 0;
}
/* End Angular UI Router Tabs*/

/* Start Bootstrap override */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.btn-group-xxs > .btn, .btn-xxs {
    padding: 0px 3px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group-field {
    display: table-cell;
    vertical-align: middle;
    border-radius: 4px;
    min-width: 1%;
    white-space: nowrap;
}

    .input-group-field .form-control {
        border-radius: inherit !important;
    }

    .input-group-field:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .input-group-field:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.nav-tabs > li.active > div, .nav-tabs > li.active > div:hover {
    color: #555;
    cursor: default;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav > li.uib-tab > div {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs > li > div {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.uib-tab > div {
    color: #337ab7;
    cursor: pointer;
}

label {
    font-weight: 400;
}

legend {
    margin-bottom: 0;
    font-size: 15px;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: none;
}
/* End Bootstrap override */

/* Start select2 override */
.select2-close-mask {
    z-index: 2099;
}

.select2-dropdown {
    z-index: 3051;
}
/* End select2 override*/

/* Start ibox override */
.ibox-content.np {
    padding: 0;
}
/* End ibox override */

/* Bootstrap File Input*/
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 999px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
/* End Bootstrap File Input */

/* Start Menu*/
.nav-second-level li a {
    padding: 2px 7px 2px 7px;
    padding-left: 35px;
}
/* End Menu*/

/* Start Inspinia Override*/
.btn-default {
    background-color: #f2f2f2;
    border-color: #c2c2c2;
    color: #666666;
}

.nav.nav-second-level > li > a {
    color: #676a6c;
    font-weight: normal;
    padding: 2px 20px 2px 20px;
}

.md-skin .nav-second-level .nav-third-level li.active a {
    padding: 2px 20px 2px 31px;
}

.md-skin .nav-second-level .nav-third-level li a {
    padding: 2px 20px 2px 35px;
}

.nav-third-level li a {
    color: #5b5d5f;
}

.table-nobordered .table-bordered td {
    border: 0;
}
/* End Inspinia Override */


/* Start Loans */
.loan-settlement-table {
    margin-bottom: 10px;
}

    .loan-settlement-table thead > tr > th:last-child {
        text-align: right;
    }

    .loan-settlement-table tbody > tr > td:last-child {
        text-align: right;
    }

    .loan-settlement-table tfoot > tr > td {
        text-align: right;
    }
/* End Loans */

.largefontcell {
    margin: 18px 0;
    text-align: center;
    vertical-align: middle;
    line-height: 1.42857;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: larger;
    color: #676a6c;
}

.centeredtextcell {
    vertical-align: middle;
    text-align: center;
    line-height: 1.42857;
}

.graybackground {
    padding: 3px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

#contactsGrid tr.jqgrow td {
    border-top: none;
    border-bottom: 1px solid #e7eaec;
    padding: 2px 0px;
    vertical-align: middle;
}

    #contactsGrid tr.jqgrow td input.checkbox {
        display: inline
    }

#contactsGrid tr.ui-row-ltr td {
    border-right-color: white;
}

#contactsGrid .largefontcell {
    margin: 1px 0;
    text-align: left;
    vertical-align: middle;
    line-height: 1.42857;
    font-family: 'Roboto', 'arial', sans-serif;
    font-size: larger;
    color: #676a6c;
}

#contactsGrid .boldfontcell {
    margin: 1px 0;
    text-align: left;
    vertical-align: middle;
    line-height: 1.42857;
    font-family: 'Roboto', 'arial', sans-serif;
    font-size: larger;
    font-weight: bold;
    color: black;
}

    #contactsGrid .boldfontcell a, #contactsGrid .boldfontcell a:active, #contactsGrid .boldfontcell a:visited {
        color: black;
    }

        #contactsGrid .boldfontcell a:hover {
            color: black;
            text-decoration: underline;
        }

.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
    height: auto;
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px
}

.project-list .ui-jqgrid tr.jqgrow td {
    border-top: none;
    border-bottom: 1px solid #e7eaec;
    padding: 7px 5px;
    vertical-align: middle;
}

.project-list .ui-jqgrid-view {
    background-color: #ffffff;
}

.ui-jqgrid tr.jqgrow td.wrapcell {
    white-space: normal;
}

.ui-jqgrid tr.jqgrow td.rb {
    border-right: none;
}

.ui-jqgrid tr.jqgrow td.bb {
    border-bottom: 1px solid #e7eaec;
}

.ui-jqgrid tr.jqgrow td.p-r-sm {
    padding-right: 10px;
}

.ui-jqgrid tr.jqgrow td.p-l-sm {
    padding-left: 10px;
}

.ui-jqgrid tr.ui-row-ltr td {
    border-right: none;
}

#gbox_personsGrid > div > div > table > thead > tr.jqgrow > td {
    height: 45px !important;
    border-right: none;
    border-left: none;
}

.customer-photo {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px;
}

.customer-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 3px;
}

.contact-cell {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 3px;
    margin: 5px;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 58%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > div > .timeline-panel {
            width: 56%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > div > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > div > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > div > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 63%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/* Flex Grid*/
.row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex: 0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
    margin: -.2px; /* hack adjust for wrapping */
}

    .container-flex > div[class*='col-'] div, .row-flex > div[class*='col-'] div {
        width: 100%;
    }

.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap;
}

.flex-grow {
    display: flex;
    -webkit-flex: 2;
    flex: 2;
}
/* End Flex Grid*/

/* Start Angular UI Tree Override */
.angular-ui-tree-empty {
    border: none;
    min-height: initial;
    background: none;
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
    padding-left: 15px;
}
/* End Angular UI Tree Override*/

/* Start Gridstack Override */
.grid-stack > .grid-stack-item > .grid-stack-item-content {
    overflow-y: hidden;
}
/* End GridStack Override*/
.file-manager-scroller {
    white-space: pre-line;
    height: 650px;
    overflow-y: hidden;
    position: relative;
}
