/* ---------------------------------------------------------------------- */
/*	Social Stream Columns
 /* ---------------------------------------------------------------------- */
@media (max-width: 1600px) {
    .five {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}
@media (max-width: 1366px) {
    .five {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
@media (max-width: 1280px) {
    .five {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
@media (max-width: 640px) {
    .five {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media (max-width: 480px) {
    .five {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
/* ---------------------------------------------------------------------- */
/*	From Medium Devices Up To Larger Devices
/* ---------------------------------------------------------------------- */
@media (min-width: 980px) and (max-width: 1199px) {
	.layout-boxed > .navbar, .layout-boxed .main-container, .layout-boxed > .footer {
		max-width: 940px !important;
	}
	.layout-boxed > .navbar, .layout-boxed > .footer {
		left: 50% !important;
		margin-left: -470px !important;
	}
}
/* ---------------------------------------------------------------------- */
/*	Only larger Devices
 /* ---------------------------------------------------------------------- */
@media (min-width: 1200px) {
	.layout-boxed > .navbar, .layout-boxed .main-container, .layout-boxed > .footer {
		max-width: 1000px !important;
	}
	.layout-boxed > .navbar, .layout-boxed > .footer {
		left: 50% !important;
		margin-left: -500px !important;
	}
}

/* ---------------------------------------------------------------------- */
/*	From Small Devices Up To Medium Devices
 /* ---------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
	.layout-boxed > .navbar, .layout-boxed .main-container, .layout-boxed > .footer {
		max-width: 750px !important;
	}
	.layout-boxed > .navbar, .layout-boxed > .footer {
		left: 50% !important;
		margin-left: -375px !important;
	}
	.main-content {
		margin-left: 90px !important;
	}
	.main-navigation {
		width: 90px !important;
	}
	ul.main-navigation-menu > li:first-child > a {
		border-top: none !important;
	}
	.sidebar-fixed .wrap-menu {
		width: 35px;
	}

	/*ul.main-navigation-menu > li > a > .title {*/
		/*display: none;*/
	/*}*/
	ul.main-navigation-menu > li > a {
		/*padding-left: 7px;*/
		padding: 10px 0
	}
	.navigation-toggler {
		margin-right: 3px !important;
		margin-left: 3px !important;
	}

	ul.main-navigation-menu > li > a .icon-arrow {
		display: none;
	}

	ul.main-navigation-menu > li > ul.sub-menu {
		display: none !important;
		padding-bottom: 10px !important;
	}
	ul.main-navigation-menu li > ul.sub-menu > li > a {
		padding-left: 24px !important;
	}
	ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
		padding-left: 40px !important;
	}
	ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
		padding-left: 60px !important;
	}
	ul.main-navigation-menu > li:hover {
		width: 90px;
		position: relative;
		float: left;
	}
	/*ul.main-navigation-menu > li:hover .selected {*/
		/*display: none;*/
	/*}*/
	ul.main-navigation-menu > li:hover > a:after {
		display: block;
		height: 41px;
		position: absolute;
		right: -10px;
		top: -5px;
		width: 11px;
		content: "\e16c";
		font-family: 'clip-font';
		line-height: 41px;
		font-size: 24px;
		color: #D9D9D9;
	}
	ul.main-navigation-menu > li:first-child > a > .selected {
		display: none !important;
	}
	ul.main-navigation-menu > li:first-child:hover {
		width: 90px;
		position: relative;
	}
	/*ul.main-navigation-menu > li:first-child:hover .title {*/
		/*display: none;*/
	/*}*/
	ul.main-navigation-menu > li:first-child:hover > a:after {
		content: "";
	}
	ul.main-navigation-menu > li.active:hover > a:after {
		content: "";
	}
	ul.main-navigation-menu > li:hover > a .title {
		/*padding-left: 30px;*/
	}
	ul.main-navigation-menu > li:hover .title {
		display: inline;
	}
	ul.main-navigation-menu > li:hover > ul.sub-menu {
		width: 189px;
		position: absolute;
		z-index: -1;
		left: 91px;
		margin-top: 0;
		top: 0;
		display: block !important;
	}

	ul.main-navigation-menu > li > a i {
		float: left;
		width: 100%;
		font-size: 16px;
		margin-right: 5px;
		text-shadow: none;
		display: inline-block;
		text-align: center;
	}

	ul.main-navigation-menu > li > a span.title {
		float: left;
		width: 100%;
		text-align: center;
	}

	.navigation-toggler {
		display: none;
	}

	.breadcrumb {
		height: 41px;
		padding: 11px;
	}
	.sidebar-search {
		top: 9px;
	}

}
/* ---------------------------------------------------------------------- */
/*	Extra Small Devices Only
 /* ---------------------------------------------------------------------- */
@media (max-width: 767px) {
	.main-navigation {
		max-height: 340px !important;
	}
	.layout-boxed > .navbar, .layout-boxed .main-container, .layout-boxed > .footer {
		max-width: none !important;
	}
	.header-default .navbar {
		position: relative !important;
	}
	.main-container {
		margin-top: 95px;
	}

	/***
	 Main content
	 ***/
	.main-content {
		padding: 0 !important;
	}

	/***
	 Dropdown and dropdown elements.
	 ***/
	.nav > li > .dropdown-menu.notifications {
		left: -110px !important;
	}
	.nav > li > .dropdown-menu.posts {
		left: -160px !important;
	}
	.nav > li > .dropdown-menu.todo {
		left: -60px !important;
	}
	.nav > li.current-user > .dropdown-menu {
		right: 0 !important;
		left: auto;
	}
	/***
	 Hide navigation toggler
	 ***/
	.navigation-toggler {
		display: none;
	}
	/***
	 Horizontal menu
	 ***/
	.horizontal-menu ul.nav li.current .selected, .horizontal-menu ul.nav li.active .selected {
		display: none;
	}
	.horizontal-menu .dropdown-submenu > a:after {
	    content: "\f107";
	}
	/***
	 Main title small text
	 ***/
	.page-header small {
		display: block;
		clear: both;
	}
	.main-navigation {
		position: fixed;
		top: 95px;
		left: 0;
		right: 0;
		z-index: 1000;
		border-top: none;
	}
	.header-default .main-navigation {
		position: static !important;
		height: auto !important;
		top: 0;
		max-height: none;
		margin-top: -1px;
	}
	.navbar-tools {

		margin-left: -25px;
		margin-right: -25px;
		padding: 0 15px;
		border-top: 1px solid #080808;
	}
	.navbar-tools:after {
		clear: both;
	}
	.navbar-tools:before, .navbar-tools:after {
		content: " ";
		display: table;
	}
	.navbar-tools .navbar-right {
		float: right;
	}
	.navbar-tools .nav > li.dropdown .dropdown-toggle {
		margin-top: 0 !important;
	}
	.main-content > .container {
		/*padding:0;*/
	}
	.sidebar-search input {
		display: none;
		width: 0;
	}
	body.login .main-login {
		margin-top: 0;
	}

	div.timeline .columns li {
		float: none !important;
		width: 100% !important;
	}
	div.timeline_element:after {
		display: none;
	}
	div.timeline_element:before {
		display: none;
	}
	div.timeline_element {
		margin: 20px auto !important;
	}
	/*Messages*/
	.messages-list {
		display: block;
		float: none !important;
		width: auto !important;
		border: none !important;
		height: auto !important;
	}
	.messages-content {
		margin-left: 0 !important;
	}
	.message-time {
		position: relative !important;
		text-align: right;
		right: 0 !important;
		top: 0 !important;
	}
	/* Tabs Left*/
	.tabs-left .nav-tabs li.active a, .tabs-left .nav-tabs li.active a:hover, .tabs-left .nav-tabs li.active a:focus {
		border-right-color: #dddddd;
	}
	.tabs-left .nav-tabs {
		float: none;
	}
	.tabs-left .tab-content {
		border-top: none;
	}
	/*Lock Screen*/
	.main-ls {
		height: auto;
		left: 0;
		margin: 0 auto !important;
		position: relative;
		top: 0;
		width: 85%;
	}
	.main-ls .logo, .main-ls .copyright {
		text-align: center;
	}
	body.lock-screen .box-ls {
		display: inline-block;
		text-align: center;
		width: 100% !important;
	}
	body.lock-screen .user-info {
		float: none !important;
		width: auto !important;
	}

	/*Chart*/
	#placeholder2 {
		margin-right: 0 !important;
	}
	.flot-container #choices {
		position: relative;
	}
	/*Easy Pie Chart*/
	.easy-pie-chart {
		padding: 10px 0;
	}
	.easy-pie-chart .label-chart {
		display: block;
	}
	/*User-profile*/
	.user-left {
		border-right: none;
	}
	/*sparklines*/
	.mini-stats li {
		border-right: none;
		border-left: none;
		border-bottom: 1px solid #DDDDDD;
		padding-top: 16px;
	}
	/***
	 Footer
	 ***/
	.footer {
		padding-left: 10px;
		padding-right: 10px;
	}
}
/* ---------------------------------------------------------------------- */
/*	Extra Small Devices Only
 /* ---------------------------------------------------------------------- */
@media (max-width: 480px) {
	/***
	 Dropdown and dropdown elements.
	 ***/
	.nav > li.current-user > .dropdown-menu:after, .nav > li.current-user > .dropdown-menu:before {
		margin-right: 0;
	}
	header .nav > li.dropdown .dropdown-toggle {
		margin-top: 7px !important;
	}
	.nav li.dropdown .dropdown-toggle .badge {
		top: 15px;
	}
	.nav > li.current-user > .dropdown-menu {
		margin-right: 0;
	}
	.nav {
		clear: both !important;
	}

	.header .nav > li.dropdown .dropdown-toggle {
		margin-top: 3px !important;
	}

	.header .nav li.dropdown .dropdown-toggle .badge {
		top: 11px;
	}
	.current-user .username {
		display: none;
	}

	.hidden-480 {
		display: none !important;
	}

	table tr th span {
		display: none;
	}

	table tr th i {
		font-size: 16px;
	}
}
/* ---------------------------------------------------------------------- */
/*	Up To Medium Devices
 /* ---------------------------------------------------------------------- */
@media (max-width: 979px) {
	/***
	 general body settings
	 ***/
	body {
		margin: 0 !important;
	}
	.main-navigation {
		z-index: 1000;
	}
	/***
	 Main content
	 ***/
	.main-content {
		min-height: 760px;
	}

}
/* ---------------------------------------------------------------------- */
/*	Up To Medium Devices
 /* ---------------------------------------------------------------------- */
@media (min-width: 768px) {
	.main-navigation {
		position: absolute;
		width: 225px;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.main-content {
		margin-left: 225px;
	}
	.page-full-width .main-content {
    	margin-left: 0 !important;
	}
	.main-content > .container {
		min-height: 760px;
	}
	ul.main-navigation-menu > li.active > a .selected:before {
		display: block;
		height: 41px;
		position: absolute;
		right: -10px;
		top: -5px;
		width: 11px;
		content: "\e16c";
		font-family: 'clip-font';
		line-height: 41px;
		font-size: 24px;
	}

	/***
	 Set style for small navigation menu
	 ***/
	.navigation-small .main-content {
		margin-left: 90px !important;
	}
	.navigation-small .main-navigation {
		width: 90px !important;
		z-index: 1000;
	}
	.navigation-small.sidebar-fixed .wrap-menu {
		width: 35px;
	}
	.navigation-small ul.main-navigation-menu > li > a > .title {
		text-align: center;
		width: 100%;
		display: block;
		padding: 0;
		margin: 0;
		float: initial;
	}
	.navigation-small ul.main-navigation-menu > li.active > a > .title {
	}
	.navigation-small ul.main-navigation-menu > li > a > i {
		width: 100%;
		float: initial;
	}
	.navigation-small ul.main-navigation-menu > li > a {
		/*float: initial;*/
		padding: 10px 0;
		/*width: initial;*/
	}
	.navigation-small  .navigation-toggler {
		/*margin-right: 3px !important;*/
		/*margin-left: 3px !important;*/
		margin: 10px auto !important;
	}

	.navigation-small ul.main-navigation-menu > li > a .icon-arrow {
		display: none;
	}
	.navigation-small ul.main-navigation-menu > li > ul.sub-menu {
		display: none !important;
		padding-bottom: 10px !important;
	}
	.navigation-small ul.main-navigation-menu li > ul.sub-menu > li > a {
		padding-left: 24px !important;
	}
	.navigation-small ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
		padding-left: 40px !important;
	}
	.navigation-small ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
		padding-left: 60px !important;
	}
	.navigation-small ul.main-navigation-menu > li:hover {
		width: 90px;
		position: relative;
		float: left;
	}
	.navigation-small ul.main-navigation-menu > li:hover .selected {
		/*display: none;*/
	}
	.navigation-small ul.main-navigation-menu > li:hover > a:after {
		display: block;
		height: 41px;
		position: absolute;
		right: -10px;
		top: -5px;
		width: 11px;
		content: "\e16c";
		font-family: 'clip-font';
		line-height: 41px;
		font-size: 24px;
		color: #D9D9D9;
	}
	.navigation-small ul.main-navigation-menu > li:first-child:hover > a:after {
		content: "";
	}
	ul.main-navigation-menu > li.active:hover > a:after {
		content: "";
	}
	.navigation-small ul.main-navigation-menu > li:hover > a .title {
	}
	.navigation-small ul.main-navigation-menu > li:hover .title {
	}
	.navigation-small ul.main-navigation-menu > li:hover > ul.sub-menu {
		width: 189px;
		position: absolute;
		z-index: -1;
		left: 91px;
		margin-top: 0;
		top: 0;
		display: block !important;
	}
}
@media (min-width: 1200px) and (max-width: 1366px) {
    .widgetPanel:nth-child(4n+0) {
        padding-right: 15px;
    }
    .widgetPanel {
        padding-right: 0;
    }
    .widgetPanel .panel-body {
        padding: 0;
    }
    .panel-custom >.panel-heading {
        font-size: 14px;
    }
    .chartHead {
        font-size: 14px;
        text-align: center
    font-family: "Open+Sans", sans-serif;
    }
    .chartCountTitle {
        font-family: "Open+Sans", sans-serif;
        float: left;
        width: 100%;
        font-weight: bold;
        color: #000000;
        font-size: 14px;
        text-align: center
    }
    .chartTextTitle {
        float: left;
        font-family: 'Open+Sans', sans-serif;
        width: 100%;
        font-size: 12px;
        text-align: center;
        font-weight: normal;
    }
    .chartTextSubtitle {
        float: left;
        font-family: 'Open+Sans', sans-serif;
        width: 100%;
        font-size: 10px;
        text-align: center;
        color: #cccccc
    }
    .chartIconSize {
        font-size: 8px;
    }
    .snapshot h3 {
        font-size: 14px;
    }
    .snapshot a.label {
        font-size: 75% !important;
    }
}
@media (max-width: 767px) {
    .dropdown-menu.filterSentiment {
        left: -11px !important;
    }
    .dropdown-menu.filterLang {
        left: -62px !important;
    }
    .dropdown-menu.filterSource {
        left: -110px !important;
    }
    .dropdown-menu.filterContext {
        left: -159px !important;
    }
    .dropdown-menu.filterTags {
        left: -210px !important;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .dropdown-menu.filterTags {
        left: initial !important;
        right: 0;
    }
    .dropdown-menu.filterContext {
        left: initial !important;
        right: 0 !important;
    }
}
@media (max-width: 420px) {
    .widgetPanel {
        display: inline-block;
    }
    .mobilePanel {
        padding: 20px;
        overflow: hidden;
    }
}

@media (max-width: 767px) {

    .surveyQuestions table tbody tr td span.ellipsis-xs  {
        max-width: 170px;
    }
    .surveyQuestions table tbody tr td span.surveyText input[type="text"],
    .surveyQuestions table tbody tr td span.surveyText select {
        width: 130px;
    }
}
@media (max-width: 1600px) {
    .widgetPanel .panel-heading span.panelTitle, .draggableSection .panel-heading span.panelTitle{
        float: left;
        width: 100px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
    table.dataTable tbody tr td div.contextCell a span.rating {
        font-size: 20px;
    }
    table.contextTable thead tr th div.trend {
        width: 70px !important;
    }
    table.contextTable thead tr th:first-child{
        width: 250px !important;
    }
    table.contextTable tbody tr td.details-control div{
        width: 250px !important;
    }
    table.contextTable thead tr.subRow td:first-child{
        width: 250px !important;
    }
    table.dataTable tbody tr td div.contextCell a {
        margin: 0;
        width: 100%;
        float: left;
        padding: 0 5px;
    }
}
@media (max-width: 1366px) {

    table.contextTable thead tr th div.trend {
        width: 60px !important;
    }
    table.contextTable thead tr th:first-child{
        width: 180px !important;
    }
    table.contextTable tbody tr td.details-control div{
        width: 180px !important;
    }
    table.contextTable thead tr.subRow td:first-child{
        width: 180px !important;
    }

    table.dataTable tbody tr td div.contextCell a span.rating {
        font-size: 16px;
    }
    table.dataTable tbody tr td div.contextCell i {
        font-size: 14px;
    }
    table.dataTable tbody tr td div.contextCell a {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    table.dataTable thead tr.contextHead th div.trend span.score {
        line-height: 20px;
        font-size: 12px;
    }
    table.dataTable tbody tr td div.contextCell a span.trend {
        font-size: 10px;
    }
    div.trend i {
        font-size: 18px;
    }
    h5.cellTitle {
        font-size: 12px;
        max-width: 260px !important; /*DV*/
        margin: 5px 0;
    }
    span.cellSubTitle {
        font-size: 10px;
        line-height: 18px;
        max-width: 260px !important; /*DV*/

    }
    td.details-control i {
        width: 10px;
        font-size: 16px;
    }
    table.dataTable tbody tr td div.contextCell i.fa.fa-minus {
        font-size: 14px;
        line-height: 18px;
    }
    /*td.details-control div h5.cellTitle{
		float: initial;
		width: 180px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}*/
}
@media (max-width: 360px) {
    .block.drop-down-wrapper {
        width: 250px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .itemList .itemWrap:nth-child(3){
        border-top: none;
    }
    .itemList .itemWrap:nth-child(4){
        border-top: none;
        border-right: none;
    }
}
@media (min-width: 320px) and (max-width: 840px) {
    .task-btn-group button {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        float: initial;
    }
    .task-btn-group input {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        float: initial !important;
    }
}

@media (max-width: 767px) {
    .navbar-header.hidemenu .navbar-toggle {
        visibility: hidden;
    }
    .navbar-inverse {
        border: none;
    }
    .breadcrumb {
        border: none;
    }
}
@media (min-width: 320px) and (max-width: 1440px) {
    table.corpTable tbody tr td .res-rate,
    table.corpTable tbody tr td .rep-index,
    table.corpTable tbody tr td .rep-reviews,
    table.evoCorpTable thead tr.headStatic th .res-rate,
    table.evoCorpTable thead tr.headStatic th .rep-index,
    table.evoCorpTable thead tr.headStatic th .rep-reviews,
    table.evoCorpTable tbody tr td .res-rate,
    table.evoCorpTable tbody tr td .rep-index,
    table.evoCorpTable tbody tr td .rep-reviews {
        font-size: 18px;
    }

    table.evoCorpTable .itop {
        float: right;
        line-height: initial;
        text-align: center;
        margin-right: 5px;
        display: inline-block;
        margin-top: 10px;
    }
}
@media (min-width: 320px) and (max-width: 1200px) {

	.live {
		max-height: initial;
		height: auto;
		overflow: initial;
		padding: 0;
	}

	.live .tab-pane{
		padding: 0;
		padding-top: 10px;
	}

	.itemWrap.active:first-child,
	.itemWrap.active:nth-child(2) {
		border-bottom: none;
	}
	.itemWrap.active:nth-child(2){
		border-right: 1px solid #c8c7cc !important;
	}
	.itemWrap.active:nth-child(2),
	.itemWrap.active:nth-child(3){
		border-top: none !important;
	}
	.itemWrap:nth-child(3) {
		border-top: 1px solid #c8c7cc !important;
		border-left: none;
	}

	.itemWrap:nth-child(4) {
		border-top: 1px solid #c8c7cc !important;
		border-right: 1px solid #c8c7cc !important;
	}

	.itemWrap.active:nth-child(4) {
		background: #e8f5e9;
		border: none !important;
	}

	.widgetPanel:nth-child(4n+0) {
		padding-right: 15px;
	}

	.widgetPanel {
		padding-right: 0;
	}
	.widgetPanel .panel-body {
		padding: 0;
	}
	.panel-custom >.panel-heading {
		font-size: 14px;
	}
	.chartHead {
		font-size: 14px;
		text-align: center;
	}
	.chartCountTitle {
		font-family: "Open+Sans", sans-serif;
		float: left;
		width: 100%;
		font-weight: bold;
		color: #000000;
		font-size: 12px;
		text-align: center
	}
	.chartTextTitle {
		float: left;
		font-family: 'Open+Sans', sans-serif;
		width: 100%;
		font-size: 12px;
		text-align: center;
		font-weight: normal;
	}
	.chartTextSubtitle {
		float: left;
		font-family: 'Open+Sans', sans-serif;
		width: 100%;
		font-size: 8px;
		text-align: center;
		color: #cccccc
	}
	.chartIconSize {
		font-size: 8px;
	}
	.snapshot h3 {
		font-size: 12px;
	}
	.snapshot a.label {
		font-size: 75% !important;
	}
}