/* Home Page*/
body, div, p, span, ol, li, section, header, footer, a, input, button, tr, th, td {
    font-family: "Roboto", "sans-serif";
}

body {
    color: #0C090A;
}

.badge, label, b, strong, tr th, .label {
    font-weight: 500 !important;
}

select.form-control.sm, input.form-control.sm {
    height: 24px;
    padding: 2px 10px;
    font-size: 12px;
}

textarea.form-control.sm {
    min-height: 24px;
    padding: 2px 10px;
    font-size: 12px;
}

span.input-group-addon.sm {
    height: 24px;
    padding: 2px 10px;
    font-size: 12px;
}

.sm input.ui-select-search {
    height: 24px;
    font-size: 12px;
}

div.sm.ui-select-container > div > span.btn.form-control {
    height: 24px;
    padding: 1px 10px;
}
.clearfix{
    clear: both;
}
.modal-footer.modal-footer-sm {
    padding: 5px;
}

.dropdown-menu .divider {
    margin: 2px 0;
}

.home-container {
    width: 100%;
}

.fix-to-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
    background: #FDFDFD;
    border: none;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 0 0 0;
    margin-bottom: 5px;
}

.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.x_title h2 small {
    margin-left: 10px;
}

.table tbody tr td.active {
    background-color: #C6A00C!important;
}

.final {
    background-color: #8EC16D;
}

.other {
    background-color: #CCC;
}

.decision {
    background-color: rgb(178, 255, 209);
}

.item.greyed .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(178, 255, 209);
    z-index: 5;
    opacity: 1;
    cursor: pointer;
}

.modal-body .table {
    margin-bottom: 0;
}

.modal-dialog .modal-content .modal-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-xl {
    width: 95%;
}

.table tbody tr.active td {
    background-color: #C6A00C;
}

.final-pop div {
    overflow-x: auto;
    margin-right: 30em;
    overflow-y: visible;
    padding-bottom: 1px;
}

.headcol {
    position: absolute;
    width: 30em;
    right: 15px;
    top: auto;
    border-right: 0 none black;
    border-top-width: 3px;
    overflow-x: auto;
}

.table-outter {
    overflow-x: auto;
    margin-bottom: 20px;
    margin-left: 156px;
    overflow-y: visible;
    padding-bottom: 0;
}

.table-outter table tr th {
    padding: 4px;
}

.table-outter table tr th.leftcol {
    padding: 0;
    height: 30px;
}

.table-outter table tr td {
    padding: 4px;
}

tr.selected {
    background-color: #4C4C4C;
}

td.showOnHover > div {
    display: none;
}

td.showOnHover:hover > div {
    display: block;
}

input.ng-invalid-required {
    border-color: #AC2925;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(233, 102, 102, 0.6);
}

.table-outter table {
    margin-bottom: 0;
}

.table-outter .table thead:first-child tr:first-child th {
    border-top: 1px solid #E6E9ED;
}

.table-outter th, td {
    min-width: 50px;
    white-space: nowrap;
}

.leftcol {
    position: absolute;
    width: 160px;
    left: 0;
    margin-top: -1px;
    top: auto;
    border-right: 0 none black;
    border-top-width: 1px;
    background-color: #FFF;
}

.loading {
    color: #3175AF !important;
    position: fixed;
    left: 40%;
    top: 30%;
    z-index: 9999;
    font-size: 150px;
}

body {
    font-size: 12px;
}

nav {background-color: #242323;}
/*
#3C3C3C
.panel-primary>.panel-heading{background-color: #434344!important;}
 */

nav a {
    color: #FFF;
}

.navbar-header a {
    color: #FFF;
    height: 50px;
}

.pagination {
    height: 10px;
    margin: 0 0 20px 0;
}

.navbar-brand {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

/* footer */
footer {
    height: 16px;
}

.body-height {
    min-height: 85vh;
}

/* Alphabetic pagination */
.pagination.pagination-split li {
    display: inline-block;
    margin-right: 3px;
}

.pagination.pagination-split li a {
    border-radius: 4px;
    color: #768399;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/*height*/
.h-12 {
    height: 12px !important;
}

.m-h-10vh {
    min-height: 10vh !important;
}

.m-h-20vh {
    min-height: 20vh !important;
}

.m-h-30vh {
    min-height: 30vh !important;
}

.m-h-40vh {
    min-height: 40vh !important;
}

.m-h-50vh {
    min-height: 50vh !important;
}

.m-h-60vh {
    min-height: 60vh !important;
}

.m-h-70vh {
    min-height: 70vh !important;
}

.m-h-75vh {
    min-height: 75vh !important;
}

.m-h-80vh {
    min-height: 80vh !important;
}

.m-h-85vh {
    min-height: 85vh !important;
}

.m-h-90vh {
    min-height: 90vh !important;
}

.mx-h-10vh {
    max-height: 10vh !important;
}

.mx-h-20vh {
    max-height: 20vh !important;
}

.mx-h-30vh {
    max-height: 30vh !important;
}

.mx-h-40vh {
    max-height: 40vh !important;
}

.mx-h-50vh {
    max-height: 50vh !important;
}

.mx-h-60vh {
    max-height: 60vh !important;
}

.mx-h-70vh {
    max-height: 70vh !important;
}

.mx-h-75vh {
    max-height: 75vh !important;
}

.mx-h-80vh {
    max-height: 80vh !important;
}

.mx-h-85vh {
    max-height: 85vh !important;
}

.mx-h-90vh {
    max-height: 90vh !important;
}

/*width*/
.w-auto {
    width: auto !important;
}

.w-full {
    width: 100% !important;
}

.w-90per {
    width: 90% !important;
}

.w-10 {
    width: 10px !important;
}

.w-20 {
    width: 20px !important;
}

.w-30 {
    width: 30px !important;
}

.w-40 {
    width: 40px !important;
}

.w-50 {
    width: 50px !important;
}

.w-60 {
    width: 60px !important;
}

.w-70 {
    width: 70px !important;
}

.w-80 {
    width: 80px !important;
}

.w-90 {
    width: 90px !important;
}

.w-100 {
    width: 100px !important;
}

.w-150 {
    width: 150px !important;
}

.w-200 {
    width: 200px !important;
}

.w-250 {
    width: 250px !important;
}

.w-300 {
    width: 300px !important;
}

.maxw-10 {
    max-width: 10px !important;
}

.maxw-50 {
    max-width: 50px !important;
}

.maxw-100 {
    max-width: 100px !important;
}

.maxw-150 {
    max-width: 150px !important;
}

.maxw-200 {
    max-width: 200px !important;
}

.maxw-250 {
    max-width: 250px !important;
}

.maxw-300 {
    max-width: 300px !important;
}

/*margin*/
.m-0 {
    margin: 0 !important;
}

.m-center {
    margin: 0 auto !important;
}

.m-1 {
    margin: 1px !important;
}

.m-2 {
    margin: 2px !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mt-200 {
    margin-top: 200px !important;
}

.mt-250 {
    margin-top: 250px !important;
}

.mt-300 {
    margin-top: 300px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.mb-200 {
    margin-bottom: 200px !important;
}

.mb-250 {
    margin-bottom: 250px !important;
}

.mb-300 {
    margin-bottom: 300px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.ml-150 {
    margin-left: 150px !important;
}

.ml-200 {
    margin-left: 200px !important;
}

.ml-250 {
    margin-left: 250px !important;
}

.ml-300 {
    margin-left: 300px !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.mr-150 {
    margin-right: 150px !important;
}

.mr-200 {
    margin-right: 200px !important;
}

.mr-250 {
    margin-right: 250px !important;
}

.mr-300 {
    margin-right: 300px !important;
}

.mt--2 {
    margin-top: -2px !important;
}

.mt--3 {
    margin-top: -3px !important;
}

.mt--4 {
    margin-top: -4px !important;
}

.mt--5 {
    margin-top: -5px !important;
}

.mt--10 {
    margin-top: -10px !important;
}

.mt--15 {
    margin-top: -15px !important;
}

.mt--20 {
    margin-top: -20px !important;
}

.mt--25 {
    margin-top: -25px !important;
}

.mt--30 {
    margin-top: -30px !important;
}

.ml--5 {
    margin-left: -5px !important;
}

.mtb-10 {
    margin: 10px 0 !important;
}

/*padding*/
.p-0 {
    padding: 0 !important;
}

.p-2 {
    padding: 2px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pt-200 {
    padding-top: 200px !important;
}

.pt-250 {
    padding-top: 250px !important;
}

.pt-300 {
    padding-top: 300px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pb-200 {
    padding-bottom: 200px !important;
}

.pb-250 {
    padding-bottom: 250px !important;
}

.pb-300 {
    padding-bottom: 300px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pl-150 {
    padding-left: 150px !important;
}

.pl-200 {
    padding-left: 200px !important;
}

.pl-250 {
    padding-left: 250px !important;
}

.pl-300 {
    padding-left: 300px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.pr-150 {
    padding-right: 150px !important;
}

.pr-200 {
    padding-right: 200px !important;
}

.pr-250 {
    padding-right: 250px !important;
}

.pr-300 {
    padding-right: 300px !important;
}

.p2-p5 {
    padding: 2px 5px !important;
}

.plr-2 {
    padding: 0 2px !important;
}

.plr-5 {
    padding: 0 5px !important;
}

.plr-10 {
    padding: 0 10px !important;
}

.ptb-2 {
    padding: 2px 0 !important;
}

.ptb-5 {
    padding: 5px 0 !important;
}

.ptb-10 {
    padding: 10px 0 !important;
}

.bt-1 {
    border-top: 1px solid #CCC;
}

/*display*/
.d-b {
    display: block;
}

.d-n {
    display: none;
}

.d-i {
    display: inline;
}

.d-ib {
    display: inline-block;
    display: -moz-inline-block;
}

.d-if {
    display: inline-flex;
}

.d-ig {
    display: inline-grid;
}

.d-t {
    display: table;
}

.d-tc-lm {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.d-tc-rm {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.d-tc-cm {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.d-tc-ct {
    display: table-cell;
    text-align: center;
    vertical-align: top;
}

.br-0 {
    border-radius: 0 !important;
}

.br-5 {
    border-radius: 5px !important;
}

.br-lr-5 {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.form-control-xs {
    height: 24px !important;
    padding: 0 5px !important;
}
.ui-select-choices-group-label {
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: .08em;
    font-size: 14px;
}
.ui-select-choices-group .ui-select-choices-row:nth-child(odd) {
    background-color: #fafafa;
}

.bg-odd-parent .bg-odd:nth-child(odd){
    background-color: #fafafa;
}
.bg-odd-parent .bg-odd:hover{
    background-color: #ebebeb !important;
}


.options-border a.ui-select-choices-row-inner {
    box-shadow: inset 0 0 1px 0 #CCC;
}

img.flag {
    border: 1px solid #CCC;
}

/*cursor*/
.cursor, .pointer {
    cursor: pointer;
}

.cursor-help {
    cursor: help !important;
}

/*font-size*/
.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fw-b {
    font-weight: 500;
}

#data-view .x_panel {
    padding-left: 0;
    padding-right: 0;
}

.b-shadow {
    margin-bottom: 0;
    border: none;
    box-shadow: 0 3px 20px 10px rgba(0, 0, 0, .3);
}

div.panel {
    margin-bottom: 0;
    border: none;
    box-shadow: 0 3px 20px 10px rgba(0, 0, 0, .3);
}

.table-borderless td, .table-borderless th {
    border: 0 solid #DDD !important;
}

#data-view .leftcol {
    width: 142px;
}

/* color */
.c-fff {
    color: #FFF;
}

.c-purple {
    color: purple;
}

.c-violet {
    color: violet;
}

.c-fff:hover {
    color: #FFF !important;
}

/* color */
.o-y-a {
    overflow-y: auto;
    -ms-overflow-y: auto;
}

/* color */

/*datatable start*/
.dataTables_wrapper {
    width: 100%;
}

.dataTables_length label, .dataTables_filter label, .dataTables_info {
    display: inline-flex;
    font-weight: normal !important;
    margin: 5px 1px;
    vertical-align: middle;
    line-height: 30px;
}

.dataTables_filter {
    width: 45%;
    float: right;
    text-align: right;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dt-buttons {
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).dataTables_wrapper > .dt-buttons > button, .dataTables_wrapper .dt-buttons .dt-button {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 12px;
    margin: 0 5px;
}

.hide-dt-buttons > .dataTables_wrapper > .dt-buttons{
    display: none;
}

.col-md-6 .dataTables_filter {
    width: auto;
}

.table tr th small {
    font-weight: 500;
}

.dataTables_wrapper .dataTables_info {
    padding: 0;
    margin: 0;
}

.dataTables_wrapper .dataTables_paginate {
    width: 80%;
    float: right;
}

/*datatable end*/

/* custom scroll bar start*/
/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #343A40;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #343A40;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #338FFF;
}

/* custom scroll bar end*/
#toast-container > div {
    opacity: 1;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    color: red;
    opacity: 1;
    padding: 4px 5px 4px 0;
}

#tblObjectsList_wrapper {
    min-height: 50vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.no-select {
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.navbar-brand > img {
    border-radius: 10px;
    background-color: #FFF;
    padding: 0 5px;
}

.fullscreen {
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    left: 0;
}

.fullscreen > div.panel {
    margin: 0 !important;
    padding: 0 !important;
}

/* color*/
.badge-default {
    background-color: #777 !important;
}

.badge-primary {
    background-color: #337AB7 !important;
}

.badge-success {
    background-color: #5CB85C !important;
}

.badge-info {
    background-color: #5BC0DE !important;
}

.badge-warning {
    background-color: #F0AD4E !important;
}

.badge-danger {
    background-color: #D9534F !important;
}

ul.steps {
    position: sticky
}

ul.steps li i {
    font-size: 16px;
}

/*ul.steps li {width: 2em;height: 2em;text-align: center;line-height: 28px;border-radius: 1em;background: green;margin: 0 1em;display: inline-block;color: white;position: relative;}*/
/*ul.steps li::before{content: '';position: absolute;top: .9em;left: -4em;width: 4em;height: .2em;background: green;z-index: -1;}*/
ul.steps li {
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 28px;
    border-radius: 1em;
    background: green;
    margin: 0 .5em;
    display: inline-block;
    color: white;
    position: relative;
}

ul.steps li::before {
    content: "";
    position: absolute;
    top: .9em;
    left: -2em;
    width: 2em;
    height: .2em;
    background: green;
    z-index: -1;
}

ul.steps li:first-child::before {
    display: none;
}

ul.steps li.active {
    background: green;
}

ul.steps .active ~ li {
    background: #CCC;
}

ul.steps .active ~ li::before {
    background: #CCC;
}

ul.steps li:hover {
    background: #000;
}

ul.steps .active ~ li:hover {
    background: #CCC;
}

.pf-char:before {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
    content: attr(data-char-content);
}

.lh-40 {
    line-height: 40px;
}

ol.breadcrumb {
    margin-top: 10px;
}

/*ul.steps li {width: 1.5em;height: 1.5em;text-align: center;line-height: 1.5em;border-radius: 1em;background: green;margin: 0 0;display: inline-block;color: white;position: relative;}
ul.steps li::before{content: '';position: absolute;top: .9em;left: -2em;width: 2em;height: .2em;background: green;z-index: -1;}
ul.steps li:first-child::before {display: none;}
ul.steps li.active {background: green;}
ul.steps .active ~ li {background: #ccc;}
ul.steps .active ~ li::before {background: #ccc;}*/
.d-ib-f-l {
    display: inline-block;
}

/* override sweet-alert css start*/
.sweet-alert {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Open Sans";
    padding: 15px;
}

.sweet-alert h2 {
    font-size: 20px;
    margin: 10px 0;
    padding: 0;
    line-height: 22px;
}

.sweet-alert p {
    font-size: 12px;
}

.sweet-alert h2, .sweet-alert p {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.sweet-alert button.cancel {
    font-size: 14px;
    background-color: #D9534F !important;
}

.sweet-alert button {
    font-size: 14px;
    padding: 7px 30px;
    margin: 15px 5px 0 5px;
}

.sweet-alert input {
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

/* override sweet-alert css start*/
input.ng-invalid {
    border-color: #D9534F !important;
}

.ui-select-container input {
    width: 100% !important;
}

.breadcrumbs-area {
    height: 55px !important;
}

.br-0 {
    border-radius: 0 !important;
}

.br-lr-5 {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.br-default {
    border-color: #EEE #EEE #DDD !important;
}

fieldset {
    min-width: 0;
    border: 1px solid #C0C0C0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

fieldset legend {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: none;
}

.body.expand .panel.panel-primary {
    margin-bottom: 0;
}

.body.expand header, .body.expand footer {
    display: none;
}

table tr td, table tr th {
    padding: 5px !important;
}

/*table.table.table-bordered {border: none;}*/

.badge.comment-count {
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    color: #FFF;
    font-family: "Roboto Mono", "Open Sans", Lato, Montserrat;
    font-size: 10px;
}

.to-noexpand-250 .panel-body {
    height: calc(100vh - 250px);
    overflow-x: hidden;
}

.to-noexpand-190 .panel-body {
    height: calc(100vh - 190px);
    overflow-x: hidden;
}

.to-expand .panel-body {
    height: calc(100vh - 60px);
    overflow-x: hidden;
}

.nav.nav-pills.nav-tabs > li > a {
    padding: 2px 15px;
}

.text-break-spaces {
    white-space: "break-spaces";
}

div.info-box .img {
    height: 100px;
}

div.info-box .img i {
    font-size: 70px;
    margin-top: 10px;
}

div.info-box .head {
    font-size: 18px;
}

div.info-box {
    width: 100%;
    box-shadow: 0 3px 20px 10px rgba(0, 0, 0, .3);
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
    cursor: pointer;
    height: 26vh;
}

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

.enjoyhint{z-index: 100000!important;}
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p-a{position: absolute !important;}

/*Begin report card layout CSS*/

.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}
.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}
.circle-tile-heading .fa {
    line-height: 80px;
}
.circle-tile-content {
    padding-top: 50px;
    border-radius: 10px;
    box-shadow: 0 5px 10px 5px #c7c7c7;
}
.circle-text-faded {
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000;
}
.circle-tile-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 15px;
}
.circle-tile-description {
    text-transform: uppercase;
}
.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
}
.circle-tile-heading.green:hover {
    background-color: #138F77;
}
.circle-tile-heading.orange:hover {
    background-color: #DA8C10;
}
.circle-tile-heading.blue:hover {
    background-color: #2473A6;
}
.circle-tile-heading.red:hover {
    background-color: #CF4435;
}
.circle-tile-heading.purple:hover {
    background-color: #7F3D9B;
}
.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-blue {
    background-color: #34495E;
}
.green {
    background-color: #16A085;
}
.blue {
    background-color: #2980B9;
}
.orange {
    background-color: #F39C12;
}
.red {
    background-color: #E74C3C;
}
.purple {
    background-color: #8E44AD;
}
.dark-gray {
    background-color: #7F8C8D;
}
.gray {
    background-color: #95A5A6;
}
.light-gray {
    background-color: #BDC3C7;
}
.yellow {
    background-color: #F1C40F;
}
.text-dark-blue {
    color: #34495E;
}
.text-green {
    color: #16A085;
}
.text-blue {
    color: #2980B9;
}
.text-orange {
    color: #F39C12;
}
.text-red {
    color: #E74C3C;
}
.text-purple {
    color: #8E44AD;
}
.text-faded {
    color: rgba(255, 255, 255, 0.7);
}
/*End Dashboard card layout CSS*/


/********* Connect/Connection Module CSS Start *********/
img.conn-img {
    width: 40px;
    margin-right: 10px;
}

/********* Connect/Connection Module CSS End *********/
.query-text {
    width: 60vw;
    white-space: normal;
}

.tbl.salesforce,.tbl.hubspot{margin-left: 0;}
.tbl.database{margin-left: 12px;}

/* Large desktops and laptops */
@media (min-width: 1200px) {
    .dashboard-number .w12xl{
        width: 12.4vw;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .dashboard-number .w12xl{
        width: 12.4vw;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}
