﻿body {
	background-color: #e9e9e9;
	font-family: RobotoFRM;
	left: 0;
	margin: 0 auto;
	min-width: 480px;
	top: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}

table {
	table-layout:fixed;
}

/*#region BS overlap*/
div.img-thumbnail {
	background-color: inherit !important;
	border: none;
	cursor: pointer;
	text-align: center;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}
/*#endregion*/
/*#region General settings*/
a {
	color: black;
}

	a:hover, a:active {
		-moz-transition: opacity ease 1s;
		-o-transition: opacity ease 1s;
		-webkit-transition: opacity ease 1s;
		transition: opacity ease 1s;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);
		opacity: 0.5;
	}
	a:hover, a:active, a:visited, a:link {
		text-decoration: none !important;
	}
		a:hover b {
			border-bottom: 2px solid black;
			padding-bottom: 5px;
			line-height: 1.6;
		}

.nav-btn-disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: 0.5;
	cursor: not-allowed;
}
h2 {
	font-size: 20px;
	font-weight: 800;
}

.img-thumbnail h4 {
	color: #424d58;
	font-size: 0.8em;
	font-weight: 300;
	line-height: 0.5;
}

.col-lg-3, .col-md-4, .col-xs-6, .col-md-12, .col-xs-12 {
	padding: 0 8px;

}

.row:not(.section-header), .frm-update, .frm-welcome, .frm-welcome-title {
	/*-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;*/
}


.col-lg-1 {
	padding-left: 0;
}

th, td {
	font-weight: 100 !important;
	font-family: RobotoCondensed;
	padding: 0;
}
th b {
	font-family: RobotoMedium;
}
/*#endregion*/
/*#region font-face*/
@font-face {
	font-family: RobotoFRM;
	src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
	font-family: RobotoCondensed;
	src: url(../fonts/RobotoCondensed-Regular.ttf);
}

@font-face {
	font-family: RobotoMedium;
	src: url(../fonts/Roboto-Medium.ttf);
}
/*#endregion*/

.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
}
.fit-it {
	margin: 0 auto;
	width: 100%;
}
/*#region - Sections-*/
.section-header {
	background-color: #424d59;
	height: 127px;
}

.section-navbar {
	background-color: white;
	height: 275px;
}

@media screen and (max-width: 768px) {
    .section-navbar {
        height:auto;
        margin-bottom:10px;
    }
}

.section-btn {
	margin-top: 12px;
}

.section-widget {
}

.section-filter {
	margin-bottom: 20px;
}

.section-question-data {
	margin-top: 20px;
}
/*#endregion*/

/*#region Header classes*/
.frm-welcome {
	color: #00c5e0;
	font-size: 27px;
	font-weight: bolder;
	padding-top: 20px;
	padding-left: 10%;
}

.frm-welcome-title a {
	color: white;
	font-size: 36px;
	font-weight: bolder;
	padding-left: 10%;
	text-decoration: none;
}

.frm-welcome-title {
	padding-bottom: 5px;
}

.frm-logo {
	margin: 10px 0 0 5px;
	height: 104px;
}

.iis-logo {
	width: 70px;
	margin-right: 10%;
	margin-top: 35px;
	height: 70px;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.frm-project-details {
	background-color: #49bfbc;
	font-size: 1em;
	display: inline;
}

.frm-project-update {
	font-size: 0.9em;
	position: relative;
	top: -12px;
    border-radius: 0.08in 0in 0in 0.08in;
	background-size: contain;
	color: white;
	line-height: 2;
	padding: 5px 0px 5px 20px;
}

.frm-project-update-right {
	font-size: 0.9em;
	position: relative;
	top: -12px;
    border-radius: 0in 0.08in 0.08in 0in;
	background-size: contain;
	color: white;
	line-height: 2;
	padding: 5px 20px 5px 10px;
}

.frm-project-update-right:hover {
	background-color:#00579e;
	cursor: pointer;
}

.frm-project-details {
	border-radius: 0.08in;
	background-size: contain;
	color: white;
	line-height: 2;
	padding: 5px 20px;
}

@media screen and (max-width: 580px) {
    .frm-project-update {
        border-radius: 0;
    }
}

.frm-project-update--red {
	background-color: #e06769;
}

.frm-separator {
	padding: 0 10px;
}

.frm-help, .frm-settings-menu {
	cursor: pointer;
	position: fixed;
	top: 220px;
}
.frm-help{
	right: 0;
    z-index:3;
}

.frm-settings-menu {
	left: 0;
}
.help-header {
	background-color: #434d59;
	margin: 35px 35px 25px 40px;
	padding-left: 25px;
	color: white;
	font-size: 40px;
}

@media screen and (max-width: 800px) {
    .help-header {
	    margin: 35px 5px 25px 40px;
    }
}

.help-description {
	margin: 10px auto;
	padding: 0 2px;
}

.help-container, .setts-container {
	/*-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;*/
    position: fixed;
    width: 85%;
    max-width: 1500px;
    background-color: #ffffff;
	box-shadow: 0 0 10px #888888;
	z-index: 4;
}
.help-container {
	right: 0;
	max-height: 650px;
}

.setts-container {
	height: 75%;
	padding: 20px 2%;
	left: 0;
	min-width: 500px;
	overflow-y:auto;
}

@media screen and (max-height: 400px) {
    .setts-container {
        height:90%;
        min-width: 300px;
    }
}

@media screen and (max-width: 400px) {
        .setts-container {
        min-width: 300px;
    }
}

.setts-containerNoScroll{
    overflow-y:hidden;
}

.scrollFilters{
    overflow-y:auto;
    height:100%;
}

.close-help {
	cursor: pointer;
	position: relative;
	background-color: none;
	color: white;
	float: left;
    right: 40px;
    top: 35px
}
.help-element-container, .media-skip {
	margin: 0 35px;
	overflow:auto;
}


@media screen and (max-width: 800px) {
    .help-element-container, .media-skip {
	    margin: 0px 0px 0px 35px;
    }
}

.help-title {
    border-top: 2px solid #434d59;
    border-bottom: 2px solid #434d59;
    font-weight: bolder;
	font-size: 20px;
	padding: 3px 5px;
}

.frm-export-btn, .frm-export-final {
	font-weight: 600;
	line-height: 2.2;
	height: 34px;
	text-align: center;
	cursor: pointer;
}

.frm-export-row-fix{
    padding-right:8px;
}

.frm-export-button-margin-padding-fix{
    padding-left:7px; 
    margin-bottom:3px;
}

.frm-export-btn {
	border: 3px solid #424d58;
}

.frm-export-final {
	background-color: #1e896f;
	color: white;
}

.section-export {
	max-height: 250px;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .firstWidget{
     margin-top:25px;
    }
}

.section-save-shown {
	/*height: 50px;*/
	display: block;
}

.frm-email-input {
	border: 3px solid #434d59;
	height: 34px;
	padding: 1px 5px;
	width: 100%;
}
	.export-case .file-location {
		margin-top: 50px;
		margin-bottom: 10px;
	}

.frm-export-btn-active {
	background-color: #48bfbb;
	color: white;
}
/*#endregion*/
/*#region Nav bar*/
.frm-menu {
	margin: 0 12%;
	margin-top: 50px;
}

.img-circle {
	max-width: 141px;
	width: 100%;
}

.active b {
	border-bottom: 2px solid black;
	padding-bottom: 5px;
    line-height:1.6;
}
/*#endregion*/
/*#region Section buttons*/
.frm-btn {
	background-color: #424d58;
	border: none;
	color: #798188;
	height: 32px;
	padding: 0 8px;
	min-width: 235px;
	max-width: 308px;
	margin: 7px auto;
	text-align: left;
	width: 100%;
}

.frm-btn:not(.btn-active):not(.btn-disabled):hover {
	color: #798188;
}

.frm-update {
	margin: 0 8px;
}

.frm-update--active {
	opacity: 0.5;
	cursor: default;
}

.btn-active {
	color: white;
}


.btn-disabled {
    color:lightgray;
	cursor: not-allowed;
}
/*#endregion*/
/*#region Middle line*/
.frm-line {
	background-color: #424d58;
	height: 2px;
	margin: 35px 15px 0 15px;
}

.frm-line-container {
	display: table;
}

.img-thumbnail-container {
	background-color: #e9e9e9;
	width: 130px;
	margin: 0 auto;
	margin-top: -24px;
	padding: 0 10px;
}

.widget-header--small {
	font-size: 17px !important;
	line-height: 1.5 !important;
}

.widget-header {
	background-color: #424d58;
	color: white;
	height: 54px;
	font-size: 19px;
	line-height: 2.8;
	margin-top: 8px;
}
/*#endregion*/
/*#region Color Section*/
.orange-color {
	color: #eebb36;
}

.purple-color {
	background-color: #7465ad;
}

.green-color--less {
	background-color: #9ec341;
}

.green-color {
	background-color: #359390;
}

.yellow-color {
	background-color: #edbc39;
}

	.yellow-color h1 {
		color: #edbc39;
	}

.blue-color {
	background-color: #66b3dc;
	font-family: RobotoCondensed;
	padding: 10% 0 3% 0 !important;
}

.teal-color {
	background-color: #6cc0ec;
}

.green-color--less h1 {
	color: #9ec341;
}

.red-color {
	background-color: #da3838;
}

	.red-color h1 {
		color: #da3838;
	}

/*#endregion*/

/*#region DashBoard*/
.dash-loader {
	width: 200px;
	margin: 20px auto;
	height: 200px;
	background-image: url(../img/loading-bkp.gif);
	background-repeat: no-repeat;
	background-size: contain;
}
.dashboard .widget-content:not(.homeCircle) {
	height: 287px !important;
	padding: 5px 0 0 0;
}
.row .reduced{
	width: 75%;
	margin: 0 auto;
}

.hasCircle {
	padding-top: 20px !important;
	height: 245px;
}

.homeCircle {
	height: 287px !important;
	padding-top: 45px;
}

.widget-content {
	color: white;
	font-weight: 900;
	min-height: 250px;
}

	.widget-content h1 {
		font-size: 100px;
		font-weight: bolder;
	}

	.widget-content .inner-circle h1 {
		line-height: 2.2;
		font-size: 5.6em;
	}
	
#cnt-dev-type {
	padding: 5px 1px !important;
}

.charts-container svg rect{
	max-width: 200px;
}
.highcharts-container {
	/*max-width: 260px;*/
    /*width:100%;*/
}

.comp-chart-sts {
	padding: 0 17%;
	font-size: 15px;
}

	.comp-chart-sts div:not(:last-child) {
		border-bottom: 1px solid white;
	}

/*#endregion*/
/*#region Dropdown css*/
.frm-drop {
	margin: 10px 10% 0 10% !important;
	background-color: #424d58;
	color: white;
	width: 80%;
	border: none;
	min-height: 20px;
	text-indent: 35px;
}

	.frm-drop:focus {
		border: none;
		outline: none;
	}

.header-drop {
	width: 25%;
	margin-top: 12px;
}

.header-move {
	padding-left: 20%;
}
/*#endregion*/

/*#region Paddings*/
.padding-number {
	padding: 13% 0;
}

.padding-small, .padding-small-bottom {
	padding-bottom: 10px;
}

.padding-small {
	padding-top: 10px;
}

.padding-medium {
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
}

.padding-smaller {
	padding: 2px 0;
}

.padding-fix {
	padding-left: 0;
}
/*#endregion*/
/*#region Overall incidence*/
.outer-circle {
	margin: 0 auto;
	border-radius: 50%;
	border: 4px solid white;
	width: 200px;
	height: 200px;
}
.ovr-more-info {
    position: relative;
    z-index: 2;
    right: 10px;
    color: white;
    cursor: pointer;
    top: -210px;
}


	.ovr-more-info .glyphicon {
		height: 50px;
		width: 50px;
		font-size: 25px;
        float:right;
	}

    .ovr-more-info:after{

        clear:right;

    }
.add-opacity {
	opacity: 0.3;
}
.inner-circle {
	background-color: white;
	border-radius: 50%;
	border-width: 2px;
	font-family: RobotoCondensed;
	height: 180px;
	margin: 0 auto;
	position: relative;
	top: -210px;
	width: 180px;
}
.outer-circle-comp {
	margin: 0 auto;
	border-radius: 50%;
	border: 2px solid white;
	width: 160px;
	height: 160px;
	position: relative;
	top: -230px;
}

.sct-close {
    right: 30px;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
    float: right;
}
.sct-content {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 4;
}
.half-center {
	min-width: 800px;
	width: 50%;
    margin: 0 auto;
}

@media screen and (max-width: 800px) {
.half-center {
    min-width:0px;
	width: 100%;
    margin: 0 auto;
}
}


.scrn-table {
	margin: 5px 15px;
	font-family: RobotoCondensed;
	width: auto;
	color:white;
}

.widget-loi-content{

    overflow-x:scroll;

}

	.scrn-table tbody th:first-child {
		/*width: 70px;*/
		padding: 2px 10px;
		min-width: 250px;
	}

	.scrn-table td, .scrn-table tbody th:not(:first-child) {
		border-left: solid;
		border-left-color: white;
		border-left-width: thin;
		min-width: 100px;
		padding: 0 8px;
		text-align: center;
	}
.scrn-header tr:last-child {
	background-color: rgba(255,255,255,0.3);
}

	.scrn-header th:first-child, .scrn-content-part th:first-child  {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.scrn-header th:last-child, .scrn-content-part td:last-child {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
.scrn-content-part tr:nth-child(2n) {
	background-color: rgba(255,255,255,0.3);
}
.widget-scr-content {
	overflow: auto;
	max-height:500px;
}
.sct-title {
	margin-left: 50px;
}
/*#endregion*/

/*#region Drop-Resp-Rate*/
.fst-blue {
	border-bottom: 2px solid white;
	padding: 0 3px 5px 0 !important;
	margin: 0 7%;
	/*margin-top:-30px;*/
}

.scd-blue {
	padding: 0 5px 5px 5px !important;
	border-bottom: 2px solid white;
	margin: 0 7%;
}

.trd-blue {
	padding: 2px 10px 9px 10px;
	margin: 0 7%;
	margin-top: 10px;
}

.trd-blue--alert {
	background-color: #dc6262;
}

.carousel-indicators {
	bottom: 190px;
}

.carousel-control.right {
	background: none;
}

.carousel-control.left {
	background: none;
}

.carousel-control .glyphicon-chevron-right {
	margin-right: -20px;
}

.carousel-control .glyphicon-chevron-left {
	margin-left: -20px;
}

.vbar-container {
	height: 300px;
	width: 97%;
}
/*#endregion*/

.content--small {
	font-size: 24px;
	padding-left: 5px;
	margin-right: -35px;
}

/*#region Widget footer*/
.frm-footer {
	background-color: #dc6262;
	height: 30px;
	line-height: 2.3;
	padding-left: 20px;
	text-align: left;
}

.frm-filters {
	background-color: white;
	font-family: RobotoMedium;
	line-height: 1.8;
	min-height: 32px;
	padding: 0 20px;
	text-align: left;
}

	.frm-filters:not(.multiple-filters) {
		line-height: 2.2;
	}

.multiple-filters li:not(:last-child) {
	border-bottom: 1px solid black;
	padding-bottom: 1px;
}

.multiple-filters li:last-child {
	padding-bottom: 2px;
}

.white-text {
	color: white;
	font-weight: bold;
	line-height: 2;
}
/*#endregion*/


/*#region Panel Mix*/
.pnl-mix-progress {
	width: 90%;
	margin: 5px 10px 2px 5px;
}

.return-title, .sti-title {
	color: white;
	text-align: center;
}

.panel-number {
	width: 12%;
	color: white;
	font-size: 12px;
	font-weight: lighter;
	line-height: 1.6;
}

.panel-parent, .sti-parent {
	background-color: #e2dedc;
	border: 1px solid #e2dedc;
}

.panel-parent {
	width: 86%;
}

.panel-child {
	height: 18px;
}

.panel-parent, .panel-number {
	height: 20px;
}

.panel-color {
	width: 14px;
	height: 14px;
	border: 1px solid #e2dedc;
	margin: 2px 5px;
}

.panel-legend-container {
	margin: 0 auto;
	padding-left: 35px;
}

.panel-legend-item, .dev-legend-item {
	max-width: 200px;
	font-family: RobotoCondensed;
	font-size: 12px;
}
	.panel-legend-item div:last-child {
		width: 80%;
		overflow: hidden;
		white-space: nowrap;
		-ms-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}

.panel-legend-container .col-md-3 {
	padding: 0 !important;
}

.panel-child-animate, .dev-child-animate {
	height: 100%;
	background-color: #e2dedc;
	-webkit-animation: progressBar 2s ease-in-out;
	-o-animation: progressBar 2s ease-in-out;
	-moz-animation: progressBar 2s ease-in-out;
	animation: progressBar 2s ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes progressBar {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@-moz-keyframes progressBar {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@keyframes progressBar {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}
/*#endregion*/
/*#region Drop rate per question*/
#cnt-drp-rate-qst {
	overflow: auto;
}

.drop-table td, .drop-table th {
	width: 20%;
	max-width: 200px;
	padding: 0 15px;
}

.drop-table-container {
	max-height: 730px;
	overflow-y: auto;
}

.drop-table {
	margin: 10px 5px;
}
	.drop-table tbody th {
		-ms-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.drop-table td {
		text-align: center;
		border-left: solid;
		border-left-color: white;
		border-left-width: thin;
	}

	.drop-table thead th:not(:first-child) {
		text-align: center;
		border-left: solid;
		border-left-color: white;
		border-left-width: thin;
	}

	.drop-table tbody tr:nth-child(2n+1) {
		background-color: #94cae7;
	}

		.drop-table tbody tr:nth-child(2n+1) th {
			border-top-left-radius: 25px;
			border-bottom-left-radius: 25px;
		}

		.drop-table tbody tr:nth-child(2n+1) td:last-child {
			border-top-right-radius: 25px;
			border-bottom-right-radius: 25px;
		}

	.drop-table tbody tr:last-child {
		color: #efb945;
	}
/*#endregion*/

/*#region IPI summary*/
#cnt-ipi-sum {
	overflow: auto;
}

.ipi-table td {
	width: 15%;
	padding: 0 15px;
}

.ipi-table {
	margin: 10px 5px;
	font-family: RobotoCondensed;
}

	.ipi-table tbody th:first-child {
		width: 150px;
		padding-left: 10px;
	}

	.ipi-table td, .ipi-table tbody th:not(:first-child) {
		border-left: solid;
		border-left-color: white;
		border-left-width: thin;
	}

	.ipi-table tbody th:not(:first-child) {
		padding: 0 7px;
		text-align: left;
	}

	.ipi-table thead th:not(:first-child) {
		text-align: center;
	}

	.ipi-table tbody tr:nth-child(2n+1) {
		background-color: rgba(255,255,255,0.3);
	}

		.ipi-table tbody tr:nth-child(2n+1) th:first-child {
			border-top-left-radius: 25px;
			border-bottom-left-radius: 25px;
		}

		.ipi-table tbody tr:nth-child(2n+1) td:last-child {
			border-top-right-radius: 25px;
			border-bottom-right-radius: 25px;
		}
/*#endregion*/

/*#region QES*/
.frm-qes-tr th {
	min-width: 300px;
	padding-left: 10px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	text-align: left;
	font-weight: normal;
}

.frm-qes-tr:nth-child(2n) {
	background-color: #9e94c6;
}

.frm-qes-tr td:last-child {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.qes-header:last-child, .frm-qes-tr td:last-child {
	color: #ecb946;
}

.frm-qes-tr td {
	min-width: 150px;
}

.qes-header {
	text-align: center;
	width: 130px;
}

.frm-qes-table {

	overflow-x: scroll;
	min-width: 1200px;
}

div [ng-controller = "qesController"]{
	overflow-y: hidden;
}

.qes-left-span {
	width: 50%;
	height: 40px;
	line-height: 2.5;
	text-align: center;
	border-right: solid 1px white;
}

.qes-right-span {
	height: 40px;
	line-height: 2.5;
	text-align: center;
}

.qes-right-span::after{
clear:both;
}

.qes-graph-section {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	/*-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;*/
	cursor: default;
}

.qes-bar-container {
	width: 170px;
	height: 200px;
	/*background-color: #9e94c6;*/
	margin: 0 4px;
}

.qes-title {
	text-align: center;
	height: 20px;
}

.qes-col-parent {
	height: 90%;
	width: 18px;
	padding: 0;
	color: black;
	margin: 0 auto;
	margin-left: 3px;
	padding-bottom: 20px;
}

.qes-pre-child {
	width: 100%;
	height: 95%;
	background-color: white;
}

.qes-child {
	position: relative;
}

.qes-count {
	color: white;
	font-weight: 100;
	font-family: RobotoCondensed;
	font-size: 12px;
}

.qes-legend {
	height: 40px;
	width: 100%;
	padding: 2px 0;
	margin-top: 20px;
}

.qes-legend-item {
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
}

.qes-title, .qes-legend-text {
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	font-weight: normal;
}

.qes-legend-text {
	width: 120px;
}
/*#endregion*/

.daily-progress-chart {
	margin: 10px auto;
	overflow: auto;
}

/*#region Online quota*/
#quota-data {
	height: 100% !important;
	overflow: auto;
	width: 100%;
}
#onl-qta {
	padding-bottom: 50px;
}

.frm-quota-table {
	margin: 10px auto;
}

	.frm-quota-table td, .frm-quota-table th {
		text-align: center;
		min-width: 100px;
	}

.border-left:nth-child(3n-1), .border-left-simple {
	margin-left: 0;
	border-left: solid;
	border-left-color: white;
	border-left-width: thin;
}

.border-left {
	padding-left: 4px;
}
.frm-tr th {
	white-space: nowrap;
}

.frm-table-header th {
	height: 27px;
	vertical-align: top;
}

.frm-tr:nth-child(2n) td {
	background-color: #a091bf;
}

.frm-tr:nth-child(2n) .frm-last-header {
	background-color: #a091bf;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.frm-tr th:not(.frm-side-header) {
	border-right: 1px solid white;
	padding: 0 5px;
}

.frm-tr td:last-child {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.frm-headers {
	width: 100%;
}

.cell-text, .results-cell-text {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid white;
    min-height: 41px;
}
	.cell-text b {
		background-color: #7465ad;
		padding-left: 7px;
		padding-right: 5px;
	}

.frm-side-header {
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.header-align {
	width: 50%;
	text-align: right;
}

.frm-quota-drop {
	background-color: white;
	color: black;
	font-size: 15px;
	border: none;
	min-height: 30px;
	max-width: 200px;
	margin:12px 5px 0 30%;
}

@media screen and (max-width: 1200px) {
    .frm-quota-drop {
        max-width: 110px;
    }
}


/*#endregion*/
/*#region devType v2*/
.device-title {
	color: white;
	text-align: left;
	margin: 0 0 2px 40px;
	font-size: 12px;
	font-family: RobotoCondensed;
	font-weight: 100;
}

.orange-div {
	background-color: #ebb947;
}

.red-div {
	background-color: #e06769;
}

.dev-child-animate {
	height: 8px;
}

.dev-type-progress {
	width: 100%;
	margin: 2px 10px 5px 0;
}

	.dev-type-progress .panel-parent, .dev-type-progress .panel-number {
		height: 10px;
		line-height: 1;
	}

	.dev-type-progress .panel-parent {
		width: 72%;
	}

.i1 {
	color: #ebb947;
}

.i2, .i1 {
	font-size: 10px;
    line-height:10px;
}
/*#endregion*/

/*#region Settings page specific css*/
.frm-settings, .frm-settings-save {
	background-color: #848484;
	color: white;
	min-height: 50px;
	cursor: pointer;
	/*-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;*/
}

.frm-settings {
	background-color: #848484;
	margin-top: 30px;
}

.frm-settings-save {
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	-webkit-transition: background-color 1s ease;
	transition: background-color 1s ease;
	background-color: #ecb946;
	margin-top: 15px;
}

	.frm-settings-save h2 {
		padding-top: 15px;
	}

.frm-save-active {
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	-webkit-transition: background-color 1s ease;
	transition: background-color 1s ease;
	background-color: #93ca55;
}

.frm-settings h1 {
	line-height: 1.5;
}

.frm-settings--active {
	background-color: #49bfbc;
}

.filter-header {
	background-color: #424d58;
	color: white;
	
	font-weight: 600;
	margin-top: 16px;
	min-height: 45px;
	padding-top: 15px;
	text-align: left;
}
.filter-expand {
    cursor: pointer;
}

.filter-title {
	margin-left: 15px;
}

.drop-arrow-up, .drop-arrow-down {
	border: none;
	background-size: contain;
	margin-right: 15px;
	width: 20px;
	height: 20px;
	top: 25%;
	left: 0;
	cursor: pointer;
}

.drop-arrow-up {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAIAAABGNLJTAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuNvyMY98AAADFSURBVChTY3DyjSAeDWrVzn6RPuGJaIIQhEX1mo3bbty64xuehCYOROiql6/Z+B8Mrt/EogFF9aLla4Dqvn79du/BIyDj4pVrniHxyAoQqmcvXA5U8ePnz8KqpqCYNIiG85euIGuAqp42dzFEaXF1M0QEqOHBo8dAwZNnzrsFxkAEQapzS+uAor///Kls7ICIQlB4YtbT5y+AUsdOnnXxjwKKgFSHxmem5ZdHpeTB1cGRf1QKUAqI3INAxqP4kiAaLKp9IwDX9xBXPwAcsQAAAABJRU5ErkJggg==') /*img/up_arrow.png*/;
    background-repeat: no-repeat;
}

.drop-arrow-down {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAIAAABGNLJTAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuNvyMY98AAADRSURBVChTY3DyjSAeDS7V7kExafnlQOQflYIsB0FRKXlAqdD4TCAbpNrFP+rYybP///9/+vxFeGIWXB0QVTZ2/P7zByiVW1oH5EJd4hYYc/LMeaDog0ePgTZBBIurm3/8/AkUnDZ3MUQE4W7PkPjzl64A5e49eATUUFjVBFE6e+FyuBoUXwI1XLxyDaLh69dvQMai5WuQFaCoBiLf8KTrN+8A1QHB8jUb0WTRVQMRUMONW3fWbNyGJg5EWFQDkU94orNfJJogEGFXjQsNFtW+EQADERBXbY+8owAAAABJRU5ErkJggg==') /*img/down_arrow.png*/;
    background-repeat: no-repeat;
}

.filter-content {
	overflow: auto;
	max-height: 400px;
}

	.filter-content li {
		background-color: white;
		cursor: pointer;
		color: #424d58;
		font-size: 15px;
		font-family: RobotoMedium;
		padding: 5px 15px 5px 10px;
	}

.filters-text {
	width: 90%;
}

.export-content, .export-save {
	background-color: #424d58;
	color: white;
	cursor: pointer;
	font-weight: 600;
	margin: 16px auto;
	min-height: 40px;
	padding-top: 15px;
	text-align: left;
	padding: 10px 17px;
}

.export-active {
	background-color: #49bfbc;
}

.export-save {
	margin: 16px auto;
	max-width: 300px;
	text-align: center;
}

.export-disabled {
	background-color: #848484;
}

.filter-content li:nth-child(2n) {
	background-color: #c1dfe1;
}

.filter-content .glyphicon {
	opacity: 0.5;
}

.filter-enabled .glyphicon {
	opacity: 1;
}

.frm-shade-overlay, .frm-setts-overlay, .frm-export-overlay {
	height: 100%;
	left: 0;
	min-height: 750px;
	opacity: 0.7;
	position: fixed;
	top: 0;
	width: 100%;
}
.frm-shade-overlay {
	background-color: #424d58;
	z-index: 3;
}
.frm-setts-overlay {
	background-color: lightgray;
	z-index: 4;
}
.frm-export-overlay {
	background-color: #424d58;
	z-index: 5;
}

.frm-wait-text {
	color: white;
	font-size: medium;
	font-weight: bold;
	margin: 0 auto;
	padding-top: 150px;
	width: 250px;
}
.settings-loader {
	background-image: url(../img/loading-bkp.gif);
	background-repeat: no-repeat;
	background-size: contain;
	height: 50px;
	margin: 10px auto;
	width: 50px;
}
.file-location {
	clear:both;
    width: 460px;
    height: 50px;
    margin: 0 auto;
    /*margin-top:50px;*/
	margin-top: 40px;
    padding: 13px 9%;
    border-radius: 8px;
    border: 2px solid black;
}

.close-settins-menu .glyphicon-remove-circle {
	font-size:30px;
	color:#848484;
	cursor: pointer;
}
.close-settins-menu {
	/*position: absolute;*/
	top: 5px;
	right: 5px;
    margin-left:96%;
}

@media screen and (max-width: 400px) {

    .close-settins-menu {
    margin-left:90%;
    }

}

/*#endregion*/

/*#region IPI Summary*/
.frm-ipi-drop {
	margin-right: 20px;
	max-width: 150px;
}

	.frm-ipi-drop select {
		width: 100%;
		background-color: white;
		color: black;
		border: none;
		min-height: 30px;
	}
/*#endregion*/

/*#region STI*/
#cnt-spc-ti {
	overflow: auto;
}

.sti-legend-item {
	max-width: 250px;
	font-family: RobotoCondensed;
	font-weight: 300;
	margin: 0 8px;
}

.sti-legend-container {
	margin: 0 auto;
	padding-left: 15px;
}

.sti-number {
	width: 15%;
	color: white;
	font-size: 10px;
	font-weight: lighter;
}

.sti-parent {
	width: 75%;
}

.sti-child {
	height: 10px;
}

.sti-title, .text-inside {
	height: 20px;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.sti-progress {
	width: 90%;
	margin: 2px 10px 2px 2px;
	height: 17px;
}

.sti-data-container {
	min-height: 200px;
}

.move-center {
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.move-middle {
	top: 50px;
}
/*#endregion*/

/*#region Results page*/
.module-wrapper {
	max-height: 710px;
	overflow: auto;
}

.result-container, .result-container-open{
	margin: 20px auto;
	padding-bottom: 5px;
	max-width: 850px;
	border-radius: 5px;
}

.result-container:not(.cross) {
	max-height: 55px;
	background-color: #1f896f;
}

.result-container-open:not(.cross) {
	max-height: 450px;
	background-color: #1f896f;
}

.result-container.cross {
	max-height: 55px;
	background-color: #01a4a6;
}

.result-container-open.cross {
	max-height: 450px;
	background-color: #01a4a6;
}

.results-open-btn, .results-search-btn {
	background-repeat: no-repeat;
	background-size: contain;
	height: 35px;
	border: none;
	border-radius: 5px;
}

.results-open-btn {
	background-image: url(../img/open-btn.png);
	width: 60px;
}

.results-search-btn {
	background-image: url(../img/search-btn.png);
	width: 57px;
}

.nothing-found {
	color: #e9e9e9;
	max-width: 300px;
	margin: 10px auto;
	text-align: center;
}

.navbar-form .form-control {
	width: 100%;
}

.search-box {
	font-family: RobotoCondensed;
	font-size: medium;
	margin: 10px auto;
	overflow: auto;
	max-height: 350px;
}

.question-box div:hover {
	opacity: 0.5;
}

.question-box div {
	color: white;
	margin-left: 10px;
	cursor: pointer;
}

.question-fix {
	margin-right: 5px;
	margin-left: 0;
}
.results-question-container {
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.drawer-back {
	height: 30px;
	width: 100px;
	background-color: white;
	margin: 0 auto;
	position: relative;
	bottom: -15px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}

	.drawer-back span {
		color: gray;
		background-size: contain;
		font-size: 20px;
		margin-top: 5px;
	}

.nav-form-fix {
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	border: 0;
	box-shadow: none;
}

.result-data:not(.cross) {
	background: #1f896f;
	color: white;
}
.result-data.cross{
	background: #01a4a6;
	color: white;
}

.result-table-container {
	width: 100%;
	padding: 10px 10px;
	overflow: auto;
}

.frm-results-table {
	margin: 0 auto;
}
	.frm-results-table thead {
		position: relative;
		display: table-caption;
		margin-right: 20px;
	}
	.frm-results-table tbody {
		display:inline-block;
		padding-right: 20px;
	}
	.frm-results-table.cross tbody {
		max-height: 500px;
	}
	.frm-results-table:not(.cross) tbody {
		max-height: 400px;
	}

		.frm-results-table tbody td {
			min-width:110px;
		}

.sa-type .frm-results-tr td, .sa-type .frm-results-table th {
	text-align: center;
	overflow: hidden;
	height: 27px;
	padding-right: 5px;
	min-width: 260px;
	max-width: 260px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.sa-type, .grid-type {
	text-align: center;
	margin: 0 auto;
	padding: 5px 10px;
}

.sa-type,.grid-type {
	max-width: 850px;
}

@media only screen and (max-width:850px) {
	.sa-type,.grid-type{
        width:98%;
        }
}

.frm-results-tr:nth-child(2n) *:not(.frm-results-header) {
	background-color: #73cbc8;
}

.frm-results-tr th:not(.frm-side-header) {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	text-align: left;
	padding-left: 20px;
}

.frm-results-tr td:last-child {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.sa-type .frm-results-tr:last-child, .grid-type:not(.per-column) tr td:last-child, .grid-type:not(.per-column) .frm-results-header td:last-child {
	color: firebrick;
	font-weight: bold;
	font-family: RobotoFRM;
}
.per-column .frm-results-tr:last-child {
	color: firebrick;
	font-weight: bold;
	font-family: RobotoFRM;
}

.grid-type .frm-results-header td {
	min-width: 110px;
	white-space: normal;
	text-align: center;

	-ms-word-break: break-all;
	word-break: break-word;
	-ms-line-break: strict;
	-webkit-line-break: strict;
	line-break: strict;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}
.grid-type .frm-results-header td:first-child {
	min-width:150px;
}

.grid-type .frm-results-tr th {
	min-width: 150px;
	max-width: 150px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.table-outer {
	position:relative;
}
.table-inner {
  overflow-x: scroll;
  overflow-y: visible;
  /*margin-left: 31%;*/
}

.results-header {
	color: white;
}
.widget-results-header {
	background-color: #424d58;
	color: white;
	height: 60px;
	font-size:20px;
	line-height: 2.3;
	margin-top: 8px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 10px;
	white-space: nowrap;
}
/*#endregion*/

.widget-loader {
	background-color: yellowgreen;
	color: white;
	min-height: 250px;
	padding: 10px;
}
.spinner {
	width: 150px;
	height: 150px;
	margin: 20px auto;
	background-image: url(../img/loading.gif);
	background-size:contain;
	background-repeat: no-repeat;
}

.error-msg {
	font-size: 20px;
}
/*#region Flags*/
.flag {
	background:url(../img/flags.png) no-repeat;
	display: inline-block;
	height: 15px;
	left: 5px;
	position: relative;
	top: 2px;
	width: 25px;
}

.flag.flag-ad {background-position: -25px 0}
.flag.flag-ae {background-position: -50px 0}
.flag.flag-af {background-position: -75px 0}
.flag.flag-ag {background-position: -100px 0}
.flag.flag-ai {background-position: -125px 0}
.flag.flag-al {background-position: -150px 0}
.flag.flag-am {background-position: -175px 0}
.flag.flag-an {background-position: -200px 0}
.flag.flag-ao {background-position: -225px 0}
.flag.flag-ar {background-position: -250px 0}
.flag.flag-as {background-position: -275px 0}
.flag.flag-at {background-position: -300px 0}
.flag.flag-au {background-position: -325px 0}
.flag.flag-aw {background-position: -350px 0}
.flag.flag-az {background-position: -375px 0}
.flag.flag-ba {background-position: 0 -15px}
.flag.flag-bb {background-position: -25px -15px}
.flag.flag-bd {background-position: -50px -15px}
.flag.flag-be {background-position: -75px -15px}
.flag.flag-bf {background-position: -100px -15px}
.flag.flag-bg {background-position: -125px -15px}
.flag.flag-bh {background-position: -150px -15px}
.flag.flag-bi {background-position: -175px -15px}
.flag.flag-bj {background-position: -200px -15px}
.flag.flag-bm {background-position: -225px -15px}
.flag.flag-bn {background-position: -250px -15px}
.flag.flag-bo {background-position: -275px -15px}
.flag.flag-br {background-position: -300px -15px}
.flag.flag-bs {background-position: -325px -15px}
.flag.flag-bt {background-position: -350px -15px}
.flag.flag-bv {background-position: -375px -15px}
.flag.flag-bw {background-position: 0 -30px}
.flag.flag-by {background-position: -25px -30px}
.flag.flag-bz {background-position: -50px -30px}
.flag.flag-ca {background-position: -75px -30px}
.flag.flag-cd {background-position: -100px -30px}
.flag.flag-cf {background-position: -125px -30px}
.flag.flag-cg {background-position: -150px -30px}
.flag.flag-ch {background-position: -175px -30px}
.flag.flag-ci {background-position: -200px -30px}
.flag.flag-ck {background-position: -225px -30px}
.flag.flag-cl {background-position: -250px -30px}
.flag.flag-cm {background-position: -275px -30px}
.flag.flag-cn {background-position: -300px -30px}
.flag.flag-co {background-position: -325px -30px}
.flag.flag-cr {background-position: -350px -30px}
.flag.flag-cu {background-position: -375px -30px}
.flag.flag-cv {background-position: 0 -45px}
.flag.flag-cy {background-position: -25px -45px}
.flag.flag-cz {background-position: -50px -45px}
.flag.flag-de {background-position: -75px -45px}
.flag.flag-dj {background-position: -100px -45px}
.flag.flag-dk {background-position: -125px -45px}
.flag.flag-dm {background-position: -150px -45px}
.flag.flag-do {background-position: -175px -45px}
.flag.flag-dz {background-position: -200px -45px}
.flag.flag-ec {background-position: -225px -45px}
.flag.flag-ee {background-position: -250px -45px}
.flag.flag-eg {background-position: -275px -45px}
.flag.flag-eh {background-position: -300px -45px}
.flag.flag-er {background-position: -325px -45px}
.flag.flag-es {background-position: -350px -45px}
.flag.flag-et {background-position: -375px -45px}
.flag.flag-eu {background-position: 0 -60px}
.flag.flag-fi {background-position: -25px -60px}
.flag.flag-fj {background-position: -50px -60px}
.flag.flag-fk {background-position: -75px -60px}
.flag.flag-fm {background-position: -100px -60px}
.flag.flag-fo {background-position: -125px -60px}
.flag.flag-fr {background-position: -150px -60px}
.flag.flag-ga {background-position: -175px -60px}
.flag.flag-gb {background-position: -200px -60px}
.flag.flag-gd {background-position: -225px -60px}
.flag.flag-ge {background-position: -250px -60px}
.flag.flag-gf {background-position: -275px -60px}
.flag.flag-gg {background-position: -300px -60px}
.flag.flag-gh {background-position: -325px -60px}
.flag.flag-gi {background-position: -350px -60px}
.flag.flag-gl {background-position: -375px -60px}
.flag.flag-gm {background-position: 0 -75px}
.flag.flag-gn {background-position: -25px -75px}
.flag.flag-gp {background-position: -50px -75px}
.flag.flag-gq {background-position: -75px -75px}
.flag.flag-gr {background-position: -100px -75px}
.flag.flag-gs {background-position: -125px -75px}
.flag.flag-gt {background-position: -150px -75px}
.flag.flag-gu {background-position: -175px -75px}
.flag.flag-gw {background-position: -200px -75px}
.flag.flag-gy {background-position: -225px -75px}
.flag.flag-hk {background-position: -250px -75px}
.flag.flag-hm {background-position: -275px -75px}
.flag.flag-hn {background-position: -300px -75px}
.flag.flag-hr {background-position: -325px -75px}
.flag.flag-ht {background-position: -350px -75px}
.flag.flag-hu {background-position: -375px -75px}
.flag.flag-id {background-position: 0 -90px}
.flag.flag-ie {background-position: -25px -90px}
.flag.flag-il {background-position: -50px -90px}
.flag.flag-in {background-position: -75px -90px}
.flag.flag-io {background-position: -100px -90px}
.flag.flag-iq {background-position: -125px -90px}
.flag.flag-ir {background-position: -150px -90px}
.flag.flag-is {background-position: -175px -90px}
.flag.flag-it {background-position: -200px -90px}
.flag.flag-je {background-position: -225px -90px}
.flag.flag-jm {background-position: -250px -90px}
.flag.flag-jo {background-position: -275px -90px}
.flag.flag-jp {background-position: -300px -90px}
.flag.flag-ke {background-position: -325px -90px}
.flag.flag-kg {background-position: -350px -90px}
.flag.flag-kh {background-position: -375px -90px}
.flag.flag-ki {background-position: 0 -105px}
.flag.flag-km {background-position: -25px -105px}
.flag.flag-kn {background-position: -50px -105px}
.flag.flag-kp {background-position: -75px -105px}
.flag.flag-kr {background-position: -100px -105px}
.flag.flag-kw {background-position: -125px -105px}
.flag.flag-ky {background-position: -150px -105px}
.flag.flag-kz {background-position: -175px -105px}
.flag.flag-la {background-position: -200px -105px}
.flag.flag-lb {background-position: -225px -105px}
.flag.flag-lc {background-position: -250px -105px}
.flag.flag-li {background-position: -275px -105px}
.flag.flag-lk {background-position: -300px -105px}
.flag.flag-lr {background-position: -325px -105px}
.flag.flag-ls {background-position: -350px -105px}
.flag.flag-lt {background-position: -375px -105px}
.flag.flag-lu {background-position: 0 -120px}
.flag.flag-lv {background-position: -25px -120px}
.flag.flag-ly {background-position: -50px -120px}
.flag.flag-ma {background-position: -75px -120px}
.flag.flag-mc {background-position: -100px -120px}
.flag.flag-md {background-position: -125px -120px}
.flag.flag-me {background-position: -150px -120px}
.flag.flag-mg {background-position: -175px -120px}
.flag.flag-mh {background-position: -200px -120px}
.flag.flag-mk {background-position: -225px -120px}
.flag.flag-ml {background-position: -250px -120px}
.flag.flag-mm {background-position: -275px -120px}
.flag.flag-mn {background-position: -300px -120px}
.flag.flag-mo {background-position: -325px -120px}
.flag.flag-mp {background-position: -350px -120px}
.flag.flag-mq {background-position: -375px -120px}
.flag.flag-mr {background-position: 0 -135px}
.flag.flag-ms {background-position: -25px -135px}
.flag.flag-mt {background-position: -50px -135px}
.flag.flag-mu {background-position: -75px -135px}
.flag.flag-mv {background-position: -100px -135px}
.flag.flag-mw {background-position: -125px -135px}
.flag.flag-mx {background-position: -150px -135px}
.flag.flag-my {background-position: -175px -135px}
.flag.flag-mz {background-position: -200px -135px}
.flag.flag-na {background-position: -225px -135px}
.flag.flag-nc {background-position: -250px -135px}
.flag.flag-ne {background-position: -275px -135px}
.flag.flag-nf {background-position: -300px -135px}
.flag.flag-ng {background-position: -325px -135px}
.flag.flag-ni {background-position: -350px -135px}
.flag.flag-nl {background-position: -375px -135px}
.flag.flag-no {background-position: 0 -150px}
.flag.flag-np {background-position: -25px -150px}
.flag.flag-nr {background-position: -50px -150px}
.flag.flag-nu {background-position: -75px -150px}
.flag.flag-nz {background-position: -100px -150px}
.flag.flag-om {background-position: -125px -150px}
.flag.flag-pa {background-position: -150px -150px}
.flag.flag-pe {background-position: -175px -150px}
.flag.flag-pf {background-position: -200px -150px}
.flag.flag-pg {background-position: -225px -150px}
.flag.flag-ph {background-position: -250px -150px}
.flag.flag-pk {background-position: -275px -150px}
.flag.flag-pl {background-position: -300px -150px}
.flag.flag-pm {background-position: -325px -150px}
.flag.flag-pn {background-position: -350px -150px}
.flag.flag-pr {background-position: -375px -150px}
.flag.flag-ps {background-position: 0 -165px}
.flag.flag-pt {background-position: -25px -165px}
.flag.flag-pw {background-position: -50px -165px}
.flag.flag-py {background-position: -75px -165px}
.flag.flag-qa {background-position: -100px -165px}
.flag.flag-re {background-position: -125px -165px}
.flag.flag-ro {background-position: -150px -165px}
.flag.flag-rs {background-position: -175px -165px}
.flag.flag-ru {background-position: -200px -165px}
.flag.flag-rw {background-position: -225px -165px}
.flag.flag-sa {background-position: -250px -165px}
.flag.flag-sb {background-position: -275px -165px}
.flag.flag-sc {background-position: -300px -165px}
.flag.flag-sd {background-position: -325px -165px}
.flag.flag-se {background-position: -350px -165px}
.flag.flag-sg {background-position: -375px -165px}
.flag.flag-sh {background-position: 0 -180px}
.flag.flag-si {background-position: -25px -180px}
.flag.flag-sk {background-position: -50px -180px}
.flag.flag-sl {background-position: -75px -180px}
.flag.flag-sm {background-position: -100px -180px}
.flag.flag-sn {background-position: -125px -180px}
.flag.flag-so {background-position: -150px -180px}
.flag.flag-sr {background-position: -175px -180px}
.flag.flag-st {background-position: -200px -180px}
.flag.flag-sv {background-position: -225px -180px}
.flag.flag-sy {background-position: -250px -180px}
.flag.flag-sz {background-position: -275px -180px}
.flag.flag-tc {background-position: -300px -180px}
.flag.flag-td {background-position: -325px -180px}
.flag.flag-tf {background-position: -350px -180px}
.flag.flag-tg {background-position: -375px -180px}
.flag.flag-th {background-position: 0 -195px}
.flag.flag-tj {background-position: -25px -195px}
.flag.flag-tk {background-position: -50px -195px}
.flag.flag-tl {background-position: -75px -195px}
.flag.flag-tm {background-position: -100px -195px}
.flag.flag-tn {background-position: -125px -195px}
.flag.flag-to {background-position: -150px -195px}
.flag.flag-tr {background-position: -175px -195px}
.flag.flag-tt {background-position: -200px -195px}
.flag.flag-tv {background-position: -225px -195px}
.flag.flag-tw {background-position: -250px -195px}
.flag.flag-tz {background-position: -275px -195px}
.flag.flag-ua {background-position: -300px -195px}
.flag.flag-ug {background-position: -325px -195px}
.flag.flag-um {background-position: -350px -195px}
.flag.flag-us {background-position: -375px -195px}
.flag.flag-uy {background-position: 0 -210px}
.flag.flag-uz {background-position: -25px -210px}
.flag.flag-va {background-position: -50px -210px}
.flag.flag-vc {background-position: -75px -210px}
.flag.flag-ve {background-position: -100px -210px}
.flag.flag-vg {background-position: -125px -210px}
.flag.flag-vi {background-position: -150px -210px}
.flag.flag-vn {background-position: -175px -210px}
.flag.flag-vu {background-position: -200px -210px}
.flag.flag-wf {background-position: -225px -210px}
.flag.flag-ws {background-position: -250px -210px}
.flag.flag-ye {background-position: -275px -210px}
.flag.flag-yt {background-position: -300px -210px}
.flag.flag-za {background-position: -325px -210px}
.flag.flag-zm {background-position: -350px -210px}
.flag.flag-zw {background-position: -375px -210px}
/*#endregion*/

.ovr-incidence-decimals{
    font-size:25px;
}

.list-questions-to-select{
    margin-left:25px;
    margin-right:25px;
    /*display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex--wrap:wrap;
    flex-wrap:wrap;
    align-content:space-around;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
     */
}

/*.list-questions-to-select .question-item:nth-child(2n){
    background:#c1dfe1;
}*/

.list-questions-to-select [type="checkbox"] {
    visibility: hidden;
}

.list-questions-to-select label{
    cursor:pointer;
    margin-right:15px;
    width:100%;
}

.list-questions-to-select [type="checkbox"] + span{
    display:inline-block;
}

.list-questions-to-select [type="checkbox"] + span:after {
    content:"\e013";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    opacity: 0.5;
    -webkit-font-smoothing: antialiased;
}

.list-questions-to-select [type="checkbox"]:checked + span:after {
    content:"\e013";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 1200px) {
    .spinnerSettings{
        margin-left:50%; 
        margin-right:50%;
        -moz-transform: translateX(50%);
	    -ms-transform: translateX(50%);
	    -o-transform: translateX(50%);
	    -webkit-transform: translateX(50%);
	    transform: translateX(50%);
        display:block;
    }
}
.test1
{
    text-align:right;
}