.keywords_file {
	visibility:hidden; 
	width: 1px;
	height:1px;
}
.check-display-none {
	display: none;
}
.modal_region_list div{
	width: 31.3333%;
	min-width: 170px;		
	padding: 3px;
	display: inline-block;
	float: left;
	cursor: pointer;
	padding-left:1%;
	
}
.modal_region_list_hidden {
	display:none;
}
.modal_selected_tags div,.selected_regions div
{
	margin-top:7px;		
	padding:3px;
	display: inline-block;		
	height:30px;
	float:left;
	cursor: pointer;
}
.modal_selected_tags div>i{
	width:11px;
	margin-right:2px;
}
.text-regions-header{
	color: gray; 		
}
.text-regions-header:hover{
	color: #2e2f2f; 
	background-color: gainsboro;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.text-regions{
	color: darkgray; 		
}
.text-regions:hover{
	color: #2e2f2f; 
	background-color: gainsboro;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.text-regions-selected{		
	color: black;
	font-weight: 400;		
}
.text-regions-selected:hover{		
	background-color:gainsboro;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.modal-footer button.btn-primary{
	min-width: 120px;
}
.modal-body {
	position: relative;
	max-height: 300px;
	padding: 15px;
	overflow-y: auto;
}

.clear-helper{
	position:absolute;
	right:22px;
	top:9px;
	font-size:10pt;
	cursor: pointer;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 23, 2014, 9:27:47 AM
    Author     : anhphuong
*/

table th:nth-child(2), td:nth-child(2) {
    /* text-align: left; */
    max-width: 240px;
    word-wrap: break-word;
}

.accordion_results h2 {
    margin-top: 25px;
    position: relative;
    z-index: 1;
}

.accordion_results h2:before {
    border-top: 2px solid #000;
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.accordion_results h2 span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    margin-left: 10%;
    background: #fff;
    padding: 0 15px;
}

/*.accordion_results span {
	white-space: nowrap;
}*/
.modal.modal-fullscreen {
    /* Maximize the main wrappers on the screen */
    /* Make the parent wrapper of the modal box a full-width block */
    /* Remove borders and effects on the content */
    /**
       * /!\ By using this feature, you force the header and footer to be placed
       * in an absolute position. You must handle by yourself the margin of the
       * content.
       */
}

.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.modal.modal-fullscreen .modal-dialog {
    margin: 0;
    width: 100%;
}

.modal.modal-fullscreen .modal-content {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
    box-shadow: inherit;
}

.modal.modal-fullscreen.force-fullscreen {
    /* Remove the padding inside the body */
}

.modal.modal-fullscreen.force-fullscreen .modal-body {
    height: 100%;
    max-height: 900px;
    overflow-y: auto;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
    left: 0;
    position: absolute;
    right: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header {
    cursor: pointer;
}

.modal.modal-fullscreen.force-fullscreen .modal-header {
    top: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-footer {
    bottom: 0;
}

.intro-info-reports-content {
    padding: 9px 14px;
    text-align: left;
    color: #006699;
}

.close-reports {
    text-align: center;
    background-color: #e2ecf4;
    cursor: pointer;
}

.close-reports a {
    cursor: pointer;
}

.btn-bg2 {
    background-color: #f2f2f2;
    border: solid #e2ecf4;
    border: 1px solid grey;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
}

.btn-bg2:hover {
    color: #000;
}

.btn-bg-blue {
    background-color: #d3e1ed;
    border: 1px solid white;
}

.intro-info-arrow-reports {
    width: 28px;
    text-align: center;
    border: solid transparent;
    border-width: 28px 13px 28px 13px;
    border-bottom-color: #e2ecf4;
    position: relative;
    margin: -41px -28px 0px 100px;
    margin-left: 50%;
    /*z-index:-1;*/
}

.btn-margin-left {
    margin-left: 5px;
}

div.analysis_top_fixed_regions_block {
    position: fixed;
    padding: 5px;
    right: 70px;
    bottom: 19px;
    background: #D3E1ED;
    z-index: 333333;
    border: 1px solid #B7B8DD;
    border-radius: 5px;
    height: 30px
}

table th {
    vertical-align: middle !important;
    /*max-width:30px;*/
}

.col-xs-4-5, .col-xs-7-5, .col-sm-4-5, .col-sm-7-5, .col-md-4-5, .col-md-7-5, .col-lg-4-5, .col-lg-7-5 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px
}

.col-xs-4-5, .col-xs-7-5, .col-sm-4-5, .col-sm-7-5, .col-md-4-5, .col-md-7-5, .col-lg-4-5, .col-lg-7-5 {
    float: left
}

.col-xs-4-5 {
    width: 35%
}

.col-xs-7-5 {
    width: 65%
}

@media (min-width: 768px) {
    .col-sm-4-5 {
        width: 35%
    }

    .col-sm-7-5 {
        width: 65%
    }
}

@media (min-width: 992px) {
    .col-md-4-5 {
        width: 35%
    }

    .col-md-7-5 {
        width: 65%
    }
}

@media (min-width: 1200px) {
    .col-lg-4-5 {
        width: 35%
    }

    .col-lg-7-5 {
        width: 65%
    }
}

.answer {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
}

.answer.fade-in .answer-popover {
    top: -74px;
    opacity: 1;
}

.answer-popover {
    background: #eee;
    font-size: 11px;
    padding: 12px 10px;
    position: absolute;
    width: 576px;
    top: -54px;
    opacity: 0;
    left: 50%;
    margin-left: -285px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.answer-popover:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18.3px 12px 0 12px;
    border-color: #eee transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -18px;
    margin-left: -15px;
}

.quest-popup:before {
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-left: 18px;
}

.mode .fa-caret-down {
    position: absolute;
    right: -13px;
    top: 2px;
}

.tooltip-holder.in {
    opacity: 1;
}

.tooltip-holder .tooltip-inner {
    max-width: 650px;
    background: #EEE;
    color: #000;
    text-align: left;
    padding: 15px 10px;
    line-height: 1.5;
}

.tooltip.tooltip-holder .tooltip-arrow {
    border-top-color: #eee;
}



.mode.btn-group.open a {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.intro-info-reports-content .btn-group .btn {
    float: none;
    border-radius: 4px !important;
}

.return-to-analyze {
    font-size: 16px;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
}

.return-to-analyze:hover {
    text-decoration: none;
}

.reports-m-control {
    display: block;
}

.analysis-top {
    margin: 0 15px;
}

.current-task {
    background: #F7F7F7;
}

.tools-nav li a {
    background: #eee;
}

.ng-table-pager {
	display: none;
}
.reports {
	margin-bottom: 0px;
}
.task-ctrl .pull-left {
	display: none;
}