body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	overflow-x: hidden;
    color: #656565;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
}

.navbar-inverse {
	background-color: #36394D;
	border-bottom: 0;
}

.navbar-inverse .navbar-brand {
	color: #dddddd;
}

.navbar-inverse .navbar-nav>li>a {
	color: #dddddd;

	font-weight: 300;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #dddddd;
    background-color: #3D4C6E;
}

.navbar-light {
	background-color: #CACACA;
	border-bottom: 0;
}

.navbar-light .navbar-brand {
	color: #333333;
}

.navbar-light .navbar-nav>li>a {
	color: #333333;

	font-weight: 300;
}

.navbar-light .navbar-nav>.active>a, .navbar-light .navbar-nav>.active>a:focus, .navbar-light .navbar-nav>.active>a:hover {
    color: #000000;
    background-color: #CFCFCF;
}

.pagination>li>a,
.pagination>li>span,
a {
	color: #0094cb;
}

.light-container {
	background-color: #fff;
	border-radius: 7px;
	padding: 20px;
	/*-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	border: 1px solid #D4D4D4;*/
}

.panel {
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
	border: 1px solid #D4D4D4;
}

.panel-heading .badge {
	margin-top: -4px;
}

.page-header {
	border-bottom: 0;
}

ul.table-indicators {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

ul.table-indicators li {
	float: left;
	width: 33.3%;
	font-size: 14px;
	text-align: center;
	padding: 3px 0;
	border-right: 1px solid #fff;
	border-radius: 4px;
}

.table-hover th.indicator {
	text-align: center;
}

.table-hover th ul li {
	font-size: 12px;
	font-weight: 400;
}

.indicator-green  {
	background-color: #AAD8B0;
	color: #7C9E81;
	font-weight: 800;
}

.indicator-red {
	background-color: #FF6F69;
	color: #8F3E3B;
	font-weight: 800;
}

.indicator-yellow {
	background-color: #FFCC5C;
	color: #BF9945;
	font-weight: 800;
}

.indicator-icon {
	border-radius: 20px !important;
}

.indicator-icon-green {
	color: #AAD8B0;
}

.indicator-icon-yellow {
	color: #FFCC5C;
}

.indicator-icon-red {
	color: #FF6F69;
}

label {
	font-weight: 400;
}

.login-container {
	text-align: center;
	margin-top: 150px;
}

h1.small,
h1 small {
	color: #c0c0c0;
	font-weight: 300;
}

.checkbox, .radio {
	margin-top: 2px;
	margin-bottom: 2px;
}

h4 span {
	margin-right: 6px;
}

.panel-body .page-header {
	margin-top: 0;
}

.filter-label {
	padding-top: 6px;
}

ul.pagination {
	margin-top: 0;
	margin-bottom: 30px;
}

mark.match {
	font-weight: 600;
	/*background-color: #F2DEDE;*/
    background-color: #FF7777;
}

mark.phonetic {
	font-weight: 600;
    /*background-color: #FCF8E3;*/
    background-color:#FFFF77;
}

mark.inline {
    padding-left: 0 !important;
    padding-right: 0!important;
}

code {
	color: #717171;
	background-color: transparent;
}

.panel-body .page-header {
	margin-bottom: 0;
}

.list-group-item-success a {
	color: #3c763d;
	display: block;
}

.list-group-item-warning a {
	color: #8a6d3b;
	display: block;
}

.list-group-item-danger a {
	color: #a94442;
	display: block;
}

.list-group-item-success span.badge {
	border: 1px solid #3c763d;
	top: 10px;
	right: 15px;
	position: absolute;
}

.list-group-item-warning span.badge {
	border: 1px solid #8a6d3b;
	top: 10px;
	right: 15px;
	position: absolute;
}

.list-group-item-danger span.badge {
	border: 1px solid #a94442;
	top: 10px;
	right: 15px;
	position: absolute;
}

.table-scroll-container .table>thead:first-child>tr:first-child>th:first-child {
    position: fixed;
    display: inline-block;
    background-color:red;
    height:100%;
	background-color: #F5F5F5;
	background-image: url('../images/bg.png');
}

.table-scroll-container .table> tbody > tr > td:first-child{
    position: fixed;
    display: inline-block;
    height:100%;
    width: 350px;
	background-color: #F5F5F5;
	background-image: url('../images/bg.png');
}

.table-scroll-container .table>thead:first-child>tr:first-child>th:nth-child(2) {
    position: fixed;
    display: inline-block;
    background-color:red;
    height:100%;
	background-color: #F5F5F5;
	background-image: url('../images/bg.png');
	margin-left: 300px;
}

.table-scroll-container .table> tbody > tr > td:nth-child(2) {
	position: fixed;
    display: inline-block;
    height: 100%;
	background-color: #F5F5F5;
	background-image: url('../images/bg.png');
	border-right: 1px solid black;
	margin-left: 300px;
	width: 300px;
}

.table-scroll-container .table>thead:first-child>tr:first-child>th:nth-child(3) {
    padding-left:800px;
}

.table-scroll-container .table> tbody > tr > td:nth-child(3) {
    padding-left:800px !important;
}

ul.navbar-right li:last-child {
	margin-right: 20px;
}

.pagination-header {
	margin-top: 40px;
}

.column-oversight {
	text-align: center;
	color: #0094cb;
}

/*.table>thead:first-child>tr:first-child>th:first-child
{
    position: absolute;
    display: inline-block;
    background-color:red;
    height:100%;
}
.table> tbody > tr > td:first-child
{
    position: absolute;
    display: inline-block;
    background-color:red;
    height:100%;
}
.table>thead:first-child>tr:first-child>th:nth-child(2)
{
    padding-left:40px;
}
.table> tbody > tr > td:nth-child(2)
{
    padding-left:50px !important;
}*/

input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:20px;
	height:20px;
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:16px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -20px;
}

label.css-label {
	background-image:url(../images/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.panel input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #0094cb;
}

.conditional-row ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.conditional-row ul li {
	float: left;
	margin: 0 5px;
}

.conditional-field {
	width: 220px !important;
}

.conditional-label {
	padding-top: 7px;
}

.oversight-required-icon {
	color: #FF6F69;
	font-size: 18px;
}

.settings-field-table th:nth-child(2),
.settings-field-table tr:nth-child(2)>th:nth-child(3),
.settings-field-table td:nth-child(2),
.settings-field-table td:nth-child(3) {
	background-color: #f0f8ff;
}

.settings-xs-input {
	width: 50px !important;
	margin: 0 6px;
}

.tooltip {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

.pf-country-form {
	margin-left: 10px;
	margin-top: 5px;
}

.pf-country-form label.checkbox {
	margin-top: 5px;
	margin-bottom: 5px;
}

.modal {
    overflow-y: scroll !important;
}