

body {
    padding-bottom: 70px;
}

thead > tr {
    white-space: nowrap;
}
table tr {
    cursor: pointer !important;
}

.nav, .pagination, .carousel, .panel-title a, .list-group-item, .dropdown-menu a {
    cursor: pointer;
}

.required-field-label:after {
    content: ' * ';
    color: red;
}

.border-left{
    border-left: 1px solid #ccc;
}
.border-right{
    border-right: 1px solid #ccc;
}
.nested-table-gutter {
    padding-left: 40px;
}

.table-section {
    overflow: auto;
}

.max-table-modal-height {
    overflow: scroll;
    max-height: 350px;
}
.max-table-page-height {
    overflow: scroll;
    max-height: 500px;
}

.ttv-image-loader {
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -100px;
    margin-top: -93px;
    /*background-color: #000000;*/
    /*box-shadow: 0.5em 0.5em 0.7em #333;*/
    /*border-radius: 1em;*/
    /*opacity: .5;*/
    /*padding: 30px;*/
    width: 200px;
    height: 200px;
    z-index: 50000;
}
.ttv-loader {
    /*position: fixed;*/
    /*top: 30%;*/
    /*left: 50%;*/
    /*margin-left: -100px;*/
    /*margin-top: -93px;*/
    background-color: #000000;
    /*box-shadow: 0.5em 0.5em 0.7em #333;*/
    /*border-radius: 1em;*/
    opacity: .5;
    /*padding: 30px;*/
    /*width: 200px;*/
    /*height: 200px;*/
    z-index: 999;


    height: 100%;
    width: 100%;
    /*display: none;*/
    left:0;
    top:0;
    position: fixed;
}

.ttv-loading-container {
    position: relative;
}

.ttv-loading-container .ttv-loading:before, .ttv-loading-container .ttv-loading:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 50px;
    min-width: 50px;

}

.ttv-loading-container .ttv-loading:before {
    background-color: white;
    opacity: 0.5;

}
.ttv-cell-selected {
    background-color: #ff002c;
    color: white;
}
.ttv-invalid-cell {
    color: #bdbdbd;
    text-decoration: line-through;
}

.link-no-decoration {
    text-decoration: none !important;
}

.table-row-selected-1 {
    background-color: #aef5fa !important;
}

.table-row-selected-2 {
    background-color: #fadddb !important;
}

.table-row-starred {
    background-color: #f8fad1 !important;
}

.prospect-strong-interest {
    border-left-color: green !important;
    border-left-style: solid;
    border-left-width: 10px !important;
}
.prospect-little-interest {
    border-left-color: dodgerblue !important;
    border-left-style: solid;

    border-left-width: 10px !important;

}
.prospect-hesitant {
    border-left-color: yellow !important;
    border-left-style: solid;

    border-left-width: 10px !important;

}
.prospect-busy {
    border-left-color: red !important;
    border-left-style: solid;

    border-left-width: 10px !important;
}

.mm-font {
    font-family: Montserrat, Myanmar3, Yunghkio;
}

@media all {
    .page-break	{ display: none; }
}

@media print {
    .page-break	{ display: block; page-break-before: always; }
}

.alt-sidebar-wrapper-style-1 {
    background: #2b4663 !important;
}
.ttv-light-green {
    background-color: #24ffa0;
}
.ttv-dark-green {
    background-color:#007944;
}
.ttv-yellow {
    background-color: #e7ff43;
}
.ttv-orange {
    background-color: #ffa200;
}
.ttv-pink {
    background-color: #ff61ac;
}
.ttv-red {
    color: #ffffff;
    background-color:#ff0000;
}
.ttv-dark-red {
    color: #ffffff;
    background-color: #700000;
}
.ttv-purple {
    color: #ffffff;
    background-color: #7b4fc0;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}