@import "helper.min.css";

.legend-green {
    color: #69aa46 !important;
    border-bottom-color: #cce2c1;
    margin-bottom: 10px;
}

.legend-red {
    color: #dd5a43 !important;
    border-bottom-color: #f3cdc6;
    margin-bottom: 10px;
}

.legend-blue {
    color: #478fca !important;
    border-bottom-color: #d5e3ef;
    margin-bottom: 10px;
}

.legend-orange {
    color: #ff892a !important;
    border-bottom-color: #fdd0ac;
    margin-bottom: 10px;
}

.legend-darkgray {
    color: #4b4c4f !important;
    border-bottom-color: #b3adad;
    margin-bottom: 10px;
}

.legend-purple {
    color: #9055c6 !important;
    border-bottom-color: #d6b6f3;
    margin-bottom: 10px;
}

/*FA OVERRIDE */

.fa-info-circle {
    color: #57889c;
}

/*TARGET BOX STARTS*/

.box_low {
    background-color: #DB1A35!important;
    color: #fff!important;
    text-align: center!important;
}

.box_mid {
    background-color: #FBC606!important;
    color: #fff!important;
    text-align: center!important;
}

.box_top {
    background-color: #00833f!important;
    color: #fff!important;
    text-align: center!important;
}

.text_box {
    width: 100%;
    height: 38px;
}

.popover-title {
    color: #333!important;
}

.popover-content {
    color: #333!important;
}

.popover {
    max-width: 600px!important;
    min-width: 400px!important;
}

/*TARGET BOX ENDS*/

.ui-datepicker {
    z-index: 9999 !important;
}

.no_margin {
    margin: 0px !important;
}

.bottomleft {
    position: absolute;
    bottom: 8px;
    left: 8px;
}

/*IDLE PAGE OVERRIDE*/

.idle-sleepy {
    margin-right: 10px;
    float: left;
    width: 110px;
    height: 122px;
    background-image: url(../images/sleepy.svg);
}

.ui-dialog {
    width: 500px!important;
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif!important;
    resize: none!important;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0px!important;
}

.ui-dialog .ui-dialog-title {
    font-weight: 400!important;
    font-size: 24px!important;
    padding: 16px!important;
}

.ui-dialog .ui-dialog-content {
    font-weight: 200!important;
    font-size: 20px!important;
    padding: 16px 16px 0px 16px!important;
}

.ui-dialog .ui-dialog-buttonpane button {
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif!important;
}

.table-fixed {
    table-layout: fixed;
    word-wrap: break-word;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 80px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 15px 0 30px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #444;
    font-size: 14px;
    background: url(../images/loading_bar.gif) no-repeat center 38px #fff;
    box-shadow: 2px 2px 5px #444;
    -moz-box-shadow: 2px 2px 5px #444;
    -webkit-box-shadow: 2px 2px 5px #444;
    z-index: 9999;
}

.dataTables_filter {
    float: left;
    width: auto;
    padding-right: 4px;
}

.dataTables_filter .input-group-addon {
    width: 30px;
    margin-top: 0;
    float: left;
    height: 30px;
    padding-top: 8px;
}

.DTE {
    z-index: 999;
    /*background: #f5f5f5;*/
}

div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: white;
    border: 2px solid #111;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    text-align: center;
    z-index: 21;
}

div.dt-button-info h2 {
    padding: 0.5em;
    margin: 0;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    background-color: #f3f3f3;
}

div.dt-button-info>div {
    padding: 1em;
}

.jarviswidget .widget-body {
    min-height: 0px;
}

.table-striped tbody tr.highlight_c td {
    background-color: black;
    color: white;
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: black;
}

.dropdown-menu {
    min-width: 77px;
}

.no-drag-jarvis-widget {
    cursor: default!important;
}

.select2-search {
    z-index: inherit !important;
}

.modal_loading {
    display: none;
    position: fixed;
    z-index: 1400;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('../images/loading_bar.gif') 50% 50% no-repeat;
    opacity: 0.80;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    overflow: hidden;
}

/** Dashboard New Widgets & canvas*/

.no_edge {
    border-radius: 0px !important;
}

.canvas_default {
    width: 100% !important;
    height: auto !important;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    border-radius: 0px 0px 5px 5px;
}

.canvas1 {
    background-color: #494e94;
}

.canvas2 {
    background-color: #34478d;
}

.canvas3 {
    background-color: #193d79;
}

.canvas4 {
    background-color: #061d3f;
}

.d_kpi_box1_top {
    background-color: #494e94;
    color: #fff;
    height: 45px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}

.d_kpi_box1_top>div {
    font-size: 15px;
    margin-top: 15px;
}

.d_kpi_box1_top_summary {
    background-color: #494e94;
    color: #fff;
    height: 45px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}

.d_kpi_box1_top_summary>div {
    font-size: 15px;
    margin-top: 15px;
}

.d_kpi_box1_bottom_full_summary {
    background-color: #fff;
    color: #585da1;
    height: 120px;
    text-align: center;
    padding-top: 15px;
    border-style: solid;
    border-radius: 0px 0px 10px 10px;
}

.d_kpi_box1_bottom_full_summary>div {
    font-size: 26px;
    margin-top: 5px;
    text-align: center;
}

.d_kpi_box2_bottom_full_summary {
    background-color: #fff;
    color: #45589f;
    height: 120px;
    text-align: center;
    padding-top: 15px;
    border-style: solid;
    border-radius: 0px 0px 10px 10px;
}

.d_kpi_box2_bottom_full_summary>div {
    font-size: 26px;
    margin-top: 5px;
    text-align: center;
}

.d_kpi_box2_top_summary {
    background-color: #34478d;
    color: #fff;
    height: 45px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}

.d_kpi_box2_top_summary>div {
    font-size: 15px;
    margin-top: 15px;
}



.d_kpi_box2_bottom_full_summary_logo {

    /*background-image:url('../images/logos/places_leisure_logo.jpg');
    background-size: 230px;
    width: 244px;
    height: 165px;*/

    background-color: #fff;
    /*color: #45589f;*/
    text-align: center;
    /*padding-top: 15px;*/
    /*border-style: solid;*/
    /*border-radius: 0px 0px 5px 5px;*/
}

.d_kpi_box2_bottom_full_summary_logo>div {
    font-size: 26px;
    /*margin-top: 5px;*/
    text-align: center;
}

.d_kpi_box2_top_summary_logo {
    /*background-color: #34478d;*/
    color: #fff;
    height: 0px;
    text-align: center;
    /*border-radius: 5px 5px 0px 0px;*/
}

.d_kpi_box2_top_summary_logo>div {
    font-size: 15px;
    margin-top: 15px;
}

.logo_style {
  border-radius: 23%;
}


.d_kpi_box3_top_summary {
    background-color: #193d79;
    color: #fff;
    height: 45px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}

.d_kpi_box3_top_summary>div {
    font-size: 15px;
    margin-top: 15px;
}

.d_kpi_box3_bottom_full_summary {
    background-color: #fff;
    color: #2b4f8d;
    height: 120px;
    text-align: center;
    padding-top: 15px;
    border-style: solid;
    border-radius: 0px 0px 10px 10px;
}

.d_kpi_box3_bottom_full_summary>div {
    font-size: 26px;
    margin-top: 5px;
    text-align: center;
}



.f_value {
    cursor: pointer;
}

.d_kpi_box1_bottom1_pfp_dashboard {
    background-color: #494e94;
    color: #fff;
    height: 80px;
    text-align: center;
    padding-top: 15px;
    border-radius: 0px 0px 0px 5px;
}
.d_kpi_box1_bottom1_pfp_dashboard  > div {
    font-size: 26px;
    margin-top: 3px
}

.d_kpi_box2_bottom1_pfp_dashboard {
    background-color: #34478d;
    color: #fff;
    height: 80px;
    text-align: center;
    padding-top: 15px;
    border-radius: 0px 0px 0px 5px;
}
.d_kpi_box2_bottom1_pfp_dashboard > div {
    font-size: 26px;
    margin-top: 3px
}

.d_kpi_box3_bottom1_pfp_dashboard {
    background-color: #193d79;
    color: #fff;
    height: 80px;
    text-align: center;
    padding-top: 15px;
    border-radius: 0px 0px 0px 5px;
}
.d_kpi_box3_bottom1_pfp_dashboard > div {
    font-size: 26px;
    margin-top: 3px
}

.d_kpi_box4_bottom1_pfp_dashboard {
    background-color: #061d3f;
    color: #fff;
    height: 80px;
    text-align: center;
    padding-top: 15px;
    border-radius: 0px 0px 0px 5px;
}
.d_kpi_box4_bottom1_pfp_dashboard > div {
    font-size: 26px;
    margin-top: 3px
}

.d_kpi_box1_bottom1 {
    background-color: #494e94;
    color: #fff;
    height: 80px;
    text-align: center;
    padding-top: 15px;
    border-radius: 0px 0px 0px 5px;
}

.d_kpi_box1_bottom1>div {
    font-size: 15px;
    margin-top: 0px
}

.d_kpi_box1_bottom2 {
    white-space: normal;
    background-color: #585da1;
    color: #fff;
    height: 80px;
    border-radius: 0px 0px 5px 0px;
}

.d_kpi_box1_bottom2>div:nth-child(1) {
    font-size: 15px;
    margin-top: 15px;
    text-align: center;
}

.d_kpi_box1_bottom2>div:nth-child(2) {
    font-size: 15px;
    margin-top: 0px;
    text-align: center;
}

.d_kpi_box1_bottom_full {
    background-color: #585da1;
    color: #fff;
    height: 80px;
    text-align: center;
    padding-top: 15px;
    border-radius: 0px 0px 5px 5px;
}

.d_kpi_box1_bottom_full>div {
    font-size: 26px;
    margin-top: 5px;
    text-align: center;
}

.d_kpi_box2_top {
    background-color: #34478d;
    color: #fff;
    height: 45px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}

.d_kpi_box2_top>div {
    font-size: 15px;
    margin-top: 15px;
}

.d_kpi_box2_bottom1 {
    background-color: #34478d;
    color: #fff;
    height: 80px;
    text-align: center;
    padding-top: 15px;
    border-radius: 0px 0px 0px 5px;
}

.d_kpi_box2_bottom1>div {
    font-size: 15px;
    margin-top: 0px
}

.d_kpi_box2_bottom2 {
    white-space: normal;
    background-color: #45589f;
    color: #fff;
    height: 80px;
    border-radius: 0px 0px 5px 0px;
}

.d_kpi_box2_bottom2>div:nth-child(1) {
    font-size: 15px;
    margin-top: 15px;
    text-align: center;
}

.d_kpi_box2_bottom2>div:nth-child(2) {
    font-size: 15px;
    margin-top: 0px;
    text-align: center;
}

.d_kpi_box2_bottom_full {
    /*white-space: normal; background-color: #585da1; color: #fff; height: 80px;*/
    background-color: #45589f;
    color: #fff;
    height: 80px;
    text-align: center;
    padding-top: 15px;
    border-radius: 0px 0px 5px 5px;
}

.d_kpi_box2_bottom_full>div {
    font-size: 26px;
    margin-top: 5px;
    text-align: center;
}

.d_kpi_box3_top {
    background-color: #193d79;
    color: #fff;
    height: 45px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}

.d_kpi_box3_top>div {
    font-size: 15px;
    margin-top: 15px;
}

.d_kpi_box3_bottom1 {
    background-color: #193d79;
    color: #fff;
    height: 80px;
    text-align: center;
    padding-top: 15px;
    border-radius: 0px 0px 0px 5px;
}

.d_kpi_box3_bottom1>div {
    font-size: 15px;
    margin-top: 0px
}

.d_kpi_box3_bottom2 {
    white-space: normal;
    background-color: #2b4f8d;
    color: #fff;
    height: 80px;
    border-radius: 0px 0px 5px 0px;
}

.d_kpi_box3_bottom2>div:nth-child(1) {
    font-size: 15px;
    margin-top: 15px;
    text-align: center;
}

.d_kpi_box3_bottom2>div:nth-child(2) {
    font-size: 15px;
    margin-top: 0px;
    text-align: center;
}

.d_kpi_box3_bottom_full {
    background-color: #2b4f8d;
    color: #fff;
    height: 80px;
    text-align: center;
    padding-top: 15px;
    border-radius: 0px 0px 5px 5px;
}

.d_kpi_box3_bottom_full>div {
    font-size: 26px;
    margin-top: 5px;
    text-align: center;
}

.d_kpi_box4_top {
    background-color: #061d3f;
    color: #fff;
    height: 45px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}

.d_kpi_box4_top>div {
    font-size: 15px;
    margin-top: 15px;
}

.d_kpi_box4_bottom1 {
    background-color: #061d3f;
    color: #fff;
    height: 80px;
    text-align: center;
    padding-top: 15px;
    border-radius: 0px 0px 0px 5px;
}

.d_kpi_box4_bottom1>div {
    font-size: 15px;
    margin-top: 0px
}

.d_kpi_box4_bottom2 {
    white-space: normal;
    background-color: #17325a;
    color: #fff;
    height: 80px;
    border-radius: 0px 0px 5px 0px;
}

.d_kpi_box4_bottom2>div:nth-child(1) {
    font-size: 15px;
    margin-top: 15px;
    text-align: center;
}

.d_kpi_box4_bottom2>div:nth-child(2) {
    font-size: 15px;
    margin-top: 0px;
    text-align: center;
}

.d_kpi_box4_bottom_full {
    background-color: #17325a;
    color: #fff;
    height: 80px;
    text-align: center;
    padding-top: 15px;
    border-radius: 0px 0px 5px 5px;
}

.d_kpi_box4_bottom_full>div {
    font-size: 26px;
    margin-top: 5px;
    text-align: center;
}

.kpi_box {
    padding-bottom: 12px;
}

.roboto-font {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.roboto-font-normalcase {
    font-family: 'Roboto', sans-serif!important;
}

.roboto-font>h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 13px!important;
    text-transform: uppercase;
}

.kpi_boxes_left {
    color: #fff;
    height: 89px;
    text-align: center;
    padding-top: 27px;
    border-radius: 5px 0px 0px 5px;
}

.kpi_boxes_right {
    color: #fff;
    height: 89px;
    border-radius: 0px 5px 5px 0px;
}

/*REST*/

.table-striped tbody tr.highlight_row td {
    background-color: black!important;
    color: white!important;
}

.highlight_row {
    background-color: black!important;
    color: white!important;
}

.vertical-middle {
    vertical-align: middle!important;
}

.circle_kpis {
    background-color: #585da1;
    width: 244px;
    height: 220px;
    border-radius: 50%;
    border:2px solid #585da1;
    box-shadow:0 0 10px #494e94;
    margin-left: 29%;
    margin-bottom: 10px;
    transition: transform .13s; /* Animation */
}
.circle_kpis:hover {
    cursor: pointer;
    transform: scale(1.65); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    z-index: 999999999999;
}

.circle_logo {
    background-image:url('../images/logos/places_leisure_logo.jpg');
    background-size: 230px;
    width: 244px;
    height: 220px;
    border-radius: 50%;
    border:2px solid #585da1;
    box-shadow:0 0 10px #494e94;
    margin-left: 29%;
    margin-bottom: 10px;
    transition: transform .13s; /* Animation */
}
.circle_logo:hover {
    cursor: pointer;
    transform: scale(1.65); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.circle_kpis_left {
    margin-left: 70%;
    background-color: #34478d;
    width: 244px;
    height: 220px;
    border-radius: 50%;
    border:2px solid #34478d;
    box-shadow:0 0 10px #45589f;
    /*margin-left: 29%;*/
    margin-bottom: 10px;
    transition: transform .13s; /* Animation */
}
.circle_kpis_left:hover {
    cursor: pointer;
    transform: scale(1.65); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.circle_kpis_top {
    margin-top: -23%;
    background-color: #585da1;
    width: 244px;
    height: 220px;
    border-radius: 50%;
    border:2px solid #585da1;
    box-shadow:0 0 10px #494e94;
    margin-left: 29%;
    margin-bottom: 10px;
    transition: transform .13s; /* Animation */
}
.circle_kpis_top:hover {
    cursor: pointer;
    transform: scale(1.65); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.circle_kpis_bottom {
    margin-top: 23%;
    background-color: #585da1;
    width: 244px;
    height: 220px;
    border-radius: 50%;
    border:2px solid #585da1;
    box-shadow:0 0 10px #494e94;
    margin-left: 29%;
    margin-bottom: 10px;
    transition: transform .13s; /* Animation */
}
.circle_kpis_bottom:hover {
    cursor: pointer;
    transform: scale(1.65); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.circle_kpis_right {
    margin-left: -10%;
    background-color: #34478d;
    width: 244px;
    height: 220px;
    border-radius: 50%;
    border:2px solid #34478d;
    box-shadow:0 0 10px #45589f;
    /*margin-left: 29%;*/
    margin-bottom: 10px;
    transition: transform .13s; /* Animation */

}
@media screen and (max-width: 1400px) {

    .circle_kpis_top {
        margin-top: 0%;
    }
    .circle_kpis_bottom {
        margin-top: 0%;
    }
    .circle_kpis_left {
        margin-left: 29%;
    }
    .circle_kpis_right{
        margin-left: 29%;
    }
}
.circle_kpis_right:hover {
    cursor: pointer;
    transform: scale(1.65); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.circle_kpis_header {
    margin-top: 30px;
    font-size: 24px;
    color: #fff;
    height: 45px;
    text-align: center;
}
.circle_kpis_info {
    margin-top: 10px;
    color: #fff;
    font-size: 36px;
    /*height: 80px;*/
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
}
.circle_kpis_info_budget {
    color: #fff;
    font-size: 30px;
    /*height: 80px;*/
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
}
.circle_kpis_info2 {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 6px;
}

.square_kpis_info1 {
    color: #494e94;
    font-size: 14px!important;
    text-align: center;
    padding-top: 6px;
}
.square_kpis_info2 {
    color: #34478d;
    font-size: 14px!important;
    text-align: center;
    padding-top: 6px;
}
.square_kpis_info3 {
    color: #193d79;
    font-size: 14px!important;
    text-align: center;
    padding-top: 6px;
}

.kpi_hover:hover {
    cursor: pointer;
    transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.popover{
    max-width:100px;
}

.ui-effects-transfer {
    border: 2px dotted gray;
}

.dt-buttons.btn-group {
    float: right;
}

.jarviswidget {
    margin: 0px 0 60px;
}

#logo img {
    max-height: 40px;
    padding-left: 3px;
    width: auto;
}
