﻿/*New Dashboard*/
/*tabs*/
.dashboard-gray-bg {
    background-color: #e6ebef;
}

.dashboard-blue-bg {
    background-color: #105490;
}

.dashboard .nav-tabs {
    border-bottom: 2px solid #5c5c5d;
    padding-bottom: 1px;
}

.dashboard div.tab-pane {
    padding: 0px;
    position: relative;
}

.dashboard-tabs.nav.nav-tabs li {
    margin-right: 8px;
}

.edit-widget-tab-text {
    display: inline-block;
    margin: -7px 0 -7px -13px;
    width: 100%;
}

.dashboard-tabs.nav > li > a {
    padding: 7px 18px 7px 15px;
    color: #6e6f70;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background-color: #edeeef;
    border-radius: 0;
    width: 130px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .dashboard-tabs.nav > li > a span.remove-tab {
        display: none;
        color: red;
        cursor: pointer;
        position: absolute;
        top: 7px;
        right: 6px;
    }

    .dashboard-tabs.nav > li > a:hover span.remove-tab {
        display: inline-block;
    }

.dashboard-tabs.nav-tabs > li.active > a:hover, .dashboard-tabs.nav-tabs > li.active > a, .dashboard-tabs.nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #5c5c5d;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

.dashboard-tabs.nav > li.add-widget-tab a {
    background-color: transparent;
    font-size: 23px;
    font-weight: bold;
    border: 0;
    padding: 0;
}

    .dashboard-tabs.nav > li.add-widget-tab a:hover {
        color: #000;
    }



.dashboard-permission-btn {
    margin-top: 13px;
}

    .dashboard-permission-btn .k-button {
        padding: 3px 7px 2px 7px;
    }

.add-widhet-btn {
    font-weight: bold;
    text-decoration: underline;
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 0.8px;
}

.dashboard #main {
    overflow: hidden;
    padding-bottom: 140px;
}

.dashboard .level-1-widget {
    position: relative;
}

.dashboard .item {
    position: absolute;
    display: block;
    height: 115px;
    margin: 5px 0px 5px 0px;
    z-index: 1;
    /*border: 1px solid #808080;*/
}

.dashboard .main-widget .item {
    position: absolute;
    display: block;
    height: 300px;
    margin: 5px;
    z-index: 1;
    background: #000;
    color: #fff;
}

.dashboard .item.muuri-item-dragging {
    z-index: 3;
}

.dashboard .item.muuri-item-releasing {
    z-index: 2;
}

.dashboard .item.muuri-item-hidden {
    z-index: 0;
}

.dashboard .item-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.item-content .col-xs-6 small {
    font-size: 101%;
}

.dashboard .widgetContainer .k-menu-expand-arrow {
    display: none;
}

.dashboard .widgetContainer .k-menu .k-item > .k-link {
    padding: 6px 15px 6px 5px;
    color: #fff;
}

.dashboard .widgetContainer .k-menu .k-state-hover, .dashboard .widgetContainer .k-menu .k-state-hover > .k-link, .dashboard .widgetContainer .k-menu .k-state-hover > .k-link.k-state-active,
.dashboard .widgetContainer .k-menu .k-link.k-state-active, .dashboard .widgetContainer .k-menu .k-state-default .k-state-border-down {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.dashboard .widgetContainer .k-menu .k-item div {
    left: auto !important;
    right: 0;
}

    .dashboard .widgetContainer .k-menu .k-item div .k-menu-group .k-item .k-link {
        color: #000;
    }

        .dashboard .widgetContainer .k-menu .k-item div .k-menu-group .k-item .k-link.k-state-active,
        .dashboard .widgetContainer .k-menu .k-item div .k-menu-group .k-item.k-state-hover {
            background-color: #ebebeb !important;
            border-color: #aeaeae !important;
        }

.top-widget-border {
    border-bottom: solid 1px #fff;
    margin-left: -11px;
    margin-right: -11px;
    margin-bottom: 3px;
}

.blue-widget, .green-widget, .purple-widget, .orange-widget, .voilet-widget, .dark-pink-widget, .pink-widget, .mid-night-blue-widget {
	background: rgba(43,73,163,1);
	background: -moz-linear-gradient(left, rgba(43,73,163,1) 0%, rgba(43,73,163,1) 28%, rgba(98,129,223,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(43,73,163,1)), color-stop(28%, rgba(43,73,163,1)), color-stop(100%, rgba(98,129,223,1)));
	background: -webkit-linear-gradient(left, rgba(43,73,163,1) 0%, rgba(43,73,163,1) 28%, rgba(98,129,223,1) 100%);
	background: -o-linear-gradient(left, rgba(43,73,163,1) 0%, rgba(43,73,163,1) 28%, rgba(98,129,223,1) 100%);
	background: -ms-linear-gradient(left, rgba(43,73,163,1) 0%, rgba(43,73,163,1) 28%, rgba(98,129,223,1) 100%);
	background: linear-gradient(to right, rgba(43,73,163,1) 0%, rgba(43,73,163,1) 28%, rgba(98,129,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b49a3', endColorstr='#6281df', GradientType=1 );
	border: solid 1px #3c5ab0;
	color: #ffffff;
	height: 100%;
	padding: 0px 10px;
	font-size: 11px;
}

.green-widget {
    background: rgba(91,153,19,1);
    background: -moz-linear-gradient(left, rgba(91,153,19,1) 0%, rgba(91,153,19,1) 28%, rgba(139,213,54,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(91,153,19,1)), color-stop(28%, rgba(91,153,19,1)), color-stop(100%, rgba(139,213,54,1)));
    background: -webkit-linear-gradient(left, rgba(91,153,19,1) 0%, rgba(91,153,19,1) 28%, rgba(139,213,54,1) 100%);
    background: -o-linear-gradient(left, rgba(91,153,19,1) 0%, rgba(91,153,19,1) 28%, rgba(139,213,54,1) 100%);
    background: -ms-linear-gradient(left, rgba(91,153,19,1) 0%, rgba(91,153,19,1) 28%, rgba(139,213,54,1) 100%);
    background: linear-gradient(to right, rgba(91,153,19,1) 0%, rgba(91,153,19,1) 28%, rgba(139,213,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b9913', endColorstr='#8bd536', GradientType=1 );
    border: solid 1px #81b642;
}

.purple-widget {
    background: rgba(136,51,135,1);
    background: -moz-linear-gradient(left, rgba(136,51,135,1) 0%, rgba(136,51,135,1) 28%, rgba(192,111,191,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(136,51,135,1)), color-stop(28%, rgba(136,51,135,1)), color-stop(100%, rgba(192,111,191,1)));
    background: -webkit-linear-gradient(left, rgba(136,51,135,1) 0%, rgba(136,51,135,1) 28%, rgba(192,111,191,1) 100%);
    background: -o-linear-gradient(left, rgba(136,51,135,1) 0%, rgba(136,51,135,1) 28%, rgba(192,111,191,1) 100%);
    background: -ms-linear-gradient(left, rgba(136,51,135,1) 0%, rgba(136,51,135,1) 28%, rgba(192,111,191,1) 100%);
    background: linear-gradient(to right, rgba(136,51,135,1) 0%, rgba(136,51,135,1) 28%, rgba(192,111,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#883387', endColorstr='#c06fbf', GradientType=1 );
    border: solid 1px #944b93;
}

.orange-widget {
    background: rgba(217,105,31,1);
    background: -moz-linear-gradient(left, rgba(217,105,31,1) 0%, rgba(217,105,31,1) 41%, rgba(252,149,81,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(217,105,31,1)), color-stop(41%, rgba(217,105,31,1)), color-stop(100%, rgba(252,149,81,1)));
    background: -webkit-linear-gradient(left, rgba(217,105,31,1) 0%, rgba(217,105,31,1) 41%, rgba(252,149,81,1) 100%);
    background: -o-linear-gradient(left, rgba(217,105,31,1) 0%, rgba(217,105,31,1) 41%, rgba(252,149,81,1) 100%);
    background: -ms-linear-gradient(left, rgba(217,105,31,1) 0%, rgba(217,105,31,1) 41%, rgba(252,149,81,1) 100%);
    background: linear-gradient(to right, rgba(217,105,31,1) 0%, rgba(217,105,31,1) 41%, rgba(252,149,81,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9691f', endColorstr='#fc9551', GradientType=1 );
    border: solid 1px #f07929;
}

.voilet-widget {
    background: rgba(126,34,239,1);
    background: -moz-linear-gradient(left, rgba(126,34,239,1) 0%, rgba(126,34,239,1) 36%, rgba(157,81,244,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(126,34,239,1)), color-stop(36%, rgba(126,34,239,1)), color-stop(100%, rgba(157,81,244,1)));
    background: -webkit-linear-gradient(left, rgba(126,34,239,1) 0%, rgba(126,34,239,1) 36%, rgba(157,81,244,1) 100%);
    background: -o-linear-gradient(left, rgba(126,34,239,1) 0%, rgba(126,34,239,1) 36%, rgba(157,81,244,1) 100%);
    background: -ms-linear-gradient(left, rgba(126,34,239,1) 0%, rgba(126,34,239,1) 36%, rgba(157,81,244,1) 100%);
    background: linear-gradient(to right, rgba(126,34,239,1) 0%, rgba(126,34,239,1) 36%, rgba(157,81,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e22ef', endColorstr='#9d51f4', GradientType=1 );
    border: solid 1px #6607e7;
}

.dark-pink-widget {
    background: rgba(142,8,53,1);
    background: -moz-linear-gradient(left, rgba(142,8,53,1) 0%, rgba(142,8,53,1) 20%, rgba(220,15,93,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(142,8,53,1)), color-stop(20%, rgba(142,8,53,1)), color-stop(100%, rgba(220,15,93,1)));
    background: -webkit-linear-gradient(left, rgba(142,8,53,1) 0%, rgba(142,8,53,1) 20%, rgba(220,15,93,1) 100%);
    background: -o-linear-gradient(left, rgba(142,8,53,1) 0%, rgba(142,8,53,1) 20%, rgba(220,15,93,1) 100%);
    background: -ms-linear-gradient(left, rgba(142,8,53,1) 0%, rgba(142,8,53,1) 20%, rgba(220,15,93,1) 100%);
    background: linear-gradient(to right, rgba(142,8,53,1) 0%, rgba(142,8,53,1) 20%, rgba(220,15,93,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e0835', endColorstr='#dc0f5d', GradientType=1 );
    border: solid 1px #d81153;
}

.mid-night-blue-widget {
	background: rgba(25, 25, 112, 1);
	background: -moz-linear-gradient(left, rgba(25, 25, 112, 1) 0%, rgba(25, 25, 112, 1) 20%, rgba(39, 39, 175, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(25, 25, 112, 1)), color-stop(20%, rgba(25, 25, 112, 1)), color-stop(100%, rgba(39, 39, 175, 1)));
	background: -webkit-linear-gradient(left, rgba(25, 25, 112, 1) 0%, rgba(25, 25, 112, 1) 20%, rgba(39, 39, 175, 1) 100%);
	background: -o-linear-gradient(left, rgba(25, 25, 112, 1) 0%, rgba(25, 25, 112, 1) 20%, rgba(39, 39, 175, 1) 100%);
	background: -ms-linear-gradient(left, rgba(25, 25, 112, 1) 0%, rgba(25, 25, 112, 1) 20%, rgba(39, 39, 175, 1) 100%);
	background: linear-gradient(to right, rgba(25, 25, 112, 1) 0%, rgba(25, 25, 112, 1) 20%, rgba(39, 39, 175, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191970', endColorstr='#2727af', GradientType=1 );
	border: solid 1px #191970;
}

.pink-widget {
	background: rgba(248,68,158,1);
	background: -moz-linear-gradient(left, rgba(248,68,158,1) 0%, rgba(248,68,158,1) 42%, rgba(248,119,211,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,68,158,1)), color-stop(42%, rgba(248,68,158,1)), color-stop(100%, rgba(248,119,211,1)));
	background: -webkit-linear-gradient(left, rgba(248,68,158,1) 0%, rgba(248,68,158,1) 42%, rgba(248,119,211,1) 100%);
	background: -o-linear-gradient(left, rgba(248,68,158,1) 0%, rgba(248,68,158,1) 42%, rgba(248,119,211,1) 100%);
	background: -ms-linear-gradient(left, rgba(248,68,158,1) 0%, rgba(248,68,158,1) 42%, rgba(248,119,211,1) 100%);
	background: linear-gradient(to right, rgba(248,68,158,1) 0%, rgba(248,68,158,1) 42%, rgba(248,119,211,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8449e', endColorstr='#f877d3', GradientType=1 );
	border-color: #fb42a4;
}

.widget-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    margin: 5px 0 0px 0;
}

.number-widget-icon {
    font-size: 22px;
    display: inline-block;
    opacity: 0.6;
    margin-right: 15px;
    vertical-align: top;
    margin-top: 5px;
}

.number-widget-value {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.8px;
    display: block;
    margin-bottom: -5px;
}
/*popup*/
.widget-popup-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #3c5ab0;
    font-weight: bold;
    padding-bottom: 6px;
}

.widget-popup-label {
    width: 75px;
    text-align: right;
    float: left;
    margin: 5px 12px 0px 0;
}

.widget-popup-label-110 {
    width: 110px;
    text-align: right;
    float: left;
    margin: 5px 12px 0px 0;
}

/*widget cards*/
.dashboard .cards-widget-container .item {
    height: 300px;
}

.dashboard .widgetContainer .cards-widget-container .k-menu .k-item > .k-link {
    color: #5b5b5c;
    top: 5px;
}

.dashboard .widgetContainer .cards-widget-container .k-menu .k-item .k-menu-group .k-item > .k-link {
    top: 0px;
}

.dashboard .widgetContainer .cards-widget-container .k-widget.k-menu-horizontal > .k-item, .dashboard .widgetContainer .k-widget.k-menu-horizontal > .k-item {
    border: 0;
}

.cards-widgets {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 10px #166ebc;
    height: 300px;
}

.cards-widget-heading {
    font-weight: bold;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.cards-widgets .fa-sync {
    color: #76ba27;
}

.cards-widgets .duration-refresh-info {
    font-size: 11px;
    margin-top: 3px;
    /*margin-bottom: 5px;*/
}

.cards-widgets.tech-scorecard-widget {
    height: 380px
}

.widget-dropdown {
    width: 116px;
    margin-top: -4px;
    padding: 0 5px;
    height: 22px;
}
.tech-scorecard-widget .widget-dropdown {
    width: 220px;
}
.tech-scorecard-widget .custom-tab-content .table .k-icon {
    margin-right: -4px;
}
.tech-scorecard-help {
    display: inline;
    background: transparent;
    position: relative;
    cursor: pointer;
    border: none;
    top: -1.5px;
}

    .widget-dropdown .k-dropdown-wrap .k-input {
        padding: 1px 3px;
    }

.widget-calendar {
    border: 0;
    margin-top: -3px;
    padding: 0px 2px;
    font-size: 12px;
}

.new-dashboard .chart-container {
    position: relative;
    height: 240px;
}

.chart-container.maintenance-schedule-container {
    height: 200px;
}

.maintenance-schedule-card-container .col-sm-4.borderrt:last-child {
    border-right: none;
}

.chart-container.ps-container.ps-active-x .ps-scrollbar-x-rail {
    display: block;
    opacity: 1;
}
/*common classes*/
.bdr-bottm-light {
    border-bottom: solid 1px #e9ebee;
}

.card-number-value {
    color: #4ec034;
}

.transform-ico {
    transform: rotate(90deg);
}

.square-legend {
    width: 6px;
    height: 6px;
    background-color: #42c408;
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
    margin-right: 5px;
}

/*widgets*/
.call-po-num-widget .number-widget-icon {
    margin-right: 2px;
    opacity: 1;
}

.new-sm-widget .number-widget-icon {
    opacity: 0.85;
}

.total-reccm-txt {
    text-align: center;
    padding-top: 3%;
    font-family: 'Poppins', sans-serif;
    color: #000;
    width: 230px;
    float: left;
}

.analysis-tab-bar-chart {
    border-left: solid 1px #ccc;
    float: left;
    width: 290px;
    padding: 5px 10px 0 20px;
    height: 212px;
}

.analysis-tab-funnel-chart {
    float: left;
    border-left: solid 1px #ccc;
    width: 300px;
    padding: 5px 20px 0 20px;
    height: 212px;
}

.analysis-tab-estimates-chart {
    width: 500px;
    padding: 5px 10px 0 20px;
    border-left: solid 1px #ccc;
    float: left;
    height: 212px;
}

.analysis-tab-chart-title {
    font-family: 'Poppins', sans-serif;
    color: #444;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.analysis-container #accordion .panel-collapse.collapse.in .panel-body {
    width: 100%;
    padding: 0 5px;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
}

.analysis-container .panel-body .analyasis-tab-content {
    width: 2000px;
}

.analyasis-tab-content .status-number, .analyasis-tab-content .status-number-orange, .analyasis-tab-content .status-number-sky-blue, .analyasis-tab-content .status-number-red {
    margin-bottom: 0px;
}

.analysis-container .k-tabstrip > .k-content.custom-tab-content.k-state-active {
    padding: 5px;
}
/*charts*/
.Cus-Con-chart-percent, .setup-log-chart-percent {
    color: #828381;
    position: absolute;
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    height: 60%;
    text-align: center;
    top: 25%;
}

.setup-log-chart-percent {
    top: 37%;
    /*left: 42.5%;*/
    color: #adadad;
}

.donutChart, .donutChartPortalCustomers {
    width: 245px;
    margin-left: auto;
    margin-right: auto;
}

.timescorecard-tech-img {
    width: 31px;
    height: 31px;
    border-radius: 50px;
    margin-bottom: 2px;
}

.timescorecard-tech-txt {
    font-size: 12px;
}
/*dashboard tabs*/
.dashboard .custom-tab-menu.k-tabstrip-items {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.dashboard .k-tabstrip .k-item, .dashboard .k-tabstrip-top > .k-tabstrip-items .k-item + .k-item {
    background-color: #e2e2e4;
    border: 0;
    border-radius: 0;
    border-top: solid 2px #e2e2e4;
    margin-right: 10px;
}

    .dashboard .k-tabstrip .k-item.k-state-active, .dashboard .k-tabstrip .k-item.k-state-hover {
        border-top: solid 0 #3c5ab0 !important;
        border: 0;
        border-radius: 0;
    }

.dashboard .k-tabstrip > .custom-tab-menu.k-tabstrip-items .k-item .k-link {
    height: 20px;
    min-width: 120px;
    text-align: center;
    display: block;
    padding: 6px 0;
    color: #7e7f80;
}

.dashboard .k-tabstrip li a:hover, .dashboard .k-tabstrip li a:focus, .dashboard .k-tabstrip .k-item.k-state-active a {
    border: 0;
    border-radius: 0;
    background-color: #e2e2e4;
    border-top: solid 2px #3c5ab0;
    color: #131313;
}

.dashboard .k-tabstrip-top > .custom-tab-menu.k-tabstrip-items .k-item.k-state-active .k-link {
    color: #131313;
    height: 20px;
}

.status-text {
    font-size: 11px;
    color: #1b1b1b;
}

.status-number, .status-number-orange, .status-number-sky-blue, .status-number-red {
    font-size: 16px;
    margin-top: -3px;
    margin-bottom: 3px;
}

.status-number-orange {
    color: #FFD345;
}

.status-number-sky-blue {
    color: #17C2D3;
}

.status-number-red {
    color: #FF6357;
}
/*dashboard tables*/
.dashboard-table {
    max-height: 170px;
    overflow-y: scroll;
    position: relative;
    margin-bottom: auto;
}

    .dashboard-table .table > thead > tr > th {
        background-color: rgba(43,73,163,1);
        color: white;
        letter-spacing: 0.2px;
        font-weight: normal;
    }

    .dashboard-table .table > tbody > tr:nth-child(even) {
        background-color: #f2f3f4;
        color: #1a1a1a;
    }

    .dashboard-table .table tbody > tr > td, .dashboard-table .table tfoot > tr > td {
        border: 0;
    }

    .dashboard-table .table-hover > tbody > tr:hover > td, .dashboard-table .table-hover > tbody > tr:hover > th {
        background-color: #eaf0ff;
        vertical-align: middle;
    }

    .dashboard-table .table-hover > tbody > tr > td {
        vertical-align: middle;
    }

	.dashboard-table .fa-star, .dashboard-table .fa-star-half-o, .dashboard-table .fa-star-o {
		font-size: 11px !important;
		color: #eba40b;
	}
/*accordion*/
.dashboard-accordion #accordion .panel-heading {
    padding: 5px 8px;
    background: #f1f2f2;
}

    .dashboard-accordion #accordion .panel-heading img {
        border-radius: 25px;
        vertical-align: middle;
        margin-right: 7px;
    }

.dashboard-accordion #accordion.panel-group .panel {
    border-radius: 0;
}

/*widget popup*/
.NewDashboadWidgetPopup {
    max-height: 465px;
    overflow: auto;
    clear: both;
}
.NewDashboadWidgetPopup .megaMenu .widgetThumb {
    border: none;
    margin: 10px 12px 10px 5px;
}
    .NewDashboadWidgetPopup .megaMenu .widgetThumb .img-container {
        border: solid 1px #dedfe0;
    }
.NewDashboadWidgetPopup .megaMenu .widgetThumb.small-widget-container .img {
    height: 54px;
    margin: 5px;
    position: relative;
}
    .NewDashboadWidgetPopup .megaMenu .widgetThumb.large-widget-container .img {
        height: 145px;
        margin: 0px;
        position: relative;
    }   
.widget-img-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(22, 22, 23, 0.6);
    text-align: center;
    padding-top: 12px;
    cursor:pointer;
}
.NewDashboadWidgetPopup .megaMenu .widgetThumb.large-widget-container .widget-img-overlay {
    padding-top: 58px;
}
.widget-img-overlay .k-icon.k-i-check {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}
.NewDashboadWidgetPopup .megaMenu .widgetThumb .thumbHeading {
    background: none;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #393939;
}
.fa.fa-search.widget-search-ico {
    position: absolute;
    top: 7px;
    right: 25px;
    font-size: 15px;
    color: #3c5ab0;
}
.NewDashboadWidgetPopup .megaMenu .widgetThumb.large-widget-container.xyz {
    width: 373px;
}
    .NewDashboadWidgetPopup .megaMenu .widgetThumb.large-widget-container.xyz .img img {
        width: 360px;
        height:145px;
    }


/*new dashboard media query*/
@media (max-width:1366px) {
    .tech-scorecard-widget .custom-tab-content table.table{
        width: 1295px;
    }
    .tech-scorecard-widget .custom-tab-content .table thead th {
        font-size:11px;
    }
   
}
@media (min-width:320px) and (max-width:767px) {
    .item-content .col-xs-6 small {
        font-size: 100%;
    }

    .number-widget-icon {
        display: none;
    }

    .dashboard .k-tabstrip > .custom-tab-menu.k-tabstrip-items .k-item .k-link {
        min-width: auto;
        padding: 6px 5px;
    }

    .dashboard .k-tabstrip .k-item,
    .dashboard .k-tabstrip-top > .k-tabstrip-items .k-item + .k-item {
        margin-right: 5px;
    }

    /*.cards-widgets.tech-scorecard-widget .max-height-260 {
        max-height: 190px !important;
    }*/

    .dashboard .cards-widget-container .item.height-375, .cards-widgets.tech-scorecard-widget {
        height: 440px !important;
    }


    .cards-widgets.estimate-by-status-container, .dashboard .cards-widget-container .item.tech-scorecard-widget-container {
        height: 550px;
    }
}
@media (min-width:1280px) {
    .widgetContainer .row.level-1-widget .col-lg-3, .widgetContainer .col-sm-12.level-2-widget .col-lg-3 {
        width: 24.96%;
    }

	.widgetContainer .row.level-1-widget .col-lg-6, .widgetContainer .col-sm-12.level-2-widget .col-lg-6 {
		width: 49.92%;
	}

    .call-po-num-widget .number-widget-icon {
        margin-right: 5px;
    }
}

@media (min-width:1024px) and (max-width:1399px) {
    .widget-dropdown {
        width: 90px;
    }
    .tech-scorecard-widget .widget-dropdown {
        width: 175px;
    }

}

@media (min-width:320px) and (max-width:370px) {
    .widget-dropdown {
        width: 95px;
    }

    .cards-widget-heading {
        font-size: 12px;
    }
}


/*widget popup media query*/
@media only screen and (min-width: 1367px) and (max-width: 1599px) {


    .recomm-status-widget-style .widget-dropdown {
        width: 83px;
    }

        .recomm-status-widget-style .widget-dropdown .k-dropdown-wrap .k-input {
            width: 75% !important;
        }
}
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
    .NewDashboadWidgetPopup .megaMenu .widgetThumb.small-widget-container .img img {
        width: 148px;
        height: 100%;
    }

    .NewDashboadWidgetPopup .megaMenu .widgetThumb.large-widget-container .img img {
        width: 155px;
    }
    .recomm-status-widget-title {
        width: 148px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .k-dropdown-wrap .k-input {
        width: 85% !important;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {    
    .recomm-status-widget-title {
        width: 150px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}
@media only screen and (min-width: 320px) and (max-width: 1279px) {
    .NewDashboadWidgetPopup .megaMenu .widgetThumb.small-widget-container .img img {
        width: 161px;
        height: 100%;
    }    
}
@media only screen and (max-width: 419px) {
    .NewDashboadWidgetPopup .megaMenu .widgetThumb.large-widget-container.xyz {
        width: 270px;
    }
        .NewDashboadWidgetPopup .megaMenu .widgetThumb.large-widget-container.xyz .img img {
            width: 100%;
            height: auto;
        }
    .item-content .col-xs-6 small {
        font-size: 98%;
    }
    .cards-widget-heading.recomm-status-widget-title{margin-bottom:3px;}
}


.numbersBox .panel-title, .numbersBox h4.panel-title {
    font-size: 18px;
    color: #2980b9;
    font-weight: bold;
}

.numbersBox .panel-group {
    margin-bottom: 25px;
}

.numbersBox .panel-default > .panel-heading {
    background-color: #ffffff;
}

.numbersBox .col1 {
    position: relative;
    max-width: 150px;
    vertical-align: top;
    display: table-cell;
    width: 140px;
    text-align: center;
    height: 100%;
    z-index: 1;
    padding-top: 5px;
}

    .numbersBox .col1:after {
        content: "";
        width: 1px;
        position: absolute;
        left: 50%;
        right: 0;
        border-left: 2px #ccc dashed;
    }

    .numbersBox .col1:before {
        content: "";
        width: 1px;
        height: 100%;
        background: #ccc;
        position: absolute;
        left: 50%;
        right: 0;
        top: 0;
        z-index: -1;
    }

.numbersBox .col2 {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.numbersBox .numbers {
    background: #2980b9;
    padding: 10px 20px;
    font-size: 2rem;
    border-radius: 50px;
    max-width: 130px;
    margin: 1rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin: 0 30px;
    z-index: 99999;
}